/** Shopify CDN: Minification failed

Line 1442:0 All "@import" rules must come first

**/

/* ═══ ANNOUNCEMENT BAR ═══════════════════════════════════════ */
.announcement-bar {
  background: var(--espresso);
  color: var(--beige);
  text-align: center;
  padding: 12px 24px;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
}
/* ═══════════════════════════════════════════════════════════════
   RENOMOS PRE-ORDER THEME — CHAMPAGNE PALETTE
   ═══════════════════════════════════════════════════════════════ */

:root {
  --beige: #EAE0D0;
  --beige-deep: #D9C9B0;
  --gold: #9B7B3F;
  --espresso: #1F1A14;
  --line: rgba(155, 123, 63, 0.15);
  --line-strong: rgba(155, 123, 63, 0.3);
  --white: #FAFAFA;
}

/* ─── TYPOGRAPHY ───────────────────────────────────────────── */
.heading-xl {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(48px, 5vw, 72px);
  line-height: 1.1;
  font-weight: 400;
  color: var(--espresso);
}

.heading-lg {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.2;
  font-weight: 400;
  color: var(--espresso);
}

.heading-md {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.3;
  font-weight: 400;
  color: var(--espresso);
}

.heading-accent {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--gold);
  font-size: 24px;
  font-weight: 400;
}

.eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}

.body-text {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: var(--espresso);
  font-weight: 300;
}

/* ─── BUTTONS ──────────────────────────────────────────────── */
.btn {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 16px 48px;
  transition: all 0.3s;
  text-align: center;
}

.btn--primary {
  background: var(--gold);
  color: var(--beige);
  border: 2px solid var(--gold);
}

.btn--primary:hover {
  background: var(--espresso);
  border-color: var(--espresso);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(31, 26, 20, 0.15);
}

.btn--ghost {
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold);
}

.btn--ghost:hover {
  background: var(--gold);
  color: var(--beige);
}

/* ─── BADGES ───────────────────────────────────────────────── */
.badge {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 6px 12px;
  font-weight: 500;
}

.badge--reserve {
  background: var(--gold);
  color: var(--beige);
}

.badge--made-to-order {
  background: var(--espresso);
  color: var(--beige);
}

.badge--delivery {
  background: var(--line);
  color: var(--espresso);
}

/* ─── PRE-ORDER HERO ───────────────────────────────────────── */
.hero-preorder {
  padding: 80px 48px;
  background: var(--beige);
}

.hero-preorder__content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.hero-preorder__eyebrow {
  margin-bottom: 24px;
}

.hero-preorder__headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(48px, 5vw, 72px);
  line-height: 1.1;
  color: var(--espresso);
  margin-bottom: 32px;
}

.hero-preorder__subtext {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: var(--espresso);
  opacity: 0.85;
  margin-bottom: 40px;
  max-width: 480px;
}

.hero-preorder__image {
  position: relative;
}

.hero-preorder__img {
  width: 100%;
  height: auto;
  border: 3px solid var(--gold);
  box-shadow: 0 24px 48px rgba(31, 26, 20, 0.12);
}

/* ─── HOW IT WORKS ─────────────────────────────────────────── */
.how-it-works {
  padding: 80px 48px;
  background: var(--white);
}

.how-it-works__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  text-align: center;
}

.how-it-works__step {
  padding: 32px 24px;
}

.how-it-works__number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 64px;
  color: var(--gold);
  opacity: 0.3;
  line-height: 1;
  margin-bottom: 16px;
}

.how-it-works__title {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--espresso);
  font-weight: 500;
  margin-bottom: 16px;
}

.how-it-works__text {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--espresso);
  opacity: 0.75;
}

/* ─── COLLECTION GRID ──────────────────────────────────────── */
.collection-grid {
  padding: 80px 48px;
  background: var(--beige);
}

.collection-grid__header {
  max-width: 1400px;
  margin: 0 auto 64px;
  text-align: center;
}

.collection-grid__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 4vw, 56px);
  margin-bottom: 16px;
}

.collection-grid__products {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 32px;
}

.product-card {
  background: var(--white);
  border: 1px solid var(--line);
  transition: all 0.3s;
  position: relative;
}

.product-card:hover {
  border-color: var(--gold);
  border-width: 2px;
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(31, 26, 20, 0.1);
}

.product-card__image {
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--beige);
  position: relative;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}

.product-card:hover .product-card__image img {
  transform: scale(1.05);
}

.product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}

.product-card__info {
  padding: 24px;
}

.product-card__name {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 20px;
  color: var(--gold);
  margin-bottom: 8px;
}

.product-card__price {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  color: var(--espresso);
  margin-bottom: 16px;
  font-weight: 400;
}

.product-card__link {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  position: relative;
  display: inline-block;
}

.product-card__link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.3s;
}

.product-card__link:hover::after {
  width: 100%;
}

/* ─── EDITORIAL SPLIT ──────────────────────────────────────── */
.editorial-split {
  padding: 80px 48px;
  background: var(--white);
}

.editorial-split__content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.editorial-split__image img {
  width: 100%;
  height: auto;
  border: 2px solid var(--line);
}

.editorial-split__text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 4vw, 48px);
  margin-bottom: 24px;
  color: var(--espresso);
}

.editorial-split__text p {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: var(--espresso);
  opacity: 0.85;
  margin-bottom: 32px;
}

/* ─── PRODUCT PAGE ─────────────────────────────────────────── */
.product-page {
  padding: 80px 48px;
  background: var(--beige);
}

.product-page__grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.product-page__gallery img {
  width: 100%;
  margin-bottom: 16px;
  border: 2px solid var(--line);
}

.product-page__info {
  position: sticky;
  top: 100px;
}

.product-page__eyebrow {
  margin-bottom: 16px;
}

.product-page__title {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 42px;
  color: var(--gold);
  margin-bottom: 16px;
}

.product-page__price {
  font-family: 'Jost', sans-serif;
  font-size: 28px;
  color: var(--espresso);
  margin-bottom: 24px;
  font-weight: 400;
}

.product-page__description {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: var(--espresso);
  margin-bottom: 32px;
  opacity: 0.85;
}

.product-page__delivery {
  background: var(--line);
  padding: 16px 20px;
  margin-bottom: 32px;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  color: var(--espresso);
}

.product-page__form {
  margin-bottom: 24px;
}

.product-page__form select {
  width: 100%;
  padding: 14px 16px;
  background: var(--white);
  border: 1px solid var(--line-strong);
  color: var(--espresso);
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  margin-bottom: 24px;
  cursor: pointer;
}

.product-page__form button {
  width: 100%;
}

/* ─── RESPONSIVE ───────────────────────────────────────────── */
@media (max-width: 960px) {
  .hero-preorder {
    padding: 60px 24px;
  }
  .hero-preorder__content {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .how-it-works {
    padding: 60px 24px;
  }
  .how-it-works__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .collection-grid {
    padding: 60px 24px;
  }
  .collection-grid__products {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 24px;
  }
  .editorial-split {
    padding: 60px 24px;
  }
  .editorial-split__content {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .product-page {
    padding: 60px 24px;
  }
  .product-page__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .product-page__info {
    position: static;
  }
}

/* ═══ HEADER & NAVIGATION ════════════════════════════════════ */
.site-header {
  background: var(--beige);
  border-bottom: 1px solid var(--line);
}

.site-header--stacked .site-header__top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 24px 48px;
  gap: 24px;
}

.site-header__top-left {
  display: flex;
  gap: 20px;
}

.site-header__top-right {
  display: flex;
  gap: 20px;
}

.site-header__logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  letter-spacing: 0.4em;
  text-align: center;
  color: var(--espresso);
  font-weight: 400;
}

.site-header__logo-img {
  max-height: 50px;
  width: auto;
}

.site-header__icon-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}

.site-header__icon-btn:hover {
  transform: scale(1.1);
}

.site-header__icon {
  width: 20px;
  height: 20px;
  stroke: var(--espresso);
  stroke-width: 1.5;
  fill: none;
}

.site-header__nav-bottom {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 16px 48px 20px;
  border-top: 1px solid var(--line);
}

.site-header__menu-link {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--espresso);
  font-weight: 500;
  position: relative;
  padding: 4px 0;
  transition: color 0.3s;
}

.site-header__menu-link:hover {
  color: var(--gold);
}

.site-header__menu-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.4s;
}

.site-header__menu-link:hover::after {
  width: 100%;
}

.site-header__menu-item {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 200px;
  background: var(--beige);
  border: 1px solid var(--line);
  border-top: 2px solid var(--gold);
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 100;
  box-shadow: 0 12px 24px rgba(31, 26, 20, 0.1);
}

.site-header__menu-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.dropdown-menu__inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dropdown-menu__link {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  color: var(--espresso);
  padding: 8px 12px;
  transition: all 0.3s;
  letter-spacing: 0.05em;
}

.dropdown-menu__link:hover {
  color: var(--gold);
  transform: translateX(4px);
}

.mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
}

.mobile-toggle__line {
  width: 20px;
  height: 2px;
  background: var(--espresso);
  transition: all 0.3s;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--beige);
  z-index: 200;
  padding: 80px 32px 32px;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.4s;
}

.mobile-menu.open {
  transform: translateX(0);
}

.mobile-menu__close {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 32px;
  color: var(--espresso);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu__nav {
  display: flex;
  flex-direction: column;
}

.mobile-menu__link {
  display: block;
  padding: 16px 0;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--espresso);
  border-bottom: 1px solid var(--line);
}

.mobile-menu__group summary {
  list-style: none;
  cursor: pointer;
}

.mobile-menu__sub {
  padding: 12px 0 12px 20px;
}

.mobile-menu__sub-link {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  color: var(--espresso);
}

@media (max-width: 960px) {
  .site-header__top {
    padding: 16px 24px !important;
  }
  .site-header__top-left {
    display: none;
  }
  .site-header__nav-bottom {
    display: none;
  }
  .mobile-toggle {
    display: flex;
  }
  .dropdown-menu {
    display: none !important;
  }
}
/* ═══ COLLECTION GRID FIX ═══════════════════════════════════ */
/* Add this CSS to fix overlapping product cards */

.collection-grid__products {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 32px;
  padding: 0 24px;
}

.product-card {
  background: var(--white);
  border: 1px solid var(--line);
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card__image {
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--beige);
  position: relative;
  display: block;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s;
}

.product-card:hover .product-card__image img {
  transform: scale(1.05);
}

.product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}

.product-card__info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.product-card__name {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 18px;
  color: var(--gold);
  margin: 0;
  line-height: 1.3;
}

.product-card__price {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  color: var(--espresso);
  margin: 0;
  font-weight: 400;
}

.product-card__link {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin-top: 8px;
  text-decoration: none;
}

.product-card__link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.3s;
}

.product-card__link:hover::after {
  width: 100%;
}

.product-card:hover {
  border-color: var(--gold);
  border-width: 2px;
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(31, 26, 20, 0.1);
}

/* Mobile responsive */
@media (max-width: 960px) {
  .collection-grid__products {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 16px;
    padding: 0 16px;
  }
  
  .product-card__info {
    padding: 16px;
  }
  
  .product-card__name {
    font-size: 16px;
  }
  
  .product-card__price {
    font-size: 14px;
  }
}

@media (min-width: 961px) and (max-width: 1200px) {
  .collection-grid__products {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}

/* ═══ PRODUCT PAGE ═══════════════════════════════════════════ */
.product-page {
  padding: 80px 24px;
  max-width: 1400px;
  margin: 0 auto;
}

.product-page__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

/* Product Gallery */
.product-gallery {
  position: sticky;
  top: 120px;
}

.product-gallery__main {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--beige);
  margin-bottom: 16px;
  border: 1px solid var(--line);
}

.product-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-gallery__thumbnails {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 12px;
}

.product-gallery__thumb {
  aspect-ratio: 3/4;
  overflow: hidden;
  border: 2px solid var(--line);
  cursor: pointer;
  transition: all 0.3s;
  background: var(--beige);
}

.product-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-gallery__thumb:hover,
.product-gallery__thumb.active {
  border-color: var(--gold);
}

/* Product Info */
.product-page__info {
  padding: 24px 0;
}

.product-page__badge-wrap {
  margin-bottom: 16px;
}

.product-page__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-style: italic;
  color: var(--gold);
  margin: 0 0 16px;
  line-height: 1.2;
  font-weight: 400;
}

.product-page__price-wrap {
  margin-bottom: 24px;
}

.product-page__price {
  font-size: 28px;
  color: var(--espresso);
  font-weight: 400;
}

.product-page__description {
  font-size: 15px;
  line-height: 1.8;
  color: var(--espresso);
  margin-bottom: 32px;
  opacity: 0.85;
}

.product-page__timeline {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: var(--beige);
  border-left: 3px solid var(--gold);
  margin-bottom: 32px;
  font-size: 14px;
  color: var(--espresso);
}

.product-page__timeline svg {
  flex-shrink: 0;
  color: var(--gold);
}

/* Product Options */
.product-option {
  margin-bottom: 32px;
}

.product-option__label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--espresso);
  font-weight: 500;
  margin-bottom: 12px;
}

/* Color Swatches */
.product-option__swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.color-swatch {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.color-swatch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.color-swatch__color {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid var(--line);
  display: block;
  transition: all 0.3s;
  position: relative;
}

.color-swatch.active .color-swatch__color {
  border-color: var(--gold);
  border-width: 3px;
}

.color-swatch.active .color-swatch__color::after {
  content: '';
  position: absolute;
  inset: -6px;
  border: 2px solid var(--gold);
  border-radius: 50%;
}

.color-swatch__label {
  font-size: 12px;
  color: var(--espresso);
  opacity: 0.7;
}

.color-swatch.active .color-swatch__label {
  opacity: 1;
  font-weight: 500;
}

/* Size Buttons */
.product-option__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.size-button {
  cursor: pointer;
  position: relative;
}

.size-button input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.size-button__text {
  display: block;
  padding: 12px 24px;
  border: 2px solid var(--line);
  font-size: 14px;
  letter-spacing: 0.05em;
  color: var(--espresso);
  transition: all 0.3s;
  min-width: 60px;
  text-align: center;
  background: var(--white);
}

.size-button:hover .size-button__text {
  border-color: var(--gold);
}

.size-button.active .size-button__text {
  background: var(--gold);
  color: var(--beige);
  border-color: var(--gold);
}

/* Size Guide Link */
.product-page__size-guide {
  margin-bottom: 24px;
}

.size-guide-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--gold);
  text-decoration: none;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}

.size-guide-link:hover {
  border-bottom-color: var(--gold);
}

.size-guide-link svg {
  flex-shrink: 0;
}

/* Form Button */
.product-page__form .btn {
  margin-bottom: 32px;
}

.btn--full {
  width: 100%;
}

/* Trust Badges */
.product-page__badges {
  display: flex;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--espresso);
  opacity: 0.85;
}

.trust-badge svg {
  flex-shrink: 0;
  color: var(--gold);
}

/* Mobile Responsive */
@media (max-width: 960px) {
  .product-page {
    padding: 40px 16px;
  }
  
  .product-page__container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .product-gallery {
    position: static;
  }
  
  .product-page__title {
    font-size: 32px;
  }
  
  .product-page__price {
    font-size: 24px;
  }
  
  .product-page__badges {
    flex-direction: column;
    gap: 16px;
  }
  
  .product-gallery__thumbnails {
    grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
  }
}

/* ═══ CONTACT PAGE ═══════════════════════════════════════════ */
.contact-page {
  padding: 80px 24px;
  max-width: 1400px;
  margin: 0 auto;
}

.contact-page__header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 64px;
}

.contact-page__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  color: var(--espresso);
  margin: 0 0 16px;
  font-weight: 400;
}

.contact-page__subtitle {
  font-size: 16px;
  line-height: 1.8;
  color: var(--espresso);
  opacity: 0.85;
  margin: 0;
}

.contact-page__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 64px;
  align-items: start;
}

/* Contact Form */
.contact-page__form-wrap {
  background: var(--white);
  padding: 48px;
  border: 1px solid var(--line);
}

.form-success {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: #E8F5E9;
  border-left: 3px solid #4CAF50;
  margin-bottom: 24px;
  color: #2E7D32;
}

.form-success svg {
  flex-shrink: 0;
  stroke: #4CAF50;
}

.form-errors {
  padding: 16px 20px;
  background: #FFEBEE;
  border-left: 3px solid #F44336;
  margin-bottom: 24px;
  color: #C62828;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-field label {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--espresso);
  font-weight: 500;
}

.form-field input,
.form-field textarea {
  padding: 14px 16px;
  border: 1px solid var(--line);
  font-size: 15px;
  font-family: 'Jost', sans-serif;
  background: var(--white);
  color: var(--espresso);
  transition: all 0.3s;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--gold);
}

.form-field textarea {
  resize: vertical;
  min-height: 120px;
}

/* Contact Info Sidebar */
.contact-page__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-info-box {
  background: var(--beige);
  padding: 32px;
  border-left: 3px solid var(--gold);
  display: flex;
  gap: 20px;
}

.contact-info-box--highlight {
  background: var(--espresso);
  color: var(--beige);
  flex-direction: column;
  gap: 16px;
}

.contact-info-box__icon {
  flex-shrink: 0;
  color: var(--gold);
}

.contact-info-box__content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  color: var(--gold);
  margin: 0 0 8px;
  font-weight: 400;
}

.contact-info-box__content p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--espresso);
  margin: 0;
  opacity: 0.85;
}

.contact-info-box__content a {
  color: var(--gold);
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: border 0.3s;
}

.contact-info-box__content a:hover {
  border-bottom-color: var(--gold);
}

.contact-info-box__note {
  font-size: 12px;
  opacity: 0.6;
  margin-top: 4px !important;
}

.contact-info-box--highlight h3 {
  color: var(--gold);
  margin: 0 0 12px;
}

.contact-quick-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-quick-links a {
  color: var(--beige);
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s;
  display: inline-block;
}

.contact-quick-links a:hover {
  color: var(--gold);
  transform: translateX(4px);
}

/* Mobile Responsive */
@media (max-width: 960px) {
  .contact-page {
    padding: 40px 16px;
  }
  
  .contact-page__title {
    font-size: 36px;
  }
  
  .contact-page__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .contact-page__form-wrap {
    padding: 32px 24px;
  }
  
  .form-row {
    grid-template-columns: 1fr;
  }
  
  .contact-info-box {
    padding: 24px;
  }
}

/* ═══ FONT IMPROVEMENTS ═══════════════════════════════════════ */
/* Import better fonts */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Montserrat:wght@400;500;600;700&display=swap');

/* Update font variables */
:root {
  --font-display: 'Playfair Display', serif;
  --font-body: 'Montserrat', sans-serif;
}

/* Make navigation bold */
.site-header__menu-link--bold {
  font-weight: 700;
  letter-spacing: 0.15em;
}

.dropdown-menu__link {
  font-weight: 600;
}

/* ═══ ENHANCED VISUAL EFFECTS ═══════════════════════════════════ */
/* Add gradient overlays and depth */
.hero-preorder {
  position: relative;
  overflow: hidden;
}

.hero-preorder::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(155, 123, 63, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

/* Enhanced hover effects on product cards */
.product-card {
  box-shadow: 0 4px 12px rgba(31, 26, 20, 0.08);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.product-card:hover {
  box-shadow: 0 20px 40px rgba(31, 26, 20, 0.15);
  transform: translateY(-8px);
}

/* Add animated underlines */
.site-header__menu-link::after {
  transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ═══ IMPROVED SPACING & LAYOUT ═══════════════════════════════ */
/* Better visual hierarchy */
h1, h2, h3 {
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}

body {
  font-family: var(--font-body);
}

/* ═══ SOCIAL SHARING STYLES ═══════════════════════════════════ */
.product-social-share {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin: 24px 0;
}

.social-share-label {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--espresso);
  font-weight: 600;
  margin-right: 12px;
}

.social-share-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--beige);
  border: 2px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  text-decoration: none;
  color: var(--gold);
}

.social-share-button:hover {
  background: var(--gold);
  color: var(--white);
  border-color: var(--gold);
  transform: scale(1.15);
}

.social-share-button svg {
  width: 18px;
  height: 18px;
}

/* ═══ RELATED PRODUCTS ═══════════════════════════════════════ */
.product-page__related {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 2px solid var(--line);
}

.product-page__related-title {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: var(--gold);
  margin-bottom: 48px;
  text-align: center;
}

.related-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 32px;
}

/* ═══ COLOR ENHANCEMENTS ═══════════════════════════════════════ */
/* Add accent color separators */
.section-divider {
  height: 4px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--beige) 50%, var(--gold) 100%);
  margin: 64px 0;
}

/* Enhanced card backgrounds */
.info-card {
  background: linear-gradient(135deg, var(--beige) 0%, rgba(234, 224, 208, 0.5) 100%);
  padding: 32px;
  border-left: 4px solid var(--gold);
}


/* ═══ QUANTITY SELECTOR ═══════════════════════════════════════ */
.product-quantity {
  margin: 24px 0;
}

.quantity-selector {
  display: flex;
  align-items: center;
  gap: 0;
  border: 2px solid var(--line);
  width: fit-content;
  border-radius: 4px;
  overflow: hidden;
}

.qty-btn {
  width: 44px;
  height: 44px;
  border: none;
  background: var(--beige);
  color: var(--espresso);
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qty-btn:hover {
  background: var(--gold);
  color: var(--white);
}

.qty-input {
  width: 60px;
  height: 44px;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  background: var(--white);
  color: var(--espresso);
}

.qty-input:focus {
  outline: none;
}

/* ═══ SIZE GUIDE BUTTON ═══════════════════════════════════════ */
.product-page__size-guide-trigger {
  margin: 24px 0;
}

.size-guide-btn {
  width: 100%;
  padding: 12px 24px;
  border: 2px solid var(--gold);
  background: transparent;
  color: var(--gold);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 4px;
}

.size-guide-btn:hover {
  background: var(--gold);
  color: var(--white);
  transform: translateY(-2px);
}

.size-guide-btn svg {
  width: 18px;
  height: 18px;
}

/* ═══ SIZE GUIDE MODAL ═══════════════════════════════════════ */
.size-guide-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.size-guide-modal.open {
  display: flex;
  opacity: 1;
  align-items: center;
  justify-content: center;
}

.size-guide-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 26, 20, 0.6);
  cursor: pointer;
}

.size-guide-modal__content {
  position: relative;
  background: var(--white);
  width: 90%;
  max-width: 900px;
  max-height: 90vh;
  padding: 40px;
  border-radius: 8px;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(31, 26, 20, 0.3);
  animation: slideUp 0.4s ease-out;
}

@keyframes slideUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.size-guide-modal__content h2 {
  margin: 0 0 24px;
  color: var(--gold);
  font-family: 'Playfair Display', serif;
  font-size: 32px;
}

.size-guide-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: none;
  background: var(--beige);
  font-size: 28px;
  color: var(--espresso);
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.size-guide-modal__close:hover {
  background: var(--gold);
  color: var(--white);
}

/* Mobile responsive */
@media (max-width: 768px) {
  .size-guide-modal__content {
    width: 95%;
    max-height: 95vh;
    padding: 24px;
  }
  
  .quantity-selector {
    width: 100%;
    max-width: 200px;
  }
  
  .qty-btn {
    flex: 1;
  }
  
  .qty-input {
    flex: 1;
  }
  
  .size-guide-btn {
    font-size: 12px;
    padding: 10px 16px;
  }
}

/* ═══ SOCIAL SHARING BUTTONS ═══════════════════════════════════ */
.product-social-share {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin: 32px 0;
  flex-wrap: wrap;
}

.social-share-label {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--espresso);
  font-weight: 600;
}

.social-share-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--beige);
  border: 2px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  text-decoration: none;
  color: var(--gold);
  cursor: pointer;
}

.social-share-button:hover {
  background: var(--gold);
  color: var(--white);
  border-color: var(--gold);
  transform: scale(1.2) translateY(-4px);
}

.social-share-button svg {
  width: 18px;
  height: 18px;
}

/* ═══ BUTTON SIZING ═══════════════════════════════════════════ */
.btn--large {
  padding: 16px 48px;
  font-size: 16px;
  font-weight: 600;
  min-height: 56px;
}


/* ═══ HERO SLIDER ═══════════════════════════════════════════ */
.hero-slider {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  background: var(--beige);
}

.hero-slider__track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.hero-slider__slide {
  min-width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-slider__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-slider__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #EAE0D0, #D9C9B0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #1F1A14;
  opacity: 0.5;
}

/* Content Overlay */
.hero-slider__content {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(31, 26, 20, 0.4) 0%, rgba(31, 26, 20, 0.2) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.hero-slider__text {
  text-align: center;
  color: var(--white);
  max-width: 700px;
  padding: 40px;
  animation: slideInContent 0.8s ease-out;
}

@keyframes slideInContent {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-slider__eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #D4AF37;
  font-weight: 700;
  margin-bottom: 16px;
}

.hero-slider__headline {
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 24px;
  color: var(--white);
  text-shadow: 0 2px 8px rgba(31, 26, 20, 0.3);
}

.hero-slider__subtext {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 32px;
  color: var(--white);
  opacity: 0.95;
}

/* Navigation Arrows */
.hero-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 56px;
  height: 56px;
  background: rgba(234, 224, 208, 0.8);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--espresso);
  backdrop-filter: blur(4px);
}

.hero-slider__nav:hover {
  background: var(--gold);
  color: var(--white);
  transform: translateY(-50%) scale(1.1);
}

.hero-slider__nav svg {
  width: 24px;
  height: 24px;
}

.hero-slider__nav--prev {
  left: 32px;
}

.hero-slider__nav--next {
  right: 32px;
}

/* Dot Indicators */
.hero-slider__dots {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  gap: 12px;
}

.hero-slider__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid var(--white);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s;
}

.hero-slider__dot.active {
  background: var(--gold);
  border-color: var(--gold);
  transform: scale(1.3);
}

.hero-slider__dot:hover {
  border-color: var(--gold);
}

/* Mobile Responsive */
@media (max-width: 960px) {
  .hero-slider {
    height: 500px;
  }
  
  .hero-slider__headline {
    font-size: 40px;
  }
  
  .hero-slider__subtext {
    font-size: 16px;
  }
  
  .hero-slider__text {
    padding: 32px 20px;
  }
  
  .hero-slider__nav {
    width: 48px;
    height: 48px;
  }
  
  .hero-slider__nav--prev {
    left: 16px;
  }
  
  .hero-slider__nav--next {
    right: 16px;
  }
  
  .hero-slider__nav svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 600px) {
  .hero-slider {
    height: 400px;
  }
  
  .hero-slider__headline {
    font-size: 28px;
  }
  
  .hero-slider__subtext {
    font-size: 14px;
    margin-bottom: 20px;
  }
  
  .hero-slider__text {
    padding: 24px 16px;
  }
  
  .hero-slider__nav {
    width: 40px;
    height: 40px;
    opacity: 0.7;
  }
  
  .hero-slider__dots {
    bottom: 20px;
    gap: 8px;
  }
  
  .hero-slider__dot {
    width: 10px;
    height: 10px;
  }
}


/* ═══ CART PAGE ═══════════════════════════════════════════════ */
.cart-page { padding: 80px 24px; max-width: 1400px; margin: 0 auto; }
.cart-page__title { font-family: 'Playfair Display', serif; font-size: 48px; color: var(--espresso); margin: 0 0 48px; }
.cart-page__grid { display: grid; grid-template-columns: 1fr 380px; gap: 64px; align-items: start; }
.cart-item { display: grid; grid-template-columns: 120px 1fr auto; gap: 24px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.cart-item__image img { width: 120px; height: 160px; object-fit: cover; }
.cart-item__name { font-family: 'Playfair Display', serif; font-size: 18px; color: var(--gold); font-style: italic; text-decoration: none; display: block; margin-bottom: 8px; }
.cart-item__variant { font-size: 13px; color: var(--espresso); opacity: 0.7; margin-bottom: 8px; }
.cart-item__price { font-size: 16px; color: var(--espresso); margin-bottom: 16px; }
.cart-item__qty { display: flex; align-items: center; gap: 0; border: 2px solid var(--line); width: fit-content; }
.cart-qty-btn { width: 36px; height: 36px; border: none; background: var(--beige); font-size: 18px; cursor: pointer; transition: all 0.2s; }
.cart-qty-btn:hover { background: var(--gold); color: var(--white); }
.cart-qty-value { width: 40px; text-align: center; font-size: 16px; font-weight: 600; }
.cart-item__right { text-align: right; display: flex; flex-direction: column; align-items: flex-end; gap: 16px; }
.cart-item__total { font-size: 18px; font-weight: 600; color: var(--espresso); }
.cart-item__delete { display: flex; align-items: center; gap: 6px; font-size: 13px; color: #999; cursor: pointer; background: none; border: none; transition: color 0.3s; }
.cart-item__delete:hover { color: #e74c3c; }
.cart-summary { background: var(--beige); padding: 40px; border: 1px solid var(--line); position: sticky; top: 120px; }
.cart-summary__title { font-family: 'Playfair Display', serif; font-size: 24px; margin: 0 0 32px; }
.cart-summary__row { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.cart-summary__row--total { font-size: 20px; font-weight: 700; border-bottom: 2px solid var(--espresso); margin-top: 8px; }
.cart-summary__timeline { display: flex; align-items: center; gap: 8px; font-size: 13px; padding: 16px; background: white; border-left: 3px solid var(--gold); margin: 24px 0; color: var(--espresso); }
.cart-checkout-btn { margin: 24px 0 16px; width: 100%; }
.cart-summary__continue { display: block; text-align: center; font-size: 13px; color: var(--gold); text-decoration: none; }
.cart-page__empty { text-align: center; padding: 80px 24px; }
.cart-page__empty svg { color: var(--line); margin-bottom: 24px; }
.cart-page__empty h2 { font-family: 'Playfair Display', serif; font-size: 32px; margin-bottom: 16px; }
.cart-page__empty p { color: var(--espresso); opacity: 0.7; margin-bottom: 32px; }
@media (max-width: 960px) {
  .cart-page__grid { grid-template-columns: 1fr; }
  .cart-item { grid-template-columns: 100px 1fr; }
  .cart-item__right { grid-column: 2; flex-direction: row; justify-content: space-between; align-items: center; }
}

/* ═══ MINI CART NOTIFICATION ══════════════════════════════════ */
.cart-notification { display: flex; align-items: center; gap: 12px; padding: 16px 20px; background: #1F1A14; color: #EAE0D0; font-size: 14px; border-radius: 4px; opacity: 0; transform: translateY(-10px); transition: all 0.4s; pointer-events: none; margin-top: 16px; }
.cart-notification.show { opacity: 1; transform: translateY(0); pointer-events: auto; }
.cart-notification svg { color: #9B7B3F; flex-shrink: 0; }
.cart-notification__link { color: #9B7B3F; text-decoration: none; font-weight: 600; margin-left: auto; }

/* ═══ SIZE UNIT TOGGLE (on page) ══════════════════════════════ */
.size-units-toggle { display: inline-flex; margin-left: 12px; border: 1px solid var(--line); border-radius: 4px; overflow: hidden; }
.unit-btn { padding: 4px 12px; font-size: 11px; letter-spacing: 0.1em; border: none; background: transparent; cursor: pointer; color: var(--espresso); transition: all 0.2s; }
.unit-btn.active { background: var(--gold); color: var(--white); }

/* ═══ SIZE GUIDE MODAL TABLES ═════════════════════════════════ */
.size-modal-units { display: flex; gap: 0; margin-bottom: 24px; border: 2px solid var(--gold); width: fit-content; }
.modal-unit-btn { padding: 10px 24px; border: none; background: transparent; cursor: pointer; font-size: 14px; font-weight: 600; color: var(--espresso); transition: all 0.2s; }
.modal-unit-btn.active { background: var(--gold); color: var(--white); }
.size-table { display: none; }
.size-table.active { display: block; }
.size-table table { width: 100%; border-collapse: collapse; margin-bottom: 16px; }
.size-table th { background: var(--espresso); color: var(--beige); padding: 12px 16px; text-align: left; font-size: 13px; letter-spacing: 0.05em; }
.size-table td { padding: 12px 16px; border-bottom: 1px solid var(--line); font-size: 15px; }
.size-table tr:nth-child(even) td { background: var(--beige); }
.size-guide-modal__tip { background: var(--beige); padding: 16px; border-left: 3px solid var(--gold); font-size: 13px; line-height: 1.6; margin-top: 24px; }

/* ═══ PRODUCT BESTSELLERS (below product) ═════════════════════ */
.product-bestsellers { max-width: 1400px; margin: 80px auto; padding: 0 24px; }
.product-bestsellers__title { font-family: 'Playfair Display', serif; font-size: 36px; color: var(--gold); margin-bottom: 40px; text-align: center; }
.product-bestsellers__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 24px; }
.mini-card { background: white; border: 1px solid var(--line); transition: all 0.3s; }
.mini-card__image { display: block; aspect-ratio: 3/4; overflow: hidden; position: relative; }
.mini-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.mini-card:hover .mini-card__image img { transform: scale(1.05); }
.mini-card__badge { position: absolute; top: 10px; left: 10px; }
.mini-card__info { padding: 16px; }
.mini-card__name { font-family: 'Playfair Display', serif; font-style: italic; font-size: 15px; color: var(--gold); margin-bottom: 6px; }
.mini-card__price { font-size: 14px; color: var(--espresso); margin-bottom: 12px; }
.btn--sm { padding: 8px 16px; font-size: 11px; }

/* ═══ CUSTOMER REVIEWS ════════════════════════════════════════ */
.product-reviews { max-width: 1400px; margin: 0 auto 80px; padding: 80px 24px 0; border-top: 2px solid var(--line); }
.product-reviews__title { font-family: 'Playfair Display', serif; font-size: 36px; color: var(--espresso); margin-bottom: 32px; }
.reviews-summary { display: flex; align-items: center; gap: 20px; padding: 24px; background: var(--beige); border-left: 4px solid var(--gold); margin-bottom: 32px; }
.reviews-summary__score { font-size: 48px; font-weight: 700; color: var(--gold); font-family: 'Playfair Display', serif; }
.reviews-summary__stars { font-size: 24px; letter-spacing: 2px; }
.reviews-summary__count { font-size: 15px; color: var(--espresso); opacity: 0.7; }
.review-form { background: var(--beige); padding: 40px; border: 1px solid var(--line); margin-bottom: 40px; }
.review-form h3 { font-family: 'Playfair Display', serif; font-size: 24px; margin-bottom: 24px; }
.review-form__field { margin-bottom: 20px; }
.review-form__field label { display: block; font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 600; margin-bottom: 8px; }
.review-form__field input, .review-form__field textarea { width: 100%; padding: 12px 16px; border: 1px solid var(--line); font-family: 'Montserrat', sans-serif; font-size: 15px; background: white; }
.review-form__field input:focus, .review-form__field textarea:focus { outline: none; border-color: var(--gold); }
.review-form__actions { display: flex; gap: 16px; margin-top: 24px; }
.star-picker { display: flex; gap: 4px; margin-top: 4px; }
.star-pick { font-size: 32px; background: none; border: none; cursor: pointer; color: #ddd; transition: color 0.2s; padding: 0; }
.review-item { padding: 24px 0; border-bottom: 1px solid var(--line); }
.review-item__header { display: flex; align-items: center; gap: 16px; margin-bottom: 12px; flex-wrap: wrap; }
.review-item__name { font-weight: 700; color: var(--espresso); font-size: 15px; }
.review-item__date { font-size: 13px; color: var(--espresso); opacity: 0.5; margin-left: auto; }
.review-item__body { font-size: 15px; line-height: 1.7; color: var(--espresso); }
.reviews-empty { font-size: 15px; color: var(--espresso); opacity: 0.6; font-style: italic; }

/* ═══ HOME SECTIONS ═══════════════════════════════════════════ */
.section-header { text-align: center; margin-bottom: 48px; }
.section-header h2 { font-family: 'Playfair Display', serif; font-size: 42px; color: var(--espresso); margin: 8px 0 0; }
.bestsellers-section, .all-products-section { padding: 80px 24px; max-width: 1400px; margin: 0 auto; }

/* About Us Home */
.home-about { padding: 80px 24px; max-width: 1400px; margin: 0 auto; }
.home-about__container { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.home-about__image { aspect-ratio: 4/5; overflow: hidden; }
.home-about__image img { width: 100%; height: 100%; object-fit: cover; }
.home-about__placeholder { width: 100%; height: 100%; background: var(--beige); }
.home-about__content .eyebrow { margin-bottom: 12px; }
.home-about__content h2 { font-family: 'Playfair Display', serif; font-size: 42px; color: var(--espresso); margin-bottom: 24px; line-height: 1.2; }
.home-about__content p { font-size: 16px; line-height: 1.8; color: var(--espresso); opacity: 0.85; margin-bottom: 32px; }

/* FAQ */
.faq-section { padding: 80px 24px; background: var(--beige); }
.faq-section__container { max-width: 900px; margin: 0 auto; }
.faq-list { margin-top: 48px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item__q { width: 100%; background: none; border: none; padding: 24px 0; display: flex; justify-content: space-between; align-items: center; font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 600; color: var(--espresso); cursor: pointer; text-align: left; gap: 16px; }
.faq-item__icon { font-size: 24px; color: var(--gold); flex-shrink: 0; transition: transform 0.3s; }
.faq-item.open .faq-item__icon { transform: rotate(45deg); }
.faq-item__a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-item.open .faq-item__a { max-height: 200px; }
.faq-item__a p { padding: 0 0 24px; font-size: 15px; line-height: 1.8; color: var(--espresso); opacity: 0.85; }

@media (max-width: 960px) {
  .home-about__container { grid-template-columns: 1fr; gap: 40px; }
  .section-header h2 { font-size: 32px; }
  .product-bestsellers__grid { grid-template-columns: repeat(2, 1fr); }
}

/* ═══════════════════════════════════════════════════════════
   HEADER — COMPLETE REBUILD
═══════════════════════════════════════════════════════════ */

/* Announcement Bar */
.announcement-bar {
  background: var(--espresso);
  color: var(--beige);
  text-align: center;
  padding: 10px 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
}

/* Header Shell */
.site-header {
  background: var(--beige);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 100;
}

/* ── TOP ROW ───────────────────────────────────────────── */
.site-header__top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 48px;
  min-height: 96px;
  gap: 24px;
}

/* ── TOP ROW ───────────────────────────────────────────– */
.site-header__top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 24px 48px;
  min-height: 180px;
  gap: 24px;
}

/* ── LOGO CENTRE ───────────────────────────────────────– */
.site-header__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
}

.site-header__logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* Logo image: MUCH LARGER — up to 150px */
.site-header__logo-img {
  height: auto;
  width: auto;
  max-width: 400px;
  max-height: 150px;
  object-fit: contain;
  display: block;
}

/* Placeholder if no logo uploaded */
.site-header__logo-placeholder {
  padding: 40px 60px;
  border: 2px dashed var(--gold);
  font-size: 14px;
  color: var(--gold);
  text-align: center;
  border-radius: 4px;
}

@media (max-width: 960px) {
  .site-header__top { 
    padding: 20px;
    min-height: 140px;
  }
  
  .site-header__logo-img { 
    max-height: 100px;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .site-header__top { 
    padding: 16px 12px;
    min-height: 100px;
  }
  
  .site-header__logo-img { 
    max-height: 80px;
    max-width: 220px;
  }
}

/* Left icons */
.site-header__left {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Right icons */
.site-header__right {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
}

/* Icon buttons */
.site-header__icon-btn {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.2s;
  position: relative;
  text-decoration: none;
}
.site-header__icon-btn:hover {
  background: rgba(155, 123, 63, 0.1);
}
.site-header__icon {
  width: 20px;
  height: 20px;
  stroke: var(--espresso);
  stroke-width: 1.5;
  fill: none;
}

/* Cart count badge */
.cart-count {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 18px;
  height: 18px;
  background: var(--gold);
  color: white;
  font-size: 10px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
}

/* ── LOGO CENTRE ───────────────────────────────────────── */
.site-header__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
}

.site-header__logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* Logo image: generous height so it renders well */
.site-header__logo-img {
  height: 70px;
  width: auto;
  max-width: 280px;
  object-fit: contain;
  display: block;
}

/* Text fallback */
.site-header__logo-text {
  text-align: center;
}
.logo-name {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  letter-spacing: 0.45em;
  color: var(--espresso);
  font-weight: 400;
  line-height: 1;
}

/* ── NAVIGATION ROW ────────────────────────────────────── */
.site-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 48px 16px;
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
}

.nav-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--espresso);
  padding: 10px 14px;
  text-decoration: none;
  position: relative;
  transition: color 0.3s;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 14px;
  right: 14px;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.nav-link:hover { color: var(--gold); }
.nav-link:hover::after { transform: scaleX(1); }

/* Dropdown */
.nav-item { position: relative; }
.nav-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  min-width: 200px;
  background: var(--beige);
  border: 1px solid var(--line);
  border-top: 2px solid var(--gold);
  box-shadow: 0 12px 32px rgba(31, 26, 20, 0.12);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
  z-index: 200;
}
.nav-item:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.nav-dropdown__inner { padding: 8px; }
.nav-dropdown__link {
  display: block;
  padding: 10px 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--espresso);
  text-decoration: none;
  transition: all 0.2s;
}
.nav-dropdown__link:hover {
  color: var(--gold);
  padding-left: 22px;
}

/* ── HAMBURGER ─────────────────────────────────────────── */
.mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.mobile-toggle__line {
  width: 22px;
  height: 2px;
  background: var(--espresso);
  display: block;
  transition: all 0.3s;
  border-radius: 2px;
}

/* ── MOBILE DRAWER ─────────────────────────────────────── */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--beige);
  z-index: 500;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  padding: 0 0 40px;
}
.mobile-menu.open { transform: translateX(0); }

.mobile-menu__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: none;
  border: 2px solid var(--line);
  border-radius: 50%;
  font-size: 26px;
  color: var(--espresso);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.mobile-menu__close:hover { background: var(--gold); color: white; border-color: var(--gold); }

.mobile-menu__logo {
  padding: 32px 24px 24px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-menu__logo-img { height: 56px; width: auto; object-fit: contain; }
.mobile-menu__logo-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  letter-spacing: 0.4em;
  color: var(--espresso);
}

.mobile-menu__nav { flex: 1; padding: 8px 0; }

.mobile-menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 28px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--espresso);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  background: none;
  border-left: none;
  border-right: none;
  border-top: none;
  width: 100%;
  cursor: pointer;
  transition: color 0.2s;
}
.mobile-menu__link:hover { color: var(--gold); }
.mobile-menu__link--icon { gap: 12px; justify-content: flex-start; }

.mobile-menu__group summary { list-style: none; }
.mobile-menu__group summary::-webkit-details-marker { display: none; }

.mobile-menu__sub { background: white; }
.mobile-menu__sub-link {
  display: block;
  padding: 14px 40px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--espresso);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  transition: all 0.2s;
}
.mobile-menu__sub-link:hover { color: var(--gold); padding-left: 48px; }

.mobile-menu__footer {
  padding: 16px 0 0;
  border-top: 2px solid var(--line);
  margin-top: 8px;
}

/* ── RESPONSIVE ────────────────────────────────────────── */
@media (max-width: 960px) {
  .site-header__top { padding: 0 20px; min-height: 80px; }
  .site-header__nav { display: none; }
  .mobile-toggle { display: flex; }
  .site-header__logo-img { height: 52px; }
  .logo-name { font-size: 22px; letter-spacing: 0.3em; }
}

@media (max-width: 480px) {
  .site-header__top { padding: 0 16px; min-height: 70px; }
  .site-header__logo-img { height: 44px; }
}


/* ═══════════════════════════════════════════════════════════
   MOBILE DESIGN — BOLD, PRETTY, CLASSIC
═══════════════════════════════════════════════════════════ */

@media (max-width: 768px) {

  /* ── ROOT SPACING ────────────────────────────────────── */
  :root {
    --spacing-s: 12px;
    --spacing-m: 20px;
    --spacing-l: 32px;
    --spacing-xl: 48px;
  }

  /* ── HERO ────────────────────────────────────────────── */
  .hero-slider {
    height: 500px;
  }

  .hero-slider__text {
    padding: 32px 24px;
    animation: none;
  }

  .hero-slider__eyebrow {
    font-size: 11px;
    letter-spacing: 0.35em;
    margin-bottom: 12px;
  }

  .hero-slider__headline {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
  }

  .hero-slider__subtext {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  .btn--large {
    padding: 14px 32px;
    font-size: 13px;
    min-height: 48px;
    letter-spacing: 0.15em;
    font-weight: 600;
  }

  .hero-slider__nav {
    width: 40px;
    height: 40px;
  }

  .hero-slider__dots {
    bottom: 16px;
    gap: 6px;
  }

  .hero-slider__dot {
    width: 8px;
    height: 8px;
  }

  /* ── SECTIONS ────────────────────────────────────────── */
  .how-it-works,
  .bestsellers-section,
  .all-products-section,
  .faq-section {
    padding: 48px 20px;
  }

  .section-header h2 {
    font-size: 28px;
    margin-top: 6px;
  }

  /* ── HERO GRID ───────────────────────────────────────── */
  .how-it-works__grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .how-it-works__step {
    text-align: center;
    padding: 24px;
    background: linear-gradient(135deg, #f5f0e8 0%, #ede5d9 100%);
    border-left: 4px solid var(--gold);
    border-radius: 4px;
  }

  .how-it-works__number {
    font-size: 48px;
    font-weight: 700;
    color: var(--gold);
    font-family: 'Playfair Display', serif;
    margin-bottom: 12px;
  }

  .how-it-works__title {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: var(--espresso);
    margin-bottom: 12px;
  }

  .how-it-works__text {
    font-size: 14px;
    line-height: 1.6;
    color: var(--espresso);
    opacity: 0.8;
  }

  /* ── PRODUCT CARDS ───────────────────────────────────── */
  .collection-grid__products {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .product-card {
    box-shadow: none;
    border: 1px solid var(--line);
  }

  .product-card__image {
    aspect-ratio: 3/4;
  }

  .product-card__info {
    padding: 12px;
  }

  .product-card__name {
    font-size: 13px;
    font-style: italic;
    color: var(--gold);
    margin-bottom: 4px;
  }

  .product-card__price {
    font-size: 13px;
    color: var(--espresso);
    margin-bottom: 8px;
  }

  .product-card__link {
    font-size: 11px;
    letter-spacing: 0.1em;
    padding: 8px 12px;
    display: inline-block;
  }

  /* ── FAQ ──────────────────────────────────────────────── */
  .faq-item__q {
    padding: 18px 20px;
    font-size: 14px;
    font-weight: 600;
  }

  .faq-item__icon {
    font-size: 20px;
  }

  .faq-item__a p {
    padding: 0 20px 18px;
    font-size: 13px;
  }

  /* ── BUTTONS ──────────────────────────────────────────── */
  .btn--primary {
    font-size: 12px;
    padding: 14px 28px;
    letter-spacing: 0.15em;
    font-weight: 700;
    min-height: 48px;
    border-radius: 4px;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 4px 12px rgba(155, 123, 63, 0.2);
  }

  .btn--primary:active {
    transform: scale(0.98);
    box-shadow: 0 2px 6px rgba(155, 123, 63, 0.15);
  }

  .btn--ghost {
    font-size: 12px;
    padding: 12px 24px;
    letter-spacing: 0.1em;
    font-weight: 600;
    border: 2px solid var(--gold);
    background: transparent;
  }

  .btn--ghost:active {
    background: var(--gold);
    color: white;
  }

  /* ── CARD SHADOWS ────────────────────────────────────── */
  .info-card {
    background: white;
    border: 1px solid var(--line);
    border-left: 3px solid var(--gold);
    padding: 20px;
    margin-bottom: 16px;
    border-radius: 2px;
  }

  .trust-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: var(--beige);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
  }

  /* ── SECTION DIVIDERS ────────────────────────────────── */
  .section-divider {
    height: 3px;
    background: linear-gradient(90deg, var(--beige) 0%, var(--gold) 50%, var(--beige) 100%);
    margin: 48px 0;
  }

  /* ── EYEBROW TEXT ────────────────────────────────────── */
  .eyebrow {
    font-size: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
  }

  /* ── TYPOGRAPHY MOBILE ───────────────────────────────── */
  h1 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }

  h2 {
    font-size: 26px;
    line-height: 1.3;
  }

  h3 {
    font-size: 18px;
    line-height: 1.3;
  }

  p {
    font-size: 14px;
    line-height: 1.6;
  }

  /* ── SPACING IMPROVEMENTS ────────────────────────────── */
  section {
    margin-bottom: 0;
  }

  .how-it-works__grid > div {
    margin-bottom: 0;
  }

  /* ── CART + PRODUCT PAGES ────────────────────────────── */
  .cart-page__grid {
    grid-template-columns: 1fr;
  }

  .cart-summary {
    position: relative;
    top: 0;
    padding: 24px;
    border: 1px solid var(--line);
  }

  .product-page__container {
    flex-direction: column;
    gap: 32px;
  }

  .product-page__gallery {
    width: 100%;
  }

  .product-page__info {
    width: 100%;
    padding: 0;
  }

  /* ── QUANTITY SELECTOR ───────────────────────────────── */
  .quantity-selector {
    width: 100%;
    max-width: none;
  }

  .qty-input {
    flex: 1;
  }

  /* ── TOUCH FEEDBACK ──────────────────────────────────── */
  button, a {
    -webkit-tap-highlight-color: transparent;
  }

  .product-card:active {
    background: var(--beige);
    opacity: 0.95;
  }

  /* ── IMPROVED SPACING IN SECTIONS ────────────────────– */
  .collection-grid__products {
    padding: 0 8px;
  }

  /* ── MOBILE MENU ──────────────────────────────────────– */
  .mobile-menu {
    padding-top: 60px;
  }

  .mobile-menu__logo {
    padding: 24px 20px;
  }

  .mobile-menu__link {
    padding: 16px 24px;
    font-size: 13px;
  }

  .mobile-menu__sub-link {
    padding: 12px 36px;
    font-size: 12px;
  }

  /* ── ANNOUNCEMENT BAR ─────────────────────────────────– */
  .announcement-bar {
    padding: 8px 16px;
    font-size: 11px;
  }

  /* ── HERO SLIDER CONTROLS ─────────────────────────────– */
  .hero-slider__nav--prev {
    left: 12px;
  }

  .hero-slider__nav--next {
    right: 12px;
  }

}

/* Extra small screens */
@media (max-width: 480px) {

  .hero-slider {
    height: 420px;
  }

  .hero-slider__headline {
    font-size: 26px;
  }

  .section-header h2 {
    font-size: 24px;
  }

  .how-it-works,
  .bestsellers-section,
  .all-products-section,
  .faq-section {
    padding: 40px 16px;
  }

  .how-it-works__number {
    font-size: 40px;
  }

  .btn--large {
    padding: 12px 24px;
    font-size: 12px;
  }

  .site-header__top {
    padding: 0 12px;
  }

  .hero-slider__text {
    padding: 28px 20px;
  }

}


/* ═══════════════════════════════════════════════════════════
   QUICK ADD MODAL
═══════════════════════════════════════════════════════════ */

.quick-add-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quick-add-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(31, 26, 20, 0.6);
  cursor: pointer;
}

.quick-add-modal__content {
  position: relative;
  background: white;
  padding: 40px;
  border-radius: 4px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 20px 60px rgba(31, 26, 20, 0.2);
  animation: slideUp 0.3s ease;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.quick-add-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: var(--espresso);
  display: flex;
  align-items: center;
  justify-content: center;
}

.quick-add-modal__close:hover {
  opacity: 0.7;
}

.quick-add-modal__content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  margin-bottom: 24px;
  color: var(--espresso);
}

.quick-add-modal__variants {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.quick-add-modal__variant {
  padding: 12px 16px;
  border: 2px solid var(--line);
  background: white;
  color: var(--espresso);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.2s;
  font-family: 'Montserrat', sans-serif;
}

.quick-add-modal__variant:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.quick-add-modal__variant:active {
  background: var(--gold);
  color: white;
  border-color: var(--gold);
}

.quick-add-modal__hint {
  font-size: 12px;
  color: var(--espresso);
  opacity: 0.6;
  margin: 0;
}

