:root{--ink:#102621;--muted:#52645e;--paper:#f4f1e9;--card:#fffdf7;--green:#1f5c49;--lime:#c9e36b;--line:#d9ddd3;--orange:#db6b43;--shadow:0 18px 50px #10262117}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.55}a{color:inherit}button,a{touch-action:manipulation}.skip-link{z-index:100;background:#fff;padding:.75rem 1rem;position:fixed;top:-5rem;left:1rem}.skip-link:focus{top:1rem}.site-header{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f4f1e9f0;border-bottom:1px solid #1026211a;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;width:min(1180px,100% - 2rem);height:76px;margin:auto;display:flex}.brand{letter-spacing:.08em;font-size:1.15rem;font-weight:800;text-decoration:none}.brand span{background:var(--ink);width:32px;height:32px;color:var(--lime);border-radius:50%;place-items:center;margin-right:.55rem;font-size:.9rem;display:inline-grid}.nav{gap:.35rem;display:flex}.nav a{border-radius:99px;padding:.65rem .85rem;font-size:.92rem;font-weight:700;text-decoration:none}.nav a:hover,.nav a:focus-visible,.nav a[aria-current=page]{background:#fff}.menu-button{border:1px solid var(--line);background:#fff;border-radius:99px;padding:.55rem .85rem;font-weight:700;display:none}.home-hero,.page-hero,.detail-hero,.section,.article,.calm-note{width:min(1180px,100% - 2rem);margin-inline:auto}.home-hero{padding:clamp(4rem,8vw,8rem) 0 4rem}.hero-grid{grid-template-columns:1.25fr .75fr;align-items:center;gap:4rem;display:grid}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--green);font-size:.73rem;font-weight:800}h1,h2,h3,p{margin-top:0}.home-hero h1,.page-hero h1,.detail-hero h1{letter-spacing:-.045em;font-family:Georgia,serif;line-height:.94}.home-hero h1{margin:.8rem 0 1.5rem;font-size:clamp(3.5rem,8vw,7rem)}.home-hero h1 em{color:var(--green);font-weight:400}.home-hero p{max-width:630px;color:var(--muted);font-size:1.2rem}.hero-actions{align-items:center;gap:1rem;margin-top:2rem;display:flex}.button{border-radius:99px;justify-content:center;align-items:center;min-height:48px;padding:.8rem 1.2rem;font-weight:800;text-decoration:none;display:inline-flex}.button.primary{background:var(--ink);color:#fff}.button.primary:hover,.button.primary:focus-visible{background:var(--green)}.button.text{text-underline-offset:5px;text-decoration:underline}.signal{aspect-ratio:1;place-items:center;display:grid;position:relative}.signal span{border:1px solid #1f5c4940;border-radius:50%;animation:5s ease-out infinite pulse;position:absolute}.signal span:first-child{inset:8%}.signal span:nth-child(2){animation-delay:.3s;inset:23%}.signal span:nth-child(3){animation-delay:.6s;inset:38%}.signal b{aspect-ratio:1;background:var(--green);width:25%;color:var(--lime);box-shadow:var(--shadow);border-radius:50%;place-items:center;font-size:clamp(2rem,5vw,4rem);display:grid}@keyframes pulse{50%{opacity:.55;transform:scale(1.04)}}.calm-note{border-left:4px solid var(--green);background:#e9efdc;border-radius:4px;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.calm-note p{color:var(--muted);margin:0}.status-dot{border:3px solid var(--green);border-radius:50%;flex:none;width:12px;height:12px}.section{padding:7rem 0}.section-heading{grid-template-columns:1.4fr .6fr;align-items:end;gap:3rem;margin-bottom:2.5rem;display:grid}.section-heading h2,.why blockquote{margin:.6rem 0;font:400 clamp(2.2rem,5vw,4.5rem)/1.05 Georgia,serif}.section-heading>p{color:var(--muted)}.area-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.area-card{background:var(--card);border:1px solid var(--line);border-radius:18px;flex-direction:column;min-height:340px;padding:1.5rem;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.area-card:hover,.area-card:focus-visible{box-shadow:var(--shadow);border-color:var(--green);transform:translateY(-6px)}.area-card h3{margin:2rem 0 .75rem;font:400 2rem Georgia,serif}.area-card p{color:var(--muted)}.area-card>span:last-child{margin-top:auto;font-weight:800}.area-icon{width:52px;height:52px;color:var(--green);background:#edf2e2;border-radius:50%;place-items:center;font-size:1.5rem;display:grid}.why{background:var(--ink);color:#fff;padding:6rem max(1rem,50vw - 590px)}.why .eyebrow{color:var(--lime)}.why blockquote{max-width:900px}.why p{color:#b8c7c1;max-width:700px}.page-hero{padding:7rem 0 3rem}.page-hero h1,.detail-hero h1{margin:.7rem 0 1rem;font-size:clamp(3.5rem,8vw,6.5rem)}.page-hero>p{max-width:720px;color:var(--muted);font-size:1.2rem}.steps{padding-top:2rem}.steps-grid{grid-template-columns:repeat(5,1fr);gap:1rem;display:grid}.step-card{background:var(--card);border:1px solid var(--line);border-radius:18px;flex-direction:column;min-height:410px;padding:1.4rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.step-card:nth-child(2){animation-delay:60ms}.step-card:nth-child(3){animation-delay:.12s}.step-card:nth-child(4){animation-delay:.18s}.step-card:nth-child(5){animation-delay:.24s}.step-card:hover,.step-card:focus-visible{box-shadow:var(--shadow);transform:translateY(-6px)}.step-top{justify-content:space-between;align-items:center;display:flex}.step-number{color:var(--green);font-weight:800}.step-icon{background:#edf2e2;border-radius:50%;place-items:center;width:50px;height:50px;font-size:1.5rem;transition:transform .25s;display:grid}.step-card:hover .step-icon,.step-card:focus-visible .step-icon{transform:rotate(8deg)scale(1.08)}.step-card h2{margin:2rem 0 .5rem;font:400 1.8rem/1.05 Georgia,serif}.step-card strong{font-size:.85rem}.step-card p{color:var(--muted);margin-top:.8rem;font-size:.92rem}.card-link{margin-top:auto;font-weight:800}.reveal{animation:.6s both reveal}@keyframes reveal{0%{opacity:0;transform:translateY(15px)}}.detail-hero{border-bottom:1px solid var(--line);padding:4rem 0 3rem}.breadcrumbs{color:var(--muted);gap:.55rem;margin-bottom:3rem;font-size:.9rem;display:flex}.detail-hero .subtitle{color:var(--green);font-size:1.1rem;font-weight:800}.detail-hero .lead{max-width:760px;color:var(--muted);font-size:1.15rem}.article{max-width:900px;padding:5rem 0}.article>section{margin-bottom:5rem}.article h2{margin:.6rem 0 1.5rem;font:400 clamp(2rem,4vw,3.2rem)/1.05 Georgia,serif}.action-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.action-card{background:var(--card);border:1px solid var(--line);border-radius:14px;gap:1rem;padding:1.25rem;display:flex}.action-card span{background:var(--green);color:#fff;border-radius:50%;flex:none;place-items:center;width:28px;height:28px;font-size:.8rem;font-weight:800;display:grid}.action-card p{margin:0;font-weight:700}.editorial{border-top:1px solid var(--line);grid-template-columns:.45fr .55fr;gap:3rem;padding-top:2rem;display:grid}.editorial p{color:var(--muted);font-size:1.05rem}.feature-link{background:var(--green);color:#fff;border-radius:14px;grid-template-columns:1fr auto;gap:.3rem 2rem;margin:3rem 0;padding:1.5rem;text-decoration:none;display:grid}.feature-link span{text-transform:uppercase;letter-spacing:.12em;font-size:.8rem}.feature-link strong{font:400 1.8rem Georgia,serif}.feature-link b{grid-area:1/2/3;align-self:center;font-size:2rem}.sources{border:1px solid var(--line);color:var(--muted);background:#eeece4;border-radius:14px;padding:1.5rem}.next-step{border-top:1px solid var(--line);justify-content:space-between;align-items:center;margin-top:4rem;padding-top:2rem;display:flex}.next-step div{flex-direction:column;display:flex}.next-step span{text-transform:uppercase;letter-spacing:.14em;font-size:.72rem}.next-step strong{font:400 1.5rem Georgia,serif}.next-step a{background:var(--ink);color:#fff;border-radius:50%;place-items:center;width:54px;height:54px;font-size:1.5rem;text-decoration:none;display:grid}.placeholder{min-height:65vh}.placeholder .button{margin-top:1rem}.footer{background:#e4e3da;padding:4rem 0}.footer-inner{grid-template-columns:1fr 1fr auto;gap:3rem;width:min(1180px,100% - 2rem);margin:auto;display:grid}.footer nav{flex-direction:column;gap:.5rem;display:flex}.footer p{color:var(--muted)}.emergency{border-left:1px solid #bdc4bb;padding-left:2rem}@media (max-width:1000px){.area-grid,.steps-grid{grid-template-columns:repeat(2,1fr)}.step-card{min-height:330px}.hero-grid{grid-template-columns:1fr .55fr}.footer-inner{grid-template-columns:1fr 1fr}.emergency{border:0;padding-left:0}}@media (max-width:700px){.header-inner{height:66px}.menu-button{display:block}.nav{background:var(--card);box-shadow:var(--shadow);border:1px solid var(--line);border-radius:16px;flex-direction:column;padding:.7rem;display:none;position:absolute;top:72px;left:1rem;right:1rem}.nav.open{display:flex}.nav a{padding:.9rem}.hero-grid,.section-heading,.editorial{grid-template-columns:1fr}.signal{display:none}.home-hero{padding-top:4rem}.home-hero h1{font-size:clamp(3.3rem,17vw,5rem)}.hero-actions{flex-direction:column;align-items:stretch}.section{padding:4.5rem 0}.area-grid,.steps-grid,.action-grid{grid-template-columns:1fr}.area-card{min-height:280px}.step-card{min-height:310px}.page-hero{padding-top:4rem}.detail-hero h1,.page-hero h1{font-size:3.5rem}.editorial{gap:.5rem}.footer-inner{grid-template-columns:1fr}.calm-note{align-items:flex-start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal{opacity:1;transform:none}}
