:root {
  --forest: #163b2a;
  --forest-2: #214f39;
  --paper: #f3efe4;
  --milk: #fffdf6;
  --acid: #dff36d;
  --orange: #ef7449;
  --ink: #13251b;
  --muted: #69766d;
  --line: rgba(22, 59, 42, .15);
  --shadow: 0 30px 90px rgba(22, 59, 42, .16);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: "Avenir Next", Avenir, "Gill Sans", "Trebuchet MS", sans-serif;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body { width: 100%; max-width: 100%; margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.5; }
button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section[id], .how[id], .signup[id], .honesty[id] { scroll-margin-top: 76px; }
.hero > *, .promise > *, .section-head > *, .manifest > *, .districts > *, .signup > *, .footer-grid > *, .admin-grid > * { min-width: 0; }
.grain { position: fixed; inset: 0; pointer-events: none; z-index: 100; opacity: .06; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }
.top-note { padding: 9px 16px; background: var(--forest); color: rgba(255,255,255,.88); text-align: center; font-size: 13px; font-weight: 700; letter-spacing: .06em; line-height: 1.35; text-transform: uppercase; }
.top-note b { color: var(--acid); }
.site-head { position: sticky; top: 0; z-index: 50; height: 76px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; gap: 38px; border-bottom: 1px solid var(--line); background: rgba(243,239,228,.88); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 13px; font-weight: 900; line-height: .95; letter-spacing: .08em; }
.brand img { width: 45px; height: 45px; }
.site-head nav { display: flex; gap: 28px; margin-left: 28px; font-size: 13px; font-weight: 650; }
.site-head nav a { transition: color .2s; }
.site-head nav a:hover { color: var(--orange); }
.head-cta { margin-left: auto; padding: 12px 18px; border-radius: 999px; background: var(--forest); color: white; font-size: 14px; font-weight: 850; }
.head-cta-mobile { display: none; }

.hero { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 700px; padding-block: 26px 76px; }
.hero-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; align-items: flex-start; padding: 68px 7vw 68px 0; }
.eyebrow { display: inline-flex; max-width: 100%; align-items: center; gap: 8px; color: var(--acid); font-size: 13px; font-weight: 900; letter-spacing: .1em; line-height: 1.35; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--orange); }
.hero h1 { max-width: 100%; margin: 26px 0 28px; overflow-wrap: break-word; font: 400 clamp(72px, 9vw, 132px)/.77 var(--serif); letter-spacing: -.075em; }
.hero h1 em { color: var(--orange); font-weight: 400; }
.hero-offer { margin: -10px 0 20px; color: var(--forest); font-size: clamp(20px, 2.5vw, 32px); font-weight: 900; line-height: 1.12; letter-spacing: .035em; text-transform: uppercase; }
.hero-offer strong { color: var(--orange); font-weight: 900; }
.hero-lead { max-width: 580px; margin: 0 0 34px; font-size: clamp(17px, 2vw, 21px); color: #415047; }
.hero-actions { display: flex; max-width: 100%; align-items: center; gap: 22px; }
.hero-actions > span { color: var(--muted); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.button { display: inline-flex; padding: 16px 24px; border-radius: 999px; font-size: 15px; font-weight: 900; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(22,59,42,.15); }
.button-acid { background: var(--acid); color: var(--forest); }
.hero-photo { position: relative; min-height: 620px; overflow: hidden; border-radius: 3px 3px 120px 3px; background: #d9e3c2; box-shadow: var(--shadow); }
.hero-photo > img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(13,37,25,.5)); }
.photo-stamp { position: absolute; z-index: 2; top: 24px; right: 24px; width: 166px; padding: 19px; transform: rotate(3deg); background: var(--acid); color: var(--forest); box-shadow: 0 15px 35px rgba(0,0,0,.15); }
.photo-stamp small { display: block; margin-bottom: 8px; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.photo-stamp b { font: 400 21px/1.05 var(--serif); }
.route-card { position: absolute; z-index: 2; left: 24px; bottom: 24px; display: flex; align-items: center; gap: 12px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.25); border-radius: 15px; background: rgba(17,44,31,.78); color: white; backdrop-filter: blur(12px); }
.route-card i { width: 11px; height: 11px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 7px rgba(223,243,109,.16); }
.route-card small { display: block; color: rgba(255,255,255,.8); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.route-card b { font: 400 18px var(--serif); }

.promise { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 32px 38px; margin-bottom: 100px; border: 1px solid var(--line); background: var(--milk); }
.promise-number { font: 400 46px var(--serif); color: var(--orange); }
.promise h2 { margin: 0 0 7px; font: 400 clamp(24px,3vw,34px) var(--serif); }
.promise p { max-width: 750px; margin: 0; color: var(--muted); font-size: 16px; font-weight: 600; }
.promise-label { padding: 8px 12px; border: 1px solid var(--forest); border-radius: 999px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }

.section { padding-bottom: 115px; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 40px; }
.section-head h2 { margin: 10px 0 0; font: 400 clamp(46px,6vw,78px)/.95 var(--serif); letter-spacing: -.055em; }
.section-head > p { max-width: 370px; margin: 0; color: var(--muted); font-weight: 600; }
.section-head.light { color: white; }
.section-head.light > p { color: #bed0c4; }
.box-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.box-card { min-width: 0; overflow: hidden; background: var(--milk); border: 1px solid rgba(22,59,42,.08); transition: transform .3s, box-shadow .3s; }
.box-card:nth-child(2) { transform: translateY(32px); }
.box-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.box-card:nth-child(2):hover { transform: translateY(25px); }
.box-card img { width: 100%; height: 320px; object-fit: cover; }
.box-copy { padding: 25px; }
.box-copy > span { color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.box-copy h3 { margin: 7px 0 9px; font: 400 34px var(--serif); letter-spacing: -.03em; }
.box-copy p { min-height: 64px; margin: 0 0 22px; color: var(--muted); font-size: 15px; font-weight: 600; }
.box-copy button { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 13px 15px; border: 1px solid var(--line); background: transparent; color: var(--forest); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; cursor: pointer; }
.box-copy button b { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--forest); color: white; font-size: 18px; }

.how { padding: 110px 0; background: var(--forest); color: white; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.steps article { padding: 34px 34px 42px 0; }
.steps article + article { padding-left: 34px; border-left: 1px solid rgba(255,255,255,.15); }
.steps span { color: var(--acid); font: 400 22px var(--serif); }
.steps h3 { margin: 36px 0 12px; font: 400 30px var(--serif); }
.steps p { max-width: 310px; margin: 0; color: #c8d8ce; font-size: 16px; font-weight: 600; }
.manifest { display: grid; grid-template-columns: 1.3fr .7fr; align-items: flex-end; gap: 50px; margin-top: 65px; }
.manifest blockquote { margin: 0; color: var(--acid); font: 400 clamp(36px,5vw,63px)/1.03 var(--serif); letter-spacing: -.04em; }
.manifest p { margin: 0; color: #c8d8ce; font-weight: 600; }

.districts { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; padding-block: 120px; }
.district-copy h2 { margin: 12px 0 20px; font: 400 clamp(45px,6vw,72px)/.98 var(--serif); letter-spacing: -.05em; }
.district-copy p { max-width: 480px; color: var(--muted); font-weight: 600; }
.district-copy a { display: inline-block; margin-top: 16px; color: var(--orange); font-weight: 900; }
.district-cloud { position: relative; min-height: 500px; border-radius: 50%; background: #e1e9d2; box-shadow: inset 0 0 0 1px var(--line); }
.district-cloud::before, .district-cloud::after { content: ""; position: absolute; border-radius: 50%; border: 1px dashed rgba(22,59,42,.25); }
.district-cloud::before { inset: 13%; }
.district-cloud::after { inset: 28%; }
.district-cloud span { position: absolute; z-index: 1; max-width: 46%; padding: 9px 13px; overflow-wrap: anywhere; border-radius: 999px; background: var(--milk); box-shadow: 0 9px 24px rgba(22,59,42,.1); font-size: 13px; font-weight: 850; line-height: 1.2; text-align: center; }
.district-cloud span:nth-child(1) { top: 12%; left: 38%; background: var(--acid); }
.district-cloud span:nth-child(2) { top: 29%; left: 12%; }
.district-cloud span:nth-child(3) { top: 32%; right: 8%; }
.district-cloud span:nth-child(4) { top: 49%; left: 38%; background: var(--orange); color: white; }
.district-cloud span:nth-child(5) { top: 62%; left: 12%; }
.district-cloud span:nth-child(6) { top: 70%; right: 14%; }
.district-cloud span:nth-child(7) { bottom: 10%; left: 36%; }
.district-cloud span:nth-child(8) { top: 9%; right: 5%; }
.district-cloud span:nth-child(9) { top: 48%; right: 4%; }
.district-cloud span:nth-child(10) { top: 11%; left: 4%; background: var(--forest); color: white; }

.signup { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 900px; background: #dfe8cf; }
.signup-visual { position: relative; background: var(--orange); color: white; }
.signup-sticky { position: sticky; top: 115px; padding: 88px clamp(30px,7vw,110px); }
.signup-sticky h2 { margin: 20px 0 24px; font: 400 clamp(53px,7vw,92px)/.88 var(--serif); letter-spacing: -.06em; }
.signup-sticky p { max-width: 430px; color: #fff2e9; font-size: 16px; }
.zero { display: flex; align-items: center; gap: 18px; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.3); }
.zero b { font: 400 55px var(--serif); }
.zero span { max-width: 210px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.form-wrap { display: grid; place-items: center; padding: 70px clamp(24px,7vw,110px); }
#interestForm, .success { width: min(100%, 670px); }
.form-head { margin-bottom: 22px; }
.form-head.compact { margin: 46px 0 18px; }
.form-head > span, .success > span { color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.form-head h2, .success h2 { margin: 6px 0 0; font: 400 clamp(31px,4vw,45px) var(--serif); }
.field-label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
select, input[type="text"] { width: 100%; min-width: 0; max-width: 100%; height: 58px; padding: 0 16px; border: 1px solid rgba(22,59,42,.25); border-radius: 0; outline: 0; background: var(--milk); color: var(--ink); }
select:focus, input[type="text"]:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(22,59,42,.08); }
.product-options { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.product-options label { display: flex; min-height: 94px; align-items: center; justify-content: space-between; gap: 8px; padding: 14px; border: 1px solid var(--line); background: rgba(255,253,246,.55); cursor: pointer; }
.product-options label.selected { border-color: var(--forest); background: var(--acid); }
.product-options input, .frequency-options input { position: absolute; opacity: 0; pointer-events: none; }
.product-options b, .product-options small { display: block; }
.product-options b { font: 400 18px var(--serif); }
.product-options small { margin-top: 3px; color: var(--muted); font-size: 11px; font-weight: 700; }
.product-options i { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: var(--forest); color: white; font-style: normal; }
.frequency-options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.frequency-options label { cursor: pointer; }
.frequency-options span { display: block; padding: 13px; border: 1px solid var(--line); background: rgba(255,253,246,.55); font-size: 14px; font-weight: 700; text-align: center; }
.frequency-options input:checked + span { border-color: var(--forest); background: var(--forest); color: white; }
.consent { display: flex; gap: 10px; align-items: flex-start; margin: 17px 0; color: var(--muted); font-size: 12px; font-weight: 600; line-height: 1.45; }
.consent input { margin-top: 3px; accent-color: var(--forest); }
.trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-error { min-height: 22px; color: #a63e25; font-size: 14px; font-weight: 750; }
.submit { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 17px 20px; border: 0; background: var(--forest); color: white; font-weight: 900; cursor: pointer; }
.submit:hover { background: var(--forest-2); }
.submit:disabled { opacity: .65; cursor: wait; }
.submit b { font-size: 20px; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 12px; font-weight: 600; text-align: center; }
.success { padding: 45px; background: var(--milk); box-shadow: var(--shadow); }
.success p { color: var(--muted); }
.success button { margin-top: 14px; padding: 12px 16px; border: 1px solid var(--forest); background: transparent; color: var(--forest); font-weight: 800; cursor: pointer; }

.honesty { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding-block: 95px; }
.honesty > div > span { color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.honesty h2 { margin: 10px 0 0; font: 400 clamp(38px,5vw,60px)/1 var(--serif); letter-spacing: -.04em; }
.honesty > p { align-self: end; margin: 0; color: var(--muted); font-weight: 600; }
footer { padding: 52px 0 110px; background: #0d281c; color: white; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr .6fr; gap: 35px; align-items: start; }
.foot-brand { color: white; }
.footer-grid p { margin: 0; color: #bdcec3; font-size: 15px; font-weight: 600; }
.footer-grid > div a { display: block; margin-bottom: 10px; color: #e0e8e2; font-size: 14px; font-weight: 650; }
.mobile-cta { display: none; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

.admin-body { min-height: 100vh; background: #e7ebdf; }
.admin-head { display: flex; align-items: end; justify-content: space-between; padding: 35px max(20px, calc((100vw - 1180px)/2)); background: var(--forest); color: white; }
.admin-head h1 { margin: 8px 0 0; font: 400 48px var(--serif); }
.admin-head a { color: var(--acid); font-size: 15px; font-weight: 800; }
.brand-word { color: var(--acid); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.admin-shell { width: min(1180px, calc(100% - 36px)); margin: 28px auto 80px; }
.admin-summary { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.admin-summary div, .admin-card { padding: 24px; background: var(--milk); border: 1px solid var(--line); }
.admin-summary small { display: block; color: var(--muted); font-size: 15px; font-weight: 650; }
.admin-summary strong { display: block; margin-top: 8px; font: 400 44px var(--serif); }
.admin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
.admin-card h2 { margin: 0 0 18px; font: 400 28px var(--serif); }
.admin-subtitle { margin-top: 34px !important; }
.rank-row { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid var(--line); }
.rank-row b { color: var(--orange); }
.admin-table-card { margin-top: 12px; }
.admin-table-wrap { overflow-x: auto; }
.admin-table-card table { width: 100%; border-collapse: collapse; font-size: 14px; }
.admin-table-card th, .admin-table-card td { padding: 11px 9px; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap; }
.admin-table-card th { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.muted { color: var(--muted); }

@media (max-width: 900px) {
  .shell { width: min(680px, calc(100% - 24px)); }
  .section[id], .how[id], .signup[id], .honesty[id] { scroll-margin-top: 66px; }
  .site-head { width: 100%; max-width: 100%; height: 66px; gap: 10px; padding-inline: 12px; }
  .site-head nav { display: none; }
  .brand { min-width: 0; gap: 8px; }
  .brand img { width: 41px; height: 41px; }
  .head-cta { flex: 0 0 auto; padding: 10px 13px; font-size: 13px; white-space: nowrap; }
  .head-cta-wide { display: none; }
  .head-cta-mobile { display: inline; }
  .hero { grid-template-columns: 1fr; padding-top: 0; }
  .hero-copy { min-height: 0; padding: 58px 0 44px; }
  .hero h1 { width: 100%; font-size: clamp(48px,14.8vw,62px); line-height: .86; letter-spacing: -.06em; }
  .hero-photo { min-height: 520px; border-radius: 3px 3px 70px 3px; }
  .promise { grid-template-columns: auto 1fr; margin-bottom: 80px; }
  .promise-label { grid-column: 2; justify-self: start; }
  .section-head { display: block; }
  .section-head > p { margin-top: 20px; }
  .box-grid { grid-template-columns: 1fr; }
  .box-card:nth-child(2), .box-card:nth-child(2):hover { transform: none; }
  .box-card img { height: min(64vw,420px); }
  .steps { grid-template-columns: 1fr; }
  .steps article, .steps article + article { padding: 26px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .manifest { grid-template-columns: 1fr; }
  .districts { grid-template-columns: 1fr; }
  .district-cloud { min-height: 470px; }
  .signup { grid-template-columns: 1fr; }
  .signup-sticky { position: static; padding: 70px 28px; }
  .form-wrap { padding: 60px 20px; }
  .honesty { grid-template-columns: 1fr; gap: 25px; }
  .footer-grid { grid-template-columns: 1fr; }
  .mobile-cta { position: fixed; z-index: 60; display: flex; left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); align-items: center; justify-content: space-between; padding: 15px 19px; border-radius: 999px; background: var(--acid); color: var(--forest); box-shadow: 0 12px 40px rgba(22,59,42,.25); font-size: 14px; font-weight: 900; }
  .admin-grid { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .top-note { padding-inline: 12px; font-size: 12px; }
  .hero-copy { padding-top: 50px; }
  .hero-offer { font-size: clamp(18px, 5.7vw, 23px); }
  .hero-actions { width: 100%; flex-direction: column; align-items: flex-start; gap: 12px; }
  .hero-photo { min-height: 440px; }
  .photo-stamp { top: 15px; right: 15px; width: min(166px, calc(100% - 30px)); }
  .route-card { right: 15px; bottom: 15px; left: 15px; max-width: calc(100% - 30px); }
  .route-card span { min-width: 0; }
  .route-card b { overflow-wrap: anywhere; }
  .promise { grid-template-columns: 1fr; padding: 25px; }
  .promise-label { grid-column: 1; }
  .section-head h2 { font-size: 48px; }
  .how { padding-block: 80px; }
  .districts { padding-block: 85px; }
  .district-cloud { min-height: 390px; }
  .district-cloud span { padding: 7px 9px; font-size: 11px; }
  .product-options { grid-template-columns: 1fr; }
  .product-options label { min-height: 68px; }
  .frequency-options { grid-template-columns: 1fr; }
  .zero b { font-size: 46px; }
  .success { padding: 30px 24px; }
  .admin-summary { grid-template-columns: 1fr; }
  .admin-head { display: block; padding: 28px 12px; }
  .admin-head h1 { font-size: 36px; }
  .admin-head a { display: inline-block; margin-top: 18px; }
  .admin-shell { width: calc(100% - 24px); }
  .admin-summary div, .admin-card { padding: 20px 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; }
}
