:root {
  color-scheme: dark;
  font-family: Arial, Helvetica, sans-serif;
  background:#080808;
  color:#f5f5f5;
}

* { box-sizing:border-box; }
body { margin:0; background:#080808; color:#c9c9c9; }
main { width:min(760px,calc(100% - 2rem)); margin:0 auto; padding:4rem 0 6rem; }
.back, .eyebrow { font-size:.7rem; font-weight:700; letter-spacing:.14em; }
.back { color:#ff4d00; text-decoration:none; }
.eyebrow { margin:4rem 0 1rem; color:#777; }
h1 { margin:0 0 1.5rem; color:#fff; font-size:clamp(2.8rem,8vw,5.5rem); line-height:.95; letter-spacing:-.05em; }
.intro { max-width:650px; color:#fff; font-size:1.2rem; line-height:1.7; }
section { padding:2rem 0; border-top:1px solid #292929; }
h2 { margin:0 0 .8rem; color:#fff; font-size:1.15rem; }
p { margin:0; line-height:1.75; }
a { color:#fff; text-underline-offset:3px; }
a:focus-visible { outline:2px solid #ff4d00; outline-offset:4px; }
