@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');

:root { --ink: #152b2b; --muted: #5b6f6c; --cream: #f7f5ed; --paper: #fffdf7; --green: #b9db75; --line: #dce5d9; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: 'DM Sans', sans-serif; line-height: 1.65; }
a { color: inherit; }
.site-header, .site-footer { width: min(1120px, calc(100% - 48px)); margin: auto; display: flex; align-items: center; justify-content: space-between; }
.site-header { padding: 28px 0; }
.brand { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1.25rem; text-decoration: none; letter-spacing: -.04em; }
nav { display: flex; align-items: center; gap: 28px; font-size: .92rem; }
nav a:not(.nav-button), .text-link, .trust-strip a, .policy-page a { text-decoration-thickness: 1px; text-underline-offset: 4px; }
.nav-button, .button { background: var(--ink); color: white; border-radius: 999px; padding: 11px 18px; text-decoration: none; font-weight: 600; }
main { width: min(1120px, calc(100% - 48px)); margin: auto; }
.hero { padding: 85px 0 105px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: 48px; align-items: center; }
.hero-copy { max-width: 700px; }
.hero-art { margin: 0; border-radius: 28px; overflow: hidden; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 22px 60px rgba(21, 43, 43, .12); }
.hero-art img { display: block; width: 100%; height: auto; mix-blend-mode: multiply; }
.eyebrow { color: #587b3c; font-size: .78rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { font-family: 'Space Grotesk', sans-serif; line-height: 1.08; letter-spacing: -.045em; }
h1 { font-size: clamp(3.8rem, 9vw, 7.4rem); margin: 20px 0 28px; max-width: 760px; }
.lede { color: var(--muted); font-size: clamp(1.15rem, 2vw, 1.35rem); max-width: 590px; }
.actions { display: flex; align-items: center; gap: 26px; margin-top: 38px; flex-wrap: wrap; }
.button { background: #6b9d45; padding: 15px 23px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding-bottom: 64px; }
.feature-card { background: var(--paper); border: 1px solid var(--line); border-radius: 22px; padding: 28px; min-height: 260px; }
.feature-card-accent { background: var(--green); border-color: var(--green); }
.feature-number { color: #6b9d45; font-weight: 700; font-size: .82rem; }
.feature-card h2 { font-size: 1.55rem; margin: 50px 0 13px; }
.feature-card p { color: var(--muted); margin: 0; }
.feature-card-accent p { color: #284328; }
.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px 0; color: var(--muted); }
.trust-strip p { margin: 0; }
.site-footer { color: var(--muted); font-size: .85rem; padding: 32px 0 45px; }
.site-footer a { text-decoration: none; }
.policy-page { max-width: 760px; padding: 70px 0 55px; }
.policy-page h1 { font-size: clamp(3rem, 8vw, 5.4rem); margin: 18px 0 24px; }
.policy-page h2 { font-size: 2rem; margin: 54px 0 18px; }
.policy-page h3 { font-size: 1.25rem; letter-spacing: -.02em; margin: 30px 0 8px; }
.policy-page p { color: #405754; }
.policy-page .policy-meta { color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 18px 20px; }
code { background: #e9eee5; border-radius: 4px; padding: 2px 5px; }
@media (max-width: 700px) { .site-header, .site-footer, main { width: min(100% - 32px, 1120px); } nav { gap: 14px; } nav a:not(.nav-button) { display: none; } .hero { padding: 65px 0 80px; grid-template-columns: 1fr; gap: 36px; } h1 { font-size: 4.2rem; } .feature-grid { grid-template-columns: 1fr; } .feature-card { min-height: 0; } .feature-card h2 { margin-top: 35px; } }
