:root {
  --bg: #080b0d;
  --bg-2: #10161a;
  --panel: #141c21;
  --ink: #e8efe8;
  --muted: #8a9a93;
  --line: rgba(125, 255, 179, 0.12);
  --phos: #7dffb3;
  --phos-2: #3cb87a;
  --amber: #ffb020;
  --alert: #ff5a3c;
  --metal: #c5c8ce;
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  --max: 1100px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(900px 400px at 80% -10%, rgba(255, 176, 32, 0.08), transparent 50%),
    linear-gradient(180deg, #0c1215, var(--bg));
  color: var(--ink);
  font-family: "Atkinson Hyperlegible", "Segoe UI", sans-serif;
  line-height: 1.65;
  font-size: 17px;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--phos); text-underline-offset: 3px; }
a:hover { color: #b8ffd6; }
.wrap { width: min(var(--max), calc(100% - 32px)); margin-inline: auto; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 12px; top: 8px; background: var(--phos); color: #041108; padding: 8px 12px; z-index: 40; }

.age {
  background: #050708;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
}
.age b { color: var(--amber); font-weight: 700; }

header.site {
  position: sticky; top: 0; z-index: 30;
  background: rgba(8, 11, 13, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.navrow {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 72px; gap: 12px;
}
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.brand svg { width: 34px; height: 34px; }
.brand em {
  font-family: "Tektur", "Arial Narrow", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 18px;
}
.brand small { display: block; color: var(--muted); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; }
nav.desk { display: none; gap: 14px; }
nav.desk a { color: var(--metal); text-decoration: none; font-size: 14px; }
nav.desk a[aria-current="page"], nav.desk a:hover { color: var(--phos); }
.langs { display: flex; gap: 6px; font-size: 12px; }
.langs a { color: var(--muted); text-decoration: none; padding: 4px 6px; border: 1px solid transparent; }
.langs a[aria-current="true"] { color: var(--phos); border-color: var(--line); }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 0 16px; border-radius: 2px;
  font-weight: 700; text-decoration: none; border: 0; cursor: pointer;
  font-family: "Tektur", sans-serif; letter-spacing: 0.04em;
}
.btn-phos { background: var(--phos); color: #041108; }
.btn-phos:hover { background: #b8ffd6; color: #041108; }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.menu-btn { background: none; border: 0; color: var(--ink); width: 44px; height: 44px; }
.mobile { display: none; padding: 8px 16px 18px; }
.mobile.open { display: grid; gap: 8px; }
.mobile a { color: var(--ink); text-decoration: none; padding: 10px 0; border-bottom: 1px solid var(--line); }

.hero {
  position: relative; overflow: hidden;
  min-height: 78vh; display: grid; place-items: end start;
  padding: 80px 0 48px;
}
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(8,11,13,.2), rgba(8,11,13,.92) 70%, var(--bg));
}
.hero .wrap { position: relative; z-index: 1; }
.kicker {
  font-family: "Tektur", sans-serif;
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--amber); margin: 0 0 10px;
}
h1, h2, h3 {
  font-family: "Tektur", "Arial Narrow", sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.12;
}
h1 { font-size: clamp(34px, 6vw, 64px); margin: 0 0 14px; max-width: 16ch; }
h2 { font-size: clamp(24px, 3vw, 36px); margin: 0 0 12px; }
h3 { font-size: 20px; margin: 22px 0 8px; }
.lead { max-width: 62ch; color: #c9d4cc; font-size: 18px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 26px; }
.fact { border: 1px solid var(--line); background: rgba(8,11,13,.45); padding: 12px; }
.fact b { display: block; font-family: "Tektur", sans-serif; color: var(--phos); font-size: 22px; }
.fact span { font-size: 13px; color: var(--muted); }

.section { padding: 60px 0; }
.section + .section { border-top: 1px solid var(--line); }
.grid-2 { display: grid; gap: 22px; }
.card {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 20px;
}
.card img { margin: -20px -20px 14px; width: calc(100% + 40px); max-width: none; aspect-ratio: 16/9; object-fit: cover; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 15px; }
th, td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { color: var(--muted); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; }
.note {
  border-left: 3px solid var(--amber);
  background: rgba(255, 176, 32, 0.08);
  padding: 10px 14px; margin: 16px 0;
}
.alert {
  border-left: 3px solid var(--alert);
  background: rgba(255, 90, 60, 0.08);
  padding: 10px 14px; margin: 16px 0;
}
.crumbs { font-size: 13px; color: var(--muted); margin-bottom: 16px; }
.crumbs a { color: inherit; }
.faq details { border-bottom: 1px solid var(--line); padding: 12px 0; }
.faq summary { cursor: pointer; font-weight: 700; }
.author-box { display: grid; gap: 14px; align-items: center; background: var(--panel); border: 1px solid var(--line); padding: 16px; }
.author-box img { width: 84px; height: 84px; object-fit: cover; border-radius: 50%; }
.related { display: grid; gap: 10px; }
.related a {
  display: block; text-decoration: none; color: inherit;
  border: 1px solid var(--line); padding: 14px; background: var(--panel);
}
.related a:hover { border-color: var(--phos); }
.cta-band { background: #050708; padding: 48px 0; border-top: 1px solid var(--line); }
footer.site { background: #050708; color: var(--muted); padding: 36px 0 24px; font-size: 14px; }
footer.site a { color: var(--phos); }
.footgrid { display: grid; gap: 16px; }
.legal { margin-top: 20px; font-size: 12px; }
.sticky {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 25;
  background: #050708; padding: 10px 16px;
  display: flex; justify-content: space-between; align-items: center; gap: 10px;
}
.prose p { margin: 0 0 14px; }
.prose ul, .prose ol { padding-left: 20px; }
.prose li { margin: 6px 0; }

@media (min-width: 900px) {
  nav.desk { display: flex; }
  .menu-btn { display: none; }
  .facts { grid-template-columns: repeat(4, 1fr); }
  .grid-2 { grid-template-columns: 1.15fr 0.85fr; }
  .author-box { grid-template-columns: 84px 1fr; }
  .footgrid { grid-template-columns: 1.3fr 1fr 1fr; }
  .related { grid-template-columns: repeat(3, 1fr); }
  .sticky { display: none; }
}
