:root {
  --ink: #10251f;
  --green: #d7f268;
  --lime: #c1ed39;
  --cream: #f7f4ea;
  --mist: #e8efe7;
  --muted: #63736b;
  --line: rgba(16, 37, 31, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "DM Sans", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }

.hero { min-height: 735px; padding: 28px clamp(24px, 5vw, 84px) 52px; position: relative; overflow: hidden; background: var(--ink); color: #fff; isolation: isolate; }
.hero__glow { width: min(76vw, 940px); height: min(76vw, 940px); border-radius: 50%; position: absolute; z-index: -1; right: -15%; top: -49%; background: radial-gradient(circle, rgba(210, 245, 92, .95) 0%, rgba(121, 190, 103, .45) 31%, rgba(29, 73, 62, .38) 53%, rgba(16,37,31,0) 71%); filter: blur(12px); }
.nav, footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 1320px; margin: 0 auto; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 18px; line-height: 1; font-weight: 600; letter-spacing: -.03em; }
.brand__mark { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.34); color: var(--green); border-radius: 50%; }
.brand__mark svg { width: 24px; height: 24px; }
.brand__mark--small { width: 25px; height: 25px; font-size: 17px; color: var(--ink); border-color: rgba(16,37,31,.35); }
.nav__link { display: inline-flex; gap: 8px; align-items: center; font-size: 14px; color: rgba(255,255,255,.82); text-underline-offset: 5px; }
.nav__link:hover { color: var(--green); }

.hero__content { width: min(790px, 100%); max-width: 1320px; margin: clamp(100px, 15vw, 170px) auto 0; transform: translateX(-12.5%); }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 20px; font: 500 11px/1 "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; color: var(--green); }
.eyebrow__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(215,242,104,.13); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 700px; margin-bottom: 22px; font: 600 clamp(48px, 6.4vw, 91px)/.96 "Fraunces", Georgia, serif; letter-spacing: -.06em; }
.hero__lede { max-width: 544px; margin-bottom: 36px; color: rgba(255,255,255,.72); font-size: clamp(17px, 1.7vw, 21px); line-height: 1.45; letter-spacing: -.02em; }
.waitlist { max-width: 574px; }
.waitlist__row { display: flex; gap: 8px; }
input, button { min-height: 56px; border-radius: 4px; font: 500 16px/1 "DM Sans", sans-serif; }
input { flex: 1; min-width: 0; padding: 0 17px; color: var(--ink); background: #fff; border: 1px solid transparent; outline: none; }
input::placeholder { color: #6c7a75; }
input:focus { border-color: var(--lime); box-shadow: 0 0 0 3px rgba(193,237,57,.32); }
button { padding: 0 19px; cursor: pointer; border: 1px solid var(--green); background: var(--green); color: var(--ink); font-weight: 700; transition: transform .15s ease, background .15s ease; }
button:hover:not(:disabled) { transform: translateY(-1px); background: var(--lime); }
button:focus-visible, a:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }
button:disabled { opacity: .62; cursor: wait; }
.turnstile { margin-top: 16px; min-height: 65px; }
.consent { color: rgba(255,255,255,.46); margin: 13px 0 0; font-size: 12px; line-height: 1.45; }
.form-status { min-height: 22px; margin: 13px 0 0; font-size: 14px; font-weight: 500; }
.form-status[data-state="success"] { color: var(--green); }
.form-status[data-state="error"] { color: #ffbf9e; }

.hero__radio { position: absolute; right: max(4.5vw, 30px); bottom: 50px; width: min(295px, 27vw); padding: 12px 14px 14px; border: 1px solid rgba(215,242,104,.43); border-radius: 7px; color: var(--green); background: rgba(7,21,16,.62); box-shadow: 0 25px 80px rgba(0,0,0,.3); transform: rotate(-3deg); }
.radio__topline { display: flex; justify-content: space-between; padding-bottom: 10px; border-bottom: 1px solid rgba(215,242,104,.26); font: 10px/1 "DM Mono", monospace; letter-spacing: .08em; }
.radio__display { display: grid; grid-template-columns: 40px 1fr 20px; gap: 9px; align-items: center; margin: 14px 0 11px; font: 10px/1 "DM Mono", monospace; letter-spacing: .07em; }
.radio__display strong { overflow: hidden; color: #fff; font: 500 14px/1 "DM Mono", monospace; white-space: nowrap; }
.radio__signal { font-size: 21px; transform: rotate(-40deg); }
.radio__wave { display: flex; height: 18px; align-items: center; gap: 4px; }
.radio__wave i { display: block; width: 3px; background: var(--green); border-radius: 3px; opacity: .8; }
.radio__wave i:nth-child(1), .radio__wave i:nth-child(13) { height: 5px; }.radio__wave i:nth-child(2), .radio__wave i:nth-child(12) { height: 10px; }.radio__wave i:nth-child(3), .radio__wave i:nth-child(11) { height: 15px; }.radio__wave i:nth-child(4), .radio__wave i:nth-child(10) { height: 8px; }.radio__wave i:nth-child(5), .radio__wave i:nth-child(9) { height: 18px; }.radio__wave i:nth-child(6), .radio__wave i:nth-child(8) { height: 12px; }.radio__wave i:nth-child(7) { height: 6px; }

.how { max-width: 1320px; margin: 0 auto; padding: clamp(74px, 10vw, 130px) clamp(24px, 5vw, 84px) clamp(80px, 10vw, 132px); }
.how__intro { max-width: 570px; }
.how .eyebrow { color: #568558; }
h2 { margin-bottom: 46px; font: 600 clamp(38px, 4.5vw, 63px)/1.02 "Fraunces", Georgia, serif; letter-spacing: -.055em; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(25px, 5vw, 75px); }
.step { padding-top: 18px; border-top: 1px solid var(--line); }
.step__number { display: block; margin-bottom: 41px; color: #6d8074; font: 11px/1 "DM Mono", monospace; }
h3 { margin-bottom: 10px; font-size: 20px; letter-spacing: -.035em; }
.step p { max-width: 310px; margin-bottom: 0; color: var(--muted); font-size: 15px; line-height: 1.5; }
footer { padding: 22px clamp(24px, 5vw, 84px) 28px; border-top: 1px solid var(--line); color: var(--ink); }
footer p { margin: 0; color: var(--muted); font-size: 13px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 760px) {
  .hero { min-height: 690px; padding-top: 21px; }.hero__content { margin-top: 100px; transform: none; }.hero__radio { display: none; }.waitlist__row { flex-direction: column; }.waitlist__row button { width: 100%; }.steps { grid-template-columns: 1fr; gap: 39px; }.step__number { margin-bottom: 25px; } footer { align-items: flex-start; flex-direction: column; }
}
