@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/ibm-plex-sans-400.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/ibm-plex-sans-600.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/ibm-plex-sans-700.woff2") format("woff2");
}
@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/cinzel-700.woff2") format("woff2");
}
@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/cinzel-800.woff2") format("woff2");
}

:root {
  --gold: #e0b84a;
  --gold-deep: #b8922e;
  --ink: #1a1408;
  --text: #f4f1ea;
  --muted: #c4bfb6;
  --bg: #070708;
  --focus: #3ec7c7;
  --line: rgba(224, 184, 74, 0.38);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body { min-height: 100%; }
body {
  font-family: "IBM Plex Sans", "Segoe UI", ui-sans-serif, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.5;
}
:focus { outline: none; }
:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
}
.skip {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 8;
  padding: 10px 14px;
  background: var(--gold);
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-160%);
}
.skip:focus { transform: none; }

.bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  background: #070708;
}
.veil {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7, 7, 8, 0.72) 0%, rgba(7, 7, 8, 0.28) 46%, rgba(7, 7, 8, 0.82) 100%),
    linear-gradient(180deg, rgba(7, 7, 8, 0.2) 0%, rgba(7, 7, 8, 0.88) 78%, #070708 100%);
}
.grain {
  position: fixed;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0.07;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.top, .hero, .band, footer { position: relative; z-index: 2; }
.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 7vw;
  border-bottom: 1px solid rgba(224, 184, 74, 0.18);
}
.brand {
  font-family: "Cinzel", "Times New Roman", serif;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
  font-size: 15px;
}
nav { display: flex; gap: 22px; flex-wrap: wrap; }
nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
nav a:hover, nav a:focus-visible { color: var(--gold); }

.hero { padding: 14vh 7vw 8vh; max-width: 760px; }
.kicker {
  color: var(--gold);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
h1 {
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: clamp(48px, 11vw, 92px);
  letter-spacing: 0.14em;
  line-height: 0.92;
  margin: 12px 0 18px;
  color: var(--gold);
  font-weight: 800;
}
.lead { max-width: 540px; color: var(--text); font-size: 18px; }
.cta { display: flex; gap: 12px; flex-wrap: wrap; margin: 28px 0 14px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Cinzel", "Times New Roman", serif;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 14px;
}
.btn.gold {
  background: linear-gradient(180deg, #f3d27a 0%, var(--gold) 46%, var(--gold-deep) 100%);
  color: var(--ink);
  border: 1px solid #8f6f1e;
  box-shadow: inset 0 1px 0 rgba(255, 247, 214, 0.55);
}
.btn.gold:hover { filter: brightness(1.06); }
.btn.ghost {
  border: 1px solid rgba(244, 241, 234, 0.28);
  color: var(--text);
}
.btn.ghost:hover { border-color: var(--gold); color: var(--gold); }
.meta { color: var(--muted); font-size: 13px; }

.band {
  margin: 0 7vw 0;
  padding: 28px 0 8px;
  border-top: 1px solid var(--line);
}
.band h2 {
  font-family: "Cinzel", "Times New Roman", serif;
  font-size: 22px;
  letter-spacing: 0.08em;
  color: var(--gold);
  margin-bottom: 16px;
}
.dl-table {
  width: 100%;
  border-collapse: collapse;
}
.dl-table th, .dl-table td {
  text-align: left;
  padding: 14px 8px;
  border-bottom: 1px solid rgba(244, 241, 234, 0.1);
  font-size: 15px;
}
.dl-table th {
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.dl-table a { color: var(--gold); font-weight: 700; }
.mods {
  color: var(--muted);
  line-height: 1.8;
  padding-left: 18px;
}
.mods b { color: var(--text); }
ol {
  color: var(--muted);
  line-height: 1.8;
  padding-left: 18px;
}
ol b { color: var(--text); }
details {
  margin: 0 0 12px;
  color: var(--muted);
  border-bottom: 1px solid rgba(244, 241, 234, 0.08);
  padding-bottom: 10px;
}
summary {
  cursor: pointer;
  color: var(--text);
  min-height: 44px;
  display: flex;
  align-items: center;
}
summary:hover { color: var(--gold); }
footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 48px 7vw 32px;
  color: var(--muted);
  font-size: 13px;
}
footer a { color: var(--gold); }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 700px) {
  .top { flex-direction: column; gap: 8px; align-items: flex-start; }
  footer { flex-direction: column; }
  .hero { padding-top: 10vh; }
}
@media (max-width: 375px) {
  .top, .hero, .band, footer { padding-left: 16px; padding-right: 16px; }
  .btn { width: 100%; }
  .dl-table th:nth-child(3), .dl-table td:nth-child(3) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
