@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600;700&display=swap");

:root { color: #f6f2ed; background: #050505; font-family: "Inter", sans-serif; --red: #e1272f; --line: rgba(255,255,255,.16); --muted: #aaa6a1; }
* { box-sizing: border-box; }
body { margin: 0; background: #050505; }
a { color: inherit; }
header { min-height: 72px; padding: 8px 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
header img { width: 108px; height: 54px; object-fit: contain; }
header a:last-child { color: var(--red); font-size: .72rem; font-weight: 700; text-transform: uppercase; text-underline-offset: 4px; }
main { width: min(100% - 36px, 820px); margin: 0 auto; padding: 54px 0 80px; }
h1 { margin: 0 0 34px; color: var(--red); font: 400 clamp(3.5rem, 12vw, 7rem)/.9 "Bebas Neue", sans-serif; text-transform: uppercase; }
h2 { margin: 34px 0 10px; font: 400 1.8rem/1 "Bebas Neue", sans-serif; text-transform: uppercase; }
p, li { color: var(--muted); font-size: .86rem; line-height: 1.7; }
strong { color: #fff; }
footer { padding: 22px 18px; border-top: 1px solid var(--line); color: #777; font-size: .68rem; text-align: center; }
