:root{--ink:#18332d;--muted:#5b6f69;--green:#173c34;--green2:#24594c;--mint:#dcebe3;--cream:#f7f4ea;--white:#fff;--amber:#edb75b;--line:#d6ded9;--radius:1.35rem;--shadow:0 18px 48px #173c341f;color:var(--ink);background:var(--cream);font-synthesis:none;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);min-width:320px;margin:0;line-height:1.65}a{color:inherit}.skip-link{z-index:100;background:#fff;padding:.6rem 1rem;position:fixed;top:.5rem;left:.5rem;transform:translateY(-150%)}.skip-link:focus{transform:none}.site-header{border-bottom:1px solid var(--line);z-index:20;backdrop-filter:blur(14px);background:#f7f4eaf5;justify-content:space-between;align-items:center;gap:2rem;min-height:84px;padding:1rem clamp(1.2rem,5vw,5rem);display:flex;position:sticky;top:0}.brand{align-items:center;gap:.75rem;line-height:1.05;text-decoration:none;display:inline-flex}.brand-mark{background:var(--green);width:2.75rem;height:2.75rem;color:var(--amber);border-radius:50% 50% 20%;place-items:center;display:grid}.brand-mark svg{fill:currentColor;width:1.55rem}.brand strong,.brand small{display:block}.brand strong{font:700 1.05rem Georgia,serif}.brand small{color:var(--muted);letter-spacing:.15em;text-transform:uppercase;margin-top:.25rem;font-size:.66rem}.site-header nav{flex-wrap:wrap;justify-content:flex-end;gap:.22rem;display:flex}.site-header nav a{color:#40564f;border-radius:.65rem;padding:.52rem .65rem;font-size:.88rem;font-weight:700;text-decoration:none}.site-header nav a:hover,.site-header nav a[aria-current=page]{background:var(--mint);color:var(--green)}h1,h2,h3{letter-spacing:-.025em;margin-top:0;font-family:Georgia,Times New Roman,serif;line-height:1.08}h1{margin-bottom:1.35rem;font-size:clamp(2.75rem,6.2vw,6rem)}h2{font-size:clamp(2rem,4vw,3.35rem)}h3{font-size:1.4rem}.hero{color:#fff;background:radial-gradient(circle at 80% 12%,#edb75b3d,transparent 23rem),linear-gradient(135deg,var(--green),#225c4c);padding:clamp(4.5rem,9vw,8rem) clamp(1.2rem,5vw,5rem);overflow:hidden}.hero-grid{grid-template-columns:minmax(0,1.5fr) minmax(260px,.65fr);align-items:center;gap:clamp(2rem,7vw,7rem);max-width:1240px;margin:auto;display:grid}.lead{color:#e0eee8;max-width:760px;font-size:clamp(1.1rem,2vw,1.35rem)}.eyebrow{text-transform:uppercase;letter-spacing:.19em;color:#ffd68c;margin:0 0 1rem;font-size:.74rem;font-weight:850}.eyebrow.dark{color:var(--green2)}.button-row{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.button{border:2px solid var(--amber);background:var(--amber);color:#17352d;border-radius:.7rem;justify-content:center;align-items:center;min-height:48px;padding:.72rem 1.15rem;font-weight:800;text-decoration:none;display:inline-flex}.button:hover{filter:brightness(1.05);transform:translateY(-1px)}.button.secondary{color:inherit;background:0 0;border-color:#ffffff8c}.house-card{border-radius:var(--radius);box-shadow:var(--shadow);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #ffffff40;padding:2rem}.house-card .house-icon{color:var(--amber);margin-bottom:1.3rem;font:700 4.5rem/1 Georgia;display:block}.house-card p{margin:.35rem 0;font-weight:750}.house-card i{background:#fff6;width:1px;height:1rem;margin-left:.35rem;display:block}.section{padding:clamp(4rem,8vw,7rem) clamp(1.2rem,5vw,5rem)}.section-inner{max-width:1180px;margin:auto}.section-heading{max-width:760px;margin-bottom:2.4rem}.section-heading>p:last-child,.muted{color:var(--muted);font-size:1.08rem}.grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem;display:grid}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1.3rem,3vw,2rem);box-shadow:0 5px 20px #173c340a}.link-card{text-decoration:none;transition:all .2s}.link-card:hover{box-shadow:var(--shadow);border-color:#a9c2b6;transform:translateY(-4px)}.card-number{letter-spacing:.13em;color:var(--green2);margin-bottom:1.2rem;font-size:.75rem;font-weight:850;display:block}.card p{color:var(--muted)}.tone{background:var(--mint)}.split{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,7vw,6rem);display:grid}.panel{border-radius:var(--radius);background:#ffffffb8;border:1px solid #173c3421;padding:2rem}.checklist{margin:1.2rem 0 0;padding:0;list-style:none}.checklist li{border-bottom:1px solid #173c341a;padding:.52rem 0 .52rem 1.7rem;position:relative}.checklist li:before{content:"✓";color:var(--green2);font-weight:900;position:absolute;left:0}.compact{padding-top:2.4rem;padding-bottom:2.4rem}.callout{background:var(--green);color:#fff;border-radius:var(--radius);justify-content:space-between;align-items:center;gap:2rem;padding:clamp(1.5rem,4vw,3rem);display:flex}.callout h2{margin-bottom:.6rem;font-size:clamp(1.8rem,3.4vw,3rem)}.callout p{color:#dcebe5}.page-hero{background:linear-gradient(135deg,var(--green),#2d6658);color:#fff;padding:clamp(4rem,8vw,7rem) clamp(1.2rem,8vw,9rem)}.page-hero>div{max-width:920px}.page-hero h1{font-size:clamp(2.6rem,5.6vw,5rem)}.page-hero>div>p:last-child{color:#deebe6;max-width:760px;font-size:1.22rem}.page-hero.error{align-items:center;min-height:55vh;display:grid}.article-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;display:grid}.article-grid .card h2{font-size:clamp(1.55rem,2.5vw,2.25rem)}.note{border-left:3px solid var(--amber);padding-left:1rem;font-size:.92rem}footer{color:#dbe9e3;background:#102d27;justify-content:space-between;gap:2rem;padding:3rem clamp(1.2rem,5vw,5rem);display:flex}footer p{color:#a9c5bb;max-width:560px}.footer-links{flex-wrap:wrap;align-items:flex-start;gap:1.2rem;display:flex}.footer-links a{color:#fff}#vdl-boost-network{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;top:auto;left:-10000px;overflow:hidden}#vdl-boost-network a{font-size:1px}@media (width<=900px){.site-header{align-items:flex-start}.site-header nav{display:none}.hero-grid,.split{grid-template-columns:1fr}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.house-card{max-width:480px}.callout{flex-direction:column;align-items:flex-start}}@media (width<=620px){h1{font-size:2.65rem}.grid,.article-grid{grid-template-columns:1fr}.site-header{min-height:72px}.hero,.page-hero{padding-top:3.5rem;padding-bottom:3.5rem}.button{width:100%}footer{flex-direction:column}.callout .button{width:auto}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.link-card,.button{transition:none}}
