:root{--ink:#153329;--leaf:#287057;--lime:#dff27b;--paper:#f7f7ee;--muted:#e9efe9;--line:#c8d5cc;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:17px/1.6 system-ui,-apple-system,sans-serif}.nav{display:flex;justify-content:space-between;align-items:center;padding:1.1rem max(5vw,1.2rem);border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(247,247,238,.96);z-index:3}.brand{font-size:1.25rem;font-weight:850;color:var(--ink);text-decoration:none}.nav nav{display:flex;gap:1.2rem}.nav nav a,footer a,.text-link{color:var(--ink)}.hero,.section{padding:6rem max(7vw,1.4rem)}.hero{min-height:72vh;display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 80% 20%,var(--lime) 0,transparent 27%)}.eyebrow{font-size:.76rem;letter-spacing:.16em;font-weight:850;color:var(--leaf)}h1{font:800 clamp(3rem,8vw,7.2rem)/.95 Georgia,serif;letter-spacing:-.05em;margin:.3rem 0 1.5rem;max-width:1100px}h2{font:700 clamp(2rem,4vw,3.8rem)/1.05 Georgia,serif;max-width:850px;margin:.4rem 0 2.5rem}article h2{font-size:2rem;margin:.3rem 0 1rem}.lead{max-width:760px;font-size:1.22rem}.actions{display:flex;gap:1.2rem;align-items:center;flex-wrap:wrap}.button{display:inline-block;align-self:flex-start;background:var(--ink);color:white;text-decoration:none;padding:.9rem 1.2rem;border-radius:2rem;font-weight:750;margin:1rem 0}.button.secondary{background:var(--leaf)}.text-link{font-weight:750}.fine{font-size:.84rem;max-width:800px}.proof-strip{display:grid;grid-template-columns:repeat(4,1fr);background:var(--ink);color:white;padding:1.2rem max(7vw,1.4rem);gap:1rem;text-align:center;font-size:.82rem;font-weight:750}.grid{display:grid;gap:1rem}.three{grid-template-columns:repeat(3,1fr)}.two{grid-template-columns:repeat(2,1fr)}article,.sample{border:1px solid var(--line);border-radius:1.1rem;padding:1.5rem;background:var(--white)}.featured{outline:3px solid var(--lime)}.tag{display:inline-block;background:var(--lime);font-size:.7rem;font-weight:850;letter-spacing:.12em;padding:.2rem .5rem;border-radius:1rem}.muted{background:var(--muted)}.price{font-size:1.55rem;font-weight:850}.split{display:grid;grid-template-columns:1.25fr .75fr;gap:2rem;align-items:center}.dark-section{background:var(--ink);color:white}.dark-section .eyebrow{color:var(--lime)}.sample{display:flex;flex-direction:column;gap:.7rem;background:#ffffff10;color:white;border-color:#ffffff35}.sample span,.sample small{opacity:.78}.sample strong{font-size:1.3rem}.steps{list-style:none;padding:0;max-width:900px}.steps li{display:grid;grid-template-columns:80px 1fr;gap:1rem;padding:1.3rem 0;border-top:1px solid var(--line)}.steps span{font:700 1.8rem Georgia;color:var(--leaf)}.steps h3,.steps p{margin:.1rem 0}details{border-top:1px solid var(--line);padding:1rem 0;max-width:900px}summary{cursor:pointer;font-weight:750}.callout{background:var(--lime)}.contact-page{min-height:80vh}.notice{padding:1rem 1.2rem;background:var(--lime);border-radius:.8rem;margin:2rem 0}.legal{max-width:920px;margin:auto}.legal h1,.contact-page h1{font-size:clamp(3rem,7vw,6rem)}.legal h2{font-size:1.7rem;margin:2rem 0 .5rem}.legal a,.contact-page a{color:var(--leaf)}footer{display:flex;justify-content:space-between;padding:2rem max(5vw,1.2rem);background:var(--ink);color:white;gap:2rem}footer a{color:white}@media(max-width:760px){.nav nav{display:none}.three,.two,.split,.proof-strip{grid-template-columns:1fr}.proof-strip{text-align:left}.hero,.section{padding:4rem 1.2rem}.steps li{grid-template-columns:55px 1fr}footer{flex-direction:column}.actions{align-items:flex-start;flex-direction:column;gap:0}}
