:root{--accent:#5f6b45;--accent-hover:#4d5738;--ink:#2b2622;--muted:#66605a;--line:#e0dbd1;--surface:#e6e9df;--bg:#f3f0ea;--card:#fff;--radius:8px;--font-display:"DM Serif Display", Georgia, "Times New Roman", serif;--font-body:"Nunito Sans", system-ui, -apple-system, "Segoe UI", sans-serif}body{font-family:var(--font-body);color:var(--ink);background:var(--bg);margin:0;line-height:1.55}h1,h2{font-family:var(--font-display);text-wrap:balance;font-weight:400}main{max-width:48rem;margin:0 auto;padding:2.5rem 1.5rem 1rem}.skip-link{z-index:10;background:var(--accent);color:#fff;border-radius:8px;padding:.5rem .9rem;position:absolute;top:.75rem;left:-9999px}.skip-link:focus{left:.75rem}.site-header{border-bottom:1px solid var(--line);background:var(--bg)}.header-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1.5rem;max-width:64rem;margin:0 auto;padding:.9rem 1.5rem;display:flex}.brand{color:var(--ink);align-items:center;gap:.6rem;font-weight:700;text-decoration:none;display:inline-flex}.brand-mark{flex:none;width:1.75rem;height:1.75rem}.site-header nav{flex-wrap:wrap;order:3;align-items:center;gap:.25rem 1.25rem;width:100%;display:flex}.site-header nav a{color:var(--ink);text-decoration:none}.site-header nav a:hover,.site-header nav a[aria-current=page]{color:var(--accent);text-underline-offset:6px;text-decoration:underline 2px}.nav-cta{background:var(--accent);color:#fff;border-radius:8px;order:2;padding:.45rem .95rem;font-weight:600;text-decoration:none}.nav-cta:hover,.nav-cta[aria-current=page]{background:var(--accent-hover)}@media (width>=48rem){.site-header nav{order:2;width:auto;margin-left:auto}.nav-cta{order:3}}.site-footer{border-top:1px solid var(--line);background:var(--surface);color:var(--muted);margin-top:3.5rem;font-size:.875rem}.footer-inner{max-width:64rem;margin:0 auto;padding:1.75rem 1.5rem 2rem}.site-footer nav{flex-wrap:wrap;gap:.5rem 1.25rem;margin-bottom:1rem;font-weight:600;display:flex}.site-footer a{color:var(--accent)}.site-footer p{margin:.35rem 0 0}h1{letter-spacing:-.005em;margin:0;font-size:clamp(2.125rem,5vw,3rem);line-height:1.1}.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin:0 0 .5rem;font-size:.8125rem;font-weight:600}.lede{max-width:38rem;color:var(--muted);margin:1rem 0 0;font-size:1.125rem}.section{margin-top:3.5rem}.section>h2{margin:0;font-size:1.75rem}.section-lede{color:var(--muted);margin:.4rem 0 0}.text-link{color:var(--accent);font-weight:600}.fine-print{color:var(--muted);margin:.75rem 0 0;font-size:.8125rem}.nowrap{white-space:nowrap}.badge{background:var(--surface);color:var(--accent);letter-spacing:.02em;border-radius:999px;padding:.05rem .5rem;font-size:.8125rem;font-weight:600;display:inline-block}.cards{grid-template-columns:1fr;gap:1rem;margin:1.25rem 0 0;padding:0;list-style:none;display:grid}.cards>li{flex-direction:column;display:flex}.cards>li>.card{flex:1}.card{border:1px solid var(--line);border-radius:var(--radius);background:var(--card);padding:1.25rem 1.375rem}.card h3{margin:0 0 .35rem;font-size:1.0625rem}.card p{color:var(--muted);margin:0}a.card{color:inherit;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:block}a.card:hover{border-color:var(--accent);box-shadow:0 4px 16px #2b262214}.card-link{color:var(--accent);margin-top:.75rem;font-weight:600;display:inline-block}.steps{counter-reset:step;margin:1.5rem 0 0;padding:0;list-style:none}.steps li{counter-increment:step;padding:0 0 1.5rem 3.25rem;position:relative}.steps li:before{content:counter(step);background:var(--accent);color:#fff;border-radius:50%;place-items:center;width:2.25rem;height:2.25rem;font-size:.9375rem;font-weight:700;display:grid;position:absolute;top:0;left:0}.steps li:not(:last-child):after{content:"";background:var(--line);width:2px;position:absolute;top:2.5rem;bottom:.25rem;left:1.0625rem}.steps h3{margin:.35rem 0 .25rem;font-size:1.0625rem}.steps p{color:var(--muted);margin:0}.checklist{gap:.6rem 1.5rem;margin:1.25rem 0 0;padding:0;list-style:none;display:grid}.checklist li{padding-left:1.75rem;position:relative}.checklist li:before{content:"";background:var(--accent) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6.2 5 8.5l4.5-5' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / .7rem no-repeat;border-radius:50%;width:1.05rem;height:1.05rem;position:absolute;top:.3rem;left:0}.faq{border:1px solid var(--line);border-radius:var(--radius);background:var(--card);margin-top:1.25rem}.faq details+details{border-top:1px solid var(--line)}.faq summary{cursor:pointer;justify-content:space-between;gap:1rem;padding:1.125rem 1.5rem;font-weight:600;list-style:none;display:flex}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";color:var(--accent);font-size:1.25rem;font-weight:700;line-height:1}.faq details[open] summary:after{content:"−"}.faq details p{color:var(--muted);margin:0;padding:0 1.5rem 1.25rem}.callout{border-left:4px solid var(--accent);border-radius:0 var(--radius) var(--radius) 0;background:var(--surface);margin-top:3.5rem;padding:1.75rem 2rem}.callout h2{margin:0 0 .5rem;font-size:1.5rem}.callout p{margin:0;font-size:1.0625rem}.panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--card);padding:2rem}.panel h2{margin:0 0 .5rem;font-size:1.75rem}.panel-lede{color:var(--muted);margin:0 0 1.5rem}.cta{text-align:center}.cta .panel-lede{max-width:32rem;margin-inline:auto}.cta-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.button{border:1px solid var(--accent);background:var(--accent);color:#fff;font:inherit;text-align:center;cursor:pointer;border-radius:8px;padding:.8rem 1.4rem;font-weight:600;text-decoration:none;display:inline-block}.button:hover{background:var(--accent-hover)}.button-secondary{background:var(--card);color:var(--accent)}.button-secondary:hover{background:var(--surface)}a:focus-visible,.button:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.headshot{object-fit:cover;object-position:50% 12%;background:var(--surface);flex:none;max-width:100%;display:block}.headshot-round-sm{border-radius:50%;width:3.5rem;height:3.5rem}.headshot-round-lg{border-radius:50%;width:7.5rem;height:7.5rem}.headshot-portrait{aspect-ratio:4/5;border-radius:var(--radius);object-position:50% 8%;width:100%;height:auto}@media (width>=40rem){.cards-2,.checklist-2{grid-template-columns:repeat(2,1fr)}}@media (width>=48rem){.cards-3{grid-template-columns:repeat(3,1fr)}}@media (width<=30rem){.panel,.callout{padding:1.5rem}.cta-actions{flex-direction:column}}
