:root {
  color: #f2eee6;
  background: #0d0a10;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  color-scheme: dark;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: #0d0a10; }
a { color: #b9f5e6; }
a:focus-visible { outline: 3px solid #d8fff6; outline-offset: 3px; }
header, main, footer { width: min(900px, calc(100% - 32px)); margin-inline: auto; }
header { display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid #4b4036; }
.brand { color: #d6b779; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; }
header nav { display: flex; gap: 12px; }
header nav a[aria-current="page"] { color: #f2eee6; text-decoration: none; }
.crumb { display: flex; gap: 8px; padding-top: 24px; color: #b7ada3; font-size: .9rem; }
article { padding: clamp(32px, 7vw, 72px) 0 48px; }
.eyebrow { color: #d6b779; font-size: .75rem; font-weight: 700; letter-spacing: .14em; }
h1 { max-width: 760px; margin: 12px 0 20px; font-family: Georgia, serif; font-size: clamp(2.35rem, 7vw, 4.6rem); line-height: .98; }
.lede { padding: 18px 20px; color: #f2eee6; border-left: 4px solid #b9f5e6; background: #17151a; font-size: 1.18rem; line-height: 1.6; }
section, aside { margin-top: 48px; }
h2 { color: #d6b779; font-family: Georgia, serif; font-size: clamp(1.55rem, 4vw, 2.25rem); }
p, li { color: #c9c0b8; font-size: 1.05rem; line-height: 1.72; }
table { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
th, td { padding: 12px; text-align: left; border: 1px solid #4b4036; }
code { color: #b9f5e6; font-family: ui-monospace, monospace; }
aside { padding: 22px; border: 1px solid #4b4036; background: #17151a; }
.play { display: inline-flex; min-height: 48px; align-items: center; padding: 0 18px; color: #08130f; border-radius: 8px; background: #b9f5e6; font-weight: 700; text-decoration: none; }
footer { min-height: 90px; padding-top: 24px; color: #b7ada3; border-top: 1px solid #4b4036; font-size: .85rem; }
@media (max-width: 520px) { header { align-items: flex-start; padding: 14px 0; flex-direction: column; } article { padding-top: 36px; } th, td { padding: 9px 7px; } }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; } }
