/* ============================================================
   Beauty Luxe — Shared Stylesheet
   Direction: Editorial luxury — generous air, gold hairlines,
              Playfair display with italic accents, photography-led.
   Brand:  Cream · Gold · Rose · Charcoal   (unchanged)
   Fonts:  Playfair Display (serif) + Jost (sans-serif)  (unchanged)
   ============================================================ */

/* ============================================================
   1. DESIGN TOKENS
   ============================================================ */
:root {
  /* --- Brand palette (unchanged) --- */
  --cream: #FAF7F2;
  --pale-gold: #E8D9B0;
  --gold: #C8960C;
  --gold-dark: #A07A0A;
  --gold-hover: #B8860B;
  --gold-light: #F5EAC8;

  /* Accessible gold steps. The brand gold (#C8960C) is only 2.5:1 on cream, so
     it stays where it belongs — fills, rules, borders, and dark grounds (6.4:1
     on ink) — while text on light grounds steps down to keep WCAG AA.
       --gold-text     5.0:1 on cream  → small text, labels, links
       --gold-display  3.7:1 on cream  → 24px+ display accents, stat figures
     Same hue, same family. Nothing about the palette changes. */
  --gold-text: #8A6608;
  --gold-display: #A07A0A;
  --rose: #8A1A2E;
  --charcoal: #2A2A2A;
  --charcoal-light: #3D3D3D;
  --mid-grey: #6E6660;
  --light-grey: #E5DED2;
  --white: #FFFFFF;

  /* Derived surfaces — same hues, extra steps for depth */
  --cream-deep: #F3EDE3;
  --ink: #1C1B1A;
  --ink-soft: #232221;
  --hairline: rgba(42, 42, 42, 0.10);
  --hairline-gold: rgba(200, 150, 12, 0.28);
  --on-dark: rgba(255, 255, 255, 0.72);
  --on-dark-soft: rgba(255, 255, 255, 0.58);

  /* --- Type --- */
  --font-serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-sans: 'Jost', 'Helvetica Neue', Arial, sans-serif;

  --step--1: clamp(0.78rem, 0.76rem + 0.1vw, 0.84rem);
  --step-0:  clamp(0.95rem, 0.92rem + 0.15vw, 1.02rem);
  --step-1:  clamp(1.1rem, 1.04rem + 0.3vw, 1.3rem);
  --step-2:  clamp(1.35rem, 1.2rem + 0.7vw, 1.75rem);
  --step-3:  clamp(1.7rem, 1.4rem + 1.4vw, 2.6rem);
  --step-4:  clamp(2.2rem, 1.6rem + 2.7vw, 4.1rem);

  /* --- Space (8pt rhythm) --- */
  --space-3xs: 0.25rem;
  --space-2xs: 0.5rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;
  --space-2xl: 6rem;
  --space-3xl: 8rem;

  /* --- Depth --- */
  --shadow-sm: 0 2px 8px rgba(42, 42, 42, 0.07);
  --shadow-md: 0 4px 20px rgba(42, 42, 42, 0.11);
  --shadow-lg: 0 8px 40px rgba(42, 42, 42, 0.15);
  --shadow-lift: 0 18px 50px -18px rgba(42, 42, 42, 0.30);

  --radius: 6px;
  --radius-lg: 12px;

  /* --- Motion --- */
  --ease: 0.3s ease;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-soft: cubic-bezier(0.2, 0.7, 0.2, 1);
  --dur-fast: 180ms;
  --dur: 280ms;
  --dur-slow: 700ms;
  --dur-image: 900ms;

  --max-w: 1200px;
  --nav-h: 88px;
  --logo-h: 63px;
  --z-nav: 1000;
  --z-drawer: 999;
  --z-float: 900;
  --z-sticky: 100;
}

@media (min-width: 900px) {
  :root { --nav-h: 106px; --logo-h: 78px; }
}

/* Reclaim vertical room once the reader is moving down the page */
.site-header.scrolled { --nav-h: 66px; --logo-h: 46px; }
@media (min-width: 900px) {
  .site-header.scrolled { --nav-h: 78px; --logo-h: 54px; }
}

/* ============================================================
   2. RESET
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: calc(var(--sticky-offset, var(--header-h)) + 1rem);
}

img, picture, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font: inherit; color: inherit; }
ul, ol { list-style: none; }
::selection { background: var(--gold-light); color: var(--charcoal); }

/* ============================================================
   3. BASE TYPOGRAPHY
   ============================================================ */
body {
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  color: var(--charcoal);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.012em;
  color: var(--charcoal);
  text-wrap: balance;
}

h1 { font-size: var(--step-4); }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-2); }

p { color: var(--charcoal); text-wrap: pretty; }

em, .italic { font-style: italic; }

/* Playfair Display ships no 300 weight; elements that inherit the body's 300
   would otherwise be synthesised. Pin every serif run to a real cut. */
blockquote,
.nav-wordmark span,
.cat-card-title,
.order-step-num,
.story-signature,
.closing .tagline-statement,
.hero-chip strong,
.story-figcaption strong,
.product-card-name,
.footer-brand .footer-tagline {
  font-weight: 500;
}

/* Gold italic accent used inside display headings */
.accent { font-style: italic; color: var(--gold-display); }

/* ============================================================
   4. ACCESSIBILITY
   ============================================================ */
.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  background: var(--ink);
  color: var(--white);
  border: 1px solid var(--gold);
  padding: 0.6rem 1.15rem;
  border-radius: var(--radius);
  font-weight: 500;
  z-index: 10000;
  transition: top var(--dur) var(--ease-out);
}
.skip-link:focus { top: 1rem; }

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 2px;
}
.on-dark :focus-visible,
.site-footer :focus-visible,
.pillars :focus-visible,
.social-cta :focus-visible { outline-color: var(--pale-gold); }

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* ============================================================
   5. MOTION SYSTEM
   Transform + opacity only. Never layout properties.
   ============================================================ */
/* Progressive enhancement: the hidden start state only applies when JS is
   running (html.js is set by an inline head script). Without JS — or if the
   observer never fires — every element renders normally. */
.js [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition:
    opacity var(--dur-slow) var(--ease-out) var(--d, 0ms),
    transform var(--dur-slow) var(--ease-out) var(--d, 0ms);
  will-change: opacity, transform;
}
/* Lateral reveals are a desktop idea — on phone they'd push past the edge,
   so narrow viewports get the vertical rise instead. */
@media (min-width: 940px) {
  .js [data-reveal="left"]  { transform: translate3d(-26px, 0, 0); }
  .js [data-reveal="right"] { transform: translate3d(26px, 0, 0); }
}
.js [data-reveal="fade"]  { transform: none; }
.js [data-reveal="rise"]  { transform: translate3d(0, 40px, 0); }
.js [data-reveal="scale"] { transform: scale(0.965); }

/* Must out-specify `.js [data-reveal]` (0,2,0) — a bare `.is-in` (0,1,0) loses */
.js [data-reveal].is-in,
.is-in {
  opacity: 1;
  transform: none;
  will-change: auto;
}

/* Failsafe: if site.js never boots, show everything rather than a blank page */
.reveal-all [data-reveal],
.reveal-all .media-curtain > img,
.reveal-all .media-curtain > picture > img {
  opacity: 1 !important;
  transform: none !important;
}

/* Curtain reveal for editorial imagery — the frame stays, the photo slides up */
.media-curtain { overflow: hidden; }
.js .media-curtain > img,
.js .media-curtain > picture > img {
  transform: translate3d(0, 8%, 0) scale(1.06);
  opacity: 0;
  transition:
    transform 1100ms var(--ease-out) var(--d, 0ms),
    opacity 800ms var(--ease-out) var(--d, 0ms);
}
.media-curtain.is-in > img,
.media-curtain.is-in > picture > img {
  transform: none;
  opacity: 1;
}

/* First-paint hero entrance (no observer needed — above the fold) */
@keyframes riseIn {
  from { opacity: 0; transform: translate3d(0, 26px, 0); }
  to   { opacity: 1; transform: none; }
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes drawLine {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}
@keyframes floatSoft {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50%      { transform: translate3d(0, -10px, 0); }
}

.enter { animation: riseIn 900ms var(--ease-out) both; animation-delay: var(--d, 0ms); }
.fade-up { animation: riseIn 700ms var(--ease-out) both; }
.fade-in { animation: fadeIn 800ms ease both; }

/* ============================================================
   6. LAYOUT UTILITIES
   ============================================================ */
.container {
  width: 100%;
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media (min-width: 768px)  { .container { padding-inline: 2rem; } }
@media (min-width: 1280px) { .container { padding-inline: 2.5rem; } }

.container-wide { max-width: 1420px; }
.container-narrow { max-width: 760px; }

section { padding-block: var(--space-2xl); }
@media (min-width: 768px) { section { padding-block: var(--space-3xl); } }

/* Eyebrow label with leading hairline */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-text);
  margin-bottom: var(--space-sm);
}
.section-label::before {
  content: '';
  width: 26px;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
  transform-origin: left;
}
.section-label.centered::after {
  content: '';
  width: 26px;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}

.gold-rule {
  width: 52px;
  height: 2px;
  background: var(--gold);
  margin-block: var(--space-sm);
  transform-origin: left;
}
.gold-rule.centered { margin-inline: auto; transform-origin: center; }
.is-in .gold-rule,
.gold-rule.is-in { animation: drawLine 700ms var(--ease-out) both; }

.section-header {
  text-align: center;
  max-width: 660px;
  margin: 0 auto var(--space-xl);
}
.section-header .section-label { justify-content: center; }
.section-header h2 { margin-bottom: var(--space-sm); }
.section-header p {
  color: var(--mid-grey);
  font-size: var(--step-0);
  max-width: 52ch;
  margin-inline: auto;
}

.lede {
  font-size: var(--step-1);
  line-height: 1.75;
  color: var(--mid-grey);
  font-weight: 300;
}

/* Ornamental divider */
.ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  color: var(--gold);
}
.ornament::before, .ornament::after {
  content: '';
  width: clamp(40px, 12vw, 110px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--hairline-gold));
}
.ornament::after { background: linear-gradient(270deg, transparent, var(--hairline-gold)); }

/* ============================================================
   7. BUTTONS
   ============================================================ */
.btn {
  --btn-bg: transparent;
  --btn-fg: var(--charcoal);
  --btn-bd: currentColor;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 48px;
  padding: 0.9rem 2rem;
  font-family: var(--font-sans);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: var(--radius);
  border: 1.5px solid var(--btn-bd);
  background: var(--btn-bg);
  color: var(--btn-fg);
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  isolation: isolate;
  transition:
    color var(--dur) var(--ease-out),
    border-color var(--dur) var(--ease-out),
    box-shadow var(--dur) var(--ease-out),
    transform var(--dur) var(--ease-out);
}
/* Wipe fill — the ink rises from the base rather than snapping */
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--btn-fill, var(--charcoal));
  transform: translate3d(0, 101%, 0);
  transition: transform 420ms var(--ease-out);
}
.btn:hover, .btn:focus-visible { transform: translateY(-2px); }
.btn:hover::after, .btn:focus-visible::after { transform: none; }
.btn:active { transform: translateY(0); }

.btn-gold {
  --btn-bg: var(--gold);
  --btn-fg: var(--ink);
  --btn-bd: var(--gold);
  --btn-fill: var(--gold-hover);
}
.btn-gold:hover, .btn-gold:focus-visible {
  border-color: var(--gold-hover);
  box-shadow: 0 12px 28px -12px rgba(200, 150, 12, 0.75);
  color: var(--ink);
}

.btn-outline { --btn-fg: var(--charcoal); --btn-bd: var(--charcoal); --btn-fill: var(--charcoal); }
.btn-outline:hover, .btn-outline:focus-visible { color: var(--white); }

.btn-outline-gold { --btn-fg: var(--gold-text); --btn-bd: var(--gold); --btn-fill: var(--gold); }
.btn-outline-gold:hover, .btn-outline-gold:focus-visible { color: var(--ink); border-color: var(--gold); }

.btn-outline-white { --btn-fg: var(--white); --btn-bd: rgba(255,255,255,0.55); --btn-fill: var(--white); }
.btn-outline-white:hover, .btn-outline-white:focus-visible { color: var(--charcoal); border-color: var(--white); }

.btn-whatsapp {
  --btn-bg: #25D366;
  --btn-fg: var(--ink);
  --btn-bd: #25D366;
  --btn-fill: #1EBC5A;
}
.btn-whatsapp:hover, .btn-whatsapp:focus-visible {
  color: var(--ink);
  border-color: #1EBC5A;
  box-shadow: 0 12px 28px -12px rgba(37, 211, 102, 0.8);
}

.btn-sm { min-height: 42px; padding: 0.7rem 1.4rem; font-size: 0.7rem; }
.btn-block { width: 100%; }

/* Quiet text link with a gold rule that draws on hover */
.link-underline {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-text);
  padding-bottom: 4px;
}
.link-underline::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 400ms var(--ease-out);
}
.link-underline:hover::after,
.link-underline:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.link-underline svg { transition: transform 400ms var(--ease-out); }
.link-underline:hover svg { transform: translateX(4px); }


/* ============================================================
   9. NAVIGATION
   ============================================================ */
/* Banner + nav travel as one sticky unit: the page scrolls under them, and the
   promo strip folds away on scroll so the bar tightens to just the nav. */
.site-header {
  position: sticky;
  top: 0;
  z-index: var(--z-nav);
}

.site-nav {
  height: var(--nav-h);
  transition: height 380ms var(--ease-out);
  background: rgba(250, 247, 242, 0.82);
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  border-bottom: 1px solid transparent;
  transition:
    background var(--dur) var(--ease-out),
    border-color var(--dur) var(--ease-out),
    box-shadow var(--dur) var(--ease-out),
    height var(--dur) var(--ease-out);
}
.site-header.scrolled .site-nav {
  background: rgba(250, 247, 242, 0.96);
  border-bottom-color: var(--hairline);
  box-shadow: 0 1px 24px -8px rgba(42, 42, 42, 0.18);
}

.site-nav > .container { height: 100%; }

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 100%;
  gap: 1rem;
}

/* Logo lockup: cropped face mark + typeset wordmark */
.nav-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
  min-height: 44px;
}
.nav-logo img {
  height: var(--logo-h);
  width: auto;
  transition: height 380ms var(--ease-out);
}

.nav-wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.nav-wordmark b {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 1.06rem;
  letter-spacing: 0.16em;
  color: var(--gold);
}
.nav-wordmark span {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.82rem;
  letter-spacing: 0.3em;
  color: var(--charcoal);
  margin-top: 2px;
}
@media (max-width: 380px) {
  .nav-wordmark b { font-size: 0.95rem; letter-spacing: 0.12em; }
  .nav-wordmark span { font-size: 0.74rem; }
}

.nav-links {
  display: none;
  align-items: center;
  gap: 0.4rem;
}
@media (min-width: 900px) {
  .nav-links {
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

.nav-links a {
  position: relative;
  padding: 0.55rem 0.9rem;
  font-size: 0.74rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--charcoal);
  transition: color var(--dur) var(--ease-out);
}
.nav-links a::after {
  content: '';
  position: absolute;
  left: 0.9rem; right: 0.9rem; bottom: 0.25rem;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 380ms var(--ease-out);
}
.nav-links a:hover, .nav-links a:focus-visible { color: var(--gold-text); }
.nav-links a:hover::after, .nav-links a:focus-visible::after,
.nav-links a.active::after { transform: scaleX(1); transform-origin: left; }
.nav-links a.active { color: var(--gold-text); }

.nav-actions { display: none; }
@media (min-width: 900px) { .nav-actions { display: inline-flex; align-items: center; gap: 0.75rem; } }

.nav-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 5px;
  width: 46px;
  height: 46px;
  padding: 0.6rem;
  border-radius: var(--radius);
  transition: background var(--dur) var(--ease-out);
  flex-shrink: 0;
}
@media (min-width: 900px) { .nav-hamburger { display: none; } }
.nav-hamburger:hover { background: rgba(200, 150, 12, 0.09); }

.nav-hamburger span {
  display: block;
  height: 1.5px;
  width: 22px;
  background: var(--charcoal);
  border-radius: 2px;
  transition: transform 380ms var(--ease-out), opacity 200ms ease, width 380ms var(--ease-out);
}
.nav-hamburger span:nth-child(2) { width: 15px; }
.nav-hamburger:hover span:nth-child(2) { width: 22px; }
.nav-hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); width: 22px; }

/* --- Mobile drawer: designed for phone, not a shrunk desktop menu --- */
.nav-mobile {
  position: fixed;
  inset: var(--header-h) 0 0 0;
  background: var(--cream);
  display: flex;
  flex-direction: column;
  padding: var(--space-lg) 1.5rem calc(var(--space-lg) + env(safe-area-inset-bottom));
  z-index: var(--z-drawer);
  transform: translate3d(0, -8px, 0);
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  transition:
    transform 480ms var(--ease-out),
    opacity 320ms var(--ease-out),
    visibility 0s linear 480ms;
}
.nav-mobile.open {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s, 0s, 0s;
}
@media (min-width: 900px) { .nav-mobile { display: none; } }

.nav-mobile-links { display: flex; flex-direction: column; }
.nav-mobile a.nav-mobile-link {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  font-family: var(--font-serif);
  font-size: 1.9rem;
  font-style: italic;
  font-weight: 500;
  color: var(--charcoal);
  padding: 1rem 0;
  border-bottom: 1px solid var(--light-grey);
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition: color var(--dur) var(--ease-out);
}
.nav-mobile.open a.nav-mobile-link {
  animation: riseIn 500ms var(--ease-out) both;
  animation-delay: calc(90ms + var(--i, 0) * 65ms);
}
.nav-mobile a.nav-mobile-link:hover { color: var(--gold); }
.nav-mobile a.nav-mobile-link .idx {
  font-family: var(--font-sans);
  font-style: normal;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  color: var(--gold);
}

.nav-mobile-foot {
  margin-top: auto;
  padding-top: var(--space-lg);
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}
.nav-mobile-foot .btn { width: 100%; }
.nav-mobile-note {
  font-size: 0.78rem;
  color: var(--mid-grey);
  letter-spacing: 0.04em;
}

/* Measured by site.js: --header-h tracks the collapsing banner,
   --sticky-offset adds any sticky sub-nav below it. */
:root { --header-h: 106px; --sticky-offset: 106px; }

/* ============================================================
   10. HOME HERO — asymmetric editorial split
   ============================================================ */
.hero {
  position: relative;
  background: var(--cream);
  padding-block: var(--space-xl) var(--space-2xl);
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 78% 30%, rgba(200, 150, 12, 0.10), transparent 70%),
    radial-gradient(ellipse 70% 60% at 10% 80%, rgba(232, 217, 176, 0.28), transparent 70%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  gap: var(--space-lg);
  align-items: center;
}
@media (min-width: 960px) {
  .hero {
    min-height: calc(100svh - var(--nav-h));
    display: flex;
    align-items: center;
    padding-block: var(--space-2xl);
  }
  .hero-grid {
    grid-template-columns: 1.02fr 0.98fr;
    gap: clamp(2.5rem, 5vw, 5.5rem);
    width: 100%;
  }
}

.hero-copy { position: relative; z-index: 1; }

.hero-mark {
  width: 62px;
  height: auto;
  margin-bottom: var(--space-md);
  opacity: 0.9;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold-text);
  margin-bottom: var(--space-sm);
}
.hero-eyebrow::before {
  content: '';
  width: 32px; height: 1px;
  background: currentColor;
  opacity: 0.75;
}

.hero h1 {
  font-size: var(--step-4);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: var(--space-md);
  max-width: 14ch;
}
.hero h1 em { font-style: italic; color: var(--gold-display); }

.hero-sub {
  font-size: var(--step-1);
  color: var(--mid-grey);
  max-width: 46ch;
  margin-bottom: var(--space-lg);
  font-weight: 300;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
}

/* Hero photography — tall portrait plate with a gold hairline frame */
.hero-figure {
  position: relative;
  margin: 0;
}
.hero-plate {
  position: relative;
  border-radius: 220px 220px var(--radius-lg) var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: var(--cream-deep);
  box-shadow: var(--shadow-lift);
}
.hero-plate img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}
.hero-figure::after {
  content: '';
  position: absolute;
  inset: 14px 14px -14px -14px;
  border: 1px solid var(--hairline-gold);
  border-radius: 220px 220px var(--radius-lg) var(--radius-lg);
  pointer-events: none;
  z-index: -1;
}

/* Floating caption chip over the photo */
.hero-chip {
  position: absolute;
  left: -0.75rem;
  bottom: 2.5rem;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--hairline-gold);
  border-radius: var(--radius);
  padding: 0.85rem 1.15rem;
  box-shadow: var(--shadow-md);
  max-width: 230px;
  animation: floatSoft 7s ease-in-out infinite;
  animation-delay: 1.2s;
}
.hero-chip strong {
  display: block;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1rem;
  color: var(--charcoal);
  font-weight: 600;
}
.hero-chip span {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}

/* Hero stats — a bordered row on desktop, a 2×2 hairline grid on phone */
.stat-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: var(--space-lg);
  border-top: 1px solid var(--hairline);
}
.stat {
  padding: 1rem 0.5rem 1rem 0;
  border-bottom: 1px solid var(--hairline);
}
.stat:nth-child(odd) { border-right: 1px solid var(--hairline); padding-right: 1rem; }
.stat:nth-child(even) { padding-left: 1rem; }
.stat:nth-last-child(-n+2) { border-bottom: none; }
@media (min-width: 640px) {
  .stat-row { grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--hairline); }
  .stat { border-bottom: none; padding: 1.15rem 1rem; text-align: center; }
  .stat:nth-child(odd) { padding-right: 1rem; }
  .stat:nth-child(even) { padding-left: 1rem; }
  .stat + .stat { border-left: 1px solid var(--hairline); }
  .stat:nth-child(odd) { border-right: none; }
}
.stat-num {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--gold-display);
  line-height: 1.1;
  font-feature-settings: "tnum" 1;
}
.stat-label {
  display: block;
  font-size: 0.66rem;
  color: var(--mid-grey);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-top: 0.25rem;
}

/* Phone hero: image band breaks the container edge-to-edge */
@media (max-width: 959px) {
  .hero { padding-block: var(--space-lg) var(--space-xl); }
  /* Full-bleed via margin, not transform — the entrance animation owns transform */
  .hero-figure {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .hero-plate {
    border-radius: 0;
    aspect-ratio: 4 / 5;
    box-shadow: none;
  }
  .hero-figure::after { display: none; }
  .hero-chip {
    left: auto;
    right: 1.25rem;
    bottom: 1.25rem;
    animation: none;
  }
  .hero h1 { max-width: 16ch; }
}
@media (max-width: 420px) {
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
}

/* ============================================================
   11. INNER PAGE HERO
   ============================================================ */
.page-hero {
  position: relative;
  background: var(--ink);
  padding-block: calc(var(--space-2xl)) var(--space-2xl);
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}
.page-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.30;
  transform: scale(1.04);
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 70% 70% at 50% 45%, rgba(200, 150, 12, 0.16), transparent 72%),
    linear-gradient(180deg, rgba(28,27,26,0.72) 0%, rgba(28,27,26,0.88) 100%);
}
.page-hero .section-label { color: var(--pale-gold); justify-content: center; }
.page-hero h1 { color: var(--white); font-size: var(--step-3); }
.page-hero h1 em { font-style: italic; color: var(--pale-gold); }
.page-hero p {
  color: var(--on-dark);
  max-width: 54ch;
  margin: var(--space-sm) auto 0;
  font-size: var(--step-0);
}

/* ============================================================
   12. STORY — founder portrait + testimony
   ============================================================ */
.story { background: var(--white); }

.story-grid {
  display: grid;
  gap: var(--space-lg);
  align-items: center;
}
@media (min-width: 940px) {
  .story-grid {
    grid-template-columns: 1.04fr 1fr;
    gap: clamp(2.5rem, 5vw, 4.5rem);
  }
}

.story-figure { position: relative; margin: 0; }
.story-image-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  max-height: 720px;
  background: var(--cream);
}
.story-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}
.story-figure::before {
  content: '';
  position: absolute;
  inset: -14px -14px 26px 26px;
  border: 1px solid var(--hairline-gold);
  border-radius: var(--radius-lg);
  z-index: -1;
}
.story-figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 2.5rem 1.25rem 1.1rem;
  background: linear-gradient(180deg, transparent, rgba(28,27,26,0.82));
  color: var(--white);
}
.story-figcaption strong {
  display: block;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.05rem;
  font-weight: 600;
}
.story-figcaption span {
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pale-gold);
}

.story-content h2 { margin-bottom: var(--space-xs); }
.story-content p {
  color: var(--mid-grey);
  margin-bottom: var(--space-sm);
  font-size: var(--step-0);
  line-height: 1.85;
  max-width: 58ch;
}
.story-content blockquote {
  position: relative;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: var(--step-1);
  line-height: 1.6;
  color: var(--charcoal);
  padding: 0.35rem 0 0.35rem 1.6rem;
  border-left: 2px solid var(--gold-display);
  margin-block: var(--space-md);
  max-width: 46ch;
}
.story-signature {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: var(--space-md);
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--gold-display);
  font-size: 1.05rem;
}
.story-signature::before {
  content: '';
  width: 34px; height: 1px;
  background: var(--hairline-gold);
}

/* ============================================================
   13. CRAFT BAND — the perfumer, dark editorial break
   ============================================================ */
.craft {
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
}
.craft-grid {
  display: grid;
  gap: var(--space-lg);
  align-items: center;
}
@media (min-width: 940px) {
  .craft-grid { grid-template-columns: 1.05fr 0.95fr; gap: clamp(2.5rem, 5vw, 5rem); }
  .craft-figure { order: 2; }
}
.craft .section-label { color: var(--pale-gold); }
.craft h2 { color: var(--white); }
.craft h2 em { font-style: italic; color: var(--pale-gold); }
.craft p { color: var(--on-dark); max-width: 52ch; margin-bottom: var(--space-sm); }

.craft-figure { position: relative; margin: 0; }
.craft-image {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 5;
}
.craft-image img { width: 100%; height: 100%; object-fit: cover; }

.craft-points {
  display: grid;
  gap: 0.9rem;
  margin-top: var(--space-md);
}
.craft-point {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.craft-point svg { color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.craft-point b {
  display: block;
  font-family: var(--font-serif);
  font-size: 1rem;
  color: var(--white);
  font-weight: 600;
  margin-bottom: 2px;
}
.craft-point span { font-size: 0.85rem; color: var(--on-dark-soft); line-height: 1.65; }

/* ============================================================
   14. PILLARS
   ============================================================ */
.pillars { background: var(--charcoal); }
.pillars .section-label { color: var(--pale-gold); }
.pillars .section-header h2 { color: var(--white); }
.pillars .section-header p { color: var(--on-dark-soft); }

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.10);
}
@media (min-width: 700px) { .pillars-grid { grid-template-columns: repeat(5, 1fr); } }

.pillar-card {
  position: relative;
  background: var(--charcoal);
  padding: 2rem 1.25rem 1.75rem;
  text-align: center;
  transition: background 420ms var(--ease-out);
  overflow: hidden;
}
.pillar-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 480ms var(--ease-out);
}
.pillar-card:hover { background: rgba(200, 150, 12, 0.07); }
.pillar-card:hover::before { transform: scaleX(1); }

.pillar-icon {
  color: var(--gold);
  margin: 0 auto 0.9rem;
  transition: transform 520ms var(--ease-out);
}
.pillar-card:hover .pillar-icon { transform: rotate(90deg) scale(1.1); }

.pillar-word {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.4rem;
  letter-spacing: 0.01em;
}
.pillar-sub { font-size: 0.78rem; color: var(--on-dark-soft); line-height: 1.65; }

/* Last odd card spans both columns on phone so the grid never orphans */
@media (max-width: 699px) {
  .pillars-grid > :last-child:nth-child(odd) { grid-column: 1 / -1; }
}

/* ============================================================
   15. COLLECTIONS — photographic category cards
   ============================================================ */
.categories { background: var(--cream); }

.categories-grid {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 640px)  { .categories-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .categories-grid { grid-template-columns: repeat(4, 1fr); } }

.cat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 420px;
  padding: 1.75rem 1.5rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  isolation: isolate;
  background: var(--charcoal);
  transition: transform 520ms var(--ease-out), box-shadow 520ms var(--ease-out);
}
.cat-card-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.cat-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--dur-image) var(--ease-out);
}
.cat-card::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(28,27,26,0.10) 20%, rgba(28,27,26,0.62) 60%, rgba(28,27,26,0.90) 100%);
  transition: opacity 420ms var(--ease-out);
}
.cat-card:hover, .cat-card:focus-visible {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lift);
}
.cat-card:hover .cat-card-media img { transform: scale(1.07); }

.cat-card-content { position: relative; z-index: 1; }
.cat-card-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pale-gold);
  margin-bottom: 0.5rem;
}
.cat-card-label::before { content: ''; width: 18px; height: 1px; background: currentColor; }
.cat-card-title {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-style: italic;
  color: var(--white);
  margin-bottom: 0.45rem;
}
.cat-card-desc {
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 1rem;
  line-height: 1.65;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 520ms var(--ease-out), opacity 380ms var(--ease-out), margin 520ms var(--ease-out);
}
.cat-card:hover .cat-card-desc,
.cat-card:focus-visible .cat-card-desc,
.cat-card:focus-within .cat-card-desc {
  max-height: 7rem;
  opacity: 1;
}
.cat-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--white);
  padding-bottom: 4px;
  position: relative;
}
.cat-card-link::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1px;
  background: var(--pale-gold);
  transform: scaleX(0.35);
  transform-origin: left;
  transition: transform 480ms var(--ease-out);
}
.cat-card:hover .cat-card-link::after { transform: scaleX(1); }
.cat-card-link svg { transition: transform 420ms var(--ease-out); }
.cat-card:hover .cat-card-link svg { transform: translateX(5px); }

/* Phone: a snap carousel that peeks the next card, not a squashed grid */
@media (max-width: 639px) {
  .categories-grid {
    display: flex;
    gap: 0.9rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 0.5rem;
    /* bleed to the viewport edge so cards run off-screen */
    margin-inline: -1.5rem;
    padding-inline: 1.5rem;
    scroll-padding-inline: 1.5rem;
  }
  .categories-grid::-webkit-scrollbar { display: none; }
  .cat-card {
    flex: 0 0 78%;
    scroll-snap-align: start;
    min-height: 400px;
  }
  .cat-card-desc { max-height: 7rem; opacity: 1; }
}
.swipe-hint {
  display: none;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1rem;
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mid-grey);
}
.swipe-hint svg { animation: nudge 2.2s ease-in-out infinite; }
@media (max-width: 639px) { .swipe-hint { display: flex; } }
@keyframes nudge {
  0%, 100% { transform: translateX(0); }
  50%      { transform: translateX(5px); }
}

/* ============================================================
   16. PROMISE
   ============================================================ */
.promise { background: var(--white); }

.promise-grid { display: grid; gap: 1.25rem; }
@media (min-width: 820px) { .promise-grid { grid-template-columns: repeat(3, 1fr); } }

.promise-item {
  position: relative;
  padding: 2.25rem 1.75rem;
  border: 1px solid var(--light-grey);
  border-radius: var(--radius-lg);
  background: var(--white);
  overflow: hidden;
  transition: border-color 420ms var(--ease-out), transform 420ms var(--ease-out), box-shadow 420ms var(--ease-out);
}
.promise-item::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: var(--gold);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 520ms var(--ease-out);
}
.promise-item:hover {
  border-color: var(--pale-gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.promise-item:hover::before { transform: scaleY(1); }

.promise-icon {
  width: 54px;
  height: 54px;
  border: 1px solid var(--hairline-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: var(--gold-display);
  background: var(--cream);
  transition: background 420ms var(--ease-out), transform 520ms var(--ease-out);
}
.promise-item:hover .promise-icon { background: var(--gold-light); transform: translateY(-2px); }

.promise-item h3 { font-size: 1.15rem; margin-bottom: 0.5rem; }
.promise-item p { font-size: 0.9rem; color: var(--mid-grey); line-height: 1.75; }

/* ============================================================
   17. SOCIAL CTA
   ============================================================ */
.social-cta {
  position: relative;
  background: var(--ink);
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}
.social-cta-media { position: absolute; inset: 0; z-index: -2; }
.social-cta-media img { width: 100%; height: 100%; object-fit: cover; opacity: 0.22; }
.social-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(28,27,26,0.86), rgba(28,27,26,0.94));
}
.social-cta .section-label { color: var(--pale-gold); justify-content: center; }
.social-cta h2 { color: var(--white); margin-bottom: var(--space-xs); }
.social-cta h2 em { font-style: italic; color: var(--pale-gold); }
.social-cta > .container > p {
  color: var(--on-dark);
  max-width: 48ch;
  margin: 0 auto var(--space-lg);
}

.social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  margin-bottom: var(--space-lg);
}
.social-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--white);
  transition: color var(--dur) var(--ease-out), border-color var(--dur) var(--ease-out),
              background var(--dur) var(--ease-out), transform 420ms var(--ease-out);
}
.social-icon-btn:hover, .social-icon-btn:focus-visible {
  border-color: var(--gold);
  background: rgba(200, 150, 12, 0.16);
  color: var(--pale-gold);
  transform: translateY(-4px);
}

/* ============================================================
   18. PRODUCTS PAGE
   ============================================================ */
.cat-nav-wrap {
  position: sticky;
  top: var(--header-h);
  z-index: var(--z-sticky);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--light-grey);
}
.cat-nav-wrap::after {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 1px;
  width: 48px;
  background: linear-gradient(270deg, var(--white), transparent);
  pointer-events: none;
}
@media (min-width: 900px) { .cat-nav-wrap::after { display: none; } }

.cat-nav {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x proximity;
}
.cat-nav::-webkit-scrollbar { display: none; }

.cat-nav-btn {
  position: relative;
  flex-shrink: 0;
  min-height: 48px;
  padding: 1rem 1.15rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mid-grey);
  white-space: nowrap;
  scroll-snap-align: center;
  transition: color var(--dur) var(--ease-out);
}
.cat-nav-btn::after {
  content: '';
  position: absolute;
  left: 0.6rem; right: 0.6rem; bottom: 0;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 380ms var(--ease-out);
}
.cat-nav-btn:hover { color: var(--gold-text); }
.cat-nav-btn.active { color: var(--gold-text); }
.cat-nav-btn.active::after { transform: scaleX(1); }

.prod-section { padding-block: var(--space-xl); border-bottom: 1px solid var(--light-grey); }
.prod-section:last-of-type { border-bottom: none; }

.prod-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: var(--space-lg);
  padding-bottom: var(--space-sm);
  border-bottom: 1px solid var(--hairline);
}
.prod-section-title { font-size: var(--step-2); }
.prod-section-title em { font-style: italic; color: var(--gold-display); }
.prod-section-count {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mid-grey);
  padding: 0.35rem 0.85rem;
  background: var(--cream);
  border: 1px solid var(--light-grey);
  border-radius: 999px;
  white-space: nowrap;
}

.product-grid { display: grid; gap: 1.25rem; }
@media (min-width: 620px)  { .product-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .product-grid { grid-template-columns: repeat(3, 1fr); } }

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--light-grey);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color 420ms var(--ease-out), transform 420ms var(--ease-out), box-shadow 420ms var(--ease-out);
}
.product-card:hover {
  border-color: var(--pale-gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.product-card-visual {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--cream);
}
.product-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--dur-image) var(--ease-out);
}
.product-card:hover .product-card-visual img { transform: scale(1.06); }

.product-card-visual .coming-soon-badge {
  position: absolute;
  bottom: 0.7rem;
  right: 0.7rem;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  color: var(--mid-grey);
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
}

.product-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.35rem 1.35rem 1.5rem;
}

.product-cat-badge {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-text);
  margin-bottom: 0.45rem;
}

.product-card-name {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 600;
  font-style: italic;
  color: var(--charcoal);
  margin-bottom: 0.55rem;
  line-height: 1.25;
}

.product-card-desc {
  font-size: 0.85rem;
  color: var(--mid-grey);
  line-height: 1.7;
  flex: 1;
  margin-bottom: 1rem;
}

.product-card-sizes { display: flex; flex-wrap: wrap; gap: 0.35rem; margin-bottom: 0.9rem; }
/* Size chip carries its own price, so the shopper never has to ask */
.size-tag {
  display: inline-flex;
  align-items: baseline;
  gap: 0.3rem;
  font-size: 0.68rem;
  font-weight: 400;
  color: var(--charcoal);
  background: var(--cream);
  border: 1px solid var(--light-grey);
  padding: 0.22rem 0.6rem;
  border-radius: 999px;
  font-feature-settings: "tnum" 1;
}
.size-tag-ml { color: var(--mid-grey); }
.size-tag-price { font-weight: 600; color: var(--gold-text); }

.product-card-price {
  font-size: 0.82rem;
  color: var(--mid-grey);
  margin-bottom: 0.9rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--hairline);
}
.product-card-price strong {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--charcoal);
}
.price-note { font-size: 0.72rem; color: var(--mid-grey); }
@media (max-width: 420px) { .price-note { display: none; } }

.product-card-quantity {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.9rem;
}
.product-card-quantity label {
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mid-grey);
}
.qty-btn {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--light-grey);
  border-radius: var(--radius);
  color: var(--charcoal);
  font-size: 1rem;
  line-height: 1;
  transition: border-color var(--dur) var(--ease-out), color var(--dur) var(--ease-out), background var(--dur) var(--ease-out);
}
.qty-btn:hover { border-color: var(--gold); color: var(--gold); background: var(--cream); }
.qty-input {
  width: 56px;
  height: 44px;
  text-align: center;
  border: 1px solid var(--light-grey);
  border-radius: var(--radius);
  font-family: var(--font-sans);
  font-size: 0.85rem;
  color: var(--charcoal);
  background: var(--white);
  font-feature-settings: "tnum" 1;
}
.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.qty-input { -moz-appearance: textfield; appearance: textfield; }

.product-card .btn { width: 100%; }

/* --- How to order --- */
.how-to-order { background: var(--charcoal); text-align: center; }
.how-to-order .section-label { color: var(--pale-gold); justify-content: center; }
.how-to-order h2 { color: var(--white); margin-bottom: var(--space-xs); }
.how-to-order > .container > p { color: var(--on-dark); max-width: 50ch; margin: 0 auto var(--space-lg); }

.order-steps {
  display: grid;
  gap: 1px;
  max-width: 900px;
  margin: 0 auto var(--space-lg);
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.10);
}
@media (min-width: 700px) { .order-steps { grid-template-columns: repeat(3, 1fr); } }

.order-step {
  background: var(--charcoal);
  padding: 2rem 1.5rem;
  text-align: center;
  transition: background 420ms var(--ease-out);
}
.order-step:hover { background: rgba(200, 150, 12, 0.07); }
.order-step-num {
  font-family: var(--font-serif);
  font-size: 2.1rem;
  font-style: italic;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.75rem;
}
.order-step h3 { color: var(--white); font-size: 1rem; margin-bottom: 0.35rem; }
.order-step p { color: var(--on-dark-soft); font-size: 0.83rem; line-height: 1.65; }

/* ============================================================
   19. CONTACT PAGE
   ============================================================ */
.contact-section { padding-block: var(--space-2xl); }

.contact-grid {
  display: grid;
  gap: 1.25rem;
  max-width: 980px;
  margin: 0 auto;
}
@media (min-width: 820px) { .contact-grid { grid-template-columns: repeat(3, 1fr); } }

.contact-card {
  display: flex;
  flex-direction: column;
  background: var(--cream);
  border: 1px solid var(--light-grey);
  border-radius: var(--radius-lg);
  padding: 2.25rem 1.75rem;
  text-align: center;
  align-items: center;
  transition: border-color 420ms var(--ease-out), transform 420ms var(--ease-out), box-shadow 420ms var(--ease-out);
}
.contact-card:hover {
  border-color: var(--pale-gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.contact-card-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 1.25rem;
  background: var(--white);
  border: 1px solid var(--hairline-gold);
  transition: transform 520ms var(--ease-out);
}
.contact-card:hover .contact-card-icon { transform: translateY(-3px) scale(1.04); }
.contact-card h3 { font-size: 1.1rem; margin-bottom: 0.45rem; }
.contact-card p {
  font-size: 0.87rem;
  color: var(--mid-grey);
  margin-bottom: 1.35rem;
  line-height: 1.7;
  flex: 1;
}
.contact-card .btn { width: 100%; }
.contact-card a.link {
  color: var(--gold-text);
  font-size: 0.9rem;
  font-weight: 500;
  transition: color var(--dur) var(--ease-out);
}
.contact-card a.link:hover { color: var(--gold-dark); }

/* WhatsApp band */
.contact-large-wa {
  position: relative;
  background: var(--ink);
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}
.contact-large-wa-media { position: absolute; inset: 0; z-index: -2; }
.contact-large-wa-media img { width: 100%; height: 100%; object-fit: cover; opacity: 0.24; }
.contact-large-wa::before {
  content: '';
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(28,27,26,0.84), rgba(28,27,26,0.94));
}
.contact-large-wa .section-label { color: var(--pale-gold); justify-content: center; }
.contact-large-wa h2 { color: var(--white); margin-bottom: var(--space-xs); }
.contact-large-wa h2 em { font-style: italic; color: var(--pale-gold); }
.contact-large-wa > .container > p { color: var(--on-dark); max-width: 48ch; margin: 0 auto var(--space-lg); }

.whatsapp-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 56px;
  background: #25D366;
  color: var(--ink);
  padding: 1rem 2.25rem;
  border-radius: var(--radius);
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  transition: background var(--dur) var(--ease-out), transform var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out);
}
.whatsapp-hero-btn:hover, .whatsapp-hero-btn:focus-visible {
  background: #1EBC5A;
  transform: translateY(-3px);
  box-shadow: 0 14px 34px -12px rgba(37, 211, 102, 0.8);
  color: var(--ink);
}
.whatsapp-hero-btn svg { width: 22px; height: 22px; flex-shrink: 0; }

/* Social cards */
.social-cards { display: grid; gap: 1rem; max-width: 760px; margin: 0 auto; }
@media (min-width: 640px) { .social-cards { grid-template-columns: repeat(3, 1fr); } }

.social-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  padding: 1.85rem 1.25rem;
  border: 1px solid var(--light-grey);
  border-radius: var(--radius-lg);
  text-align: center;
  color: var(--charcoal);
  background: var(--white);
  transition: border-color 420ms var(--ease-out), transform 420ms var(--ease-out), box-shadow 420ms var(--ease-out);
}
.social-card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.social-card-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.social-card h3 { font-family: var(--font-sans); font-size: 0.88rem; font-weight: 600; letter-spacing: 0.06em; }
.social-card p { font-size: 0.8rem; color: var(--mid-grey); margin: 0; line-height: 1.6; }
.social-card .handle { font-size: 0.8rem; color: var(--gold-text); font-weight: 500; }

.icon-instagram { background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
.icon-tiktok    { background: #010101; color: var(--white); }
.icon-facebook  { background: #1877F2; color: var(--white); }

/* FAQ — native disclosure, animated chevron */
.faq-list { max-width: 720px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid var(--light-grey);
}
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 56px;
  padding: 1.15rem 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--charcoal);
  transition: color var(--dur) var(--ease-out);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--gold-display); }
.faq-item summary svg {
  flex-shrink: 0;
  color: var(--gold-display);
  transition: transform 420ms var(--ease-out);
}
.faq-item[open] summary svg { transform: rotate(180deg); }
.faq-item p {
  font-size: 0.9rem;
  color: var(--mid-grey);
  line-height: 1.8;
  padding-bottom: 1.35rem;
  max-width: 62ch;
  animation: riseIn 420ms var(--ease-out) both;
}

/* ============================================================
   20. CLOSING
   ============================================================ */
.closing {
  background: var(--cream);
  text-align: center;
}
.closing p { color: var(--mid-grey); max-width: 56ch; margin: 0 auto var(--space-xs); }
.closing .tagline-statement {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: var(--step-2);
  color: var(--gold-display);
  margin-top: var(--space-md);
}

.callout-box {
  background: var(--cream);
  border-left: 2px solid var(--gold);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1.25rem 1.5rem;
  font-size: 0.9rem;
  color: var(--charcoal);
  margin-block: var(--space-md);
}

/* ============================================================
   21. FOOTER
   ============================================================ */
.site-footer {
  background: var(--ink);
  color: var(--on-dark);
  /* extra bottom room so the fixed WhatsApp button never covers the last row */
  padding: var(--space-2xl) 0 6rem;
}

.footer-grid {
  display: grid;
  gap: var(--space-lg);
  margin-bottom: var(--space-xl);
}
@media (min-width: 720px) { .footer-grid { grid-template-columns: 1.6fr 1fr 1fr; gap: var(--space-xl); } }

.footer-brand img {
  height: 130px;
  width: auto;
  margin-bottom: var(--space-sm);
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
.footer-brand p {
  font-size: 0.85rem;
  line-height: 1.8;
  color: var(--on-dark-soft);
  max-width: 34ch;
}
.footer-brand .footer-tagline {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1rem;
  color: var(--pale-gold);
  margin-bottom: 0.5rem;
}

.footer-col h3 {
  font-family: var(--font-sans);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pale-gold);
  margin-bottom: var(--space-sm);
}
.footer-col ul { display: flex; flex-direction: column; }
.footer-col ul li a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 0.87rem;
  color: var(--on-dark-soft);
  transition: color var(--dur) var(--ease-out), transform var(--dur) var(--ease-out);
}
.footer-col ul li a:hover { color: var(--pale-gold); transform: translateX(3px); }

.footer-divider { height: 1px; background: rgba(255, 255, 255, 0.10); margin-bottom: var(--space-md); }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.footer-bottom p { font-size: 0.78rem; color: rgba(255, 255, 255, 0.58); }
.footer-bottom .made-in { color: var(--pale-gold); font-family: var(--font-serif); font-style: italic; font-weight: 500; }

.footer-social { display: flex; gap: 0.5rem; }
.footer-social a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.62);
  transition: color var(--dur) var(--ease-out), border-color var(--dur) var(--ease-out), transform var(--dur) var(--ease-out);
}
.footer-social a:hover {
  border-color: var(--gold);
  color: var(--pale-gold);
  transform: translateY(-3px);
}

/* --- "Made By [AfriBao]" — centred, own row, bottom of the footer --- */
.footer-made-by {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin-top: var(--space-lg);
  padding-top: var(--space-md);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-made-by-label {
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--on-dark);
}
.footer-made-by a {
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius);
  transition: transform var(--dur) var(--ease-out), opacity var(--dur) var(--ease-out);
}
.footer-made-by a:hover, .footer-made-by a:focus-visible {
  transform: translateY(-2px);
  opacity: 0.88;
}
.footer-made-by img { height: 20px; width: auto; }
@media (min-width: 640px) {
  .footer-made-by-label { font-size: 1rem; }
  .footer-made-by img { height: 24px; }
}

/* ============================================================
   22. FLOATING WHATSAPP
   ============================================================ */
.wa-float {
  position: fixed;
  right: 1.25rem;
  bottom: calc(1.25rem + env(safe-area-inset-bottom));
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  color: var(--ink);
  display: grid;
  place-items: center;
  box-shadow: 0 8px 26px -6px rgba(37, 211, 102, 0.65);
  z-index: var(--z-float);
  transition: transform 420ms var(--ease-out), box-shadow 420ms var(--ease-out);
}
.wa-float::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid rgba(37, 211, 102, 0.55);
  animation: pulseRing 2.8s var(--ease-out) infinite;
}
@keyframes pulseRing {
  0%        { transform: scale(1);    opacity: 0.7; }
  70%, 100% { transform: scale(1.55); opacity: 0; }
}
.wa-float:hover, .wa-float:focus-visible {
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 12px 34px -6px rgba(37, 211, 102, 0.8);
  color: var(--ink);
}
@media (min-width: 900px) { .wa-float { right: 1.75rem; bottom: 1.75rem; } }


/* ============================================================
   25. MOBILE PERFORMANCE & FEEL
   Blur filters and long shadows are the two things that cost real
   frames while scrolling on a phone, so both are swapped for flat
   equivalents below the tablet breakpoint. Nothing visual is lost
   at these sizes — there is no wide backdrop to see through.
   ============================================================ */
@media (max-width: 899px) {
  /* Repainting a blurred backdrop every frame is the single biggest
     scroll cost on mobile — use an opaque bar instead. */
  .site-nav,
  .site-header.scrolled .site-nav {
    background: var(--cream);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .cat-nav-wrap {
    background: var(--white);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .hero-chip,
  .product-card-visual .coming-soon-badge {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(255, 255, 255, 0.96);
  }

  /* Cheaper depth: tight shadows instead of 40-50px spreads */
  .hero-plate { box-shadow: none; }
  .cat-card:hover,
  .product-card:hover,
  .promise-item:hover,
  .contact-card:hover,
  .social-card:hover { box-shadow: var(--shadow-sm); }

  /* Shorter travel reads as snappier on a small screen */
  .js [data-reveal] { transform: translate3d(0, 14px, 0); }
  .js [data-reveal="rise"] { transform: translate3d(0, 20px, 0); }
  :root { --dur-slow: 560ms; --dur-image: 640ms; }

  /* Hover-driven reveals can never fire on touch, so show them outright */
  .cat-card-desc { max-height: 8rem; opacity: 1; }
}

/* Skip layout + paint for cards that are nowhere near the viewport.
   The products page has 43 of them; this keeps scrolling flat. */
@supports (content-visibility: auto) {
  .product-card {
    content-visibility: auto;
    /* `auto` caches the real height after first paint; the fallback is close to
       the measured card so pre-paint offset estimates stay accurate. */
    contain-intrinsic-size: auto 780px;
  }
}

/* Kill the 300ms tap delay and the grey flash on tap */
a, button, summary, input, label, .cat-card, .product-card {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

/* Momentum scrolling without rubber-banding the whole page */
.cat-nav, .categories-grid { overscroll-behavior-x: contain; }
.nav-mobile { overscroll-behavior: contain; }

/* iOS: keep the sticky header clear of the notch / status bar */
@supports (padding: max(0px)) {
  .site-nav > .container {
    padding-left: max(1.5rem, env(safe-area-inset-left));
    padding-right: max(1.5rem, env(safe-area-inset-right));
  }
}

/* Phones in landscape: a 112px header would eat the viewport */
@media (max-height: 520px) and (orientation: landscape) {
  :root { --nav-h: 64px; --logo-h: 46px; }
  section { padding-block: var(--space-xl); }
}

/* ============================================================
   22b. SCENT CONCIERGE
   Full-screen modal on phone, centred card on desktop. Brand
   tokens throughout — no new colors introduced.
   ============================================================ */
.sc-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.sc-nav-link > svg:not(.sc-annotate) { color: var(--gold); flex-shrink: 0; }

/* --- "Try Luxe!" hand-drawn nudge --- */
.sc-annotate {
  position: absolute;
  left: 50%;
  top: -16px;
  transform: translateX(-50%);
  width: 190px;
  max-width: none; /* the base `svg { max-width:100% }` reset would clamp this to the link's own width */
  height: 84px;
  overflow: visible;
  pointer-events: none;
}
.sc-annotate-circle {
  fill: none;
  stroke: var(--gold);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sc-annotate-arrow-line {
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.7;
  stroke-linecap: round;
}
.sc-annotate-arrow-head { fill: var(--gold); }
.sc-annotate-text {
  font-family: 'Caveat', 'Brush Script MT', cursive;
  font-size: 14px;
  font-weight: 700;
  fill: var(--gold-text);
}

/* draw itself in once, then a slow idle bob to keep drawing the eye.
   pathLength="1" normalises dash math to 0-1 regardless of actual path
   length, so the circle and the short arrow draw in at the same rate. */
.sc-annotate-circle,
.sc-annotate-arrow-line {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: scAnnotateDraw 900ms var(--ease-out) 500ms forwards;
}
.sc-annotate-arrow-head,
.sc-annotate-text { opacity: 0; animation: scAnnotateFade 400ms ease 1250ms forwards; }
.sc-annotate { animation: scAnnotateBob 3.2s ease-in-out 1700ms infinite; }

@keyframes scAnnotateDraw { to { stroke-dashoffset: 0; } }
@keyframes scAnnotateFade { to { opacity: 1; } }
@keyframes scAnnotateBob {
  0%, 100% { transform: translateX(-50%) rotate(0deg); }
  50%      { transform: translateX(-50%) rotate(-2deg); }
}

@media (prefers-reduced-motion: reduce) {
  .sc-annotate-circle, .sc-annotate-arrow-line { stroke-dashoffset: 0; animation: none; }
  .sc-annotate-arrow-head, .sc-annotate-text { opacity: 1; animation: none; }
  .sc-annotate { animation: none; }
}

.sc-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.sc-overlay.is-open { display: flex; }
html.sc-lock { overflow: hidden; }

.sc-scrim {
  position: absolute;
  inset: 0;
  background: rgba(28, 27, 26, 0.72);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 0;
  animation: scFadeIn 320ms var(--ease-out) forwards;
}

.sc-dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: 640px;
  max-height: 100%;
  background: var(--cream);
  overflow: hidden;
  outline: none;
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(0.99);
  animation: scRiseIn 380ms var(--ease-out) forwards;
  animation-delay: 60ms;
}
@media (min-width: 700px) {
  .sc-dialog {
    height: min(88vh, 780px);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lift);
    border: 1px solid var(--hairline-gold);
  }
}

@keyframes scFadeIn { to { opacity: 1; } }
@keyframes scRiseIn { to { opacity: 1; transform: none; } }

.sc-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding-inline: 3.25rem;
  border-bottom: 1px solid var(--hairline);
  flex-shrink: 0;
}
.sc-eyebrow {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-text);
}
.sc-back,
.sc-close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--charcoal);
  transition: background var(--dur) var(--ease-out), color var(--dur) var(--ease-out);
}
.sc-back { left: 0.75rem; }
.sc-close { right: 0.75rem; }
.sc-back:hover, .sc-back:focus-visible,
.sc-close:hover, .sc-close:focus-visible {
  background: var(--gold-light);
  color: var(--gold-text);
}

.sc-body {
  flex: 1;
  overflow-y: auto;
  padding: var(--space-lg) var(--space-md) var(--space-md);
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 640px) { .sc-body { padding: var(--space-xl) var(--space-lg) var(--space-md); } }

.sc-heading {
  font-size: var(--step-2);
  text-align: center;
  margin-bottom: 0.6rem;
}
.sc-subheading {
  text-align: center;
  color: var(--mid-grey);
  font-size: var(--step-0);
  max-width: 42ch;
  margin: 0 auto var(--space-lg);
}

.sc-options {
  display: grid;
  gap: 0.65rem;
  max-width: 460px;
  margin: 0 auto;
}

.sc-option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-height: 56px;
  padding: 0.9rem 1.1rem;
  border: 1.5px solid var(--light-grey);
  border-radius: var(--radius-lg);
  background: var(--white);
  cursor: pointer;
  transition: border-color var(--dur) var(--ease-out), background var(--dur) var(--ease-out), transform var(--dur-fast) var(--ease-out);
}
.sc-option:hover { border-color: var(--pale-gold); }
.sc-option.is-selected {
  border-color: var(--gold);
  background: var(--gold-light);
}
.sc-option.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.sc-option-input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.sc-option-input:focus-visible ~ .sc-option-check {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.sc-option-check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border: 1.5px solid var(--light-grey);
  background: var(--white);
  transition: border-color var(--dur) var(--ease-out), background var(--dur) var(--ease-out);
}
/* radio (single-select) rounds; checkbox (multi-select) stays square-ish */
.sc-options-single .sc-option-check { border-radius: 50%; }
.sc-options-multi .sc-option-check { border-radius: 6px; }

.sc-option.is-selected .sc-option-check {
  border-color: var(--gold);
  background: var(--gold);
}
.sc-options-single .sc-option.is-selected .sc-option-check {
  box-shadow: inset 0 0 0 4px var(--gold-light);
}
.sc-options-multi .sc-option.is-selected .sc-option-check {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}

.sc-option-text { display: flex; flex-direction: column; gap: 0.1rem; }
.sc-option-label {
  font-family: var(--font-serif);
  font-size: 1.02rem;
  font-weight: 500;
  color: var(--charcoal);
}
.sc-option-hint {
  font-size: 0.78rem;
  color: var(--mid-grey);
}

.sc-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-top: var(--space-lg);
}
.sc-next:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none !important;
}

/* --- loading --- */
.sc-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-md);
  min-height: 40vh;
  text-align: center;
  color: var(--mid-grey);
}
.sc-spinner {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 3px solid var(--light-grey);
  border-top-color: var(--gold);
  animation: scSpin 900ms linear infinite;
}
@keyframes scSpin { to { transform: rotate(360deg); } }

/* --- result: one product, its prices, and why it matched --- */
.sc-result-eyebrow {
  text-align: center;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-text);
  margin-bottom: 0.5rem;
}
.sc-result-name { margin-bottom: 0.25rem; }
.sc-result-descriptor {
  text-align: center;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: var(--step-1);
  color: var(--gold-display);
  margin-bottom: var(--space-md);
}

.sc-result-media {
  width: min(300px, 70%);
  margin: 0 auto var(--space-lg);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--hairline-gold);
  background: var(--cream);
  aspect-ratio: 4 / 5;
}
.sc-result-media img { width: 100%; height: 100%; object-fit: cover; }

.sc-section-label {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-text);
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.sc-section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--hairline);
}

.sc-result-why {
  color: var(--mid-grey);
  font-size: var(--step-0);
  line-height: 1.8;
  margin-bottom: var(--space-lg);
  max-width: 54ch;
}

.sc-prices {
  display: grid;
  gap: 0;
  margin-bottom: var(--space-lg);
  border: 1px solid var(--light-grey);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.sc-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 1rem;
  background: var(--white);
  font-feature-settings: "tnum" 1;
}
.sc-price-row + .sc-price-row { border-top: 1px solid var(--hairline); }
.sc-price-row:nth-child(odd) { background: var(--cream); }
.sc-price-size { font-size: 0.85rem; color: var(--mid-grey); }
.sc-price-value {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--charcoal);
}

.sc-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
  padding-top: var(--space-md);
  border-top: 1px solid var(--hairline);
}
.sc-result-actions .btn { flex: 1 1 auto; min-width: 200px; }
.sc-result-actions .sc-skip { flex-basis: 100%; }

.sc-skip {
  display: block;
  margin: 0 auto;
  padding: 0.6rem 0.75rem;
  min-height: 44px;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mid-grey);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color var(--dur) var(--ease-out);
}
.sc-skip:hover, .sc-skip:focus-visible { color: var(--gold-text); }

.sc-question {
  text-align: center;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: var(--step-1);
  color: var(--charcoal);
  margin-bottom: var(--space-md);
}

/* --- footer / progress --- */
.sc-footer {
  flex-shrink: 0;
  padding: 0.85rem var(--space-md) calc(0.85rem + env(safe-area-inset-bottom));
  border-top: 1px solid var(--hairline);
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.sc-progress { flex: 1; }
.sc-progress-track {
  height: 5px;
  border-radius: 999px;
  background: var(--light-grey);
  overflow: hidden;
}
.sc-progress-fill {
  height: 100%;
  width: 0%;
  background: var(--gold);
  border-radius: 999px;
  transition: width 420ms var(--ease-out);
}
.sc-progress-label {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--mid-grey);
  white-space: nowrap;
  font-feature-settings: "tnum" 1;
}

/* ============================================================
   23. REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  [data-reveal],
  .media-curtain > img,
  .media-curtain > picture > img,
  .nav-mobile a.nav-mobile-link {
    opacity: 1 !important;
    transform: none !important;
  }

  .wa-float::before { display: none; }
  .hero-chip { animation: none; }
  .cat-card-desc { max-height: 7rem; opacity: 1; }

  /* The quiz modal must still appear — it animates in from opacity 0 */
  .sc-scrim, .sc-dialog { opacity: 1 !important; transform: none !important; }
  .sc-spinner { animation: none !important; border-top-color: var(--gold); }
}

/* ============================================================
   24. PRINT
   ============================================================ */
@media print {
  .site-nav, .nav-mobile, .wa-float, .cat-nav-wrap, .sc-overlay { display: none !important; }
  body { background: #fff; color: #000; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}

/* ============================================================
   25. COMMERCE — size pills, cart, checkout
   ============================================================ */

/* Several elements below (.checkout-grid, .cart-list, etc.) declare their
   own `display`, which — being an author rule — otherwise beats the
   browser's default `[hidden] { display: none }` UA rule even though that
   looks more specific. Restate it explicitly so toggling the `hidden`
   attribute from JS always actually hides the element. */
[hidden] { display: none !important; }

/* --- Size selector pills (was a static display-only tag) --- */
.size-pill {
  cursor: pointer;
  transition: border-color var(--dur) var(--ease-out), color var(--dur) var(--ease-out),
    background var(--dur) var(--ease-out);
}
.size-pill:hover { border-color: var(--gold); }
.size-pill:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.size-pill.is-active { background: var(--charcoal); border-color: var(--charcoal); }
.size-pill.is-active .size-tag-ml { color: rgba(255, 255, 255, 0.6); }
.size-pill.is-active .size-tag-price { color: var(--gold-light); }

/* --- Prep-time note under the price line --- */
.prep-time-note {
  font-size: 0.7rem;
  color: var(--mid-grey);
  margin: -0.4rem 0 0.9rem;
}
.prep-time-note strong { color: var(--charcoal); font-weight: 600; }

.add-to-cart-btn.is-confirmed { --btn-bg: var(--charcoal); --btn-bd: var(--charcoal); --btn-fg: var(--cream); }

/* --- "Added to cart" toast --- */
.cart-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translate(-50%, 16px);
  background: var(--charcoal);
  color: var(--cream);
  padding: 0.85rem 1.4rem;
  border-radius: var(--radius);
  font-size: 0.8rem;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--dur) var(--ease-out), transform var(--dur) var(--ease-out);
  z-index: 1200;
  max-width: 90vw;
  text-align: center;
}
.cart-toast.is-visible { opacity: 1; transform: translate(-50%, 0); pointer-events: auto; }

/* --- Nav cart icon --- */
.nav-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--charcoal);
  border-radius: 50%;
  transition: background var(--dur) var(--ease-out), color var(--dur) var(--ease-out);
}
.nav-cart:hover, .nav-cart:focus-visible { background: var(--cream); color: var(--gold-text); }
.cart-count {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 16px;
  height: 16px;
  padding: 0 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  font-weight: 700;
  color: var(--white);
  background: var(--gold-dark);
  border-radius: 999px;
  line-height: 1;
  font-feature-settings: "tnum" 1;
}
.nav-mobile-link .idx-badge {
  margin-left: 0.5rem;
  font-size: 0.62rem;
  font-weight: 700;
  color: var(--gold);
  background: rgba(200, 150, 12, 0.14);
  border-radius: 999px;
  padding: 0.1rem 0.4rem;
  font-feature-settings: "tnum" 1;
}

/* --- Cart page --- */
.cart-page { display: grid; gap: 2rem; padding: 3rem 0 4rem; }
@media (min-width: 860px) { .cart-page { grid-template-columns: 1fr 340px; align-items: start; } }

.cart-prep-note {
  grid-column: 1 / -1;
  background: var(--cream);
  border: 1px solid var(--pale-gold);
  border-radius: var(--radius);
  padding: 0.75rem 1rem;
  font-size: 0.82rem;
  color: var(--mid-grey);
}
.cart-empty { grid-column: 1 / -1; text-align: center; padding: 3rem 1rem; color: var(--mid-grey); }
.cart-empty p { margin-bottom: 1.25rem; }

.cart-list { display: flex; flex-direction: column; gap: 1rem; }
.cart-line {
  position: relative;
  display: grid;
  grid-template-columns: 64px 1fr auto auto auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid var(--light-grey);
  border-radius: var(--radius);
  background: var(--white);
}
.cart-line-thumb { width: 64px; height: 80px; border-radius: 4px; overflow: hidden; background: var(--cream); flex-shrink: 0; }
.cart-line-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cart-line-name { font-family: var(--font-serif); font-weight: 600; font-style: italic; color: var(--charcoal); margin-bottom: 0.15rem; }
.cart-line-meta { font-size: 0.75rem; color: var(--mid-grey); margin-bottom: 0.15rem; }
.cart-line-price { font-size: 0.72rem; color: var(--mid-grey); }
.cart-line-qty { display: flex; align-items: center; gap: 0.5rem; }
.cart-line-qty .qty-btn { width: 32px; height: 32px; font-size: 0.85rem; }
.cart-line-qty-value { min-width: 1.4em; text-align: center; font-feature-settings: "tnum" 1; }
.cart-line-total { font-family: var(--font-serif); font-weight: 600; color: var(--charcoal); white-space: nowrap; }
.cart-line-remove { color: var(--mid-grey); padding: 0.25rem; }
.cart-line-remove:hover, .cart-line-remove:focus-visible { color: var(--rose); }

@media (max-width: 620px) {
  .cart-line {
    grid-template-columns: 56px 1fr;
    grid-template-areas: "thumb body" "thumb qty" "thumb total";
    row-gap: 0.6rem;
  }
  .cart-line-thumb { grid-area: thumb; }
  .cart-line-body { grid-area: body; }
  .cart-line-qty { grid-area: qty; }
  .cart-line-total { grid-area: total; }
  .cart-line-remove { position: absolute; top: 0.6rem; right: 0.6rem; }
}

.cart-summary {
  border: 1px solid var(--light-grey);
  border-radius: var(--radius);
  padding: 1.5rem;
  background: var(--cream);
  position: sticky;
  top: calc(var(--sticky-offset, 100px) + 16px);
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.cart-summary-row { display: flex; justify-content: space-between; font-size: 0.95rem; }
.cart-summary-row strong { font-family: var(--font-serif); font-size: 1.15rem; }
.cart-summary-note { font-size: 0.75rem; color: var(--mid-grey); }
.cart-summary .btn[aria-disabled="true"] { opacity: 0.5; pointer-events: none; }

/* --- Checkout page --- */
.checkout-page { padding: 3rem 0 4rem; }
.checkout-grid { display: grid; gap: 2rem; }
@media (min-width: 900px) { .checkout-grid { grid-template-columns: 1fr 380px; align-items: start; } }

.checkout-form h2, .order-summary-card h2 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 600;
  color: var(--charcoal);
  margin: 1.75rem 0 1rem;
}
.checkout-form h2:first-child { margin-top: 0; }

.form-row { display: grid; gap: 1rem; }
@media (min-width: 560px) { .form-row { grid-template-columns: 1fr 1fr; } }
.form-field { margin-bottom: 1rem; }
.form-field label {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mid-grey);
  margin-bottom: 0.4rem;
}
.form-field input, .form-field textarea {
  width: 100%;
  border: 1px solid var(--light-grey);
  border-radius: var(--radius);
  padding: 0.7rem 0.9rem;
  font-family: var(--font-sans);
  font-size: 0.9rem;
  color: var(--charcoal);
  background: var(--white);
  resize: vertical;
}
.form-field input:focus-visible, .form-field textarea:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 1px;
  border-color: var(--gold);
}

.fulfilment-toggle { display: flex; gap: 0.75rem; margin-bottom: 1.25rem; }
.fulfilment-option {
  flex: 1;
  position: relative;
  border: 1.5px solid var(--light-grey);
  border-radius: var(--radius);
  padding: 0.9rem 1rem;
  cursor: pointer;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--charcoal);
  transition: border-color var(--dur) var(--ease-out), background var(--dur) var(--ease-out);
}
.fulfilment-option input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.fulfilment-option.is-checked,
.fulfilment-option:has(input:checked) { border-color: var(--gold); background: var(--cream); }
.fulfilment-option:has(input:focus-visible) { outline: 2px solid var(--gold); outline-offset: 2px; }

.collection-note {
  font-size: 0.8rem;
  color: var(--mid-grey);
  background: var(--cream);
  border: 1px solid var(--pale-gold);
  border-radius: var(--radius);
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
}
.checkout-prep-note {
  font-size: 0.8rem;
  color: var(--mid-grey);
  border-top: 1px solid var(--hairline);
  padding-top: 1rem;
  margin-top: 0.5rem;
}

.order-summary-card {
  border: 1px solid var(--light-grey);
  border-radius: var(--radius);
  background: var(--cream);
  padding: 1.5rem;
  position: sticky;
  top: calc(var(--sticky-offset, 100px) + 16px);
}
.order-summary-items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--hairline);
  font-size: 0.85rem;
}
.order-summary-row { display: flex; justify-content: space-between; gap: 0.75rem; font-size: 0.88rem; margin-bottom: 0.5rem; }
.order-summary-row em { font-style: normal; font-size: 0.72rem; color: var(--mid-grey); }
.order-summary-total { border-top: 1px solid var(--hairline); padding-top: 0.75rem; margin-top: 0.25rem; font-size: 1rem; }
.order-summary-total strong { font-family: var(--font-serif); font-size: 1.3rem; color: var(--charcoal); }
.order-summary-card .btn { width: 100%; margin-top: 0.75rem; }
.netcash-status {
  font-size: 0.78rem;
  color: var(--rose);
  background: rgba(138, 26, 46, 0.06);
  border: 1px solid rgba(138, 26, 46, 0.18);
  border-radius: var(--radius);
  padding: 0.75rem 0.9rem;
  margin-top: 0.6rem;
}
.checkout-fineprint { font-size: 0.72rem; color: var(--mid-grey); text-align: center; margin-top: 0.75rem; }
.checkout-fineprint a { color: var(--gold-text); text-decoration: underline; }
.checkout-dispatch-note {
  font-size: 0.72rem;
  color: var(--mid-grey);
  text-align: center;
  margin-top: 0.4rem;
  line-height: 1.6;
}

.order-confirmation { max-width: 640px; margin: 0 auto; text-align: center; padding: 2rem 0; }
.order-confirmation h2 { font-family: var(--font-serif); font-style: italic; margin-bottom: 1rem; }
.order-confirmation ul {
  list-style: none;
  padding: 1rem 1.25rem;
  margin: 1.25rem 0;
  text-align: left;
  border: 1px solid var(--light-grey);
  border-radius: var(--radius);
}
.order-confirmation ul li { padding: 0.35rem 0; font-size: 0.9rem; border-bottom: 1px solid var(--hairline); }
.order-confirmation ul li:last-child { border-bottom: none; }
.order-confirmation p { margin-bottom: 0.75rem; color: var(--mid-grey); }

/* ============================================================
   LEGAL PAGES — Terms & Conditions, Privacy Policy / POPIA
   ============================================================ */
.legal-page { padding: var(--space-xl) 0 var(--space-2xl); }
.legal-page .container { max-width: 820px; }

.legal-updated {
  font-size: var(--step--1);
  color: var(--mid-grey);
  letter-spacing: 0.04em;
  margin-bottom: var(--space-md);
}
.legal-intro {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--charcoal-light);
  margin-bottom: var(--space-lg);
}

.legal-toc {
  border: 1px solid var(--hairline);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius);
  padding: var(--space-md) var(--space-md) var(--space-sm);
  margin-bottom: var(--space-xl);
  background: var(--white);
}
.legal-toc h2 {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-text);
  margin-bottom: var(--space-sm);
}
.legal-toc ol { list-style: decimal; padding-left: 1.4rem; }
.legal-toc li { margin-bottom: 0.4rem; font-size: 0.9rem; }
.legal-toc li a { color: var(--charcoal); }
.legal-toc li a:hover { color: var(--gold-text); text-decoration: underline; }

.legal-section {
  margin-bottom: var(--space-lg);
  scroll-margin-top: calc(var(--nav-h) + 1.5rem);
}
.legal-section > h2 {
  font-family: var(--font-serif);
  font-size: var(--step-2);
  font-weight: 600;
  margin-bottom: var(--space-sm);
  padding-top: var(--space-md);
  border-top: 1px solid var(--hairline);
}
.legal-section h3 {
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 600;
  color: var(--charcoal);
  margin: var(--space-md) 0 var(--space-2xs);
}
.legal-section p,
.legal-section li {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--charcoal-light);
}
.legal-section p { margin-bottom: var(--space-sm); }
.legal-section ul { list-style: disc; padding-left: 1.4rem; margin-bottom: var(--space-sm); }
.legal-section li { margin-bottom: 0.35rem; }
.legal-section a { color: var(--gold-text); text-decoration: underline; }
.legal-section strong { color: var(--charcoal); }

.legal-callout {
  background: var(--gold-light);
  border-radius: var(--radius);
  padding: var(--space-md);
  margin: var(--space-md) 0;
  font-size: 0.95rem;
  line-height: 1.8;
}
.legal-callout strong { color: var(--charcoal); }

.legal-contact-block {
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  padding: var(--space-md);
  margin: var(--space-md) 0;
  font-size: 0.92rem;
  line-height: 1.9;
}

.legal-placeholder {
  background: rgba(200, 150, 12, 0.16);
  padding: 0 0.28em;
  border-radius: 3px;
  font-style: normal;
}

.legal-disclaimer {
  margin-top: var(--space-xl);
  padding-top: var(--space-md);
  border-top: 1px solid var(--hairline);
  font-size: 0.8rem;
  font-style: italic;
  color: var(--mid-grey);
}
