:root{color-scheme:light;--green: #17281e;--accent: #e5ff00;--yellow: var(--accent);--sand-dark: #cbc3bb;--sand-light: #d6d1ca;--white: #ffffff;--font-display: "Brulia Display", "Brulia Text", Arial, sans-serif;--font-heading: "Brulia Text", "Brulia Display", Arial, sans-serif;--font-body: "Stevie Sans", Arial, sans-serif;--maxw: 1120px;--maxw-narrow: 760px;--gutter: clamp(1.25rem, 4vw, 2.5rem);--section-y: clamp(3.5rem, 8vw, 7rem);--radius: 16px;--btn-radius: 999px;--heading-scale: 1;--body-scale: 1}@font-face{font-family:Brulia Display;src:url(/fonts/brulia-display.woff2) format("woff2"),url(/fonts/brulia-display.woff) format("woff");font-weight:400 900;font-display:swap}@font-face{font-family:Brulia Text;src:url(/fonts/brulia-text.woff2) format("woff2"),url(/fonts/brulia-text.woff) format("woff");font-weight:400 900;font-display:swap}@font-face{font-family:Stevie Sans;src:url(/fonts/stevie-sans-300.woff2) format("woff2");font-weight:300;font-display:swap}@font-face{font-family:Stevie Sans;src:url(/fonts/stevie-sans-400.woff2) format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Stevie Sans;src:url(/fonts/stevie-sans-500.woff2) format("woff2");font-weight:500;font-display:swap}@font-face{font-family:Stevie Sans;src:url(/fonts/stevie-sans-700.woff2) format("woff2");font-weight:700;font-display:swap}@font-face{font-family:Stevie Sans;src:url(/fonts/stevie-sans-900.woff2) format("woff2");font-weight:900;font-display:swap}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-body);font-size:calc(clamp(1rem,.95rem + .3vw,1.15rem) * var(--body-scale));line-height:1.65;color:var(--green);background:var(--white);display:flex;flex-direction:column;min-height:100vh}main{flex:1 0 auto}h1,h2,h3,h4{font-family:var(--font-heading);line-height:1.1;margin:0 0 .5em;font-weight:800}h1{font-size:calc(2em * var(--heading-scale))}h2{font-size:calc(1.5em * var(--heading-scale))}h3{font-size:calc(1.17em * var(--heading-scale))}h1{font-family:var(--font-display)}p{margin:0 0 1rem}a{color:inherit}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:var(--gutter)}.container--narrow{max-width:var(--maxw-narrow)}.section{padding-block:var(--section-y)}.section--compact{padding-block:calc(var(--section-y) * .6)}.section--spacious{padding-block:calc(var(--section-y) * 1.35)}.section--center{text-align:center}.section--center :is(h1,h2,h3,p,.lede,.hero-sub,.checklist){margin-inline:auto}.section--center .cta-row{justify-content:center}.section--center .checklist li{text-align:left}.surface-green{background:var(--green);color:var(--white)}.surface-sand{background:var(--sand-light);color:var(--green)}.surface-white{background:var(--white);color:var(--green)}.eyebrow{display:inline-block;font-family:var(--font-heading);font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;margin:0 0 .75rem;padding-bottom:.15rem;border-bottom:3px solid var(--yellow)}.btn{display:inline-block;padding:.85rem 1.5rem;border-radius:var(--btn-radius);font-weight:700;text-decoration:none;border:2px solid transparent;transition:transform .1s ease,box-shadow .1s ease,background .1s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--yellow);color:var(--green);border-color:var(--yellow)}.btn-primary:hover{box-shadow:0 6px 18px #00000040}.btn-outline{background:transparent;color:currentColor;border-color:currentColor}.btn-outline:hover{background:#ffffff14}.surface-white .btn-outline:hover,.surface-sand .btn-outline:hover{background:#17281e0f}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;left:1rem;top:-3rem;z-index:100;background:var(--green);color:var(--white);padding:.6rem 1rem;border-radius:8px;text-decoration:none;transition:top .15s ease}.skip-link:focus{top:1rem}:focus-visible{outline:3px solid var(--yellow);outline-offset:2px}.lede{font-size:1.2rem;max-width:62ch;opacity:.95}.card-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.card-grid--two{grid-template-columns:repeat(2,1fr)}.card-grid--four{grid-template-columns:repeat(4,1fr)}.card-grid--auto{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.card{background:var(--white);color:var(--green);border:1px solid var(--sand-dark);border-radius:var(--radius);padding:1.75rem}html[data-cards=filled] .card{background:var(--sand-light);border-color:transparent}html[data-cards=elevated] .card{border-color:transparent;box-shadow:0 10px 30px #17281e1f}html[data-cards=flat] .card{background:transparent;border-color:transparent;padding-inline:0}.card h3{font-size:calc(1.25rem * var(--heading-scale))}.card-promise{font-weight:700}.card-link{font-weight:700;text-decoration:none}.card-link:hover{text-decoration:underline}.cover{display:block;overflow:hidden;border-radius:var(--radius);aspect-ratio:3 / 2;background:var(--green)}.cover--wide{aspect-ratio:16 / 9}.cover img{width:100%;height:100%;object-fit:cover;display:block}.checklist{list-style:none;padding:0;margin:1.5rem 0;display:grid;gap:.75rem}.checklist li{position:relative;padding-left:1.75rem}.checklist li:before{content:"";position:absolute;left:0;top:.55em;width:.7rem;height:.7rem;background:var(--yellow);border-radius:2px}@media(max-width:900px){.card-grid,.card-grid--four{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.card-grid,.card-grid--two,.card-grid--four{grid-template-columns:1fr}}.site-header[data-astro-cid-5hce7sga]{position:sticky;top:0;z-index:20}.header-inner[data-astro-cid-5hce7sga]{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:1rem}.brand[data-astro-cid-5hce7sga]{display:flex;align-items:center;gap:.6rem;line-height:1.05;text-decoration:none}.brand-text[data-astro-cid-5hce7sga]{display:flex;flex-direction:column}.brand[data-astro-cid-5hce7sga] .brand-logo{max-height:36px;width:auto;display:block}.brand-name[data-astro-cid-5hce7sga]{font-family:var(--font-heading);font-weight:800;font-size:1.3rem}.brand-tag[data-astro-cid-5hce7sga]{font-size:.72rem;font-weight:600;opacity:.8;letter-spacing:.02em;margin-top:.1rem}@media(max-width:720px){.brand-tag[data-astro-cid-5hce7sga]{display:none}}.nav[data-astro-cid-5hce7sga]{display:flex;align-items:center;gap:clamp(.75rem,2vw,1.75rem);flex-wrap:wrap}.nav[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{text-decoration:none;font-weight:600}.nav[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:not(.nav-cta):hover,.nav[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga][aria-current=page]:not(.nav-cta){color:var(--yellow)}.nav-cta[data-astro-cid-5hce7sga]{padding:.55rem 1.1rem}.nav-toggle[data-astro-cid-5hce7sga]{display:none;flex-direction:column;justify-content:center;gap:5px;background:transparent;border:0;padding:8px;cursor:pointer}.nav-toggle-bar[data-astro-cid-5hce7sga]{width:26px;height:3px;background:var(--white);border-radius:2px}@media(max-width:720px){.nav-toggle[data-astro-cid-5hce7sga]{display:inline-flex}.nav[data-astro-cid-5hce7sga]{display:none;position:absolute;left:0;right:0;top:100%;flex-direction:column;align-items:flex-start;gap:.25rem;background:var(--green);padding:1rem var(--gutter) 1.5rem;border-top:1px solid rgba(255,255,255,.12)}.nav[data-astro-cid-5hce7sga][data-open=true]{display:flex}.nav[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{padding:.5rem 0}.nav-cta[data-astro-cid-5hce7sga]{margin-top:.5rem}}.site-footer[data-astro-cid-5hce7sga]{margin-top:auto}.footer-grid[data-astro-cid-5hce7sga]{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:2rem;padding-block:var(--section-y) 1.5rem}.footer-brand-row[data-astro-cid-5hce7sga]{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem}.footer-logo[data-astro-cid-5hce7sga]{font-family:var(--font-heading);font-weight:800;font-size:1.2rem;margin:0}.footer-brand[data-astro-cid-5hce7sga] .footer-logo-img{max-height:28px;width:auto;display:block}.footer-tag[data-astro-cid-5hce7sga]{opacity:.85;margin:0;max-width:22ch}.footer-col[data-astro-cid-5hce7sga]{display:flex;flex-direction:column;gap:.6rem}.footer-col[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{text-decoration:none;opacity:.9}.footer-col[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover{color:var(--yellow);opacity:1}.footer-made[data-astro-cid-5hce7sga]{opacity:.7}.footer-legal[data-astro-cid-5hce7sga]{padding-bottom:2rem;opacity:.7;font-size:.9rem}.footer-legal[data-astro-cid-5hce7sga] p[data-astro-cid-5hce7sga]{border-top:1px solid rgba(255,255,255,.15);padding-top:1.25rem;margin:0}@media(max-width:720px){.footer-grid[data-astro-cid-5hce7sga]{grid-template-columns:1fr 1fr}}@media(max-width:460px){.footer-grid[data-astro-cid-5hce7sga]{grid-template-columns:1fr}}
