:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f3f0e8;
  color: #202521;
}
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; }
main { width: min(920px, calc(100% - 40px)); margin: 0 auto; padding: 12vh 0 10vh; }
.eyebrow { margin: 0 0 24px; color: #647064; font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1 { max-width: 760px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 8vw, 6.8rem); font-weight: 400; letter-spacing: -.055em; line-height: .92; }
.intro { max-width: 580px; margin: 36px 0 64px; color: #596159; font-size: clamp(1.05rem, 2vw, 1.3rem); line-height: 1.65; }
section { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
article { min-height: 180px; padding: 24px; border: 1px solid #d5d0c5; border-radius: 2px; background: rgba(255,255,255,.28); }
h2 { margin: 0 0 16px; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: 400; }
article p { margin: 0; color: #687068; line-height: 1.55; }
@media (max-width: 720px) { main { padding-top: 9vh; } section { grid-template-columns: 1fr; } article { min-height: auto; } }
