/* ============================================================
   TREEGENS — field evidence meets forest-tech
   Palette:
     --ink     #0A0F0A  deep forest black (page ground)
     --canopy  #101B12  panel green
     --leaf    #B8E05C  brand lime (accent)
     --sand    #E9E6DA  warm sand (text)
     --gold    #D9B44A  record gold (world-record elements ONLY)
   Type: Fraunces (display) · Outfit (body) · IBM Plex Mono (data)
   ============================================================ */

:root {
  color-scheme: dark;
  --ink: #0A0F0A;
  --canopy: #101B12;
  --canopy-2: #16241A;
  --leaf: #B8E05C;
  --leaf-dim: #8FB53F;
  --sand: #E9E6DA;
  --sand-dim: #A8AA98;
  --gold: #D9B44A;
  --line: rgba(184, 224, 92, 0.14);
  --radius: 18px;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Outfit", -apple-system, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-anchor: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

body {
  background: var(--ink);
  color: var(--sand);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
abbr { text-decoration: underline dotted var(--leaf-dim); cursor: help; }
.mono { font-family: var(--font-mono); font-variant-numeric: tabular-nums; }
.accent { color: var(--leaf); }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.section { padding: 110px 0; position: relative; }

:focus-visible { outline: 2px solid var(--leaf); outline-offset: 3px; border-radius: 4px; }

/* ---------- scroll progress vine ---------- */
.progress-vine {
  position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 200;
  background: rgba(184,224,92,0.08);
}
.vine-fill {
  height: 100%; width: 0%;
  background: linear-gradient(90deg, var(--leaf-dim), var(--leaf));
  box-shadow: 0 0 12px rgba(184,224,92,0.7);
  border-radius: 0 3px 3px 0;
}

/* ---------- nav ---------- */
.nav {
  position: fixed; top: 3px; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; gap: 28px;
  padding: 14px 28px;
  background: rgba(10,15,10,0);
  transition: background .35s, backdrop-filter .35s, box-shadow .35s;
}
.nav.scrolled {
  background: rgba(10,15,10,0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line);
}
.nav-logo img { height: 34px; width: auto; }
.nav-links { display: flex; gap: 26px; margin-left: auto; }
.nav-links a {
  font-size: 15px; font-weight: 400; color: var(--sand-dim);
  transition: color .2s;
}
.nav-links a:hover { color: var(--leaf); }
.nav-cta-group { display: flex; gap: 10px; }
.nav-burger { display: none; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body); font-weight: 600;
  border-radius: 999px; cursor: pointer; border: 1px solid transparent;
  transition: transform .2s cubic-bezier(.2,.8,.3,1.2), box-shadow .25s, background .25s, color .25s;
  will-change: transform;
}
.btn-sm { padding: 9px 18px; font-size: 14px; }
.btn-lg { padding: 16px 32px; font-size: 17px; }
.btn-solid {
  background: var(--leaf); color: #12200A;
  box-shadow: 0 6px 24px rgba(184,224,92,0.25);
}
.btn-solid:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 10px 34px rgba(184,224,92,0.4); }
.btn-ghost {
  border-color: var(--line); color: var(--sand);
  background: rgba(184,224,92,0.04);
}
.btn-ghost:hover { border-color: var(--leaf-dim); background: rgba(184,224,92,0.1); transform: translateY(-2px); }
.btn-note { font-weight: 300; font-size: 0.8em; color: var(--sand-dim); }

/* ---------- hero ---------- */
.hero {
  min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  text-align: center; position: relative; overflow: hidden;
  padding: 140px 24px 90px;
}
.hero-sky { position: absolute; inset: 0; pointer-events: none; }
.hero-glow {
  position: absolute; left: 50%; top: 30%;
  width: 130vmin; height: 130vmin; transform: translate(-50%, -50%);
  background: radial-gradient(circle at center,
    rgba(184,224,92,0.16) 0%, rgba(87,140,60,0.08) 34%, transparent 65%);
  filter: blur(10px);
}
.parallax-layer { position: absolute; inset: -12% -6%; will-change: transform; }

/* canopy silhouettes drawn with stacked radial gradients — three depths */
.canopy { background-repeat: no-repeat; }
.canopy-far {
  opacity: .5;
  background-image:
    radial-gradient(38% 26% at 8% 106%, #13210F 0 68%, transparent 70%),
    radial-gradient(34% 22% at 34% 110%, #112009 0 68%, transparent 70%),
    radial-gradient(40% 24% at 66% 108%, #13210F 0 68%, transparent 70%),
    radial-gradient(36% 26% at 94% 106%, #112009 0 68%, transparent 70%);
}
.canopy-mid {
  opacity: .75;
  background-image:
    radial-gradient(30% 22% at 0% 108%, #182B10 0 68%, transparent 70%),
    radial-gradient(26% 18% at 26% 111%, #16290E 0 68%, transparent 70%),
    radial-gradient(32% 20% at 55% 109%, #182B10 0 68%, transparent 70%),
    radial-gradient(28% 22% at 84% 110%, #16290E 0 68%, transparent 70%),
    radial-gradient(22% 16% at 105% 108%, #182B10 0 68%, transparent 70%);
}
.canopy-near {
  background-image:
    radial-gradient(26% 20% at 6% 112%, #21400F 0 68%, transparent 70%),
    radial-gradient(22% 15% at 30% 114%, #1E3A0D 0 68%, transparent 70%),
    radial-gradient(28% 18% at 58% 112%, #21400F 0 68%, transparent 70%),
    radial-gradient(24% 19% at 86% 113%, #1E3A0D 0 68%, transparent 70%),
    radial-gradient(18% 13% at 104% 111%, #21400F 0 68%, transparent 70%);
}
.seeds { position: absolute; inset: 0; width: 100%; height: 100%; }

.hero-inner { position: relative; z-index: 2; max-width: 900px; }

.record-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 18px 8px 10px; border-radius: 999px;
  border: 1px solid rgba(217,180,74,0.4);
  background: rgba(217,180,74,0.08);
  color: var(--gold); font-size: 13.5px; font-weight: 500; letter-spacing: .04em;
  text-transform: uppercase;
  transition: background .25s, box-shadow .25s;
}
.record-badge:hover { background: rgba(217,180,74,0.16); box-shadow: 0 0 24px rgba(217,180,74,0.25); }
.record-badge img { height: 26px; width: auto; }

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(52px, 9.5vw, 124px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.02em;
  margin: 28px 0 26px;
  text-wrap: balance;
}
.hero-title span { display: block; }
.hero-title .accent {
  font-style: italic; font-weight: 700;
  text-shadow: 0 0 60px rgba(184,224,92,0.35);
}
.hero-sub {
  font-size: clamp(17px, 2vw, 21px);
  color: var(--sand-dim); max-width: 620px; margin: 0 auto 36px;
  text-wrap: balance;
}
.hero-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

.hero-stats {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--line);
  border: 1px solid var(--line); border-radius: var(--radius);
  margin-top: 72px; max-width: 1020px; width: 100%;
  overflow: hidden;
  backdrop-filter: blur(6px);
}
.stat { background: rgba(10,15,10,0.55); padding: 22px 18px; text-align: center; }
.stat-num {
  display: block; font-size: clamp(26px, 3.4vw, 40px); font-weight: 500;
  color: var(--leaf); line-height: 1.1;
}
.stat-label { font-size: 12.5px; color: var(--sand-dim); letter-spacing: .05em; text-transform: uppercase; }

.scroll-hint {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  width: 26px; height: 42px; border: 1.5px solid var(--line); border-radius: 14px;
  z-index: 2;
}
.scroll-hint span {
  position: absolute; top: 7px; left: 50%; width: 4px; height: 8px;
  margin-left: -2px; border-radius: 2px; background: var(--leaf);
  animation: hintDrop 1.8s ease-in-out infinite;
}
@keyframes hintDrop { 0% { transform: translateY(0); opacity: 1; } 70% { transform: translateY(16px); opacity: 0; } 100% { opacity: 0; } }

/* ---------- backers marquee ---------- */
.backers { padding: 54px 0 30px; border-top: 1px solid var(--line); }
.backers-kicker {
  text-align: center; font-size: 12px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--sand-dim); margin-bottom: 30px; font-weight: 500;
}
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.marquee-track { display: flex; align-items: center; gap: 72px; width: max-content; padding: 8px 0; }
.marquee-track img {
  height: 60px; width: auto; max-width: 160px; object-fit: contain;
  filter: grayscale(1) brightness(2.4) contrast(0.9); opacity: .8;
  transition: filter .3s, opacity .3s, transform .3s;
}
.marquee-track img:hover { filter: none; opacity: 1; transform: scale(1.1); }

/* ---------- film ---------- */
.film { padding-top: 70px; }
.film-frame {
  position: relative; border-radius: 24px; overflow: hidden; cursor: pointer;
  border: 1px solid var(--line);
  box-shadow: 0 40px 120px rgba(0,0,0,0.55), 0 0 0 1px rgba(184,224,92,0.05);
  transform: perspective(1200px);
}
.film-frame img { width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform .6s ease; }
.film-frame:hover img { transform: scale(1.025); }
.film-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 92px; height: 92px; border-radius: 50%;
  background: rgba(184,224,92,0.92); color: #12200A; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: transform .25s cubic-bezier(.2,.8,.3,1.4), box-shadow .25s;
  box-shadow: 0 0 0 0 rgba(184,224,92,0.4);
  animation: playPulse 2.4s infinite;
}
.film-play:hover { transform: translate(-50%,-50%) scale(1.12); }
.film-play.sm { width: 48px; height: 48px; animation: none; }
@keyframes playPulse {
  0% { box-shadow: 0 0 0 0 rgba(184,224,92,0.45); }
  70% { box-shadow: 0 0 0 26px rgba(184,224,92,0); }
  100% { box-shadow: 0 0 0 0 rgba(184,224,92,0); }
}
.film-caption {
  position: absolute; left: 20px; bottom: 16px; font-size: 11.5px;
  letter-spacing: .18em; color: rgba(233,230,218,0.85);
  background: rgba(10,15,10,0.55); padding: 6px 12px; border-radius: 6px;
  backdrop-filter: blur(6px);
}

/* ---------- section headings ---------- */
.kicker {
  font-size: 13px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--leaf); font-weight: 600; margin-bottom: 14px;
}
.h2 {
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 600; line-height: 1.05; letter-spacing: -0.015em;
  margin-bottom: 18px; text-wrap: balance;
}
.section-sub { color: var(--sand-dim); max-width: 640px; font-size: 17.5px; margin-bottom: 40px; }

/* ---------- milestones ---------- */
.milestones { background: linear-gradient(180deg, transparent, rgba(16,27,18,0.6) 30%, transparent); }
.milestone-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px; }
.milestone-card {
  position: relative; border-radius: var(--radius);
  border: 1px solid var(--line); background: var(--canopy);
  padding: 34px 32px 30px; overflow: hidden;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.milestone-card:hover { border-color: rgba(184,224,92,0.35); box-shadow: 0 24px 70px rgba(0,0,0,0.45); }
.milestone-card.gold { border-color: rgba(217,180,74,0.45); background: linear-gradient(145deg, #1A180D, #101B12 65%); }
.milestone-card.gold:hover { border-color: rgba(217,180,74,0.8); box-shadow: 0 24px 70px rgba(217,180,74,0.12); }
.milestone-card h3 { font-family: var(--font-display); font-size: 26px; font-weight: 600; margin: 14px 0 10px; }
.milestone-card p { color: var(--sand-dim); font-size: 15.5px; max-width: 42ch; }
.milestone-status { font-size: 12px; letter-spacing: .16em; }
.milestone-status.done { color: var(--gold); }
.milestone-status.progress { color: var(--leaf); animation: blink 2.2s ease-in-out infinite; }
@keyframes blink { 50% { opacity: .45; } }
.milestone-logo { position: absolute; right: 24px; top: 24px; height: 54px; width: auto; opacity: .9; }
.milestone-bar { height: 6px; border-radius: 3px; background: rgba(184,224,92,0.12); margin: 22px 0 16px; overflow: hidden; }
.milestone-bar-fill {
  height: 100%; width: 0%; border-radius: 3px;
  background: linear-gradient(90deg, var(--leaf-dim), var(--leaf));
  transition: width 1.6s cubic-bezier(.2,.7,.2,1);
}
.milestone-card.in-view .milestone-bar-fill { width: 38%; }
.link-arrow { color: var(--leaf); font-weight: 500; font-size: 15px; transition: letter-spacing .25s; display: inline-block; }
.link-arrow:hover { letter-spacing: .03em; }

/* ---------- how it works ---------- */
.steps {
  list-style: none; display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 20px; margin-top: 46px; counter-reset: step;
}
.step {
  border-top: 1px solid var(--line); padding-top: 22px; position: relative;
}
.step::before {
  content: ""; position: absolute; top: -1px; left: 0; width: 0; height: 1px;
  background: var(--leaf); transition: width .9s cubic-bezier(.2,.7,.2,1) .15s;
}
.step.in-view::before { width: 68%; }
.step-num { color: var(--leaf); font-size: 13px; letter-spacing: .1em; }
.step h3 { font-family: var(--font-display); font-size: 24px; font-weight: 600; margin: 10px 0 8px; }
.step p { color: var(--sand-dim); font-size: 15px; }
.step strong { color: var(--sand); font-weight: 500; }

/* ---------- proof ---------- */
.proof { background: linear-gradient(180deg, transparent, rgba(16,27,18,0.75) 25%, rgba(16,27,18,0.75) 75%, transparent); }
.proof-summary {
  display: flex; flex-wrap: wrap; gap: 12px 34px;
  font-size: 13px; letter-spacing: .1em; color: var(--leaf);
  border: 1px dashed rgba(184,224,92,0.3); border-radius: 12px;
  padding: 14px 22px; margin-bottom: 38px; width: fit-content;
}
.proof-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); gap: 22px; }
.plot-card {
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--ink); overflow: hidden;
  transition: transform .3s, border-color .3s, box-shadow .3s;
}
.plot-card:hover { transform: translateY(-4px); border-color: rgba(184,224,92,0.4); box-shadow: 0 26px 60px rgba(0,0,0,0.5); }
.plot-media { position: relative; aspect-ratio: 16/10; background: #0D140D; }
.plot-media iframe, .plot-media img { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; }
.plot-placeholder {
  position: absolute; inset: 0; display: flex; flex-direction: column; gap: 10px;
  align-items: center; justify-content: center; cursor: pointer;
  color: #E9E6DA; font-size: 13px; letter-spacing: .08em;
  background:
    radial-gradient(60% 70% at 50% 110%, rgba(33,64,15,0.5), transparent),
    linear-gradient(160deg, #0D140D, #101B12);
  transition: color .25s;
}
.plot-placeholder:hover { color: var(--leaf); }
.plot-placeholder .film-play { position: static; transform: none; animation: none; z-index: 2; }
.plot-thumb {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: .55; transition: opacity .3s, transform .5s;
}
.plot-placeholder:hover .plot-thumb { opacity: .75; transform: scale(1.04); }
.plot-tap {
  position: relative; z-index: 2; background: rgba(10,15,10,0.72);
  padding: 5px 12px; border-radius: 6px; backdrop-filter: blur(4px);
}
.plot-toggle {
  display: flex; border-bottom: 1px solid var(--line);
}
.plot-toggle button {
  flex: 1; padding: 11px 0; background: transparent; border: none; cursor: pointer;
  font-family: var(--font-mono); font-size: 12px; letter-spacing: .14em;
  color: var(--sand-dim); border-bottom: 2px solid transparent;
  transition: color .2s, border-color .2s, background .2s;
}
.plot-toggle button.active { color: var(--leaf); border-bottom-color: var(--leaf); background: rgba(184,224,92,0.05); }
.plot-meta { padding: 16px 18px 18px; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.plot-coords { font-family: var(--font-mono); font-size: 12.5px; color: var(--sand-dim); transition: color .2s; }
.plot-coords:hover { color: var(--leaf); }
.plot-count { font-family: var(--font-mono); font-size: 12px; color: var(--gold); border: 1px solid rgba(217,180,74,0.35); padding: 3px 9px; border-radius: 999px; white-space: nowrap; }
.plot-seed { font-family: var(--font-mono); font-size: 12px; color: var(--sand-dim); white-space: nowrap; }
.proof-note { margin-top: 30px; color: var(--sand-dim); font-size: 14.5px; }

/* ---------- tokens ---------- */
.token-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 44px; }
.token-card {
  position: relative; border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--canopy); padding: 32px 30px; overflow: hidden;
  transition: transform .25s ease-out, border-color .3s, box-shadow .3s;
  transform-style: preserve-3d;
}
.token-card:hover { border-color: rgba(184,224,92,0.4); box-shadow: 0 30px 80px rgba(0,0,0,0.5); }
.token-tag { font-size: 11px; letter-spacing: .18em; color: var(--leaf-dim); }
.token-card h3 { font-family: var(--font-display); font-size: 34px; font-weight: 700; margin: 12px 0 4px; color: var(--leaf); }
.token-plain { font-size: 17px; font-weight: 500; color: var(--sand); margin-bottom: 10px; }
.token-card p { color: var(--sand-dim); font-size: 15px; max-width: 46ch; }
.token-card .link-arrow { margin-top: 14px; }
.token-card.has-art { min-height: 300px; padding-right: 230px; }
.token-art {
  position: absolute; right: -26px; bottom: -30px; width: 235px; opacity: .95;
  filter: drop-shadow(0 12px 30px rgba(0,0,0,0.5));
  transform: rotate(-4deg); transition: transform .4s ease;
  pointer-events: none;
}
.token-card.has-art:hover .token-art { transform: rotate(0deg) scale(1.06) translateY(-6px); }
.token-card.has-art p { max-width: 34ch; }
@media (max-width: 620px) {
  .token-card.has-art { padding-right: 30px; padding-bottom: 210px; }
  .token-art { right: 50%; transform: translateX(50%) rotate(-4deg); }
}

/* ---------- community ---------- */
.testimonial-rail {
  display: grid; grid-auto-flow: column; grid-auto-columns: min(380px, 82vw);
  gap: 20px; overflow-x: auto; padding: 8px 4px 22px;
  scroll-snap-type: x mandatory; margin-top: 40px;
  scrollbar-width: thin; scrollbar-color: var(--leaf-dim) transparent;
}
.testimonial {
  scroll-snap-align: start;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--canopy); padding: 26px 26px 22px;
  display: flex; flex-direction: column; gap: 18px; justify-content: space-between;
}
.testimonial blockquote { font-size: 16px; color: var(--sand); font-weight: 300; line-height: 1.55; }
.testimonial figcaption { display: flex; align-items: center; gap: 12px; }
.testimonial figcaption span:last-child { display: flex; flex-direction: column; }
.testimonial strong { font-family: var(--font-mono); font-size: 13.5px; font-weight: 500; }
.testimonial em { font-style: normal; font-size: 11px; color: var(--leaf-dim); letter-spacing: .1em; text-transform: uppercase; }
.t-avatar {
  width: 42px; height: 42px; border-radius: 50%; flex: none;
  background: radial-gradient(circle at 30% 30%, #2C4A17, #16290E);
  border: 1px solid rgba(184,224,92,0.3);
  display: flex; align-items: center; justify-content: center;
}
.t-avatar::after { content: attr(data-initial); font-family: var(--font-mono); font-size: 13px; color: var(--leaf); }
.community-links { display: flex; gap: 34px; flex-wrap: wrap; margin-top: 6px; }

.more-films { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 50px; }
.mini-film { position: relative; border-radius: 12px; overflow: hidden; cursor: pointer; border: 1px solid var(--line); aspect-ratio: 16/9; }
.mini-film img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.mini-film:hover img { transform: scale(1.06); }

.socials { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 44px; }
.socials a {
  border: 1px solid var(--line); border-radius: 999px; padding: 10px 22px;
  font-size: 14px; color: var(--sand-dim);
  transition: color .2s, border-color .2s, transform .2s;
}
.socials a:hover { color: var(--leaf); border-color: var(--leaf-dim); transform: translateY(-2px); }

/* ---------- team ---------- */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 44px; }
.member {
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--canopy); padding: 22px; text-align: center;
  transition: transform .3s, border-color .3s;
}
.member:hover { transform: translateY(-5px); border-color: rgba(184,224,92,0.35); }
.member img {
  width: 92px; height: 92px; border-radius: 50%; object-fit: cover;
  margin: 0 auto 14px; border: 2px solid rgba(184,224,92,0.3);
  filter: saturate(.92);
}
.member h3 { font-size: 17px; font-weight: 600; }
.member .role { font-size: 10.5px; letter-spacing: .14em; color: var(--leaf-dim); margin: 5px 0 10px; }
.member p:last-child { font-size: 13.5px; color: var(--sand-dim); line-height: 1.5; }

/* ---------- final cta ---------- */
.final-cta { text-align: center; overflow: hidden; padding-bottom: 150px; }
.cta-canopy {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(55% 42% at 50% 118%, rgba(33,64,15,0.75), transparent 70%),
    radial-gradient(80% 55% at 50% 130%, rgba(184,224,92,0.12), transparent 70%);
}
.cta-title {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(38px, 6.5vw, 76px); line-height: 1.03; letter-spacing: -0.02em;
  margin-bottom: 40px; position: relative; text-wrap: balance;
}
.cta-title .accent { font-style: italic; }

/* ---------- footer ---------- */
.footer { border-top: 1px solid var(--line); padding: 64px 0 34px; background: #070B07; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
.footer-grid nav { display: flex; flex-direction: column; gap: 10px; }
.footer-grid h4 { font-size: 11px; letter-spacing: .2em; color: var(--leaf-dim); margin-bottom: 6px; font-weight: 500; }
.footer-grid nav a { color: var(--sand-dim); font-size: 14.5px; transition: color .2s; }
.footer-grid nav a:hover { color: var(--leaf); }
.footer-tag { margin-top: 14px; color: var(--sand-dim); font-size: 15px; }
.footer-legal { text-align: center; color: rgba(168,170,152,0.5); font-size: 13px; margin-top: 54px; }

/* ---------- lightbox ---------- */
.lightbox[hidden] { display: none; }
.lightbox {
  position: fixed; inset: 0; z-index: 300;
  background: rgba(7,11,7,0.92); backdrop-filter: blur(10px);
  display: flex; align-items: center; justify-content: center; padding: 4vmin;
}
.lightbox-body { width: min(1100px, 92vw); aspect-ratio: 16/9; }
.lightbox-body iframe { width: 100%; height: 100%; border: 0; border-radius: 14px; box-shadow: 0 40px 140px rgba(0,0,0,0.8); }
.lightbox-close {
  position: absolute; top: 22px; right: 28px;
  background: transparent; border: 1px solid var(--line); color: var(--sand);
  width: 46px; height: 46px; border-radius: 50%; font-size: 17px; cursor: pointer;
  transition: border-color .2s, color .2s, transform .2s;
}
.lightbox-close:hover { color: var(--leaf); border-color: var(--leaf); transform: rotate(90deg); }

/* ---------- reveal animations ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.in-view { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .05s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .3s; }
.reveal.d4 { transition-delay: .44s; }
.reveal.d5 { transition-delay: .6s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
}

/* ---------- responsive ---------- */
@media (max-width: 1020px) {
  .steps { grid-template-columns: repeat(2, 1fr); gap: 34px 26px; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .more-films { grid-template-columns: repeat(2, 1fr); }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 780px) {
  .nav { padding: 12px 18px; gap: 16px; }
  .nav-links { display: none; }
  .nav-cta-group .btn-ghost { display: none; }
  .milestone-grid, .token-grid { grid-template-columns: 1fr; }
  .section { padding: 80px 0; }
  .milestone-logo { height: 40px; }
}
@media (max-width: 540px) {
  .steps { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .member { padding: 16px 12px; }
  .hero-stats { margin-top: 52px; }
  .proof-summary { gap: 8px 20px; font-size: 11.5px; }
}
