:root{--ink:#071b1c;--ink2:#0d2928;--paper:#f4f1e8;--white:#fffdf7;--green:#0f6b55;--bright:#32d19b;--amber:#e9a93a;--line:rgba(7,27,28,.16);--shadow:0 24px 80px rgba(2,22,22,.12);--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65}a{color:inherit}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--amber);outline-offset:4px}.skip{position:fixed;left:1rem;top:-5rem;z-index:100;background:var(--white);padding:.7rem 1rem;border-radius:8px}.skip:focus{top:1rem}.topline{display:flex;justify-content:space-between;gap:1rem;padding:.55rem max(1rem,calc((100vw - 1220px)/2));font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;background:#041112;color:#b6d0c9}.topline a{color:#f0c56a}.site-header{height:82px;display:flex;align-items:center;gap:2rem;padding:0 max(1rem,calc((100vw - 1220px)/2));background:rgba(244,241,232,.94);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:.65rem;text-decoration:none;min-width:max-content}.brand svg{width:36px;height:36px;fill:none;stroke:var(--green);stroke-width:1.5}.brand span{display:grid;line-height:1}.brand b{letter-spacing:.16em;font-family:Georgia,serif;font-size:1rem}.brand small{font-size:.52rem;letter-spacing:.12em;margin-top:.35rem}.site-header nav{display:flex;align-items:center;gap:1.2rem;margin-left:auto}.site-header nav a{font-size:.82rem;text-decoration:none;color:#31524d}.site-header nav a:hover,.site-header nav a[aria-current=page]{color:var(--green)}.menu{display:none;border:1px solid var(--line);background:transparent;border-radius:8px;padding:.55rem .8rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.75rem 1.15rem;background:var(--amber);color:#14201e;text-decoration:none;font-weight:800;border-radius:10px;box-shadow:0 8px 24px rgba(233,169,58,.22);border:0}.button:hover{transform:translateY(-1px)}.button.small{min-height:40px;padding:.55rem .9rem}.hero{max-width:1220px;margin:0 auto;padding:clamp(4rem,8vw,7.5rem) 1rem 3rem}.home-hero{display:grid;grid-template-columns:1fr 1.05fr;gap:2rem;align-items:center;max-width:none;padding:0;background:var(--ink);color:var(--white);min-height:670px}.home-hero .hero-copy{padding:5rem 4vw 5rem max(1rem,calc((100vw - 1220px)/2))}.hero-copy{max-width:790px}.hero h1{font:600 clamp(2.8rem,6vw,5.9rem)/.96 Georgia,"Times New Roman",serif;letter-spacing:-.045em;margin:.45rem 0 1.5rem}.hero:not(.home-hero) h1{max-width:1050px}.hero p{font-size:clamp(1rem,1.5vw,1.22rem);max-width:760px;color:#3e5b56}.home-hero p{color:#bad0cb}.eyebrow,.section-kicker,.side-label{text-transform:uppercase;letter-spacing:.17em;font-size:.7rem;font-weight:850;color:var(--green)}.home-hero .eyebrow{color:#62ddb2}.hero-actions{display:flex;align-items:center;gap:1.1rem;margin-top:2rem;flex-wrap:wrap}.text-link{color:inherit;font-weight:750;text-decoration-color:var(--amber);text-underline-offset:5px}.micro{font-size:.76rem!important;margin-top:1.2rem;color:#819f99!important}.hero-art{height:670px;overflow:hidden}.hero-art img{width:100%;height:100%;object-fit:cover;object-position:center}.content-shell{max-width:1220px;margin:0 auto;padding:1rem 1rem 7rem;display:grid;grid-template-columns:minmax(0,800px) 300px;gap:5rem;align-items:start}.section{padding:3rem 0;border-top:1px solid var(--line)}.section h2,.closing h2{font:600 clamp(2rem,4vw,3.4rem)/1.08 Georgia,serif;letter-spacing:-.035em;margin:.5rem 0 1.4rem}.section h3{font-family:Georgia,serif;font-size:1.35rem;line-height:1.2}.section p{max-width:760px}.signal-grid,.compare{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;margin:2rem 0}.signal-grid>div,.compare>div{background:var(--white);padding:1.45rem}.signal-grid strong,.compare b{display:block;font:600 1.35rem Georgia,serif;margin-bottom:.6rem}.signal-grid span{display:block;color:#4e6662;font-size:.9rem}.card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.card{display:block;background:var(--white);padding:1.5rem;border:1px solid transparent;border-radius:var(--radius);text-decoration:none;box-shadow:0 10px 30px rgba(7,27,28,.05)}a.card:hover{border-color:var(--green)}.card span{font-size:.65rem;text-transform:uppercase;letter-spacing:.16em;color:var(--green);font-weight:850}.card h3{margin:.65rem 0}.card p{margin:0;color:#526964;font-size:.9rem}.steps{list-style:none;counter-reset:step;padding:0;margin:2rem 0}.steps li{counter-increment:step;padding:1.25rem 1rem 1.25rem 4.5rem;border-top:1px solid var(--line);position:relative}.steps li:before{content:counter(step,decimal-leading-zero);position:absolute;left:.5rem;top:1rem;font:600 1.5rem Georgia,serif;color:var(--green)}.table-wrap{overflow-x:auto;border-radius:var(--radius);border:1px solid var(--line);background:var(--white);margin:2rem 0}table{width:100%;border-collapse:collapse;min-width:620px}th,td{text-align:left;padding:1rem 1.1rem;border-bottom:1px solid var(--line);vertical-align:top}th{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;background:#e6ece4}.checklist{list-style:none;padding:0}.checklist li{padding:.9rem 1rem .9rem 2.8rem;border-bottom:1px solid var(--line);position:relative}.checklist li:before{content:'✓';position:absolute;left:.8rem;color:var(--green);font-weight:900}.checklist.danger li:before{content:'!';color:#a44532}.callout{padding:1.5rem;border-left:5px solid var(--amber);background:#fff9e8;border-radius:0 var(--radius) var(--radius) 0;margin:2rem 0}.callout.red{border-color:#a44532;background:#faece7}.callout strong{font:600 1.4rem Georgia,serif}.decision,.math{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:2rem 0}.decision p,.math p{background:var(--white);padding:1.3rem;border-radius:14px;margin:0}.terms{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.terms div{padding:1.3rem;background:var(--white);border-radius:14px}.terms dt{font:600 1.3rem Georgia,serif}.terms dd{margin:.4rem 0 0;color:#526964}.faq details{border-top:1px solid var(--line);padding:1.1rem 0}.faq summary{font-weight:800;cursor:pointer;list-style-position:outside;margin-left:1.2rem}.faq details p{color:#526964;margin-left:1.2rem}aside{position:sticky;top:112px}.side-card{background:var(--ink);color:var(--white);padding:1.6rem;border-radius:var(--radius);margin-bottom:1rem}.side-card h2{font:600 1.8rem/1.1 Georgia,serif}.side-card p{color:#b8ccc7}.side-card a{color:#f0c56a;font-weight:750}.side-card .side-label{color:#62ddb2}.side-card.muted{background:#dfe7dd;color:var(--ink)}.side-card.muted p{color:#425b56}.side-card.muted a{color:var(--green)}.closing{background:var(--green);color:var(--white);padding:4rem max(1rem,calc((100vw - 1220px)/2));display:flex;align-items:end;justify-content:space-between;gap:2rem}.closing .eyebrow{color:#b4f0d7}.closing h2{max-width:800px;margin-bottom:0}.button.light{background:var(--white);min-width:190px}.footer-main{background:#061819;color:#bdd0cc;padding:4rem max(1rem,calc((100vw - 1220px)/2));display:grid;grid-template-columns:1fr 1fr 1fr;gap:3rem}.brand.inverse{color:white}.brand.inverse svg{stroke:#62ddb2}.footer-main p{max-width:400px;margin:0}.footer-links{display:grid;gap:.6rem}.footer-links a{color:#f0c56a}.footer-bottom{background:#031011;color:#79918c;padding:1rem max(1rem,calc((100vw - 1220px)/2));display:flex;justify-content:space-between;font-size:.75rem}.toast{position:fixed;left:50%;bottom:1.5rem;transform:translateX(-50%);max-width:520px;background:#111;color:white;padding:1rem 1.2rem;border-radius:10px;z-index:50;box-shadow:var(--shadow)}@media(max-width:1040px){.site-header nav{display:none;position:absolute;left:1rem;right:1rem;top:76px;padding:1rem;background:var(--white);box-shadow:var(--shadow);border-radius:16px;flex-direction:column;align-items:stretch}.site-header nav.open{display:flex}.site-header .button.small{display:none}.menu{display:block;margin-left:auto}.home-hero{grid-template-columns:1fr;min-height:auto}.home-hero .hero-copy{padding-top:5rem;padding-bottom:2rem}.hero-art{height:430px}.content-shell{grid-template-columns:1fr;gap:1rem}aside{position:static;display:grid;grid-template-columns:1fr 1fr;gap:1rem}}@media(max-width:680px){.topline{justify-content:center}.topline a{display:none}.site-header{height:70px}.brand small{display:none}.hero{padding-top:3.5rem}.home-hero .hero-copy{padding-top:4rem}.hero-art{height:330px}.signal-grid,.compare,.card-grid,.decision,.math,.terms{grid-template-columns:1fr}.content-shell{padding-bottom:4rem}.section{padding:2.4rem 0}.closing{align-items:flex-start;flex-direction:column}.footer-main{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:.4rem}aside{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}