
:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1f2937;
  background: #fff8f7;
}
* { box-sizing: border-box; }
body { margin: 0; line-height: 1.65; }
a { color: #a91f36; }
a:focus-visible { outline: 3px solid #ed354b; outline-offset: 3px; }
.shell { width: min(880px, calc(100% - 32px)); margin: 0 auto; }
header { border-bottom: 1px solid #f4c9ce; background: #ffffff; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 0; }
.brand { color: #8f1730; font-size: 1.25rem; font-weight: 800; letter-spacing: -0.02em; text-decoration: none; }
nav { display: flex; flex-wrap: wrap; gap: 16px; }
nav a { color: #4b5563; font-size: 0.95rem; font-weight: 650; text-decoration: none; }
nav a:hover { color: #a91f36; }
main { padding: 56px 0 72px; }
.eyebrow { color: #a91f36; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
h1, h2 { color: #171717; line-height: 1.2; letter-spacing: -0.025em; }
h1 { max-width: 760px; margin: 8px 0 18px; font-size: clamp(2.1rem, 7vw, 3.6rem); }
h2 { margin-top: 36px; font-size: 1.35rem; }
.lede { max-width: 740px; color: #4b5563; font-size: 1.12rem; }
.card { margin: 30px 0; padding: 24px; border: 1px solid #f1c4ca; border-radius: 18px; background: #ffffff; box-shadow: 0 14px 34px rgba(126, 24, 45, 0.07); }
.card h2 { margin-top: 0; }
ul, ol { padding-left: 1.35rem; }
li + li { margin-top: 8px; }
.button { display: inline-block; margin-top: 10px; padding: 11px 16px; border-radius: 999px; background: #a91f36; color: white; font-weight: 750; text-decoration: none; }
.meta { color: #6b7280; font-size: 0.92rem; }
footer { padding: 26px 0 42px; border-top: 1px solid #f4c9ce; color: #6b7280; font-size: 0.9rem; }
@media (max-width: 680px) {
  .header-inner { align-items: flex-start; flex-direction: column; }
  main { padding-top: 38px; }
}
