:root {
  --ink: #201b18;
  --ink-soft: #4e4640;
  --ivory: #f8f4ec;
  --warm-white: #fffdf9;
  --sand: #e8dcc9;
  --sand-dark: #c8b397;
  --champagne: #c7a875;
  --champagne-2: #e4cfab;
  --burgundy: #6d2838;
  --rose: #c89291;
  --deep-navy: #17202c;
  --sage: #899485;
  --line: rgba(32, 27, 24, .12);
  --shadow: 0 24px 70px rgba(29, 22, 17, .12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --transition: .35s cubic-bezier(.2,.75,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--warm-white); color: var(--ink); font-family: "Alexandria", sans-serif; line-height: 1.8; overflow-x: hidden; }
body::selection { background: var(--champagne-2); color: var(--ink); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, h4, h5, h6 { margin-top: 0; line-height: 1.28; letter-spacing: -.025em; }
p { color: var(--ink-soft); }

.skip-link { position: fixed; top: -100px; right: 16px; z-index: 9999; background: #fff; padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.announcement-bar { background: var(--ink); color: #f8f1e5; padding: 8px 0; font-size: .74rem; letter-spacing: .01em; }
.announcement-bar a { color: var(--champagne-2); font-weight: 700; }

.site-header { background: rgba(255, 253, 249, .92); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(32, 27, 24, .06); }
.navbar { min-height: 84px; padding-block: 10px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 48px; height: 48px; border: 1px solid var(--champagne); border-radius: 50%; display: inline-grid; place-items: center; font-family: "Cormorant Garamond", serif; font-size: 1.15rem; font-weight: 700; letter-spacing: -.05em; position: relative; background: linear-gradient(145deg,#fff,#f0e4d0); box-shadow: inset 0 0 0 4px #fff; }
.brand-mark::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--champagne); bottom: 5px; left: 5px; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-family: "Cormorant Garamond", serif; font-size: 1.42rem; letter-spacing: .09em; }
.brand-copy small { margin-top: 5px; font-size: .66rem; color: #776d65; }
.navbar-nav { gap: .2rem; }
.nav-link { color: var(--ink)!important; font-size: .86rem; font-weight: 600; padding: .8rem .8rem!important; position: relative; }
.nav-link::after { content: ""; position: absolute; right: .8rem; left: .8rem; bottom: .45rem; height: 1px; background: var(--champagne); transform: scaleX(0); transition: transform var(--transition); transform-origin: right; border: 0!important; margin: 0!important; vertical-align: 0!important; }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.icon-btn { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: #fff; display: grid; place-items: center; color: var(--ink); transition: var(--transition); position: relative; }
.icon-btn:hover { border-color: var(--champagne); transform: translateY(-2px); box-shadow: 0 10px 25px rgba(32,27,24,.08); }
.cart-count { position: absolute; top: -4px; left: -3px; width: 18px; height: 18px; border-radius: 50%; background: var(--burgundy); color: #fff; font-size: .62rem; display: grid; place-items: center; }
.navbar-toggler { padding: 0!important; }
.navbar-toggler:focus { box-shadow: none; }
.mega-menu { top: 100%; background: rgba(255,253,249,.98); border-top: 1px solid var(--line)!important; box-shadow: 0 20px 50px rgba(32,27,24,.09); }
.mega-menu h6 { font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; color: #8b7a67; margin-bottom: 14px; }
.mega-menu a { display: block; padding: 5px 0; color: var(--ink-soft); font-size: .82rem; }
.mega-menu a:hover { color: var(--burgundy); }
.mega-promo { min-height: 170px; border-radius: 18px; padding: 22px; background: linear-gradient(135deg, var(--ink), #493e35); color: #fff; display: flex; flex-direction: column; justify-content: flex-end; }
.mega-promo span { font-size: .66rem; color: var(--champagne-2); letter-spacing: .08em; }
.mega-promo strong { font-size: 1.1rem; margin: 7px 0 10px; }
.mega-promo a { color: #fff; padding: 0; font-weight: 700; }

.hero-section { position: relative; background:
  radial-gradient(circle at 20% 15%, rgba(199,168,117,.20), transparent 28%),
  linear-gradient(130deg, #fffdf9 0%, #f7f0e5 62%, #efe4d1 100%); overflow: hidden; }
.hero-section::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(199,168,117,.35); border-radius: 50%; top: -220px; right: -140px; }
.min-vh-75 { min-height: 76vh; padding-block: 80px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 10px; font-size: .68rem; font-weight: 800; letter-spacing: .15em; color: #8d7250; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 1px; background: var(--champagne); }
.hero-copy { max-width: 640px; }
.hero-copy h1 { font-size: clamp(2.7rem, 5.2vw, 5.35rem); margin: 20px 0 24px; font-weight: 700; line-height: 1.13; }
.hero-copy h1 em { font-family: "Cormorant Garamond", serif; font-style: italic; color: var(--burgundy); font-weight: 600; }
.hero-copy p { font-size: 1.02rem; max-width: 590px; margin-bottom: 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { border-radius: 999px; padding: .86rem 1.45rem; font-weight: 700; font-size: .84rem; transition: var(--transition); }
.btn-luxury { background: var(--ink); color: #fff; border: 1px solid var(--ink); box-shadow: 0 12px 30px rgba(32,27,24,.18); }
.btn-luxury:hover { background: var(--burgundy); border-color: var(--burgundy); color: #fff; transform: translateY(-2px); }
.btn-outline-luxury { border: 1px solid rgba(32,27,24,.35); color: var(--ink); background: transparent; }
.btn-outline-luxury:hover { background: var(--ink); color: #fff; border-color: var(--ink); transform: translateY(-2px); }
.btn-light-luxury { background: #fff; color: var(--ink); border: 0; }
.btn-light-luxury:hover { background: var(--champagne-2); color: var(--ink); }
.hero-proof { display: flex; align-items: center; gap: 13px; margin-top: 30px; }
.proof-avatars { display: flex; direction: ltr; }
.proof-avatars span { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: #e5d5c1; border: 2px solid #fff; margin-left: -8px; font-size: .72rem; font-weight: 700; }
.stars { color: #b78942; letter-spacing: .08em; font-size: .86rem; }
.hero-proof small { color: #71675f; font-size: .7rem; }
.hero-visual { position: relative; max-width: 610px; margin-inline: auto; }
.hero-image-wrap { position: relative; aspect-ratio: 4 / 5; border-radius: 44% 44% 14% 14%; overflow: hidden; box-shadow: 0 36px 90px rgba(52,40,29,.24); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.hero-image-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(24,17,12,.28)); }
.floating-card { position: absolute; z-index: 2; background: rgba(255,253,249,.93); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.65); border-radius: 16px; box-shadow: 0 18px 45px rgba(32,27,24,.14); padding: 13px 16px; display: flex; align-items: center; gap: 11px; }
.floating-card small { display: block; font-size: .65rem; color: #7a6d62; }
.floating-card strong { display: block; font-size: .76rem; }
.floating-card-top { top: 12%; right: -8%; }
.floating-card-bottom { bottom: 9%; left: -8%; }
.mini-seal { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; color: var(--burgundy); background: #f1e6d3; font-size: 1.2rem; }
.hero-vertical-word { position: absolute; left: -55px; top: 50%; transform: rotate(-90deg) translateX(-50%); transform-origin: left top; letter-spacing: .35em; font-size: .58rem; color: rgba(32,27,24,.52); }

.trust-strip { border-block: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(5,1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 11px; padding: 22px 18px; border-left: 1px solid var(--line); }
.trust-grid > div:last-child { border-left: 0; }
.trust-grid i { font-size: 1.25rem; color: #9a7649; }
.trust-grid span { display: grid; }
.trust-grid strong { font-size: .78rem; }
.trust-grid small { font-size: .65rem; color: #81776f; }

.section-space { padding: 110px 0; }
.section-space-sm { padding: 78px 0; }
.section-heading { margin-bottom: 34px; }
.section-heading h2, .auth-copy h2, .finder-intro h2, .story-copy h2, .editorial-content h2, .checkout-title h1 { font-size: clamp(2rem, 3.6vw, 3.55rem); margin: 10px 0 12px; line-height: 1.22; }
.section-heading p { margin: 0; }
.section-heading.text-center { max-width: 680px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-size: .8rem; font-weight: 800; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.text-link i { transition: transform var(--transition); }
.text-link:hover i { transform: translateX(-4px); }

.product-card { height: 100%; position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; transition: var(--transition); }
.product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.product-image { position: relative; background: #f2ece3; aspect-ratio: 4 / 4.5; overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-image img { transform: scale(1.06); }
.product-badge { position: absolute; top: 14px; right: 14px; z-index: 2; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.92); backdrop-filter: blur(8px); font-size: .62rem; font-weight: 800; }
.product-favorite { position: absolute; top: 14px; left: 14px; width: 36px; height: 36px; border-radius: 50%; border: 0; background: rgba(255,255,255,.92); display: grid; place-items: center; transition: var(--transition); }
.product-favorite:hover, .product-favorite.active { background: var(--burgundy); color: #fff; }
.quick-actions { position: absolute; right: 14px; left: 14px; bottom: 14px; display: flex; gap: 8px; transform: translateY(70px); opacity: 0; transition: var(--transition); }
.product-card:hover .quick-actions { transform: translateY(0); opacity: 1; }
.quick-actions button { flex: 1; border: 0; padding: 11px 10px; border-radius: 999px; font-size: .72rem; font-weight: 800; background: rgba(32,27,24,.93); color: #fff; }
.quick-actions button:last-child { flex: 0 0 42px; background: #fff; color: var(--ink); }
.product-body { padding: 18px; }
.product-brand { font-size: .62rem; letter-spacing: .1em; color: #8f775a; font-weight: 800; }
.product-body h3 { font-family: "Cormorant Garamond", serif; font-size: 1.65rem; margin: 5px 0 2px; letter-spacing: .01em; }
.product-meta { color: #82786f; font-size: .68rem; }
.product-performance { display: flex; gap: 8px; flex-wrap: wrap; margin: 12px 0; }
.product-performance span { padding: 5px 8px; border-radius: 999px; background: #f6f1e8; font-size: .61rem; }
.product-footer { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding-top: 14px; border-top: 1px solid var(--line); }
.price-wrap { display: flex; align-items: baseline; gap: 7px; }
.price-wrap strong { font-size: .93rem; }
.price-wrap del { font-size: .65rem; color: #9f958d; }
.add-cart-mini { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--ink); background: var(--ink); color: #fff; display: grid; place-items: center; transition: var(--transition); }
.add-cart-mini:hover { background: var(--burgundy); border-color: var(--burgundy); transform: rotate(-8deg) scale(1.05); }

.category-section { background: #f5efe5; }
.mood-card { display: block; min-height: 320px; padding: 24px; border-radius: var(--radius-lg); position: relative; overflow: hidden; transition: var(--transition); }
.mood-card::after { content: ""; position: absolute; width: 200px; height: 200px; border-radius: 50%; border: 1px solid currentColor; opacity: .12; left: -85px; bottom: -85px; }
.mood-card:hover { transform: translateY(-8px) rotate(-.4deg); box-shadow: var(--shadow); }
.mood-card i { font-size: 2rem; display: inline-block; margin: 56px 0 32px; }
.mood-card h3 { font-size: 1.28rem; }
.mood-card p { font-size: .74rem; margin: 0; color: currentColor; opacity: .75; }
.mood-number { position: absolute; top: 20px; left: 20px; font-family: "Cormorant Garamond", serif; font-size: 1rem; }
.mood-arrow { position: absolute; bottom: 20px; left: 20px; width: 40px; height: 40px; border-radius: 50%; border: 1px solid currentColor; display: grid; place-items: center; }
.mood-dark { background: #211f21; color: #fff; }
.mood-rose { background: #dec2c0; color: #3e272d; }
.mood-fresh { background: #cfd9d8; color: #20363b; }
.mood-warm { background: #d7b889; color: #39291b; }

.finder-shell { background: var(--ink); color: #fff; border-radius: var(--radius-xl); overflow: hidden; box-shadow: 0 38px 100px rgba(32,27,24,.2); }
.finder-intro { height: 100%; padding: clamp(36px,5vw,70px); background:
  radial-gradient(circle at 15% 15%, rgba(199,168,117,.35), transparent 28%),
  linear-gradient(150deg, #191512, #332922); }
.finder-intro p { color: #d8cec5; }
.finder-points { list-style: none; margin: 28px 0; padding: 0; display: grid; gap: 10px; }
.finder-points li { font-size: .78rem; color: #e5ddd5; display: flex; gap: 9px; align-items: flex-start; }
.finder-points i { color: var(--champagne-2); }
.finder-count { display: flex; align-items: baseline; gap: 11px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); }
.finder-count strong { font-family: "Cormorant Garamond", serif; font-size: 2.1rem; color: var(--champagne-2); }
.finder-count span { font-size: .7rem; color: #bdb2a9; }
.finder-form { background: #fffdfa; color: var(--ink); min-height: 560px; padding: clamp(32px,5vw,66px); position: relative; display: flex; flex-direction: column; }
.finder-progress { height: 4px; background: #ece4d8; border-radius: 99px; overflow: hidden; margin-bottom: 48px; }
.finder-progress span { display: block; width: 25%; height: 100%; background: var(--burgundy); transition: width var(--transition); }
.finder-step { display: none; flex: 1; }
.finder-step.active { display: block; animation: fadeUp .45s ease both; }
.finder-step small { color: #8a7c70; font-size: .67rem; }
.finder-step h3 { font-size: clamp(1.65rem,3vw,2.5rem); margin: 8px 0 28px; }
.choice-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; }
.choice-btn { min-height: 112px; border: 1px solid var(--line); background: #fff; border-radius: 18px; padding: 18px; text-align: right; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; transition: var(--transition); }
.choice-btn i { font-size: 1.4rem; color: #9c7a4d; }
.choice-btn span { font-weight: 800; font-size: .85rem; }
.choice-btn:hover, .choice-btn.selected { border-color: var(--burgundy); background: #f8f0ef; transform: translateY(-2px); }
.finder-nav { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 34px; padding-top: 20px; border-top: 1px solid var(--line); }
.finder-back { border: 0; background: transparent; font-size: .72rem; font-weight: 800; }
.finder-back:disabled { opacity: .35; }
.finder-nav span { font-size: .64rem; color: #8a8077; }
.finder-result { display: none; animation: fadeUp .45s ease both; }
.finder-result.active { display: block; }
.result-icon { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #f2e5d3; color: var(--burgundy); font-size: 1.45rem; margin-bottom: 20px; }
.finder-result > span { color: #8f775a; font-size: .7rem; font-weight: 800; }
.finder-result h3 { font-family: "Cormorant Garamond", serif; font-size: 3rem; margin: 4px 0 10px; }
.result-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.result-tags span { padding: 6px 10px; border-radius: 99px; background: #f4eee5; font-size: .63rem; }

.editorial-card { border-radius: var(--radius-xl); overflow: hidden; position: relative; min-height: 520px; }
.gift-card-large img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.editorial-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(24,19,16,.12), rgba(24,19,16,.78)); }
.editorial-content { position: absolute; inset: auto 0 0 0; z-index: 2; color: #fff; padding: clamp(28px,5vw,64px); max-width: 650px; }
.editorial-content span { font-size: .65rem; letter-spacing: .16em; color: var(--champagne-2); }
.editorial-content p { color: #eee7df; max-width: 500px; }
.discovery-card { background: #ede1cf; padding: 44px 38px 0; display: flex; flex-direction: column; justify-content: space-between; }
.discovery-card h2 { font-size: 2rem; margin: 10px 0 12px; }
.discovery-card img { width: 100%; height: 235px; object-fit: cover; border-radius: 160px 160px 0 0; margin-top: 32px; }
.discovery-price { display: grid; margin: 18px 0; }
.discovery-price strong { font-size: 1rem; }
.discovery-price small { font-size: .66rem; color: #796d63; }

.authenticity-section { background: #fff; }
.auth-visual { position: relative; }
.auth-visual > img { width: 100%; height: 600px; object-fit: cover; border-radius: var(--radius-xl); }
.auth-seal { position: absolute; left: -26px; top: 50px; width: 180px; aspect-ratio: 1; border-radius: 50%; background: var(--ink); color: #fff; border: 1px solid var(--champagne); box-shadow: inset 0 0 0 7px var(--ink), inset 0 0 0 8px var(--champagne), 0 20px 45px rgba(32,27,24,.22); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.auth-seal span { font-size: 1.8rem; color: var(--champagne-2); }
.auth-seal strong { font-family: "Cormorant Garamond", serif; font-size: 1.1rem; }
.auth-seal small { font-size: .48rem; letter-spacing: .15em; color: #d5c9bc; }
.batch-card { position: absolute; bottom: 22px; right: 22px; background: rgba(255,253,249,.93); backdrop-filter: blur(9px); padding: 14px 18px; border-radius: 14px; display: grid; box-shadow: var(--shadow); }
.batch-card small { font-size: .58rem; color: #7d7167; }
.batch-card strong { font-size: .88rem; letter-spacing: .08em; }
.batch-card span { color: #35704d; font-size: .62rem; font-weight: 700; }
.auth-copy .lead { font-size: 1.03rem; }
.auth-list { display: grid; gap: 22px; margin: 30px 0; }
.auth-list > div { display: grid; grid-template-columns: 56px 1fr; gap: 14px; }
.auth-list > div > span { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; background: #f2e8da; color: #8f6e45; font-family: "Cormorant Garamond", serif; font-weight: 700; }
.auth-list h3 { font-size: 1rem; margin-bottom: 4px; }
.auth-list p { font-size: .75rem; margin: 0; }

.brand-story { background: #f5efe6; }
.story-shell { border-radius: var(--radius-xl); padding: clamp(38px,6vw,80px); background:
  radial-gradient(circle at 78% 15%, rgba(199,168,117,.18), transparent 25%),
  linear-gradient(135deg, #171412, #362d26); color: #fff; display: grid; grid-template-columns: 1.3fr 1fr; gap: 70px; align-items: end; overflow: hidden; position: relative; }
.story-shell::before { content: "VM"; position: absolute; left: -20px; bottom: -130px; font-family: "Cormorant Garamond", serif; font-size: 24rem; color: rgba(255,255,255,.025); line-height: 1; }
.story-copy, .story-stats { position: relative; z-index: 1; }
.story-copy p { color: #d8cec6; max-width: 650px; }
.story-stats { display: grid; gap: 18px; }
.story-stats div { display: grid; grid-template-columns: 130px 1fr; align-items: baseline; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.12); }
.story-stats strong { font-family: "Cormorant Garamond", serif; font-size: 2.4rem; color: var(--champagne-2); }
.story-stats span { font-size: .72rem; color: #d7cdc4; }

.reviews-section { background: #fff; }
.review-card { height: 100%; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; background: #fff; transition: var(--transition); }
.review-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.review-card.featured { background: var(--ink); color: #fff; border-color: var(--ink); transform: translateY(-12px); }
.review-card.featured p { color: #e2d8cf; }
.review-top { display: flex; justify-content: space-between; gap: 10px; align-items: center; }
.review-top > span { font-size: .58rem; padding: 5px 8px; border-radius: 99px; background: #edf5ef; color: #2f6a46; font-weight: 700; }
.review-card.featured .review-top > span { background: rgba(255,255,255,.12); color: var(--champagne-2); }
.review-card p { font-size: .83rem; margin: 24px 0 28px; }
.review-user { display: flex; align-items: center; gap: 11px; }
.review-user > span { width: 42px; height: 42px; border-radius: 50%; background: #e9ddcc; display: grid; place-items: center; font-weight: 800; color: var(--ink); }
.review-user div { display: grid; }
.review-user strong { font-size: .76rem; }
.review-user small { font-size: .62rem; color: #8b8179; }
.review-card.featured .review-user small { color: #bfb4ab; }

.journal-section { background: #f6f1e9; }
.article-card, .article-row { background: #fff; border-radius: var(--radius-lg); overflow: hidden; }
.article-main { height: 100%; }
.article-main img { width: 100%; height: 390px; object-fit: cover; }
.article-main > div { padding: 26px; }
.article-main span, .article-row span { font-size: .62rem; color: #8b7456; font-weight: 800; }
.article-main h3 { font-size: 1.4rem; margin: 8px 0 13px; }
.article-main a, .article-row a { font-size: .7rem; font-weight: 800; }
.article-list { display: grid; gap: 16px; }
.article-row { display: grid; grid-template-columns: 180px 1fr; align-items: center; }
.article-row img { width: 100%; height: 160px; object-fit: cover; }
.article-row div { padding: 20px; }
.article-row h3 { font-size: 1rem; margin: 6px 0; }

.newsletter-section { padding: 0 0 80px; background: #f6f1e9; }
.newsletter-shell { background: #d6b98e; border-radius: var(--radius-xl); padding: 42px clamp(28px,5vw,60px); display: grid; grid-template-columns: 1.1fr 1fr; gap: 35px; align-items: center; }
.newsletter-shell > div > span { font-size: .62rem; letter-spacing: .15em; font-weight: 800; }
.newsletter-shell h2 { font-size: 2rem; margin: 8px 0; }
.newsletter-shell p { margin: 0; }
.newsletter-form { display: flex; background: #fff; border-radius: 999px; padding: 6px; }
.newsletter-form input { flex: 1; border: 0; outline: 0; padding: 12px 17px; min-width: 0; background: transparent; }
.newsletter-form button { border: 0; border-radius: 999px; background: var(--ink); color: #fff; padding: 12px 20px; font-weight: 800; white-space: nowrap; }

.site-footer { background: #171412; color: #fff; }
.footer-main { padding: 80px 0 55px; }
.footer-brand .brand-mark { background: #251f1b; color: #fff; box-shadow: inset 0 0 0 4px #251f1b; }
.footer-brand .brand-copy small { color: #bdb2a9; }
.site-footer p { color: #bfb5ad; font-size: .75rem; max-width: 470px; }
.site-footer h3 { font-size: .8rem; margin-bottom: 17px; color: var(--champagne-2); }
.site-footer .col-6 > a, .site-footer .col-md-6 > a { display: block; color: #c7bdb5; font-size: .7rem; padding: 5px 0; }
.social-links { display: flex; gap: 8px; margin-top: 20px; }
.social-links a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,.14); display: grid; place-items: center; transition: var(--transition); }
.social-links a:hover { background: var(--champagne); color: var(--ink); transform: translateY(-2px); }
.contact-card { border: 1px solid rgba(255,255,255,.12); border-radius: 16px; padding: 16px; display: grid; }
.contact-card span, .contact-card small { color: #9f958e; font-size: .62rem; }
.contact-card a { font-family: "Cormorant Garamond", serif; font-size: 1.7rem; color: #fff; }
.payment-badges { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.payment-badges span { padding: 6px 9px; border-radius: 6px; background: rgba(255,255,255,.07); font-size: .56rem; color: #d8cec6; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; display: flex; justify-content: space-between; gap: 15px; flex-wrap: wrap; }
.footer-bottom p { margin: 0; font-size: .62rem; }
.footer-bottom strong { color: var(--champagne-2); }

.floating-whatsapp { position: fixed; bottom: 20px; left: 20px; z-index: 1040; background: #1fa855; color: #fff; min-height: 50px; border-radius: 999px; padding: 0 16px; display: flex; align-items: center; gap: 9px; box-shadow: 0 16px 40px rgba(20,126,64,.32); font-size: .7rem; font-weight: 800; transition: var(--transition); }
.floating-whatsapp i { font-size: 1.2rem; }
.floating-whatsapp:hover { color: #fff; transform: translateY(-4px); }

.offcanvas { background: var(--warm-white); }
.search-panel { width: min(520px, 100%)!important; }
.cart-panel { width: min(480px, 100%)!important; }
.offcanvas-header { padding: 26px; border-bottom: 1px solid var(--line); }
.offcanvas-header small { color: #8d7c6b; font-size: .62rem; }
.offcanvas-header h2 { font-size: 1.35rem; margin: 4px 0 0; }
.offcanvas-body { padding: 26px; }
.smart-search-wrap { display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 16px; padding: 0 15px; background: #fff; }
.smart-search-wrap input { width: 100%; border: 0; outline: 0; padding: 15px 0; background: transparent; }
.search-suggestions { display: flex; gap: 7px; flex-wrap: wrap; margin: 20px 0 28px; }
.search-suggestions > span { width: 100%; font-size: .65rem; color: #8d8178; margin-bottom: 4px; }
.search-suggestions button { border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 7px 10px; font-size: .62rem; }
.search-results { display: grid; gap: 10px; }
.search-result { display: grid; grid-template-columns: 72px 1fr auto; gap: 12px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 8px; }
.search-result img { width: 72px; height: 72px; object-fit: cover; border-radius: 10px; }
.search-result strong { display: block; font-size: .74rem; }
.search-result small { font-size: .6rem; color: #8a8076; }
.search-result button { border: 0; width: 34px; height: 34px; border-radius: 50%; background: var(--ink); color: #fff; }
.cart-items { display: grid; align-content: start; gap: 12px; }
.empty-cart { text-align: center; padding: 70px 20px; }
.empty-cart i { font-size: 2.8rem; color: #b89c72; }
.empty-cart h3 { font-size: 1.1rem; margin: 12px 0 5px; }
.empty-cart p { font-size: .72rem; }
.cart-item { display: grid; grid-template-columns: 82px 1fr auto; gap: 12px; align-items: center; border: 1px solid var(--line); border-radius: 15px; padding: 9px; background: #fff; }
.cart-item img { width: 82px; height: 92px; object-fit: cover; border-radius: 10px; }
.cart-item h4 { font-size: .76rem; margin: 3px 0; }
.cart-item small { font-size: .58rem; color: #8a8076; }
.cart-item strong { font-size: .72rem; }
.remove-cart-item { border: 0; background: transparent; color: #9a7867; }
.cart-summary { border-top: 1px solid var(--line); padding-top: 18px; margin-top: 18px; }
.cart-summary > div { display: flex; justify-content: space-between; }
.cart-summary small { display: block; font-size: .6rem; color: #8c8178; margin: 6px 0 15px; }

.product-modal .modal-content { border: 0; border-radius: 28px; overflow: hidden; position: relative; }
.modal-close { position: absolute; top: 18px; left: 18px; z-index: 3; width: 42px; height: 42px; border-radius: 50%; border: 0; background: rgba(255,255,255,.9); }
.modal-image-wrap { height: 100%; min-height: 660px; background: #eee6db; }
.modal-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.modal-product-info { padding: clamp(32px,5vw,65px); }
.modal-product-info h2 { font-family: "Cormorant Garamond", serif; font-size: 3rem; margin: 6px 0; }
.modal-rating { display: flex; align-items: center; gap: 10px; margin: 10px 0 18px; }
.modal-rating small { font-size: .62rem; color: #82776e; }
.modal-price-row { display: flex; align-items: baseline; gap: 10px; margin: 16px 0 22px; }
.modal-price-row strong { font-size: 1.4rem; }
.modal-price-row del { color: #9d9188; font-size: .8rem; }
.variant-block { margin: 20px 0; }
.variant-block > span { display: block; font-size: .72rem; font-weight: 800; margin-bottom: 9px; }
.variant-buttons { display: flex; flex-wrap: wrap; gap: 8px; }
.variant-buttons button { min-width: 78px; border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 9px 12px; font-size: .68rem; }
.variant-buttons button.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.performance-grid { display: grid; grid-template-columns: repeat(2,1fr); border: 1px solid var(--line); border-radius: 15px; overflow: hidden; margin: 20px 0; }
.performance-grid div { padding: 12px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; }
.performance-grid div:nth-child(2n) { border-left: 0; }
.performance-grid div:nth-last-child(-n+2) { border-bottom: 0; }
.performance-grid span { font-size: .58rem; color: #8a8077; }
.performance-grid strong { font-size: .7rem; }
.notes-pyramid { display: grid; gap: 7px; margin: 20px 0; }
.notes-pyramid div { display: grid; grid-template-columns: 95px 1fr; gap: 12px; padding: 10px 12px; background: #f6f1e9; border-radius: 9px; }
.notes-pyramid div:nth-child(2) { margin-inline: 18px; }
.notes-pyramid div:nth-child(3) { margin-inline: 38px; }
.notes-pyramid span { font-size: .58rem; color: #84776c; }
.notes-pyramid strong { font-size: .68rem; }
.modal-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.performance-note { font-size: .58rem; margin-top: 14px; }
.toast { border: 0; background: var(--ink); color: #fff; border-radius: 12px; }
.toast i { color: #73cc93; }

/* Product page */
.inner-page { background: #fbf7f0; }
.breadcrumb-wrap { display: flex; align-items: center; gap: 7px; font-size: .65rem; color: #8d8176; }
.product-gallery-main { aspect-ratio: 1 / 1.08; border-radius: var(--radius-xl); overflow: hidden; background: #eee4d7; }
.product-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumbs { display: flex; gap: 10px; margin-top: 12px; }
.gallery-thumbs button { width: 90px; height: 90px; padding: 0; border: 1px solid transparent; border-radius: 14px; overflow: hidden; background: transparent; }
.gallery-thumbs button.active { border-color: var(--ink); }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.product-page-info { padding-top: 18px; }
.product-page-info h1 { font-family: "Cormorant Garamond", serif; font-size: clamp(3rem,6vw,5rem); margin: 5px 0 0; }
.product-subtitle { font-size: .74rem; color: #83776d; }
.stock-line { display: flex; align-items: center; gap: 8px; padding: 12px 14px; background: #ecf4ed; color: #326448; border-radius: 12px; font-size: .66rem; font-weight: 700; }
.product-long-copy { font-size: .85rem; margin: 22px 0; }
.quantity-row { display: flex; align-items: center; justify-content: space-between; margin: 18px 0; }
.quantity-row label { font-size: .72rem; font-weight: 800; }
.quantity-control { display: flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.quantity-control button { width: 36px; height: 36px; border: 0; background: transparent; }
.quantity-control input { width: 42px; border: 0; outline: 0; text-align: center; background: transparent; }
.product-benefits { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 24px; }
.product-benefits > div { border: 1px solid var(--line); border-radius: 13px; padding: 10px; display: flex; gap: 8px; }
.product-benefits i { color: #9a7649; }
.product-benefits span { display: grid; }
.product-benefits strong { font-size: .62rem; }
.product-benefits small { font-size: .52rem; color: #8a8077; }
.product-deep-info { background: #fff; }
.info-panel { height: 100%; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; }
.info-panel h2 { font-size: 1.35rem; margin: 8px 0 20px; }
.notes-pyramid.large div { padding: 14px; }
.metric { display: grid; grid-template-columns: 1fr 1.4fr 48px; gap: 10px; align-items: center; margin: 16px 0; }
.metric span, .metric strong { font-size: .6rem; }
.metric > div { height: 6px; background: #eee7dd; border-radius: 99px; overflow: hidden; }
.metric i { display: block; height: 100%; background: var(--burgundy); }
.info-panel > small { font-size: .55rem; color: #8b8178; }
.best-for-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.best-for-list li { font-size: .74rem; display: flex; gap: 9px; }
.best-for-list i { color: #9a7649; }

/* Checkout */
.checkout-page { background: #f6f1e9; }
.checkout-header { background: #fff; border-bottom: 1px solid var(--line); padding: 13px 0; }
.checkout-header .container-xl { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.checkout-header .container-xl > span { font-size: .67rem; color: #52745e; font-weight: 700; }
.checkout-title { max-width: 680px; margin-bottom: 34px; }
.checkout-title p { margin: 0; }
.checkout-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px; margin-bottom: 16px; }
.checkout-card-title { display: flex; gap: 13px; margin-bottom: 22px; }
.checkout-card-title > span { width: 44px; height: 44px; border-radius: 50%; background: #f1e5d4; color: #8d6c43; display: grid; place-items: center; font-family: "Cormorant Garamond", serif; }
.checkout-card-title h2 { font-size: 1rem; margin-bottom: 2px; }
.checkout-card-title p { font-size: .62rem; margin: 0; }
.checkout-form label { font-size: .68rem; font-weight: 700; margin-bottom: 6px; }
.form-control, .form-select { min-height: 48px; border-radius: 12px; border-color: var(--line); font-size: .75rem; padding: 10px 13px; }
.form-control:focus, .form-select:focus { border-color: var(--champagne); box-shadow: 0 0 0 .2rem rgba(199,168,117,.16); }
.payment-options { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.payment-options label { margin: 0; cursor: pointer; }
.payment-options input { position: absolute; opacity: 0; }
.payment-options span { height: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 16px; display: grid; gap: 4px; transition: var(--transition); }
.payment-options input:checked + span { border-color: var(--ink); background: #f8f1e8; box-shadow: inset 0 0 0 1px var(--ink); }
.payment-options i { font-size: 1.25rem; color: #9a7649; }
.payment-options strong { font-size: .7rem; }
.payment-options small { font-size: .55rem; color: #83786f; }
.gift-check { display: block; cursor: pointer; }
.gift-check input { position: absolute; opacity: 0; }
.gift-check span { display: grid; grid-template-columns: 34px 1fr; border: 1px solid var(--line); border-radius: 14px; padding: 15px; }
.gift-check input:checked + span { background: #f8f1e8; border-color: var(--ink); }
.gift-check i { grid-row: span 2; font-size: 1.2rem; color: #9a7649; }
.gift-check strong { font-size: .7rem; }
.gift-check small { font-size: .55rem; color: #82776e; }
.gift-message-wrap { display: none; margin-top: 14px; }
.gift-message-wrap.active { display: block; }
.checkout-submit { padding-block: 1rem; }
.order-summary { top: 110px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px; }
.order-summary h2 { font-size: 1.1rem; margin-bottom: 18px; }
.summary-product { display: grid; grid-template-columns: 78px 1fr auto; gap: 11px; align-items: center; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.summary-product img { width: 78px; height: 88px; object-fit: cover; border-radius: 12px; }
.summary-product div { display: grid; }
.summary-product span, .summary-product small { font-size: .55rem; color: #8a8076; }
.summary-product strong { font-size: .72rem; }
.summary-product b { font-size: .72rem; }
.promo-row { display: flex; gap: 8px; margin: 18px 0; }
.promo-row input { flex: 1; min-width: 0; border: 1px solid var(--line); border-radius: 10px; padding: 10px; font-size: .68rem; }
.promo-row button { border: 0; border-radius: 10px; padding: 10px 14px; background: var(--ink); color: #fff; font-size: .65rem; font-weight: 800; }
.summary-lines { display: grid; gap: 10px; }
.summary-lines div { display: flex; justify-content: space-between; gap: 15px; font-size: .68rem; }
.summary-total { border-top: 1px solid var(--line); padding-top: 14px; margin-top: 4px; }
.summary-total strong { font-size: 1rem; }
.secure-note { display: flex; gap: 10px; padding: 13px; border-radius: 12px; background: #eef4ef; color: #385d46; margin: 18px 0; }
.secure-note div { display: grid; }
.secure-note strong { font-size: .65rem; }
.secure-note small { font-size: .54rem; }
.checkout-footer { background: var(--ink); color: #fff; padding: 18px 0; }
.checkout-footer .container-xl { display: flex; justify-content: space-between; gap: 15px; flex-wrap: wrap; }
.checkout-footer p, .checkout-footer a { margin: 0; font-size: .62rem; color: #cfc5bd; }
.checkout-footer strong { color: var(--champagne-2); }

@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1199.98px) {
  .navbar-collapse { padding: 14px 0 18px; }
  .nav-link { padding: .55rem 0!important; }
  .nav-link::after { display: none; }
  .mega-menu { box-shadow: none; position: static!important; }
  .trust-grid { grid-template-columns: repeat(3,1fr); }
  .trust-grid > div:nth-child(3) { border-left: 0; }
  .trust-grid > div:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 991.98px) {
  .min-vh-75 { padding-block: 50px 72px; }
  .hero-image-wrap { max-height: 620px; }
  .hero-copy { text-align: center; margin-inline: auto; }
  .hero-copy p { margin-inline: auto; }
  .eyebrow, .hero-actions, .hero-proof { justify-content: center; }
  .hero-vertical-word { display: none; }
  .floating-card-top { right: 16px; }
  .floating-card-bottom { left: 16px; }
  .story-shell { grid-template-columns: 1fr; gap: 35px; }
  .auth-seal { left: 20px; }
  .newsletter-shell { grid-template-columns: 1fr; }
  .review-card.featured { transform: none; }
  .modal-image-wrap { min-height: 420px; }
  .payment-options { grid-template-columns: 1fr; }
  .order-summary { position: static!important; }
}

@media (max-width: 767.98px) {
  .announcement-bar { font-size: .64rem; }
  .announcement-bar .container-xl { justify-content: center!important; }
  .navbar { min-height: 72px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-copy strong { font-size: 1.2rem; }
  .header-actions .icon-btn { width: 38px; height: 38px; }
  .hero-copy h1 { font-size: 2.75rem; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid > div { border-bottom: 1px solid var(--line)!important; }
  .trust-grid > div:nth-child(2n) { border-left: 0; }
  .trust-grid > div:last-child { grid-column: 1 / -1; border-bottom: 0!important; justify-content: center; }
  .section-space { padding: 78px 0; }
  .section-space-sm { padding: 56px 0; }
  .section-heading h2, .auth-copy h2, .finder-intro h2, .story-copy h2, .editorial-content h2, .checkout-title h1 { font-size: 2.2rem; }
  .mood-card { min-height: 250px; padding: 18px; }
  .mood-card i { margin: 44px 0 24px; }
  .mood-card h3 { font-size: 1rem; }
  .mood-card p { font-size: .63rem; }
  .finder-form { min-height: auto; padding: 28px 20px; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-btn { min-height: 82px; flex-direction: row; align-items: center; justify-content: flex-start; gap: 14px; }
  .finder-nav { align-items: flex-start; }
  .editorial-card { min-height: 450px; }
  .auth-visual > img { height: 480px; }
  .auth-seal { width: 140px; }
  .story-stats div { grid-template-columns: 100px 1fr; }
  .article-main img { height: 280px; }
  .article-row { grid-template-columns: 115px 1fr; }
  .article-row img { height: 130px; }
  .newsletter-form { flex-direction: column; border-radius: 18px; }
  .newsletter-form button { width: 100%; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { width: 52px; height: 52px; min-height: 52px; padding: 0; justify-content: center; }
  .quick-actions { transform: none; opacity: 1; }
  .modal-product-info h2 { font-size: 2.3rem; }
  .product-benefits { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 575.98px) {
  .container-xl { padding-inline: 16px; }
  .hero-image-wrap { border-radius: 38% 38% 12% 12%; }
  .floating-card { padding: 10px 12px; }
  .floating-card strong { font-size: .66rem; }
  .floating-card-top { top: 8px; right: 8px; }
  .floating-card-bottom { left: 8px; bottom: 8px; }
  .hero-actions .btn { width: 100%; }
  .trust-grid > div { padding: 16px 10px; }
  .trust-grid strong { font-size: .66rem; }
  .trust-grid small { font-size: .56rem; }
  .product-body { padding: 14px; }
  .product-body h3 { font-size: 1.35rem; }
  .editorial-content { padding: 24px; }
  .discovery-card { padding: 28px 22px 0; }
  .auth-visual > img { height: 420px; }
  .auth-seal { top: 15px; left: 12px; width: 112px; }
  .auth-seal strong { font-size: .83rem; }
  .auth-seal small { display: none; }
  .batch-card { right: 12px; bottom: 12px; }
  .newsletter-shell { padding: 28px 20px; }
  .newsletter-shell h2 { font-size: 1.55rem; }
  .modal-actions .btn { width: 100%; }
  .notes-pyramid div:nth-child(2), .notes-pyramid div:nth-child(3) { margin-inline: 0; }
  .performance-grid { grid-template-columns: 1fr; }
  .performance-grid div { border-left: 0; border-bottom: 1px solid var(--line)!important; }
  .performance-grid div:last-child { border-bottom: 0!important; }
  .summary-product { grid-template-columns: 66px 1fr; }
  .summary-product b { grid-column: 2; }
}
