/* Sagalune — Landing Page */

:root {
  --forest: #2D6A4F;
  --forest-deep: #224F3C;
  --forest-tint: #3E8066;
  --amber: #F4A261;
  --amber-deep: #D4823E;
  --cream: #FAF7F2;
  --cream-warm: #F3EEE4;
  --cream-deep: #ECE5D5;
  --charcoal: #1C1C2E;
  --stone: #8A8F8D;
  --stone-soft: #B5B8B5;
  --slate: #121212;
  --slate-soft: #1E1E24;
  --terra: #C0392B;

  --serif: 'Playfair Display', 'Georgia', serif;
  --sans: 'Inter', -apple-system, system-ui, sans-serif;

  --maxw: 1200px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

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

html, body {
  background: var(--cream);
  color: var(--charcoal);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg { display: block; max-width: 100%; }

::selection {
  background: var(--forest);
  color: var(--cream);
}

/* ===== Shared layout ===== */
.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 32px;
}

.eyebrow {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--forest);
}

.eyebrow .dot {
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--amber);
  margin-right: 10px;
  transform: translateY(-2px);
}

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 700;
  color: var(--charcoal);
  letter-spacing: -0.01em;
  text-wrap: balance;
}

h1 em, h2 em {
  font-style: italic;
  font-weight: 400;
  color: var(--forest);
}

p { text-wrap: pretty; }

/* ===== Nav ===== */
.nav {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 20;
  padding: 28px 0;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--forest);
}
.brand-mark {
  width: 28px; height: 28px;
  position: relative;
}
.brand-mark svg { width: 100%; height: 100%; }
.brand-word {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.01em;
  color: var(--forest);
}
.nav-links {
  display: flex;
  gap: 28px;
  align-items: center;
}
.nav-links a {
  color: var(--charcoal);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.8;
  transition: opacity 200ms var(--ease);
}
.nav-links a:hover { opacity: 1; }
.nav-links .nav-cta {
  padding: 10px 18px;
  border-radius: 999px;
  background: transparent;
  border: 1px solid rgba(28,28,46,0.18);
  opacity: 1;
}
.nav-links .nav-cta:hover {
  background: var(--charcoal);
  color: var(--cream);
  border-color: var(--charcoal);
}

/* ===== Hero ===== */
.hero {
  position: relative;
  min-height: 100vh;
  padding: 120px 0 80px;
  overflow: hidden;
  isolation: isolate;
}

/* Hero photo: composed CSS scene — driver's POV, golden hour */
.hero-photo {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background:
    radial-gradient(ellipse 30% 18% at 52% 58%, rgba(255,236,200,0.95) 0%, rgba(255,210,150,0.6) 30%, transparent 70%),
    radial-gradient(ellipse 80% 22% at 50% 62%, rgba(244,180,120,0.55) 0%, transparent 75%),
    linear-gradient(180deg,
      #3a4a5a 0%,
      #5c6373 18%,
      #9c8877 38%,
      #d9a070 54%,
      #e4b47c 62%,
      #b58a5d 65%,
      #6b5a3e 70%,
      #4a4025 82%,
      #1f1c14 100%);
}
.hero-photo .hills-far {
  position: absolute;
  left: 0; right: 0;
  top: 60%;
  height: 8%;
  background:
    radial-gradient(ellipse 40% 100% at 15% 100%, #7d6a52 0 60%, transparent 62%),
    radial-gradient(ellipse 55% 120% at 45% 100%, #856f54 0 60%, transparent 62%),
    radial-gradient(ellipse 35% 90% at 75% 100%, #7a6852 0 60%, transparent 62%),
    radial-gradient(ellipse 30% 100% at 95% 100%, #6f5c44 0 60%, transparent 62%);
  filter: blur(1.5px);
  opacity: 0.75;
}
.hero-photo .hills-mid {
  position: absolute;
  left: 0; right: 0;
  top: 64%;
  height: 9%;
  background:
    radial-gradient(ellipse 30% 100% at 8% 100%, #4a3e2a 0 62%, transparent 64%),
    radial-gradient(ellipse 50% 120% at 35% 100%, #544630 0 62%, transparent 64%),
    radial-gradient(ellipse 25% 80% at 60% 100%, #3e3422 0 62%, transparent 64%),
    radial-gradient(ellipse 45% 110% at 85% 100%, #4c3f2a 0 62%, transparent 64%);
  filter: blur(0.8px);
}
.hero-photo .trees {
  position: absolute;
  left: 0; right: 0;
  top: 66%;
  height: 4%;
  background:
    radial-gradient(ellipse 1.2% 100% at 12% 100%, #2a2315 0 60%, transparent 62%),
    radial-gradient(ellipse 1% 100%   at 15% 100%, #2a2315 0 60%, transparent 62%),
    radial-gradient(ellipse 1.5% 100% at 22% 100%, #2a2315 0 60%, transparent 62%),
    radial-gradient(ellipse 1% 100%   at 28% 100%, #2a2315 0 60%, transparent 62%),
    radial-gradient(ellipse 1.3% 100% at 70% 100%, #2a2315 0 60%, transparent 62%),
    radial-gradient(ellipse 1.1% 100% at 74% 100%, #2a2315 0 60%, transparent 62%),
    radial-gradient(ellipse 1.4% 100% at 82% 100%, #2a2315 0 60%, transparent 62%),
    radial-gradient(ellipse 1% 100%   at 88% 100%, #2a2315 0 60%, transparent 62%);
}
.hero-photo .horizon-line {
  position: absolute;
  left: 0; right: 0;
  top: 64.5%;
  height: 2px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(255,230,190,0.35) 25%,
    rgba(255,240,210,0.75) 50%,
    rgba(255,230,190,0.35) 75%,
    transparent 100%);
  filter: blur(1px);
}
.hero-photo .road {
  position: absolute;
  left: 0; right: 0;
  top: 65%;
  bottom: 0;
  background: linear-gradient(180deg,
    #3c3020 0%,
    #4a3b27 20%,
    #3e3220 60%,
    #241d12 100%);
  clip-path: polygon(46% 0, 54% 0, 88% 100%, 12% 100%);
}
.hero-photo .road::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0; bottom: 0;
  width: 3%;
  transform: translateX(-50%);
  background: linear-gradient(180deg,
    rgba(255,220,170,0.9) 0%,
    rgba(255,220,170,0.75) 40%,
    rgba(255,220,170,0.5) 80%,
    rgba(255,220,170,0.3) 100%);
  clip-path: polygon(46% 0, 54% 0, 100% 100%, 0 100%);
  mask: repeating-linear-gradient(180deg, black 0 8%, transparent 8% 16%);
  -webkit-mask: repeating-linear-gradient(180deg, black 0 8%, transparent 8% 16%);
  opacity: 0.55;
}
.hero-photo .road::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 30% at 50% 0%, rgba(244,180,120,0.25) 0%, transparent 70%);
}
.hero-photo .dash {
  position: absolute;
  left: -2%; right: -2%;
  bottom: -1%;
  height: 16%;
  background: linear-gradient(180deg,
    rgba(18,14,8,0) 0%,
    rgba(18,14,8,0.4) 30%,
    rgba(12,10,6,0.85) 70%,
    rgba(10,8,4,1) 100%);
  clip-path: ellipse(65% 100% at 50% 100%);
}
.hero-photo .pillar-l {
  position: absolute;
  left: 0; top: 0; bottom: 10%;
  width: 8%;
  background: linear-gradient(90deg,
    rgba(10,8,6,0.85) 0%,
    rgba(10,8,6,0.55) 60%,
    transparent 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
}
.hero-photo .pillar-r {
  position: absolute;
  right: 0; top: 0; bottom: 10%;
  width: 8%;
  background: linear-gradient(270deg,
    rgba(10,8,6,0.85) 0%,
    rgba(10,8,6,0.55) 60%,
    transparent 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
}
.hero-photo .mirror {
  position: absolute;
  left: 50%; top: 0;
  transform: translateX(-50%);
  width: 7%;
  height: 3.5%;
  background: rgba(8,6,4,0.88);
  border-radius: 0 0 40% 40% / 0 0 100% 100%;
  box-shadow: 0 2px 0 rgba(0,0,0,0.3);
}
.hero-photo .mirror::before {
  content: '';
  position: absolute;
  left: 50%; top: -40%;
  transform: translateX(-50%);
  width: 18%; height: 80%;
  background: rgba(8,6,4,0.88);
}
.hero-photo .rays {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(95deg,  transparent 48%, rgba(255,230,190,0.08) 50%, transparent 52%),
    linear-gradient(85deg,  transparent 48%, rgba(255,230,190,0.06) 50%, transparent 52%),
    linear-gradient(100deg, transparent 48%, rgba(255,230,190,0.05) 50%, transparent 52%);
  mix-blend-mode: screen;
  pointer-events: none;
}
.hero-photo .grain {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image:
    radial-gradient(rgba(255,255,255,0.6) 1px, transparent 1px),
    radial-gradient(rgba(0,0,0,0.6) 1px, transparent 1px);
  background-size: 3px 3px, 4px 4px;
  background-position: 0 0, 1px 2px;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg,
    rgba(250,247,242,0.05) 0%,
    rgba(250,247,242,0.1) 40%,
    rgba(250,247,242,0.55) 70%,
    rgba(250,247,242,0.95) 92%,
    var(--cream) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: calc(100vh - 200px);
  padding-top: 80px;
}

.hero-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
.hero-meta .line {
  width: 48px; height: 1px;
  background: var(--forest);
  opacity: 0.5;
}

.hero h1 {
  font-size: clamp(44px, 7vw, 92px);
  line-height: 1.02;
  max-width: 14ch;
  margin-bottom: 28px;
}
.hero .subhead {
  font-size: clamp(18px, 1.6vw, 22px);
  color: var(--charcoal);
  opacity: 0.72;
  max-width: 540px;
  line-height: 1.5;
  margin-bottom: 44px;
}

/* ===== Email form (inline pill) ===== */
.waitlist { max-width: 520px; }
.waitlist .row {
  display: flex;
  background: var(--cream);
  border: 1px solid rgba(28,28,46,0.12);
  border-radius: 999px;
  padding: 6px;
  box-shadow: 0 20px 60px -30px rgba(28,28,46,0.25);
  transition: border-color 200ms var(--ease), box-shadow 200ms var(--ease);
}
.waitlist .row:focus-within {
  border-color: var(--forest);
  box-shadow: 0 20px 60px -25px rgba(45,106,79,0.35);
}
.waitlist .row input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 14px 20px;
  font: inherit;
  font-size: 15px;
  color: var(--charcoal);
  outline: none;
}
.waitlist .row input::placeholder { color: var(--stone); }
.waitlist .row button {
  border: none;
  background: var(--forest);
  color: var(--cream);
  padding: 14px 26px;
  border-radius: 999px;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: background 200ms var(--ease), transform 200ms var(--ease);
  white-space: nowrap;
}
.waitlist .row button:hover {
  background: var(--forest-deep);
  transform: translateY(-1px);
}

.waitlist-helper {
  margin-top: 16px;
  font-size: 13px;
  color: var(--stone);
  display: flex;
  align-items: center;
  gap: 10px;
}
.waitlist-helper .avatars { display: inline-flex; }
.waitlist-helper .avatars span {
  width: 22px; height: 22px;
  border-radius: 50%;
  border: 2px solid var(--cream);
  margin-left: -8px;
}
.waitlist-helper .avatars span:first-child { margin-left: 0; }
.waitlist-helper .avatars span:nth-child(1) { background: linear-gradient(135deg, #8BA889, #5C7A5A); }
.waitlist-helper .avatars span:nth-child(2) { background: linear-gradient(135deg, #E4B87F, #C89968); }
.waitlist-helper .avatars span:nth-child(3) { background: linear-gradient(135deg, #7A8A9E, #4C5E74); }
.waitlist-helper strong { color: var(--charcoal); font-weight: 600; }

.waitlist.error .row,
.waitlist.error .row input { border-color: var(--terra) !important; }
.waitlist-error {
  margin-top: 10px;
  font-size: 13px;
  color: var(--terra);
  display: none;
}
.waitlist.error .waitlist-error { display: block; }

.waitlist-success {
  display: none;
  padding: 28px;
  background: var(--cream);
  border: 1px solid rgba(45,106,79,0.25);
  border-radius: 16px;
  box-shadow: 0 30px 60px -30px rgba(45,106,79,0.3);
  animation: slideUp 500ms var(--ease) both;
}
.waitlist.success .row,
.waitlist.success .waitlist-helper,
.waitlist.success .waitlist-error { display: none !important; }
.waitlist.success .waitlist-success { display: block; }
.waitlist-success-check {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--forest);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.waitlist-success h4 {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.waitlist-success p {
  color: var(--stone);
  font-size: 15px;
  line-height: 1.5;
}
.waitlist-success-pass {
  margin-top: 20px;
  padding: 16px;
  background: var(--cream-warm);
  border-radius: 10px;
  border-left: 3px solid var(--amber);
  font-size: 13px;
  color: var(--charcoal);
}
.waitlist-success-pass strong {
  display: block;
  font-family: var(--serif);
  font-size: 15px;
  margin-bottom: 4px;
}

/* Scroll indicator */
.hero-scroll {
  position: absolute;
  bottom: 32px; left: 50%;
  transform: translateX(-50%);
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--stone);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0.7;
}
.hero-scroll .tick {
  width: 1px; height: 32px;
  background: currentColor;
  animation: scrollPulse 2s ease-in-out infinite;
  transform-origin: top;
}
@keyframes scrollPulse {
  0%, 100% { transform: scaleY(0.3); opacity: 0.4; }
  50% { transform: scaleY(1); opacity: 1; }
}

/* ===== Section: What it is ===== */
.section {
  padding: 140px 0;
  position: relative;
}
.section-header {
  max-width: 780px;
  margin-bottom: 88px;
}
.section-header h2 {
  font-size: clamp(36px, 4.8vw, 58px);
  line-height: 1.08;
  margin-top: 20px;
  max-width: 22ch;
  text-wrap: pretty;
}
.section-header .lead {
  margin-top: 36px;
  font-size: clamp(18px, 1.4vw, 20px);
  color: var(--charcoal);
  opacity: 0.75;
  max-width: 56ch;
  line-height: 1.55;
}

.three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  border-top: 1px solid rgba(28,28,46,0.12);
  padding-top: 56px;
}
.col { position: relative; }
.col-num {
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--stone);
  margin-bottom: 24px;
}
.col-icon {
  width: 48px; height: 48px;
  margin-bottom: 24px;
  color: var(--forest);
}
.col h3 {
  font-size: 24px;
  margin-bottom: 12px;
  line-height: 1.2;
}
.col p {
  color: var(--charcoal);
  opacity: 0.72;
  font-size: 15px;
  line-height: 1.6;
  max-width: 34ch;
}

/* ===== How it works strip ===== */
.howitworks { padding: 100px 0 140px; }
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  position: relative;
  border-top: 1px solid rgba(28,28,46,0.12);
  border-bottom: 1px solid rgba(28,28,46,0.12);
}
.step {
  padding: 48px 40px;
  position: relative;
  border-right: 1px solid rgba(28,28,46,0.08);
}
.step:last-child { border-right: none; }
.step-num {
  font-family: var(--serif);
  font-size: 56px;
  font-weight: 400;
  font-style: italic;
  color: var(--amber);
  line-height: 1;
  margin-bottom: 24px;
}
.step-title {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.step-desc {
  font-size: 14px;
  color: var(--charcoal);
  opacity: 0.7;
  line-height: 1.5;
  margin-bottom: 24px;
}
.step-visual {
  height: 120px;
  border-radius: 8px;
  background: var(--cream-warm);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-viz-road {
  width: 100%; height: 100%;
  background:
    repeating-linear-gradient(90deg, var(--charcoal) 0 12px, transparent 12px 24px) center/100% 2px no-repeat,
    linear-gradient(180deg, var(--cream-warm) 0%, var(--cream-deep) 100%);
  position: relative;
}
.step-viz-road::before {
  content: '';
  position: absolute;
  left: 24px; top: 50%;
  width: 10px; height: 10px;
  background: var(--amber);
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 0 6px rgba(244,162,97,0.2);
}

.step-viz-place {
  width: 100%; height: 100%;
  background:
    radial-gradient(circle at 40% 30%, rgba(45,106,79,0.12) 0 80px, transparent 80px),
    radial-gradient(circle at 75% 70%, rgba(244,162,97,0.15) 0 60px, transparent 60px),
    linear-gradient(180deg, var(--cream-warm) 0%, var(--cream-deep) 100%);
  position: relative;
}
.step-viz-place .pin {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%,-50%);
  width: 18px; height: 18px;
  background: var(--forest);
  border-radius: 50% 50% 50% 0;
  transform: translate(-50%,-50%) rotate(-45deg);
  box-shadow: 0 4px 12px rgba(45,106,79,0.4);
}
.step-viz-place .pin::after {
  content: ''; position: absolute;
  inset: 4px;
  background: var(--cream);
  border-radius: 50%;
}
.step-viz-place .ripple {
  position: absolute;
  left: 50%; top: 50%;
  width: 24px; height: 24px;
  border-radius: 50%;
  border: 1.5px solid var(--forest);
  transform: translate(-50%,-50%);
  animation: ripple 2.4s ease-out infinite;
}
.step-viz-place .ripple:nth-child(2) { animation-delay: 0.8s; }
.step-viz-place .ripple:nth-child(3) { animation-delay: 1.6s; }
@keyframes ripple {
  0% { width: 24px; height: 24px; opacity: 1; }
  100% { width: 140px; height: 140px; opacity: 0; }
}

.step-viz-audio {
  width: 100%; height: 100%;
  background: linear-gradient(180deg, var(--cream-warm) 0%, var(--cream-deep) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 24px;
}
.step-viz-audio .bar {
  width: 4px;
  background: var(--forest);
  border-radius: 2px;
  animation: wave 1.2s ease-in-out infinite;
}
.step-viz-audio .bar:nth-child(1) { height: 20%; animation-delay: 0.00s; }
.step-viz-audio .bar:nth-child(2) { height: 50%; animation-delay: 0.10s; }
.step-viz-audio .bar:nth-child(3) { height: 75%; animation-delay: 0.20s; }
.step-viz-audio .bar:nth-child(4) { height: 95%; animation-delay: 0.30s; background: var(--amber); }
.step-viz-audio .bar:nth-child(5) { height: 60%; animation-delay: 0.40s; }
.step-viz-audio .bar:nth-child(6) { height: 85%; animation-delay: 0.50s; background: var(--amber); }
.step-viz-audio .bar:nth-child(7) { height: 40%; animation-delay: 0.60s; }
.step-viz-audio .bar:nth-child(8) { height: 70%; animation-delay: 0.70s; }
.step-viz-audio .bar:nth-child(9) { height: 55%; animation-delay: 0.80s; }
.step-viz-audio .bar:nth-child(10) { height: 30%; animation-delay: 0.90s; }
.step-viz-audio .bar:nth-child(11) { height: 45%; animation-delay: 1.00s; }
@keyframes wave {
  0%, 100% { transform: scaleY(0.5); }
  50% { transform: scaleY(1); }
}

/* ===== Founding Explorer ===== */
.founders {
  padding: 140px 0;
  position: relative;
  background: var(--cream-warm);
}
.founders-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 88px;
  align-items: center;
}
.founders h2 {
  font-size: clamp(36px, 4.5vw, 54px);
  line-height: 1.1;
  margin-top: 24px;
  text-wrap: pretty;
}
.founders p {
  margin-top: 40px;
  font-size: 18px;
  color: var(--charcoal);
  opacity: 0.76;
  max-width: 52ch;
  line-height: 1.55;
}
.founders-cta {
  margin-top: 36px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--charcoal);
  color: var(--cream);
  padding: 16px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: background 200ms var(--ease), transform 200ms var(--ease);
}
.founders-cta:hover {
  background: var(--forest);
  transform: translateY(-1px);
}
.founders-cta .arrow {
  display: inline-block;
  transition: transform 200ms var(--ease);
}
.founders-cta:hover .arrow { transform: translate(4px,-4px); }

/* Founder pass card */
.pass {
  position: relative;
  padding: 40px;
  background: var(--cream);
  border: 1px solid rgba(28,28,46,0.1);
  border-radius: 20px;
  box-shadow:
    0 1px 2px rgba(28,28,46,0.04),
    0 40px 80px -40px rgba(28,28,46,0.25);
  overflow: hidden;
}
.pass::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 100% 0%, rgba(244,162,97,0.18) 0%, transparent 55%);
  pointer-events: none;
}
.pass-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
}
.pass-label {
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--stone);
}
.pass-label strong {
  display: block;
  font-family: var(--serif);
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  letter-spacing: 0;
  color: var(--forest);
  text-transform: none;
  margin-top: 6px;
}
.pass-moon {
  width: 36px; height: 36px;
  color: var(--amber);
}
.pass-price {
  font-family: var(--serif);
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: var(--charcoal);
  position: relative;
}
.pass-price small {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 500;
  color: var(--stone);
  letter-spacing: 0;
  display: block;
  margin-top: 8px;
  line-height: 1.4;
}
.pass-bar {
  margin-top: 32px;
  position: relative;
}
.pass-bar-meta {
  display: flex;
  justify-content: space-between;
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--stone);
  margin-bottom: 10px;
}
.pass-bar-meta b {
  color: var(--charcoal);
  font-weight: 600;
}
.pass-bar-track {
  height: 6px;
  background: rgba(28,28,46,0.08);
  border-radius: 999px;
  overflow: hidden;
  position: relative;
}
.pass-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--forest), var(--amber));
  border-radius: 999px;
  width: 0;
  transition: width 1200ms var(--ease);
}
.pass-list {
  margin-top: 28px;
  list-style: none;
  font-size: 14px;
}
.pass-list li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--charcoal);
  border-bottom: 1px solid rgba(28,28,46,0.06);
}
.pass-list li:last-child { border-bottom: none; }
.pass-list li::before {
  content: '';
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--amber);
  flex-shrink: 0;
}

/* ===== Footer ===== */
.footer {
  padding: 80px 0 40px;
  border-top: 1px solid rgba(28,28,46,0.1);
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 56px;
}
.footer-brand .brand-word { font-size: 28px; }
.footer-brand .tagline {
  font-family: var(--serif);
  font-size: 20px;
  font-style: italic;
  color: var(--charcoal);
  opacity: 0.6;
  margin-top: 20px;
  max-width: 24ch;
  line-height: 1.3;
}
.footer-col h5 {
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 20px;
  font-weight: 500;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a {
  color: var(--charcoal);
  opacity: 0.75;
  text-decoration: none;
  font-size: 14px;
  transition: opacity 200ms var(--ease), color 200ms var(--ease);
}
.footer-col a:hover {
  opacity: 1;
  color: var(--forest);
}
.footer-bottom {
  padding-top: 32px;
  border-top: 1px solid rgba(28,28,46,0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--stone);
}
.footer-bottom .legal a {
  color: var(--stone);
  text-decoration: none;
  margin-left: 24px;
  transition: color 200ms var(--ease);
}
.footer-bottom .legal a:hover { color: var(--charcoal); }

/* ===== Motion (JS toggles .motion-on based on prefers-reduced-motion) ===== */
body.motion-on .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 900ms var(--ease), transform 900ms var(--ease);
}
body.motion-on .reveal.in {
  opacity: 1;
  transform: none;
}
body.motion-on .reveal-stagger > * {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}
body.motion-on .reveal-stagger.in > * { opacity: 1; transform: none; }
body.motion-on .reveal-stagger.in > *:nth-child(2) { transition-delay: 120ms; }
body.motion-on .reveal-stagger.in > *:nth-child(3) { transition-delay: 240ms; }
body.motion-on .reveal-stagger.in > *:nth-child(4) { transition-delay: 360ms; }

.hero h1 .word {
  display: inline-block;
  margin-right: 0.28em;
}
.hero h1 .word:last-child { margin-right: 0; }
body.motion-on .hero h1 .word {
  opacity: 0;
  transform: translateY(20px);
  animation: wordIn 800ms var(--ease) forwards;
}
body.motion-on .hero h1 .word:nth-child(1) { animation-delay: 0.15s; }
body.motion-on .hero h1 .word:nth-child(2) { animation-delay: 0.30s; }
body.motion-on .hero h1 .word:nth-child(3) { animation-delay: 0.45s; }
body.motion-on .hero h1 .word:nth-child(4) { animation-delay: 0.60s; }
body.motion-on .hero h1 .word:nth-child(5) { animation-delay: 0.75s; }
@keyframes wordIn {
  to { opacity: 1; transform: none; }
}

body.motion-on .hero-photo {
  animation: slowPan 18s ease-in-out infinite alternate;
}
@keyframes slowPan {
  from { transform: scale(1.0) translateY(0); }
  to   { transform: scale(1.05) translateY(-12px); }
}

@keyframes slideUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: none; }
}

/* ===== Responsive ===== */
@media (max-width: 960px) {
  .three-col { grid-template-columns: 1fr; gap: 32px; }
  .steps { grid-template-columns: 1fr; }
  .step { border-right: none; border-bottom: 1px solid rgba(28,28,46,0.08); }
  .step:last-child { border-bottom: none; }
  .founders-inner { grid-template-columns: 1fr; gap: 48px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .section { padding: 80px 0; }
  .founders { padding: 80px 0; }
}
@media (max-width: 600px) {
  .nav-links .about-link { display: none; }
  .waitlist .row {
    flex-direction: column;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    gap: 10px;
  }
  .waitlist .row input {
    background: var(--cream);
    border: 1px solid rgba(28,28,46,0.14);
    border-radius: 10px;
    padding: 14px 16px;
  }
  .waitlist .row button {
    border-radius: 10px;
    padding: 14px;
  }
  .hero { padding: 100px 0 60px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 12px; align-items: flex-start; }
  .footer-bottom .legal a:first-child { margin-left: 0; }
}
