:root {
  --ink: #090b09;
  --paper: #d4ae7b;
  --beige: #f1dfbd;
  --green: #a9ff3f;
  --frog: #5c963b;
  --muted: #a5a79e;
  --background: #090b09;
  --foreground: #f1dfbd;
  --primary: #a9ff3f;
  --primary-foreground: #090b09;
  --secondary: #171b16;
  --secondary-foreground: #f1dfbd;
  --border: #353b31;
  --radius: 0.2rem;
  --font-display: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  --font-mono: 'Courier New', Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--beige); font-family: var(--font-mono), monospace; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.nav-shell {
  position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: 78px;
  display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1rem, 4vw, 4.5rem);
  border-bottom: 1px solid rgba(241,223,189,.18); background: rgba(9,11,9,.76); backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: .7rem; font-family: var(--font-display); font-size: 1.3rem; letter-spacing: .06em; }
.brand img { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; border: 2px solid var(--green); }
.nav-actions { display: flex; align-items: center; gap: 1.2rem; font-weight: 700; font-size: .78rem; letter-spacing: .08em; }
.nav-actions a { transition: color .2s, transform .2s; }
.nav-actions a:hover { color: var(--green); transform: translateY(-2px); }
.nav-pill { border: 1px solid var(--green); padding: .65rem .9rem; }

.hero {
  min-height: 100svh; position: relative; overflow: hidden; isolation: isolate;
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); align-items: center;
  padding: 8.5rem clamp(1.25rem, 7vw, 8rem) 5rem;
  background: radial-gradient(circle at 75% 48%, rgba(96,185,44,.18), transparent 35%), var(--ink);
}
.hero::before { content: ''; position: absolute; inset: 0; z-index: -3; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 64px 64px; }
.noise { position: absolute; inset: 0; opacity: .14; z-index: -2; pointer-events: none; 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='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E"); }
.hero-copy { position: relative; z-index: 4; padding-top: 1rem; }
.eyebrow, .section-kicker { font-size: clamp(.68rem, 1.1vw, .84rem); letter-spacing: .14em; font-weight: 700; color: var(--green); }
.eyebrow { display: flex; align-items: center; gap: .7rem; }
.eyebrow span { width: 32px; height: 2px; background: var(--green); }
h1, h2 { margin: 0; font-family: var(--font-display); font-weight: 400; line-height: .88; letter-spacing: -.025em; text-transform: uppercase; }
h1 { font-size: clamp(5rem, 11vw, 10.8rem); margin-top: 1.5rem; }
h1 em, h2 em { color: var(--green); font-style: normal; }
.hero-lede { max-width: 31rem; color: var(--muted); font-size: clamp(1rem, 1.7vw, 1.25rem); line-height: 1.7; margin: 1.8rem 0 2.2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.primary-cta, .secondary-cta { height: 54px; border-radius: 0; padding: 0 1.25rem; font-family: var(--font-mono); font-size: .82rem; font-weight: 700; letter-spacing: .06em; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; }
.primary-cta { background: var(--green); color: var(--ink); border: 1px solid var(--green); box-shadow: 5px 5px 0 var(--paper); transition: transform .2s, box-shadow .2s; }
.primary-cta:hover { background: #c1ff70; transform: translate(3px,3px); box-shadow: 2px 2px 0 var(--paper); }
.primary-cta svg { width: 16px; }
.secondary-cta { background: transparent; color: var(--beige); border-color: rgba(241,223,189,.45); }
.secondary-cta:hover { color: var(--green); background: rgba(169,255,63,.08); }
.hero-art { min-height: 650px; height: 78vh; max-height: 850px; position: relative; display: grid; place-items: center; }
.hero-art img { width: min(94%, 610px); height: 94%; object-fit: contain; position: relative; z-index: 2; filter: contrast(1.06) drop-shadow(0 0 35px rgba(127,255,55,.15)); animation: float 5s ease-in-out infinite; }
.orbit { position: absolute; border: 1px solid rgba(169,255,63,.34); border-radius: 50%; }
.orbit-one { width: 82%; aspect-ratio: 1; animation: spin 24s linear infinite; }
.orbit-one::before { content: ''; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--green); top: 11%; left: 13%; box-shadow: 0 0 18px var(--green); }
.orbit-two { width: 58%; aspect-ratio: 1; border-style: dashed; animation: spin 18s linear reverse infinite; }
.stamp { position: absolute; z-index: 3; right: 0; bottom: 12%; width: 92px; aspect-ratio: 1; border: 2px solid var(--green); border-radius: 50%; display: grid; place-items: center; text-align: center; font-weight: 700; color: var(--green); transform: rotate(10deg); }
.scroll-cue { position: absolute; left: clamp(1.25rem, 7vw, 8rem); bottom: 1.6rem; font-size: .65rem; letter-spacing: .2em; color: #72776d; }
.scroll-cue span { color: var(--green); font-size: 1.2rem; vertical-align: middle; }

.contract-section { padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 7vw, 8rem); background: var(--paper); color: var(--ink); display: grid; gap: 2.5rem; }
.contract-section .section-kicker { color: #365528; }
.contract-section h2 { font-size: clamp(3rem, 7vw, 6.5rem); }
.ca-card { width: 100%; border: 2px solid var(--ink); background: var(--beige); color: var(--ink); min-height: 98px; padding: 1.2rem 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; box-shadow: 8px 8px 0 var(--ink); transition: transform .2s, box-shadow .2s; }
.ca-card:hover { transform: translate(4px,4px); box-shadow: 4px 4px 0 var(--ink); }
.ca-value { overflow-wrap: anywhere; text-align: left; font-size: clamp(1rem, 2vw, 1.35rem); font-weight: 700; }
.copy-label { flex: 0 0 auto; display: flex; gap: .5rem; align-items: center; font-size: .76rem; font-weight: 700; }
.copy-label svg { width: 18px; }

.manifesto { min-height: 780px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; background: #111410; }
.manifesto-art { overflow: hidden; position: relative; min-height: 680px; background: radial-gradient(circle at 50% 65%, #25331e, #070807 63%); }
.manifesto-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .94; }
.paper-note { position: absolute; z-index: 2; top: 9%; left: 7%; padding: 1rem 1.2rem; background: var(--paper); color: var(--ink); font-weight: 700; transform: rotate(-5deg); box-shadow: 6px 6px 0 rgba(0,0,0,.5); }
.manifesto-copy { padding: clamp(4rem, 9vw, 9rem) clamp(1.5rem, 8vw, 9rem); display: flex; flex-direction: column; justify-content: center; }
.manifesto-copy h2, .cta-section h2 { margin: 1rem 0 2rem; font-size: clamp(3.8rem, 7vw, 7.6rem); }
.manifesto-copy > p:not(.section-kicker) { max-width: 42rem; color: #adb0a6; font-size: 1rem; line-height: 1.9; }
.principles { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 3rem; border-top: 1px solid #343b31; }
.principles span { padding: 1.2rem .8rem 0 0; font-size: .7rem; color: #676d62; }
.principles b { display: inline-block; color: var(--beige); margin-top: .6rem; font-size: .76rem; }

.cta-section { min-height: 760px; display: grid; grid-template-columns: minmax(320px,.8fr) 1.2fr; align-items: center; padding: 5rem clamp(1.25rem, 9vw, 10rem); color: var(--ink); background: var(--green); overflow: hidden; }
.cta-section img { width: 100%; max-height: 650px; object-fit: contain; mix-blend-mode: multiply; filter: contrast(1.1); transform: rotate(-3deg); }
.cta-section .section-kicker { color: #29451d; }
.cta-section h2 em { color: var(--ink); -webkit-text-stroke: 2px var(--ink); text-shadow: 4px 4px 0 var(--paper); }
.dark-cta { background: var(--ink); color: var(--beige); border-color: var(--ink); box-shadow: 5px 5px 0 var(--paper); }
.dark-cta:hover { background: #20251e; }

footer { min-height: 190px; padding: 2.5rem clamp(1.25rem, 7vw, 8rem); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-top: 1px solid #2f342c; }
.footer-brand { font-family: var(--font-display); font-size: 1.5rem; letter-spacing: .05em; }
.footer-brand span { display: block; color: var(--green); font-family: var(--font-mono); font-size: .64rem; margin-top: .35rem; }
footer p { color: #6e736a; font-size: .72rem; }
.footer-links { justify-self: end; display: flex; gap: 1.3rem; font-size: .75rem; font-weight: 700; }
.footer-links a:hover { color: var(--green); }

@keyframes float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-14px) rotate(1deg); } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 8rem; }
  .hero-art { min-height: 520px; height: 62vh; }
  .hero-copy { z-index: 5; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto-art { min-height: 620px; }
  .cta-section { grid-template-columns: 1fr; text-align: center; }
  .cta-section img { max-height: 500px; }
}

@media (max-width: 620px) {
  .nav-shell { height: 66px; }
  .brand span { font-size: 1rem; }
  .nav-actions { gap: .8rem; }
  .nav-actions > a:first-child { display: none; }
  .hero { padding-top: 7rem; }
  h1 { font-size: clamp(4.5rem, 23vw, 7rem); }
  .hero-art { min-height: 430px; height: 55vh; }
  .stamp { right: .2rem; bottom: 4%; width: 72px; font-size: .7rem; }
  .scroll-cue { display: none; }
  .ca-card { align-items: flex-start; flex-direction: column; }
  .manifesto-art { min-height: 520px; }
  .manifesto-copy h2, .cta-section h2 { font-size: clamp(3.5rem, 18vw, 5rem); }
  .principles { grid-template-columns: 1fr; }
  .principles span { padding-bottom: .8rem; }
  footer { grid-template-columns: 1fr auto; gap: 2rem; }
  footer p { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-art img, .orbit { animation: none; }
}
