:root { color-scheme: light; --ink:#4f3025; --berry:#e94470; --cream:#fff7eb; --mint:#25a98e; }
* { box-sizing: border-box; }
body { margin:0; background:var(--cream); color:var(--ink); font:17px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
main { max-width:760px; margin:auto; padding:56px 24px 80px; }
nav { display:flex; gap:16px; flex-wrap:wrap; margin-bottom:44px; }
a { color:#9b2247; text-underline-offset:3px; }
h1 { font-size:clamp(2.2rem,7vw,4rem); line-height:1.05; margin:.2em 0; }
h2 { margin-top:2.2em; line-height:1.2; }
.eyebrow { color:var(--berry); font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.card { background:white; border-radius:22px; padding:24px; margin:20px 0; box-shadow:0 8px 30px #55352112; }
.button { display:inline-block; padding:10px 16px; border-radius:999px; background:var(--berry); color:white; text-decoration:none; font-weight:700; }
footer { border-top:1px solid #5b3a2926; margin-top:50px; padding-top:20px; font-size:.9rem; }
