:root {
  --jade-950: #061f1c;
  --jade-900: #0b302b;
  --jade-800: #0b3d36;
  --jade-700: #0f5147;
  --jade-600: #146a5c;
  --gold: #d1a55d;
  --gold-light: #efcf99;
  --paper: #f5f1e8;
  --paper-light: #fbf8f1;
  --mist: #e7e8df;
  --ink: #15201d;
  --ink-soft: #59635f;
  --line: rgba(21, 32, 29, 0.17);
  --line-light: rgba(245, 241, 232, 0.2);
  --display: "Instrument Serif", Georgia, serif;
  --body: "Karla", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --gutter: clamp(22px, 5vw, 84px);
  --shell: 1520px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -ms-overflow-style: none; scrollbar-width: none; scroll-behavior: smooth; background: var(--paper); }
html::-webkit-scrollbar { display: none; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::before {
  position: fixed;
  z-index: 50;
  inset: 0;
  pointer-events: none;
  opacity: 0.05;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}
body.menu-open { overflow: hidden; }
body.menu-open .site-header { color: var(--paper); border-bottom-color: transparent; background: transparent; }
body.menu-open .site-header .brand em { color: var(--gold); }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
img, svg, canvas { display: block; max-width: 100%; }
h1, h2, h3, p { overflow-wrap: break-word; }
[hidden] { display: none !important; }

.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: 200;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: var(--paper);
  background: var(--jade-950);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

.section-shell, .nav-shell, .hero-grid, .inner-hero-grid {
  width: min(100%, var(--shell));
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.section { padding-block: clamp(96px, 12vw, 190px); }
.section-dark { color: var(--paper); background: var(--jade-950); }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 30px;
  color: var(--jade-700);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow::before { width: 34px; height: 1px; background: currentColor; content: ""; }
.eyebrow span { color: var(--ink-soft); }
.eyebrow-light { color: var(--gold); }
.eyebrow-light span { color: rgba(245, 241, 232, 0.55); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding-block: 8px;
  border-bottom: 1px solid currentColor;
  color: var(--jade-700);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: gap 300ms var(--ease), color 300ms ease;
}
.text-link:hover { gap: 28px; color: var(--jade-600); }
.text-link-light { color: var(--paper); }
.text-link-light:hover { color: var(--gold-light); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 58px;
  padding: 17px 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 300ms var(--ease), background 300ms ease, color 300ms ease;
}
.button:hover { transform: translateY(-3px); }
.button-champagne {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--jade-950);
  border-color: rgba(251,248,241,.72);
  background: linear-gradient(135deg, rgba(251,248,241,.92), rgba(239,207,153,.76));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 0 0 1px rgba(209,165,93,.24), 0 16px 32px rgba(2,25,21,.3);
  -webkit-backdrop-filter: blur(14px) saturate(115%);
  backdrop-filter: blur(14px) saturate(115%);
  transition: transform 300ms var(--ease), box-shadow 300ms ease, border-color 300ms ease, background 300ms ease, color 300ms ease;
}
.button-champagne:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,.96), 0 0 0 1px rgba(209,165,93,.32), 0 20px 38px rgba(2,25,21,.34); }
.button-smoked {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--paper-light);
  border-color: rgba(239,207,153,.58);
  background: linear-gradient(112deg, rgba(251,248,241,.16), rgba(251,248,241,.04) 38%, rgba(209,165,93,.13) 100%), rgba(8,55,48,.68);
  box-shadow: inset 0 1px 0 rgba(251,248,241,.31), inset 0 -1px 0 rgba(3,25,21,.42), 0 14px 32px rgba(2,25,21,.26);
  -webkit-backdrop-filter: blur(18px) saturate(112%);
  backdrop-filter: blur(18px) saturate(112%);
}
.button-smoked::after {
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  left: 1px;
  height: 48%;
  pointer-events: none;
  border-radius: 999px 999px 45% 45%;
  opacity: .74;
  background: linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,0));
}
.button-smoked:hover { border-color: rgba(239,207,153,.83); box-shadow: inset 0 1px 0 rgba(251,248,241,.4), inset 0 -1px 0 rgba(3,25,21,.34), 0 19px 38px rgba(2,25,21,.33); }
.button-jade { color: var(--paper-light); background: var(--jade-700); }
.button-jade:hover { background: var(--jade-600); }

/* Header */
.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  color: var(--paper);
  border-bottom: 1px solid transparent;
  transition: background 300ms ease, border-color 300ms ease, color 300ms ease;
}
.site-header.is-scrolled {
  color: var(--ink);
  border-bottom-color: var(--line);
  background: rgba(245, 241, 232, 0.92);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.site-header.story-dark {
  color: var(--paper);
  border-bottom-color: rgba(245,241,232,.12);
  background: rgba(6,31,28,.76);
}
.site-header.story-dark .brand em { color: var(--gold); }
.nav-shell {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto minmax(240px, 1fr);
  align-items: center;
  min-height: 92px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  width: max-content;
  font-family: var(--display);
  font-size: 21px;
  line-height: 1;
  text-decoration: none;
}
.brand em { color: var(--gold); font-weight: 400; }
.is-scrolled .brand em { color: var(--jade-700); }
.brand-mark { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1; }
.brand-mark circle:nth-child(2) { fill: var(--gold); stroke: none; }
.site-nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 52px); }
.site-nav a {
  position: relative;
  padding: 35px 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}
.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 26px;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 300ms var(--ease);
}
.site-nav a:hover::after, .site-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.nav-cta {
  justify-self: end;
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-cta span { color: var(--gold); }
.menu-toggle { display: none; }

/* Home hero */
.hero {
  position: relative;
  display: flex;
  min-height: max(760px, 100svh);
  padding-top: 92px;
  overflow: hidden;
  isolation: isolate;
}
.hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.18;
  content: "";
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(255,255,255,.09) 50%, transparent calc(50% + 1px)),
    radial-gradient(circle at 76% 38%, rgba(209,165,93,.18), transparent 32%);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(480px, .95fr);
  align-items: center;
  gap: clamp(20px, 5vw, 80px);
  padding-top: 7vh;
  padding-bottom: 140px;
}
.hero-copy { position: relative; z-index: 2; max-width: 850px; }
.hero-eyebrow { margin-bottom: clamp(28px, 5vh, 54px); }
.hero h1 {
  margin: 0;
  max-width: 12ch;
  font-family: var(--display);
  font-size: clamp(72px, 8.9vw, 166px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.78;
}
.hero h1 em { color: var(--gold-light); font-weight: 400; }
.hero-lede {
  max-width: 54ch;
  margin: clamp(38px, 5vh, 60px) 0 0;
  color: rgba(245, 241, 232, 0.68);
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 300;
}
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 44px; }
.world-stage { position: relative; z-index: 1; min-height: 620px; }
.world-stage canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.world-stage.is-webgl .world-fallback { opacity: 0; }
.world-aura {
  position: absolute;
  inset: 14% 5% 10%;
  border-radius: 50%;
  opacity: 0.8;
  background: radial-gradient(circle, rgba(209,165,93,.14), rgba(11,61,54,.02) 58%, transparent 72%);
  filter: blur(12px);
}
.world-fallback {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(72%, 520px);
  aspect-ratio: 1;
  border: 1px solid rgba(239,207,153,.45);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 500ms ease;
}
.world-fallback i { position: absolute; inset: 14%; border: 1px solid rgba(239,207,153,.22); border-radius: 50%; }
.world-fallback i:nth-child(2) { inset: 0 28%; }
.world-fallback i:nth-child(3) { inset: 28% 0; }
.world-fallback i:nth-child(4) { inset: 46% -10%; height: 8%; border-radius: 50%; transform: rotate(-14deg); }
.world-label {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(245,241,232,.55);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.world-label::before { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 14px var(--gold); content: ""; }
.label-one { top: 20%; right: 3%; }
.label-two { bottom: 28%; left: 0; }
.label-three { right: 4%; bottom: 17%; }
.world-index { position: absolute; right: 0; bottom: 0; display: flex; align-items: flex-end; gap: 12px; }
.world-index span { color: var(--gold); font-family: var(--display); font-size: 70px; line-height: .72; }
.world-index small { color: rgba(245,241,232,.45); font-size: 9px; letter-spacing: .18em; line-height: 1.45; text-transform: uppercase; }
.hero-rail {
  position: absolute;
  right: var(--gutter);
  bottom: 32px;
  left: var(--gutter);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--line-light);
}
.hero-rail span { padding: 24px 18px 0; border-left: 1px solid var(--line-light); color: rgba(245,241,232,.55); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.hero-rail span:first-child { padding-left: 0; border-left: 0; }
.scroll-cue { position: absolute; bottom: 110px; left: 50%; display: flex; flex-direction: column; align-items: center; gap: 10px; color: rgba(245,241,232,.38); font-size: 9px; letter-spacing: .22em; text-decoration: none; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue i { width: 1px; height: 34px; background: var(--gold); transform-origin: top; animation: scroll-line 2s ease-in-out infinite; }
@keyframes scroll-line { 0%,100% { transform: scaleY(.3); opacity: .4; } 50% { transform: scaleY(1); opacity: 1; } }

/* Hero direction selector */
.hero-selector {
  position: absolute;
  z-index: 8;
  top: 96px;
  right: var(--gutter);
  display: flex;
  align-items: stretch;
  color: rgba(245,241,232,.58);
  border: 1px solid rgba(245,241,232,.15);
  background: rgba(6,31,28,.38);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.hero-selector-label {
  display: grid;
  place-items: center;
  padding: 0 18px;
  color: rgba(245,241,232,.34);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.hero-selector a {
  display: grid;
  align-content: center;
  gap: 2px;
  min-width: 92px;
  min-height: 58px;
  padding: 10px 14px;
  border-left: 1px solid rgba(245,241,232,.12);
  text-decoration: none;
  transition: color 250ms ease, background 250ms ease;
}
.hero-selector a:hover { color: var(--paper); background: rgba(245,241,232,.06); }
.hero-selector b { color: var(--gold); font-size: 9px; font-weight: 500; letter-spacing: .18em; }
.hero-selector a span { font-size: 8px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
html[data-hero="1"] [data-hero-option="1"],
html[data-hero="2"] [data-hero-option="2"],
html[data-hero="3"] [data-hero-option="3"],
html[data-hero="4"] [data-hero-option="4"],
html[data-hero="5"] [data-hero-option="5"],
html[data-hero="6"] [data-hero-option="6"],
html[data-hero="7"] [data-hero-option="7"],
html[data-hero="8"] [data-hero-option="8"] { color: var(--paper); background: rgba(209,165,93,.14); }

.portal-interface, .circle-interface, .horizon-interface,
.tree-interface, .thread-interface, .room-interface, .eclipse-interface { display: none; }

/* Direction 02: a monumental threshold made from eight orbiting points. */
html[data-hero="2"] .hero {
  background:
    radial-gradient(circle at 50% 52%, rgba(209,165,93,.12), transparent 35%),
    linear-gradient(145deg, #041915, var(--jade-950) 52%, #0b3d36);
}
html[data-hero="2"] .hero::before {
  opacity: .8;
  background:
    linear-gradient(90deg, transparent calc(50% - .5px), rgba(239,207,153,.16) 50%, transparent calc(50% + .5px)),
    linear-gradient(transparent calc(50% - .5px), rgba(239,207,153,.09) 50%, transparent calc(50% + .5px));
}
html[data-hero="2"] .hero-grid { position: relative; grid-template-columns: 1fr; justify-items: center; text-align: center; }
html[data-hero="2"] .hero-copy { z-index: 4; display: grid; justify-items: center; max-width: 1160px; }
html[data-hero="2"] .hero h1 { max-width: 10ch; margin-inline: auto; font-size: clamp(78px, 10vw, 176px); line-height: .78; }
html[data-hero="2"] .hero-lede { max-width: 46ch; margin-inline: auto; }
html[data-hero="2"] .hero-actions { justify-content: center; }
html[data-hero="2"] .hero-art { position: absolute; z-index: 1; inset: 42px 7% 92px; min-height: 0; pointer-events: none; }
html[data-hero="2"] .world-aura { inset: 4% 20%; opacity: 1; background: radial-gradient(circle, rgba(209,165,93,.2), transparent 62%); }
html[data-hero="2"] .world-fallback,
html[data-hero="2"] .world-label,
html[data-hero="2"] .world-index { display: none; }
html[data-hero="2"] .portal-interface {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: min(58vw, 690px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
}
.portal-ring { position: absolute; border: 1px solid rgba(239,207,153,.32); border-radius: 50%; }
.portal-ring-a { inset: 3%; box-shadow: inset 0 0 80px rgba(209,165,93,.07), 0 0 80px rgba(209,165,93,.05); animation: portal-breathe 7s ease-in-out infinite; }
.portal-ring-b { inset: 15%; border-style: dashed; animation: portal-spin 28s linear infinite; }
.portal-ring-c { inset: 29%; border-color: rgba(245,241,232,.18); animation: portal-spin-reverse 20s linear infinite; }
.portal-interface strong {
  color: rgba(245,241,232,.42);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .25em;
  line-height: 1.7;
  text-align: center;
  text-transform: uppercase;
}
@keyframes portal-breathe { 0%,100% { transform: scale(.96); opacity: .5; } 50% { transform: scale(1.03); opacity: 1; } }
@keyframes portal-spin { to { transform: rotate(360deg); } }
@keyframes portal-spin-reverse { to { transform: rotate(-360deg); } }

/* Direction 03: eight seats around one shared table. */
html[data-hero="3"] .hero {
  background:
    linear-gradient(90deg, #092c27 0 46%, #061f1c 46%),
    var(--jade-950);
}
html[data-hero="3"] .hero::before {
  opacity: 1;
  background: linear-gradient(90deg, transparent calc(46% - 1px), rgba(209,165,93,.42) 46%, transparent calc(46% + 1px));
}
html[data-hero="3"] .hero-grid { grid-template-columns: minmax(430px,.86fr) minmax(0,1.14fr); gap: clamp(50px,7vw,130px); }
html[data-hero="3"] .hero-copy { grid-column: 2; grid-row: 1; max-width: 820px; }
html[data-hero="3"] .hero-selector { right: auto; left: var(--gutter); }
html[data-hero="3"] .hero h1 { max-width: 8.4ch; font-size: clamp(72px, 8vw, 145px); }
html[data-hero="3"] .hero-art { grid-column: 1; grid-row: 1; min-height: 660px; }
html[data-hero="3"] .world-aura { inset: 10% -6%; background: radial-gradient(ellipse, rgba(209,165,93,.15), transparent 64%); }
html[data-hero="3"] .world-fallback,
html[data-hero="3"] .world-label,
html[data-hero="3"] .world-index { display: none; }
html[data-hero="3"] .circle-interface {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: min(92%, 610px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%) rotate(-7deg);
}
.circle-table {
  position: absolute;
  inset: 19% 8%;
  border: 1px solid rgba(239,207,153,.42);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(209,165,93,.1), transparent 68%);
  box-shadow: inset 0 0 0 24px rgba(245,241,232,.015), 0 30px 90px rgba(0,0,0,.18);
}
.circle-table::before, .circle-table::after { position: absolute; border-radius: 50%; content: ""; }
.circle-table::before { inset: 12%; border: 1px solid rgba(245,241,232,.11); }
.circle-table::after { top: 50%; left: 50%; width: 8px; height: 8px; background: var(--gold); box-shadow: 0 0 28px var(--gold); transform: translate(-50%,-50%); }
.circle-seat {
  position: absolute;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: var(--gold-light);
  border: 1px solid rgba(239,207,153,.45);
  border-radius: 50%;
  background: var(--jade-950);
  font-size: 9px;
  letter-spacing: .12em;
  box-shadow: 0 0 0 8px rgba(209,165,93,.025), 0 0 35px rgba(209,165,93,.08);
  animation: seat-pulse 4s ease-in-out infinite;
}
.seat-1 { top: 4%; left: 50%; transform: translateX(-50%); }
.seat-2 { top: 20%; right: 5%; animation-delay: -.5s; }
.seat-3 { top: 50%; right: -1%; transform: translateY(-50%); animation-delay: -1s; }
.seat-4 { right: 7%; bottom: 18%; animation-delay: -1.5s; }
.seat-5 { bottom: 2%; left: 50%; transform: translateX(-50%); animation-delay: -2s; }
.seat-6 { bottom: 18%; left: 7%; animation-delay: -2.5s; }
.seat-7 { top: 50%; left: -1%; transform: translateY(-50%); animation-delay: -3s; }
.seat-8 { top: 20%; left: 5%; animation-delay: -3.5s; }
.circle-interface strong {
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(245,241,232,.48);
  font-family: var(--display);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.05;
  text-align: center;
  transform: translate(-50%,-50%) rotate(7deg);
}
@keyframes seat-pulse { 0%,100% { box-shadow: 0 0 0 8px rgba(209,165,93,.02), 0 0 20px rgba(209,165,93,.04); } 50% { box-shadow: 0 0 0 13px rgba(209,165,93,.045), 0 0 42px rgba(209,165,93,.12); } }

/* Direction 04: a luminous field moving towards a shared horizon. */
html[data-hero="4"] .hero {
  background:
    radial-gradient(ellipse at 70% 62%, rgba(32,112,96,.38), transparent 47%),
    linear-gradient(155deg, #031613 0%, #082d28 58%, #0e4b41 100%);
}
html[data-hero="4"] .hero::before {
  opacity: .42;
  background:
    linear-gradient(90deg, rgba(245,241,232,.08) 1px, transparent 1px),
    linear-gradient(rgba(245,241,232,.055) 1px, transparent 1px);
  background-size: 8.33vw 100%, 100% 11vh;
  -webkit-mask-image: linear-gradient(to bottom, transparent 4%, #000 45%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 4%, #000 45%, transparent 100%);
  perspective: 500px;
  transform: perspective(700px) rotateX(62deg) scale(1.45) translateY(13%);
}
html[data-hero="4"] .hero-grid { position: relative; grid-template-columns: minmax(0,1.2fr) minmax(420px,.8fr); }
html[data-hero="4"] .hero-copy { z-index: 4; align-self: end; padding-bottom: 7vh; }
html[data-hero="4"] .hero h1 { max-width: 9ch; font-size: clamp(78px, 9.8vw, 178px); }
html[data-hero="4"] .hero-art { align-self: stretch; min-height: 700px; }
html[data-hero="4"] .world-aura { inset: 17% -30% 5% -15%; background: radial-gradient(ellipse, rgba(239,207,153,.17), rgba(20,106,92,.1) 47%, transparent 72%); }
html[data-hero="4"] .world-fallback,
html[data-hero="4"] .world-label,
html[data-hero="4"] .world-index { display: none; }
html[data-hero="4"] .horizon-interface {
  position: absolute;
  right: 0;
  bottom: 12%;
  left: -20%;
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid rgba(239,207,153,.38);
  color: rgba(245,241,232,.4);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}
html[data-hero="4"] .horizon-interface::before {
  position: absolute;
  top: -4px;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 35px 9px rgba(209,165,93,.35);
  content: "";
}

/* Direction 05: eight individual paths grow into one living canopy. */
html[data-hero="5"] .hero {
  background:
    radial-gradient(ellipse at 69% 42%, rgba(25,126,105,.28), transparent 42%),
    linear-gradient(120deg, #031714 0%, #06241f 54%, #0b3d36 100%);
}
html[data-hero="5"] .hero::before {
  opacity: .5;
  background:
    repeating-radial-gradient(ellipse at 72% 98%, transparent 0 62px, rgba(239,207,153,.075) 63px 64px),
    linear-gradient(90deg, transparent calc(34% - 1px), rgba(239,207,153,.16) 34%, transparent calc(34% + 1px));
}
html[data-hero="5"] .hero-grid { grid-template-columns: minmax(330px,.68fr) minmax(590px,1.32fr); align-items: end; gap: 0; }
html[data-hero="5"] .hero-copy { z-index: 4; padding-bottom: clamp(120px,15vh,180px); }
html[data-hero="5"] .hero h1 { max-width: 7.3ch; font-size: clamp(74px,7.4vw,136px); }
html[data-hero="5"] .hero-lede { max-width: 43ch; }
html[data-hero="5"] .hero-art { min-height: 760px; margin-left: -8%; }
html[data-hero="5"] .world-aura { inset: 5% -4% 2% 5%; opacity: 1; background: radial-gradient(ellipse at 50% 39%, rgba(63,147,127,.16), transparent 62%); }
html[data-hero="5"] .world-fallback,
html[data-hero="5"] .world-label,
html[data-hero="5"] .world-index { display: none; }
html[data-hero="5"] .tree-interface {
  position: absolute;
  right: 0;
  bottom: 6%;
  left: 3%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 24px;
  color: rgba(245,241,232,.38);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.tree-interface span { padding-top: 13px; border-top: 1px solid rgba(239,207,153,.22); }
.tree-interface span:last-child { text-align: right; }
.tree-interface strong { color: var(--gold-light); font-family: var(--display); font-size: 19px; font-weight: 400; letter-spacing: 0; line-height: 1.1; text-align: center; text-transform: none; }

/* Direction 06: a bright editorial world linked by one continuous thread. */
html[data-hero="6"] .site-header { color: var(--ink); }
html[data-hero="6"] .site-header.is-scrolled { color: var(--ink); }
html[data-hero="6"] .brand em { color: var(--jade-700); }
html[data-hero="6"] .hero {
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(21,32,29,.055) 1px, transparent 1px),
    linear-gradient(#fbf8f1, #f1ede3);
  background-size: 10vw 100%, 100% 100%;
}
html[data-hero="6"] .hero::before {
  opacity: 1;
  background:
    linear-gradient(118deg, transparent 0 57%, rgba(15,81,71,.08) 57% 57.1%, transparent 57.1%),
    radial-gradient(circle at 76% 52%, rgba(209,165,93,.2), transparent 28%);
}
html[data-hero="6"] .hero-selector { color: var(--ink-soft); border-color: rgba(21,32,29,.2); background: rgba(251,248,241,.72); }
html[data-hero="6"] .hero-selector-label { color: rgba(21,32,29,.42); }
html[data-hero="6"] .hero-selector a { border-left-color: rgba(21,32,29,.14); }
html[data-hero="6"] .hero-selector a:hover { color: var(--jade-700); background: rgba(15,81,71,.06); }
html[data-hero="6"] [data-hero-option="6"] { color: var(--paper); background: var(--jade-700); }
html[data-hero="6"] .hero-grid { grid-template-columns: minmax(420px,.82fr) minmax(620px,1.18fr); gap: 0; }
html[data-hero="6"] .hero-copy { z-index: 4; align-self: end; max-width: 690px; padding-bottom: clamp(120px,14vh,170px); }
html[data-hero="6"] .hero-eyebrow { color: var(--jade-700); }
html[data-hero="6"] .hero h1 { max-width: 7ch; color: var(--jade-950); font-size: clamp(76px,7.7vw,140px); }
html[data-hero="6"] .hero h1 em { color: var(--jade-700); }
html[data-hero="6"] .hero-lede { color: var(--ink-soft); }
html[data-hero="6"] .text-link-light { color: var(--jade-800); }
html[data-hero="6"] .hero-art { min-height: 760px; margin-left: -9%; }
html[data-hero="6"] .world-aura { inset: 5% -10% 0 -4%; background: radial-gradient(ellipse, rgba(209,165,93,.15), transparent 66%); }
html[data-hero="6"] .world-fallback,
html[data-hero="6"] .world-label,
html[data-hero="6"] .world-index { display: none; }
html[data-hero="6"] .thread-interface {
  position: absolute;
  right: 0;
  bottom: 10%;
  left: 3%;
  display: flex;
  justify-content: space-between;
  color: var(--jade-700);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}
html[data-hero="6"] .hero-rail { border-top-color: rgba(21,32,29,.16); }
html[data-hero="6"] .hero-rail span { color: rgba(21,32,29,.5); border-left-color: rgba(21,32,29,.14); }
html[data-hero="6"] .scroll-cue { color: rgba(21,32,29,.42); }

/* Direction 07: eight architectural thresholds form a room around the visitor. */
html[data-hero="7"] .hero {
  background:
    radial-gradient(circle at 52% 43%, rgba(24,103,88,.25), transparent 34%),
    linear-gradient(145deg, #020d0c, #061b18 56%, #092c27);
}
html[data-hero="7"] .hero::before {
  opacity: .5;
  background:
    linear-gradient(90deg, transparent calc(50% - .5px), rgba(239,207,153,.2) 50%, transparent calc(50% + .5px)),
    linear-gradient(transparent calc(58% - .5px), rgba(239,207,153,.12) 58%, transparent calc(58% + .5px));
}
html[data-hero="7"] .hero-grid { position: relative; display: block; min-height: calc(max(760px,100svh) - 92px); padding-top: clamp(170px,21vh,230px); padding-bottom: 150px; }
html[data-hero="7"] .hero-copy { z-index: 5; display: grid; grid-template-columns: minmax(0,1.12fr) minmax(350px,.88fr); align-items: end; column-gap: clamp(60px,10vw,180px); max-width: none; }
html[data-hero="7"] .hero-eyebrow { grid-column: 1 / 3; }
html[data-hero="7"] .hero h1 { grid-column: 1; grid-row: 2 / 4; max-width: 8.7ch; font-size: clamp(82px,8.8vw,160px); }
html[data-hero="7"] .hero-lede { grid-column: 2; grid-row: 2; max-width: 44ch; margin: 0 0 28px; }
html[data-hero="7"] .hero-actions { grid-column: 2; grid-row: 3; margin-top: 0; }
html[data-hero="7"] .hero-art { position: absolute; z-index: 1; inset: 68px 9% 52px; min-height: 0; pointer-events: none; }
html[data-hero="7"] .world-aura { inset: 2% 12%; opacity: 1; background: radial-gradient(circle, rgba(209,165,93,.12), rgba(20,106,92,.08) 40%, transparent 68%); }
html[data-hero="7"] .world-fallback,
html[data-hero="7"] .world-label,
html[data-hero="7"] .world-index { display: none; }
html[data-hero="7"] .room-interface {
  position: absolute;
  top: 50%;
  right: -2%;
  left: -2%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: rgba(245,241,232,.35);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  transform: translateY(-50%);
}
.room-interface span:last-child { text-align: right; }
.room-interface strong { color: rgba(239,207,153,.2); font-family: var(--display); font-size: clamp(140px,16vw,260px); font-weight: 400; line-height: 1; }
html[data-hero="7"] .hero-rail { z-index: 6; }

/* Direction 08: the connected world rises from beneath the fold. */
html[data-hero="8"] .hero {
  background:
    radial-gradient(ellipse at 50% 100%, rgba(20,106,92,.38), transparent 52%),
    linear-gradient(180deg, #020d0c 0%, #061f1c 70%, #0a3932 100%);
}
html[data-hero="8"] .hero::before {
  opacity: .32;
  background: radial-gradient(ellipse at 50% 100%, rgba(209,165,93,.2), transparent 48%);
}
html[data-hero="8"] .hero-grid { position: relative; display: grid; grid-template-columns: 1fr; justify-items: center; align-items: start; padding-top: clamp(110px,13vh,150px); padding-bottom: 170px; text-align: center; }
html[data-hero="8"] .hero-copy { z-index: 5; display: grid; justify-items: center; max-width: 1200px; transform: translateY(clamp(-68px, -6vh, -42px)); }
html[data-hero="8"] .hero-eyebrow { margin-bottom: clamp(18px,3vh,34px); }
html[data-hero="8"] .hero h1 { max-width: 10.5ch; margin-inline: auto; font-size: clamp(78px,9.2vw,166px); line-height: .77; }
html[data-hero="8"] .hero-lede { max-width: 48ch; margin-top: clamp(25px,3.5vh,42px); margin-inline: auto; }
html[data-hero="8"] .hero-actions { justify-content: center; margin-top: 34px; }
html[data-hero="8"] .hero-art { position: absolute; z-index: 1; right: -8%; bottom: -8%; left: -8%; min-height: 100%; pointer-events: none; }
html[data-hero="8"] .world-aura { inset: 38% 2% -25%; opacity: 1; background: radial-gradient(ellipse, rgba(209,165,93,.2), rgba(20,106,92,.12) 45%, transparent 70%); }
html[data-hero="8"] .world-fallback,
html[data-hero="8"] .world-label,
html[data-hero="8"] .world-index { display: none; }
html[data-hero="8"] .eclipse-interface {
  position: absolute;
  right: 8%;
  bottom: 10%;
  left: 8%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  color: rgba(245,241,232,.4);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.eclipse-interface i { height: 1px; background: linear-gradient(90deg, transparent, rgba(239,207,153,.65), transparent); }
html[data-hero="8"] .hero-rail { display: none; }
html[data-hero="8"] .scroll-cue { z-index: 7; bottom: 28px; }

/* Audience */
.horizontal-story { position: relative; }
.manifesto-story-content { will-change: transform; }
html.has-horizontal-story .horizontal-story { height: var(--story-height, 300vh); }
html.has-horizontal-story .horizontal-story-pin { position: sticky; top: 0; height: 100svh; overflow: hidden; }
html.has-horizontal-story .horizontal-story-track { display: flex; width: 300vw; height: 100%; will-change: transform; }
html.has-horizontal-story .horizontal-story .section,
html.has-horizontal-story .horizontal-story .ritual { flex: 0 0 100vw; width: 100vw; min-height: 100%; height: 100%; }
html.has-horizontal-story .section-audience { display: grid; align-content: center; padding-block: clamp(80px,10vh,140px); }
html.has-horizontal-story .section-audience .audience-grid { width: 100%; }
html.has-horizontal-story .ritual { min-height: 100%; }
html.has-horizontal-story .manifesto-preview { padding: 0; overflow: hidden; }
html.has-horizontal-story .manifesto-story-content { width: 100%; padding-top: clamp(96px,12vh,190px); }
.section-audience { background: var(--paper-light); }
.audience-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 10vw, 180px); }
.section-intro h2, .manifesto-preview h2, .what-you-get h2, .booking-step-head h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(52px, 5.6vw, 102px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .92;
}
.identity-list { margin: 0; padding: 0; list-style: none; }
.identity-list li {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  min-height: 82px;
  border-bottom: 1px solid var(--line);
  font-family: var(--display);
  font-size: clamp(28px, 3vw, 50px);
  line-height: 1;
  transition: padding 350ms var(--ease), color 300ms ease;
}
.identity-list li:first-child { border-top: 1px solid var(--line); }
.identity-list li:hover { padding-left: 18px; color: var(--jade-700); }
.identity-list li span { color: var(--ink-soft); font-family: var(--body); font-size: 10px; letter-spacing: .12em; }

/* Ritual */
.ritual { position: relative; display: grid; place-items: center; min-height: min(920px, 100svh); overflow: hidden; isolation: isolate; }
.ritual-lines { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(245,241,232,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(245,241,232,.08) 1px, transparent 1px); background-size: 90px 90px; mask-image: radial-gradient(circle at center, black, transparent 70%); }
.ritual-orbit { position: absolute; width: min(68vw, 720px); aspect-ratio: 1; }
.orbit { position: absolute; inset: 0; border: 1px solid rgba(209,165,93,.36); border-radius: 50%; }
.orbit-a { animation: orbit-breathe 14s ease-in-out infinite; }
.orbit-b { inset: 14%; border-color: rgba(245,241,232,.18); animation: orbit-breathe 14s ease-in-out 700ms infinite reverse; }
@keyframes orbit-breathe { 0%,100% { transform: scale(.78); opacity: .35; } 32%,54% { transform: scale(1); opacity: 1; } }
.ritual-copy { position: relative; z-index: 2; text-align: center; }
.ritual-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(70px, 10vw, 170px); font-weight: 400; letter-spacing: -.04em; line-height: .78; }
.ritual-copy h2 span { display: block; opacity: .18; animation: cue-words 14s linear infinite; }
.ritual-copy h2 span:nth-child(2) { animation-delay: 4s; }
.ritual-copy h2 span:nth-child(3) { animation-delay: 7s; color: var(--gold-light); }
@keyframes cue-words { 0%,28% { opacity: .18; } 4%,18% { opacity: 1; } }
.ritual-copy > p:last-child { margin: 42px 0 0; color: rgba(245,241,232,.58); font-family: var(--display); font-size: 22px; font-style: italic; }

/* Manifesto preview */
.manifesto-preview { padding-bottom: 0; background: var(--paper); }
.manifesto-preview-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 10vw, 180px); }
.manifesto-aside h2 em { color: var(--jade-700); font-weight: 400; }
.manifesto-aside .text-link { margin-top: 52px; }
.beliefs { max-width: 770px; }
.beliefs p { max-width: 34ch; margin: 0 0 48px; color: var(--ink-soft); font-size: clamp(20px, 1.8vw, 28px); font-weight: 300; }
.beliefs .belief-lead { max-width: 18ch; color: var(--ink); font-family: var(--display); font-size: clamp(46px, 4.6vw, 80px); line-height: 1; }
.beliefs blockquote { margin: 100px 0 0; padding-left: clamp(28px, 5vw, 76px); border-left: 1px solid var(--gold); font-family: var(--display); font-size: clamp(38px, 4.3vw, 74px); line-height: 1.05; }
.beliefs blockquote em { color: var(--jade-700); font-weight: 400; }
.values-marquee { margin-top: clamp(100px, 13vw, 190px); overflow: hidden; border-block: 1px solid var(--line); }
.values-marquee-track { display: flex; width: max-content; will-change: transform; animation: value-drift 35s linear infinite; }
.values-marquee-group { display: flex; flex: 0 0 auto; }
.values-marquee span { display: flex; align-items: baseline; gap: 13px; padding: 28px 44px; border-right: 1px solid var(--line); color: var(--jade-700); font-family: var(--display); font-size: clamp(30px, 3vw, 48px); white-space: nowrap; }
.values-marquee i { color: var(--ink-soft); font-family: var(--body); font-size: 11px; font-style: normal; letter-spacing: .12em; text-transform: uppercase; }
@keyframes value-drift { to { transform: translate3d(var(--values-cycle, -50%), 0, 0); } }

/* Benefits */
.what-you-get { background: var(--paper-light); }
.section-heading-row { display: flex; justify-content: space-between; gap: 60px; align-items: end; margin-bottom: 90px; }
.section-heading-row > p { max-width: 38ch; margin: 0 0 8px; color: var(--ink-soft); font-weight: 300; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.benefit-grid article { position: relative; min-height: 520px; padding: clamp(28px, 4vw, 58px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.card-number { color: var(--ink-soft); font-size: 10px; letter-spacing: .15em; }
.benefit-grid svg { width: 104px; height: 104px; margin: 74px auto 58px; fill: none; stroke: var(--jade-700); stroke-width: 1; }
.benefit-grid h3 { margin: 0 0 18px; font-family: var(--display); font-size: clamp(34px, 3vw, 48px); font-weight: 400; line-height: 1; }
.benefit-grid p { max-width: 31ch; margin: 0; color: var(--ink-soft); font-weight: 300; }

/* Store and learning pathways */
.pathways { background: var(--paper-light); }
.pathways .section-heading-row h2, .store-section .section-heading-row h2, .membership-store .section-heading-row h2, .testimonials-store .section-heading-row h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(58px, 6vw, 104px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .9;
}
.pathways .section-heading-row h2 em, .store-section .section-heading-row h2 em, .testimonials-store .section-heading-row h2 em { color: var(--jade-700); font-weight: 400; }
.membership-store .section-heading-row h2 em { color: var(--gold-light); font-weight: 400; }
.pathway-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
@media (min-width: 1181px) { .pathway-grid.has-three { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.pathway-grid a { min-height: 330px; padding: clamp(24px, 3vw, 42px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; transition: color 300ms ease, background 300ms ease; }
.pathway-grid a:hover { color: var(--paper); background: var(--jade-700); }
.pathway-grid span { color: var(--ink-soft); font-size: 10px; letter-spacing: .15em; }
.pathway-grid h3 { margin: 74px 0 18px; font-family: var(--display); font-size: clamp(30px, 2.7vw, 46px); font-weight: 400; line-height: 1; }
.pathway-grid p { margin: 0; color: var(--ink-soft); font-size: 15px; font-weight: 300; }
.pathway-grid a:hover p, .pathway-grid a:hover span { color: rgba(245,241,232,.7); }
.featured-store { margin-top: clamp(80px, 10vw, 140px); }
.featured-store > .text-link { margin-top: 40px; }
.product-category { margin: 0 0 14px; color: var(--jade-700); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.product-card { min-width: 0; border: 1px solid var(--line); background: var(--paper-light); }
.product-cover { width: 100%; aspect-ratio: 1.42; object-fit: cover; border-bottom: 1px solid var(--line); }
.product-cover-fallback { display: grid; place-items: center; color: var(--gold-light); background: radial-gradient(circle at 68% 34%, rgba(209,165,93,.25), transparent 30%), linear-gradient(145deg, var(--jade-700), var(--jade-950)); }
.product-cover-fallback span { font-family: var(--display); font-size: clamp(44px, 5vw, 78px); font-style: italic; }
.product-card-body { padding: clamp(24px, 3vw, 38px); }
.product-card h3 { margin: 0; font-family: var(--display); font-size: clamp(34px, 3vw, 48px); font-weight: 400; letter-spacing: -.02em; line-height: 1; }
.product-summary { min-height: 4.8em; margin: 22px 0 0; color: var(--ink-soft); font-size: 15px; font-weight: 300; }
.product-details { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 14px; }
.product-details ul, .membership-benefits { display: grid; gap: 8px; padding-left: 20px; }
.product-details-toggle { margin-top: 18px; padding: 0 0 4px; border: 0; border-bottom: 1px solid currentColor; color: var(--jade-700); background: transparent; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.product-intro-video { width: 100%; aspect-ratio: 16 / 9; margin-top: 24px; border: 0; background: var(--jade-950); }
.product-video-link { display: inline-block; margin-top: 24px; color: var(--jade-700); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.purchase-library { padding-block: clamp(70px, 9vw, 130px); background: #efe6d6; }
.purchase-library h2 { margin: 0 0 40px; }
.library-assets { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.library-asset { display: flex; justify-content: space-between; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; }
.library-asset:nth-child(odd) { padding-right: 28px; }
.library-asset:nth-child(even) { padding-left: 28px; border-left: 1px solid var(--line); }
.library-asset small { color: var(--jade-700); letter-spacing: .12em; text-transform: uppercase; }
.product-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 32px; }
.product-price { font-family: var(--display); font-size: 28px; font-weight: 400; }
.product-tier-list { display: grid; gap: 12px; margin-top: 28px; }
.product-tier { display: grid; gap: 14px; padding: 20px; border: 1px solid var(--line); background: rgba(255,255,255,.42); }
.product-tier-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.product-tier h4 { margin: 0; font-family: var(--display); font-size: 27px; font-weight: 400; }
.product-tier p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.product-tier .product-action { justify-self: start; }
.product-action { min-height: 48px; padding: 14px 21px; font-size: 10px; }
.product-coming { color: var(--ink-soft); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.product-checkout-status { min-height: 1.4em; margin: 12px 0 0; color: #9e3e31; font-size: 12px; }
.store-empty { grid-column: 1 / -1; padding: 70px 24px; border-block: 1px solid var(--line); color: var(--ink-soft); text-align: center; }
.store-hero { min-height: 690px; padding-top: 92px; }
.store-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; min-height: 690px; padding-block: 140px 110px; }
.store-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(78px, 10vw, 168px); font-weight: 400; letter-spacing: -.045em; line-height: .78; }
.store-hero h1 em { color: var(--gold-light); font-weight: 400; }
.store-hero-copy { max-width: 39ch; padding-bottom: 10px; color: rgba(245,241,232,.68); font-size: 19px; font-weight: 300; }
.store-hero-copy .button { margin-top: 34px; }
.purchase-notice { position: relative; z-index: 2; padding: 16px var(--gutter); color: var(--jade-950); background: var(--gold-light); text-align: center; }
.membership-store .section-heading-row > p { color: rgba(245,241,232,.62); }
.membership-card { display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(50px, 9vw, 150px); padding: clamp(32px, 6vw, 80px); border: 1px solid var(--line-light); background: rgba(255,255,255,.035); }
.membership-card h3 { margin: 0; font-family: var(--display); font-size: clamp(48px, 5vw, 82px); font-weight: 400; line-height: .95; }
.membership-card .product-summary { min-height: 0; color: rgba(245,241,232,.66); font-size: 18px; }
.membership-benefits { margin-top: 32px; color: rgba(245,241,232,.75); }
.membership-plans { display: flex; flex-direction: column; justify-content: center; gap: 14px; }
.membership-plans .button { width: 100%; }
.membership-card .product-coming { color: rgba(245,241,232,.55); text-align: center; }
.lead-magnet { background: var(--mist); }
.lead-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(70px, 10vw, 170px); align-items: center; }
.lead-grid h2 { margin: 0; max-width: 12ch; font-family: var(--display); font-size: clamp(52px, 5.5vw, 94px); font-weight: 400; line-height: .95; }
.lead-grid > div > p:last-child { max-width: 43ch; color: var(--ink-soft); }
.lead-panel { padding: clamp(28px, 4vw, 56px); border: 1px solid var(--line); background: var(--paper-light); }
.light-form { display: grid; gap: 20px; }
.light-form > label:not(.check-row) { display: grid; gap: 8px; color: var(--ink-soft); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.light-form input:not([type="checkbox"]) { width: 100%; border: 0; border-bottom: 1px solid var(--line); padding: 12px 0; outline: 0; color: var(--ink); background: transparent; font-family: var(--display); font-size: 31px; }
.light-form input:focus { border-color: var(--jade-700); }
.light-form .check-row { margin: 0; color: var(--ink-soft); letter-spacing: 0; text-transform: none; }
.light-form .form-status { color: var(--ink-soft); }
.lead-success { border-color: var(--line); }
.lead-success p { color: var(--ink-soft); }
.store-testimonials { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.store-testimonial { min-height: 310px; margin: 0; padding: clamp(28px, 4vw, 52px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.store-testimonial p { margin: 0; font-family: var(--display); font-size: clamp(28px, 2.7vw, 44px); line-height: 1.08; }
.store-testimonial footer { margin-top: 40px; color: var(--ink-soft); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.membership-interest { margin-top: 46px; }
.membership-interest > label:not(.check-row) { display: block; margin: 26px 0 8px; color: rgba(245,241,232,.48); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }

/* Join */
.join-section { position: relative; overflow: hidden; padding-block: clamp(110px, 14vw, 210px); }
.join-orbit { position: absolute; top: 50%; left: -17vw; width: 62vw; aspect-ratio: 1; border: 1px solid rgba(209,165,93,.16); border-radius: 50%; transform: translateY(-50%); }
.join-orbit::before, .join-orbit::after { position: absolute; inset: 14%; border: 1px solid rgba(245,241,232,.08); border-radius: 50%; content: ""; }
.join-orbit::after { inset: 34%; background: rgba(209,165,93,.05); }
.join-intro { position: relative; max-width: 62ch; margin-bottom: clamp(56px, 7vw, 96px); }
.join-intro h2 { margin: 0 0 26px; font-family: var(--display); font-size: clamp(64px, 7.3vw, 132px); font-weight: 400; letter-spacing: -.04em; line-height: .82; }
.join-intro h2 em { color: var(--gold-light); font-weight: 400; }
.join-intro p { max-width: 54ch; margin: 0; color: rgba(245,241,232,.68); font-size: 19px; font-weight: 300; }

.member-benefits { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 3vw, 44px); margin-bottom: clamp(64px, 8vw, 110px); }
.member-benefits article { padding: clamp(22px, 2.4vw, 30px); border: 1px solid rgba(245,241,232,.14); }
.member-benefits svg { width: 38px; height: 38px; margin-bottom: 20px; fill: none; stroke: var(--gold); stroke-width: 1.5; }
.member-benefits h3 { margin: 0 0 10px; font-family: var(--display); font-size: 21px; font-weight: 400; }
.member-benefits p { margin: 0; color: rgba(245,241,232,.6); font-size: 14px; font-weight: 300; line-height: 1.55; }

.member-rhythm { position: relative; margin-bottom: clamp(56px, 7vw, 90px); }
.member-rhythm h3 { margin: 0 0 26px; font-family: var(--display); font-size: clamp(23px, 2.1vw, 30px); font-weight: 400; color: var(--gold-light); }
.member-weeks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin: 0; padding: 0; list-style: none; }
.member-weeks li { padding-top: 18px; border-top: 1px solid rgba(245,241,232,.22); color: rgba(245,241,232,.68); font-size: 14px; font-weight: 300; line-height: 1.5; }
.member-weeks li span { display: block; margin-bottom: 8px; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }

.member-closing { position: relative; max-width: 46ch; margin: 0 0 clamp(64px, 8vw, 110px); color: var(--paper); font-family: var(--display); font-size: clamp(23px, 2.3vw, 32px); font-weight: 300; line-height: 1.4; }

.join-panel { position: relative; max-width: 640px; }
.member-pricing-note { display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 0 0 30px; padding: 0; list-style: none; color: rgba(245,241,232,.68); font-size: 13.5px; letter-spacing: .02em; }
.member-pricing-note strong { color: var(--gold-light); font-weight: 500; }
.waitlist-form > label:first-child { display: block; margin-bottom: 12px; color: rgba(245,241,232,.48); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.input-line { display: flex; gap: 18px; border-bottom: 1px solid rgba(245,241,232,.45); }
.input-line:focus-within { border-color: var(--gold); }
.input-line input { flex: 1; min-width: 0; padding: 15px 0 18px; border: 0; outline: 0; color: var(--paper); background: transparent; font-family: var(--display); font-size: clamp(30px, 3vw, 46px); }
.input-line input::placeholder { color: rgba(245,241,232,.23); }
.input-line button { padding: 0 8px; border: 0; color: var(--gold); background: transparent; font-size: 11px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; cursor: pointer; }
.input-line button:disabled { opacity: .4; cursor: wait; }
.check-row { display: flex; gap: 14px; max-width: 52ch; margin-top: 26px; color: rgba(245,241,232,.58); font-size: 14px; cursor: pointer; }
.check-row input { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 3px; accent-color: var(--gold); }
.form-note, .form-status { margin: 15px 0 0; color: rgba(245,241,232,.42); font-size: 13px; }
.form-status.is-error { color: #f3b4a9; }
.waitlist-success { display: flex; align-items: center; gap: 24px; padding: 28px 0; border-block: 1px solid var(--line-light); }
.waitlist-success > span { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); }
.waitlist-success h3 { margin: 0; font-family: var(--display); font-size: 34px; font-weight: 400; }
.waitlist-success p { margin: 3px 0 0; color: rgba(245,241,232,.58); }

/* Inner and about pages */
.inner-hero { min-height: min(900px, 100svh); padding-top: 92px; overflow: hidden; }
.inner-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; min-height: calc(min(900px, 100svh) - 92px); gap: 30px; }
.inner-hero-copy { position: relative; z-index: 2; }
.inner-hero h1, .book-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(80px, 9.5vw, 170px); font-weight: 400; letter-spacing: -.045em; line-height: .79; }
.inner-hero h1 em, .book-hero h1 em { color: var(--gold-light); font-weight: 400; }
.inner-hero-copy > p:last-child { max-width: 36ch; margin: 52px 0 0; color: rgba(245,241,232,.64); font-size: 20px; }
.legal-copy { max-width: 760px; }
.legal-copy h2 { margin-top: 2.2em; }
.legal-copy h2:first-of-type { margin-top: 0; }
.legal-copy ul { margin: 1em 0; padding-left: 1.2em; }
.legal-copy li { margin-bottom: .5em; }
.legal-updated { margin-bottom: 2em; color: var(--ink-soft); font-size: 13px; letter-spacing: .04em; text-transform: uppercase; }
.world-stage-small { min-height: 600px; }
.about-opening { background: var(--paper-light); }
.about-opening-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; }
.about-statement { max-width: 29ch; margin: 0; font-family: var(--display); font-size: clamp(46px, 5vw, 86px); letter-spacing: -.025em; line-height: 1.02; }
.about-statement em { color: var(--jade-700); font-weight: 400; }
.manifesto-full { border-top: 1px solid var(--line); }
.manifesto-full-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(70px, 11vw, 190px); align-items: start; }
.manifesto-sticky, .manifesto-copy { min-width: 0; }
.manifesto-sticky { position: sticky; top: 142px; }
.manifesto-sticky h2 { margin: 0; font-family: var(--display); font-size: clamp(68px, 7vw, 120px); font-weight: 400; letter-spacing: -.04em; line-height: .8; }
.manifesto-sticky h2 em { color: var(--jade-700); font-weight: 400; }
.manifesto-progress { width: 1px; height: 140px; margin-top: 55px; background: var(--line); }
.manifesto-progress span { display: block; width: 1px; height: 100%; background: var(--jade-700); transform: scaleY(0); transform-origin: top; }
.manifesto-copy { max-width: 820px; }
.manifesto-copy > p { margin: 0 0 clamp(72px, 9vw, 130px); color: var(--ink-soft); font-family: var(--display); font-size: clamp(32px, 3.8vw, 62px); line-height: 1.15; }
.manifesto-copy .manifesto-large { color: var(--ink); font-size: clamp(48px, 5.5vw, 94px); line-height: .98; }
.manifesto-copy em, .manifesto-copy blockquote em { color: var(--jade-700); font-weight: 400; }
.manifesto-copy blockquote { margin: 140px 0 0; padding: 70px 0 0; border-top: 1px solid var(--gold); font-family: var(--display); font-size: clamp(54px, 6vw, 104px); line-height: .95; }
.value-stack { margin: 130px 0; border-top: 1px solid var(--line); }
.value-stack div { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px 20px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.value-stack b { color: var(--jade-700); font-family: var(--display); font-size: clamp(34px, 3.2vw, 54px); font-weight: 400; }
.value-stack span { color: var(--ink-soft); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.about-cta { padding-block: clamp(110px, 14vw, 210px); }
.about-cta-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; }
.about-cta-grid > *, .join-grid > * { min-width: 0; }
.about-cta h2 { margin: 0; font-family: var(--display); font-size: clamp(66px, 8vw, 140px); font-weight: 400; letter-spacing: -.04em; line-height: .82; }
.about-cta h2 em { color: var(--gold-light); font-weight: 400; }
.about-cta p { max-width: 48ch; margin: 46px 0 0; color: rgba(245,241,232,.62); }

/* Booking */
.book-hero { position: relative; min-height: 720px; padding-top: 92px; overflow: hidden; }
.book-hero-lines { position: absolute; inset: 0; opacity: .22; background: radial-gradient(circle at 78% 48%, rgba(209,165,93,.18), transparent 24%), repeating-radial-gradient(circle at 78% 48%, transparent 0 73px, rgba(245,241,232,.11) 74px 75px); }
.book-hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; min-height: 628px; padding-bottom: clamp(70px, 8vw, 120px); }
.book-intro { justify-self: end; max-width: 530px; }
.book-intro > p { margin: 0; color: rgba(245,241,232,.65); font-size: clamp(18px, 1.6vw, 23px); font-weight: 300; }
.time-orbit { position: relative; width: 190px; height: 190px; margin: 68px 0 0 auto; border: 1px solid rgba(209,165,93,.45); border-radius: 50%; }
.time-orbit::before { position: absolute; inset: 22%; border: 1px solid rgba(245,241,232,.18); border-radius: 50%; content: ""; }
.time-orbit span, .time-orbit i, .time-orbit b { position: absolute; left: 50%; bottom: 50%; width: 1px; height: 38%; background: var(--gold); transform-origin: bottom; animation: hand-turn 12s linear infinite; }
.time-orbit i { height: 27%; background: var(--paper); animation-duration: 60s; }
.time-orbit b { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); transform: translate(-3px, 3px); }
@keyframes hand-turn { to { transform: rotate(360deg); } }
.booking-flow { background: var(--paper-light); }
.booking-step-head { margin-bottom: 80px; }
.session-options { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.session-option { position: relative; display: flex; flex-direction: column; min-height: 440px; padding: clamp(26px, 3vw, 46px); border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; background: transparent; cursor: pointer; transition: color 350ms ease, background 350ms ease; }
.session-option:hover, .session-option[aria-pressed="true"] { color: var(--paper); background: var(--jade-800); }
.session-meta { color: var(--jade-700); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.session-option:hover .session-meta, .session-option[aria-pressed="true"] .session-meta { color: var(--gold); }
.session-index { position: absolute; top: 32px; right: 34px; color: var(--ink-soft); font-size: 10px; }
.session-option strong { display: block; margin-top: auto; font-family: var(--display); font-size: clamp(40px, 4vw, 62px); font-weight: 400; line-height: 1; }
.session-option > span:nth-of-type(3) { max-width: 31ch; margin-top: 22px; color: var(--ink-soft); font-weight: 300; }
.session-option:hover > span:nth-of-type(3), .session-option[aria-pressed="true"] > span:nth-of-type(3) { color: rgba(245,241,232,.65); }
.session-option i { margin-top: 34px; color: var(--jade-700); font-size: 10px; font-style: normal; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.session-option:hover i, .session-option[aria-pressed="true"] i { color: var(--gold); }
.calendar-stage { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr); margin-top: 100px; border: 1px solid var(--line); }
.calendar-panel, .slot-panel { padding: clamp(30px, 5vw, 74px); }
.calendar-panel { border-right: 1px solid var(--line); }
.slot-panel { background: var(--paper); }
.calendar-heading { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.calendar-heading .eyebrow, .slot-panel .eyebrow { margin-bottom: 18px; }
.calendar-heading h2, .slot-panel h2 { margin: 0; font-family: var(--display); font-size: clamp(36px, 3.4vw, 56px); font-weight: 400; line-height: 1; }
.calendar-nav { display: flex; gap: 8px; }
.calendar-nav button { min-width: 48px; height: 48px; padding-inline: 15px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.calendar-nav button:disabled { opacity: .25; cursor: default; }
.weekdays, .calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 6px; }
.weekdays { margin-top: 50px; }
.weekdays span { padding-block: 8px; color: var(--ink-soft); font-size: 9px; letter-spacing: .13em; text-align: center; text-transform: uppercase; }
.calendar-day { display: grid; place-items: center; min-width: 0; min-height: 52px; aspect-ratio: 1; border: 1px solid transparent; border-radius: 50%; background: transparent; cursor: pointer; }
.calendar-day:not(:disabled):hover { border-color: var(--jade-700); }
.calendar-day.is-selected { color: var(--paper); background: var(--jade-700); }
.calendar-day:disabled { color: rgba(21,32,29,.25); cursor: default; }
.calendar-day.is-empty { visibility: hidden; }
.slot-guidance { margin: 25px 0 0; color: var(--ink-soft); font-weight: 300; }
.slot-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 36px; }
.time-slot { min-height: 50px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.time-slot:hover, .time-slot[aria-pressed="true"] { color: var(--paper); border-color: var(--jade-700); background: var(--jade-700); }
.booking-details { margin-top: 40px; padding-top: 34px; border-top: 1px solid var(--line); }
.selected-summary { margin-bottom: 30px; color: var(--jade-700); font-family: var(--display); font-size: 25px; line-height: 1.15; }
.booking-details form { display: grid; gap: 17px; }
.booking-details label { display: grid; gap: 8px; color: var(--ink-soft); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.booking-details label span { font-weight: 400; opacity: .65; }
.booking-details input, .booking-details textarea { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: none; color: var(--ink); background: transparent; font-size: 16px; letter-spacing: 0; text-transform: none; }
.booking-details input:focus, .booking-details textarea:focus { border-color: var(--jade-700); }
.booking-details textarea { resize: vertical; }
.booking-submit { width: 100%; margin-top: 12px; }
.booking-details .form-status { color: var(--ink-soft); }
.booking-details .form-status.is-error { color: #8d382d; }
.booking-success { max-width: 780px; margin: 30px auto; padding: 100px 0; text-align: center; }
.success-mark { display: grid; place-items: center; width: 70px; height: 70px; margin: 0 auto 36px; border: 1px solid var(--jade-700); border-radius: 50%; color: var(--jade-700); }
.booking-success .eyebrow { justify-content: center; }
.booking-success h2 { margin: 0; font-family: var(--display); font-size: clamp(56px, 7vw, 100px); font-weight: 400; line-height: .9; }
.booking-success > p { color: var(--ink-soft); }
.booking-success dl { display: grid; grid-template-columns: auto 1fr; max-width: 500px; margin: 50px auto; border-top: 1px solid var(--line); text-align: left; }
.booking-success dt, .booking-success dd { margin: 0; padding: 14px 0; border-bottom: 1px solid var(--line); }
.booking-success dt { color: var(--ink-soft); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.booking-success dd { text-align: right; }

/* Footer */
.site-footer { padding: 80px var(--gutter) 30px; background: var(--paper); }
.footer-top { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 150px; border-block: 1px solid var(--line); }
.footer-top > p { color: var(--ink-soft); font-family: var(--display); font-size: 24px; font-style: italic; }
.footer-top > a:last-child { justify-self: end; color: var(--jade-700); font-size: 13px; text-underline-offset: 4px; }
.brand-footer em { color: var(--jade-700); }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding-top: 28px; color: var(--ink-soft); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.footer-bottom nav { display: flex; gap: 30px; }
.footer-bottom a { text-decoration: none; }
.footer-bottom > a { justify-self: end; }

/* Reveal and eight-panel curtain transition */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity 900ms var(--ease), transform 900ms var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }
.page-wipe {
  position: fixed;
  z-index: 300;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  overflow: hidden;
  isolation: isolate;
  pointer-events: none;
}
.page-wipe i {
  position: relative;
  display: block;
  background: var(--jade-950);
  outline: 1px solid var(--jade-950);
  backface-visibility: hidden;
  will-change: transform;
  transform: translateZ(0) scaleY(0);
  transform-origin: bottom;
}
.page-wipe i:nth-child(1) { --curtain-close-delay: 0ms; --curtain-open-delay: 196ms; }
.page-wipe i:nth-child(2) { --curtain-close-delay: 34ms; --curtain-open-delay: 168ms; }
.page-wipe i:nth-child(3) { --curtain-close-delay: 68ms; --curtain-open-delay: 140ms; }
.page-wipe i:nth-child(4) { --curtain-close-delay: 102ms; --curtain-open-delay: 112ms; }
.page-wipe i:nth-child(5) { --curtain-close-delay: 136ms; --curtain-open-delay: 84ms; }
.page-wipe i:nth-child(6) { --curtain-close-delay: 170ms; --curtain-open-delay: 56ms; }
.page-wipe i:nth-child(7) { --curtain-close-delay: 204ms; --curtain-open-delay: 28ms; }
.page-wipe i:nth-child(8) { --curtain-close-delay: 238ms; --curtain-open-delay: 0ms; }
html.curtain-pending .page-wipe i { transform: translateZ(0) scaleY(1); }
body.is-leaving .page-wipe { pointer-events: auto; }
body.is-leaving .page-wipe i {
  animation: curtain-close 470ms var(--ease) forwards;
  animation-delay: var(--curtain-close-delay);
}
body.is-arriving .page-wipe i {
  transform: translateZ(0) scaleY(1);
  transform-origin: top;
  animation: curtain-open 520ms var(--ease) forwards;
  animation-delay: var(--curtain-open-delay);
}
@keyframes curtain-close { to { transform: translateZ(0) scaleY(1); } }
@keyframes curtain-open { to { transform: translateZ(0) scaleY(0); } }

@media (max-width: 1180px) {
  .nav-shell { grid-template-columns: 1fr auto; }
  .nav-cta { display: none; }
  .menu-toggle { position: relative; z-index: 2; justify-self: end; display: grid; place-items: center; width: 46px; height: 46px; padding: 0; border: 1px solid currentColor; border-radius: 50%; background: transparent; cursor: pointer; }
  .menu-toggle::before { width: 23px; height: 23px; background: currentColor; content: ""; -webkit-mask: url("menu-navbar-lines-vector.png") center / contain no-repeat; mask: url("menu-navbar-lines-vector.png") center / contain no-repeat; transition: transform 250ms ease; }
  .menu-toggle > span:not(.sr-only) { display: none; }
  .menu-toggle[aria-expanded="true"]::before { transform: rotate(90deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: flex-start; gap: 0; max-height: 100dvh; padding: clamp(112px, 18vh, 150px) var(--gutter) 48px; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; color: var(--paper); background: var(--jade-950); transform: translateX(100%); transition: transform 500ms var(--ease); }
  .site-nav.is-open { transform: translateX(0); }
  .site-nav a { width: 100%; padding: 16px 0; border-bottom: 1px solid var(--line-light); font-family: var(--display); font-size: clamp(42px, 8vw, 70px); font-weight: 400; letter-spacing: -.02em; text-transform: none; }
  .site-nav a::after { display: none; }
  .hero-grid { grid-template-columns: 1fr .78fr; }
  .hero h1 { font-size: clamp(72px, 10vw, 130px); }
  .world-stage { min-height: 540px; }
  .hero-selector { top: 92px; }
  .hero-selector-label { display: none; }
  .hero-selector a { min-width: 70px; padding-inline: 10px; }
  .hero-selector a span { display: none; }
  html[data-hero="2"] .hero h1 { font-size: clamp(76px, 11.5vw, 142px); }
  html[data-hero="3"] .hero-grid { grid-template-columns: minmax(360px,.85fr) minmax(0,1.15fr); gap: 45px; }
  html[data-hero="3"] .hero-art { min-height: 560px; }
  html[data-hero="4"] .hero-grid { grid-template-columns: minmax(0,1.12fr) minmax(350px,.88fr); }
  html[data-hero="5"] .hero-grid { grid-template-columns: minmax(300px,.72fr) minmax(470px,1.28fr); }
  html[data-hero="5"] .hero-art { min-height: 660px; }
  html[data-hero="6"] .hero-grid { grid-template-columns: minmax(340px,.78fr) minmax(500px,1.22fr); }
  html[data-hero="6"] .hero-art { min-height: 660px; }
  html[data-hero="7"] .hero-copy { grid-template-columns: minmax(0,1fr) minmax(310px,.72fr); column-gap: 50px; }
  html[data-hero="7"] .hero h1 { font-size: clamp(78px,9vw,130px); }
  html[data-hero="8"] .hero h1 { font-size: clamp(78px,10.5vw,145px); }
  .scroll-cue { display: none; }
  .inner-hero-grid { grid-template-columns: 1.1fr .9fr; }
  .calendar-stage { grid-template-columns: minmax(0, 1fr); }
  .calendar-panel { border-right: 0; border-bottom: 1px solid var(--line); }
  .pathway-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .store-hero-grid { grid-template-columns: 1fr; align-content: end; gap: 48px; }
}

@media (max-width: 860px) {
  .site-header { background: rgba(6,31,28,.76); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
  .site-header.is-scrolled { background: rgba(245,241,232,.94); }
  .nav-shell { min-height: 76px; }
  .nav-cta { display: none; }
  .menu-toggle { position: relative; z-index: 2; justify-self: end; display: grid; place-items: center; width: 46px; height: 46px; padding: 0; border: 1px solid currentColor; border-radius: 50%; background: transparent; cursor: pointer; }
  .menu-toggle::before { width: 23px; height: 23px; background: currentColor; content: ""; -webkit-mask: url("menu-navbar-lines-vector.png") center / contain no-repeat; mask: url("menu-navbar-lines-vector.png") center / contain no-repeat; transition: transform 250ms ease; }
  .menu-toggle > span:not(.sr-only) { display: none; }
  .menu-toggle[aria-expanded="true"]::before { transform: rotate(90deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: flex-start; gap: 0; max-height: 100dvh; padding: clamp(112px, 18vh, 150px) var(--gutter) 48px; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; color: var(--paper); background: var(--jade-950); transform: translateX(100%); transition: transform 500ms var(--ease); }
  .site-nav.is-open { transform: translateX(0); }
  .site-nav a { width: 100%; padding: 16px 0; border-bottom: 1px solid var(--line-light); font-family: var(--display); font-size: clamp(42px, 10vw, 70px); font-weight: 400; letter-spacing: -.02em; text-transform: none; }
  .site-nav a::after { display: none; }
  .hero { flex-direction: column; min-height: auto; padding-top: 76px; }
  .hero-selector { position: relative; top: auto; right: auto; display: grid; grid-template-columns: repeat(8, 1fr); margin: 18px var(--gutter) 0; }
  html[data-hero="3"] .hero-selector { left: auto; }
  .hero-selector a { justify-items: center; min-width: 0; min-height: 48px; padding: 8px 4px; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 90px; padding-bottom: 200px; }
  .hero h1 { font-size: clamp(66px, 16vw, 122px); }
  .hero-lede { max-width: 47ch; }
  .world-stage { min-height: min(90vw, 650px); margin-top: -20px; }
  html[data-hero="2"] .hero-grid { padding-top: 74px; padding-bottom: 210px; }
  html[data-hero="2"] .hero-art { inset: 72px 0 86px; min-height: 0; margin: 0; }
  html[data-hero="2"] .portal-interface { width: min(90vw, 660px); }
  html[data-hero="3"] .hero { background: linear-gradient(180deg, #092c27 0 48%, #061f1c 48%); }
  html[data-hero="3"] .hero::before { background: linear-gradient(transparent calc(48% - 1px), rgba(209,165,93,.42) 48%, transparent calc(48% + 1px)); }
  html[data-hero="3"] .hero-grid { grid-template-columns: 1fr; gap: 24px; padding-top: 74px; }
  html[data-hero="3"] .hero-copy { grid-column: 1; grid-row: 1; }
  html[data-hero="3"] .hero-art { grid-column: 1; grid-row: 2; min-height: min(92vw,620px); margin-top: 15px; }
  html[data-hero="3"] .circle-interface { width: min(84vw,560px); }
  html[data-hero="4"] .hero-grid { grid-template-columns: 1fr; padding-top: 74px; }
  html[data-hero="4"] .hero-copy { align-self: auto; padding-bottom: 0; }
  html[data-hero="4"] .hero-art { min-height: min(88vw,600px); }
  html[data-hero="4"] .horizon-interface { left: 0; }
  html[data-hero="5"] .hero-grid { grid-template-columns: 1fr; padding-top: 74px; }
  html[data-hero="5"] .hero-copy { padding-bottom: 0; }
  html[data-hero="5"] .hero h1 { max-width: 8.5ch; font-size: clamp(66px,16vw,122px); }
  html[data-hero="5"] .hero-art { min-height: min(105vw,720px); margin: 24px -8% 0; }
  html[data-hero="5"] .tree-interface { right: 6%; left: 6%; }
  html[data-hero="6"] .site-header { color: var(--ink); background: rgba(251,248,241,.9); }
  html[data-hero="6"] .hero-grid { grid-template-columns: 1fr; padding-top: 74px; }
  html[data-hero="6"] .hero-copy { padding-bottom: 0; }
  html[data-hero="6"] .hero h1 { max-width: 8.5ch; font-size: clamp(66px,16vw,122px); }
  html[data-hero="6"] .hero-art { min-height: min(92vw,650px); margin: 35px -7% 0; }
  html[data-hero="6"] .thread-interface { right: 5%; left: 5%; }
  html[data-hero="7"] .hero-grid { display: block; min-height: 990px; padding-top: 74px; }
  html[data-hero="7"] .hero-copy { display: block; }
  html[data-hero="7"] .hero-eyebrow { margin-bottom: 28px; }
  html[data-hero="7"] .hero h1 { max-width: 8.5ch; font-size: clamp(66px,16vw,122px); }
  html[data-hero="7"] .hero-lede { max-width: 44ch; margin-top: 34px; }
  html[data-hero="7"] .hero-actions { margin-top: 38px; }
  html[data-hero="7"] .hero-art { inset: 310px -14% 40px; opacity: .68; }
  html[data-hero="7"] .room-interface { right: 11%; left: 11%; }
  html[data-hero="8"] .hero-grid { padding-top: 74px; padding-bottom: 200px; }
  html[data-hero="8"] .hero-copy { transform: translateY(-36px); }
  html[data-hero="8"] .hero h1 { font-size: clamp(68px,16vw,122px); }
  html[data-hero="8"] .hero-art { right: -32%; bottom: -10%; left: -32%; }
  html[data-hero="8"] .eclipse-interface { right: 18%; left: 18%; }
  .hero-rail { grid-template-columns: repeat(2, 1fr); gap: 0; }
  .hero-rail span { display: none; }
  .hero-rail span:first-child, .hero-rail span:last-child { display: block; padding: 20px 0 0; border: 0; }
  .hero-rail span:last-child { text-align: right; }
  .audience-grid, .manifesto-preview-grid, .about-opening-grid, .manifesto-full-grid, .about-cta-grid { grid-template-columns: 1fr; }
  .audience-grid, .manifesto-preview-grid { gap: 70px; }
  .ritual { min-height: 760px; }
  .ritual-orbit { width: min(90vw, 620px); }
  .benefit-grid { grid-template-columns: 1fr; }
  .member-benefits { grid-template-columns: 1fr; }
  .member-weeks { grid-template-columns: 1fr 1fr; }
  .membership-card, .lead-grid { grid-template-columns: 1fr; }
  .store-testimonials { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: 420px; }
  .benefit-grid svg { margin: 50px auto 40px; }
  .section-heading-row { display: grid; gap: 38px; }
  .inner-hero { min-height: auto; padding-top: 76px; }
  .inner-hero-grid { grid-template-columns: 1fr; min-height: auto; padding-top: 90px; }
  .inner-hero h1 { font-size: clamp(68px, 16vw, 122px); }
  .world-stage-small { min-height: min(88vw, 620px); }
  .about-opening-grid, .manifesto-full-grid, .about-cta-grid { gap: 60px; }
  .manifesto-sticky { position: static; }
  .manifesto-progress { display: none; }
  .book-hero { min-height: auto; padding-top: 76px; }
  .book-hero-grid { grid-template-columns: 1fr; align-items: start; min-height: auto; gap: 70px; padding-top: 90px; }
  .book-intro { justify-self: start; }
  .time-orbit { margin-left: 0; }
  .session-options { grid-template-columns: 1fr; }
  .session-option { min-height: 360px; }
  .footer-top, .footer-bottom { grid-template-columns: 1fr; gap: 24px; padding-block: 34px; }
  .footer-top > p { margin: 0; }
  .footer-top > a:last-child, .footer-bottom > a { justify-self: start; }
  .footer-bottom nav { flex-wrap: wrap; gap: 16px 24px; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .section { padding-block: 88px; }
  .brand { font-size: 18px; }
  .brand-mark { width: 26px; height: 26px; }
  .hero-grid { padding-top: 70px; padding-bottom: 175px; }
  .hero-selector { margin-top: 12px; }
  .hero-selector a { min-height: 44px; }
  .hero-selector b { font-size: 8px; }
  .hero h1 { max-width: 8.5ch; font-size: clamp(62px, 18vw, 98px); line-height: .82; }
  .hero-lede { margin-top: 34px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .text-link { align-self: flex-start; }
  .button { width: 100%; gap: 16px; padding-inline: 20px; font-size: 10px; }
  .world-stage { min-height: 410px; margin-top: -10px; }
  html[data-hero="2"] .hero-grid { padding-top: 58px; padding-bottom: 185px; }
  html[data-hero="2"] .hero h1 { font-size: clamp(62px,18vw,98px); }
  html[data-hero="2"] .hero-art { inset: 62px -25% 70px; }
  html[data-hero="2"] .portal-interface { width: min(112vw,520px); }
  html[data-hero="3"] .hero-grid { padding-top: 58px; }
  html[data-hero="3"] .hero h1 { max-width: 8.5ch; }
  html[data-hero="3"] .hero-art { min-height: 390px; }
  html[data-hero="3"] .circle-interface { width: min(92vw,430px); }
  .circle-seat { width: 40px; height: 40px; font-size: 8px; }
  .circle-interface strong { font-size: 19px; }
  html[data-hero="4"] .hero-grid { padding-top: 58px; }
  html[data-hero="4"] .hero h1 { max-width: 8.5ch; font-size: clamp(62px,18vw,98px); }
  html[data-hero="4"] .hero-art { min-height: 390px; }
  html[data-hero="4"] .horizon-interface { bottom: 8%; }
  html[data-hero="5"] .hero-grid { padding-top: 58px; }
  html[data-hero="5"] .hero h1 { font-size: clamp(62px,18vw,98px); }
  html[data-hero="5"] .hero-art { min-height: 480px; margin-inline: -16%; }
  html[data-hero="5"] .tree-interface { grid-template-columns: 1fr; justify-items: center; }
  html[data-hero="5"] .tree-interface span { display: none; }
  html[data-hero="6"] .hero-grid { padding-top: 58px; }
  html[data-hero="6"] .hero h1 { font-size: clamp(62px,18vw,98px); }
  html[data-hero="6"] .hero-art { min-height: 400px; margin-inline: -18%; }
  html[data-hero="6"] .thread-interface { bottom: 4%; }
  html[data-hero="6"] .thread-interface span { font-size: 7px; letter-spacing: .12em; }
  html[data-hero="7"] .hero-grid { min-height: 900px; padding-top: 58px; }
  html[data-hero="7"] .hero h1 { font-size: clamp(62px,18vw,98px); }
  html[data-hero="7"] .hero-art { inset: 340px -38% 20px; }
  html[data-hero="7"] .room-interface span { display: none; }
  html[data-hero="7"] .room-interface strong { font-size: 160px; }
  html[data-hero="8"] .hero-grid { padding-top: 58px; padding-bottom: 180px; }
  html[data-hero="8"] .hero-copy { transform: translateY(-24px); }
  html[data-hero="8"] .hero h1 { font-size: clamp(62px,18vw,98px); }
  html[data-hero="8"] .hero-art { right: -55%; bottom: -13%; left: -55%; }
  html[data-hero="8"] .eclipse-interface { right: 28%; left: 28%; }
  html[data-hero="8"] .eclipse-interface span { display: none; }
  .world-label { font-size: 8px; }
  .label-one { right: 0; }
  .label-two { left: 0; }
  .world-index span { font-size: 52px; }
  .section-intro h2, .manifesto-preview h2, .what-you-get h2, .booking-step-head h2 { font-size: 50px; }
  .identity-list li { grid-template-columns: 36px 1fr; min-height: 70px; font-size: 29px; }
  .ritual { min-height: 650px; }
  .ritual-copy h2 { font-size: 70px; }
  .ritual-copy > p:last-child { max-width: 24ch; margin-inline: auto; }
  .beliefs .belief-lead { font-size: 48px; }
  .beliefs blockquote { margin-top: 70px; font-size: 42px; }
  .values-marquee span { padding: 22px 28px; }
  .benefit-grid article { min-height: 390px; padding: 28px; }
  .pathway-grid, .product-grid { grid-template-columns: 1fr; }
  .pathway-grid a { min-height: 270px; }
  .product-summary { min-height: 0; }
  .product-card-footer { align-items: stretch; flex-direction: column; }
  .product-action { width: 100%; }
  .store-hero { min-height: 660px; padding-top: 76px; }
  .store-hero-grid { grid-template-columns: minmax(0, 1fr); min-height: 660px; padding-block: 110px 70px; }
  .store-hero-grid > * { min-width: 0; }
  .library-assets { grid-template-columns: 1fr; }
  .library-asset:nth-child(n) { padding-inline: 0; border-left: 0; }
  .store-hero h1 { font-size: clamp(46px, 15vw, 72px); }
  .membership-card { padding: 28px 20px; }
  .lead-panel { padding: 28px 20px; }
  .join-intro h2 { font-size: 70px; }
  .join-intro p { font-size: 17px; }
  .member-weeks { grid-template-columns: 1fr; }
  .input-line { display: grid; }
  .input-line input { font-size: 31px; }
  .input-line button { justify-self: start; padding: 12px 0 16px; }
  .inner-hero-grid { padding-top: 70px; }
  .inner-hero h1, .book-hero h1 { font-size: 72px; }
  .world-stage-small { min-height: 400px; }
  .about-statement { font-size: 45px; }
  .manifesto-sticky h2 { font-size: 68px; }
  .manifesto-copy > p { font-size: 34px; }
  .manifesto-copy .manifesto-large { font-size: 50px; }
  .manifesto-copy blockquote { font-size: 54px; }
  .value-stack { margin-block: 90px; }
  .about-cta h2 { font-size: 70px; }
  .book-hero-grid { padding-top: 70px; }
  .time-orbit { width: 150px; height: 150px; }
  .booking-step-head { margin-bottom: 55px; }
  .session-option { min-height: 330px; padding: 28px; }
  .calendar-stage { margin-top: 70px; }
  .calendar-panel, .slot-panel { padding: 28px 18px; }
  .calendar-panel, .slot-panel { min-width: 0; }
  .calendar-heading { flex-wrap: wrap; align-items: flex-end; gap: 18px; }
  .calendar-nav { width: 100%; }
  .calendar-heading h2 { font-size: 35px; }
  .calendar-nav button { min-width: 44px; height: 44px; padding-inline: 12px; }
  .weekdays { margin-top: 35px; }
  .calendar-grid, .weekdays { gap: 2px; }
  .calendar-day { min-height: 42px; font-size: 14px; }
  .slot-grid { grid-template-columns: 1fr; }
  .site-footer { padding-top: 50px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .ritual-copy h2 span { opacity: .72; }
  .ritual-copy h2 span:last-child { color: var(--gold-light); opacity: 1; }
}
