:root {
    --ink: #17231d;
    --spruce: #173d2c;
    --spruce-dark: #0d2a1d;
    --cream: #f4f0e5;
    --paper: #fffdf7;
    --red: #c84435;
    --gold: #d8a94c;
    --muted: #647168;
    --line: rgba(23, 35, 29, .15);
    --radius: 18px;
    --shadow: 0 22px 60px rgba(18, 45, 31, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.6 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .25; 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='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E"); z-index: 20; }
a { color: inherit; }
button, input, select { font: inherit; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 99; padding: .7rem 1rem; background: white; }
.skip-link:focus { top: 20px; }
.site-header { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; max-width: 1440px; margin: auto; padding: 0 clamp(1.25rem, 5vw, 5rem); border-bottom: 1px solid var(--line); background: rgba(255, 253, 247, .92); position: sticky; top: 0; z-index: 15; backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; line-height: 1; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 10px 10px 18px 10px; color: white; background: var(--red); font: 800 1.45rem Georgia, serif; transform: rotate(-2deg); }
.brand strong, .brand small { display: block; }
.brand strong { font: 800 1.1rem Georgia, serif; letter-spacing: -.02em; }
.brand small { margin-top: .22rem; color: var(--muted); font: 700 .64rem/1 sans-serif; letter-spacing: .18em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: clamp(1rem, 2.3vw, 2.2rem); }
nav a { color: #38473e; text-decoration: none; font-size: .88rem; font-weight: 700; }
nav a:hover { color: var(--red); }
.menu-toggle { display: none; border: 0; background: transparent; font-weight: 800; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; padding: .95rem 1.35rem; border: 1px solid var(--red); border-radius: 8px; color: white; background: var(--red); text-decoration: none; font-weight: 800; cursor: pointer; box-shadow: 0 8px 20px rgba(200, 68, 53, .2); transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #b93c30; }
.button-small { padding: .65rem 1rem; font-size: .82rem; }
.button-full { width: 100%; }
.hero { min-height: 690px; max-width: 1440px; margin: auto; padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 7vw, 7rem); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(3rem, 7vw, 8rem); overflow: hidden; }
.eyebrow { margin: 0 0 1.2rem; color: var(--red); font-size: .72rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 28px; height: 2px; margin-right: .7rem; background: currentColor; vertical-align: middle; }
.eyebrow.light { color: #eac1b5; }
h1, h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 600; line-height: .98; letter-spacing: -.055em; }
h1 { font-size: clamp(3.8rem, 7.4vw, 7.2rem); }
h2 { font-size: clamp(2.5rem, 5vw, 5rem); }
h1 em, h2 em { color: var(--red); font-weight: 500; }
.hero-lede { max-width: 650px; margin: 2rem 0; color: #46564d; font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.hero-actions { display: flex; align-items: center; gap: 1.6rem; flex-wrap: wrap; }
.text-link { font-weight: 800; text-decoration: none; border-bottom: 1px solid var(--ink); }
.quiet { margin-top: 1.3rem; color: var(--muted); font-size: .85rem; }
.quiet span { color: var(--spruce); font-weight: 900; }
.hero-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.signal-card { width: min(100%, 470px); padding: clamp(2rem, 4vw, 3.7rem); border-radius: 32px 32px 88px 32px; color: white; background: var(--spruce); box-shadow: var(--shadow); transform: rotate(1.5deg); position: relative; z-index: 2; }
.signal-card::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 24px 24px 75px 24px; pointer-events: none; }
.signal-kicker { color: #a9c7b4; font-size: .7rem; font-weight: 900; letter-spacing: .2em; }
.signal-card strong { display: block; margin-top: 1.3rem; font: 600 clamp(1.65rem, 3.3vw, 2.9rem)/1.05 Georgia, serif; }
.signal-card .signal-accent { color: #f0c873; }
.signal-card small { display: block; margin-top: 2rem; color: #b8c8bf; font-size: .64rem; font-weight: 800; letter-spacing: .09em; }
.signal-people { display: grid; grid-template-columns: repeat(8, 1fr); gap: 9px; margin-top: 2.2rem; }
.signal-people span { height: 18px; border-radius: 9px 9px 4px 4px; background: #e8e0cc; }
.signal-people span:nth-child(3n) { background: var(--red); }
.signal-people span:nth-child(5n) { background: var(--gold); }
.maple-ring { position: absolute; width: 490px; height: 490px; border: 80px solid var(--cream); border-radius: 50%; right: -180px; z-index: 0; }
.band { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 8vw, 9rem); color: white; background: var(--spruce-dark); }
.band h2 em { color: #efc7bd; }
.problem-copy { max-width: 620px; font-size: 1.12rem; color: #c8d3cd; }
.truth-note { padding: 1rem 0 0 1.2rem; border-left: 3px solid var(--gold); color: white; font-weight: 700; }
.section { max-width: 1440px; margin: auto; padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 7vw, 7rem); }
.section-heading { max-width: 750px; }
.section-heading > p:last-child { max-width: 600px; color: var(--muted); font-size: 1.08rem; }
.step-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 4rem; border-top: 1px solid var(--line); }
.step { padding: 2rem 1.8rem 1rem 0; border-right: 1px solid var(--line); }
.step + .step { padding-left: 1.8rem; }
.step:last-child { border: 0; }
.step > span, .benefit-grid span { color: var(--red); font: 700 .8rem sans-serif; letter-spacing: .1em; }
.step h3, .benefit-grid h3 { margin: 1.2rem 0 .6rem; font: 700 1.35rem Georgia, serif; }
.step p, .benefit-grid p { color: var(--muted); }
.progress { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; background: var(--cream); max-width: none; }
.progress-copy { max-width: 580px; justify-self: end; }
.policy-note, .legal-note { padding: 1rem; border-radius: 8px; background: rgba(23,61,44,.07); font-size: .86rem; }
.progress-panel { max-height: 570px; overflow: auto; padding: 1.3rem; border: 1px solid rgba(255,255,255,.8); border-radius: var(--radius); background: rgba(255,255,255,.68); box-shadow: var(--shadow); }
.panel-heading, .province-row { display: grid; align-items: center; }
.panel-heading { grid-template-columns: 1fr auto; padding: .4rem .5rem 1rem; border-bottom: 1px solid var(--line); font-weight: 800; }
.panel-heading small { color: var(--muted); font-weight: 500; }
.live-dot { display: inline-block; width: 8px; height: 8px; margin-right: .5rem; border-radius: 50%; background: #3da86b; box-shadow: 0 0 0 5px rgba(61,168,107,.12); }
.province-row { grid-template-columns: minmax(150px, 1fr) 1fr 55px; gap: 1rem; padding: .85rem .5rem; border-bottom: 1px solid var(--line); }
.province-row:last-child { border: 0; }
.province-row strong, .province-row span { display: block; }
.province-row span { color: var(--muted); font-size: .76rem; }
.province-row b { text-align: right; font-size: .8rem; }
.progress-track { height: 7px; overflow: hidden; border-radius: 20px; background: #dfded5; }
.progress-track span { display: block; min-width: 0; height: 100%; border-radius: inherit; background: var(--red); }
.band-light { padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 8vw, 9rem); background: #ece4d3; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; margin-top: 3rem; }
.benefit-grid > div { padding-top: 1.4rem; border-top: 1px solid rgba(23,35,29,.25); }
.join { max-width: none; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 9rem); color: white; background: var(--spruce); }
.join-copy { max-width: 580px; justify-self: end; }
.join-copy p { color: #c8d5ce; }
.join-copy li { margin: .45rem 0; }
.waitlist-form { width: min(100%, 650px); padding: clamp(1.5rem, 4vw, 3rem); border-radius: var(--radius); color: var(--ink); background: var(--paper); box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label { display: block; margin-bottom: 1rem; font-size: .82rem; font-weight: 800; }
label small { float: right; color: var(--muted); font-weight: 500; }
input:not([type=checkbox]), select { width: 100%; margin-top: .4rem; padding: .84rem .9rem; border: 1px solid #c9cec8; border-radius: 7px; color: var(--ink); background: white; }
input:focus, select:focus { outline: 3px solid rgba(216,169,76,.3); border-color: var(--spruce); }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: .7rem; align-items: start; color: #4f5d55; font-weight: 500; line-height: 1.45; }
.consent input { width: 18px; height: 18px; margin: .15rem 0 0; accent-color: var(--spruce); }
.form-status { min-height: 1.5rem; margin-bottom: 0; color: var(--spruce); font-size: .86rem; font-weight: 800; }
.form-status.error { color: #a52f25; }
.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; }
details { border-top: 1px solid var(--line); padding: 1.15rem 0; }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; list-style: none; font-weight: 800; }
summary::after { content: "+"; float: right; color: var(--red); font-size: 1.3rem; }
details[open] summary::after { content: "−"; }
details p { max-width: 720px; color: var(--muted); }
.privacy { border-top: 1px solid var(--line); }
.privacy h2 { max-width: 850px; }
.privacy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3rem; }
.privacy-grid strong { display: block; margin-bottom: .5rem; color: var(--spruce); }
.privacy-grid p { color: var(--muted); }
footer { padding: 3rem clamp(1.25rem, 7vw, 7rem); color: #b9c8c0; background: var(--spruce-dark); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 2rem; }
footer > p { text-align: center; }
footer > div { text-align: right; font-size: .72rem; }
footer > div span { display: block; }
.footer-brand { color: white; }
.utility-page { min-height: 100vh; display: grid; place-items: center; padding: 1.5rem; background: var(--cream); }
.utility-card { width: min(100%, 580px); padding: 3rem; border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.utility-card .eyebrow { margin-top: 3rem; }
.utility-card h1 { font-size: clamp(2.8rem, 7vw, 5rem); }
.admin-page { background: #f3f2ed; }
.admin-header { display: flex; justify-content: space-between; align-items: center; padding: 1rem 4vw; color: white; background: var(--spruce-dark); }
.admin-header .brand small { color: #b8c7bf; }
.admin-header > span { font-size: .75rem; color: #b8c7bf; }
.admin-main { padding: 3rem 4vw; }
.metric-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.metric-grid article, .admin-grid section { padding: 1.5rem; border-radius: 12px; background: white; box-shadow: 0 5px 20px rgba(0,0,0,.05); }
.metric-grid span { display: block; color: var(--muted); font-size: .78rem; }
.metric-grid strong { font: 700 2rem Georgia, serif; }
.metric-grid small { font: 500 .7rem sans-serif; color: var(--muted); }
.admin-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 1rem; margin-top: 1rem; }
.admin-section { margin-top: 1rem; padding: 1.5rem; border-radius: 12px; background: white; box-shadow: 0 5px 20px rgba(0,0,0,.05); }
.admin-section > p, .admin-grid section > p { margin-top: -.4rem; color: var(--muted); font-size: .82rem; }
.table-scroll { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: .65rem; border-bottom: 1px solid var(--line); text-align: left; font-size: .82rem; }
th { color: var(--muted); }
.reveal { animation: rise .7s both; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }

@media (max-width: 900px) {
    .site-header { height: 72px; }
    .menu-toggle { display: block; }
    nav { display: none; position: absolute; top: 71px; left: 0; right: 0; padding: 1.5rem; flex-direction: column; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
    nav.open { display: flex; }
    .hero, .band, .progress, .join, .faq { grid-template-columns: 1fr; }
    .hero { padding-top: 4rem; }
    .hero-visual { min-height: 420px; }
    .problem-copy, .progress-copy, .join-copy { justify-self: start; }
    .step-grid { grid-template-columns: 1fr 1fr; }
    .step:nth-child(2) { border-right: 0; }
    .benefit-grid, .privacy-grid { grid-template-columns: 1fr; gap: 1rem; }
    footer { grid-template-columns: 1fr; align-items: start; }
    footer > p, footer > div { text-align: left; }
    .metric-grid { grid-template-columns: 1fr 1fr; }
    .admin-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
    h1 { font-size: clamp(3.2rem, 17vw, 5rem); }
    .hero { min-height: auto; }
    .hero-visual { min-height: 360px; }
    .signal-card { padding: 2rem 1.6rem; border-radius: 22px 22px 58px 22px; }
    .signal-people { gap: 6px; }
    .signal-people span { height: 13px; }
    .step-grid { grid-template-columns: 1fr; }
    .step, .step + .step { padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .field-row { grid-template-columns: 1fr; gap: 0; }
    .province-row { grid-template-columns: 1fr 42px; }
    .progress-track { grid-column: 1 / -1; grid-row: 2; }
    .metric-grid { grid-template-columns: 1fr; }
    .admin-header { align-items: flex-start; gap: 1rem; flex-direction: column; }
    .admin-main { overflow-x: auto; }
}
