:root {
  --void: #050302;
  --coal: #0c0705;
  --iron: #24211f;
  --panel: rgba(16, 10, 7, .76);
  --bone: #f3e3c2;
  --muted: #bda984;
  --dim: #79694e;
  --gold: #d9a64a;
  --ember: #b6422d;
  --green: #83f1b6;
  --line: rgba(243, 227, 194, .18);
  --hotline: rgba(217, 166, 74, .42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--void);
  color: var(--bone);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100svh;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(5,3,2,.2), var(--void) 64%),
    radial-gradient(circle at 76% 8%, rgba(182, 66, 45, .24), transparent 34%),
    radial-gradient(circle at 22% 18%, rgba(217, 166, 74, .16), transparent 30%),
    var(--void);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .15;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(180deg, black, transparent 78%);
}

#signalCanvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: .7;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

.topline {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  height: 58px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 0 22px;
  pointer-events: none;
  color: rgba(243, 227, 194, .72);
  font: 800 11px/1.2 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.topline a {
  pointer-events: auto;
  text-decoration: none;
}

.topline a:last-child {
  justify-self: end;
}

.mark {
  font: italic 500 21px/1 Georgia, serif;
  letter-spacing: .04em;
  text-transform: none;
}

main {
  position: relative;
  z-index: 3;
}

.hero {
  min-height: 100svh;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: 86px clamp(18px, 4vw, 58px) 72px;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: #080403;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(1.12) brightness(.62);
  transform: scale(1.08);
  animation: slowDrift 18s ease-in-out infinite alternate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5,3,2,.96), rgba(5,3,2,.72) 45%, rgba(5,3,2,.32)),
    linear-gradient(0deg, var(--void), transparent 38%),
    radial-gradient(circle at 82% 44%, rgba(217,166,74,.18), transparent 28%);
}

.hero-grid {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(24px, 4vw, 54px);
  align-items: end;
  min-width: 0;
}

.arrival {
  min-width: 0;
}

.mono {
  margin: 0;
  color: var(--muted);
  font: 900 11px/1.4 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.arrival h1 {
  margin: 20px 0 14px;
  font: 600 clamp(58px, 7.6vw, 112px)/.82 Georgia, serif;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 0 60px rgba(217,166,74,.18);
  white-space: nowrap;
}

.place {
  max-width: 860px;
  margin: 0;
  color: var(--gold);
  font: 500 clamp(24px, 4vw, 54px)/.95 Georgia, serif;
  overflow-wrap: break-word;
}

.thesis {
  max-width: 620px;
  margin: 26px 0 0;
  color: rgba(243, 227, 194, .78);
  font-size: clamp(17px, 1.7vw, 23px);
  line-height: 1.48;
  overflow-wrap: break-word;
}

.funding {
  min-width: 0;
  border: 1px solid rgba(217,166,74,.36);
  background:
    linear-gradient(145deg, rgba(22, 12, 8, .86), rgba(7, 4, 3, .68)),
    radial-gradient(circle at 80% 10%, rgba(131, 241, 182, .12), transparent 34%);
  box-shadow: 0 32px 120px rgba(0, 0, 0, .5);
  padding: clamp(20px, 3vw, 30px);
  backdrop-filter: blur(10px);
}

.live-dot {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--green);
}

.live-dot span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 22px var(--green);
  animation: pulse 1.2s ease-in-out infinite;
}

.counter-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 24px 0;
}

.counter-row small {
  display: block;
  min-height: 30px;
  color: var(--dim);
  font: 800 10px/1.3 ui-monospace, monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.counter-row strong {
  display: block;
  margin-top: 10px;
  font: 600 clamp(38px, 5vw, 62px)/.9 Georgia, serif;
  letter-spacing: 0;
  white-space: nowrap;
}

.progress-shell {
  height: 12px;
  border: 1px solid rgba(243, 227, 194, .24);
  background: rgba(0, 0, 0, .34);
  overflow: hidden;
}

.progress-fill {
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--ember), var(--gold), var(--green));
  box-shadow: 0 0 22px rgba(217,166,74,.55);
  transition: width 1s ease;
}

.progress-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 9px;
  color: var(--green);
  font: 900 10px/1.2 ui-monospace, monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.funding-copy {
  color: rgba(243, 227, 194, .74);
  line-height: 1.5;
}

.activate,
.tier a,
.cash button,
.capture button,
.sticky-cta a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: #130804;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 950;
  font-size: 12px;
  cursor: pointer;
}

.activate {
  width: 100%;
  margin-top: 8px;
}

.descend {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  color: rgba(243, 227, 194, .72);
  text-decoration: none;
  font: 900 10px/1 ui-monospace, monospace;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.movement,
.tier-ladder,
.place-strip,
.activation,
.gate {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding: clamp(54px, 9vw, 120px) 0;
}

.movement {
  display: grid;
  grid-template-columns: .75fr 1fr;
  gap: clamp(22px, 5vw, 70px);
  align-items: start;
}

.movement h2,
.section-head h2,
.place-strip h2,
.activation h2,
.gate h2 {
  margin: 12px 0 0;
  font: 500 clamp(38px, 6vw, 78px)/.9 Georgia, serif;
  letter-spacing: 0;
}

.movement > p:last-child,
.place-strip p,
.activation p,
.gate p {
  color: rgba(243, 227, 194, .75);
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.55;
}

.tier-ladder {
  display: grid;
  grid-template-columns: .8fr repeat(4, 1fr);
  align-items: stretch;
  gap: 12px;
}

.section-head {
  align-self: center;
  padding-right: 12px;
}

.tier {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  background: rgba(15, 9, 6, .74);
  padding: 22px;
  position: relative;
  overflow: hidden;
}

.tier::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(0deg, rgba(217,166,74,.2), transparent);
  transform: translateY(30%);
  transition: transform .5s ease, opacity .5s ease;
  opacity: .45;
}

.tier:hover::before {
  transform: translateY(0);
  opacity: 1;
}

.tier span {
  color: var(--dim);
  font: 900 11px/1 ui-monospace, monospace;
  letter-spacing: .14em;
}

.tier h3 {
  margin: 34px 0 10px;
  font: 500 clamp(26px, 2.45vw, 36px)/.92 Georgia, serif;
  overflow-wrap: normal;
}

.tier strong {
  color: var(--gold);
  font: 700 24px/1 ui-monospace, monospace;
}

.tier-line {
  margin: 18px 0 6px;
  color: var(--bone);
  font-weight: 800;
}

.tier p {
  color: rgba(243, 227, 194, .72);
  line-height: 1.48;
}

.tier a {
  position: relative;
  z-index: 2;
  width: 100%;
  background: transparent;
  color: var(--bone);
  border-color: var(--hotline);
}

.signal { box-shadow: inset 0 0 70px rgba(217,166,74,.05); }
.portal { box-shadow: inset 0 0 90px rgba(182,66,45,.09); }
.architect { border-color: rgba(131,241,182,.38); box-shadow: inset 0 0 110px rgba(131,241,182,.1); }

.place-strip {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) 1fr;
  gap: clamp(22px, 5vw, 70px);
  align-items: center;
}

.place-strip figure {
  margin: 0;
  border: 1px solid var(--line);
  background: #080403;
}

.place-strip img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(.9) contrast(1.08) brightness(.72);
}

figcaption {
  padding: 12px 14px;
  color: var(--dim);
  font: 800 10px/1.4 ui-monospace, monospace;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.activation {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) 1fr;
  gap: 14px;
}

.cash,
.capture,
.gate {
  border: 1px solid var(--line);
  background: var(--panel);
  padding: clamp(22px, 4vw, 36px);
}

.cash button,
.capture button {
  width: 100%;
  margin-top: 16px;
}

.cash small {
  display: block;
  margin-top: 12px;
  color: var(--green);
  font: 800 11px/1.4 ui-monospace, monospace;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.capture {
  display: grid;
  gap: 12px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font: 800 10px/1.2 ui-monospace, monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}

input,
select {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(243, 227, 194, .24);
  border-radius: 0;
  background: rgba(0,0,0,.3);
  color: var(--bone);
  padding: 0 12px;
  font: 500 16px/1.2 Inter, sans-serif;
}

.gate {
  margin-bottom: 96px;
}

.sticky-cta {
  position: fixed;
  z-index: 30;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  width: min(680px, calc(100% - 28px));
  display: grid;
  grid-template-columns: .55fr 1fr;
  align-items: center;
  border: 1px solid rgba(217,166,74,.38);
  background: rgba(5, 3, 2, .9);
  box-shadow: 0 20px 70px rgba(0,0,0,.4);
  backdrop-filter: blur(14px);
  transition: opacity .35s ease, transform .35s ease;
}

.at-hero .sticky-cta {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(18px);
}

.sticky-cta a {
  min-height: 54px;
}

.sticky-cta span {
  padding: 0 16px;
  color: var(--muted);
  font: 900 10px/1.35 ui-monospace, monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

@keyframes slowDrift {
  from { transform: scale(1.08) translate3d(-.5%, -.5%, 0); }
  to { transform: scale(1.14) translate3d(.8%, .6%, 0); }
}

@keyframes pulse {
  0%, 100% { opacity: .45; transform: scale(.82); }
  50% { opacity: 1; transform: scale(1.2); }
}

@media (max-width: 980px) {
  .topline {
    grid-template-columns: 1fr auto;
  }

  .topline span {
    display: none;
  }

  .hero {
    align-items: start;
    padding-top: 86px;
  }

  .hero-grid,
  .movement,
  .tier-ladder,
  .place-strip,
  .activation {
    grid-template-columns: 1fr;
  }

  .arrival h1 {
    font-size: clamp(50px, 13vw, 78px);
  }

  .tier {
    min-height: 300px;
  }

  .sticky-cta {
    grid-template-columns: 1fr;
  }

  .sticky-cta span {
    display: none;
  }
}

@media (max-width: 540px) {
  .topline {
    grid-template-columns: auto;
    padding: 0 14px;
  }

  .topline a:last-child {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero-grid,
  .arrival,
  .funding {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .funding {
    padding: 20px;
  }

  .mono.live-dot {
    font-size: 9px;
    letter-spacing: .12em;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(5,3,2,.72), rgba(5,3,2,.98) 62%),
      radial-gradient(circle at 72% 10%, rgba(217,166,74,.18), transparent 30%);
  }

  .counter-row {
    grid-template-columns: 1fr;
  }

  .progress-meta {
    display: grid;
  }

  .counter-row strong {
    font-size: clamp(36px, 10vw, 42px);
  }

  .arrival h1 {
    font-size: clamp(38px, 12.4vw, 48px);
    white-space: normal;
  }

  .place {
    font-size: clamp(20px, 5.8vw, 27px);
    line-height: 1.05;
    max-width: 100%;
  }

  .thesis,
  .funding-copy {
    max-width: 100%;
  }

  .thesis {
    font-size: 16px;
    line-height: 1.45;
  }

  .funding-copy {
    font-size: 15px;
    line-height: 1.5;
  }

  .movement,
  .tier-ladder,
  .place-strip,
  .activation,
  .gate {
    width: min(100% - 22px, 680px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}


.wav-improvement {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding: clamp(54px, 9vw, 110px) 0;
  display: grid;
  grid-template-columns: minmax(260px, .8fr) 1fr;
  gap: clamp(22px, 4vw, 46px);
}
.wav-proof { display: grid; gap: 14px; }
.wav-strategy {
  border: 1px solid rgba(217, 166, 74, .36);
  background: linear-gradient(135deg, rgba(36, 18, 8, .68), rgba(8, 18, 12, .52));
  padding: 22px;
}
.wav-strategy h3 {
  margin: 8px 0 10px;
  color: #f3e3c2;
  font: 500 clamp(26px, 3.3vw, 44px)/.95 Georgia, serif;
}
.wav-strategy p,
.wav-strategy li,
.wav-strategy small {
  color: rgba(243, 227, 194, .78);
  line-height: 1.48;
}
.wav-strategy ul {
  margin: 16px 0;
  padding-left: 18px;
}
.wav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 10px;
}
.wav-links a {
  border: 1px solid rgba(131, 241, 182, .34);
  color: #83f1b6;
  padding: 9px 10px;
  text-decoration: none;
  font: 900 10px/1 ui-monospace, monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.wav-proof blockquote {
  margin: 0;
  border: 1px solid rgba(131, 241, 182, .28);
  background: rgba(9, 20, 14, .58);
  color: rgba(243, 227, 194, .82);
  padding: 24px;
  line-height: 1.55;
}
.wav-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.wav-proof-grid span {
  border: 1px solid rgba(243, 227, 194, .18);
  background: rgba(255, 255, 255, .045);
  color: rgba(243, 227, 194, .76);
  padding: 14px;
  line-height: 1.42;
}
.wav-proof-grid strong {
  display: block;
  color: #83f1b6;
  margin-bottom: 7px;
  font-size: .82rem;
  text-transform: uppercase;
}
@media (max-width: 760px) {
  .wav-improvement { grid-template-columns: 1fr; width: min(100% - 22px, 680px); }
  .wav-proof-grid { grid-template-columns: 1fr; }
}
