:root{--ink:#17362d;--sage:#557562;--leaf:#264f3f;--cream:#f7f2e8;--paper:#fffdf8;--gold:#d9a441;--peach:#ebc29d;--line:rgba(23,54,45,.16);--serif:Georgia,'Times New Roman',serif;--sans:Inter,ui-sans-serif,system-ui,-apple-system,'Segoe UI',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65}a{color:inherit}.skip-link{position:absolute;top:-100px;left:1rem;background:#fff;padding:.7rem 1rem;z-index:100}.skip-link:focus{top:1rem}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.site-header{height:80px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1.25rem,5vw,5rem);background:rgba(255,253,248,.96);position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:.7rem;text-decoration:none;font-weight:500;line-height:1.05}.brand i{font-family:var(--serif);font-weight:400}.brand strong{display:block;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase}.brand-mark{width:40px;height:40px;border:1px solid var(--ink);border-radius:50%;display:grid;place-items:center;font-family:var(--serif);font-size:1.5rem}.site-header nav{display:flex;align-items:center;gap:2rem}.site-header nav a{text-decoration:none;font-size:.88rem;font-weight:600}.site-header nav a:hover{color:var(--sage)}.nav-cta{padding:.65rem 1rem;border:1px solid var(--ink);border-radius:100px}.menu-toggle{display:none;background:none;border:0;padding:.5rem}.menu-toggle span:not(.sr-only){display:block;width:25px;height:2px;background:var(--ink);margin:5px}
.hero{min-height:690px;position:relative;display:flex;align-items:center;overflow:hidden}.hero-image,.hero-overlay{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay{background:linear-gradient(90deg,rgba(247,242,232,.98) 0%,rgba(247,242,232,.91) 37%,rgba(247,242,232,.12) 70%)}.hero-content{position:relative;z-index:2;width:min(620px,90%);margin-left:clamp(1.25rem,8vw,8rem);padding:5rem 0}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.73rem;font-weight:700;color:var(--sage);margin:0 0 1rem}.hero h1,.section h2{font-family:var(--serif);font-size:clamp(3.7rem,7vw,7.2rem);font-weight:400;line-height:.87;letter-spacing:-.045em;margin:0}.hero h1 em,.section h2 em{color:var(--sage);font-weight:400}.hero-copy{font-size:1.14rem;max-width:510px;margin:2rem 0;color:#3f554d}.hero-actions{display:flex;gap:1.5rem;align-items:center}.button{border:0;border-radius:100px;padding:.9rem 1.25rem;font:600 .9rem var(--sans);cursor:pointer;text-decoration:none;display:inline-flex;gap:1rem;align-items:center}.button.primary{background:var(--ink);color:white}.button:hover{transform:translateY(-1px)}.text-link{font-weight:600;text-underline-offset:5px}.weekly-tip{position:absolute;right:4vw;bottom:2.5rem;background:var(--ink);color:white;padding:1rem 1.4rem;display:flex;flex-direction:column;min-width:230px;border-radius:2px}.weekly-tip span{font-size:.65rem;text-transform:uppercase;letter-spacing:.14em;color:#c8d7cf}.weekly-tip small{color:#c8d7cf}.trust-strip{background:var(--ink);color:white;padding:1rem;display:flex;justify-content:center;gap:clamp(1.5rem,7vw,7rem);font-size:.82rem}
.section{padding:clamp(5rem,9vw,9rem) clamp(1.25rem,8vw,8rem)}.start{background:var(--paper)}.section-heading{max-width:800px}.section h2{font-size:clamp(3rem,5.7vw,5.8rem)}.lead{max-width:580px;margin:2rem 0 4rem;font-size:1.1rem;color:#4d615a}.steps{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.steps article{padding:2rem 2rem 0 0;position:relative}.steps article+article{padding-left:2rem;border-left:1px solid var(--line)}.steps article>span{font:italic 1.1rem var(--serif);color:var(--sage)}.step-icon{font-size:2.3rem;color:var(--gold);margin:2rem 0 1rem}.steps h3,.guide h3{font:400 1.55rem/1.15 var(--serif);margin:.3rem 0}.steps p,.guide p{color:#5a6964}
.calculator{background:var(--ink);color:white;display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center}.calculator .eyebrow{color:#bcd0c5}.calculator h2 em{color:#c9ddcf}.calc-copy>p:last-child{color:#cad5d1;max-width:500px}.calc-card{background:var(--cream);color:var(--ink);padding:clamp(2rem,5vw,4rem);box-shadow:16px 16px 0 #d9a441}.calc-card label{display:flex;justify-content:space-between;font-weight:600}.calc-card output{font:2rem var(--serif)}input[type=range]{width:100%;accent-color:var(--gold);margin:2rem 0 .25rem}.range-labels{display:flex;justify-content:space-between;font-size:.75rem;color:#66736e}.result{margin-top:2.5rem;border-top:1px solid var(--line);padding-top:2rem;display:flex;flex-direction:column}.result strong{font:4.5rem/1 var(--serif);color:var(--leaf);margin:.5rem 0}.calc-note{font-size:.7rem;color:#6d7874;margin:2rem 0 0}
.guides{background:var(--cream)}.section-heading.row{max-width:none;display:flex;justify-content:space-between;align-items:end;margin-bottom:4rem}.section-heading.row>p{max-width:330px}.guide-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:1.25rem}.guide{background:var(--paper);border:1px solid var(--line)}.guide>div:last-child{padding:1.6rem}.guide-art{height:190px;background:#d9c5a6;position:relative;overflow:hidden}.guide-art:before,.guide-art:after{content:'';position:absolute;border-radius:50%}.guide-art:before{width:130px;height:130px;background:var(--gold);right:20%;top:35px;box-shadow:30px 25px 0 var(--leaf)}.guide-art:after{width:70px;height:130px;background:var(--peach);left:15%;top:60px;border-radius:40px 40px 0 0}.guide-art.bills{background:#b7c9bd}.guide-art.bills:before{background:var(--paper);border-radius:3px;box-shadow:18px 18px 0 var(--gold)}.guide-art.bills:after{background:var(--ink);height:8px;width:75px;top:80px;left:30%}.guide-art.home{background:#e8c9ae}.guide-art.home:before{border-radius:0;background:var(--leaf);transform:rotate(45deg);box-shadow:none}.guide-art.home:after{background:var(--cream);border-radius:0;width:100px;height:80px;left:34%;top:95px}.guide-art span{position:absolute;z-index:2;top:1rem;left:1rem;background:var(--paper);width:34px;height:34px;border-radius:50%;display:grid;place-items:center;font:italic .9rem var(--serif)}.tag{text-transform:uppercase;font-size:.68rem!important;letter-spacing:.12em;color:var(--sage)!important}.guide details{border-top:1px solid var(--line);margin-top:1.2rem;padding-top:1rem}.guide summary{cursor:pointer;font-size:.85rem;font-weight:700}.guide li{margin:.45rem 0;color:#4d615a}
.challenge{background:var(--gold);display:grid;grid-template-columns:1fr 1.15fr;gap:8vw}.challenge .eyebrow{color:var(--ink)}.challenge-intro>p:not(.eyebrow){max-width:500px}.button.light{background:var(--paper);color:var(--ink);margin-top:1rem}.challenge-card{background:var(--paper);padding:clamp(1.5rem,4vw,3.2rem)}.progress-label{display:flex;justify-content:space-between}.progress-track{height:8px;background:#e6e1d7;margin:1rem 0 2rem;border-radius:10px;overflow:hidden}.progress-track span{display:block;height:100%;width:0;background:var(--leaf);transition:width .3s}.challenge-list{display:grid;gap:.6rem}.challenge-list label{display:grid;grid-template-columns:auto 65px 1fr;gap:.8rem;align-items:center;border-bottom:1px solid var(--line);padding:.65rem 0;cursor:pointer}.challenge-list label:has(input:checked){text-decoration:line-through;color:#708079}.challenge-list input{width:18px;height:18px;accent-color:var(--leaf)}.challenge-list span{text-transform:uppercase;font-size:.67rem;letter-spacing:.09em;font-weight:700}.quote{background:#e5ded1;text-align:center;padding:5rem 1rem}.quote blockquote{font:italic clamp(1.8rem,3.5vw,3.3rem)/1.2 var(--serif);max-width:900px;margin:0 auto 1rem}.quote cite{font-style:normal;font-size:.8rem;text-transform:uppercase;letter-spacing:.14em}
.newsletter{background:var(--leaf);color:white;display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center}.newsletter .eyebrow{color:#c7dbcf}.newsletter h2 em{color:#d8e7dc}.newsletter-copy>p:not(.eyebrow){color:#d0ded6;max-width:530px}.newsletter-copy ul{list-style:none;padding:0;margin:2rem 0 0;display:grid;gap:.55rem}.newsletter-copy li:before{content:'✓';color:var(--gold);font-weight:700;margin-right:.75rem}.newsletter-card{background:var(--paper);color:var(--ink);padding:clamp(1.6rem,4vw,3.4rem);box-shadow:16px 16px 0 var(--gold);min-height:520px;display:grid}.newsletter-card form{display:flex;flex-direction:column}.form-heading{display:flex;gap:1rem;align-items:center;border-bottom:1px solid var(--line);padding-bottom:1.5rem;margin-bottom:1.5rem}.form-heading>span{width:48px;height:48px;border-radius:50%;background:#e5ede7;display:grid;place-items:center;font-size:1.25rem}.form-heading strong,.form-heading small{display:block}.form-heading strong{font:1.45rem var(--serif)}.form-heading small{color:#66736e}.newsletter-card label:not(.consent){font-size:.78rem;font-weight:700;margin:.8rem 0 .35rem}.newsletter-card label>span{font-weight:400;color:#6d7874}.newsletter-card input[type=text],.newsletter-card input[type=email]{width:100%;border:1px solid #bac5bf;background:white;padding:.9rem 1rem;border-radius:2px;font:inherit;color:var(--ink);outline:none}.newsletter-card input:focus{border-color:var(--leaf);box-shadow:0 0 0 3px rgba(38,79,63,.13)}.newsletter-card input[aria-invalid=true]{border-color:#a43f31}.consent{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:.7rem;font-size:.74rem;line-height:1.45;margin:1.2rem 0}.consent input{width:17px;height:17px;margin-top:2px;accent-color:var(--leaf)}.newsletter-card .button{align-self:flex-start}.privacy-note{font-size:.69rem;color:#6d7874;margin:.8rem 0 0}.form-error{color:#a43f31;font-size:.75rem;min-height:1.2em;margin:.3rem 0 0}.form-success{text-align:center;align-self:center}.form-success>span{display:grid;place-items:center;width:72px;height:72px;border-radius:50%;margin:0 auto 1.5rem;background:#dce9e0;color:var(--leaf);font-size:2rem}.form-success h3{font:3rem/1 var(--serif);margin:.3rem 0 1rem}.form-success .eyebrow{color:var(--sage)}.success-reset{border:0;background:none;font:600 .85rem var(--sans);cursor:pointer;margin-top:1rem}
footer{background:#102921;color:#dce8e1;padding:4rem clamp(1.25rem,8vw,8rem) 2rem;display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;position:relative}footer .brand{color:white;margin-bottom:1rem}footer h3{font-size:.75rem;text-transform:uppercase;letter-spacing:.14em;color:#a8bcb1}footer div>a:not(.brand){display:block;color:#dce8e1;margin:.5rem 0;text-decoration:none;font-size:.9rem}footer p{color:#a8bcb1;max-width:360px;font-size:.85rem}.copyright{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.12);padding-top:1.5rem;margin:1rem 0 0}
@media(max-width:850px){.site-header{height:68px}.menu-toggle{display:block}.site-header nav{display:none;position:absolute;top:68px;left:0;right:0;background:var(--paper);padding:1.5rem;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line)}.site-header nav.open{display:flex}.hero{min-height:680px;align-items:flex-start}.hero-image{object-position:64% center}.hero-overlay{background:linear-gradient(180deg,rgba(247,242,232,.96) 0%,rgba(247,242,232,.83) 57%,rgba(247,242,232,.15) 85%)}.hero-content{padding-top:4rem;margin-left:1.25rem}.hero h1{font-size:clamp(3.6rem,15vw,5.5rem)}.weekly-tip{right:1rem;bottom:1rem}.trust-strip{justify-content:flex-start;overflow:auto;white-space:nowrap}.steps,.calculator,.challenge,.newsletter{grid-template-columns:1fr}.steps article+article{padding-left:0;border-left:0}.guide-grid{grid-template-columns:1fr}.section-heading.row{display:block}.section-heading.row>p{margin-top:2rem}.calculator{gap:4rem}.challenge,.newsletter{gap:3rem}footer{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}
@media(max-width:520px){.hero-actions{align-items:flex-start;flex-direction:column}.weekly-tip{min-width:auto}.steps{display:block}.guide-art{height:160px}.result strong{font-size:3.5rem}.challenge-list label{grid-template-columns:auto 52px 1fr;font-size:.83rem}footer{grid-template-columns:1fr}footer .footer-brand{grid-column:auto}.copyright{grid-column:auto}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
