/* SCENTELLE â€” premium attar storefront */
:root {
  /* logo-derived brand palette */
  --brand-magenta: #d81b74;
  --brand-magenta-soft: #ef5fa0;
  --brand-plum: #6d2f5e;
  --brand-gold: #e2bd62;
  --brand-aqua: #a9d6d1;
  --brand-blush: #e9aeba;
  --bg: #090909;
  --bg-soft: #0e0e0f;
  --surface: #141313;
  --surface-2: #191716;
  --ink: #f3eee5;
  --muted: #9e978d;
  --muted-2: #6f6961;
  --gold: #c9a45f;
  --gold-light: var(--brand-gold);
  --rose: #641722;
  --line: rgba(243, 238, 229, 0.1);
  --gold-line: rgba(226, 189, 98, 0.32);
  --accent-line: rgba(216, 27, 116, 0.34);
  /* component knobs */
  --carousel-h: clamp(300px, 46svh, 540px);
  --marquee-duration: 34s;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --shell: 1440px;
  --pad: clamp(20px, 4.5vw, 72px);
  --ease: cubic-bezier(0.19, 1, 0.22, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.is-loading, body.is-locked { overflow: hidden; }
img, video, svg { display: block; max-width: 100%; }
button, input { font: inherit; }
button { border: 0; color: inherit; background: none; cursor: pointer; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
::selection { color: #0a0a0a; background: var(--gold-light); }
:focus-visible { outline: 1px solid var(--gold-light); outline-offset: 4px; }
[hidden] { display: none !important; }

.shell { width: min(100%, var(--shell)); margin-inline: auto; padding-inline: var(--pad); }
.section { padding-block: clamp(84px, 10vw, 150px); }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 3000; top: 12px; left: 12px;
  padding: 10px 16px; color: #090909; background: var(--ink);
  transform: translateY(-150%); transition: transform 0.25s;
}
.skip-link:focus { transform: none; }

/* loader */
.loader {
  position: fixed; inset: 0; z-index: 2500;
  display: grid; place-items: center;
  background: #080808;
  transition: transform 1s var(--ease) 0.15s, visibility 1s;
}
.loader.is-done { transform: translateY(-101%); visibility: hidden; }
.loader__content { display: flex; align-items: center; gap: 18px; }
.loader__brand {
  font-family: var(--serif); font-size: 1.45rem; line-height: 1;
  letter-spacing: 0.18em; text-transform: uppercase;
}
.loader__track { position: relative; width: clamp(90px, 17vw, 210px); height: 1px; background: var(--line); }
.loader__track i { position: absolute; inset: 0 auto 0 0; width: 0; background: var(--gold); transition: width 0.18s linear; }
.loader__number { min-width: 25px; color: var(--muted); font-size: 0.61rem; letter-spacing: 0.14em; }

/* announcement + navigation */
.announcement {
  position: fixed; z-index: 1002; top: 0; left: 0; right: 0; height: 30px;
  display: flex; align-items: center; justify-content: center; gap: 18px;
  border-bottom: 1px solid rgba(243, 238, 229, 0.06);
  color: rgba(243, 238, 229, 0.68); background: rgba(7, 7, 7, 0.96);
  font-size: 0.54rem; font-weight: 500; letter-spacing: 0.19em; text-transform: uppercase;
}
.announcement i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }
.page-progress {
  position: fixed; z-index: 1005; top: 0; left: 0; width: 100%; height: 1px;
  background: var(--brand-magenta); transform: scaleX(0); transform-origin: left;
}
.nav {
  position: fixed; z-index: 1000; top: 1px; left: 0; right: 0;
  min-height: 78px; padding: 0 var(--pad);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  border-bottom: 1px solid transparent;
  transition: min-height 0.5s var(--ease), background 0.5s, border-color 0.5s;
}
.nav.is-scrolled {
  min-height: 64px; border-color: var(--line);
  background: rgba(9, 9, 9, 0.82); backdrop-filter: blur(18px) saturate(130%);
}
.brand { display: inline-flex; align-items: center; gap: 11px; flex: none; }
/* min-width/min-height reserve the box so a failed load leaves a gap, not a collapsed row */
.brand__mark {
  flex: none; width: 34px; height: 46px; min-width: 34px; min-height: 46px;
  object-fit: contain;
}
.brand__name {
  font-family: var(--serif); font-size: clamp(1.5rem, 2.1vw, 1.95rem); font-weight: 400;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--brand-aqua);
}
.nav__links { display: flex; align-items: center; gap: clamp(24px, 3vw, 48px); }
.nav__links a {
  position: relative; color: rgba(243, 238, 229, 0.65);
  font-size: 0.58rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase;
  transition: color 0.35s;
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -8px; height: 1px;
  background: var(--brand-magenta); transform: scaleX(0); transform-origin: right; transition: transform 0.45s var(--ease);
}
.nav__links a:hover { color: var(--ink); }
.nav__links a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav__actions { display: flex; align-items: center; gap: 14px; }
.bag-button {
  display: inline-flex; align-items: center; gap: 10px; padding: 11px 17px;
  border: 1px solid var(--gold-line); color: var(--ink);
  font-size: 0.58rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase;
  transition: color 0.35s, background 0.35s, border-color 0.35s;
}
.bag-button:hover { color: #0a0a0a; background: var(--gold-light); border-color: var(--gold-light); }
.bag-button span {
  display: grid; place-items: center; min-width: 17px; height: 17px; padding: 0 4px;
  border-radius: 20px; color: #090909; background: var(--gold-light); font-size: 0.5rem;
}
.menu-button { display: none; width: 38px; height: 38px; position: relative; }
.menu-button span { position: absolute; left: 9px; width: 20px; height: 1px; background: var(--ink); transition: transform 0.4s var(--ease), top 0.4s var(--ease); }
.menu-button span:first-child { top: 15px; }
.menu-button span:last-child { top: 22px; }
.menu-button.is-open span:first-child { top: 19px; transform: rotate(45deg); }
.menu-button.is-open span:last-child { top: 19px; transform: rotate(-45deg); }

/* shared type + motion */
.kicker {
  display: inline-flex; align-items: center; gap: 12px;
  color: var(--gold-light); font-size: 0.58rem; font-weight: 500;
  letter-spacing: 0.28em; text-transform: uppercase;
}
.kicker i { width: 32px; height: 1px; background: currentColor; opacity: 0.6; }
.kicker--center { justify-content: center; }
.section-index { display: block; color: var(--brand-aqua); opacity: 0.62; font-size: 0.56rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); font-weight: 300; }
em { color: var(--brand-blush); font-weight: inherit; }
.text-link {
  display: inline-flex; align-items: center; gap: 13px; padding-bottom: 5px;
  border-bottom: 1px solid var(--gold-line); color: var(--ink);
  font-size: 0.62rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase;
}
.text-link span { color: var(--gold); transition: transform 0.35s var(--ease); }
.text-link:hover span { transform: translate(3px, -3px); }
.button {
  min-height: 48px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.59rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  transition: background 0.4s, color 0.4s, border-color 0.4s, transform 0.4s var(--ease);
}
.button:hover { transform: translateY(-2px); }
.button--outline { border: 1px solid var(--gold-line); }
.button--outline:hover { color: #090909; background: var(--gold-light); border-color: var(--gold-light); }
.button--solid { color: #090909; background: var(--gold-light); }
.button--solid:hover { background: var(--ink); }
.button--full { width: 100%; }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity 0.85s var(--ease), transform 0.85s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }

/* hero â€” one video, directly scrubbed by scroll */
.hero { position: relative; height: 330svh; background: #050505; }
.hero__sticky { position: sticky; top: 0; height: 100svh; min-height: 0; overflow: hidden; isolation: isolate; }
.hero__video {
  position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center center;
  /* Fixed scale: never animate the video itself, or seeking resamples and jitters. */
  transform: translateZ(0) scale(1.03);
  transform-origin: center;
  backface-visibility: hidden;
  opacity: 0;
  transition: opacity 0.6s var(--ease);
}
.hero__video.is-ready { opacity: 1; }
/* Frame-sequence hero. Sits exactly where the video sat. */
.hero__canvas {
  position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%;
  transform: translateZ(0) scale(1.03);
  transform-origin: center;
  backface-visibility: hidden;
  opacity: 0;
  transition: opacity 0.6s var(--ease);
}
.hero__canvas.is-ready { opacity: 1; }
.hero__video.is-hidden, .hero__canvas.is-hidden { display: none; }
.hero__shade {
  position: absolute; z-index: 1; inset: 0;
  background:
    radial-gradient(80% 82% at 50% 44%, transparent 32%, rgba(5, 5, 5, 0.42) 80%, rgba(5, 5, 5, 0.82) 100%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.75) 0%, rgba(5, 5, 5, 0.14) 38%, rgba(5, 5, 5, 0.08) 62%, rgba(5, 5, 5, 0.55) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.45) 0%, transparent 28%, transparent 62%, rgba(5, 5, 5, 0.88) 100%);
  pointer-events: none;
}
.hero__intro {
  position: absolute; z-index: 3; left: var(--pad); bottom: clamp(80px, 11vh, 132px);
  width: min(530px, calc(100% - 40px)); will-change: transform, opacity;
}
.hero__intro h1 { margin: 22px 0 24px; font-size: clamp(4rem, 7.3vw, 8rem); line-height: 0.81; letter-spacing: -0.045em; }
.hero__intro h1 em { display: inline-block; font-size: 0.72em; }
.hero__intro p { max-width: 44ch; margin-bottom: 30px; color: rgba(243, 238, 229, 0.67); font-size: 0.86rem; }
.hero__wordmark {
  position: absolute; z-index: 2; left: 50%; top: 50%; width: 100%;
  transform: translate3d(-50%, -40%, 0) scale(0.94);
  color: rgba(243, 238, 229, 0.055); -webkit-text-stroke: 1px rgba(243, 238, 229, 0.2);
  font-family: var(--serif); font-size: clamp(5rem, 15vw, 15rem); font-weight: 300;
  line-height: 0.8; letter-spacing: 0.07em; text-align: center; text-transform: uppercase;
  opacity: 0; white-space: nowrap; user-select: none; pointer-events: none; will-change: opacity, transform;
}
.hero__end {
  position: absolute; z-index: 3; left: 50%; bottom: clamp(62px, 9vh, 105px); width: min(630px, calc(100% - 40px));
  text-align: center; transform: translate3d(-50%, 30px, 0); opacity: 0; will-change: transform, opacity;
}
.hero__end h2 { margin: 16px 0 14px; font-size: clamp(3rem, 5.8vw, 6.2rem); line-height: 0.84; letter-spacing: -0.04em; }
.hero__end p { color: rgba(243, 238, 229, 0.62); font-size: 0.78rem; }
.hero__timeline {
  position: absolute; z-index: 4; right: var(--pad); top: 50%; transform: translateY(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  color: rgba(243, 238, 229, 0.48); font-size: 0.49rem; letter-spacing: 0.12em;
}
.hero__timeline b { position: relative; width: 1px; height: 120px; background: rgba(243, 238, 229, 0.16); overflow: hidden; }
.hero__timeline b i { position: absolute; inset: 0; background: var(--brand-magenta); transform: scaleY(0); transform-origin: top; }
.hero__scroll {
  position: absolute; z-index: 4; left: 50%; bottom: 24px; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: rgba(243, 238, 229, 0.44); font-size: 0.48rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase;
}
.hero__scroll i { position: relative; width: 1px; height: 30px; background: rgba(243, 238, 229, 0.14); overflow: hidden; }
.hero__scroll i::after { content: ""; position: absolute; top: -50%; left: 0; width: 1px; height: 50%; background: var(--gold); animation: scrollLine 2.1s ease-in-out infinite; }
@keyframes scrollLine { to { transform: translateY(90px); } }

/* benefit rail */
.benefits {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-soft);
}
.benefit { min-height: 132px; padding: 28px clamp(18px, 3vw, 44px); display: flex; align-items: center; gap: 17px; border-right: 1px solid var(--line); }
.benefit:last-child { border-right: 0; }
.benefit > span { color: var(--brand-magenta-soft); font-family: var(--serif); font-size: 1rem; }
.benefit strong { display: block; margin-bottom: 3px; font-family: var(--serif); font-size: 1.15rem; font-weight: 400; }
.benefit p { color: var(--muted-2); font-size: 0.72rem; }

/* manifesto */
.manifesto {
  padding-block: clamp(90px, 12vw, 180px);
  display: grid; grid-template-columns: 120px minmax(0, 1.2fr) minmax(260px, 0.7fr); gap: clamp(28px, 5vw, 82px); align-items: start;
}
.manifesto__title h2 { max-width: 820px; margin-top: 22px; font-size: clamp(3rem, 5.6vw, 6.6rem); line-height: 0.92; letter-spacing: -0.045em; }
.manifesto__copy { padding-top: 46px; }
.manifesto__copy p { color: var(--muted); font-size: clamp(0.9rem, 1.2vw, 1.05rem); }
.manifesto__copy p + p { margin-top: 20px; }

/* section heading */
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 45px; }
.section-head h2 { margin-top: 16px; font-size: clamp(3rem, 5vw, 5.6rem); line-height: 0.9; letter-spacing: -0.04em; }
.section-head__aside { max-width: 390px; text-align: right; }
.section-head__aside p, .section-head__copy { color: var(--muted); font-size: 0.82rem; }
.section-head__aside span { display: block; margin-top: 14px; color: var(--gold); font-size: 0.54rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; }
.section-head__copy { max-width: 390px; }
.section-head--center { display: block; text-align: center; }

/* collection */
.collection { border-top: 1px solid var(--line); background: linear-gradient(180deg, #0c0c0d, #090909 65%); }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.filter {
  display: inline-flex; align-items: center; gap: 9px; min-height: 39px; padding: 0 17px;
  border: 1px solid var(--line); border-radius: 50px; color: var(--muted);
  font-size: 0.54rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
  transition: color 0.35s, background 0.35s, border-color 0.35s;
}
.filter b { color: var(--muted-2); font-size: 0.48rem; font-weight: 500; }
.filter:hover { color: var(--ink); border-color: var(--gold-line); }
.filter.is-active { color: #0a0a0a; background: var(--brand-magenta); border-color: var(--brand-magenta); }
.filter.is-active b { color: rgba(9, 9, 9, 0.58); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(12px, 1.7vw, 25px); align-items: start; }
.product-shell { min-width: 0; perspective: 1100px; }
.product-shell[hidden] { display: none; }
.product-card {
  --rx: 0deg; --ry: 0deg; --mx: 50%; --my: 35%;
  position: relative; overflow: hidden; border: 1px solid var(--line); background: var(--surface);
  transform: perspective(1050px) rotateX(var(--rx)) rotateY(var(--ry)); transform-style: preserve-3d;
  transition: transform 0.55s var(--ease), border-color 0.45s, box-shadow 0.55s var(--ease);
}
.product-card::after {
  content: ""; position: absolute; z-index: 5; inset: 0; pointer-events: none;
  background: radial-gradient(330px circle at var(--mx) var(--my), rgba(215, 188, 133, 0.13), transparent 42%);
  opacity: 0; transition: opacity 0.35s;
}
.product-card.is-moving { transition-duration: 0.08s, 0.35s, 0.35s; transition-timing-function: linear, ease, ease; }
.product-card:hover, .product-card:focus-within { border-color: var(--gold-line); box-shadow: 0 30px 70px -35px #000; }
.product-card:hover::after, .product-card.is-moving::after { opacity: 1; }
.product-card__media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: #101010; }
.product-card__media::after { content: ""; position: absolute; z-index: 1; inset: 45% 0 0; background: linear-gradient(transparent, rgba(9, 9, 9, 0.56)); pointer-events: none; }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.025); transition: transform 0.9s var(--ease); }
.product-card:hover .product-card__media img { transform: scale(1.075); }
.product-card__index { position: absolute; z-index: 3; top: 13px; left: 13px; color: rgba(243, 238, 229, 0.56); font-family: var(--serif); font-size: 0.8rem; letter-spacing: 0.08em; }
.product-card__badge { position: absolute; z-index: 3; top: 12px; right: 12px; padding: 5px 9px; color: #0a0a0a; background: var(--brand-magenta); font-size: 0.45rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.product-card__badge--dark { color: var(--ink); background: rgba(9, 9, 9, 0.76); backdrop-filter: blur(8px); }
.product-card__view {
  position: absolute; z-index: 3; left: 12px; right: 12px; bottom: 12px; min-height: 39px;
  border: 1px solid rgba(243, 238, 229, 0.25); color: var(--ink); background: rgba(9, 9, 9, 0.72); backdrop-filter: blur(10px);
  font-size: 0.52rem; font-weight: 600; letter-spacing: 0.17em; text-transform: uppercase;
  transform: translateY(calc(100% + 14px)); transition: transform 0.48s var(--ease), background 0.35s;
}
.product-card:hover .product-card__view, .product-card:focus-within .product-card__view { transform: none; }
.product-card__view:hover { background: rgba(226, 189, 98, 0.88); }
.product-card__body { padding: 18px 17px 17px; }
.product-card__meta { display: flex; justify-content: space-between; gap: 10px; color: var(--gold); font-size: 0.48rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; }
.product-card h3 { margin: 8px 0 7px; font-size: clamp(1.35rem, 1.8vw, 1.7rem); line-height: 1; }
.product-card__rating { display: flex; align-items: center; gap: 7px; color: var(--gold-light); font-size: 0.62rem; }
.product-card__rating span { color: var(--muted-2); font-size: 0.54rem; }
.product-card__footer { margin-top: 14px; padding-top: 13px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.product-card__price { font-family: var(--serif); font-size: 1.08rem; white-space: nowrap; }
.product-card__price s { margin-right: 6px; color: var(--muted-2); font-family: var(--sans); font-size: 0.66rem; }
.product-card__add { min-height: 34px; padding: 0 12px; border: 1px solid var(--gold-line); color: var(--gold-light); font-size: 0.49rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; transition: color 0.3s, background 0.3s; }
.product-card__add:hover { color: #090909; background: var(--gold-light); }
.product-card__add:disabled { opacity: 0.35; cursor: not-allowed; }

/* craft â€” bounded two-column composition, no sticky void */
.craft { padding-block: clamp(90px, 11vw, 160px); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.82fr); gap: clamp(45px, 7vw, 110px); align-items: center; }
.craft__visual { position: relative; min-width: 0; aspect-ratio: 1.08 / 1; overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
.craft__visual > video { width: 100%; height: 100%; object-fit: cover; }
.craft__visual-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(8, 8, 8, 0.72)); pointer-events: none; }
.craft__caption { position: absolute; left: 20px; bottom: 18px; color: rgba(243, 238, 229, 0.62); font-size: 0.5rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; }
.craft__inset { position: absolute; right: 20px; bottom: 20px; width: clamp(120px, 25%, 190px); border: 1px solid rgba(243, 238, 229, 0.16); background: #0a0a0a; }
.craft__inset img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.craft__inset figcaption { padding: 8px 10px; color: var(--muted); font-size: 0.47rem; letter-spacing: 0.14em; text-transform: uppercase; }
.craft__copy h2 { margin: 22px 0; font-size: clamp(3rem, 5vw, 5.8rem); line-height: 0.9; letter-spacing: -0.04em; }
.craft__copy > p { color: var(--muted); max-width: 55ch; font-size: 0.86rem; }
.craft__copy > .kicker { margin-top: 26px; }
.process { margin-top: 34px; border-top: 1px solid var(--line); }
.process li { display: grid; grid-template-columns: 38px 1fr; gap: 10px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.process li > span { color: var(--brand-magenta-soft); font-family: var(--serif); }
.process strong { font-family: var(--serif); font-size: 1.1rem; font-weight: 400; }
.process p { color: var(--muted-2); font-size: 0.7rem; }
.craft__stats { margin-top: 26px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.craft__stats div { padding-right: 10px; border-right: 1px solid var(--line); }
.craft__stats div:last-child { border-right: 0; }
.craft__stats strong { display: block; color: var(--gold-light); font-family: var(--serif); font-size: 2rem; font-weight: 300; line-height: 1; }
.craft__stats span { color: var(--muted-2); font-size: 0.46rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; }

/* notes */
.notes { border-top: 1px solid var(--line); background: var(--bg-soft); }
.note-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 2vw, 28px); }
.note-card { position: relative; min-height: 610px; overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
.note-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.15s var(--ease); }
.note-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8, 8, 8, 0.08), rgba(8, 8, 8, 0.08) 38%, rgba(8, 8, 8, 0.88) 100%); }
.note-card__number { position: absolute; top: 17px; left: 18px; color: var(--brand-magenta-soft); font-family: var(--serif); }
.note-card > div { position: absolute; left: 24px; right: 24px; bottom: 24px; }
.note-card small { color: var(--gold-light); font-size: 0.5rem; font-weight: 500; letter-spacing: 0.17em; text-transform: uppercase; }
.note-card h3 { margin: 8px 0 10px; font-size: clamp(2.7rem, 4vw, 4.2rem); line-height: 0.85; }
.note-card > div > span { color: rgba(243, 238, 229, 0.62); font-size: 0.54rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; }
.note-card:hover img { transform: scale(1.06); }

/* ritual + gifting */
.ritual { padding-block: clamp(90px, 11vw, 160px); display: grid; grid-template-columns: 0.75fr 1.25fr; gap: clamp(45px, 8vw, 130px); align-items: end; }
.ritual__head h2 { margin-top: 18px; font-size: clamp(3.3rem, 5vw, 5.8rem); line-height: 0.88; letter-spacing: -0.04em; }
.ritual__steps { border-top: 1px solid var(--line); }
.ritual__steps article { display: grid; grid-template-columns: 50px 110px 1fr; gap: 18px; align-items: baseline; padding: 22px 0; border-bottom: 1px solid var(--line); }
.ritual__steps article > span { color: var(--gold); font-family: var(--serif); }
.ritual__steps h3 { font-size: 1.5rem; }
.ritual__steps p { color: var(--muted); font-size: 0.78rem; }
.gift { padding-bottom: clamp(90px, 12vw, 180px); display: grid; grid-template-columns: 1.1fr 0.9fr; align-items: stretch; }
.gift__media { min-height: 560px; overflow: hidden; }
.gift__media img { width: 100%; height: 100%; object-fit: cover; }
.gift__copy { padding: clamp(38px, 6vw, 85px); display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--line); background: var(--surface); }
.gift__copy .kicker { margin-top: 24px; }
.gift__copy h2 { margin: 20px 0; font-size: clamp(3rem, 4.5vw, 5.2rem); line-height: 0.9; letter-spacing: -0.04em; }
.gift__copy p { margin-bottom: 30px; color: var(--muted); font-size: 0.82rem; }
.gift__copy .button { align-self: flex-start; }

/* reviews */
.reviews { border-top: 1px solid var(--line); background: linear-gradient(180deg, #0c0b0b, #090909); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.review-grid figure { min-height: 330px; padding: clamp(28px, 4vw, 55px); display: flex; flex-direction: column; background: var(--bg-soft); }
.stars { color: var(--gold); font-size: 0.67rem; letter-spacing: 0.15em; }
.review-grid blockquote { flex: 1; margin: 30px 0; color: var(--brand-blush); font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 1.75rem); font-weight: 300; line-height: 1.28; }
.review-grid figcaption { color: var(--ink); font-size: 0.58rem; font-weight: 500; letter-spacing: 0.13em; text-transform: uppercase; }
.review-grid figcaption span { margin-left: 7px; color: var(--muted-2); }

/* newsletter + footer */
.newsletter { padding-block: clamp(70px, 8vw, 110px); display: grid; grid-template-columns: 1fr 0.85fr; gap: 50px; align-items: end; border-top: 1px solid var(--line); }
.newsletter h2 { margin-top: 12px; font-size: clamp(2.8rem, 4.6vw, 5rem); line-height: 0.9; }
.newsletter__form > div { display: flex; border-bottom: 1px solid var(--gold-line); }
.newsletter__form input { min-width: 0; flex: 1; padding: 15px 2px; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 0.8rem; }
.newsletter__form input::placeholder { color: var(--muted-2); }
.newsletter__form button { padding: 0 5px 0 22px; color: var(--gold-light); font-size: 0.59rem; font-weight: 600; letter-spacing: 0.17em; text-transform: uppercase; }
.newsletter__form p { min-height: 23px; margin-top: 8px; color: var(--muted); font-size: 0.67rem; }
.newsletter__form p.is-success { color: #8fa884; }
.newsletter__form p.is-error { color: #c98080; }
.footer { padding-top: clamp(65px, 8vw, 110px); border-top: 1px solid var(--line); background: #070707; overflow: hidden; }
.footer__top { display: grid; grid-template-columns: 1.6fr repeat(4, 0.7fr); gap: clamp(26px, 3.4vw, 56px); }
.footer__brand p { max-width: 370px; margin-top: 22px; color: var(--muted); font-size: 0.76rem; }
.footer__column { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer__column strong { margin-bottom: 8px; color: var(--gold-light); font-size: 0.52rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; }
.footer__column a, .footer__column span { color: var(--muted); font-size: 0.7rem; transition: color 0.3s; }
.footer__column a:hover { color: var(--ink); }
.footer__word { margin: 90px 0 20px; font-family: var(--serif); font-size: clamp(7rem, 22vw, 21rem); font-weight: 300; line-height: 0.5; letter-spacing: -0.04em; text-align: center; color: rgba(243, 238, 229, 0.035); user-select: none; }
.footer__bottom { min-height: 70px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid var(--line); color: var(--muted-2); font-size: 0.5rem; font-weight: 500; letter-spacing: 0.13em; text-transform: uppercase; }

/* cart */
.overlay { position: fixed; z-index: 1190; inset: 0; background: rgba(0, 0, 0, 0.7); opacity: 0; backdrop-filter: blur(5px); transition: opacity 0.35s; }
.overlay.is-visible { opacity: 1; }
.cart {
  position: fixed; z-index: 1200; top: 0; right: 0; width: min(460px, 100%); height: 100dvh;
  display: grid; grid-template-rows: auto 1fr auto; background: #0d0d0e; border-left: 1px solid var(--line);
  transform: translateX(101%); transition: transform 0.55s var(--ease);
}
.cart.is-open { transform: none; }
.cart__head { min-height: 108px; padding: 24px 25px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.cart__head span { color: var(--gold); font-size: 0.49rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; }
.cart__head h2 { margin-top: 4px; font-size: 1.8rem; }
.icon-button { width: 38px; height: 38px; border: 1px solid var(--line); color: var(--muted); font-size: 0.8rem; transition: color 0.3s, border-color 0.3s; }
.icon-button:hover { color: var(--ink); border-color: var(--gold-line); }
.cart__body { overflow-y: auto; padding: 8px 24px; }
.cart__empty { height: 100%; min-height: 260px; display: grid; place-items: center; align-content: center; gap: 16px; color: var(--muted-2); text-align: center; }
.cart__empty span { font-family: var(--serif); font-size: 3rem; color: var(--gold-line); }
.cart-item { display: grid; grid-template-columns: 82px 1fr auto; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-item__image { width: 82px; height: 104px; overflow: hidden; background: var(--surface); }
.cart-item__image img { width: 100%; height: 100%; object-fit: cover; }
.cart-item__name { font-family: var(--serif); font-size: 1.15rem; }
.cart-item__meta { color: var(--muted-2); font-size: 0.57rem; letter-spacing: 0.12em; text-transform: uppercase; }
.cart-item__price { margin: 7px 0; color: var(--gold-light); font-size: 0.75rem; }
.cart-item__qty { width: fit-content; display: flex; align-items: center; border: 1px solid var(--line); }
.cart-item__qty button, .cart-item__qty span { display: grid; place-items: center; width: 28px; height: 27px; font-size: 0.7rem; }
.cart-item__remove { align-self: start; color: var(--muted-2); font-size: 0.49rem; letter-spacing: 0.1em; text-transform: uppercase; }
.cart-item__remove:hover { color: var(--ink); }
.cart__footer { padding: 22px 25px 24px; border-top: 1px solid var(--line); background: #0b0b0c; }
.cart__footer > div { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 8px; color: var(--muted); font-size: 0.7rem; }
.cart__footer .cart__shipping { color: var(--muted-2); }
.cart__footer .cart__combo { color: var(--brand-aqua); }
.cart__footer .cart__combo strong { color: var(--brand-aqua); font-weight: 500; }
.cart__footer .cart__combo-hint { color: var(--gold-light); }
.cart__footer .cart__total { margin: 15px 0 19px; padding-top: 13px; border-top: 1px solid var(--line); color: var(--ink); font-family: var(--serif); font-size: 1.25rem; }
.cart__footer > p { margin-top: 9px; color: var(--muted-2); font-size: 0.5rem; text-align: center; }

/* Bottle availability note in the quick view. Sits under the add button
   because that is the moment the customer has decided on a bottle. */
.modal__disclaimer { margin-top: 13px; color: var(--muted-2); font-size: 0.6rem; line-height: 1.55; text-align: center; }

/* delivery address step, injected into the cart drawer by main.js.

   While it is open the bag list is hidden and the form takes the whole
   drawer, because this is a checkout step and not a side panel. The
   drawer grid is `auto 1fr auto`, so hiding .cart__body hands the 1fr
   row straight to .ship - no separate height maths needed. */
.ship { overflow-y: auto; padding: 26px 25px 28px; border-top: 1px solid var(--line); background: #0b0b0c; }
.cart.is-shipping .cart__body { display: none; }

.ship__head { margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.ship__head button {
  display: block; margin-bottom: 11px; color: var(--muted-2);
  font-size: 0.49rem; letter-spacing: 0.12em; text-transform: uppercase;
  transition: color 0.3s;
}
.ship__head button:hover { color: var(--ink); }
.ship__head span { display: block; color: var(--gold); font-size: 0.49rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; }
.ship__head strong { display: block; margin-top: 5px; color: var(--ink); font-family: var(--serif); font-weight: 400; font-size: 1.6rem; }

.ship__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 14px; }
.ship__field { display: grid; gap: 7px; min-width: 0; }
.ship__field--wide { grid-column: 1 / -1; }
.ship__field label { color: var(--muted-2); font-size: 0.53rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; }
.ship__field input, .ship__field select {
  width: 100%; min-height: 47px; padding: 0 14px; border: 1px solid var(--line); outline: 0; border-radius: 0;
  color: var(--ink); background: rgba(9, 9, 9, 0.6); font-family: inherit; font-size: 0.9rem;
  transition: border-color 0.3s;
}
.ship__field select { padding-right: 8px; }
.ship__field input:focus, .ship__field select:focus { border-color: var(--gold-line); }
.ship__field input::placeholder { color: var(--muted-2); font-size: 0.82rem; }
.ship__field.is-bad input, .ship__field.is-bad select { border-color: #c98080; }
.ship__msg { min-height: 20px; margin-top: 15px; color: #c98080; font-size: 0.7rem; }
.ship__note { margin-top: 2px; color: var(--muted-2); font-size: 0.6rem; line-height: 1.5; }

@media (max-width: 430px) {
  .ship { padding: 22px 20px 24px; }
  .ship__grid { grid-template-columns: 1fr; gap: 15px; }
  .ship__head strong { font-size: 1.4rem; }
}

/* quick view */
.modal { position: fixed; z-index: 1300; inset: 0; display: grid; place-items: center; padding: 22px; background: rgba(0, 0, 0, 0.76); opacity: 0; backdrop-filter: blur(8px); transition: opacity 0.35s; }
.modal.is-open { opacity: 1; }
.modal__dialog { position: relative; width: min(950px, 100%); max-height: 92dvh; overflow: auto; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); background: #101011; transform: translateY(24px) scale(0.985); transition: transform 0.5s var(--ease); }
.modal.is-open .modal__dialog { transform: none; }
.modal__close { position: absolute; z-index: 4; top: 15px; right: 15px; background: rgba(9, 9, 9, 0.72); }
.modal__media { min-height: 610px; background: var(--surface); }
.modal__media img { width: 100%; height: 100%; object-fit: cover; }
.modal__content { padding: clamp(32px, 5vw, 70px); display: flex; flex-direction: column; justify-content: center; }
.modal__family { color: var(--gold); font-size: 0.54rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; }
.modal__content h2 { margin: 10px 0 4px; font-size: clamp(3rem, 5vw, 5rem); line-height: 0.9; }
.modal__price { color: var(--gold-light); font-family: var(--serif); font-size: 1.45rem; }
.modal__description { margin: 18px 0 24px; color: var(--muted); font-size: 0.79rem; }
.modal__notes { border-top: 1px solid var(--line); }
.modal__notes div { display: grid; grid-template-columns: 74px 1fr; gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.modal__notes dt { color: var(--muted-2); font-size: 0.5rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; }
.modal__notes dd { color: var(--muted); font-size: 0.7rem; }
.modal__sizes { display: flex; gap: 8px; margin: 24px 0 15px; }
.size-button { min-width: 80px; min-height: 39px; border: 1px solid var(--line); color: var(--muted); font-size: 0.57rem; letter-spacing: 0.12em; text-transform: uppercase; transition: all 0.3s; }
.size-button.is-active { color: #090909; background: var(--gold-light); border-color: var(--gold-light); }
.toast { position: fixed; z-index: 1600; left: 50%; bottom: 24px; padding: 11px 18px; border: 1px solid var(--gold-line); color: var(--ink); background: rgba(14, 14, 15, 0.94); font-size: 0.64rem; transform: translate(-50%, 25px); opacity: 0; transition: opacity 0.35s, transform 0.35s var(--ease); pointer-events: none; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

/* responsive */
@media (max-width: 1180px) {
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .manifesto { grid-template-columns: 80px 1fr 0.7fr; }
  .note-card { min-height: 520px; }
}

@media (max-width: 900px) {
  .announcement span:last-child, .announcement i { display: none; }
  .nav { min-height: 68px; }
  .nav__links {
    position: fixed; z-index: -1; top: 1px; left: 0; right: 0;
    padding: 100px 24px 40px; display: flex; flex-direction: column; gap: 4px;
    border-bottom: 1px solid var(--line); background: rgba(9, 9, 9, 0.98); backdrop-filter: blur(20px);
    transform: translateY(-105%); transition: transform 0.55s var(--ease);
  }
  .nav__links.is-open { transform: none; }
  .nav__links a { width: 100%; padding: 13px 0; font-family: var(--serif); font-size: 1.65rem; font-weight: 300; letter-spacing: 0; text-align: center; text-transform: none; }
  .nav__links a::after { display: none; }
  .menu-button { display: block; }
  /* touch devices loop the clip instead of scrubbing, so less scroll is needed */
  .hero { height: 200svh; }
  .hero__timeline { display: none; }
  .hero__intro { left: 24px; bottom: 78px; }
  .benefits { grid-template-columns: repeat(2, 1fr); }
  .benefit:nth-child(2) { border-right: 0; }
  .benefit:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .manifesto { grid-template-columns: 1fr 0.7fr; }
  .manifesto > .section-index { grid-column: 1 / -1; }
  .manifesto__copy { padding-top: 42px; }
  .section-head { align-items: flex-start; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .craft { grid-template-columns: 1fr; }
  .craft__visual { max-height: 680px; }
  .craft__copy { max-width: 740px; }
  .note-card { min-height: 440px; }
  .ritual { grid-template-columns: 1fr; }
  .gift { grid-template-columns: 1fr; }
  .gift__media { min-height: 460px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-grid figure { min-height: 260px; }
  .newsletter { grid-template-columns: 1fr; align-items: start; }
  .footer__top { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 650px) {
  :root { --pad: 18px; }
  .announcement { font-size: 0.48rem; letter-spacing: 0.13em; }
  .nav { top: 1px; }
  .brand__name { font-size: 1.25rem; letter-spacing: 0.12em; }
  .brand__mark { width: 25px; height: 34px; min-width: 25px; min-height: 34px; }
  .bag-button { padding: 9px 11px; }
  .hero { height: 185svh; }
  .hero__sticky { min-height: 0; }
  .hero__video { object-position: 50% 50%; }
  .hero__shade { background: linear-gradient(180deg, rgba(5,5,5,0.45), transparent 25%, transparent 48%, rgba(5,5,5,0.94) 92%); }
  .hero__intro { left: 18px; right: 18px; bottom: 68px; width: auto; text-align: center; }
  .hero__intro .kicker { justify-content: center; }
  .hero__intro h1 { margin: 16px 0; font-size: clamp(3.5rem, 17vw, 5.2rem); }
  .hero__intro p { margin-inline: auto; margin-bottom: 22px; font-size: 0.76rem; }
  .hero__wordmark { font-size: 20vw; }
  .hero__end { bottom: 70px; }
  .hero__end h2 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .hero__scroll span { display: none; }
  .benefit { min-height: 112px; padding: 20px 16px; align-items: flex-start; }
  .benefit > span { font-size: 0.8rem; }
  .benefit strong { font-size: 0.95rem; }
  .benefit p { font-size: 0.62rem; }
  .manifesto { grid-template-columns: 1fr; gap: 24px; }
  .manifesto__title h2 { font-size: clamp(3.1rem, 14vw, 4.5rem); }
  .manifesto__copy { padding-top: 0; }
  .section-head { flex-direction: column; margin-bottom: 30px; }
  .section-head h2 { font-size: clamp(3.2rem, 14vw, 4.6rem); }
  .section-head__aside { text-align: left; }
  .filter-row { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; scrollbar-width: none; }
  .filter-row::-webkit-scrollbar { display: none; }
  .filter { flex: none; }
  .product-grid { gap: 10px; }
  .product-card__body { padding: 12px 10px; }
  .product-card h3 { font-size: 1.18rem; }
  .product-card__meta { font-size: 0.42rem; }
  .product-card__meta span:last-child { display: none; }
  .product-card__rating { font-size: 0.54rem; }
  .product-card__rating span { display: none; }
  .product-card__footer { margin-top: 10px; padding-top: 10px; flex-direction: column; align-items: stretch; }
  .product-card__price { font-size: 0.98rem; }
  .product-card__add { width: 100%; }
  .product-card__view { left: 8px; right: 8px; bottom: 8px; transform: none; }
  .product-card__badge { top: 8px; right: 8px; font-size: 0.4rem; }
  .product-card__index { top: 9px; left: 9px; }
  .craft { padding-block: 88px; gap: 42px; }
  .craft__visual { aspect-ratio: 4 / 5; }
  .craft__inset { width: 112px; right: 12px; bottom: 12px; }
  .craft__caption { left: 13px; bottom: 14px; max-width: 80px; }
  .craft__copy h2 { font-size: clamp(3.1rem, 14vw, 4.5rem); }
  .note-grid { grid-template-columns: 1fr; }
  .note-card { min-height: 500px; }
  .ritual__head h2, .gift__copy h2 { font-size: clamp(3.1rem, 14vw, 4.5rem); }
  .ritual__steps article { grid-template-columns: 35px 80px 1fr; gap: 8px; }
  .ritual__steps p { font-size: 0.67rem; }
  .gift { padding-inline: 0; }
  .gift__media { min-height: 420px; }
  .gift__copy { margin-inline: 18px; padding: 34px 24px; }
  .newsletter { gap: 30px; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__word { margin-top: 65px; font-size: 28vw; }
  .footer__bottom { flex-direction: column; justify-content: center; text-align: center; }
  .modal { padding: 10px; }
  .modal__dialog { grid-template-columns: 1fr; }
  .modal__media { min-height: 0; aspect-ratio: 16 / 10; }
  .modal__content { padding: 28px 20px 24px; }
  .modal__content h2 { font-size: 3.2rem; }
  .loader__content { gap: 12px; }
  .loader__brand { font-size: 1.1rem; }
}

@media (hover: none) {
  .product-card__view { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  .hero { height: 100svh; }
  .hero__intro { opacity: 1 !important; transform: none !important; }
  .hero__wordmark, .hero__end, .hero__scroll { display: none; }
  .product-card, .product-card__media img { transform: none !important; }
}


/* Final interaction hardening */
.hero__sticky { min-height: 0; }
.cart[aria-hidden="true"] {
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.55s var(--ease), visibility 0s linear 0.55s;
}
.cart.is-open {
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}
.modal { pointer-events: none; }
.modal.is-open { pointer-events: auto; }

@media (max-width: 900px) {
  .nav__links {
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.55s var(--ease), visibility 0s linear 0.55s;
  }
  .nav__links.is-open {
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }
}

@media (max-width: 650px) {
  .hero__sticky { min-height: 0; }
}

/* wide touch screens also loop instead of scrubbing, so match the shorter range */
@media (pointer: coarse) and (min-width: 901px) {
  .hero { height: 200svh; }
}

@media (max-height: 650px) and (min-width: 651px) {
  .hero__intro { bottom: 42px; }
  .hero__intro h1 { margin-block: 12px 16px; font-size: clamp(3.2rem, 9vh, 5.2rem); }
  .hero__intro p { margin-bottom: 17px; }
  .hero__end { bottom: 38px; }
  .hero__end h2 { margin-block: 10px; font-size: clamp(2.7rem, 9vh, 4.5rem); }
  .hero__scroll { display: none; }
}


/* Animation polish â€” transform/opacity only, staggered per group */
[data-reveal] { transition-duration: 1s; }

.benefit[data-reveal] { transform: translateY(22px); }
.benefit:nth-child(2)[data-reveal] { transition-delay: 90ms; }
.benefit:nth-child(3)[data-reveal] { transition-delay: 180ms; }
.benefit:nth-child(4)[data-reveal] { transition-delay: 270ms; }

.product-shell[data-reveal] { transform: translateY(34px); }
.product-shell:nth-child(4n + 2)[data-reveal] { transition-delay: 80ms; }
.product-shell:nth-child(4n + 3)[data-reveal] { transition-delay: 160ms; }
.product-shell:nth-child(4n + 4)[data-reveal] { transition-delay: 240ms; }

.note-card[data-reveal] { transform: translateY(38px); }
.note-card:nth-child(2)[data-reveal] { transition-delay: 110ms; }
.note-card:nth-child(3)[data-reveal] { transition-delay: 220ms; }

.process li[data-reveal],
.ritual__steps article[data-reveal] { transform: translateX(-20px); }
.process li:nth-child(2)[data-reveal],
.ritual__steps article:nth-child(2)[data-reveal] { transition-delay: 110ms; }
.process li:nth-child(3)[data-reveal],
.ritual__steps article:nth-child(3)[data-reveal] { transition-delay: 220ms; }

.review-grid figure:nth-child(2)[data-reveal] { transition-delay: 110ms; }
.review-grid figure:nth-child(3)[data-reveal] { transition-delay: 220ms; }

/* gold rule draws itself in */
.kicker i { transform: scaleX(0); transform-origin: left; transition: transform 1.1s var(--ease) 0.15s; }
[data-reveal].is-visible .kicker i,
.is-visible.kicker i { transform: scaleX(1); }
.hero__intro .kicker i,
.hero__end .kicker i { transform: scaleX(1); }

/* gentle scroll parallax on editorial media */
[data-parallax] {
  --parallax-scale: 1.06;
  transform: scale(var(--parallax-scale));
  will-change: transform;
}

/* card media settles instead of snapping */
.product-card__media img { transform-origin: center; }

@media (prefers-reduced-motion: reduce) {
  .kicker i { transform: scaleX(1) !important; transition: none !important; }
  [data-parallax] { transform: none !important; }
  .hero__video, .hero__canvas { opacity: 1 !important; }
}


/* ===========================================================================
   Brand pages â€” marquee, two-stage loader, carousel, hero wordmark,
   about.html and fragrances.html blocks.
   Every animation here moves opacity and transform only. No scale on images,
   no filter, no box-shadow transitions: the target machine has no GPU.
   =========================================================================== */

/* announcement marquee â€” replaces .announcement, same 30px strip height so the
   fixed nav (top: 31px) and .page-progress (top: 30px) still line up */
.marquee {
  position: fixed; z-index: 1002; top: 0; left: 0; right: 0; height: 30px;
  display: flex; align-items: center; overflow: hidden;
  border-bottom: 1px solid rgba(243, 238, 229, 0.06);
  color: rgba(243, 238, 229, 0.68); background: rgba(7, 7, 7, 0.96);
  font-size: 0.54rem; font-weight: 500; letter-spacing: 0.19em; text-transform: uppercase;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
/* No `gap` on purpose: the separators carry the spacing as margins, so the
   cloned half is byte-identical to the original and translateX(-50%) loops
   without a visible seam. */
.marquee__track {
  display: flex; align-items: center; flex: none; width: max-content;
  animation: marqueeSlide var(--marquee-duration) linear infinite;
  will-change: transform;
}
.marquee__track > span { flex: none; white-space: nowrap; }
.marquee__track > i {
  flex: none; width: 3px; height: 3px; margin: 0 clamp(14px, 3vw, 30px);
  border-radius: 50%; background: var(--gold);
}
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes marqueeSlide { to { transform: translateX(-50%); } }

/* two-stage loader â€” stage 1 is the mark alone, stage 2 adds the wordmark,
   the rule and the tagline */
.loader { grid-template-rows: 1fr auto; padding: clamp(26px, 6vh, 62px) var(--pad); }
.loader__stage {
  display: grid; justify-items: center; align-content: center; gap: clamp(14px, 2.4vh, 22px);
  max-width: 640px; text-align: center;
}
.loader__mark {
  width: clamp(56px, 9vw, 72px); height: auto;
  min-width: 56px; min-height: 76px; object-fit: contain;
  animation: loaderMarkIn 0.9s var(--ease) both;
}
@keyframes loaderMarkIn {
  from { opacity: 0; transform: scale(0.92); }
  to { opacity: 1; transform: none; }
}
@keyframes loaderMarkLift {
  from { opacity: 1; transform: none; }
  to { opacity: 1; transform: translate3d(0, -6px, 0); }
}
.loader__name {
  display: flex; justify-content: center;
  color: var(--brand-aqua); font-family: var(--serif); font-size: clamp(1.7rem, 4.6vw, 2.9rem);
  font-weight: 400; line-height: 1; letter-spacing: 0.2em; text-transform: uppercase;
}
.loader__name b {
  display: inline-block; font-weight: inherit;
  opacity: 0; transform: translate3d(0, 14px, 0);
  transition: opacity 0.6s var(--ease), transform 0.7s var(--ease);
  transition-delay: calc(var(--i) * 45ms);
}
.loader__rule {
  width: clamp(64px, 12vw, 104px); height: 1px; background: var(--gold-line);
  transform: scaleX(0); transition: transform 0.85s var(--ease) 0.42s;
}
.loader__tag {
  max-width: 44ch; color: var(--brand-blush);
  font-family: var(--serif); font-size: clamp(0.86rem, 1.6vw, 1.14rem); line-height: 1.42;
  opacity: 0; transform: translate3d(0, 10px, 0);
  transition: opacity 0.85s var(--ease) 0.5s, transform 0.85s var(--ease) 0.5s;
}
.loader__meter { display: flex; align-items: center; gap: 16px; }
.loader.is-stage-2 .loader__mark { animation: loaderMarkLift 0.7s var(--ease) forwards; }
.loader.is-stage-2 .loader__name b { opacity: 1; transform: none; }
.loader.is-stage-2 .loader__rule { transform: scaleX(1); }
.loader.is-stage-2 .loader__tag { opacity: 1; transform: none; }

/* inner pages: no ceremony, just a short fade under 400ms */
.loader--quick { transition: opacity 0.3s linear, visibility 0.3s; }
.loader--quick.is-done { transform: none; opacity: 0; visibility: hidden; }
.loader--quick .loader__mark { animation-duration: 0.3s; }
.loader--quick .loader__name b { opacity: 1; transform: none; transition: none; }
.loader--quick .loader__rule { transform: scaleX(1); transition: none; }
.loader--quick .loader__tag { opacity: 1; transform: none; transition: none; }
.loader--quick .loader__meter { display: none; }

/* brand carousel â€” absolutely stacked slides, cross-faded with a <=24px lift */
.brand-carousel {
  position: relative; height: var(--carousel-h); overflow: hidden;
  background-color: var(--surface); border-bottom: 1px solid var(--line);
}
.brand-carousel:focus { outline: none; }
.carousel__viewport { position: absolute; inset: 0; }
.carousel__slide {
  position: absolute; inset: 0; background-color: var(--surface);
  opacity: 0; transform: translate3d(0, 24px, 0); pointer-events: none;
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}
.carousel__slide.is-active { opacity: 1; transform: none; pointer-events: auto; }
.carousel__slide > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.carousel__shade {
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.72) 0%, rgba(5, 5, 5, 0.16) 26%, transparent 46%, rgba(5, 5, 5, 0.86) 100%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.62) 0%, transparent 52%);
}
.carousel__copy {
  position: absolute; z-index: 3; left: var(--pad); bottom: clamp(34px, 5vh, 58px);
  width: min(560px, calc(100% - var(--pad) * 2));
}
.carousel__copy p {
  margin: 14px 0 18px; color: var(--ink);
  font-family: var(--serif); font-size: clamp(1.25rem, 2.5vw, 2.05rem);
  font-weight: 300; line-height: 1.16; letter-spacing: -0.01em;
}
.carousel__dots {
  position: absolute; z-index: 4; right: var(--pad); bottom: clamp(34px, 5vh, 58px);
  display: flex; align-items: center; gap: 8px;
}
.carousel__dot {
  width: 26px; height: 2px; padding: 0; background: rgba(243, 238, 229, 0.28);
  transition: background 0.4s;
}
.carousel__dot:hover { background: rgba(243, 238, 229, 0.6); }
.carousel__dot.is-active { background: var(--brand-magenta); }

/* hero wordmark â€” the h1 is now the brand name, so it gets the lockup treatment */
.hero__intro h1.hero__title {
  margin: 20px 0 22px;
  color: var(--brand-aqua);
  font-size: clamp(4.4rem, 11vw, 11rem); line-height: 0.86;
  letter-spacing: 0.06em; text-transform: uppercase;
}

/* ---------------------------------------------------------------------------
   Shared inner-page hero. About and Finder have no full-bleed hero, so this
   block reserves room for the fixed marquee (30px) + nav (78px) itself.
   --------------------------------------------------------------------------- */
.page-hero {
  padding-top: clamp(148px, 22vh, 250px); padding-bottom: clamp(52px, 8vw, 96px);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #0c0c0d, var(--bg) 72%);
}
.page-hero h1 {
  max-width: 22ch; margin: 22px 0 24px;
  color: var(--brand-aqua);
  font-size: clamp(3.4rem, 8vw, 8.2rem); line-height: 0.86; letter-spacing: -0.03em;
}
.page-hero p { max-width: 60ch; color: var(--muted); font-size: clamp(0.84rem, 1.2vw, 0.98rem); }

/* about.html â€” heritage timeline, brand panel, story, values, closing CTA */
.heritage { padding-block: clamp(80px, 10vw, 150px); }
.heritage__head { margin-bottom: clamp(34px, 5vw, 62px); }
.heritage__head h2 { margin-top: 18px; font-size: clamp(3rem, 5vw, 5.8rem); line-height: 0.88; letter-spacing: -0.04em; }
/* reuses .ritual__steps for the era rows; only the copy column needs widening */
.heritage .ritual__steps article { grid-template-columns: 50px 150px 1fr; align-items: start; }
.heritage .ritual__steps p { max-width: 74ch; }
.heritage .ritual__steps em { font-style: italic; }

.brand-panel {
  padding-block: clamp(70px, 9vw, 120px);
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 80px); align-items: center;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: var(--bg-soft);
}
.brand-panel > img {
  width: 100%; height: auto; aspect-ratio: 5 / 3; object-fit: cover;
  border: 1px solid var(--line); background: var(--surface);
}
.brand-panel h2 {
  margin: 18px 0 20px; color: var(--brand-aqua);
  font-size: clamp(2.6rem, 4.6vw, 4.6rem); line-height: 0.9; letter-spacing: 0.06em; text-transform: uppercase;
}
.brand-panel__tag {
  padding-left: 20px; border-left: 1px solid var(--gold-line);
  color: var(--brand-blush); font-family: var(--serif);
  font-size: clamp(1.05rem, 1.9vw, 1.5rem); line-height: 1.34;
}
.brand-panel > div > p:last-child { margin-top: 22px; color: var(--muted); font-size: 0.82rem; }

.story { padding-block: clamp(80px, 10vw, 150px); display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(40px, 7vw, 110px); align-items: start; }
.story__head h2 { margin-top: 18px; font-size: clamp(3rem, 4.8vw, 5.4rem); line-height: 0.88; letter-spacing: -0.04em; }
.story__body { border-top: 1px solid var(--line); }
.story__body article { padding: 26px 0; border-bottom: 1px solid var(--line); }
.story__body h3 { color: var(--gold-light); font-size: 1.45rem; }
.story__body p { max-width: 72ch; margin-top: 10px; color: var(--muted); font-size: 0.84rem; }

.values { padding-bottom: clamp(80px, 10vw, 150px); }
.values__grid { margin-top: clamp(32px, 4vw, 54px); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.values__grid article { padding: clamp(28px, 4vw, 52px); background: var(--bg-soft); }
.values__grid strong { color: var(--brand-magenta-soft); font-family: var(--serif); font-size: 1rem; font-weight: 400; }
.values__grid h3 { margin: 12px 0 10px; font-size: 1.7rem; }
.values__grid p { color: var(--muted); font-size: 0.78rem; }

.about-cta {
  margin-bottom: clamp(80px, 10vw, 140px); padding: clamp(38px, 6vw, 80px);
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 34px;
  border: 1px solid var(--line); background: var(--surface);
}
.about-cta h2 { margin: 18px 0 14px; font-size: clamp(2.4rem, 4vw, 4rem); line-height: 0.92; letter-spacing: -0.03em; }
.about-cta p { max-width: 52ch; color: var(--muted); font-size: 0.82rem; }
.about-cta__actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* fragrances.html â€” facet finder, apply steps, occasion and season guides */
.finder { padding-block: clamp(56px, 7vw, 96px); }
.facet-group { padding: 22px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 210px 1fr; gap: clamp(16px, 3vw, 42px); align-items: baseline; }
.facet-group:first-of-type { border-top: 1px solid var(--line); }
.facet-group h3 { color: var(--gold-light); font-size: 1.15rem; letter-spacing: 0.02em; }
.facet-row { display: flex; flex-wrap: wrap; gap: 8px; }
.finder__bar {
  margin: clamp(26px, 4vw, 46px) 0 clamp(20px, 3vw, 32px);
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 18px;
}
.finder__bar > span { color: var(--gold); font-size: 0.56rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; }
.finder__bar .text-link { background: none; }
.finder__empty {
  margin-top: 26px; padding: clamp(42px, 7vw, 86px) 24px;
  display: grid; justify-items: center; gap: 20px; text-align: center;
  border: 1px solid var(--line); background: var(--surface);
}
.finder__empty p { color: var(--muted); font-family: var(--serif); font-size: clamp(1.2rem, 2.2vw, 1.7rem); }

.apply { padding-block: clamp(80px, 10vw, 150px); display: grid; grid-template-columns: 0.75fr 1.25fr; gap: clamp(40px, 8vw, 120px); align-items: start; border-top: 1px solid var(--line); }
.apply__head h2 { margin-top: 18px; font-size: clamp(3rem, 5vw, 5.6rem); line-height: 0.88; letter-spacing: -0.04em; }
.apply__head p { margin-top: 20px; max-width: 44ch; color: var(--muted); font-size: 0.84rem; }
.apply .process { margin-top: 0; }

.guide { padding-bottom: clamp(80px, 10vw, 140px); }
.guide__grid { margin-top: clamp(28px, 4vw, 48px); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(12px, 1.6vw, 22px); }
.guide__card {
  padding: clamp(22px, 2.6vw, 34px); display: flex; flex-direction: column; gap: 12px;
  border: 1px solid var(--line); background: var(--surface);
  transition: border-color 0.4s, background 0.4s;
}
.guide__card:hover { border-color: var(--gold-line); background: var(--surface-2); }
.guide__card strong { color: var(--brand-magenta-soft); font-family: var(--serif); font-size: 0.9rem; font-weight: 400; }
.guide__card h3 { font-size: 1.5rem; line-height: 1.05; }
.guide__card p { flex: 1; color: var(--muted); font-size: 0.74rem; }
.guide__card span { color: var(--gold-light); font-size: 0.5rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; }

/* ---- responsive ---------------------------------------------------------- */
@media (max-width: 1180px) {
  .guide__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .facet-group { grid-template-columns: 170px 1fr; }
}

@media (max-width: 900px) {
  .marquee__track > span:last-of-type { display: none; }
  .carousel__copy { right: var(--pad); width: auto; }
  .carousel__copy p { font-size: clamp(1.15rem, 3.4vw, 1.6rem); }
  .carousel__dots { left: var(--pad); right: auto; bottom: 20px; }
  .carousel__copy { bottom: 44px; }
  .page-hero { padding-top: clamp(108px, 17vh, 170px); }
  .brand-panel { grid-template-columns: 1fr; }
  .story { grid-template-columns: 1fr; }
  .heritage .ritual__steps article { grid-template-columns: 44px 120px 1fr; gap: 12px; }
  .values__grid { grid-template-columns: 1fr; }
  .about-cta { flex-direction: column; align-items: flex-start; }
  .facet-group { grid-template-columns: 1fr; gap: 14px; }
  .apply { grid-template-columns: 1fr; }
  .guide__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 650px) {
  .marquee { font-size: 0.48rem; letter-spacing: 0.13em; }
  .hero__intro h1.hero__title { margin: 16px 0; font-size: clamp(2.9rem, 15vw, 4.6rem); letter-spacing: 0.05em; }
  .carousel__copy { left: 18px; right: 18px; bottom: 40px; }
  .carousel__copy p { margin: 11px 0 14px; font-size: 1.12rem; }
  .carousel__dots { left: 18px; bottom: 16px; }
  .carousel__dot { width: 20px; }
  .page-hero h1 { font-size: clamp(2.9rem, 14vw, 4.4rem); }
  .heritage__head h2, .story__head h2, .apply__head h2 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .heritage .ritual__steps article { grid-template-columns: 1fr; gap: 6px; }
  .heritage .ritual__steps article > span { color: var(--brand-magenta-soft); }
  .brand-panel h2 { font-size: clamp(2.2rem, 12vw, 3.2rem); }
  .brand-panel__tag { padding-left: 14px; font-size: 1.05rem; }
  .about-cta { padding: 30px 22px; }
  .facet-row { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; scrollbar-width: none; }
  .facet-row::-webkit-scrollbar { display: none; }
  .guide__grid { grid-template-columns: 1fr; }
  .loader__name { letter-spacing: 0.16em; }
  .loader__tag { font-size: 0.84rem; }
}

/* ---- reduced motion ------------------------------------------------------ */
@media (prefers-reduced-motion: reduce) {
  /* the strip stops dead and simply shows the first items */
  .marquee__track { animation: none !important; transform: none !important; }
  /* no cross-fade: the active slide is just the visible one */
  .carousel__slide { transition: none !important; transform: none !important; }
  .carousel__slide:not(.is-active) { opacity: 0; }
  /* the loader resolves both stages at once, with no stagger */
  .loader__mark { animation: none !important; opacity: 1; transform: none !important; }
  .loader__name b,
  .loader__rule,
  .loader__tag { opacity: 1 !important; transform: none !important; transition: none !important; transition-delay: 0s !important; }
  .loader__rule { transform: scaleX(1) !important; }
}


/* --- logo mark blend --- the PNG is black-matted, so screen-blend it
   into the dark chrome instead of showing a rectangular tile */
.brand__mark,
.loader__mark {
  mix-blend-mode: screen;
  background: transparent;
}


/* --- carousel polish ---
   The fixed marquee (30px) + nav (78px) sit on top of this band, so it needs
   real height or the copy lands under the nav. The slide sources are portrait
   (1122x1402), so a short wide band crops them badly unless the focal point is
   pulled up toward the bottle. */
:root { --carousel-h: clamp(430px, 62svh, 660px); }

.brand-carousel { border-top: 1px solid var(--line); }

.carousel__slide > img { object-position: 50% 50%; }

/* keep the nav readable over any slide, and give the copy room to breathe */
.carousel__shade {
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.9) 0%, rgba(5, 5, 5, 0.5) 14%, rgba(5, 5, 5, 0.12) 34%, transparent 52%, rgba(5, 5, 5, 0.9) 100%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.68) 0%, rgba(5, 5, 5, 0.12) 58%, transparent 100%);
}

.carousel__copy {
  bottom: clamp(46px, 7vh, 76px);
  width: min(500px, calc(100% - var(--pad) * 2));
}
.carousel__copy p {
  margin: 12px 0 20px;
  font-size: clamp(1.2rem, 2.1vw, 1.75rem);
  line-height: 1.22;
}
.carousel__dots { bottom: clamp(46px, 7vh, 76px); }

@media (max-width: 900px) {
  :root { --carousel-h: clamp(400px, 56svh, 540px); }
  .carousel__slide > img { object-position: 50% 50%; }
}

@media (max-width: 650px) {
  :root { --carousel-h: clamp(360px, 52svh, 460px); }
  .carousel__copy {
    left: var(--pad); right: var(--pad); width: auto;
    bottom: clamp(56px, 9vh, 76px);
  }
  .carousel__copy p { font-size: clamp(1.05rem, 5.2vw, 1.35rem); }
  .carousel__dots { left: var(--pad); right: auto; bottom: 22px; }
}

/* short laptop screens: don't let the band eat the whole first view */
@media (max-height: 700px) and (min-width: 901px) {
  :root { --carousel-h: 400px; }
}


/* --- marquee retired: strip removed from markup, keep leftovers inert --- */
.marquee { display: none !important; }

/* --- account / auth --- reuses .modal so the overlay, focus trap and
   Escape handling already apply. Supabase drops into initAuth(). */
.account-button {
  display: inline-flex; align-items: center; min-height: 39px; padding: 0 15px;
  border: 1px solid var(--line); color: rgba(243, 238, 229, 0.78);
  font-size: 0.55rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase;
  transition: color 0.35s, border-color 0.35s, background 0.35s;
}
.account-button:hover { color: #0a0a0a; background: var(--brand-aqua); border-color: var(--brand-aqua); }
.account-button.is-signed-in { color: var(--brand-aqua); border-color: var(--gold-line); }

.auth__dialog { width: min(860px, 100%); grid-template-columns: 0.85fr 1fr; }
.auth__side { position: relative; overflow: hidden; background: var(--surface); }
.auth__side > img { width: 100%; height: 100%; object-fit: cover; opacity: 0.5; }
.auth__side-copy { position: absolute; inset: auto 26px 26px 26px; }
.auth__side-copy p { margin-top: 12px; color: var(--ink); font-family: var(--serif); font-size: 1.16rem; line-height: 1.3; }
.auth__panel { padding: clamp(30px, 4vw, 52px); display: flex; flex-direction: column; justify-content: center; }
.auth__panel h2 { margin: 8px 0 22px; font-size: clamp(2.2rem, 3.4vw, 3rem); line-height: 0.95; }
.auth__tabs { display: flex; gap: 6px; margin-bottom: 24px; }
.auth__tab {
  flex: 1; min-height: 38px; border: 1px solid var(--line); color: var(--muted);
  font-size: 0.53rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}
.auth__tab.is-active { color: #0a0a0a; background: var(--brand-aqua); border-color: var(--brand-aqua); }
.auth__form { display: grid; gap: 16px; }
.auth__field { display: grid; gap: 7px; }
.auth__field label { color: var(--muted-2); font-size: 0.5rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; }
.auth__field input {
  min-height: 44px; padding: 0 13px; border: 1px solid var(--line); outline: 0;
  color: var(--ink); background: rgba(9, 9, 9, 0.6); font-size: 0.84rem;
  transition: border-color 0.3s;
}
.auth__field input:focus { border-color: var(--gold-line); }
.auth__field small { color: var(--muted-2); font-size: 0.58rem; }
.auth__msg { min-height: 20px; color: var(--muted); font-size: 0.68rem; }
.auth__msg.is-error { color: #c98080; }
.auth__msg.is-success { color: #8fa884; }
.auth__switch { margin-top: 20px; color: var(--muted-2); font-size: 0.68rem; }
.auth__switch .text-link { border-bottom: 0; font-size: 0.58rem; }
.auth__note { margin-top: 14px; color: var(--muted-2); font-size: 0.55rem; letter-spacing: 0.06em; }

@media (max-width: 900px) {
  .auth__dialog { grid-template-columns: 1fr; }
  .auth__side { display: none; }
}
@media (max-width: 650px) {
  .account-button { padding: 0 10px; font-size: 0.48rem; letter-spacing: 0.12em; }
}

/* legal / policy pages */
.policy { padding: 0 0 clamp(70px, 10vw, 130px); }
.policy__body { max-width: 76ch; display: grid; gap: 20px; }
.policy__body h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.1rem, 1.9vw, 1.45rem); color: var(--ink); margin-top: 20px; }
.policy__body h2:first-child { margin-top: 0; }
.policy__body p, .policy__body li { color: var(--muted); line-height: 1.78; font-size: 0.96rem; }
.policy__body ul { display: grid; gap: 9px; padding-left: 20px; }
.policy__body a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.policy__note { border-left: 2px solid var(--gold-line); padding: 4px 0 4px 18px; }
.policy__grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); margin-top: 6px; }
.policy__grid div { border: 1px solid var(--line); border-radius: 14px; padding: 18px; background: var(--surface); }
.policy__grid strong { display: block; color: var(--ink); font-weight: 500; margin-bottom: 5px; }
.policy__updated { color: var(--muted-2); font-size: 0.85rem; letter-spacing: 0.06em; text-transform: uppercase; }

/* ============================================================
   ADMIN  -  orders panel (admin.html)
   Deliberately plainer than the shop: this screen is read at
   speed while packing parcels, so contrast and hit areas matter
   more than atmosphere.
   ============================================================ */

.admin-body { min-height: 100dvh; background: #0b0b0c; }

.adm-kicker { color: var(--gold); font-size: 0.49rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; }

/* sign in */
.adm-gate { min-height: 100dvh; display: grid; place-items: center; padding: 24px; }
.adm-gate__card { width: min(390px, 100%); padding: 34px 30px 30px; border: 1px solid var(--line); background: #101011; }
.adm-gate__card h1 { margin: 7px 0 6px; font-size: 2.1rem; }
.adm-gate__note { margin-bottom: 22px; color: var(--muted-2); font-size: 0.66rem; line-height: 1.5; }

.adm-field { display: grid; gap: 7px; margin-bottom: 18px; }
.adm-field label { color: var(--muted-2); font-size: 0.53rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; }
.adm-field input {
  width: 100%; min-height: 46px; padding: 0 13px; border: 1px solid var(--line); outline: 0; border-radius: 0;
  color: var(--ink); background: rgba(9, 9, 9, 0.6); font-family: inherit; font-size: 0.9rem;
  transition: border-color 0.3s;
}
.adm-field input:focus { border-color: var(--gold-line); }

.adm-msg { min-height: 20px; margin-top: 13px; color: #c98080; font-size: 0.7rem; }

/* shell */
.adm { max-width: 1100px; margin: 0 auto; padding: 30px 22px 70px; }
.adm__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; flex-wrap: wrap; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.adm__head h1 { margin-top: 5px; font-size: 2.2rem; }
.adm__head-side { display: flex; gap: 9px; }

.adm-ghost {
  min-height: 36px; padding: 0 15px; border: 1px solid var(--line); color: var(--muted);
  font-size: 0.53rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  transition: color 0.3s, border-color 0.3s;
}
.adm-ghost:hover { color: var(--ink); border-color: var(--gold-line); }
.adm-ghost--sm { min-height: 31px; padding: 0 11px; margin-top: 11px; }

.adm__bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin: 20px 0 18px; }
.adm__tabs { display: flex; gap: 6px; flex-wrap: wrap; }
.adm-tab {
  min-height: 33px; padding: 0 13px; border: 1px solid var(--line); color: var(--muted-2);
  font-size: 0.55rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}
.adm-tab.is-active { color: #0a0a0a; background: var(--brand-aqua); border-color: var(--brand-aqua); }
.adm__stats { display: flex; gap: 18px; color: var(--muted-2); font-size: 0.7rem; }
.adm__stats b { color: var(--ink); font-weight: 500; }

.adm-empty { padding: 50px 0; color: var(--muted-2); font-size: 0.8rem; text-align: center; }

/* order card */
.adm__list { display: grid; gap: 14px; }
.adm-card { border: 1px solid var(--line); background: #101011; }
.adm-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.adm-card__when { color: var(--muted-2); font-size: 0.58rem; letter-spacing: 0.08em; }
.adm-card__top h2 { margin: 3px 0 5px; font-size: 1.35rem; }
.adm-card__items { color: var(--muted); font-size: 0.72rem; line-height: 1.5; }
.adm-card__money { display: grid; justify-items: end; gap: 6px; text-align: right; }
.adm-card__money strong { color: var(--gold-light); font-family: var(--serif); font-size: 1.4rem; font-weight: 400; }
.adm-card__combo { color: var(--brand-aqua); font-size: 0.6rem; }

.adm-pill { padding: 4px 10px; border: 1px solid var(--line); color: var(--muted); font-size: 0.5rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.adm-pill--paid { color: #e0c07a; border-color: rgba(224, 192, 122, 0.45); }
.adm-pill--packed { color: #9fb8d4; border-color: rgba(159, 184, 212, 0.45); }
.adm-pill--shipped { color: #7fc7c2; border-color: rgba(127, 199, 194, 0.45); }
.adm-pill--delivered { color: #8fa884; border-color: rgba(143, 168, 132, 0.5); }
.adm-pill--cancelled { color: #c98080; border-color: rgba(201, 128, 128, 0.45); }

.adm-card__grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 0; }
.adm-card__ship, .adm-card__meta { padding: 18px 20px; }
.adm-card__meta { border-left: 1px solid var(--line); }
.adm-card__grid h3 { margin-bottom: 9px; color: var(--gold); font-family: var(--sans, inherit); font-size: 0.5rem; font-weight: 600; letter-spacing: 0.17em; text-transform: uppercase; }
.adm-card__ship p { color: var(--ink); font-size: 0.82rem; line-height: 1.65; }
.adm-card__ship a { color: var(--brand-aqua); }
.adm-card__mail { margin-top: 7px; font-size: 0.74rem; }

.adm-card__meta dl { display: grid; gap: 6px; }
.adm-card__meta dl > div { display: flex; justify-content: space-between; gap: 14px; }
.adm-card__meta dt { color: var(--muted-2); font-size: 0.66rem; white-space: nowrap; }
.adm-card__meta dd { color: var(--ink); font-size: 0.68rem; text-align: right; word-break: break-all; }

.adm-card__actions { display: grid; grid-template-columns: 150px 1fr 1fr auto; gap: 12px; align-items: end; padding: 16px 20px 18px; border-top: 1px solid var(--line); background: #0d0d0e; }
.adm-card__actions label { display: grid; gap: 6px; color: var(--muted-2); font-size: 0.5rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.adm-card__actions input, .adm-card__actions select {
  width: 100%; min-height: 40px; padding: 0 11px; border: 1px solid var(--line); outline: 0; border-radius: 0;
  color: var(--ink); background: rgba(9, 9, 9, 0.6); font-family: inherit; font-size: 0.82rem;
  text-transform: none; letter-spacing: normal;
}
.adm-card__actions input:focus, .adm-card__actions select:focus { border-color: var(--gold-line); }
.adm-card__actions .button { min-height: 40px; padding: 0 22px; }

.adm-toast {
  position: fixed; z-index: 1400; left: 50%; bottom: 26px; transform: translate(-50%, 14px);
  padding: 11px 20px; border: 1px solid var(--gold-line); background: #131314;
  color: var(--ink); font-size: 0.72rem; opacity: 0; pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
}
.adm-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 820px) {
  .adm-card__grid { grid-template-columns: 1fr; }
  .adm-card__meta { border-left: 0; border-top: 1px solid var(--line); }
  .adm-card__actions { grid-template-columns: 1fr 1fr; }
  .adm-card__actions .button { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .adm { padding: 22px 15px 60px; }
  .adm-card__top { flex-direction: column; }
  .adm-card__money { justify-items: start; text-align: left; }
  .adm-card__actions { grid-template-columns: 1fr; }
}
