:root { color-scheme:light; --forest:#171313; --forest-2:#b51f2d; --mint:#f8e7df; --lime:#f0b33e; --cream:#f4efe7; --paper:#fffdfa; --ink:#181516; --muted:#696263; --line:#ded7d2; --danger:#a51f2c; --shadow:0 24px 70px rgba(37,22,20,.14); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--cream); color:var(--ink); font-family:Inter,Avenir,"Segoe UI",system-ui,sans-serif; line-height:1.55; }
button,input,select { font:inherit; }
button,a { -webkit-tap-highlight-color:transparent; }
.site-header { position:absolute; inset:0 0 auto; z-index:10; height:116px; display:flex; align-items:center; justify-content:space-between; padding:0 clamp(22px,5vw,72px); border-bottom:1px solid rgba(255,255,255,.22); background:linear-gradient(180deg,rgba(0,0,0,.82),rgba(0,0,0,.22)); }
.brand { display:flex; align-items:center; width:clamp(190px,22vw,300px); height:90px; text-decoration:none; }
.brand img { display:block; width:100%; height:auto; }
.site-header nav { display:flex; align-items:center; gap:clamp(18px,3vw,38px); }
.site-header nav>a { color:white; text-decoration:none; font-size:14px; }
.site-header nav>a:hover { color:var(--lime); }
.secure-pill { display:flex; align-items:center; gap:8px; border:1px solid rgba(255,255,255,.45); border-radius:999px; padding:8px 13px; color:white; font-size:12px; font-weight:600; background:rgba(0,0,0,.22); }
.secure-pill span { color:var(--lime); font-size:9px; }
main { width:100%; }
.hero { position:relative; min-height:720px; display:grid; align-items:end; overflow:hidden; background:#090909; color:white; }
.hero-image { position:absolute; inset:0; background-image:linear-gradient(90deg,rgba(4,2,2,.9) 0%,rgba(4,2,2,.62) 50%,rgba(4,2,2,.35) 100%),url('./assets/community-hands.webp'); background-size:cover; background-position:center 42%; transform:scale(1.01); }
.hero-inner { position:relative; z-index:1; display:grid; grid-template-columns:minmax(0,1.35fr) minmax(300px,.68fr); gap:clamp(30px,6vw,78px); align-items:end; width:min(1120px,calc(100% - 36px)); margin:auto; padding:190px 0 70px; }
.eyebrow,.card-kicker { margin:0 0 14px; color:var(--forest-2); font-size:12px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; }
.hero .eyebrow { color:var(--lime); }
h1,h2 { font-family:Poppins,Avenir,"Segoe UI",sans-serif; letter-spacing:-.045em; line-height:1.08; margin:0; color:var(--forest); }
h1 { max-width:760px; color:white; font-size:clamp(48px,6.7vw,82px); font-weight:500; }
h2 { font-size:clamp(28px,4vw,43px); font-weight:600; }
.hero-text { max-width:650px; margin:26px 0; color:rgba(255,255,255,.78); font-size:clamp(17px,2vw,20px); }
.trust-row { display:flex; flex-wrap:wrap; gap:10px; }
.trust-row span { padding:7px 11px; border:1px solid rgba(255,255,255,.28); background:rgba(0,0,0,.3); color:white; font-size:12px; font-weight:600; }
.boundary-card { position:relative; overflow:hidden; background:rgba(8,5,5,.82); color:#f5ece7; padding:30px; border:1px solid rgba(240,179,62,.68); box-shadow:0 22px 60px rgba(0,0,0,.28); backdrop-filter:blur(6px); }
.boundary-card::before { content:""; position:absolute; inset:12px; border:1px solid rgba(240,179,62,.25); pointer-events:none; }
.boundary-card h2 { position:relative; color:white; font-family:Georgia,serif; font-size:28px; letter-spacing:-.025em; }
.boundary-card p:not(.card-kicker) { position:relative; color:#d5cbca; }
.boundary-card .card-kicker { color:var(--lime); }
.boundary-card a { position:relative; color:var(--lime); text-underline-offset:4px; font-weight:600; }
.content-width { width:min(1120px,calc(100% - 36px)); margin:auto; }
.mission-strip { display:grid; grid-template-columns:72px 1fr; gap:22px; align-items:center; padding:46px clamp(4px,3vw,30px) 40px; }
.mission-strip p { max-width:820px; margin:0; color:#3a3334; font:400 clamp(20px,2.8vw,29px)/1.38 Poppins,Avenir,sans-serif; }
.mission-strip strong { color:var(--forest-2); font-weight:600; }
.mission-rule { display:block; height:2px; background:var(--lime); }
.status-note { display:flex; gap:16px; align-items:flex-start; padding:20px 24px; border:1px solid #d6d8bd; background:#f7f4db; margin-bottom:30px; }
.status-note p { margin:3px 0 0; color:#5c604c; font-size:14px; }
.status-icon { flex:0 0 26px; display:grid; place-items:center; height:26px; border:1px solid #8b8b55; color:#6a6b35; border-radius:50%; font-weight:700; }
.form-shell { background:var(--paper); margin:0 auto 70px; border:1px solid rgba(24,59,50,.12); box-shadow:var(--shadow); }
.progress-wrap { padding:24px clamp(22px,5vw,64px); background:#f6ece8; border-bottom:1px solid var(--line); font-size:13px; color:var(--forest); }
.progress-wrap>div:first-child { display:flex; justify-content:space-between; margin-bottom:12px; font-weight:600; }
.step-label { color:#64736d; font-weight:500; }
.progress-track { height:4px; background:#ded2cd; overflow:hidden; }
.progress-track span { display:block; height:100%; width:33.333%; background:var(--forest-2); transition:width .25s ease; }
form { padding:clamp(34px,6vw,68px) clamp(22px,7vw,94px) 36px; }
.section-heading { max-width:680px; margin-bottom:36px; }
.section-heading>p:last-child { color:var(--muted); font-size:16px; margin:13px 0 0; }
.field-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px 20px; }
.field { display:flex; flex-direction:column; gap:8px; min-width:0; }
.field.full { grid-column:1/-1; }
.field>span,.group-label { color:#263832; font-size:14px; font-weight:700; }
.field input,.field select { width:100%; min-height:52px; border:1px solid #bdc6c1; background:#fff; color:var(--ink); padding:0 15px; border-radius:3px; outline:none; transition:.18s; }
.field input:focus,.field select:focus { border-color:var(--forest-2); box-shadow:0 0 0 3px rgba(181,31,45,.12); }
.field input[readonly] { background:#f4f4ef; color:#53615d; }
.field small { color:var(--muted); font-size:12px; }
.field .error { color:var(--danger); min-height:0; }
.field.invalid input,.field.invalid select { border-color:var(--danger); }
.response-options { margin:10px 0 0; padding:0; border:0; }
.response-options legend { margin-bottom:10px; color:#263832; font-size:14px; font-weight:700; }
.response-options>label { display:flex; align-items:flex-start; gap:12px; padding:15px 16px; border:1px solid var(--line); background:#fff; cursor:pointer; }
.response-options>label+label { border-top:0; }
.response-options input { flex:0 0 auto; width:auto; min-height:0; margin:5px 0 0; accent-color:var(--forest-2); }
.response-options span { display:grid; gap:3px; }
.response-options strong { color:var(--ink); font-size:14px; }
.response-options small { color:var(--muted); font-size:12px; }
.response-options>label:has(input:checked) { position:relative; border-color:var(--forest-2); background:#fff7f3; box-shadow:0 0 0 1px var(--forest-2); }
.honeypot { position:absolute; left:-9999px; }
.children-list { display:grid; gap:18px; }
.child-card { position:relative; margin:0; padding:26px; border:1px solid var(--line); background:#fcfbf6; }
.child-card legend { padding:0 8px; color:var(--forest); font:700 15px Avenir,"Segoe UI",sans-serif; }
.remove-child { position:absolute; right:20px; top:18px; border:0; background:transparent; color:#7b4940; text-decoration:underline; cursor:pointer; font-size:13px; }
.segmented { display:grid; grid-template-columns:1fr 1fr; border:1px solid #bdc6c1; background:white; min-height:52px; }
.segmented label { cursor:pointer; position:relative; }
.segmented input { position:absolute; opacity:0; }
.segmented span { height:100%; display:grid; place-items:center; color:#56645f; font-weight:600; }
.segmented label:first-child span { border-right:1px solid #bdc6c1; }
.segmented input:checked+span { background:var(--forest-2); color:white; }
.add-button { margin-top:20px; border:0; background:transparent; padding:6px 0; color:var(--forest); font-weight:700; cursor:pointer; }
.add-button span { display:inline-grid; place-items:center; width:25px; height:25px; margin-right:8px; border:1px solid var(--forest); border-radius:50%; }
.form-actions { display:flex; justify-content:flex-end; gap:12px; padding-top:34px; margin-top:36px; border-top:1px solid var(--line); }
.button { min-height:50px; padding:0 23px; border:1px solid var(--forest); border-radius:0; cursor:pointer; font-weight:700; transition:.18s; }
.button-primary { border-color:var(--forest-2); background:var(--forest-2); color:white; }
.button-primary:hover { background:#921724; border-color:#921724; transform:translateY(-1px); }
.button-secondary { background:transparent; color:var(--forest); }
.button:disabled { opacity:.6; cursor:wait; transform:none; }
.review-content { display:grid; gap:16px; }
.review-card { border:1px solid var(--line); padding:20px 22px; }
.review-card-head { display:flex; justify-content:space-between; align-items:center; gap:16px; margin-bottom:11px; }
.review-card h3 { margin:0; color:var(--forest); font-family:Avenir,"Segoe UI",sans-serif; }
.review-card button { border:0; background:transparent; color:var(--forest); text-decoration:underline; cursor:pointer; }
.review-card dl { display:grid; grid-template-columns:130px 1fr; gap:6px 14px; margin:0; font-size:14px; }
.review-card dt { color:var(--muted); }.review-card dd { margin:0; font-weight:600; }
.consent { display:flex; align-items:flex-start; gap:11px; margin-top:24px; font-size:14px; cursor:pointer; }
.consent input { margin-top:4px; accent-color:var(--forest); }
.privacy-copy { color:var(--muted); font-size:12px; margin-left:27px; }
.form-alert { margin-top:24px; padding:14px 16px; background:#f8e8e3; border-left:4px solid var(--danger); color:#712a20; }
.help-note { margin:0; padding:18px clamp(22px,7vw,94px); border-top:1px solid var(--line); background:#f8f4ef; color:var(--muted); font-size:14px; }
.help-note a { color:var(--forest-2); font-weight:700; text-underline-offset:3px; }
.success-panel { text-align:center; padding:clamp(60px,10vw,110px) 24px; }
.success-panel h2 { max-width:600px; margin:auto; }.success-panel>p:not(.eyebrow,.reference) { color:var(--muted); max-width:580px; margin:18px auto; }
.success-mark { display:grid; place-items:center; width:64px; height:64px; margin:0 auto 25px; border-radius:50%; background:var(--mint); color:var(--forest); font-size:30px; }
.reference { display:inline-block; background:#f1f3ee; padding:9px 13px; font-size:13px; }
footer { display:flex; justify-content:space-between; align-items:center; gap:30px; width:100%; min-height:190px; margin:auto; padding:34px max(18px,calc((100% - 1120px)/2)); background:#090909; color:#cfc6c4; font-size:13px; }
.footer-brand { display:flex; align-items:center; gap:24px; }
.footer-brand img { width:230px; height:auto; }
.footer-brand p { margin:0; }
.footer-links { display:flex; gap:24px; }
footer a { color:var(--lime); text-underline-offset:4px; }
[hidden] { display:none !important; }
@media (max-width:760px) { .site-header { height:88px; padding-inline:18px; }.brand { width:178px; height:70px; }.site-header nav>a { display:none; }.secure-pill { font-size:0; padding:8px; }.secure-pill span { font-size:9px; }.hero { min-height:auto; }.hero-image { background-position:58% center; }.hero-inner { grid-template-columns:1fr; padding:145px 0 42px; }.hero-text { margin:20px 0; }.boundary-card { padding:26px; }.mission-strip { grid-template-columns:36px 1fr; gap:14px; padding-block:32px; }.field-grid { grid-template-columns:1fr; }.field.full { grid-column:auto; }.form-actions { flex-wrap:wrap; }.button { flex:1; }.review-card dl { grid-template-columns:1fr; gap:2px; }.review-card dd { margin-bottom:8px; } footer { flex-direction:column; align-items:flex-start; }.footer-brand { flex-direction:column; align-items:flex-start; gap:12px; }.footer-brand img { width:220px; }.footer-links { flex-direction:column; gap:8px; } }
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { scroll-behavior:auto !important; transition:none !important; } }
