:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #172218; background: #f7f6f0; }
* { box-sizing: border-box; }
body { min-height: 100vh; margin: 0; display: flex; flex-direction: column; background: radial-gradient(circle at 83% 2%, #d7ead7 0, transparent 27rem), #f7f6f0; }
.site-header, main, footer { width: min(1120px, calc(100% - 3rem)); margin: 0 auto; }
.site-header { padding: 1.7rem 0; display: flex; align-items: center; justify-content: space-between; }
.brand { color: inherit; font-weight: 800; letter-spacing: -.06em; text-decoration: none; font-size: 1.25rem; }.brand span { color: #398144; }
nav { display: flex; gap: .3rem; } nav a { padding: .55rem .75rem; color: #425044; text-decoration: none; border-radius: .5rem; } nav a:hover, nav a[aria-current="page"] { color: #172218; background: #e8eee5; }
main { flex: 1; padding: clamp(4rem, 10vw, 9rem) 0 4rem; }.hero, .page-intro, .not-found { max-width: 760px; }.eyebrow { color: #398144; margin: 0 0 1rem; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(2.8rem, 6vw, 5.4rem); line-height: .98; letter-spacing: -.07em; } h2 { font-size: 1.15rem; letter-spacing: -.03em; } .lede { max-width: 665px; margin: 1.65rem 0 0; color: #536157; font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.6; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.3rem; margin-top: 2.2rem; }.button { display: inline-block; padding: .8rem 1.05rem; border-radius: .55rem; background: #244e2a; color: white; text-decoration: none; font-weight: 700; box-shadow: 0 5px 15px #244e2a2b; }.button:hover { background: #17391c; }.text-link { color: #244e2a; font-weight: 700; text-decoration: none; }.text-link:hover { text-decoration: underline; }
.features, .details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: clamp(5rem, 11vw, 9rem); }.features article, .details div { padding: 1.45rem; border: 1px solid #dce4d9; border-radius: .8rem; background: #fcfdf9aa; }.features h2, .details h2 { margin: 0; }.features p, .details p { color: #536157; line-height: 1.55; }.details { grid-template-columns: repeat(2, 1fr); margin-top: 4rem; } code { padding: .12rem .3rem; border-radius: .25rem; background: #e8eee5; color: #244e2a; font-size: .9em; }.not-found { text-align: center; margin: 0 auto; }.not-found .button { margin-top: 2rem; }
footer { display: flex; justify-content: space-between; padding: 2rem 0; color: #748076; font-size: .9rem; border-top: 1px solid #dce4d9; }
@media (max-width: 700px) { .site-header, main, footer { width: min(100% - 2rem, 1120px); }.features, .details { grid-template-columns: 1fr; margin-top: 4rem; } footer { gap: .5rem; flex-direction: column; } }
