:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #182421;
  background: #f4f2eb;
  line-height: 1.65;
}

* { box-sizing: border-box; }
body { margin: 0; }
main { width: min(760px, calc(100% - 40px)); margin: 0 auto; padding: 64px 0 48px; }
header, footer { width: min(760px, calc(100% - 40px)); margin: 0 auto; }
header { padding-top: 28px; }
footer { padding: 24px 0 40px; border-top: 1px solid #ccd5cf; color: #55635e; }
h1 { margin: 0 0 16px; font-size: clamp(2rem, 6vw, 3.25rem); line-height: 1.08; letter-spacing: -0.035em; }
h2 { margin-top: 2.2rem; line-height: 1.2; }
p, li { max-width: 68ch; }
a { color: #095d50; text-underline-offset: 0.18em; }
.eyebrow { margin: 0 0 12px; color: #49615a; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.panel { margin: 28px 0; padding: 22px 24px; border: 1px solid #bccbc4; border-radius: 14px; background: #fff; }
.nav { display: flex; flex-wrap: wrap; gap: 16px; }
code { padding: 0.12em 0.35em; border-radius: 4px; background: #e6ece8; font-size: 0.9em; }
small { color: #5d6a66; }
