
:root { color-scheme: light; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #202124; background: #faf8f3; }
* { box-sizing: border-box; }
body { margin: 0; line-height: 1.7; }
a { color: #7a3e22; }
.site-header, .site-footer { padding: 1rem clamp(1rem, 4vw, 4rem); background: #27251f; color: #fff; }
.site-header { display: flex; gap: 2rem; align-items: center; justify-content: space-between; }
.site-header a { color: #fff; text-decoration: none; }
.site-header nav { display: flex; gap: 1rem; flex-wrap: wrap; }
.content { max-width: 860px; margin: 0 auto; padding: clamp(2rem, 8vw, 6rem) 1rem; }
.content article { background: #fff; padding: clamp(1.25rem, 5vw, 3rem); box-shadow: 0 8px 32px rgba(39, 37, 31, .08); }
.content img { max-width: 100%; height: auto; }
.eyebrow { text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; color: #7a3e22; }
.site-footer { margin-top: 3rem; font-size: .9rem; }
