@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";
:root{--background:#f7f8f5;--foreground:#18201d;--surface:#fff;--muted:#e9ede8;--muted-foreground:#68736d;--border:#d9e0d9;--primary:#1f5c48;--primary-foreground:#f7f8f5;--accent:#dcebd9;--accent-foreground:#1f5c48;--radius:.75rem;--site-header-height:76px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--foreground);margin:0;font-family:DM Sans,Arial,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline-offset:3px;outline:3px solid #b4d9ad}.container{width:min(1180px,100% - 40px);margin:0 auto}.eyebrow{color:var(--primary);letter-spacing:.12em;text-transform:uppercase;font-size:.74rem;font-weight:700}.display{letter-spacing:-.06em;font-family:Space Grotesk,Arial,sans-serif}@media (max-width:760px){.hero-grid,.recommendation-grid{grid-template-columns:1fr!important;gap:42px!important}.category-grid,.steps-grid{grid-template-columns:1fr 1fr!important}}@media (max-width:520px){.container{width:min(100% - 28px,1180px)}.category-grid,.steps-grid{grid-template-columns:1fr!important}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
