/* ============================================================
   ZYLITH PERFUMES — Complete Stylesheet
   House of Rare Fragrances
   ============================================================ */

/* ---- FONTS & TOKENS ---- */
/* P4 FIX: @import removed — fonts are already loaded via <link> tags in HTML (was a duplicate request) */

:root {
  /* —— Deep sea-green backgrounds —— */
  --void: #0A1A12;
  --void-alt: #0D1F16;
  --surface: #12261A;
  --surface-alt: #183020;
  --border: rgba(227, 180, 60, 0.12);
  --border-strong: rgba(227, 180, 60, 0.28);

  /* —— Gold × amber —— */
  --gold: #E3B43C;
  --gold-light: #F8C42E;
  --gold-dim: #B8891E;
  --gold-glow: rgba(227, 180, 60, 0.14);
  --gold-glow-sm: rgba(227, 180, 60, 0.07);

  /* —— Ivory text (unchanged — reads well on deep green) —— */
  --ivory: #F5EFE6;
  --ivory-dim: #C8BFB0;
  --ivory-ghost: rgba(245, 239, 230, 0.55);

  /* —— Sea-green surface tones (Q2 FIX: renamed from misleading --burgundy / --deep-rose) —— */
  --surface-mid: #304F27;   /* formerly --burgundy */
  --surface-deep: #1A2E18;  /* formerly --deep-rose */

  --ff-display: 'Cormorant Garamond', Georgia, serif;
  --ff-cinzel: 'Cinzel', serif;
  --ff-body: 'Jost', sans-serif;

  --ease-silk: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-drama: cubic-bezier(0.77, 0, 0.18, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ann-height: 38px;
  --flash-tagline-height: 0px;
}

body.home-flash-tagline-page {
  --flash-tagline-height: 34px;
}

body.ann-closed,
body:not(:has(#announcementBar)) {
  --ann-height: 0px !important;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
}

body, button, input, select, textarea {
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
}

body {
  background-color: var(--void);
  color: var(--ivory);
  font-family: var(--ff-body);
  font-weight: 300;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

body.sidebar-open { overflow: hidden; }

/* Clearer luxury imagery + readable rounded text cards */
.hero-bg img,
.hero-bg video,
.hero-bg-video,
.philosophy-bg-img,
.bespoke-bg img,
.about-hero-video,
.collection-hero-video,
.ritual-video,
.ritual-image img,
.ingredient-img-back img,
.ingredient-img-front img {
  filter: brightness(0.82) saturate(0.95) contrast(1.08) !important;
}

.philosophy:hover .philosophy-bg-img,
.ritual-item:hover .ritual-image img {
  filter: brightness(0.95) saturate(1.06) contrast(1.12) !important;
}

.hero-overlay,
.philosophy-bg-overlay,
.bespoke-overlay,
.about-hero-overlay,
.collection-hero-overlay,
.ritual-image-overlay {
  background:
    radial-gradient(circle at 76% 34%, rgba(227, 180, 60, 0.08), transparent 22rem),
    linear-gradient(90deg, rgba(7, 18, 12, 0.24), rgba(7, 18, 12, 0.44) 58%, rgba(7, 18, 12, 0.22)) !important;
}

.philosophy-content,
.bespoke-content,
.about-hero-content,
.collection-hero-content {
  border: 1px solid rgba(227, 180, 60, 0.22);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(10, 26, 18, 0.78), rgba(10, 26, 18, 0.52)),
    radial-gradient(circle at top right, rgba(227, 180, 60, 0.12), transparent 16rem);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.philosophy-content {
  padding: clamp(2rem, 4vw, 4rem);
}

.about-hero-content,
.collection-hero-content {
  padding: clamp(2rem, 4vw, 4.5rem);
  max-width: min(720px, calc(100% - 2rem));
}

@media (max-width: 768px) {
  .philosophy-content,
  .bespoke-content,
  .about-hero-content,
  .collection-hero-content {
    border-radius: 22px;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

img,
video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

button {
  border: none;
  background: none;
  font-family: inherit;
}

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

/* A1 FIX: restore native cursor on touch/stylus devices where custom cursor is invisible anyway */
@media (pointer: coarse) {
  body, button { cursor: auto; }
  .cursor-cap, .cursor-ring { display: none !important; }
}

/* ---- CUSTOM CURSOR — Perfume Atomizer Cap ---- */
/* ─── TOP TAGLINE MARQUEE ─── */
.top-flash-tagline-strip {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--flash-tagline-height);
  z-index: 1000;
  overflow: hidden;
  background: rgba(10, 26, 18, 0.92);
  border-bottom: 1px solid var(--border);
  pointer-events: none;
  display: flex;
  align-items: center;
}

.top-flash-tagline-track {
  display: flex;
  align-items: center;
  white-space: nowrap;
  /* Marquee: starts off-right edge, scrolls to off-left edge */
  animation: marqueeScroll 18s linear infinite;
  will-change: transform;
  color: var(--gold);
  font-family: var(--ff-cinzel); /* same as logo */
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  gap: 2rem;
}

.tagline-sep {
  color: var(--gold);
  opacity: 0.55;
  font-size: 0.5rem;
  flex-shrink: 0;
  margin: 0 1rem;
}

@keyframes marqueeScroll {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}

/* Homepage header stacking */
body.home-flash-tagline-page .announcement-bar {
  top: var(--flash-tagline-height) !important;
}
body.home-flash-tagline-page .nav {
  top: calc(var(--flash-tagline-height) + var(--ann-height)) !important;
}
body.home-flash-tagline-page.ann-closed .nav,
body.home-flash-tagline-page:not(:has(#announcementBar)) .nav {
  top: var(--flash-tagline-height) !important;
}

@media (max-width: 550px) {
  body.home-flash-tagline-page {
    --flash-tagline-height: 30px;
  }
  .top-flash-tagline-strip {
    z-index: 1200;
  }
  .top-flash-tagline-track {
    font-size: 0.6rem;
    letter-spacing: 0.15em;
    animation-duration: 14s;
  }
}

/* Hide default OS cursor when custom cursor is active */
html.hide-default-cursor,
html.hide-default-cursor *,
html.hide-default-cursor a,
html.hide-default-cursor button {
  cursor: none !important;
}

.cursor-cap {
  position: fixed;
  top: 0;
  left: 0;
  width: 22px;
  height: 30px;
  pointer-events: none;
  z-index: 9999;
  /* offset so nozzle tip (top-center of SVG) aligns with the OS cursor */
  transform: translate(-50%, -13%);
  filter: drop-shadow(0 0 5px rgba(201, 169, 110, 0.45));
  transition: transform 0.12s var(--ease-spring),
              filter 0.2s ease,
              opacity 0.3s;
  will-change: transform, left, top;
}

.cursor-cap.pressed {
  transform: translate(-50%, -13%) scale(0.84) rotate(-6deg);
  filter: drop-shadow(0 0 12px rgba(201, 169, 110, 0.85));
}

.cursor-cap.hovered {
  transform: translate(-50%, -13%) scale(1.18);
  filter: drop-shadow(0 0 8px rgba(201, 169, 110, 0.65));
}

/* Lagging radial glow that trails behind */
.cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    circle,
    rgba(201, 169, 110, 0.1) 0%,
    rgba(201, 169, 110, 0.04) 45%,
    transparent 70%
  );
  transition: width 0.5s var(--ease-silk),
              height 0.5s var(--ease-silk),
              opacity 0.3s;
}

.cursor-ring.hovered {
  width: 80px;
  height: 80px;
}

/* ---- SPRAY PARTICLES (spawned on click) ---- */
.spray-particle {
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9997;
  transform: translate(-50%, -50%) scale(0);
  background: radial-gradient(
    circle,
    rgba(224, 201, 138, 0.65) 0%,
    rgba(245, 239, 230, 0.25) 45%,
    transparent 70%
  );
  animation: sprayBurst var(--spray-dur, 0.9s) var(--ease-drama) forwards;
}

@keyframes sprayBurst {
  0%   { transform: translate(-50%, -50%) scale(0.2); opacity: 0.9; }
  35%  { opacity: 0.55; }
  100% {
    transform: translate(
      calc(-50% + var(--tx, 0px)),
      calc(-50% + var(--ty, -60px))
    ) scale(var(--sf, 3));
    opacity: 0;
  }
}


/* ---- PRELOADER ---- */
.preloader {
  position: fixed;
  inset: 0;
  background: var(--void);
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.8s var(--ease-silk), visibility 0.8s;
}

.preloader.hidden {
  opacity: 0;
  visibility: hidden;
}

.preloader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.preloader-ring {
  width: 60px;
  height: 60px;
  border: 1px solid var(--border-strong);
  border-top-color: var(--gold);
  border-radius: 50%;
  animation: spinRing 1.2s linear infinite;
}

@keyframes spinRing {
  to {
    transform: rotate(360deg);
  }
}

.preloader-logo {
  font-family: var(--ff-cinzel);
  font-size: 2rem;
  letter-spacing: 0.6em;
  color: var(--gold);
  opacity: 0;
  animation: fadeInUp 0.8s var(--ease-silk) 0.4s forwards;
}

.preloader-line {
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  animation: expandLine 1.2s var(--ease-drama) 0.8s forwards;
}

@keyframes expandLine {
  to {
    width: 180px;
  }
}

/* ---- SHARED UTILITIES ---- */
.section-eyebrow {
  font-family: var(--ff-cinzel);
  font-size: 0.68rem;
  letter-spacing: 0.45em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 1.4rem;
  opacity: 0.85;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* ============================================================
   NAVIGATION
   ============================================================ */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3rem;
  height: 80px;
  /* Offset by announcement bar if present */
  margin-top: 0;
  transition: background 0.6s var(--ease-silk),
    border-bottom 0.6s,
    height 0.4s var(--ease-silk),
    top 0.3s var(--ease-silk);
}

.nav {
  top: var(--ann-height);
}

body.ann-closed .nav,
body:not(:has(#announcementBar)) .nav {
  top: 0;
}

.nav.scrolled {
  /* B4 FIX: use sea-green tint consistent with the overall palette, not near-black */
  background: rgba(10, 26, 18, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
  height: 66px;
}

.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: 2.6rem;
}

.nav-link {
  font-family: var(--ff-cinzel);
  font-size: 0.62rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ivory-dim);
  position: relative;
  transition: color 0.3s;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.4s var(--ease-silk);
}

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

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

.nav-link-cta {
  color: var(--gold);
  border: 1px solid var(--border-strong);
  padding: 8px 20px;
  letter-spacing: 0.28em;
  transition: background 0.3s, color 0.3s;
}

.nav-link-cta::after {
  display: none;
}

.nav-link-cta:hover {
  background: var(--gold);
  color: var(--void);
}

.logo-text {
  font-family: var(--ff-cinzel);
  font-size: 1.35rem;
  letter-spacing: 0.55em;
  color: var(--ivory);
  font-weight: 500;
  transition: color 0.3s;
}

.logo-text:hover {
  color: var(--gold);
}

.nav-menu-btn {
  display: none;
  flex-direction: column;
  gap: 7px;
  padding: 8px;
}

.nav-menu-btn span {
  display: block;
  width: 26px;
  height: 1px;
  background: var(--ivory);
  transition: transform 0.4s var(--ease-silk), opacity 0.3s;
}

/* ---- OVERLAY MENU ---- */
.overlay-menu {
  position: fixed;
  inset: 0;
  background: var(--void-alt);
  z-index: 1050;
  display: flex;
  flex-direction: column;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s var(--ease-drama),
    visibility 0.8s;
  overflow: hidden; /* No scrolling on the overlay itself */
}

body.menu-open {
  overflow: hidden !important;
  height: 100vh;
}

.overlay-menu.open {
  opacity: 1;
  visibility: visible;
}

.overlay-close {
  position: absolute;
  top: 2.25rem;
  right: 3rem;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.overlay-close span {
  position: absolute;
  width: 28px;
  height: 1px;
  background: var(--ivory);
  transition: transform 0.4s var(--ease-silk), background 0.3s;
}

.overlay-close span:first-child {
  transform: rotate(45deg);
}

.overlay-close span:last-child {
  transform: rotate(-45deg);
}

.overlay-close:hover span {
  background: var(--gold);
}

.overlay-close:hover span:first-child {
  transform: rotate(135deg);
}

.overlay-close:hover span:last-child {
  transform: rotate(45deg);
}

.overlay-menu-inner {
  display: grid;
  grid-template-columns: minmax(320px, 520px) minmax(280px, 420px);
  gap: clamp(3rem, 8vw, 8rem);
  max-width: 1120px;
  width: 100%;
  margin: auto;
  padding: clamp(3rem, 7vh, 5rem) clamp(2rem, 6vw, 5rem);
  align-items: center;
  height: 100%;
}

.overlay-nav {
  display: flex;
  flex-direction: column;
  gap: clamp(0.45rem, 1.15vh, 0.85rem);
}

.overlay-nav-item {
  font-family: var(--ff-display);
  font-size: clamp(1.35rem, 3vw, 2.35rem);
  font-weight: 300;
  color: var(--ivory-dim);
  counter-increment: none;
  position: relative;
  transition: color 0.4s, transform 0.4s var(--ease-silk);
  display: flex;
  align-items: center;
  gap: 1rem;
  line-height: 1.05;
  letter-spacing: 0.01em;
}

.overlay-nav-item[data-num]::before {
  content: attr(data-num);
  font-family: var(--ff-cinzel);
  font-size: 0.55rem;
  letter-spacing: 0.18em;
  color: var(--gold-dim);
  align-self: center;
  margin-top: 0.15rem;
  width: 1.75rem;
}

.overlay-nav-item:hover {
  color: var(--gold);
  transform: translateX(10px);
}

.overlay-nav-item-consult {
    width: fit-content;
    margin-top: 0.75rem;
    padding: 0.95rem 1.45rem;
    border: 1px solid rgba(212, 175, 55, 0.78);
    border-radius: 999px;
    background: linear-gradient(135deg, var(--gold), #f4d46f 52%, #b9821f);
    box-shadow: 0 18px 42px rgba(212, 175, 55, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.35);
    color: var(--deep-green);
    font-family: 'Inter', sans-serif;
    font-size: clamp(0.82rem, 1.25vw, 1rem);
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
}

.overlay-nav-item-consult::before {
    display: none;
}

.overlay-nav-item-consult:hover {
    color: var(--deep-green);
    transform: translateX(10px) scale(1.03);
    box-shadow: 0 22px 52px rgba(212, 175, 55, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.overlay-trust-list {
  list-style: none;
  display: grid;
  gap: 0.55rem;
  margin-top: clamp(1rem, 2vh, 1.6rem);
  padding-top: clamp(0.9rem, 2vh, 1.35rem);
  border-top: 1px solid var(--border);
  color: var(--ivory-dim);
  font-size: clamp(0.78rem, 1.15vw, 0.95rem);
  line-height: 1.45;
}

.overlay-trust-list li {
  position: relative;
  padding-left: 1.05rem;
}

.overlay-trust-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background: var(--ivory);
}

.overlay-menu-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.overlay-menu-image {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid var(--border);
  margin-bottom: 1.4rem;
  position: relative;
  background: rgba(255,255,255,.02);
}

.overlay-menu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 8s var(--ease-silk);
}

.overlay-menu:hover .overlay-menu-image img {
  transform: scale(1.06);
}

.overlay-menu-quote {
  max-width: 300px;
}

.overlay-menu-quote p {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 0.86rem;
  color: var(--ivory-ghost);
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.overlay-menu-footer {
  border-top: 1px solid var(--border);
  padding-top: 1.4rem;
  display: flex;
  justify-content: space-between;
  font-family: var(--ff-cinzel);
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  color: var(--gold-dim);
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .overlay-menu-inner {
    grid-template-columns: 1fr;
    padding: 5rem 1.5rem 3rem;
    gap: 2.5rem;
    text-align: center;
  }
  .overlay-nav {
    align-items: center;
  }
  .overlay-trust-list {
    width: min(100%, 420px);
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
  .overlay-nav-item:hover {
    transform: translateX(0) scale(1.05);
  }
  .overlay-menu-right {
    display: none;
  }
}

/* ============================================================
   HERO — ADVANCED 10-SYSTEM
   ============================================================ */

/* ---- CURTAIN GATE ---- */
.hero-curtain {
  position: fixed;
  inset: 0;
  z-index: 9990;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-curtain.animate-out .curtain-left {
  transform: translateX(-100%);
  transition: transform 1.6s cubic-bezier(0.77,0,0.18,1) 0.3s;
}
.hero-curtain.animate-out .curtain-right {
  transform: translateX(100%);
  transition: transform 1.6s cubic-bezier(0.77,0,0.18,1) 0.3s;
}
.hero-curtain.animate-out .curtain-center {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.hero-curtain.gone { display: none; }
.curtain-panel {
  position: absolute;
  top: 0; bottom: 0;
  width: 50%;
  background: var(--void);
  z-index: 1;
}
.curtain-left  { left: 0; }
.curtain-right { right: 0; }
.curtain-center {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.curtain-logo {
  font-family: var(--ff-cinzel);
  font-size: clamp(2.4rem, 6vw, 5rem);
  letter-spacing: 0.7em;
  color: var(--gold);
  text-indent: 0.7em;
  animation: fadeInUp 0.9s var(--ease-silk) 0.5s both;
}
.curtain-tagline {
  font-family: var(--ff-cinzel);
  font-size: 0.6rem;
  letter-spacing: 0.45em;
  color: var(--ivory-ghost);
  text-transform: uppercase;
  text-indent: 0.45em;
  animation: fadeIn 0.8s var(--ease-silk) 1.0s both;
}
.curtain-enter-line {
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  animation: expandLine 1s var(--ease-drama) 1.2s both;
  margin-top: 0.6rem;
}

/* ---- HERO BASE ---- */
.hero {
  position: relative;
  height: 100svh;
  min-height: 640px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

/* ---- BACKGROUND MEDIA ---- */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg img,
.hero-bg video,
.hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: brightness(0.48) saturate(0.7);
  z-index: 0;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  /* Only a subtle top vignette behind the nav bar */
  background: linear-gradient(to bottom,
    rgba(8,6,8,0.35) 0%,
    transparent 25%
  );
}

/* ---- HERO GRID (3 cols × 2 rows) ---- */
.hero-grid {
  position: relative;
  z-index: 10;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 0;
  padding-top: calc(80px + var(--flash-tagline-height) + var(--ann-height) + 16px);
  padding-left: 3rem;
  padding-right: 3rem;
}

/* ROW 1: Banner spans all 3 columns */
.hero-grid-banner {
  grid-column: 1 / -1;
  grid-row: 1;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
/* Bottom-fade on banner image — blends into dark section below */
.hero-grid-banner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(8,6,8,0.55) 60%,
    rgba(8,6,8,1) 100%
  );
  z-index: 2;
  pointer-events: none;
}
/* Left-edge vignette so banner doesn't clash with text column */
.hero-grid-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25%;
  background: linear-gradient(
    to right,
    rgba(8,6,8,0.85) 0%,
    transparent 100%
  );
  z-index: 2;
  pointer-events: none;
}
.hero-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  opacity: 0;
  animation: herobannerIn 1.1s var(--ease-silk) 0.3s forwards;
  transform-origin: center;
}
@keyframes herobannerIn {
  from { opacity: 0; transform: scale(1.04); }
  to   { opacity: 1; transform: scale(1); }
}

/* ROW 2 COL 1: Text + CTA */
.hero-grid-text {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1.5rem 0 2.5rem 5rem;
}

/* ROW 2 COL 2 & 3: Empty — video shows through */
.hero-grid-empty {
  grid-row: 2;
}

/* Eyebrow */
.hero-eyebrow {
  font-family: var(--ff-cinzel);
  font-size: 0.58rem;
  letter-spacing: 0.4em;
  color: var(--ivory-ghost);
  text-transform: uppercase;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  opacity: 0;
  animation: fadeInUp 0.8s var(--ease-silk) 0.15s forwards;
}
.hero-eyebrow-line {
  display: inline-block;
  width: 32px;
  height: 1px;
  background: var(--gold-dim);
  flex-shrink: 0;
}

/* Title */
.hero-title {
  font-family: var(--ff-display);
  font-size: clamp(2.8rem, 5.5vw, 5.5rem);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin-bottom: 1.6rem;
  opacity: 0;
  animation: fadeInUp 0.9s var(--ease-silk) 0.3s forwards;
}

/* Subtitle */
.hero-subtitle {
  font-size: 0.92rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: var(--ivory-dim);
  margin-bottom: 2.4rem;
  line-height: 1.8;
  max-width: 440px;
  opacity: 0;
  animation: fadeInUp 0.9s var(--ease-silk) 0.45s forwards;
}
/* CTA row */
.hero-actions {
  display: flex;
  align-items: center;
  gap: 2rem;
  opacity: 0;
  animation: fadeInUp 0.9s var(--ease-silk) 0.6s forwards;
}
.btn-magnetic {
  display: inline-flex;
  align-items: center;
  position: relative;
  will-change: transform;
}
.btn-magnetic .btn-inner {
  position: relative;
  z-index: 1;
  font-family: var(--ff-cinzel);
  font-size: 0.62rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  pointer-events: none;
}

/* Scent notes decorative row */
.hero-notes-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2.8rem;
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 0.82rem;
  color: rgba(227,180,60,0.35);
  letter-spacing: 0.08em;
  opacity: 0;
  animation: fadeInUp 0.9s var(--ease-silk) 0.8s forwards;
}
.hero-notes-dot {
  color: rgba(227,180,60,0.2);
  font-style: normal;
}

/* ---- SCROLL INDICATOR ---- */
.hero-scroll-indicator {
  position: absolute;
  bottom: 2.5rem;
  left: 6rem;
  z-index: 12;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  opacity: 0;
  animation: fadeIn 1s var(--ease-silk) 1.2s forwards;
}
.hero-scroll-indicator span {
  font-family: var(--ff-cinzel);
  font-size: 0.5rem;
  letter-spacing: 0.48em;
  color: var(--gold-dim);
  writing-mode: vertical-rl;
  text-transform: uppercase;
}
.scroll-line {
  width: 1px;
  height: 0;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: growLine 1.4s var(--ease-drama) 1.4s forwards;
}
@keyframes growLine { to { height: 60px; } }

/* Q1 FIX: legacy hero-video classes removed — they were no longer used in markup */



/* ---- VIDEO STAGE ---- */
.hero-video-stage {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-vid {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.65) saturate(0.75);
  transform: scale(1.06);
  transition: opacity 2s ease, transform 18s linear;
}
.hero-vid-a { opacity: 1; z-index: 1; }
.hero-vid-b { opacity: 0; z-index: 2; }
.hero-vid.fade-in  { opacity: 1; }
.hero-vid.fade-out { opacity: 0; }
.hero-video-vignette {
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    radial-gradient(ellipse at 60% 50%, transparent 25%, rgba(10,26,18,0.75) 100%),
    linear-gradient(to right, rgba(10,26,18,0.88) 0%, rgba(10,26,18,0.05) 55%, rgba(10,26,18,0.45) 100%),
    linear-gradient(to top, rgba(10,26,18,0.95) 0%, transparent 38%);
}

/* ---- CANVAS LAYERS ---- */
.hero-particle-canvas,
.hero-trail-canvas {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
}
.hero-particle-canvas { z-index: 4; }
.hero-trail-canvas    { z-index: 5; }

/* ---- BREATHING GLOW ---- */
.hero-glow-pulse {
  position: absolute;
  inset: 0;
  z-index: 6;
  background: radial-gradient(ellipse at 50% 55%,
    rgba(227,180,60,0.1) 0%,
    rgba(227,180,60,0.03) 40%,
    transparent 68%
  );
  animation: glowBreathe 4s ease-in-out infinite;
  pointer-events: none;
}
@keyframes glowBreathe {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50%       { opacity: 1;   transform: scale(1.1); }
}

/* ---- CONTENT ---- */
.hero-content {
  position: relative;
  z-index: 10;
  padding: 0 6rem;
  max-width: 860px;
}
.hero-greeting {
  font-family: var(--ff-cinzel);
  font-size: 0.56rem;
  letter-spacing: 0.46em;
  color: var(--gold-dim);
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  opacity: 0;
  animation: fadeInUp 0.8s var(--ease-silk) 0.1s forwards;
}
.hero-eyebrow {
  font-family: var(--ff-cinzel);
  font-size: 0.58rem;
  letter-spacing: 0.4em;
  color: var(--ivory-ghost);
  text-transform: uppercase;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  opacity: 0;
  animation: fadeInUp 0.8s var(--ease-silk) 0.2s forwards;
}
.eyebrow-line {
  display: inline-block;
  width: 32px;
  height: 1px;
  background: var(--gold-dim);
  flex-shrink: 0;
}

/* ---- KINETIC TITLE ---- */
.hero-title {
  font-family: var(--ff-display);
  font-size: clamp(2rem, 4.2vw, 4.2rem);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 1.6rem;
  user-select: none;
  perspective: 900px;
}
.hero-word {
  display: block;
  overflow: visible;
  white-space: normal;
  padding-bottom: 0.06em;
}
/* Inline styled second-word within each row */
.hero-inline-italic {
  display: inline;
  font-style: italic;
  color: var(--gold);
}
.hero-inline-accent {
  display: inline;
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--gold);
  letter-spacing: 0.08em;
}
/* Legacy single-word row styles kept for fallback */
.hero-word-italic { font-style: italic; color: var(--gold); }
.hero-word-accent {
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--gold);
  letter-spacing: 0.08em;
}
.hw-letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(70px) rotateX(-20deg);
  transition: opacity 0.7s var(--ease-drama), transform 0.7s var(--ease-drama), color 0.4s;
  will-change: transform, opacity;
}
.hw-letter.revealed {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}
.hw-letter:hover {
  color: var(--gold) !important;
  transform: translateY(-5px) scale(1.06);
  transition: transform 0.2s var(--ease-spring), color 0.2s !important;
}

/* ---- SUBTITLE & ACTIONS ---- */
.hero-subtitle {
  font-size: 0.92rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: var(--ivory-dim);
  margin-bottom: 2rem;
  line-height: 1.8;
  opacity: 0;
  animation: fadeInUp 0.9s var(--ease-silk) 0.4s forwards;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 2rem;
  opacity: 0;
  animation: fadeInUp 0.9s var(--ease-silk) 0.6s forwards;
}
.btn-magnetic {
  display: inline-flex;
  align-items: center;
  position: relative;
  will-change: transform;
}
.btn-magnetic .btn-inner {
  position: relative;
  z-index: 1;
  font-family: var(--ff-cinzel);
  font-size: 0.62rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  pointer-events: none;
}

/* ---- RIGHT PANEL ---- */
.hero-collection-panel {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0 1.6rem;
  gap: 0.4rem;
  opacity: 0;
  animation: fadeIn 1s var(--ease-silk) 0.8s forwards;
}
.hcp-label {
  font-family: var(--ff-cinzel);
  font-size: 0.46rem;
  letter-spacing: 0.5em;
  color: var(--gold-dim);
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin-bottom: 0.8rem;
  align-self: center;
}
.hcp-list { display: flex; flex-direction: column; gap: 0.4rem; }
.hcp-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border: none;
  background: transparent;
  padding: 0.55rem 0.8rem;
  border-left: 2px solid transparent;
  transition: border-color 0.4s, background 0.4s;
}
.hcp-item.active,
.hcp-item:hover {
  border-left-color: var(--gold);
  background: rgba(227,180,60,0.05);
}
.hcp-thumb {
  width: 34px; height: 44px;
  overflow: hidden;
  flex-shrink: 0;
  filter: brightness(0.65) saturate(0.5);
  transition: filter 0.4s;
}
.hcp-item.active .hcp-thumb,
.hcp-item:hover  .hcp-thumb { filter: brightness(0.9) saturate(0.8); }
.hcp-thumb img { object-fit: cover; width: 100%; height: 100%; }
.hcp-info { display: flex; flex-direction: column; gap: 0.15rem; }
.hcp-num {
  font-family: var(--ff-cinzel);
  font-size: 0.44rem;
  letter-spacing: 0.3em;
  color: var(--gold-dim);
}
.hcp-name {
  font-family: var(--ff-display);
  font-size: 0.82rem;
  color: var(--ivory-dim);
  white-space: nowrap;
  transition: color 0.3s;
}
.hcp-item.active .hcp-name,
.hcp-item:hover .hcp-name { color: var(--ivory); }
.hcp-progress {
  width: 1px; height: 50px;
  background: var(--border);
  margin-top: 0.6rem;
  align-self: center;
  position: relative;
  overflow: hidden;
}
.hcp-progress-bar {
  position: absolute;
  top: 0; left: 0;
  width: 1px; height: 0%;
  background: var(--gold);
  transition: height 0.08s linear;
}

/* ---- FRAGRANCE TICKER ---- */
.hero-notes-ticker {
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
  z-index: 9;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  pointer-events: none;
  opacity: 0;
  animation: fadeIn 1s var(--ease-silk) 4s forwards;
}
.ticker-note {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 0.88rem;
  color: rgba(227,180,60,0.22);
  letter-spacing: 0.1em;
  animation: tickerFloat 6s ease-in-out infinite;
}
.ticker-note:nth-child(2) { animation-delay: 1.2s; }
.ticker-note:nth-child(3) { animation-delay: 2.4s; }
.ticker-note:nth-child(4) { animation-delay: 3.6s; }
.ticker-note:nth-child(5) { animation-delay: 4.8s; }
@keyframes tickerFloat {
  0%, 100% { opacity: 0.15; transform: translateY(0); }
  40%       { opacity: 0.5;  transform: translateY(-9px); }
  70%       { opacity: 0.25; transform: translateY(-16px); }
}

/* ---- SCROLL INDICATOR ---- */
.hero-scroll-indicator {
  position: absolute;
  bottom: 9rem;
  left: 4rem;
  z-index: 12;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  opacity: 0;
  animation: fadeIn 1s var(--ease-silk) 4s forwards;
}
.hero-scroll-indicator span {
  font-family: var(--ff-cinzel);
  font-size: 0.5rem;
  letter-spacing: 0.48em;
  color: var(--gold-dim);
  writing-mode: vertical-rl;
  text-transform: uppercase;
}
.scroll-line {
  width: 1px;
  height: 0;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: growLine 1.4s var(--ease-drama) 4.2s forwards;
}
@keyframes growLine { to { height: 70px; } }

/* ---- BOTTOM TEASER STRIP ---- */
.hero-teaser-strip {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 12;
  border-top: 1px solid var(--border);
  background: rgba(10,26,18,0.75);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  opacity: 0;
  animation: fadeIn 0.9s var(--ease-silk) 4.2s forwards;
}
.hts-inner {
  display: flex;
  align-items: stretch;
  max-width: 1300px;
  margin: 0 auto;
}
.hts-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.3rem 1.8rem;
  gap: 0.25rem;
  position: relative;
  overflow: visible;
  border-bottom: 2px solid transparent;
  transition: border-color 0.4s, background 0.4s;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  text-align: left;
}
.hts-item:hover {
  border-bottom-color: var(--gold);
  background: rgba(227,180,60,0.03);
}
.hts-thumb {
  position: absolute;
  bottom: 100%;
  left: 0; right: 0;
  height: 110px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s var(--ease-silk), transform 0.4s var(--ease-silk);
  pointer-events: none;
  border-top: 1px solid var(--border);
}
.hts-thumb img { object-fit: cover; width: 100%; height: 100%; filter: brightness(0.65); }
.hts-item:hover .hts-thumb { opacity: 1; transform: translateY(0); }
.hts-num {
  font-family: var(--ff-cinzel);
  font-size: 0.48rem;
  letter-spacing: 0.35em;
  color: var(--gold-dim);
}
.hts-name {
  font-family: var(--ff-display);
  font-size: 1rem;
  color: var(--ivory);
  letter-spacing: 0.02em;
}
.hts-note {
  font-size: 0.68rem;
  color: var(--ivory-ghost);
  letter-spacing: 0.06em;
}
.hts-divider {
  width: 1px;
  background: var(--border);
  flex-shrink: 0;
  margin: 1rem 0;
}

/* Q1 FIX: legacy hero-video classes removed — they were no longer used in markup */

/* ---- BUTTONS ---- */
.btn-primary {
  display: inline-block;
  font-family: var(--ff-cinzel);
  font-size: 0.62rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--void);
  background: var(--gold);
  padding: 16px 36px;
  position: relative;
  overflow: hidden;
  transition: color 0.4s;
}

.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--ivory);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s var(--ease-drama);
}

.btn-primary:hover {
  color: var(--void);
}

.btn-primary:hover::before {
  transform: scaleX(1);
}

.btn-primary span,
.btn-primary::after {
  position: relative;
  z-index: 1;
}

.btn-primary.btn-large {
  padding: 20px 56px;
  font-size: 0.7rem;
}

.btn-ghost {
  display: inline-block;
  font-family: var(--ff-cinzel);
  font-size: 0.62rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--ivory-dim);
  padding: 16px 0;
  border-bottom: 1px solid var(--border-strong);
  transition: color 0.3s, border-color 0.3s;
}

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

.btn-outline {
  display: inline-block;
  font-family: var(--ff-cinzel);
  font-size: 0.62rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 16px 44px;
  border: 1px solid var(--border-strong);
  transition: background 0.4s, color 0.4s;
}

.btn-outline:hover {
  background: var(--gold);
  color: var(--void);
}

/* ============================================================
   PHILOSOPHY
   ============================================================ */
.philosophy {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}

.philosophy-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.philosophy-bg-img {
  transform: scale(1.05);
  transition: transform 8s var(--ease-silk);
}

.philosophy:hover .philosophy-bg-img {
  transform: scale(1.0);
}

.philosophy-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg,
      transparent 0%,
      rgba(8, 6, 8, 0.65) 40%,
      rgba(8, 6, 8, 0.95) 65%,
      var(--void) 100%);
}

.philosophy-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding: 6rem;
}

.philosophy-title {
  font-family: var(--ff-display);
  font-size: clamp(3rem, 5.5vw, 5.2rem);
  font-weight: 300;
  line-height: 1.05;
  margin-bottom: 2.4rem;
  color: var(--ivory);
}

.philosophy-title em {
  color: var(--gold);
  font-style: italic;
}

.philosophy-body {
  margin-bottom: 2.8rem;
}

.philosophy-body p {
  color: var(--ivory-dim);
  font-size: 0.97rem;
  line-height: 1.85;
  margin-bottom: 1.2rem;
}

/* ============================================================
   VIDEO INTERLUDE
   ============================================================ */
.video-interlude {
  position: relative;
  height: 60vh;
  min-height: 400px;
  overflow: hidden;
}

.interlude-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.45) saturate(0.5);
}

.interlude-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.interlude-text span {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: clamp(1.8rem, 4.5vw, 3.8rem);
  font-weight: 300;
  color: var(--ivory);
  letter-spacing: 0.06em;
  opacity: 0.75;
}

/* ============================================================
   COLLECTIONS
   ============================================================ */
.collections {
  padding: 8rem 4rem;
  background: var(--void);
}

.collections-header {
  max-width: 700px;
  margin: 0 auto 5rem;
  text-align: center;
}

.collections-title {
  font-family: var(--ff-display);
  font-size: clamp(2.8rem, 5vw, 4.4rem);
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 1.2rem;
}

.collections-subtitle {
  color: var(--ivory-dim);
  font-size: 0.96rem;
  letter-spacing: 0.04em;
}

.collections-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 420px);
  gap: 1.5rem;
  max-width: 1440px;
  margin: 0 auto;
}

#card-nuit {
  grid-column: 1 / 5;
}

#card-velvet {
  grid-column: 5 / 10;
  grid-row: 1 / 3;
}

#card-jardin {
  grid-column: 10 / 13;
}

#card-soir {
  grid-column: 1 / 5;
}

#card-blanc {
  grid-column: 10 / 13;
  grid-row: 2;
}

/* Generic Dynamic Mapping */
.collection-pos-0 { grid-column: 1 / 5; }
.collection-pos-1 { grid-column: 5 / 10; grid-row: 1 / 3; }
.collection-pos-2 { grid-column: 10 / 13; }
.collection-pos-3 { grid-column: 1 / 5; }
.collection-pos-4 { grid-column: 10 / 13; grid-row: 2; }

.collection-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 26px;
  transition: border-color 0.5s, transform 0.5s var(--ease-silk), box-shadow 0.5s var(--ease-silk);
}

.collection-card:hover {
  border-color: var(--border-strong);
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.card-image-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.card-large .card-image-wrap {
  min-height: 100%;
}

.card-wide .card-image-wrap {
  min-height: 100%;
}

.card-image,
.card-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--ease-silk);
  filter: brightness(0.98) saturate(1.05) contrast(1.08);
}

.collection-card:hover .card-image,
.collection-card:hover .card-video {
  transform: scale(1.06);
  filter: brightness(1.06) saturate(1.12) contrast(1.12);
}

.card-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(7, 18, 12, 0.42) 0%, rgba(7, 18, 12, 0.06) 64%),
    radial-gradient(circle at 28% 82%, rgba(227, 180, 60, 0.12), transparent 18rem);
  transition: background 0.5s;
}

.card-scent-cloud {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 110%, rgba(201, 169, 110, 0.08) 0%, transparent 65%);
  opacity: 0;
  transition: opacity 0.6s;
}

.collection-card:hover .card-scent-cloud {
  opacity: 1;
}

.card-content {
  position: absolute;
  left: 1.35rem;
  right: 1.35rem;
  bottom: 1.35rem;
  padding: 1.35rem 1.45rem;
  z-index: 2;
  border: 1px solid rgba(227, 180, 60, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(10, 26, 18, 0.78), rgba(10, 26, 18, 0.5)),
    radial-gradient(circle at top left, rgba(227, 180, 60, 0.1), transparent 12rem);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.card-family {
  font-family: var(--ff-cinzel);
  font-size: 0.6rem;
  letter-spacing: 0.35em;
  color: var(--gold-dim);
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

.card-name {
  font-family: var(--ff-display);
  font-size: clamp(1.55rem, 2.2vw, 2.4rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--ivory);
  margin-bottom: 0.3rem;
}

.card-tagline {
  font-size: 0.82rem;
  line-height: 1.65;
  letter-spacing: 0.04em;
  color: rgba(245, 239, 230, 0.78);
  margin-bottom: 1.6rem;
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 1rem;
}

.card-price {
  font-family: var(--ff-display);
  font-size: 1.1rem;
  color: var(--gold);
}

.card-cta {
  font-family: var(--ff-cinzel);
  font-size: 0.55rem;
  letter-spacing: 0.3em;
  color: var(--ivory);
  text-transform: uppercase;
  transition: color 0.3s;
}

.card-cta:hover {
  color: var(--gold);
}

.card-badge {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-family: var(--ff-cinzel);
  font-size: 0.5rem;
  letter-spacing: 0.3em;
  color: var(--void);
  text-transform: uppercase;
  padding: 6px 14px;
  z-index: 5;
}

.card-badge-new { background: var(--gold); }
.card-badge-best { background: var(--surface-light); color: var(--gold); border: 1px solid var(--gold); padding: 5px 13px; }


.collections-footer {
  text-align: center;
  margin-top: 4rem;
}

/* ============================================================
   INGREDIENTS
   ============================================================ */
.ingredients {
  padding: 8rem 0;
  background: var(--void-alt);
  overflow: hidden;
}

.ingredients-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}

.ingredients-title {
  font-family: var(--ff-display);
  font-size: clamp(2.6rem, 4.5vw, 4.2rem);
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 2rem;
}

.ingredients-title em {
  color: var(--gold);
  font-style: italic;
}

.ingredients-body {
  color: var(--ivory-dim);
  font-size: 0.97rem;
  line-height: 1.88;
  margin-bottom: 2.8rem;
}

.ingredients-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ingredient-item {
  display: grid;
  grid-template-columns: 12px 1fr auto;
  align-items: center;
  gap: 1.2rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--border);
  transition: border-color 0.3s;
  cursor: default;
}

.ingredient-item:hover {
  border-color: var(--border-strong);
}

.ingredient-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}

.ingredient-name {
  font-family: var(--ff-display);
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: var(--ivory);
  transition: color 0.3s;
}

.ingredient-item:hover .ingredient-name {
  color: var(--gold);
}

.ingredient-origin {
  font-family: var(--ff-cinzel);
  font-size: 0.55rem;
  letter-spacing: 0.3em;
  color: var(--ivory-ghost);
  text-transform: uppercase;
}

.ingredients-image-stack {
  position: relative;
  height: 620px;
}

.ingredient-img-back {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 4px;
}

.ingredient-img-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7) saturate(0.6);
}

.ingredient-img-front {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 62%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid var(--border-strong);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
  z-index: 2;
  border-radius: 4px;
}

.ingredient-img-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ingredient-img-front img {
  filter: brightness(0.85);
}

.ingredient-video-badge {
  position: absolute;
  bottom: 38%;
  right: -4%;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--gold);
  z-index: 3;
  box-shadow: 0 0 40px rgba(201, 169, 110, 0.2);
  animation: slowRotate 20s linear infinite;
}

@keyframes slowRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.ingredient-video-badge video {
  border-radius: 50%;
}

/* ============================================================
   MARQUEE
   ============================================================ */
.marquee-strip {
  overflow: hidden;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 1.2rem 0;
  background: var(--surface);
  white-space: nowrap;
  width: 100%;
  max-width: 100vw;
  contain: paint;
}

.marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  animation: marquee 28s linear infinite;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

.marquee-track span {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--ivory-ghost);
  letter-spacing: 0.05em;
}

.marquee-dot {
  width: 5px !important;
  height: 5px !important;
  border-radius: 50%;
  background: var(--gold) !important;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

/* ============================================================
   RITUAL
   ============================================================ */
.ritual {
  padding: 8rem 4rem;
  background: var(--void);
}

.ritual-header {
  text-align: center;
  margin-bottom: 5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.ritual-title {
  font-family: var(--ff-display);
  font-size: clamp(2.8rem, 5vw, 4.4rem);
  font-weight: 300;
  line-height: 1.1;
  margin-top: 1.2rem;
}

.ritual-title em {
  color: var(--gold);
  font-style: italic;
}

.ritual-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto 4rem;
}

.ritual-item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.ritual-item-offset {
  margin-top: 4rem;
}

.ritual-image {
  aspect-ratio: 4 / 5;
  height: auto;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 4px;
}

.ritual-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.75) saturate(0.65);
  transition: transform 0.9s var(--ease-silk), filter 0.6s;
}

.ritual-item:hover .ritual-image img {
  transform: scale(1.06);
  filter: brightness(0.85) saturate(0.8);
}

.ritual-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 6, 8, 0.7) 0%, transparent 50%);
}

.ritual-num {
  display: block;
  font-family: var(--ff-cinzel);
  font-size: 0.62rem;
  letter-spacing: 0.4em;
  color: var(--gold);
  margin-bottom: 0.8rem;
}

.ritual-step-title {
  font-family: var(--ff-display);
  font-size: 1.65rem;
  font-weight: 300;
  color: var(--ivory);
  margin-bottom: 0.9rem;
  letter-spacing: 0.02em;
}

.ritual-item-content p {
  font-size: 0.92rem;
  color: var(--ivory-dim);
  line-height: 1.85;
}

.ritual-video-full {
  position: relative;
  height: 55vh;
  min-height: 360px;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid var(--border);
}

.ritual-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5) saturate(0.5);
}

.ritual-video-caption {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--ff-cinzel);
  font-size: 0.6rem;
  letter-spacing: 0.5em;
  color: var(--gold);
  text-transform: uppercase;
}

/* ============================================================
   BESPOKE
   ============================================================ */
.bespoke {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.bespoke-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.bespoke-bg img {
  object-position: center right;
  filter: brightness(0.4) saturate(0.5);
  transform: scale(1.04);
}

.bespoke-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(8, 6, 8, 0.97) 0%,
      rgba(8, 6, 8, 0.75) 50%,
      transparent 100%);
}

.bespoke-content {
  position: relative;
  z-index: 2;
  padding: 6rem;
  max-width: 640px;
}

.bespoke-eyebrow {
  font-family: var(--ff-cinzel);
  font-size: 0.65rem;
  letter-spacing: 0.4em;
  color: var(--gold-dim);
  text-transform: uppercase;
}

.bespoke-title {
  font-family: var(--ff-display);
  font-size: clamp(2.8rem, 5.5vw, 5.5rem);
  font-weight: 300;
  line-height: 1.05;
  margin: 1.4rem 0 2rem;
}

.bespoke-title em {
  color: var(--gold);
  font-style: italic;
}

.bespoke-body {
  color: var(--ivory-dim);
  font-size: 0.97rem;
  line-height: 1.88;
  margin-bottom: 1rem;
  max-width: 500px;
}

.bespoke-price-note {
  display: inline-flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 2.8rem;
  color: var(--ivory);
  font-family: var(--ff-cinzel);
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.bespoke-price-note strong {
  color: var(--gold);
  font-family: var(--ff-display);
  font-size: clamp(1.6rem, 2.5vw, 2.45rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: none;
}

.btn-bespoke {
  display: inline-block;
  padding: 1.1rem 2.6rem;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: var(--ff-cinzel);
  font-size: 0.65rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  transition: all 0.4s var(--ease-silk);
  background: transparent;
  margin-top: 1rem;
  cursor: pointer;
}

.btn-bespoke:hover {
  background: var(--gold);
  color: var(--bg); /* Falling back to dark, or var(--void) if defined */
  color: var(--void);
  box-shadow: 0 0 30px var(--gold-glow);
  transform: translateY(-2px);
}

.bespoke-details {
  display: flex;
  gap: 3rem;
  margin-bottom: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}

.bespoke-detail {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.bespoke-detail-label {
  font-family: var(--ff-cinzel);
  font-size: 0.54rem;
  letter-spacing: 0.38em;
  color: var(--gold-dim);
  text-transform: uppercase;
}

.bespoke-detail-value {
  font-family: var(--ff-display);
  font-size: 1.25rem;
  font-weight: 300;
  color: var(--ivory);
}

/* ============================================================
   GALLERY STRIP
   ============================================================ */
.gallery-strip {
  padding: 5rem 0;
  overflow: hidden;
  background: var(--void-alt);
  position: relative;
  width: 100%;
  max-width: 100vw;
}

.gallery-track {
  display: flex;
  gap: 1.2rem;
  padding: 0 4rem;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
  scroll-behavior: smooth;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  overscroll-behavior-inline: contain;
}

.gallery-track:active {
  cursor: grabbing;
}

.gallery-track::-webkit-scrollbar {
  display: none;
}

.gallery-item {
  display: block;
  flex-shrink: 0;
  width: 320px;
  height: 420px;
  overflow: hidden;
  border: 1px solid var(--border);
  position: relative;
  transition: border-color 0.4s;
  text-decoration: none;
}

.gallery-item:hover {
  border-color: var(--border-strong);
}

.gallery-item img,
.gallery-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8) saturate(0.65);
  transition: transform 0.8s var(--ease-silk), filter 0.6s;
}

.gallery-item:hover img,
.gallery-item:hover video {
  transform: scale(1.07);
  filter: brightness(0.9) saturate(0.85);
}

.gallery-item-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4rem 1.5rem 1.5rem;
  background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.6) 40%, transparent 100%);
  color: var(--ivory);
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.4s var(--ease-silk), transform 0.4s var(--ease-silk);
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  pointer-events: none;
}

.gallery-item:hover .gallery-item-overlay {
  opacity: 1;
  transform: translateY(0);
}

.gallery-item-overlay h4 {
  font-family: var(--ff-cinzel);
  font-size: 1.15rem;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  color: var(--gold);
  letter-spacing: 0.05em;
}

.gallery-item-overlay span {
  font-family: var(--ff-sans);
  font-size: 0.9rem;
  color: var(--ivory-ghost);
}

.gallery-drag-hint {
  text-align: center;
  margin-top: 2rem;
  font-family: var(--ff-cinzel);
  font-size: 0.56rem;
  letter-spacing: 0.4em;
  color: var(--gold-dim);
  text-transform: uppercase;
}

/* ============================================================
   PRESS
   ============================================================ */
.press {
  padding: 7rem 4rem;
  background: var(--void);
  border-top: 1px solid var(--border);
}

.press-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.press-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 0;
  margin-bottom: 3.6rem;
}

.press-name {
  font-family: var(--ff-cinzel);
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  color: var(--ivory-ghost);
  text-transform: uppercase;
  padding: 0 1.8rem;
  transition: color 0.3s;
}

.press-name:hover {
  color: var(--gold);
}

.press-divider {
  color: var(--border-strong);
  font-size: 0.9rem;
}

.press-quotes {
  position: relative;
  min-height: 120px;
  margin-bottom: 2.4rem;
}

.press-quote {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.7s var(--ease-silk);
  gap: 1rem;
}

.press-quote.active {
  opacity: 1;
  position: relative;
}

.press-quote p {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 300;
  color: var(--ivory);
  line-height: 1.5;
}

.press-quote cite {
  font-family: var(--ff-cinzel);
  font-size: 0.58rem;
  letter-spacing: 0.35em;
  color: var(--gold-dim);
  text-transform: uppercase;
  font-style: normal;
}

.press-quote-dots {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.pq-dot {
  width: 28px;
  height: 1px;
  background: var(--border-strong);
  transition: background 0.3s, width 0.3s;
}

.pq-dot.active {
  background: var(--gold);
  width: 52px;
}

/* ============================================================
   NEWSLETTER
   ============================================================ */
.newsletter {
  padding: 6rem 4rem;
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.newsletter-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.newsletter-title {
  font-family: var(--ff-display);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 300;
  line-height: 1.1;
  margin: 1.2rem 0 1.4rem;
}

.newsletter-title em {
  color: var(--gold);
  font-style: italic;
}

.newsletter-left p {
  color: var(--ivory-dim);
  font-size: 0.94rem;
  line-height: 1.8;
}

.newsletter-input-wrap {
  display: flex;
  border: 1px solid var(--border-strong);
  overflow: hidden;
  margin-bottom: 1.2rem;
  transition: border-color 0.3s;
}

.newsletter-input-wrap:focus-within {
  border-color: var(--gold);
}

.newsletter-input {
  flex: 1;
  background: transparent;
  border: none;
  padding: 17px 22px;
  color: var(--ivory);
  font-size: 0.88rem;
  outline: none;
}

.newsletter-input::placeholder {
  color: var(--ivory-ghost);
}

.newsletter-submit {
  font-family: var(--ff-cinzel);
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--void);
  background: var(--gold);
  padding: 0 28px;
  transition: background 0.3s;
}

.newsletter-submit:hover {
  background: var(--gold-light);
}

.newsletter-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  cursor: pointer;
}

.newsletter-consent input[type="checkbox"] {
  width: 14px;
  height: 14px;
  accent-color: var(--gold);
  flex-shrink: 0;
  margin-top: 3px;
}

.newsletter-consent span {
  font-size: 0.78rem;
  color: var(--ivory-ghost);
  line-height: 1.5;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--void);
  padding: 5rem 4rem 2.5rem;
}

.footer-top {
  display: flex;
  gap: 6rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid var(--border);
  max-width: 1440px;
  margin: 0 auto;
}

.footer-logo {
  font-family: var(--ff-cinzel);
  font-size: 1.6rem;
  letter-spacing: 0.5em;
  color: var(--gold);
  margin-bottom: 0.6rem;
}

.footer-desc {
  font-size: 0.85rem;
  color: var(--ivory-ghost);
  line-height: 1.6;
  max-width: 340px;
  margin-bottom: 2rem;
}

.footer-social {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(227, 180, 60, 0.4);
  border-radius: 50%;
  color: var(--gold);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.social-link:hover {
  background: var(--gold);
  color: var(--void);
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(227, 180, 60, 0.25);
}

.social-link svg {
  width: 18px;
  height: 18px;
  transition: transform 0.4s ease;
}

.social-link:hover svg {
  transform: scale(1.1);
}

.footer-locations {
  display: flex;
  gap: 1.4rem;
}

.footer-locations span {
  font-size: 0.8rem;
  color: var(--ivory-dim);
  letter-spacing: 0.1em;
}

.footer-links {
  display: flex;
  gap: 4rem;
  flex: 1;
  justify-content: flex-end;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.footer-col h4 {
  font-family: var(--ff-cinzel);
  font-size: 0.6rem;
  letter-spacing: 0.38em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.footer-col a {
  font-size: 0.84rem;
  color: var(--ivory-dim);
  letter-spacing: 0.04em;
  transition: color 0.3s;
}

.footer-col a:hover {
  color: var(--gold);
}

.footer-bottom {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copy {
  font-size: 0.74rem;
  color: var(--ivory-ghost);
  letter-spacing: 0.05em;
}

.footer-legal {
  display: flex;
  gap: 2rem;
}

.footer-legal a {
  font-family: var(--ff-cinzel);
  font-size: 0.56rem;
  letter-spacing: 0.3em;
  color: var(--ivory-ghost);
  text-transform: uppercase;
  transition: color 0.3s;
}

.footer-legal a:hover {
  color: var(--gold);
}

/* ============================================================
   UX MICRO-ELEMENTS — Added per-section enhancements
   ============================================================ */

/* ---- PHILOSOPHY: corner marks, meta row, stat row ---- */
.phil-corner {
  position: absolute;
  width: 28px;
  height: 28px;
  z-index: 3;
  pointer-events: none;
}
.phil-corner-tl {
  top: 3rem; left: 3rem;
  border-top: 1px solid var(--gold-dim);
  border-left: 1px solid var(--gold-dim);
}
.phil-corner-br {
  bottom: 3rem; right: 3rem;
  border-bottom: 1px solid var(--gold-dim);
  border-right: 1px solid var(--gold-dim);
}
.philosophy-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.philosophy-read-time {
  font-family: var(--ff-cinzel);
  font-size: 0.52rem;
  letter-spacing: 0.3em;
  color: var(--gold-dim);
  text-transform: uppercase;
  border: 1px solid var(--border);
  padding: 5px 10px;
}
.philosophy-actions {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.philosophy-stat-row {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--border);
}
.phil-stat {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.phil-stat-num {
  font-family: var(--ff-display);
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
}
.phil-stat-label {
  font-family: var(--ff-cinzel);
  font-size: 0.48rem;
  letter-spacing: 0.35em;
  color: var(--ivory-ghost);
  text-transform: uppercase;
}
.phil-stat-divider {
  width: 1px;
  height: 32px;
  background: var(--border-strong);
}

/* ---- VIDEO INTERLUDE: chapter label, animated line, scroll hint ---- */
.video-interlude {
  height: 60vh;
  min-height: 400px;
}
.interlude-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.interlude-label {
  font-family: var(--ff-cinzel);
  font-size: 0.54rem;
  letter-spacing: 0.45em;
  color: var(--gold-dim);
  text-transform: uppercase;
}
.interlude-line {
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  animation: expandLine 1.2s var(--ease-drama) forwards;
}
.interlude-scroll-hint {
  position: absolute;
  bottom: 2rem;
  right: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.65;
}
.interlude-scroll-hint span {
  font-family: var(--ff-cinzel);
  font-size: 0.46rem;
  letter-spacing: 0.4em;
  color: var(--gold-dim);
  writing-mode: vertical-rl;
  text-transform: uppercase;
}
@keyframes mouseDotDrop {
  0%   { cy: 6; opacity: 1; }
  80%  { cy: 16; opacity: 0.2; }
  100% { cy: 6; opacity: 1; }
}
.interlude-mouse-dot {
  animation: mouseDotDrop 1.4s ease-in-out infinite;
}

/* ---- COLLECTIONS: filter tabs, intensity bar, badges ---- */
.coll-filters {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.coll-filter {
  font-family: var(--ff-cinzel);
  font-size: 0.56rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ivory-ghost);
  border: 1px solid var(--border);
  padding: 7px 18px;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
  background: transparent;
}
.coll-filter.active,
.coll-filter:hover {
  background: var(--gold);
  color: var(--void);
  border-color: var(--gold);
}
.collection-card.hidden {
  display: none;
}
.card-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-family: var(--ff-cinzel);
  font-size: 0.46rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  padding: 5px 12px;
  z-index: 5;
}
.card-badge-new {
  background: var(--gold);
  color: var(--void);
}
.card-badge-best {
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold);
}
.card-intensity {
  margin-bottom: 1rem;
}
.card-intensity-label {
  font-family: var(--ff-cinzel);
  font-size: 0.44rem;
  letter-spacing: 0.3em;
  color: var(--gold-dim);
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.4rem;
}
.card-intensity-bar {
  height: 2px;
  background: rgba(227,180,60,0.15);
  position: relative;
  overflow: hidden;
}
.card-intensity-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--gold-dim), var(--gold));
  transition: width 0.8s var(--ease-silk);
}

/* ---- INGREDIENTS: rarity bar ---- */
.ingredient-item {
  grid-template-columns: 12px 1fr auto;
}
.ingredient-main {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}
.ingredient-bar {
  height: 2px;
  background: rgba(227,180,60,0.12);
  overflow: hidden;
  border-radius: 2px;
}
.ingredient-bar-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--gold-dim), var(--gold));
  transition: width 1.2s var(--ease-drama);
}
.ingredient-bar-fill.animated {
  width: attr(data-width percent);
}
.ingredients-footer-note {
  margin-top: 1.2rem;
  font-size: 0.72rem;
  color: var(--ivory-ghost);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  letter-spacing: 0.04em;
}
.ingredients-footer-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-dim);
  flex-shrink: 0;
}

/* ---- RITUAL: step progress track ---- */
.ritual {
  padding: 4rem;
}
.ritual-steps-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 1.6rem;
}
.ritual-step-dot {
  width: 36px;
  height: 36px;
  border: 1px solid var(--border-strong);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.4s, border-color 0.4s;
  flex-shrink: 0;
}
.ritual-step-dot span {
  font-family: var(--ff-cinzel);
  font-size: 0.52rem;
  letter-spacing: 0.1em;
  color: var(--ivory-ghost);
  transition: color 0.4s;
}
.ritual-step-dot.active {
  background: var(--gold);
  border-color: var(--gold);
}
.ritual-step-dot.active span {
  color: var(--void);
}
.ritual-step-line {
  flex: 1;
  height: 1px;
  background: var(--border-strong);
  max-width: 80px;
}
.ritual-image {
  aspect-ratio: 4 / 5 !important;
  height: auto !important;
}
.ritual-video-full {
  height: 38vh;
  min-height: 260px;
}
.ritual-header {
  margin-bottom: 2.5rem;
}

/* ---- BESPOKE: top row, slots badge, process steps ---- */
.bespoke {
  min-height: 100vh;
}
.bespoke-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  gap: 1rem;
  flex-wrap: wrap;
}
.bespoke-slots-badge {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--ff-cinzel);
  font-size: 0.52rem;
  letter-spacing: 0.25em;
  color: var(--gold);
  text-transform: uppercase;
  border: 1px solid rgba(227,180,60,0.25);
  padding: 6px 14px;
  animation: pulse-border 2.5s ease-in-out infinite;
}
@keyframes pulse-border {
  0%, 100% { border-color: rgba(227,180,60,0.25); }
  50%       { border-color: rgba(227,180,60,0.7); }
}
.bespoke-slots-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  animation: pulse-dot 1.5s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes pulse-dot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%       { transform: scale(1.5); opacity: 0.6; }
}
.bespoke-process {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 1.2rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.bespoke-step {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.bespoke-step-num {
  font-family: var(--ff-cinzel);
  font-size: 0.52rem;
  letter-spacing: 0.3em;
  color: var(--gold);
}
.bespoke-step-name {
  font-size: 0.84rem;
  color: var(--ivory-dim);
  letter-spacing: 0.05em;
}
.bespoke-step-arrow {
  color: var(--gold-dim);
  font-size: 0.9rem;
  margin: 0 0.5rem;
  flex-shrink: 0;
}
.bespoke-title {
  font-size: clamp(2.2rem, 4vw, 3.8rem);
}

/* ---- GALLERY: footer row with count ---- */
.gallery-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 4rem 0;
  max-width: 100%;
  overflow: hidden;
}
.gallery-count {
  font-family: var(--ff-cinzel);
  font-size: 0.54rem;
  letter-spacing: 0.3em;
  color: var(--gold-dim);
}

/* ---- PRESS: star rating, quote counter ---- */
.press-stars {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  justify-content: center;
  margin-bottom: 2rem;
}
.press-stars span {
  color: var(--gold);
  font-size: 1rem;
}
.press-stars-label {
  font-family: var(--ff-cinzel) !important;
  font-size: 0.5rem !important;
  letter-spacing: 0.3em;
  color: var(--ivory-ghost) !important;
  text-transform: uppercase;
  margin-left: 0.8rem;
}
.press-quote-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.press-quote-counter {
  font-family: var(--ff-cinzel);
  font-size: 0.5rem;
  letter-spacing: 0.3em;
  color: var(--gold-dim);
}

/* ---- NEWSLETTER: trust badges, member count, social ---- */
.newsletter-trust {
  display: flex;
  gap: 1.4rem;
  margin-top: 1.6rem;
  flex-wrap: wrap;
}
.trust-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  color: var(--ivory-ghost);
  letter-spacing: 0.03em;
}
.trust-icon {
  font-size: 0.85rem;
  color: var(--gold-dim);
}
.newsletter-member-count {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.76rem;
  color: var(--ivory-ghost);
  letter-spacing: 0.04em;
}
.nl-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  animation: pulse-dot 2s ease-in-out infinite;
  flex-shrink: 0;
}
.newsletter-social {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.6rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--border);
}
.newsletter-social-label {
  font-family: var(--ff-cinzel);
  font-size: 0.5rem;
  letter-spacing: 0.35em;
  color: var(--gold-dim);
  text-transform: uppercase;
}
.nl-social-link {
  font-family: var(--ff-cinzel);
  font-size: 0.54rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--ivory-dim);
  transition: color 0.3s;
}
.nl-social-link:hover {
  color: var(--gold);
}
.nl-social-sep {
  color: var(--border-strong);
}

/* ---- FOOTER: back-to-top button ---- */
.footer-back-top {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--ff-cinzel);
  font-size: 0.5rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold-dim);
  transition: color 0.3s;
  border: 1px solid var(--border);
  padding: 8px 14px;
  background: transparent;
}
.footer-back-top:hover {
  color: var(--gold);
  border-color: var(--gold-dim);
}

/* ============================================================
   SCROLL REVEAL ANIMATION CLASSES
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s var(--ease-silk), transform 0.9s var(--ease-silk);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.9s var(--ease-silk), transform 0.9s var(--ease-silk);
}

.reveal-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.9s var(--ease-silk), transform 0.9s var(--ease-silk);
}

.reveal-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .collections-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  #card-nuit {
    grid-column: 1;
  }

  #card-velvet {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  #card-jardin {
    grid-column: 1;
  }

  #card-soir {
    grid-column: 1;
  }

  #card-blanc {
    grid-column: 2;
    grid-row: auto;
  }

  .collection-pos-0,
  .collection-pos-2,
  .collection-pos-3 {
    grid-column: 1;
    grid-row: auto;
  }

  .collection-pos-1,
  .collection-pos-4 {
    grid-column: 2;
    grid-row: auto;
  }

  .collection-card {
    min-height: 420px;
  }

  .ingredients-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .ingredients-image-stack {
    height: 440px;
  }

  .ritual-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ritual-item:nth-child(3) {
    grid-column: span 2;
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 860px) {

  .nav-left,
  .nav-right {
    display: none;
  }

  .nav-menu-btn {
    display: flex;
  }

  .hero-content {
    padding: 0 2rem;
  }

  .philosophy-content {
    padding: 3rem 2rem;
    max-width: 100%;
  }

  .collections {
    padding: 4rem 1rem;
  }

  .collections-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 1rem;
  }

  #card-nuit,
  #card-velvet,
  #card-jardin,
  #card-soir,
  #card-blanc {
    grid-column: 1;
    grid-row: auto;
  }

  .collection-pos-0,
  .collection-pos-1,
  .collection-pos-2,
  .collection-pos-3,
  .collection-pos-4 {
    grid-column: 1;
    grid-row: auto;
  }

  .collection-card {
    min-height: 460px;
    height: auto;
    border-radius: 6px;
  }

  .card-image-wrap,
  .card-large .card-image-wrap,
  .card-wide .card-image-wrap {
    min-height: 460px;
    height: 460px;
  }

  .card-content {
    padding: 1.4rem;
  }

  .card-family {
    font-size: 0.55rem;
    letter-spacing: 0.28em;
  }

  .card-name {
    font-size: clamp(1.8rem, 9vw, 2.45rem);
    line-height: 1.08;
  }

  .card-tagline {
    max-width: 28ch;
    font-size: 0.8rem;
    line-height: 1.65;
    letter-spacing: 0.04em;
    margin-bottom: 1.2rem;
  }

  .card-cta {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    letter-spacing: 0.22em;
  }

  .ritual-grid {
    grid-template-columns: 1fr;
  }

  .ritual-item-offset {
    margin-top: 0;
  }

  .ritual-item:nth-child(3) {
    grid-column: 1;
    max-width: 100%;
  }

  .bespoke-content {
    padding: 3rem 2rem;
  }

  .bespoke-details {
    gap: 1.5rem;
    flex-wrap: wrap;
  }

  .newsletter-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .footer-top {
    flex-direction: column;
    gap: 3rem;
  }

  .footer-links {
    justify-content: flex-start;
    gap: 2.5rem;
    flex-wrap: wrap;
  }

  .overlay-menu-inner {
    flex-direction: column;
    gap: 3rem;
  }

  .overlay-menu-right {
    display: none;
  }

  .hero-bottom-bar {
    overflow-x: auto;
  }

  .hero-stat {
    padding: 1.2rem 2rem;
  }

  .ingredients-inner {
    padding: 0 1.5rem;
  }

  .ritual {
    padding: 5rem 2rem;
  }

  .bespoke {
    min-height: auto;
    padding: 0;
  }

  .bespoke-content {
    padding: 4rem 2rem;
  }

  .bespoke-bg img {
    height: 100%;
  }

  .press {
    padding: 5rem 2rem;
  }

  .newsletter {
    padding: 5rem 2rem;
  }

  .footer {
    padding: 4rem 2rem 2rem;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  /* Hero responsive — 860px */
  .hero-content {
    padding: 100px 2rem 0;
    max-width: 100%;
  }
  .hero-collection-panel {
    display: none;
  }
  .hero-notes-ticker {
    display: none;
  }
  .hero-scroll-indicator {
    left: 2rem;
    bottom: 7rem;
  }
  .hts-inner {
    overflow-x: auto;
    scrollbar-width: none;
  }
  .hts-item {
    min-width: 160px;
    padding: 1rem 1.2rem;
  }
  .curtain-logo {
    font-size: 2.4rem;
  }
}

@media (max-width: 550px) {
  .hero-title {
    font-size: clamp(2.8rem, 14vw, 3.6rem);
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
  }

  .hero-content {
    padding: 90px 1.5rem 0;
  }

  .hero-teaser-strip {
    display: none;
  }

  .hero-scroll-indicator {
    left: 1.5rem;
  }

  .overlay-nav-item {
    font-size: clamp(1.45rem, 8vw, 2rem);
  }

  .gallery-item {
    width: 260px;
    height: 340px;
  }

  .gallery-strip {
    padding: 3.5rem 0;
    contain: layout paint;
  }

  .gallery-track {
    gap: 0.85rem;
    width: 100%;
    max-width: 100vw;
    padding: 0 1rem;
    scroll-padding-inline: 1rem;
  }

  .gallery-footer {
    justify-content: center;
    padding: 1rem 1rem 0;
    text-align: center;
  }

  .gallery-footer span {
    max-width: 100%;
    font-size: 0.64rem;
    letter-spacing: 0.18em;
    overflow-wrap: anywhere;
  }

  .press-logos {
    gap: 0.5rem 0;
  }

  .press-divider {
    display: none;
  }
}

/* ============================================================
   A5 FIX: PREFERS-REDUCED-MOTION
   Disables all non-essential animations / transitions for users
   who have set their OS accessibility preference to reduce motion.
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  /* Kill all CSS transitions & animations globally */
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  /* Instant preloader hide */
  .preloader { transition: none !important; }

  /* Skip curtain animation — let it disappear instantly */
  .hero-curtain.animate-out .curtain-left,
  .hero-curtain.animate-out .curtain-right { transition: none !important; transform: translateX(-100%); }
  .hero-curtain.animate-out .curtain-right  { transform: translateX(100%); }

  /* Disable glowing pulse */
  .hero-glow-pulse { animation: none !important; }

  /* Hide particle + trail canvas — canvas animation handled in JS with prefersReducedMotion flag */
  .hero-particle-canvas,
  .hero-trail-canvas { display: none !important; }

  /* Stop marquee scroll */
  .marquee-track { animation: none !important; }

  /* Disable kinetic letter opacity/transform — just show them */
  .hw-letter {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ============================================================
   PATCH — Missing classes from new header.php + index.php markup
   (original styles.css used different class names)
   ============================================================ */

/* ── Nav icon buttons (header.php uses .nav-icon-btn, old CSS had .nav-link) ── */
.nav-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  background: none;
  border: none;
  color: var(--ivory-dim);
  transition: color 0.3s;
  position: relative;
  flex-shrink: 0;
}
.nav-icon-btn:hover { color: var(--gold); }
.nav-icon-btn svg { pointer-events: none; }

/* ── Hamburger (header.php uses .hamburger, old CSS had .nav-menu-btn) ── */
.hamburger {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 8px;
  background: none;
  border: none;
  width: 36px;
  height: 36px;
  justify-content: center;
}
.hamburger span {
  display: block;
  width: 22px;
  height: 1px;
  background: var(--ivory);
  transition: transform 0.4s var(--ease-silk), opacity 0.3s;
}
.hamburger[aria-expanded="true"] span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ── Cart count badge ── */
.cart-count {
  position: absolute;
  top: 2px; right: 2px;
  width: 16px; height: 16px;
  background: var(--gold);
  color: var(--void);
  font-family: var(--ff-cinzel);
  font-size: 0.52rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-count.hidden { display: none; }

/* ── Hero markup aliases (index.php uses .hero-words / .hero-sub / .hero-ctas) ── */
.hero-words { /* same as .hero-title */
  font-family: var(--ff-display);
  font-size: clamp(2rem, 4.2vw, 4.2rem);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 1.6rem;
  user-select: none;
  perspective: 900px;
  position: relative; z-index: 10;
}
.hero-sub { /* same as .hero-subtitle */
  font-size: 0.92rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: var(--ivory-dim);
  margin-bottom: 2rem;
  line-height: 1.8;
  position: relative; z-index: 10;
}
.hero-ctas { /* same as .hero-actions */
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative; z-index: 10;
}
.btn-hero-primary {
  display: inline-flex; align-items: center;
  font-family: var(--ff-cinzel);
  font-size: 0.62rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--void);
  background: var(--gold);
  padding: 14px 32px;
  transition: background 0.3s;
}
.btn-hero-primary:hover { background: var(--gold-light); }
.btn-hero-ghost {
  font-family: var(--ff-cinzel);
  font-size: 0.62rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--ivory-dim);
  border-bottom: 1px solid var(--border-strong);
  padding-bottom: 4px;
  transition: color 0.3s, border-color 0.3s;
}
.btn-hero-ghost:hover { color: var(--gold); border-color: var(--gold); }

/* ── Hero right panel alias (index.php uses .hero-right-panel) ── */
.hero-right-panel { /* alias for .hero-collection-panel */
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0 1.6rem;
  gap: 0.4rem;
}
/* hcp-text wraps label+name in the new index.php markup */
.hcp-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.hcp-text .hcp-label {
  font-family: var(--ff-cinzel);
  font-size: 0.44rem;
  letter-spacing: 0.3em;
  color: var(--gold-dim);
  writing-mode: horizontal-tb;
  transform: none;
  margin: 0;
}
.hcp-text .hcp-name {
  font-family: var(--ff-display);
  font-size: 0.82rem;
  color: var(--ivory-dim);
  white-space: nowrap;
}

/* ── Hero bottom strip (index.php uses .hero-bottom-strip) ── */
.hero-bottom-strip {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 12;
  border-top: 1px solid var(--border);
  background: rgba(10,26,18,0.75);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.hero-strip-items {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  padding: 1.1rem 4rem;
  font-family: var(--ff-cinzel);
  font-size: 0.58rem;
  letter-spacing: 0.3em;
}
.hero-strip-item {
  color: var(--ivory-ghost);
  transition: color 0.3s;
  text-transform: uppercase;
}
.hero-strip-item:hover { color: var(--gold); }
.hero-strip-sep { color: var(--border-strong); }

/* ── Preloader bar (index.php header uses .preloader-bar/.preloader-fill) ── */
.preloader-bar {
  width: 180px; height: 1px;
  background: var(--border-strong);
  overflow: hidden;
}
.preloader-fill {
  height: 100%;
  background: var(--gold);
  animation: expandLine 1.6s var(--ease-drama) 0.3s forwards;
  width: 0;
}
.preloader-tagline {
  font-family: var(--ff-cinzel);
  font-size: 0.52rem;
  letter-spacing: 0.4em;
  color: var(--ivory-ghost);
  text-transform: uppercase;
  opacity: 0;
  animation: fadeIn 0.8s var(--ease-silk) 1s forwards;
}

/* ── Search Overlay (was completely missing from styles.css) ── */
.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(10,26,18,0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 6rem 2rem 3rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s var(--ease-silk), visibility 0.4s;
}
.search-overlay[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}
.search-close {
  position: absolute;
  top: 2rem; right: 3rem;
  font-size: 1.4rem;
  color: var(--ivory-ghost);
  background: none;
  border: none;
  transition: color 0.3s;
}
.search-close:hover { color: var(--gold); }
.search-form {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 640px;
  border-bottom: 1px solid var(--border-strong);
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  gap: 1rem;
}
.search-form input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  font-family: var(--ff-display);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 300;
  color: var(--ivory);
  letter-spacing: 0.04em;
}
.search-form input::placeholder { color: var(--ivory-ghost); }
.search-form button {
  background: none;
  border: none;
  color: var(--ivory-ghost);
  transition: color 0.3s;
  flex-shrink: 0;
}
.search-form button:hover { color: var(--gold); }

@media (max-width: 860px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .reveal-left,
  .reveal-right {
    transform: translateY(32px);
  }

  .reveal-left.visible,
  .reveal-right.visible {
    transform: translateY(0);
  }

  .cursor-cap,
  .cursor-ring {
    display: none !important;
  }

  .nav {
    height: 64px;
    padding: 0 1rem;
    background: rgba(10, 26, 18, 0.76);
    border-bottom: 1px solid rgba(227, 180, 60, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .nav.scrolled {
    height: 58px;
  }

  .nav-logo {
    font-size: 0.92rem;
    letter-spacing: 0.38em;
    text-indent: 0.38em;
  }

  .nav-left,
  .nav-right {
    gap: 0.1rem;
  }

  .nav-icon-btn,
  .hamburger {
    width: 44px;
    height: 44px;
  }

  .hamburger {
    gap: 5px;
    padding: 11px;
  }

  .hamburger span {
    width: 21px;
  }

  .cart-count {
    top: 4px;
    right: 4px;
  }

  .hero {
    min-height: 640px;
    height: 100svh;
  }

  .hero-video-vignette {
    background: linear-gradient(180deg, rgba(10,26,18,0.22), rgba(10,26,18,0.82) 72%, rgba(10,26,18,0.96));
  }

  .hero-content {
    padding: 0 1.5rem;
    max-width: 100%;
  }

  .hero-scroll-indicator { display: none; }

  .hero-title {
    font-size: clamp(2.2rem, 11vw, 3.5rem);
    line-height: 1.05;
  }

  .hero-notes-row { display: none; }


  .hero-subtitle,
  .hero-sub {
    font-size: 0.88rem;
    line-height: 1.65;
  }
  .hero-actions,
  .hero-ctas {
    gap: 0.75rem;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-ghost,
  .btn-hero-primary,
  .btn-hero-ghost {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .overlay-menu {
    overflow-y: auto;
  }

  .overlay-close,
  .search-close {
    top: 1rem;
    right: 1rem;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .overlay-menu-inner {
    min-height: 100svh;
    height: auto;
    padding: 5rem 1.25rem 2.5rem;
  }

  .overlay-nav {
    width: 100%;
    gap: 0.55rem;
  }

  .overlay-nav-item {
    width: 100%;
    min-height: 44px;
    justify-content: center;
    font-size: clamp(1.35rem, 7vw, 1.9rem);
  }

  .overlay-nav-item[data-num]::before {
    width: 1.5rem;
    font-size: 0.5rem;
  }

  .search-overlay {
    padding: 5rem 1rem 2rem;
  }

  .search-form {
    gap: 0.75rem;
    padding-bottom: 0.8rem;
  }

  .search-form button {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
/* Hero: natural height on mobile — no fixed viewport lock */
  .hero {
    height: auto;
    min-height: unset;
    overflow: visible;
  }
  .hero-bg {
    height: 100%;
    min-height: 320px;
    position: absolute;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    padding-top: calc(70px + var(--flash-tagline-height) + var(--ann-height) + 12px);
    padding-left: 1rem;   /* matches desktop side padding feel */
    padding-right: 1rem;
  }

  .hero-grid-banner {
    grid-column: 1;
    grid-row: 1;
    overflow: hidden;          /* keeps border-radius clipping active */
    border-radius: 16px;       /* same as desktop */
  }

  /* Full image visible — no cropping, scales to container width */
  .hero-banner-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center top;
    display: block;
  }

  /* Disable side pseudo overlays on mobile (left vignette not needed) */
  .hero-grid-banner::before {
    display: none;
  }
  /* Keep subtle bottom fade for text transition */
  .hero-grid-banner::after {
    height: 30%;
  }

  .hero-grid-text {
    grid-column: 1;
    grid-row: 2;
    padding: 1.5rem 1rem 2.5rem 1rem;
  }
  .hero-grid-empty {
    display: none;
  }
}

@media (max-width: 550px) {
  .hero-actions,
  .hero-ctas {
    width: 100%;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-ghost,
  .btn-hero-primary,
  .btn-hero-ghost {
    width: 100%;
    text-align: center;
  }
}

.search-results {
  width: 100%;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.search-result-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem;
  border-bottom: 1px solid var(--border);
  transition: background 0.2s;
  color: var(--ivory);
}
.search-result-item:hover { background: var(--surface); }
.search-result-item img {
  width: 44px; height: 56px;
  object-fit: cover;
  border-radius: 2px;
  flex-shrink: 0;
}
.search-result-item div { flex: 1; }
.search-result-item strong { display: block; font-size: 0.9rem; }
.search-result-item span { font-size: 0.72rem; color: var(--ivory-ghost); }
.search-result-price {
  font-family: var(--ff-display);
  color: var(--gold);
  white-space: nowrap;
}

/* ── Nav inner layout (.nav has display:flex but .nav-inner wrapper is missing CSS) ── */
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.nav-logo {
  font-family: var(--ff-cinzel);
  font-size: 1.2rem;
  letter-spacing: 0.55em;
  color: var(--ivory);
  font-weight: 500;
  text-indent: 0.55em; /* optical centering of letter-spacing */
  transition: color 0.3s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.nav-logo:hover { color: var(--gold); }
.nav-left, .nav-right {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}



/* Mobile overlay menu refinement */
@media (max-width: 640px) {
  .overlay-menu {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .overlay-menu-inner {
    min-height: 100%;
    padding: 4.75rem 1rem 2rem;
    justify-content: flex-start;
  }

  .overlay-nav {
    width: 100%;
    max-width: 100%;
    gap: 0.62rem;
    align-items: stretch;
  }

  .overlay-nav-item {
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: 2.4rem minmax(0, 1fr) 2.4rem;
    align-items: center;
    justify-items: center;
    gap: 0.35rem;
    padding: 0;
    font-size: clamp(1.45rem, 7vw, 2.15rem);
    line-height: 1.08;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .overlay-nav-item[data-num]::before {
    position: static;
    grid-column: 1;
    justify-self: end;
    transform: none;
    font-size: 0.48rem;
    letter-spacing: 0.14em;
    margin-top: 0.15rem;
  }

  .overlay-nav-item-consult {
    display: flex;
    justify-content: center;
    width: min(100%, 25rem);
    margin: 1.1rem auto 0;
    padding: 1rem 1.2rem;
    border-radius: 999px;
    font-size: clamp(0.95rem, 5.2vw, 1.45rem);
    line-height: 1.15;
    letter-spacing: 0.12em;
    text-align: center;
  }

  .overlay-nav-item-consult::before {
    display: none !important;
  }

  .overlay-trust-list {
    width: min(100%, 26rem);
    margin: 1.55rem auto 0;
    padding-top: 1rem;
    font-size: 0.78rem;
    line-height: 1.45;
  }
}

@media (max-width: 380px) {
  .overlay-nav-item {
    font-size: clamp(1.28rem, 6.8vw, 1.85rem);
    grid-template-columns: 1.8rem minmax(0, 1fr) 1.8rem;
  }

  .overlay-nav-item-consult {
    font-size: 0.95rem;
    letter-spacing: 0.1em;
  }
}

/* Mobile overlay menu: left aligned premium navigation */
@media (max-width: 640px) {
  .overlay-nav {
    align-items: flex-start;
    padding: 0 1.15rem;
  }

  .overlay-nav-item {
    grid-template-columns: 2rem minmax(0, 1fr);
    justify-items: start;
    column-gap: 0.85rem;
    font-size: clamp(1.55rem, 6.6vw, 2.05rem);
    line-height: 1.12;
    text-align: left;
  }

  .overlay-nav-item[data-num]::before {
    justify-self: start;
    align-self: start;
    padding-top: 0.38rem;
  }

  .overlay-nav-item-consult {
    width: auto;
    max-width: calc(100% - 2.3rem);
    margin: 1.1rem 0 0 1.15rem;
    padding: 0.82rem 1.05rem;
    justify-content: flex-start;
    font-size: clamp(0.76rem, 3.25vw, 0.92rem);
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-align: left;
  }

  .overlay-trust-list {
    margin-left: 1.15rem;
    margin-right: 1.15rem;
    width: auto;
  }
}

@media (max-width: 380px) {
  .overlay-nav {
    padding: 0 0.9rem;
  }

  .overlay-nav-item {
    grid-template-columns: 1.65rem minmax(0, 1fr);
    column-gap: 0.7rem;
    font-size: clamp(1.34rem, 6.4vw, 1.75rem);
  }

  .overlay-nav-item-consult {
    max-width: calc(100% - 1.8rem);
    margin-left: 0.9rem;
    font-size: 0.72rem;
  }

  .overlay-trust-list {
    margin-left: 0.9rem;
    margin-right: 0.9rem;
  }
}


/* ---- PRODUCT KEY INGREDIENTS CAROUSEL ---- */
.key-ingredients-carousel {
  position: relative;
  width: min(1320px, calc(100% - 48px));
  margin: clamp(22px, 4vw, 52px) auto clamp(26px, 4vw, 56px);
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(235, 184, 58, .14);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(5, 29, 18, .88), rgba(3, 20, 13, .95));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .2);
  overflow: hidden;
}

.key-ingredients-carousel::before {
  display: none;
}

.key-carousel-kicker {
  position: relative;
  z-index: 1;
  margin: 0 0 clamp(18px, 2vw, 24px);
  color: var(--gold);
  font-family: var(--font-accent);
  font-size: .78rem;
  letter-spacing: .34em;
  text-transform: uppercase;
}

.key-carousel-shell {
  position: relative;
  z-index: 1;
  padding: clamp(18px, 3vw, 34px) clamp(48px, 6vw, 88px);
  border-radius: 22px;
  background: rgba(0, 0, 0, .08);
}

.key-carousel-track {
  position: relative;
  min-height: clamp(440px, calc(100vh - 235px), 590px);
}

.key-carousel-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, .78fr);
  align-items: center;
  gap: clamp(34px, 7vw, 112px);
  opacity: 0;
  visibility: hidden;
  transform: translateX(18px) scale(.985);
  transition: opacity .55s ease, transform .65s cubic-bezier(.2, .8, .2, 1), visibility .55s ease;
}

.key-carousel-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) scale(1);
  position: relative;
}

.key-slide-media {
  position: relative;
  aspect-ratio: 4 / 5;
  height: min(100%, calc(100vh - 205px));
  max-height: 600px;
  border-radius: 24px;
  padding: clamp(8px, 1.2vw, 14px);
  background: rgba(246, 238, 213, .94);
  box-shadow: 0 22px 54px rgba(0, 0, 0, .2);
  overflow: hidden;
}

.key-slide-media::after {
  display: none;
}

.key-slide-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 18px;
  display: block;
}

.key-slide-copy {
  position: relative;
  max-width: 440px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.key-slide-count,
.key-slide-eyebrow,
.key-slide-mood,
.key-slide-notes span {
  color: var(--gold);
  font-family: var(--font-accent);
  letter-spacing: .26em;
  text-transform: uppercase;
}

.key-slide-count {
  display: inline-block;
  margin-bottom: 16px;
  font-size: .72rem;
  opacity: .78;
}

.key-slide-eyebrow {
  margin: 0 0 14px;
  font-size: .78rem;
}

.key-slide-summary {
  margin: 0;
  color: var(--ivory);
  font-family: var(--font-body);
  font-size: clamp(1.02rem, 1.16vw, 1.18rem);
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: .01em;
  text-align: left;
  max-width: 360px;
}

.key-slide-body {
  margin: 18px 0 0;
  color: rgba(245, 241, 231, .78);
  font-size: clamp(.98rem, 1.25vw, 1.1rem);
  line-height: 1.65;
}

.key-slide-notes {
  display: grid;
  gap: 8px;
  margin: 20px 0 0;
}

.key-slide-notes div {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 16px;
  align-items: baseline;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(235, 184, 58, .14);
}

.key-slide-notes span {
  font-size: .64rem;
}

.key-slide-notes strong {
  color: rgba(245, 241, 231, .9);
  font-weight: 400;
  line-height: 1.55;
}

.key-slide-mood {
  margin: 18px 0 0;
  font-size: .68rem;
  opacity: .78;
}

.key-carousel-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
  border: 1px solid rgba(235, 184, 58, .26);
  border-radius: 999px;
  background: rgba(6, 31, 20, .46);
  color: transparent;
  cursor: pointer;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

.key-carousel-nav::before {
  content: "";
  position: absolute;
  inset: 15px;
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
}

.key-carousel-prev { left: 14px; }
.key-carousel-next { right: 14px; }
.key-carousel-prev::before { transform: rotate(-135deg); }
.key-carousel-next::before { transform: rotate(45deg); }

.key-carousel-nav:hover {
  transform: translateY(-50%) scale(1.06);
  background: rgba(235, 184, 58, .12);
  border-color: rgba(235, 184, 58, .48);
}

.key-carousel-dots {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 18px;
}

.key-carousel-dots button {
  width: 30px;
  height: 2px;
  border: 0;
  border-radius: 999px;
  background: rgba(245, 241, 231, .22);
  cursor: pointer;
  transition: width .25s ease, background .25s ease;
}

.key-carousel-dots button.is-active {
  width: 46px;
  background: var(--gold);
}

@media (max-width: 900px) {
  .key-ingredients-carousel {
    width: min(100% - 28px, 620px);
    margin-top: 48px;
    padding: 16px;
    border-radius: 26px;
  }

  .key-carousel-shell {
    padding: 16px 14px 18px;
    border-radius: 22px;
  }

  .key-carousel-track {
    min-height: 0;
  }

  .key-carousel-slide,
  .key-carousel-slide.is-active {
    position: relative;
    display: none;
    grid-template-columns: 1fr;
    gap: 18px;
    transform: none;
  }

  .key-carousel-slide.is-active {
    display: grid;
  }

  .key-slide-media {
    border-radius: 22px;
  }

  .key-slide-copy {
    max-width: none;
    padding: 22px;
    border-radius: 22px;
  }

  .key-slide-copy h2 {
    font-size: clamp(2rem, 11vw, 3.3rem);
  }

  .key-slide-notes div {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .key-carousel-nav {
    top: calc((100vw - 60px) * 1.2 / 2);
    width: 42px;
    height: 42px;
  }

  .key-carousel-prev { left: 10px; }
  .key-carousel-next { right: 10px; }
}

