:root{--ink:#24312d;--muted:#5e6b66;--cream:#fbf7ef;--paper:#fffdf9;--sage:#dce7df;--green:#176b58;--green2:#0d5143;--coral:#d56b58;--line:#d8dfda;--shadow:0 18px 55px rgba(30,55,47,.12);--serif:Georgia,'Times New Roman',serif;--sans:Inter,ui-sans-serif,system-ui,-apple-system,'Segoe UI',sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--sans);font-size:17px;line-height:1.72}img{max-width:100%;display:block}a{color:var(--green2);text-underline-offset:3px}.skip-link{position:fixed;top:-80px;left:1rem;background:#fff;padding:.75rem 1rem;z-index:99}.skip-link:focus{top:1rem}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,253,249,.94);border-bottom:1px solid rgba(216,223,218,.9);backdrop-filter:blur(15px)}.nav-shell{max-width:1240px;margin:auto;min-height:76px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink);font-weight:800;letter-spacing:-.02em}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:var(--green);color:#fff;font:700 13px var(--sans);letter-spacing:.05em}.site-header nav{display:flex;align-items:center;gap:22px}.site-header nav>a{text-decoration:none;font-size:14px;font-weight:650;color:var(--ink)}.site-header nav>a:not(.button):hover{color:var(--green)}.button,.outline-button,.outline-dark{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:999px;text-decoration:none;font-weight:750;transition:.2s ease}.button{background:var(--green);color:#fff;box-shadow:0 7px 20px rgba(23,107,88,.22)}.button:hover{background:var(--green2);transform:translateY(-1px)}.button.small{min-height:40px;padding:0 18px;font-size:14px}.outline-dark{border:1px solid var(--green);color:var(--green);background:#fff}.outline-dark:hover{background:var(--sage)}.menu-toggle{display:none;border:1px solid var(--line);background:white;border-radius:9px;padding:9px 12px;font:inherit}.page-hero{max-width:1320px;margin:0 auto;padding:72px 40px 44px;display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:48px;min-height:650px}.hero-copy{max-width:630px}.eyebrow{display:block;color:var(--green);font-size:12px;font-weight:850;letter-spacing:.14em;text-transform:uppercase;margin-bottom:14px}h1,h2,h3{font-family:var(--serif);line-height:1.12;letter-spacing:-.025em}h1{font-size:clamp(3rem,5vw,5.2rem);margin:0 0 24px;font-weight:500}h2{font-size:clamp(1.8rem,3vw,2.55rem);font-weight:500;margin:0 0 16px}h3{font-size:1.5rem}.hero-copy>p{font-size:19px;color:var(--muted);max-width:60ch}.hero-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin:30px 0 18px}.text-link{font-weight:750}.disclosure{font-size:12px!important;line-height:1.5}.page-hero figure{margin:0;position:relative}.page-hero figure:before{content:'';position:absolute;inset:-16px 18px 20px -16px;border:1px solid #bdcfc3;border-radius:44px;z-index:-1}.page-hero img{width:100%;height:540px;object-fit:cover;border-radius:34px;box-shadow:var(--shadow)}.page-hero figcaption{font-size:11px;color:var(--muted);margin-top:9px}.trust-strip{border-block:1px solid var(--line);background:var(--cream);display:flex;justify-content:center;gap:5vw;padding:19px 24px;color:#53635d;font-size:13px;font-weight:750;letter-spacing:.03em}.trust-strip span:before{content:'✓';color:var(--green);margin-right:8px}.article-shell{max-width:860px;margin:0 auto;padding:94px 28px 38px}.article-shell section{padding:0 0 54px;margin-bottom:54px;border-bottom:1px solid var(--line)}.article-shell p{font-size:18px;color:#43514c}.article-shell section:nth-child(3n+2){margin-left:8%}.article-shell section:nth-child(3n){margin-right:8%}.decision-notes{background:var(--cream);padding:34px!important;border-radius:22px;border:0!important}.decision-notes li{margin:0 0 18px;padding-left:8px}.resource-panel{max-width:1120px;margin:50px auto 100px;padding:48px;border-radius:28px;background:var(--cream);display:grid;grid-template-columns:.85fr 1.15fr;gap:55px}.resource-panel p{color:var(--muted)}.resource-links{display:grid;gap:10px}.resource-link{background:#fff;border:1px solid var(--line);padding:16px 18px;border-radius:14px;text-decoration:none;font-weight:700;display:flex;justify-content:space-between}.resource-link:hover{border-color:var(--green);transform:translateX(2px)}.cta-band{background:var(--green2);color:#fff;padding:70px max(6vw,28px);display:flex;justify-content:space-between;align-items:center;gap:40px}.cta-band h3{font-size:clamp(1.8rem,3vw,2.55rem);font-weight:500;margin:0;max-width:680px}.cta-band p{color:#dbe8e2}.cta-band .eyebrow{color:#b7e2d4}.cta-buttons{display:flex;gap:14px;flex-wrap:wrap}.button.light{background:#fff;color:var(--green2)}.outline-button{border:1px solid rgba(255,255,255,.7);color:#fff}.card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin:20px 0 50px}.card{padding:25px;border:1px solid var(--line);border-radius:18px;background:#fff}.card h3{margin:0 0 12px}.card p{font-size:15px}.faq-toggle{border:0;background:transparent;color:var(--green);font:700 14px var(--sans);padding:0;cursor:pointer}footer{background:#202c28;color:#edf5f0;padding:70px 6vw 22px}.footer-grid{max-width:1240px;margin:auto;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:50px}.footer-brand{color:#fff;margin-bottom:20px}.footer-grid p{color:#aebcb6;max-width:43ch}.footer-heading{display:block;font:800 12px var(--sans);text-transform:uppercase;letter-spacing:.13em}.footer-grid>div>a:not(.brand){display:block;color:#d8e4df;text-decoration:none;margin:10px 0;font-size:14px}.fine{font-size:12px}.footer-bottom{max-width:1240px;margin:50px auto 0;border-top:1px solid #3b4844;padding-top:20px;display:flex;justify-content:space-between;gap:30px;color:#aebcb6;font-size:12px}@media(max-width:980px){.menu-toggle{display:block}.site-header nav{display:none;position:absolute;top:76px;left:0;right:0;padding:20px 24px;background:#fff;border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch}.site-header nav.open{display:flex}.page-hero{grid-template-columns:1fr;padding-top:52px}.page-hero img{height:430px}.trust-strip{overflow-x:auto;justify-content:flex-start}.resource-panel{grid-template-columns:1fr}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}}@media(max-width:660px){body{font-size:16px}.nav-shell{padding:0 18px}.brand>span:last-child{font-size:14px}.page-hero{padding:42px 20px 32px;gap:28px;min-height:auto}.page-hero img{height:310px;border-radius:22px}.page-hero figure:before{border-radius:28px}.hero-copy>p{font-size:17px}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions .button,.hero-actions .outline-dark{text-align:center}.trust-strip{gap:28px}.trust-strip span{min-width:max-content}.article-shell{padding:68px 20px 20px}.article-shell section,.article-shell section:nth-child(n){margin-left:0;margin-right:0;padding-bottom:38px;margin-bottom:38px}.resource-panel{margin:35px 16px 70px;padding:28px 22px;gap:22px}.cta-band{align-items:flex-start;flex-direction:column;padding-block:54px}.cta-buttons{width:100%;flex-direction:column}.card-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:1/3}.footer-bottom{flex-direction:column}.button,.outline-button,.outline-dark{width:100%}}