/* ============================================================
   SAUNA RITUAL · NORDIC ELEGANCE SPA MINI · PRODUCT PAGE
   Dark · Gold · Thermo-wood luxury
   ============================================================ */

:root {
  /* Core surfaces — deeper, quieter */
  --bg-0:        #08060500;
  --bg-0:        #080605;     /* ink black, faint warmth */
  --bg-1:        #0C0A08;     /* card / panel */
  --bg-2:        #110E0B;     /* raised panel */
  --bg-3:        #16120E;     /* elevated */
  --line:        #1B1712;
  --line-2:      #28221A;

  /* Brass / champagne — desaturated, used sparingly */
  --gold:        #9C7E48;     /* primary accent */
  --gold-bright: #B69869;     /* hover only */
  --gold-soft:   #6E5A34;
  --gold-deep:   #3E311B;

  /* Wood (kept for warmth in feature numerals etc.) */
  --wood-amber:  #8C5E33;
  --wood-warm:   #6E4824;
  --wood-glow:   #B57E47;

  /* Text — warm porcelain, not yellow */
  --t-hi:        #E6DECF;
  --t:           #BBB09A;
  --t-mute:      #847A66;
  --t-fade:      #534B3D;

  /* States */
  --good:        #6E8E68;

  /* Type */
  --serif: 'Cormorant Garamond', 'EB Garamond', 'Times New Roman', serif;
  --sans:  'Inter', system-ui, -apple-system, sans-serif;

  /* Layout */
  --container: 1320px;
  --radius: 14px;
  --radius-lg: 22px;
}

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

/* Lenis smooth scroll */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }
.lenis.lenis-smooth iframe { pointer-events: none; }
body {
  background: var(--bg-0);
  color: var(--t);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
svg { width: 100%; height: 100%; }

::selection { background: var(--t-hi); color: var(--bg-0); }

/* =====================================================
   ENTRANCE ANIMATIONS · word stagger + soft reveal
   ===================================================== */

/* Word-stagger headings */
.split-ready .word {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  line-height: inherit;
  padding-bottom: 0.05em; /* protects descenders inside the mask */
}
.split-ready .word-inner {
  display: inline-block;
  transform: translate3d(0, 110%, 0);
  opacity: 0;
  will-change: transform, opacity;
  transition:
    transform 1.1s cubic-bezier(.2,.7,.15,1),
    opacity   .9s cubic-bezier(.2,.7,.15,1);
}
.split-ready.in-view .word-inner {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* Soft fade+rise for blocks (paragraphs, lists, cards) */
.soft-reveal {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  filter: blur(2px);
  transition:
    opacity 1s cubic-bezier(.22,.7,.2,1),
    transform 1.1s cubic-bezier(.22,.7,.2,1),
    filter .9s ease;
  transition-delay: var(--stag, 0s);
  will-change: opacity, transform, filter;
}
.soft-reveal.in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
  .split-ready .word-inner,
  .soft-reveal {
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
    transition: none !important;
  }
}

/* -------- Quiet film grain only — no warm radial glows -------- */
body::after {
  content: '';
  position: fixed; inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.5  0 0 0 0 0.45  0 0 0 0 0.35  0 0 0 0.05 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  opacity: .5;
  mix-blend-mode: overlay;
  z-index: 0;
}

main, section, header, footer { position: relative; z-index: 1; }

/* -------- Container -------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 32px; position: relative; z-index: 2; }

/* =====================================================
   NAV
   ===================================================== */
.site-nav {
  position: sticky; top: 0; z-index: 80;
  backdrop-filter: blur(0px);
  background: rgba(8,6,5,0);
  border-bottom: 1px solid transparent;
  transition: background .55s ease, backdrop-filter .55s ease, border-color .55s ease;
}
.site-nav.scrolled {
  backdrop-filter: blur(16px) saturate(1.1);
  background: rgba(8,6,5,0.78);
  border-bottom-color: var(--line);
}
.site-nav .nav-inner { transition: padding .45s ease; }
.site-nav.scrolled .nav-inner { padding-top: 14px; padding-bottom: 14px; }
.nav-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 18px 32px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 40px;
}
.brand {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: .04em;
  font-size: 22px;
  color: var(--t-hi);
}
.brand-mark {
  width: 34px; height: 34px;
  display: grid; place-items: center;
  border: 1px solid var(--line-2);
  color: var(--t-hi);
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: .12em;
  border-radius: 2px;
  background: transparent;
}
.brand-name { font-weight: 500; }
.brand-thin { color: var(--t-mute); margin-left: 2px; }

.nav-links { display: flex; gap: 36px; justify-content: center; }
.nav-links a {
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--t);
  transition: color .25s;
  position: relative;
}
.nav-links a:hover { color: var(--t-hi); }

.nav-actions {
  display: flex; gap: 8px; justify-content: flex-end; align-items: center;
}
.nav-icon {
  width: 38px; height: 38px;
  display: grid; place-items: center;
  border: 1px solid transparent;
  border-radius: 50%;
  color: var(--t);
  transition: all .25s;
  position: relative;
}
.nav-icon:hover { color: var(--t-hi); }
.nav-icon svg { width: 18px; height: 18px; }
.cart-dot {
  position: absolute;
  top: 4px; right: 4px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--gold);
  color: #0a0805;
  font-size: 10px;
  font-weight: 600;
  display: grid; place-items: center;
}
.nav-bar-line { display: none; }

/* =====================================================
   BREADCRUMB
   ===================================================== */
.breadcrumb {
  padding: 18px 0 0;
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--t-mute);
}
.breadcrumb a { transition: color .2s; }
.breadcrumb a:hover { color: var(--t-hi); }
.breadcrumb .sep { margin: 0 10px; color: var(--t-fade); }
.breadcrumb .current { color: var(--t-hi); }

/* =====================================================
   HERO
   ===================================================== */
.hero { padding: 32px 0 80px; }
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 48px;
  align-items: start;
}

/* ----- Masonry gallery ----- */
.gallery {}
.masonry {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 110px;
  gap: 12px;
}
.m-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--bg-1);
  cursor: pointer;
  transition: transform .5s cubic-bezier(.22,.7,.2,1), border-color .3s, box-shadow .4s;
  grid-column: span 3;
  grid-row: span 3;
}
.m-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.4s cubic-bezier(.22,.7,.2,1), filter .8s;
  filter: saturate(.92) brightness(.88);
  will-change: transform;
}
.m-item::after {
  content:'';
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(8,6,5,0) 40%, rgba(8,6,5,0.55));
  opacity: .35;
  transition: opacity .6s;
  pointer-events: none;
}
.m-item:hover { border-color: var(--line-2); }
.m-item:hover img { filter: saturate(1) brightness(.98); }
.m-item:hover::after { opacity: .15; }

.m-tall { grid-row: span 5; grid-column: span 4; }
.m-wide { grid-column: span 3; grid-row: span 2; }
.m-item:nth-child(2) { grid-column: span 2; grid-row: span 2; }
.m-item:nth-child(3) { grid-column: span 2; grid-row: span 3; }
.m-item:nth-child(5) { grid-column: span 3; grid-row: span 2; }
.m-item:nth-child(6) { grid-column: span 3; grid-row: span 2; }

.m-tag { display: none; }

.see-all {
  margin-top: 18px;
  display: inline-flex; align-items: center; gap: 12px;
  padding: 11px 0;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--t-mute);
  background: transparent;
  border: 0;
  transition: color .35s;
}
.see-all svg { width: 13px; height: 13px; color: var(--t-mute); transition: color .35s; }
.see-all:hover { color: var(--t-hi); }
.see-all:hover svg { color: var(--gold); }

/* ----- Overview ----- */
.overview {
  position: sticky; top: 92px;
  align-self: start;
}
.overview-inner {
  background: var(--bg-1);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 38px 36px;
  position: relative;
  overflow: hidden;
}

.kicker {
  font-size: 10px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--t-mute);
  margin: 0 0 14px;
  font-weight: 500;
}
.title {
  font-family: var(--serif);
  font-size: clamp(46px, 4.2vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.022em;
  color: var(--t-hi);
  margin: 0 0 22px;
  font-weight: 500;
}
.title em {
  font-style: italic;
  color: var(--t-hi);
  font-weight: 300;
  letter-spacing: -0.015em;
}
.subtitle {
  margin: 0 0 26px;
  color: var(--t-mute);
  font-size: 14px;
  line-height: 1.7;
}

.rating-row { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; flex-wrap: wrap; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.stars { display: inline-flex; gap: 3px; }
.stars svg { width: 11px; height: 11px; fill: var(--gold); }
.stars.sm svg { width: 10px; height: 10px; }
.rating-num { color: var(--t-hi); font-weight: 500; font-size: 13px; letter-spacing: .04em; }
.rating-meta { color: var(--t-mute); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }

.price-block {
  padding: 0 0 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid var(--line);
}
.price-row { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.price-current {
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 500;
  color: var(--t-hi);
  letter-spacing: -.012em;
}
.price-current .aud {
  font-family: var(--sans);
  font-size: 11px;
  color: var(--t-mute);
  margin-left: 8px;
  letter-spacing: .22em;
  font-weight: 500;
  vertical-align: 6px;
}
.price-finance { margin: 10px 0 0; font-size: 12px; color: var(--t-mute); line-height: 1.6; }

.features-label {
  font-size: 10px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--t-mute);
  font-weight: 500;
  margin: 0 0 14px;
}

.key-features {
  list-style: none; padding: 24px 0 28px; margin: 0 0 26px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 18px;
  border-bottom: 1px solid var(--line);
}
.key-features li { display: flex; gap: 12px; align-items: flex-start; }
.kf-ico {
  width: 28px; height: 28px;
  display: grid; place-items: center;
  color: var(--t-mute);
  flex-shrink: 0;
}
.kf-ico svg { width: 18px; height: 18px; }
.key-features strong { display: block; font-size: 12px; color: var(--t-hi); font-weight: 500; letter-spacing: .02em; }
.key-features span { display: block; font-size: 11px; color: var(--t-mute); line-height: 1.5; margin-top: 3px; }

.config { margin-bottom: 26px; }
.config-row { margin-bottom: 22px; }
.config-row label {
  display: block;
  font-size: 10px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--t-mute);
  margin-bottom: 12px;
  font-weight: 500;
}

.swatches { display: flex; gap: 12px; }
.sw {
  width: 30px; height: 30px;
  border: 1px solid transparent;
  border-radius: 50%;
  padding: 2px;
  transition: all .35s ease;
  position: relative;
}
.sw span {
  display: block; width: 100%; height: 100%;
  border-radius: 50%;
  background: var(--sw);
  border: 1px solid rgba(255,255,255,0.04);
}
.sw:hover { border-color: var(--line-2); }
.sw.active {
  border-color: var(--t);
}

.pill-group { display: flex; gap: 6px; flex-wrap: wrap; }
.pill {
  padding: 9px 14px;
  font-size: 11px;
  letter-spacing: .08em;
  border: 1px solid var(--line-2);
  border-radius: 2px;
  color: var(--t-mute);
  background: transparent;
  transition: all .35s ease;
}
.pill:hover { border-color: var(--t-mute); color: var(--t-hi); }
.pill.active {
  border-color: var(--t-hi);
  background: transparent;
  color: var(--t-hi);
}

.cta-row { display: grid; grid-template-columns: 1.4fr 1fr; gap: 10px; margin-bottom: 28px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px;
  padding: 17px 22px;
  border-radius: 2px;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 500;
  transition: all .45s cubic-bezier(.2,.8,.2,1);
  position: relative;
  overflow: hidden;
}
.btn svg { width: 14px; height: 14px; }
.btn-primary {
  background: var(--t-hi);
  color: var(--bg-0);
  border: 1px solid var(--t-hi);
}
.btn-primary svg { transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.btn-primary:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--bg-0);
}
.btn-primary:hover svg { transform: translateX(4px); }

.btn-ghost {
  background: transparent;
  border: 1px solid var(--line-2);
  color: var(--t);
}
.btn-ghost:hover { border-color: var(--t-mute); color: var(--t-hi); }

.guarantees {
  list-style: none;
  padding: 0;
  margin: 0 0 8px;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}
.guarantees li {
  display: flex; gap: 14px; align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.guarantees svg { width: 18px; height: 18px; color: var(--t-mute); flex-shrink: 0; }
.guarantees strong { display: block; font-size: 12px; color: var(--t-hi); font-weight: 500; letter-spacing: .03em; }
.guarantees span { display: block; font-size: 11px; color: var(--t-mute); margin-top: 2px; }

/* Accordion */
.accordion details {
  border-top: 1px solid var(--line);
}
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 0;
  display: flex; align-items: center; justify-content: space-between;
  font-size: 11px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--t-hi);
  font-weight: 500;
  transition: color .35s;
}
.accordion summary:hover { color: var(--gold); }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary .chev {
  width: 14px; height: 14px;
  position: relative;
}
.accordion summary .chev::before,
.accordion summary .chev::after {
  content:''; position:absolute; left:50%; top:50%;
  background: currentColor;
  transition: transform .3s;
}
.accordion summary .chev::before { width: 12px; height: 1px; transform: translate(-50%,-50%); transition: transform .55s cubic-bezier(.4,0,.2,1); }
.accordion summary .chev::after  { width: 1px; height: 12px; transform: translate(-50%,-50%); transition: transform .55s cubic-bezier(.4,0,.2,1), opacity .35s ease; }
.accordion details[open] summary .chev::after { transform: translate(-50%,-50%) rotate(90deg); opacity: 0; }
.accordion .acc-body {
  padding: 0 0 22px;
  color: var(--t-mute);
  font-size: 13px;
  overflow: hidden;
}

.rv-count {
  margin-left: 8px;
  font-style: normal;
  color: var(--t-mute);
  font-size: 10px;
  letter-spacing: .14em;
}

.spec-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
}
.spec-grid > div {
  padding: 11px 14px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px;
  border-bottom: 1px solid var(--line);
}
.spec-grid > div:nth-child(odd) { border-right: 1px solid var(--line); }
.spec-grid > div:nth-last-child(-n+2) { border-bottom: none; }
.spec-grid span { color: var(--t-mute); letter-spacing: .04em; }
.spec-grid strong { color: var(--t-hi); font-weight: 500; }

.incl-list { list-style: none; padding: 0; margin: 0; }
.incl-list li {
  position: relative;
  padding: 8px 0 8px 22px;
  font-size: 13px;
  color: var(--t);
  border-bottom: 1px dashed var(--line);
}
.incl-list li:last-child { border-bottom: none; }
.incl-list li::before {
  content:'';
  position: absolute; left: 0; top: 15px;
  width: 8px; height: 1px;
  background: var(--t-fade);
}

.review-summary { display: flex; gap: 22px; padding: 14px 0 18px; border-bottom: 1px solid var(--line); margin-bottom: 16px; flex-wrap: wrap; }
.rs-num { font-family: var(--serif); font-size: 44px; font-weight: 500; color: var(--t-hi); display: block; line-height: 1; }
.rs-meta { display: block; font-size: 11px; color: var(--t-mute); margin-top: 6px; }
.rs-bars { flex: 1; min-width: 200px; display: flex; flex-direction: column; gap: 6px; }
.rs-bar { display: flex; align-items: center; gap: 10px; font-size: 11px; }
.rs-bar span { color: var(--t-mute); width: 22px; }
.rs-bar em { color: var(--t-fade); width: 30px; text-align: right; font-style: normal; }
.rs-bar .bar { flex: 1; height: 4px; background: var(--bg-3); border-radius: 99px; overflow: hidden; }
.rs-bar .bar > div { height: 100%; background: var(--t); }
.review header { display: flex; align-items: center; gap: 12px; margin-bottom: 6px; }
.review header strong { color: var(--t-hi); font-size: 13px; font-weight: 500; }
.review header span { color: var(--t-fade); font-size: 11px; }
.review header .stars { margin-left: auto; }
.review p { font-size: 13px; color: var(--t); line-height: 1.6; margin: 0; font-style: italic; }
.show-all-reviews { display: inline-block; margin-top: 16px; color: var(--t-hi); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; border-bottom: 1px solid var(--line-2); padding-bottom: 4px; transition: color .35s, border-color .35s; }
.show-all-reviews:hover { color: var(--gold); border-color: var(--gold); }


/* =====================================================
   MOOD
   ===================================================== */
.mood {
  margin-top: 30px;
  background-size: 105% 105%;
  background-position: 50% 50%;
  background-attachment: fixed;
  position: relative;
  min-height: 70vh;
  display: grid; place-items: center;
  padding: 140px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background-size 14s linear, background-position 14s linear;
}
.mood.mood-active {
  background-size: 118% 118%;
  background-position: 50% 45%;
}
.mood-veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(8,6,5,0.92), rgba(8,6,5,0.78) 50%, rgba(8,6,5,0.92));
}
.mood-inner { text-align: center; position: relative; z-index: 2; max-width: 900px; }
.mood-eyebrow {
  font-size: 10px;
  letter-spacing: .42em;
  text-transform: uppercase;
  color: var(--t-mute);
  margin: 0 0 32px;
  font-weight: 500;
}
.mood-title {
  font-family: var(--serif);
  font-size: clamp(46px, 6.4vw, 96px);
  line-height: 1.0;
  font-weight: 300;
  color: var(--t-hi);
  margin: 0 0 28px;
  letter-spacing: -.026em;
}
.mood-title em { font-style: italic; color: var(--t-hi); font-weight: 300; }
.mood-quote {
  margin: 0;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--t-mute);
  font-size: 18px;
  letter-spacing: .04em;
}

/* =====================================================
   SPORTS LOGOS
   ===================================================== */
.sports {
  padding: 100px 0;
  text-align: center;
}
.sports-eyebrow {
  font-size: 10px;
  letter-spacing: .42em;
  text-transform: uppercase;
  color: var(--t-mute);
  margin: 0 0 22px;
  font-weight: 500;
}
.sports-title {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 300;
  color: var(--t-hi);
  margin: 0 0 60px;
  letter-spacing: -.018em;
  line-height: 1.05;
}
.logo-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.logo-item {
  height: 56px;
  color: var(--t-fade);
  display: grid; place-items: center;
  transition: color .5s ease;
  opacity: .85;
}
.logo-item svg { width: 100%; height: 100%; max-height: 56px; }
.logo-item:hover { color: var(--t-mute); }

/* =====================================================
   FEATURES
   ===================================================== */
.features { padding: 120px 0; }

.section-head {
  max-width: 720px;
  margin: 0 auto 80px;
  text-align: center;
}
.section-head .eyebrow {
  font-size: 10px;
  letter-spacing: .42em;
  text-transform: uppercase;
  color: var(--t-mute);
  margin: 0 0 24px;
  font-weight: 500;
}
.section-head .eyebrow::before {
  content:'';
  display: inline-block;
  width: 24px; height: 1px;
  background: var(--gold);
  vertical-align: middle;
  margin-right: 14px;
  margin-bottom: 3px;
}
.section-head .eyebrow::after {
  content:'';
  display: inline-block;
  width: 24px; height: 1px;
  background: var(--gold);
  vertical-align: middle;
  margin-left: 14px;
  margin-bottom: 3px;
}
.section-head h2 {
  font-family: var(--serif);
  font-size: clamp(44px, 5vw, 76px);
  font-weight: 500;
  color: var(--t-hi);
  margin: 0 0 22px;
  line-height: 1.0;
  letter-spacing: -.028em;
}
.section-head h2 em {
  font-style: italic;
  color: var(--t-hi);
  font-weight: 300;
  letter-spacing: -.022em;
}
.section-head .lede {
  margin: 0;
  font-size: 16px;
  color: var(--t-mute);
  line-height: 1.65;
}

.feature {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 130px;
}
.feature:last-child { margin-bottom: 0; }
.feature.reverse { grid-template-columns: 1fr 1.05fr; }
.feature.reverse .feature-media { order: 2; }
.feature.reverse .feature-copy { order: 1; }

/* Editorial chapter framing — no card, just typographic structure */
.feature.framed {
  position: relative;
  padding-top: 88px;
  margin-top: 40px;
  margin-bottom: 130px;
}
.feature.framed::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 56px; height: 1px;
  background: var(--gold);
}
.feature.framed::after {
  position: absolute;
  top: -8px;
  left: 0;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .42em;
  text-transform: uppercase;
  color: var(--gold);
}
.feature.framed.ch-01::after { content: 'Chapter 01'; }
.feature.framed.ch-02::after { content: 'Chapter 02'; }
.feature.framed.ch-03::after { content: 'Chapter 03'; }
.feature.framed.ch-04::after { content: 'Chapter 04'; }
.feature.framed.ch-05::after { content: 'Chapter 05'; }
.feature.framed.ch-06::after { content: 'Chapter 06'; }
.feature.framed .feature-no {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 64px;
  letter-spacing: -.02em;
  background: transparent;
  border: none;
  backdrop-filter: none;
  padding: 0;
  top: 18px; left: 24px;
  color: rgba(230, 222, 207, 0.0);
  -webkit-text-stroke: 1px rgba(230, 222, 207, 0.45);
}

.feature-media {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 4/3;
  background: var(--bg-1);
}
.feature-media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: filter .8s ease;
  transform: scale(1.08) translate3d(0,0,0);
  will-change: transform;
  filter: saturate(.92) brightness(.92);
}
.feature:hover .feature-media img { filter: saturate(1) brightness(1); }
.feature-media::after {
  content:''; position:absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(11,9,7,0.4));
}
.feature-no {
  position: absolute;
  top: 24px; left: 28px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  font-style: normal;
  color: var(--t-hi);
  line-height: 1;
  z-index: 2;
  letter-spacing: .32em;
  padding: 6px 10px;
  background: rgba(8,6,5,0.55);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.06);
}

.feature-copy { padding: 0 16px; }
.feature-copy .eyebrow {
  font-size: 10px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 20px;
  font-weight: 500;
  display: flex; align-items: center; gap: 14px;
}
.feature-copy .eyebrow::before {
  content:''; display: inline-block;
  width: 24px; height: 1px; background: var(--gold);
}
.feature-copy h3 {
  font-family: var(--serif);
  font-size: clamp(32px, 3.1vw, 48px);
  font-weight: 300;
  line-height: 1.05;
  color: var(--t-hi);
  margin: 0 0 22px;
  letter-spacing: -.022em;
}
.feature-copy p {
  font-size: 15px;
  color: var(--t-mute);
  line-height: 1.7;
  margin: 0 0 22px;
}
.ticks { list-style: none; padding: 0; margin: 0; }
.ticks li {
  position: relative;
  padding: 14px 0 14px 26px;
  font-size: 13px;
  color: var(--t);
  border-top: 1px solid var(--line);
  letter-spacing: .01em;
}
.ticks li:last-child { border-bottom: 1px solid var(--line); }
.ticks li::before {
  content:'';
  position: absolute; left: 0; top: 22px;
  width: 12px; height: 1px;
  background: var(--t-fade);
}

/* =====================================================
   FEATURES V2 · sticky editorial stage
   ===================================================== */
.features-v2 { padding: 120px 0 140px; }

.fx {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 96px;
  align-items: start;
  position: relative;
}

/* ---------- Sticky stage (left) ---------- */
.fx-stage {
  position: sticky;
  top: 0;
  align-self: start;
  height: 100vh;
  display: flex;
  align-items: center;
}
.fx-stage-inner {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.fx-frame {
  position: relative;
  aspect-ratio: 4 / 5;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 2px;
  overflow: hidden;
  background: var(--bg-1);
  box-shadow:
    0 30px 60px -30px rgba(0,0,0,0.7),
    0 1px 0 rgba(230,222,207,0.04) inset;
}
.fx-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.06);
  transition:
    opacity 1.0s cubic-bezier(.4,0,.2,1),
    transform 1.6s cubic-bezier(.4,0,.2,1);
  filter: saturate(.95) brightness(.94);
}
.fx-slide.is-active {
  opacity: 1;
  transform: scale(1.0);
}
.fx-frame-veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(8,6,5,0.0) 40%, rgba(8,6,5,0.78) 100%),
    linear-gradient(180deg, rgba(8,6,5,0.32) 0%, transparent 25%);
  pointer-events: none;
}

/* Ghost serif numeral floating in the frame */
.fx-ghost-num {
  position: absolute;
  top: 18px;
  left: 24px;
  z-index: 2;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(120px, 16vw, 220px);
  line-height: .85;
  letter-spacing: -.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(230, 222, 207, 0.32);
  text-shadow: 0 2px 30px rgba(0,0,0,0.4);
  pointer-events: none;
  transition: opacity .6s ease;
}

/* Frame foot caption */
.fx-frame-foot {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 2;
  padding: 22px 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.fx-frame-foot::before {
  content: '';
  position: absolute;
  left: 26px; right: 26px; top: 0;
  height: 1px;
  background: linear-gradient(to right,
    transparent,
    rgba(230,222,207,0.18) 20%,
    rgba(230,222,207,0.18) 80%,
    transparent);
}
.fx-tag {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .36em;
  text-transform: uppercase;
  color: var(--t-hi);
  position: relative;
}
.fx-tag::before {
  content: '';
  display: inline-block;
  width: 18px; height: 1px;
  background: var(--gold);
  vertical-align: middle;
  margin-right: 12px;
  margin-bottom: 3px;
}

/* Meter beneath the frame */
.fx-meter {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 4px;
}
.fx-meter-num {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  color: var(--t-hi);
  letter-spacing: .01em;
  line-height: 1;
  min-width: 28px;
}
.fx-meter-total {
  color: var(--t-fade);
  text-align: right;
}
.fx-meter-track {
  flex: 1;
  height: 1px;
  background: var(--line-2);
  position: relative;
  overflow: hidden;
}
.fx-meter-track i {
  position: absolute;
  left: 0; top: -1px; bottom: -1px;
  width: var(--p, 16.6%);
  background: linear-gradient(to right, var(--gold-soft), var(--gold-bright));
  box-shadow: 0 0 12px rgba(182, 152, 105, 0.35);
  transition: width .9s cubic-bezier(.4,0,.2,1);
}

/* ---------- Scrolling chapters (right) ---------- */
.fx-scroll {
  display: flex;
  flex-direction: column;
  padding-top: 8vh;
  padding-bottom: 8vh;
}

.fx-chap {
  min-height: 92vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8vh 0;
  max-width: 520px;
  opacity: .35;
  transition: opacity .8s ease;
}
.fx-chap.is-active { opacity: 1; }
.fx-chap:first-child { padding-top: 4vh; }
.fx-chap:last-child  { padding-bottom: 4vh; }

.fx-chap .eyebrow {
  font-size: 10px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 18px;
  font-weight: 500;
}
.fx-chap h3 {
  font-family: var(--serif);
  font-size: clamp(34px, 3.3vw, 52px);
  font-weight: 300;
  line-height: 1.04;
  color: var(--t-hi);
  margin: 0 0 24px;
  letter-spacing: -.024em;
}
.fx-chap > p {
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--t);
  margin: 0 0 28px;
  max-width: 460px;
}
.fx-chap .ticks { max-width: 460px; }

/* Inline per-chapter media (used on mobile only — hidden on desktop) */
.fx-chap-media { display: none; }

/* Mobile / tablet fallback — drop the sticky stage,
   stack media & copy as a clean single-column flow */
@media (max-width: 980px) {
  .features-v2 { padding: 80px 0 100px; }
  .fx {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .fx::before { display: none; }
  .fx-stage { display: none; }
  .fx-scroll { padding: 0; }
  .fx-chap {
    min-height: 0;
    padding: 0 0 80px;
    opacity: 1;
    max-width: none;
  }
  .fx-chap-media {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    margin-bottom: 28px;
    border: 1px solid var(--line);
    border-radius: 2px;
  }
}

/* =====================================================
   ASSETS RAIL (slider)
   ===================================================== */
.assets {
  padding: 30px 0 120px;
  position: relative;
}
.assets-rail-wrap {
  position: relative;
  margin-top: 20px;
}
.assets-rail {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: 0 32px;
  padding: 30px 32px 50px;
  scrollbar-width: thin;
  scrollbar-color: var(--gold-soft) transparent;
}
.assets-rail::-webkit-scrollbar { height: 4px; }
.assets-rail::-webkit-scrollbar-thumb { background: var(--gold-soft); border-radius: 99px; }

.asset-card {
  flex: 0 0 280px;
  height: 460px;
  border-radius: 2px;
  background-size: cover;
  background-position: center;
  position: relative;
  scroll-snap-align: start;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid var(--line);
  transition: transform .8s cubic-bezier(.22,.7,.2,1), border-color .5s;
}
.asset-card:hover {
  transform: translateY(-3px);
  border-color: var(--line-2);
}
.ac-veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(8,6,5,0.15) 0%, rgba(8,6,5,0.4) 50%, rgba(8,6,5,0.92));
}
.ac-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 56px; height: 56px;
  border-radius: 50%;
  background: rgba(8,6,5,0.55);
  border: 1px solid rgba(230,222,207,0.4);
  color: var(--t-hi);
  display: grid; place-items: center;
  transition: all .5s ease;
  backdrop-filter: blur(10px);
}
.ac-play svg { width: 18px; height: 18px; margin-left: 3px; }
.asset-card:hover .ac-play {
  background: var(--t-hi);
  color: var(--bg-0);
  border-color: var(--t-hi);
}
.ac-foot {
  position: absolute;
  bottom: 22px; left: 22px; right: 22px;
  z-index: 2;
}
.ac-foot strong { display: block; color: var(--t-hi); font-size: 19px; font-family: var(--serif); font-weight: 500; margin-bottom: 6px; letter-spacing: -.005em; }
.ac-foot span { display: block; font-size: 10px; letter-spacing: .26em; text-transform: uppercase; color: var(--t-mute); font-weight: 500; }

.rail-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line-2);
  background: rgba(8,6,5,0.85);
  backdrop-filter: blur(6px);
  color: var(--t);
  display: grid; place-items: center;
  z-index: 5;
  transition: all .4s ease;
}
.rail-btn:hover { border-color: var(--t-mute); color: var(--t-hi); }
.rail-btn svg { width: 20px; height: 20px; }
.rail-btn.left { left: 16px; }
.rail-btn.right { right: 16px; }

/* =====================================================
   DOWNLOADS
   ===================================================== */
.downloads { padding: 120px 0; }
.dl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.dl-card {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 26px 28px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 2px;
  transition: all .5s ease;
  position: relative;
}
.dl-card:hover { border-color: var(--line-2); background: var(--bg-1); }
.dl-ico {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  color: var(--t-mute);
  flex-shrink: 0;
  transition: color .4s;
}
.dl-card:hover .dl-ico { color: var(--gold); }
.dl-ico svg { width: 22px; height: 22px; }
.dl-meta { flex: 1; min-width: 0; }
.dl-meta strong { display: block; font-family: var(--serif); font-size: 18px; color: var(--t-hi); font-weight: 500; margin-bottom: 4px; letter-spacing: -.005em; }
.dl-meta span { display: block; font-size: 12px; color: var(--t-mute); margin-bottom: 6px; }
.dl-meta em {
  display: inline-block;
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--t-fade);
  font-style: normal;
  font-weight: 500;
}
.dl-cta {
  width: 36px; height: 36px;
  display: grid; place-items: center;
  border: 1px solid var(--line-2);
  color: var(--t-mute);
  flex-shrink: 0;
  transition: all .4s ease;
  border-radius: 50%;
}
.dl-cta svg { width: 14px; height: 14px; }
.dl-card:hover .dl-cta { color: var(--t-hi); border-color: var(--t-mute); }

/* =====================================================
   FAQ
   ===================================================== */
.faq { padding: 120px 0; border-top: 1px solid var(--line); }
.faq-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.4fr;
  gap: 80px;
  align-items: start;
}
.faq-aside { position: sticky; top: 100px; }
.faq-aside .eyebrow {
  font-size: 10px;
  letter-spacing: .42em;
  text-transform: uppercase;
  color: var(--t-mute);
  margin: 0 0 22px;
  font-weight: 500;
  display: flex; align-items: center; gap: 14px;
}
.faq-aside .eyebrow::before {
  content:''; display: inline-block;
  width: 24px; height: 1px; background: var(--gold);
}
.faq-aside h2 {
  font-family: var(--serif);
  font-size: clamp(38px, 4vw, 60px);
  font-weight: 300;
  color: var(--t-hi);
  margin: 0 0 22px;
  line-height: 1.0;
  letter-spacing: -.024em;
}
.faq-aside h2 em { font-style: italic; color: var(--t-hi); font-weight: 300; }
.faq-aside .lede { margin: 0 0 30px; color: var(--t-mute); font-size: 15px; line-height: 1.7; }
.faq-cta { display: inline-flex; }

.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary {
  list-style: none;
  cursor: pointer;
  padding: 26px 0;
  display: flex; align-items: center; justify-content: space-between;
  gap: 30px;
  font-family: var(--serif);
  font-size: 22px;
  color: var(--t-hi);
  font-weight: 500;
  letter-spacing: -.005em;
  transition: color .25s;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { color: var(--gold); }
.faq-list summary .chev {
  width: 16px; height: 16px;
  position: relative;
  flex-shrink: 0;
}
.faq-list summary .chev::before,
.faq-list summary .chev::after {
  content:''; position:absolute; left:50%; top:50%;
  background: currentColor;
  transition: transform .3s;
}
.faq-list summary .chev::before { width: 14px; height: 1px; transform: translate(-50%,-50%); transition: transform .55s cubic-bezier(.4,0,.2,1); }
.faq-list summary .chev::after  { width: 1px; height: 14px; transform: translate(-50%,-50%); transition: transform .55s cubic-bezier(.4,0,.2,1), opacity .35s ease; }
.faq-list details[open] summary .chev::after { transform: translate(-50%,-50%) rotate(90deg); opacity: 0; }
.faq-list .acc-body {
  padding: 0 0 26px;
  color: var(--t-mute);
  font-size: 15px;
  line-height: 1.75;
  max-width: 90%;
  overflow: hidden;
}

/* =====================================================
   RELATED
   ===================================================== */
.related { padding: 30px 0 120px; }
.related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.rp {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 2px;
  overflow: hidden;
  transition: all .5s ease;
}
.rp:hover { border-color: var(--line-2); background: var(--bg-1); }
.rp-media {
  height: 280px;
  background-size: cover;
  background-position: center;
  position: relative;
  border-bottom: 1px solid var(--line);
}
.rp-tag {
  position: absolute; top: 16px; left: 16px;
  padding: 5px 10px;
  font-size: 9px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--t-hi);
  background: rgba(8,6,5,0.6);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
  font-weight: 500;
}
.rp-meta { padding: 22px 24px 26px; }
.rp-meta .kicker { color: var(--t-mute); font-size: 10px; letter-spacing: .26em; font-weight: 500; }
.rp-meta h3 {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
  color: var(--t-hi);
  margin: 4px 0 6px;
  letter-spacing: -.005em;
}
.rp-desc { font-size: 13px; color: var(--t-mute); margin: 0 0 18px; }
.rp-foot { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--line); }
.rp-foot .price { color: var(--t-hi); font-family: var(--serif); font-size: 20px; font-weight: 500; }
.rp-link { color: var(--t-mute); font-size: 11px; letter-spacing: .26em; text-transform: uppercase; transition: color .4s; font-weight: 500; }
.rp:hover .rp-link { color: var(--t-hi); }

/* =====================================================
   FOOTER
   ===================================================== */
.site-foot {
  padding: 80px 0 30px;
  background: linear-gradient(180deg, var(--bg-0), #08070420);
  border-top: 1px solid var(--line);
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 60px;
}
.foot-brand p { color: var(--t-mute); font-size: 13px; line-height: 1.7; max-width: 320px; }
.foot-brand .brand { margin-bottom: 20px; }
.foot-addr { font-size: 12px !important; color: var(--t-fade) !important; }
.site-foot h4 {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: .28em;
  color: var(--t-hi);
  margin: 0 0 22px;
  text-transform: uppercase;
}
.site-foot a {
  display: block;
  font-size: 13px;
  color: var(--t-mute);
  padding: 5px 0;
  transition: color .2s;
}
.site-foot a:hover { color: var(--t-hi); }

.foot-fine {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 11px;
  color: var(--t-fade);
  letter-spacing: .08em;
}
.foot-links { display: flex; gap: 24px; }
.foot-fine a { display: inline; padding: 0; font-size: 11px; }

/* =====================================================
   LIGHTBOX
   ===================================================== */
.lightbox {
  position: fixed; inset: 0;
  background: rgba(5,4,3,0.96);
  display: none;
  z-index: 200;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(20px);
}
.lightbox.open { display: flex; }
.lb-figure {
  margin: 0;
  max-width: 80vw;
  max-height: 82vh;
  text-align: center;
}
.lb-figure img {
  max-width: 100%;
  max-height: 80vh;
  border-radius: var(--radius);
  border: 1px solid var(--line-2);
  box-shadow: 0 30px 80px -10px rgba(0,0,0,0.8);
}
.lb-figure figcaption {
  margin-top: 22px;
  color: var(--t-mute);
  font-size: 11px;
  letter-spacing: .28em;
  text-transform: uppercase;
  font-weight: 500;
}
.lb-close, .lb-prev, .lb-next {
  position: absolute;
  width: 52px; height: 52px;
  border-radius: 50%;
  border: 1px solid var(--line-2);
  color: var(--t-hi);
  font-size: 28px;
  background: rgba(11,9,7,0.6);
  transition: all .25s;
  display: grid; place-items: center;
}
.lb-close { top: 26px; right: 26px; }
.lb-prev { left: 26px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 26px; top: 50%; transform: translateY(-50%); }
.lb-close:hover, .lb-prev:hover, .lb-next:hover {
  border-color: var(--t-mute);
  color: var(--t-hi);
}
.lb-counter {
  position: absolute;
  bottom: 26px; left: 50%;
  transform: translateX(-50%);
  color: var(--t-mute);
  font-size: 12px;
  letter-spacing: .14em;
}

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .overview { position: static; }
  .feature, .feature.reverse { grid-template-columns: 1fr; gap: 36px; }
  .feature.reverse .feature-media { order: 0; }
  .feature.reverse .feature-copy { order: 0; }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
  .dl-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .faq-aside { position: static; }
  .foot-grid { grid-template-columns: repeat(2, 1fr); }
  .nav-links { display: none; }
  .nav-inner { grid-template-columns: 1fr auto; }
  .logo-row { grid-template-columns: repeat(3, 1fr); gap: 40px; }
}
@media (max-width: 700px) {
  .container { padding: 0 18px; }
  .nav-inner { padding: 14px 18px; }
  .title { font-size: 32px; }
  .overview-inner { padding: 24px 20px; }
  .key-features { grid-template-columns: 1fr; }
  .cta-row { grid-template-columns: 1fr; }
  .masonry { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 80px; }
  .related-grid, .dl-grid { grid-template-columns: 1fr; }
  .logo-row { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .asset-card { flex: 0 0 240px; height: 380px; }
  .feature-no { font-size: 56px; }
  .foot-grid { grid-template-columns: 1fr; gap: 32px; }
  .foot-fine { flex-direction: column; gap: 12px; text-align: center; }
}
