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

:root {
  --night: #13110f;
  --dusk: #1e1a16;
  --bark: #2e2720;
  --sand: #e9e7e1; /* aligned to dashboard neutral (was #f2ede4) */
  --cream: #faf7f2;
  --mist: #615b51; /* darkened for AA contrast on cream (was #767068) */
  --gold: #c9a96e;
  --gold-light: #e8d4b0;
  --sage: #7a9e87;
  --sage-light: #c2d9cc;
  --rose: #c4827a;
  --sky: #7a9eb5;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Jost', sans-serif;
  --fraunces: 'Fraunces', Georgia, serif;
}

html { scroll-behavior: smooth; }
body {
  background: var(--cream);
  color: var(--night);
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1.65;
  overflow-x: hidden;
}

/* Subtle cursor */
*, *::before, *::after { cursor: default; }
a, button { cursor: pointer; }

/* ── NAV ────────────────────────────────────────────── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.3rem 3.5rem;
  background: rgba(250,247,242,0.88);
  backdrop-filter: blur(16px);
  transform: translateZ(0); will-change: backdrop-filter;
  border-bottom: 1px solid rgba(19,17,15,0.06);
}
.nav-logo {
  display: flex; align-items: center; gap: 0.55rem;
  font-family: var(--fraunces);
  font-size: 1.15rem;
  font-weight: 400;
  letter-spacing: -0.035em;
  text-decoration: none;
  color: var(--night);
}
.nav-logo-mark {
  width: 30px; height: 30px;
  flex-shrink: 0;
}
.logo-ed {
  font-weight: 500;
  position: relative;
}
.logo-ed::after {
  content: '';
  position: absolute;
  left: 0.02em; right: 0.02em;
  bottom: 0.05em;
  height: 1.5px;
  background: #6f8a6b;
}

/* Brand name accent for inline body-copy mentions of "paced": normal ink
   color, matching the logo mark, with only "ed" carrying a bolder green
   underline (a heavier variant of .logo-ed, kept separate so the actual
   nav/footer logo mark is unaffected). */
.brand-paced { color: inherit; font-weight: inherit; }
.brand-paced-ed { font-weight: 500; position: relative; }
.brand-paced-ed::after {
  content: '';
  position: absolute;
  left: 0.02em; right: 0.02em;
  bottom: 0.05em;
  height: 2.5px;
  background: var(--sage);
}

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

.nav-links {
  display: flex; gap: 2.8rem; list-style: none;
}
.nav-links a {
  font-size: 0.73rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--mist);
  transition: color 0.25s;
}
.nav-links a:hover { color: var(--night); }

.nav-right { display: flex; align-items: center; gap: 1rem; }
.nav-guest {
  font-size: 0.73rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mist);
  text-decoration: none;
  transition: color 0.2s;
}
.nav-guest:hover { color: var(--night); }
.nav-cta {
  font-size: 0.73rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.6rem 1.5rem;
  background: var(--night);
  color: var(--cream);
  text-decoration: none;
  transition: background 0.25s;
}
.nav-cta:hover { background: var(--bark); }

/* ── HERO ───────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
}
.hero-left {
  display: flex; flex-direction: column;
  justify-content: center;
  padding: 5rem 3.5rem 5rem 3.5rem;
  position: relative; z-index: 2;
}
.hero-eyebrow {
  display: flex; align-items: center; gap: 0.7rem;
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #9a7d3f; /* darker gold for AA on cream (line accent stays --gold) */
  margin-bottom: 1.8rem;
  opacity: 0;
  animation: fadeUp 0.9s 0.2s forwards;
}
.hero-eyebrow::before {
  content: '';
  width: 28px; height: 1px;
  background: var(--gold);
}
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(3rem, 5vw, 5.5rem);
  font-weight: 300;
  line-height: 1.0;
  letter-spacing: -0.02em;
  color: var(--night);
  margin-bottom: 0.3em;
  opacity: 0;
  animation: fadeUp 0.9s 0.35s forwards;
}
.hero h1 em {
  font-style: italic;
  color: var(--sage);
}
.hero h1 .gold { color: var(--gold); }
.hero-tagline {
  font-size: 1.1rem;
  color: var(--mist);
  max-width: 40ch;
  margin-bottom: 2.8rem;
  line-height: 1.75;
  opacity: 0;
  animation: fadeUp 0.9s 0.5s forwards;
}
.hero-tagline strong {
  color: var(--night);
  font-weight: 400;
}

/* Challenge check-in preview */
.hero-checkin {
  background: var(--sand);
  border: 1px solid rgba(19,17,15,0.08);
  padding: 1.5rem 1.8rem;
  margin-bottom: 2rem;
  max-width: 380px;
  opacity: 0;
  animation: fadeUp 0.9s 0.65s forwards;
}
.checkin-label {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mist);
  margin-bottom: 0.9rem;
}
.checkin-headline {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--night);
  margin-bottom: 0.35rem;
  line-height: 1.3;
}
.checkin-headline em {
  font-style: italic;
  color: var(--gold);
}
.checkin-sub {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 300;
  color: var(--mist);
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
}
.hero-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.hero-chip {
  padding: 0.45rem 0.9rem;
  background: transparent;
  border: 1px solid rgba(19,17,15,0.15);
  color: var(--bark);
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.2s;
  line-height: 1.3;
}
.hero-chip:hover {
  background: rgba(19,17,15,0.05);
  border-color: rgba(19,17,15,0.28);
  color: var(--night);
}
.hero-chip.selected {
  background: rgba(122,158,135,0.12);
  border-color: var(--sage);
  color: var(--sage);
}

.hero-actions {
  display: flex; flex-direction: column; gap: 0.8rem;
  opacity: 0;
  animation: fadeUp 0.9s 0.8s forwards;
}
.hero-actions-row { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
.hero-or { font-size: 0.8rem; letter-spacing: 0.1em; text-transform: lowercase; color: var(--mist); font-style: italic; font-family: var(--serif); }
.btn-primary {
  display: inline-block;
  padding: 0.9rem 2.2rem;
  background: var(--night);
  color: var(--cream);
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.25s;
}
.btn-primary:hover { background: var(--bark); }
.btn-outline {
  display: inline-block;
  padding: 0.9rem 2.2rem;
  border: 1px solid rgba(19,17,15,0.25);
  color: var(--night);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s;
}
.btn-outline:hover { background: var(--sand); }
.btn-ghost {
  font-size: 0.8rem;
  color: var(--mist);
  text-decoration: none;
  letter-spacing: 0.06em;
  transition: color 0.2s;
}
.btn-ghost:hover { color: var(--night); }
.guest-note {
  font-size: 0.82rem;
  color: var(--mist);
  letter-spacing: 0.04em;
}
.guest-note a { color: #4f7a5f; text-decoration: underline; text-underline-offset: 3px; font-weight: 500; }
.guest-note a:hover { color: var(--night); }

.hero-right {
  position: relative;
  background: var(--dusk);
  overflow: hidden;
}
.hero-right-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 60% 40%, rgba(201,169,110,0.18) 0%, transparent 55%),
    radial-gradient(ellipse at 20% 80%, rgba(122,158,135,0.15) 0%, transparent 50%),
    linear-gradient(135deg, #1e1a16 0%, #13110f 100%);
}
.hero-grain {
  position: absolute; inset: 0; opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
}
.hero-visual {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
}

/* Live, interactive product preview (real dashboard, framed like a browser window) */
.hero-product {
  width: min(760px, 100%);
  border-radius: 14px;
  overflow: hidden;
  background: #0d0b09;
  border: 1px solid rgba(250,247,242,0.12);
  box-shadow: 0 40px 90px -25px rgba(0,0,0,0.7);
  position: relative;
  opacity: 0;
  animation: fadeUp 1s 0.5s forwards;
}
.hero-product-bar {
  display: flex; align-items: center; gap: 6px;
  height: 34px; padding: 0 14px;
  background: #1b1712;
  border-bottom: 1px solid rgba(250,247,242,0.08);
}
.hpp-dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(250,247,242,0.22); }
.hpp-addr {
  margin-left: 12px;
  font-family: var(--sans); font-size: 0.72rem;
  color: rgba(250,247,242,0.4);
  letter-spacing: 0.04em;
}
.hpp-live {
  margin-left: auto;
  display: flex; align-items: center; gap: 6px;
  font-family: var(--sans); font-size: 0.66rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--sage-light);
}
.hpp-reset {
  margin-left: 12px;
  font-family: var(--sans); font-size: 0.66rem; letter-spacing: 0.06em; text-transform: uppercase;
  color: rgba(250,247,242,0.55);
  background: rgba(250,247,242,0.08);
  border: 1px solid rgba(250,247,242,0.15);
  border-radius: 999px;
  padding: 3px 10px;
  cursor: pointer;
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}
.hpp-reset:hover { color: var(--gold-light); background: rgba(250,247,242,0.14); border-color: rgba(232,212,176,0.5); }
.hpp-live-dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--sage);
  box-shadow: 0 0 0 0 rgba(122,158,135,0.6);
  animation: hppPulse 2s infinite;
}
@keyframes hppPulse {
  0%   { box-shadow: 0 0 0 0 rgba(122,158,135,0.5); }
  70%  { box-shadow: 0 0 0 6px rgba(122,158,135,0); }
  100% { box-shadow: 0 0 0 0 rgba(122,158,135,0); }
}
.hero-product-screen {
  position: relative;
  width: 100%;
  aspect-ratio: 960 / 900;
  overflow: hidden;
  background: #e9e7e1;
}
.hero-product-screen iframe {
  position: absolute; top: 0; left: 0;
  width: 960px; height: 900px;
  border: 0;
  transform-origin: 0 0;
}
.hero-product-cta {
  font-family: var(--sans); font-size: 0.82rem; letter-spacing: 0.06em; text-transform: uppercase;
  color: rgba(250,247,242,0.7);
  text-decoration: none;
  border-bottom: 1px solid rgba(250,247,242,0.25);
  padding-bottom: 3px;
  transition: color 0.3s ease, border-color 0.3s ease;
  opacity: 0;
  animation: fadeUp 1s 0.7s forwards;
}
.hero-product-cta:hover { color: var(--gold-light); border-color: var(--gold-light); }
.calendar-preview {
  width: 100%; max-width: 340px;
  background: rgba(250,247,242,0.05);
  border: 1px solid rgba(250,247,242,0.1);
  padding: 1.5rem;
}
.cal-header {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 1rem;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(250,247,242,0.45);
}
.cal-month { font-family: var(--serif); font-size: 1rem; color: var(--gold); font-style: italic; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.cal-day {
  aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.72rem;
  color: rgba(250,247,242,0.3);
}
.cal-day.today {
  background: var(--gold);
  color: var(--night);
  font-weight: 500;
  border-radius: 50%;
}
.cal-day.has-event {
  color: rgba(250,247,242,0.75);
  position: relative;
}
.cal-day.has-event::after {
  content: '';
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--sage);
  position: absolute; bottom: 2px; left: 50%; transform: translateX(-50%);
}
.cal-day.due::after { background: var(--rose); }
.cal-day.empty { color: transparent; }

.connect-options {
  width: 100%; max-width: 340px;
  display: flex; flex-direction: column; gap: 8px;
}
.connect-btn {
  display: flex; align-items: center; gap: 0.8rem;
  padding: 0.75rem 1rem;
  background: rgba(250,247,242,0.04);
  border: 1px solid rgba(250,247,242,0.08);
  color: rgba(250,247,242,0.6);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  font-family: var(--sans); font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
}
.connect-btn:hover { background: rgba(250,247,242,0.08); color: rgba(250,247,242,0.9); }
.connect-icon { width: 16px; height: 16px; opacity: 0.7; }
.connect-divider {
  text-align: center;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(250,247,242,0.2);
  padding: 0.25rem 0;
}

/* ── TICKER ─────────────────────────────────────────── */
.ticker {
  background: var(--sand);
  padding: 0.9rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(19,17,15,0.06);
  border-bottom: 1px solid rgba(19,17,15,0.06);
}
.ticker-track {
  display: flex;
  animation: ticker 40s linear infinite;
  white-space: nowrap;
}
.ticker-item {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mist);
  padding: 0 2.5rem;
  flex-shrink: 0;
}
.ticker-item .dot { color: var(--gold); margin-right: 2.5rem; }
@keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ── SECTION BASE ───────────────────────────────────── */
section { padding: 7rem 3.5rem; }
.label {
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--mist);
  margin-bottom: 1.2rem;
  display: flex; align-items: center; gap: 0.6rem;
}
.label::before { content: ''; width: 20px; height: 1px; background: var(--mist); }
h2.title {
  font-family: var(--serif);
  font-size: clamp(2rem, 4.5vw, 3.8rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.01em;
}
h2.title em { font-style: italic; color: var(--sage); }
h2.title .gold { color: var(--gold); }

/* ── PHILOSOPHY ─────────────────────────────────────── */
.philosophy {
  background: var(--cream);
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 6rem;
  align-items: start;
}
.phil-sticky { position: sticky; top: 7rem; }
.phil-body { padding-top: 0.5rem; }
.phil-body p {
  font-size: 1.05rem;
  color: var(--mist);
  line-height: 1.85;
  margin-bottom: 1.5rem;
}
.phil-body p strong { color: var(--night); font-weight: 400; }
.phil-pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-top: 3rem;
}
.pillar {
  background: var(--sand);
  padding: 2rem 1.8rem;
  border-left: 2px solid transparent;
  transition: border-color 0.3s;
}
.pillar:hover { border-left-color: var(--gold); }
.pillar-num {
  font-family: var(--serif);
  font-size: 0.85rem;
  font-style: italic;
  color: var(--gold);
  margin-bottom: 0.8rem;
}
.pillar h3 {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 400;
  margin-bottom: 0.6rem;
}
.pillar p {
  font-size: 0.83rem;
  color: var(--mist);
  line-height: 1.65;
}

/* ── ORBIT / CIRCLE ─────────────────────────────────────── */
.orbit-section {
  background: var(--sand);
  padding: 7rem 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.orbit-label {
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--mist);
  margin-bottom: 1rem;
  display: flex; align-items: center; gap: 0.6rem;
}
.orbit-label::before { content: ''; width: 20px; height: 1px; background: var(--mist); }
.orbit-heading {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 300;
  text-align: center;
  margin-bottom: 0.6rem;
  color: var(--night);
}
.orbit-heading em { font-style: italic; color: var(--sage); }
.orbit-sub {
  font-size: 0.88rem;
  color: var(--mist);
  text-align: center;
  max-width: 46ch;
  margin-bottom: 4rem;
  line-height: 1.7;
}
.orbit-wrap {
  position: relative;
  width: min(520px, 90vw);
  height: min(520px, 90vw);
}
/* The two orbit rings */
.orbit-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(19,17,15,0.1);
}
.orbit-ring-outer {
  inset: 0;
}
.orbit-ring-inner {
  inset: 18%;
  border-style: dashed;
  border-color: rgba(201,169,110,0.25);
}
/* Centre node */
.orbit-centre {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 130px; height: 130px;
  border-radius: 50%;
  background: var(--night);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 0.3rem;
  z-index: 10;
  box-shadow: 0 0 0 1px rgba(201,169,110,0.3), 0 0 40px rgba(201,169,110,0.08);
}
.orbit-centre-star {
  color: var(--gold);
  font-size: 1rem;
  animation: slowSpin 20s linear infinite;
  display: block;
}
.orbit-centre-text {
  font-family: var(--serif);
  font-size: 0.85rem;
  font-style: italic;
  color: var(--cream);
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.25;
}
/* Each orbiting node */
.orbit-node {
  position: absolute;
  width: 100%; height: 100%;
  top: 0; left: 0;
}
.orbit-node-label {
  position: absolute;
  top: 50%; left: 50%;
  /* each node has its own --angle set inline */
  transform:
    rotate(var(--angle))
    translateX(calc(min(520px,90vw) * 0.42))
    rotate(calc(-1 * var(--angle)));
  transform-origin: 0 0;
  /* recentre the label */
  margin-top: -18px;
  margin-left: -60px;
}
.orbit-node-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold);
  margin: 0 auto 0.4rem;
  box-shadow: 0 0 8px rgba(201,169,110,0.5);
}
.orbit-node-pill {
  background: var(--cream);
  border: 1px solid rgba(19,17,15,0.1);
  padding: 0.3rem 0.75rem;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--night);
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(19,17,15,0.06);
  transition: background 0.3s, border-color 0.3s;
}
.orbit-node-pill:hover {
  background: var(--gold-light);
  border-color: var(--gold);
}
/* The slow rotation of the whole orbit system */
.orbit-rotator {
  position: absolute; inset: 0;
  animation: orbitSpin 60s linear infinite;
}
.orbit-rotator-fast {
  animation-duration: 40s;
  animation-direction: reverse;
}
@keyframes orbitSpin { to { transform: rotate(360deg); } }

/* counter-rotate labels so text stays upright */
.orbit-rotator .orbit-node-label {
  animation: orbitCounterSpin 60s linear infinite;
}
.orbit-rotator-fast .orbit-node-label {
  animation: orbitCounterSpinFast 40s linear infinite;
  animation-direction: reverse;
}
@keyframes orbitCounterSpin { to { transform:
    rotate(var(--angle))
    translateX(calc(min(520px,90vw) * 0.42))
    rotate(calc(-1 * var(--angle)))
    rotate(-360deg); } }
@keyframes orbitCounterSpinFast { to { transform:
    rotate(var(--angle))
    translateX(calc(min(520px,90vw) * 0.42))
    rotate(calc(-1 * var(--angle)))
    rotate(360deg); } }

/* ── RIVER / FLOWING LINE (Science section) ──────────────── */
.science { background: var(--cream); padding: 7rem 0; }
.river-intro {
  padding: 0 3.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
  margin-bottom: 5rem;
}
.river-body p {
  font-size: 1rem;
  color: var(--mist);
  line-height: 1.85;
  margin-bottom: 1.2rem;
}
.river-body p strong { color: var(--night); font-weight: 400; }
.river-container {
  position: relative;
  width: 100%;
  overflow: visible;
}
.river-svg {
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 100%; max-width: 900px;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}
.river-path {
  fill: none;
  stroke: rgba(122,158,135,0.35);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  transition: stroke-dashoffset 2.5s ease;
}
.river-path.revealed { stroke-dashoffset: 0; }
.river-towns {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0 3.5rem;
  position: relative;
  z-index: 2;
}
.river-town {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  align-items: center;
  min-height: 160px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.river-town.visible { opacity: 1; transform: translateY(0); }
/* Alternate left/right layout */
.river-town:nth-child(odd) .town-content { grid-column: 1; text-align: right; padding-right: 2.5rem; }
.river-town:nth-child(odd) .town-spine  { grid-column: 2; }
.river-town:nth-child(odd) .town-empty  { grid-column: 3; }
.river-town:nth-child(even) .town-content { grid-column: 3; text-align: left;  padding-left: 2.5rem; }
.river-town:nth-child(even) .town-spine  { grid-column: 2; }
.river-town:nth-child(even) .town-empty  { grid-column: 1; }
.town-spine {
  display: flex; flex-direction: column; align-items: center;
  height: 100%;
}
.town-dot {
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--cream);
  border: 2px solid var(--sage);
  box-shadow: 0 0 0 4px rgba(122,158,135,0.12);
  flex-shrink: 0;
  margin-top: 50%;
  transition: background 0.3s, box-shadow 0.3s;
}
.river-town.visible .town-dot {
  background: var(--sage);
  box-shadow: 0 0 0 6px rgba(122,158,135,0.15);
}
.town-content {}
.town-num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.78rem;
  color: var(--gold);
  margin-bottom: 0.4rem;
  display: block;
}
.town-content h4 {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--night);
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.town-content p {
  font-size: 0.83rem;
  color: var(--mist);
  line-height: 1.65;
}
.town-tag {
  display: inline-block;
  margin-top: 0.6rem;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sage);
  border: 1px solid var(--sage-light);
  padding: 0.2rem 0.55rem;
}


/* ── ORBIT / CIRCLE ─────────────────────────────────────── */
.orbit-section {
  background: var(--sand);
  padding: 7rem 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.orbit-heading {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 300;
  text-align: center;
  margin-bottom: 0.6rem;
  color: var(--night);
}
.orbit-heading em { font-style: italic; color: var(--sage); }
.orbit-sub {
  font-size: 0.88rem;
  color: var(--mist);
  text-align: center;
  max-width: 46ch;
  margin-bottom: 4rem;
  line-height: 1.7;
}
.orbit-wrap {
  position: relative;
  width: min(500px, 88vw);
  height: min(500px, 88vw);
}
.orbit-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(19,17,15,0.09);
}
.orbit-ring-outer { inset: 0; }
.orbit-ring-inner {
  inset: 20%;
  border-style: dashed;
  border-color: rgba(201,169,110,0.22);
  animation: orbitSpin 80s linear infinite;
}
.orbit-centre {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 124px; height: 124px;
  border-radius: 50%;
  background: var(--night);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 0.3rem;
  z-index: 10;
  box-shadow: 0 0 0 1.5px rgba(201,169,110,0.35), 0 0 50px rgba(201,169,110,0.07);
}
.orbit-centre-star {
  color: var(--gold); font-size: 1.1rem;
  animation: slowSpin 18s linear infinite; display: block;
}
.orbit-centre-text {
  font-family: var(--serif); font-size: 0.78rem;
  font-style: italic; color: var(--cream);
  letter-spacing: 0.04em; text-align: center; line-height: 1.3;
}
.orbit-svg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  overflow: visible;
}
.orbit-planet {
  transition: all 0.3s;
}
.orbit-planet-circle {
  fill: var(--cream);
  stroke: rgba(19,17,15,0.12);
  stroke-width: 1;
  filter: drop-shadow(0 2px 6px rgba(19,17,15,0.08));
  transition: fill 0.3s;
}
.orbit-planet:hover .orbit-planet-circle {
  fill: var(--gold-light);
  stroke: var(--gold);
}
.orbit-planet-dot {
  fill: var(--gold);
}
.orbit-planet-text {
  font-family: var(--sans);
  font-size: 9px;
  fill: var(--night);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 400;
  pointer-events: none;
}
@keyframes orbitSpin { to { transform: rotate(360deg); } }

/* ── RIVER / FLOWING LINE (Science section) ──────────────── */
.science { background: var(--cream); padding: 7rem 0; overflow: hidden; }
.river-intro {
  padding: 0 3.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
  margin-bottom: 4rem;
}
.river-body p {
  font-size: 1rem;
  color: var(--mist);
  line-height: 1.85;
  margin-bottom: 1.2rem;
}
.river-body p strong { color: var(--night); font-weight: 400; }
.river-container {
  position: relative;
  width: 100%;
}
.river-svg-wrap {
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
  z-index: 1;
}
.river-svg { width: 100%; height: 100%; overflow: visible; }
.river-path {
  fill: none;
  stroke: rgba(122,158,135,0.3);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 4000;
  stroke-dashoffset: 4000;
  transition: stroke-dashoffset 3s ease;
}
.river-path.revealed { stroke-dashoffset: 0; }
.river-towns {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  padding: 0 3.5rem;
}
.river-town {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  align-items: center;
  min-height: 180px;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.river-town.visible { opacity: 1; transform: translateY(0); }
.town-left  { grid-column: 1; text-align: right; padding-right: 2.8rem; }
.town-spine { grid-column: 2; display: flex; flex-direction: column; align-items: center; height: 100%; padding-top: 50%; }
.town-right { grid-column: 3; text-align: left;  padding-left: 2.8rem; }
.town-empty { }
.town-dot {
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--cream);
  border: 2px solid var(--sage);
  box-shadow: 0 0 0 5px rgba(122,158,135,0.1);
  flex-shrink: 0;
  transition: background 0.4s, box-shadow 0.4s;
}
.river-town.visible .town-dot {
  background: var(--sage);
  box-shadow: 0 0 0 8px rgba(122,158,135,0.12);
}
.town-num {
  font-family: var(--serif); font-style: italic;
  font-size: 0.78rem; color: var(--gold);
  margin-bottom: 0.4rem; display: block;
}
.town-content h4 {
  font-family: var(--serif); font-size: 1.15rem;
  font-weight: 400; color: var(--night);
  margin-bottom: 0.5rem; line-height: 1.2;
}
.town-content p {
  font-size: 0.83rem; color: var(--mist); line-height: 1.65;
}
.town-tag {
  display: inline-block; margin-top: 0.6rem;
  font-size: 0.62rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--sage);
  border: 1px solid var(--sage-light); padding: 0.2rem 0.55rem;
}

/* ── MVP FEATURES ───────────────────────────────────── */
.features { background: var(--sand); }
.features-header {
  display: flex; justify-content: space-between;
  align-items: flex-end; margin-bottom: 4rem;
  flex-wrap: wrap; gap: 2rem;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.feature-card {
  background: var(--cream);
  padding: 2.8rem 2.2rem;
  position: relative;
  overflow: hidden;
  transition: background 0.3s;
}
.feature-card::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--sage), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}
.feature-card:hover::after { transform: scaleX(1); }
.feature-card:hover { background: var(--sand); }
.feature-icon {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}
.feature-card h3 {
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}
.feature-card p {
  font-size: 0.85rem;
  color: var(--mist);
  line-height: 1.7;
}
.feature-tag {
  display: inline-block;
  margin-top: 1.2rem;
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sage);
  border: 1px solid var(--sage-light);
  padding: 0.22rem 0.65rem;
}
.feature-tag.gold { color: var(--gold); border-color: var(--gold-light); }

/* ── EVIDENCE / INSTITUTIONAL CASE: text + aside panel ── */
.evidence-row {
  display: grid;
  grid-template-columns: minmax(0, 66ch) 1fr;
  gap: 3rem;
  align-items: start;
}
.evidence-row .evidence-text { order: 1; }
.evidence-row .evidence-aside { order: 2; }
.evidence-row.reverse { grid-template-columns: 1fr minmax(0, 66ch); }
.evidence-row.reverse .evidence-text { order: 2; }
.evidence-row.reverse .evidence-aside { order: 1; }
.evidence-aside { display: flex; flex-direction: column; gap: 1rem; }
.stat-card {
  background: var(--cream);
  border-left: 2px solid var(--gold);
  padding: 1.3rem 1.5rem;
}
.stat-num {
  font-family: var(--serif);
  font-size: 2.1rem;
  font-weight: 400;
  color: var(--night);
  line-height: 1;
  margin-bottom: 0.5rem;
}
.stat-label { font-size: 0.83rem; color: var(--mist); line-height: 1.55; }
.stat-source { color: var(--gold); }
.quote-card {
  background: var(--cream);
  border-left: 2px solid var(--sage);
  padding: 1.3rem 1.5rem;
}
.quote-text {
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--night);
  line-height: 1.55;
  margin: 0 0 0.7rem;
}
.quote-attr {
  font-size: 0.68rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--gold);
}
@media (max-width: 960px) {
  .evidence-row, .evidence-row.reverse { grid-template-columns: 1fr; gap: 2rem; }
  .evidence-row .evidence-text, .evidence-row.reverse .evidence-text { order: 1; text-align: left; }
  .evidence-row .evidence-aside, .evidence-row.reverse .evidence-aside { order: 2; }
}

.feature-full {
  grid-column: 1 / -1;
  background: var(--dusk);
  color: var(--cream);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.feature-full-text {
  padding: 3rem;
}
.feature-full-text h3 {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 300;
  margin-bottom: 1rem;
  color: var(--cream);
}
.feature-full-text p { font-size: 0.9rem; color: rgba(250,247,242,0.55); line-height: 1.75; }
.feature-full-visual {
  padding: 3rem;
  border-left: 1px solid rgba(250,247,242,0.06);
  display: flex; flex-direction: column; gap: 0.7rem;
}
.cal-source {
  display: flex; align-items: center; gap: 1rem;
  padding: 0.9rem 1rem;
  background: rgba(250,247,242,0.04);
  border: 1px solid rgba(250,247,242,0.07);
  font-size: 0.8rem;
  font-family: var(--sans); font-weight: 300;
  color: rgba(250,247,242,0.6);
  text-decoration: none;
  transition: background 0.2s;
}
a.cal-source:hover { background: rgba(250,247,242,0.07); }
.cal-source-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.cal-source-dot.g { background: #4285f4; }
.cal-source-dot.a { background: #aaa; }
.cal-source-dot.img { background: var(--rose); }
.cal-source-dot.lms { background: var(--sage); }
.cal-source-dot.guest { background: var(--gold); }
.cal-source-label { flex: 1; }
.cal-source-status {
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sage);
}

/* ── EMOTION CHECK-IN ───────────────────────────────── */
.checkin-section {
  background: var(--night);
  color: var(--cream);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
}
.checkin-left {
  padding: 7rem 3.5rem;
  border-right: 1px solid rgba(250,247,242,0.06);
}
.checkin-left .label { color: rgba(250,247,242,0.35); }
.checkin-left .label::before { background: rgba(250,247,242,0.25); }
.checkin-left h2.title { color: var(--cream); }
.checkin-left p {
  font-size: 1rem;
  color: rgba(250,247,242,0.5);
  line-height: 1.8;
  margin-top: 1.5rem;
  max-width: 38ch;
}
.checkin-right {
  padding: 7rem 3.5rem;
  display: flex; flex-direction: column; justify-content: center;
}
.checkin-ui {
  max-width: 380px;
}
.checkin-step {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(250,247,242,0.3);
  margin-bottom: 1rem;
}
.checkin-question {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-style: italic;
  color: var(--cream);
  margin-bottom: 1.5rem;
  line-height: 1.3;
}
.checkin-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 1.5rem;
}
.cg-item {
  aspect-ratio: 1;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  background: rgba(250,247,242,0.04);
  border: 1px solid rgba(250,247,242,0.07);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: rgba(250,247,242,0.5);
  gap: 0.5rem;
  cursor: pointer;
  transition: all 0.2s;
}
.cg-item:hover { background: rgba(250,247,242,0.09); color: var(--cream); }
.cg-item .em { font-size: 1.4rem; }
.cg-item.selected { background: rgba(201,169,110,0.15); border-color: var(--gold); color: var(--gold-light); }
.checkin-sub {
  font-size: 0.78rem;
  color: rgba(250,247,242,0.3);
  line-height: 1.6;
}
.checkin-sub em { color: var(--sage-light); font-style: normal; }
.checkin-privacy {
  font-size: 0.68rem;
  color: rgba(250,247,242,0.22);
  line-height: 1.55;
  margin-top: 0.9rem;
  letter-spacing: 0.03em;
}
/* Grouped check-in chips */
.cg-groups {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-bottom: 1.4rem;
}
.cg-group-label {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(250,247,242,0.22);
  margin-bottom: 0.35rem;
}
.cg-group-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.cg-groups .cg-item {
  aspect-ratio: unset;
  padding: 0.32rem 0.8rem;
  flex-direction: row;
  gap: 0.35rem;
}
.cg-groups .cg-item .em { font-size: 1rem; }
.cg-something {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.55rem 1rem;
  background: transparent;
  border: 1px dashed rgba(250,247,242,0.12);
  font-family: var(--sans);
  font-size: 0.69rem;
  letter-spacing: 0.1em;
  color: rgba(250,247,242,0.28);
  cursor: pointer;
  transition: all 0.2s;
  margin-bottom: 1.2rem;
}
.cg-something:hover {
  border-color: rgba(250,247,242,0.28);
  color: rgba(250,247,242,0.55);
}
.cg-something.selected {
  border-color: var(--rose);
  color: var(--rose);
  background: rgba(196,130,122,0.08);
}

/* ── SCIENCE ────────────────────────────────────────── */
.science { background: var(--cream); }
.science-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
  margin-bottom: 5rem;
}
.science-body p {
  font-size: 1rem;
  color: var(--mist);
  line-height: 1.85;
  margin-bottom: 1.2rem;
}
.science-body p strong { color: var(--night); font-weight: 400; }
.science-refs {
  display: flex; flex-direction: column; gap: 1px;
}
.ref-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 1.2rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(19,17,15,0.06);
  align-items: start;
}
.ref-num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--gold);
  line-height: 1;
}
.ref-content h4 {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 400;
  margin-bottom: 0.4rem;
}
.ref-content p { font-size: 0.83rem; color: var(--mist); line-height: 1.6; }
.ref-tag {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sage);
  border: 1px solid var(--sage-light);
  padding: 0.2rem 0.55rem;
}

/* ── THRIVING ───────────────────────────────────────── */
.thriving {
  background: linear-gradient(160deg, var(--dusk) 0%, var(--night) 100%);
  position: relative;
  overflow: hidden;
}
.thriving::before {
  content: '';
  position: absolute;
  top: -30%; right: -10%;
  width: 70%; height: 100%;
  background: radial-gradient(ellipse, rgba(201,169,110,0.1) 0%, transparent 65%);
  pointer-events: none;
}
.thriving-inner {
  position: relative; z-index: 1;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.thriving .label { justify-content: center; }
.thriving .label::before { display: none; }
.thriving h2.title {
  color: var(--cream);
  margin-bottom: 1.5rem;
}
.thriving p {
  font-size: 1.05rem;
  color: rgba(250,247,242,0.5);
  line-height: 1.8;
  margin-bottom: 3rem;
}
.thriving-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-gold {
  display: inline-block;
  padding: 0.9rem 2.2rem;
  background: var(--gold);
  color: var(--night);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.25s;
}
.btn-gold:hover { background: var(--gold-light); }
.btn-dim {
  display: inline-block;
  padding: 0.9rem 2.2rem;
  border: 1px solid rgba(250,247,242,0.45);
  color: var(--cream);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s;
}
.btn-dim:hover { border-color: var(--cream); background: rgba(250,247,242,0.07); }

/* ── MANIFESTO / RECOVER / ARRIVAL (home) ───────────── */
.manifesto { background: var(--cream); text-align: center; }
.manifesto-inner { max-width: 760px; margin: 0 auto; }
.manifesto h2.title { margin-bottom: 2rem; }
.manifesto-lead {
  font-size: 1.15rem;
  color: var(--mist);
  line-height: 1.85;
  max-width: 60ch;
  margin: 0 auto 1.5rem;
}
.manifesto-coda {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.5rem;
  color: var(--sage);
  margin-top: 2.5rem;
}

.recover { background: var(--sand); }
.recover-head { text-align: center; max-width: 760px; margin: 0 auto 3.5rem; }
.recover-head .label { justify-content: center; }
.recover-head h2.title { margin-top: 0.6rem; }
.recover-pillars {
  display: flex; flex-direction: column;
  gap: 2px;
  max-width: 1180px;
  margin: 0 auto;
}
.recover-pillars-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.recover-pillars-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}
.recover-pillars .pillar { background: var(--cream); }

.arrival { background: var(--cream); text-align: center; }
.arrival-inner { max-width: 680px; margin: 0 auto; }
.arrival .label { justify-content: center; }
.arrival h2.title { margin: 0.6rem 0 1.8rem; }
.arrival p {
  font-size: 1.1rem;
  color: var(--mist);
  line-height: 1.85;
}
.arrival-coda {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.35rem;
  color: var(--night);
  margin-top: 1.8rem;
}

/* ── UDL SECTION ────────────────────────────────────── */
.udl {
  background: var(--sand);
  text-align: center;
  padding: 6rem 3.5rem;
}
.udl h2.title { margin-bottom: 1rem; }
.udl-sub {
  font-size: 1rem;
  color: var(--mist);
  max-width: 50ch;
  margin: 0 auto 4rem;
  line-height: 1.8;
}
.udl-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  text-align: left;
}
.udl-card {
  background: var(--cream);
  padding: 2.5rem 2rem;
  border-top: 2px solid transparent;
  transition: border-color 0.3s, background 0.3s;
}
.udl-card:nth-child(1):hover { border-color: var(--sage); }
.udl-card:nth-child(2):hover { border-color: var(--gold); }
.udl-card:nth-child(3):hover { border-color: var(--rose); }
.udl-card:hover { background: var(--sand); }
.udl-icon { font-size: 1.8rem; margin-bottom: 1.2rem; }
.udl-card h3 {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 0.7rem;
}
.udl-card p { font-size: 0.83rem; color: var(--mist); line-height: 1.65; }

/* ── FOOTER ─────────────────────────────────────────── */
footer {
  background: var(--night);
  padding: 3rem 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.footer-logo {
  font-family: var(--fraunces);
  font-size: 1rem;
  font-weight: 400;
  color: var(--cream);
  letter-spacing: -0.035em;
  display: flex; align-items: center; gap: 0.45rem;
}
.footer-logo .logo-ed {
  font-weight: 500;
  position: relative;
}
.footer-logo .logo-ed::after {
  background: rgba(111,138,107,0.7);
}
.footer-copy {
  font-size: 0.73rem;
  color: rgba(250,247,242,0.25);
  letter-spacing: 0.06em;
}
.footer-links {
  display: flex; gap: 2rem;
}
.footer-links a {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(250,247,242,0.3);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--cream); }

/* ── ANIMATIONS ─────────────────────────────────────── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ── RESPONSIVE ─────────────────────────────────────── */
@media (max-width: 960px) {
  nav { padding: 1.2rem 1.5rem; }
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .nav-guest { display: none; }
  .pp-body { grid-template-columns: 1fr; }
  .hero { grid-template-columns: 1fr; }
  .hero-right { min-height: 320px; }
  section { padding: 5rem 1.5rem; }
  .philosophy { grid-template-columns: 1fr; gap: 3rem; }
  .features-grid { grid-template-columns: 1fr; }
  .recover-pillars-top, .recover-pillars-bottom { grid-template-columns: 1fr; }
  .feature-full { grid-template-columns: 1fr; }
  .checkin-section { grid-template-columns: 1fr; }
  .checkin-left, .checkin-right { padding: 4rem 1.5rem; }
  .river-intro { grid-template-columns: 1fr; gap: 3rem; padding: 0 1.5rem; }
  .river-towns { padding: 0 1.5rem; }
  .river-town { grid-template-columns: 1fr 50px 1fr; min-height: 140px; }
  .town-left { padding-right: 1.2rem; }
  .town-right { padding-left: 1.2rem; }
  .orbit-wrap { width: min(340px, 85vw); height: min(340px, 85vw); }
  .orbit-section { padding: 5rem 1.5rem; }
  .udl-principles { grid-template-columns: 1fr; }
  .phil-pillars { grid-template-columns: 1fr; }
  footer { flex-direction: column; text-align: center; }
  .footer-links { justify-content: center; flex-wrap: wrap; row-gap: 0.8rem; }
  .qh-steps { grid-template-columns: 1fr; }
  .qh-step-connector { display: none; }
  .qh-header h2.title { font-size: 2.4rem; }
}

/* ── QUICK HELP SECTION ────────────────────────────── */
.quickhelp {
  background: var(--bark);
  padding: 6rem 3.5rem;
  position: relative;
  overflow: hidden;
}
.quickhelp::before {
  content: '';
  position: absolute;
  bottom: -20%; left: -10%;
  width: 60%; height: 80%;
  background: radial-gradient(ellipse, rgba(122,158,135,0.12) 0%, transparent 65%);
  pointer-events: none;
}
.quickhelp::after {
  content: '';
  position: absolute;
  top: -15%; right: -5%;
  width: 40%; height: 60%;
  background: radial-gradient(ellipse, rgba(201,169,110,0.08) 0%, transparent 65%);
  pointer-events: none;
}
.qh-inner {
  position: relative; z-index: 1;
  max-width: 1060px;
  margin: 0 auto;
}
.qh-header {
  text-align: center;
  margin-bottom: 4rem;
}
.qh-header .label {
  justify-content: center;
  color: rgba(122,158,135,0.7);
  margin-bottom: 2rem;
}
.qh-header .label::before { background: rgba(122,158,135,0.25); }
.qh-header h2.title {
  color: var(--cream);
  font-size: 3rem;
  margin-bottom: 1.2rem;
}
.qh-header p {
  font-size: 1.05rem;
  color: rgba(250,247,242,0.5);
  line-height: 1.8;
  max-width: 46ch;
  margin: 0 auto;
}
.qh-steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: start;
  gap: 0;
  margin-bottom: 4rem;
}
.qh-step {
  background: rgba(250,247,242,0.04);
  border: 1px solid rgba(250,247,242,0.08);
  padding: 2.2rem 1.8rem;
  text-align: center;
}
.qh-step-num {
  display: inline-block;
  font-family: var(--serif);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 1.2rem;
  opacity: 0.7;
}
.qh-step-icon {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
  display: block;
}
.qh-step h4 {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--cream);
  margin-bottom: 0.8rem;
  line-height: 1.3;
}
.qh-step p {
  font-size: 0.88rem;
  color: rgba(250,247,242,0.42);
  line-height: 1.7;
}
.qh-step-phrase {
  display: block;
  margin-top: 1rem;
  font-family: var(--serif);
  font-size: 0.85rem;
  font-style: italic;
  color: var(--gold);
  opacity: 0.75;
}
.qh-step-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
  margin-top: 5rem;
}
.qh-step-connector svg { opacity: 0.2; }
.qh-cta {
  text-align: center;
}
.btn-sage {
  display: inline-block;
  padding: 1rem 2.6rem;
  background: var(--sage);
  color: var(--night);
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.25s;
}
.btn-sage:hover { background: var(--sage-light); color: var(--bark); }
.qh-note {
  display: block;
  margin-top: 1.2rem;
  font-size: 0.8rem;
  color: rgba(250,247,242,0.28);
  letter-spacing: 0.04em;
}

/* ── SCREEN READER UTILITY ──────────────────────────── */
.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;
}

/* ── REDUCED MOTION ─────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .nav-logo-star,
  .orbit-centre-star,
  .ticker-track {
    animation: none !important;
  }
}
/* ── Multi-page nav active state (added during WS1 page split) ── */
.nav-links a.active { color: var(--night); }
.nav-links a.active::after { width: 100%; }


/* ── MOBILE NAV (hamburger + drawer) ─────────────────── */
.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 6px; z-index: 320;
}
.nav-toggle span { width: 22px; height: 2px; background: var(--night); border-radius: 2px; transition: transform .28s cubic-bezier(.16,1,.3,1), opacity .2s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-drawer {
  position: fixed; inset: 0; z-index: 310;
  background: var(--cream);
  display: flex; flex-direction: column;
  padding: 5rem 2rem 2rem;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform .32s cubic-bezier(.16,1,.3,1);
  visibility: hidden;
}
.mobile-drawer.open { transform: translateX(0); visibility: visible; }
.drawer-links { display: flex; flex-direction: column; }
.drawer-links a {
  font-family: var(--serif); font-size: 1.35rem; font-weight: 300;
  color: var(--night); text-decoration: none;
  padding: 0.7rem 0; border-bottom: 1px solid rgba(19,17,15,0.08);
}
.drawer-links a:hover { color: var(--sage); }
.drawer-ctas { margin-top: auto; display: flex; flex-direction: column; gap: 0.8rem; padding-top: 2rem; }
.drawer-ctas a { text-align: center; }

/* ── PRODUCT PREVIEW BAND ────────────────────────────── */
.product-preview { background: var(--cream); padding: 6rem 3.5rem 7rem; display: flex; justify-content: center; }
.pp-frame {
  width: min(1040px, 100%);
  border: 1px solid var(--line, #d9d4cb);
  border-radius: 16px; overflow: hidden;
  background: #e9e7e1;
  box-shadow: 0 24px 60px -30px rgba(19,17,15,0.35);
}
.pp-bar {
  display: flex; align-items: center; gap: 0.5rem;
  padding: 0.85rem 1.2rem; background: #14110f;
}
.pp-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(250,247,242,0.25); }
.pp-bar-title { margin-left: 0.6rem; font-family: var(--fraunces); font-size: 0.9rem; color: rgba(250,247,242,0.8); letter-spacing: -0.02em; }
.pp-bar-spacer { flex: 1; }
.pp-bar-chip { width: 16px; height: 16px; border-radius: 4px; background: rgba(250,247,242,0.14); }
.pp-body { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1.1rem; padding: 1.4rem; }
.pp-col { background: var(--cream); border: 1px solid var(--line, #d9d4cb); border-radius: 12px; padding: 1.1rem 1.15rem; }
.pp-col-label { font-family: var(--serif); font-size: 0.98rem; color: var(--night); margin-bottom: 1rem; }
.pp-ev { display: flex; align-items: center; gap: 0.6rem; padding: 0.5rem 0; border-bottom: 1px solid rgba(19,17,15,0.06); }
.pp-ev:last-child { border-bottom: none; }
.pp-ev .pp-t { font-size: 0.6rem; letter-spacing: 0.08em; color: var(--mist); width: 40px; flex-shrink: 0; text-transform: uppercase; }
.pp-ev.now .pp-t { color: var(--sage); }
.pp-ln { height: 8px; border-radius: 4px; background: rgba(19,17,15,0.09); flex: 1; }
.pp-ln.s { max-width: 60%; }
.pp-ln.xs { max-width: 40%; }
.pp-card { display: flex; align-items: center; gap: 0.55rem; padding: 0.6rem 0.7rem; background: #f3efe8; border: 1px solid var(--line, #d9d4cb); border-radius: 8px; margin-bottom: 0.5rem; }
.pp-tag { font-size: 0.52rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.14rem 0.4rem; border-radius: 4px; background: rgba(201,169,110,0.24); color: #8a6d2f; white-space: nowrap; }
.pp-tag.due { background: rgba(196,130,122,0.28); color: #9a4f45; }
.pp-q { font-family: var(--serif); font-size: 0.9rem; color: var(--night); margin-bottom: 0.9rem; line-height: 1.3; }
.pp-opt { padding: 0.55rem 0.7rem; border: 1px solid var(--line, #d9d4cb); border-radius: 8px; font-size: 0.68rem; color: var(--mist); margin-bottom: 0.45rem; }
.pp-opt.sel { border-color: var(--sage); background: rgba(122,158,135,0.14); color: var(--night); }
@media (max-width: 960px) { .product-preview { padding: 4rem 1.5rem 5rem; } }

/* Ensure mobile nav-toggle wins over the base rule above (source order) */
@media (max-width: 960px) {
  .nav-toggle { display: flex; }
  .nav-guest { display: none; }
}
