:root {
  color-scheme: dark;
  --ink: #090b09;
  --ink-soft: #111411;
  --paper: #f1f2ed;
  --white: #fafbf7;
  --green: #50dd82;
  --green-dark: #1f9f55;
  --muted: #9ba19b;
  --line-dark: rgba(255, 255, 255, .14);
  --line-light: rgba(9, 11, 9, .18);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  max-width: 100%;
  overflow-x: clip;
  background: var(--ink);
  color: var(--white);
  font: 16px/1.55 "Inter Tight", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
::selection { background: var(--green); color: var(--ink); }
:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-180%);
  background: var(--green);
  color: var(--ink);
  font-weight: 600;
}
.skip-link:focus { transform: translateY(0); }

.section-shell,
.site-header,
.hero {
  width: min(1440px, calc(100% - 64px));
  margin-inline: auto;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 82px;
  border-bottom: 1px solid var(--line-dark);
  transform: translateX(-50%);
}

.brand {
  width: max-content;
  color: var(--white);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -.025em;
}
.brand span { color: var(--green); }

.nav-links { display: flex; gap: 30px; }
.nav-links a,
.sign-in,
.footer-links a {
  color: var(--muted);
  font-size: .82rem;
  transition: color .2s ease;
}
.nav-links a:hover,
.sign-in:hover,
.footer-links a:hover { color: var(--white); }

.nav-actions { display: flex; align-items: center; justify-content: flex-end; gap: 24px; }
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 11px 14px;
  border: 1px solid var(--green);
  background: var(--green);
  color: var(--ink);
  font-size: .8rem;
  font-weight: 500;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.nav-cta:hover { border-color: #77e99d; background: #77e99d; }

.hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  justify-content: space-between;
  padding: 132px 0 46px;
}
.hero::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 18%;
  height: 2px;
  background: var(--green);
  content: "";
  animation: signal-line 4.5s var(--ease) infinite alternate;
}

.hero-status {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font: 500 .75rem "IBM Plex Mono", monospace;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(80, 221, 130, .08);
  animation: status-pulse 2s ease-out infinite;
}
.status-count { justify-self: end; }

.hero h1 {
  margin: auto 0;
  padding-block: clamp(72px, 10vh, 130px);
  font-size: clamp(4.5rem, 10.8vw, 10.25rem);
  font-weight: 500;
  line-height: .82;
  letter-spacing: -.074em;
}
.headline-line { display: block; overflow: hidden; padding-bottom: .09em; }
.headline-line > span { display: block; transform: translateY(112%); animation: headline-in 1s var(--ease) forwards; }
.headline-line:nth-child(2) > span { animation-delay: .08s; }
.hero h1 em { color: var(--green); font-style: normal; }

.hero-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 80px;
  align-items: end;
  padding-top: 28px;
  border-top: 1px solid var(--line-dark);
}
.hero-bottom p {
  max-width: 670px;
  margin: 0;
  color: #b3b9b3;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.6;
}

.primary-link,
.closing-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  min-width: 240px;
  padding: 16px 18px;
  background: var(--green);
  color: var(--ink);
  font-size: .88rem;
  font-weight: 600;
  transition: background .2s ease, transform .25s var(--ease);
}
.primary-link:hover,
.closing-link:hover { background: #77e99d; transform: translateY(-2px); }

.market-tape {
  width: 100%;
  overflow: hidden;
  border-block: 0;
  background: var(--green);
  color: var(--ink);
}
.tape-track { display: flex; width: max-content; animation: tape-roll 18s linear infinite; }
.market-tape:hover .tape-track { animation-play-state: paused; }
.tape-group { display: flex; flex-shrink: 0; align-items: center; gap: 26px; padding: 16px 26px 16px 0; }
.tape-group span,
.tape-group b {
  font: 500 .75rem "IBM Plex Mono", monospace;
  letter-spacing: .08em;
  white-space: nowrap;
}
.tape-group span { color: var(--ink); }
.tape-group i { color: rgba(9, 11, 9, .56); font: 500 .72rem "IBM Plex Mono", monospace; font-style: normal; }
.tape-group b { color: rgba(9, 11, 9, .64); font-weight: 500; }

.section-label {
  margin: 0;
  color: currentColor;
  font: 500 .75rem "IBM Plex Mono", monospace;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.statement {
  display: grid;
  grid-template-columns: minmax(120px, .26fr) minmax(0, 1fr);
  gap: 72px;
  width: 100%;
  max-width: none;
  padding: clamp(110px, 14vw, 210px) max(32px, calc((100vw - 1440px) / 2));
  background: var(--green);
  color: var(--ink);
}
.statement-copy { max-width: 1070px; }
.statement h2 {
  margin-bottom: 44px;
  font-size: clamp(3.1rem, 6.6vw, 7rem);
  font-weight: 500;
  line-height: .96;
  letter-spacing: -.062em;
}
.statement-copy > p {
  max-width: 690px;
  margin: 0 0 0 auto;
  color: rgba(9, 11, 9, .7);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.65;
}

.council { padding-block: clamp(110px, 12vw, 175px); }
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line-dark);
}
.section-head > p:last-child { margin: 0; color: var(--muted); font-size: .9rem; }
.council-list { margin: 0; padding: 0; list-style: none; }
.council-list li {
  display: grid;
  grid-template-columns: 80px minmax(240px, .75fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  min-height: 126px;
  border-bottom: 1px solid var(--line-dark);
  transition: padding .3s var(--ease), color .2s ease;
}
.council-list li:hover { padding-inline: 14px; color: var(--green); }
.council-number { color: var(--green); font: 500 .75rem "IBM Plex Mono", monospace; }
.council-list h3 { margin: 0; font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 500; letter-spacing: -.045em; }
.council-list p { margin: 0; color: var(--muted); font-size: 1rem; }

.process { background: var(--paper); color: var(--ink); }
.process .section-shell { padding-block: clamp(110px, 13vw, 190px); }
.process-head { align-items: start; border-color: var(--line-light); }
.process-head h2 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(3.6rem, 7.8vw, 8rem);
  font-weight: 500;
  line-height: .9;
  letter-spacing: -.07em;
}
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 74px; border-top: 1px solid var(--line-light); }
.process-grid article { padding: 24px 42px 0 0; }
.process-grid article + article { padding-left: 42px; border-left: 1px solid var(--line-light); }
.process-grid span { color: var(--green-dark); font: 500 .75rem "IBM Plex Mono", monospace; }
.process-grid h3 { margin: 58px 0 16px; font-size: clamp(1.55rem, 2.4vw, 2.4rem); font-weight: 500; letter-spacing: -.04em; }
.process-grid p { max-width: 350px; margin: 0; color: #5d625d; line-height: 1.65; }

.closing {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: end;
  padding-block: clamp(120px, 15vw, 220px);
}
.closing .section-label { grid-column: 1 / -1; color: var(--green); }
.closing h2 {
  margin: 0;
  font-size: clamp(4rem, 8vw, 8.5rem);
  font-weight: 500;
  line-height: .87;
  letter-spacing: -.07em;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  grid-template-areas: "brand tagline links" "disclaimer disclaimer copyright";
  gap: 48px 60px;
  padding-block: 38px;
  border-top: 1px solid var(--line-dark);
}
.site-footer .brand { grid-area: brand; }
.site-footer > p:nth-of-type(1) { grid-area: tagline; }
.footer-links { grid-area: links; display: flex; gap: 24px; }
.disclaimer { grid-area: disclaimer; }
.copyright { grid-area: copyright; text-align: right; }
.site-footer p { margin: 0; color: var(--muted); font-size: .75rem; }

[data-enter] { animation: quiet-enter .8s .28s var(--ease) both; }
.motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .72s var(--ease), transform .72s var(--ease);
}
.motion-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@keyframes headline-in { to { transform: translateY(0); } }
@keyframes quiet-enter { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes tape-roll { to { transform: translateX(-50%); } }
@keyframes signal-line { from { transform: translateX(0); } to { transform: translateX(455%); } }
@keyframes status-pulse { 0% { box-shadow: 0 0 0 0 rgba(80, 221, 130, .42); } 70%, 100% { box-shadow: 0 0 0 10px rgba(80, 221, 130, 0); } }

@media (max-width: 900px) {
  .section-shell, .site-header, .hero { width: calc(100% - 40px); }
  .site-header { grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .hero h1 { font-size: clamp(4.2rem, 13.5vw, 7.5rem); }
  .statement { grid-template-columns: 1fr; gap: 42px; }
  .statement-copy > p { margin-left: 0; }
  .council-list li { grid-template-columns: 60px minmax(180px, .7fr) 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { padding: 28px 0 48px; }
  .process-grid article + article { padding-left: 0; border-top: 1px solid var(--line-light); border-left: 0; }
  .process-grid h3 { margin-top: 32px; }
  .closing { grid-template-columns: 1fr; }
  .closing-link { width: max-content; }
}

@media (max-width: 600px) {
  .section-shell, .site-header, .hero { width: calc(100% - 32px); }
  .site-header { min-height: 68px; }
  .sign-in { display: none; }
  .nav-actions { gap: 0; }
  .hero { min-height: 820px; padding: 108px 0 28px; }
  .hero-status { grid-template-columns: auto 1fr; }
  .status-count { display: none; }
  .hero h1 { padding-block: 66px; font-size: clamp(3.6rem, 17.5vw, 5.6rem); line-height: .88; }
  .hero-bottom { grid-template-columns: 1fr; gap: 28px; }
  .hero-bottom p { font-size: 1rem; }
  .primary-link { width: 100%; }
  .market-tape .tape-group { gap: 22px; padding-block: 14px; }
  .statement { padding-block: 100px; }
  .statement h2 { margin-bottom: 30px; font-size: 3.1rem; }
  .section-head { align-items: start; flex-direction: column; gap: 16px; }
  .council-list li { grid-template-columns: 38px 1fr; gap: 8px 12px; padding-block: 26px; }
  .council-list p { grid-column: 2; }
  .process-head h2 { font-size: 3.7rem; }
  .process-grid { margin-top: 52px; }
  .closing { padding-block: 110px; }
  .closing h2 { font-size: clamp(3.7rem, 17vw, 5rem); }
  .closing-link { width: 100%; }
  .site-footer {
    grid-template-columns: 1fr;
    grid-template-areas: "brand" "tagline" "links" "disclaimer" "copyright";
    gap: 24px;
  }
  .copyright { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .headline-line > span { transform: none; }
  .tape-track { animation: none; }
  .motion-ready [data-reveal] { opacity: 1; transform: none; }
}
