:root {
  color-scheme: dark;
  --ink: #f6eddc;
  --muted: #c3b9aa;
  --gold: #e3b954;
  --gold-light: #ffe49a;
  --red: #7d1c18;
  --panel: rgba(29, 22, 19, 0.88);
  --line: rgba(227, 185, 84, 0.28);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  font-family: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 8%, rgba(125, 28, 24, 0.2), transparent 30rem),
    radial-gradient(circle at 85% 32%, rgba(227, 185, 84, 0.1), transparent 34rem),
    #0d0b0a;
  font-size: 18px;
  line-height: 1.7;
}

a { color: var(--gold-light); text-underline-offset: 0.2em; }
a:hover { color: #fff4ce; }
img { display: block; max-width: 100%; }
.skip-link { position: absolute; left: -999px; top: 0; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 99; padding: .7rem 1rem; background: #fff; color: #111; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(13, 11, 10, 0.93);
  backdrop-filter: blur(14px);
}
.nav {
  width: min(1180px, calc(100% - 2rem));
  min-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 1.1rem;
}
.wordmark { margin-right: auto; color: var(--ink); font-weight: 800; letter-spacing: .09em; text-decoration: none; }
.nav-links { display: flex; align-items: center; gap: 1rem; font-family: system-ui, sans-serif; font-size: .84rem; }
.nav-links a { color: var(--muted); text-decoration: none; }
.nav-links a:hover { color: var(--ink); }
.language { border: 1px solid var(--line); border-radius: 999px; padding: .3rem .65rem; }

.hero {
  min-height: 760px;
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("assets/hero.jpg") center / cover no-repeat;
  filter: saturate(.82) brightness(.62);
  transform: scale(1.03);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(8, 7, 6, .93) 0%, rgba(8, 7, 6, .56) 48%, rgba(8, 7, 6, .86) 100%), linear-gradient(0deg, #0d0b0a 0%, transparent 42%);
}
.hero-inner { width: min(1180px, calc(100% - 2rem)); padding: 7rem 0 5rem; }
.hero-brand { max-width: 1100px; display: flex; align-items: center; justify-content: space-between; gap: clamp(1.5rem, 5vw, 5rem); }
.hero-logo { width: min(440px, 72vw); height: auto; margin: 0 0 1rem -.9rem; filter: drop-shadow(0 16px 25px #000); }
.hero-shots { width: min(430px, 39vw); flex: 0 1 430px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; transform: rotate(1deg); }
.hero-shot { position: relative; min-width: 0; margin: 0; padding: .35rem; border: 1px solid #e3b954; outline: 3px double rgba(227,185,84,.45); outline-offset: 3px; background: linear-gradient(135deg, #7d1c18, #1b100c 42%, #b17d28); box-shadow: 0 18px 42px rgba(0,0,0,.58), inset 0 0 0 1px rgba(255,240,183,.42); }
.hero-shot:first-child { grid-column: 1 / -1; }
.hero-shot::after { content: ""; position: absolute; inset: .75rem; pointer-events: none; border: 1px solid rgba(255,226,145,.25); }
.hero-shot img { width: 100%; height: auto; border: 1px solid #20120c; }
.eyebrow { margin: 0 0 .65rem; color: var(--gold); font: 700 .8rem/1.2 system-ui, sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(2.2rem, 5vw, 4.8rem); line-height: 1.02; text-wrap: balance; }
.hero-copy { max-width: 680px; margin: 1.2rem 0 1.8rem; color: #e7dfd4; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: .65rem 1.1rem;
  border: 1px solid #f0ce72;
  border-radius: 4px;
  background: linear-gradient(#a63227, #681511);
  box-shadow: 0 8px 24px rgba(0,0,0,.3), inset 0 0 0 1px rgba(255,255,255,.08);
  color: #fff5dd;
  font: 750 .9rem/1.1 system-ui, sans-serif;
  text-decoration: none;
}
.button:hover { color: white; background: linear-gradient(#bd4235, #7c1b15); transform: translateY(-1px); }
.button.secondary { background: rgba(15, 12, 10, .76); }

.section { width: min(1120px, calc(100% - 2rem)); margin: auto; padding: 6.5rem 0; }
.section-head { max-width: 780px; margin-bottom: 2.4rem; }
.section h2 { margin: 0 0 1rem; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.05; text-wrap: balance; }
.lead { color: var(--muted); font-size: 1.15rem; }

.making { position: relative; }
.making::before { content: ""; position: absolute; inset: 0; z-index: -1; border-block: 1px solid var(--line); background: rgba(25,18,15,.65); }
.timeline { display: grid; gap: 0; counter-reset: stage; }
.stage { counter-increment: stage; display: grid; grid-template-columns: 90px 1fr; gap: 1.4rem; padding: 2rem 0; border-top: 1px solid var(--line); }
.stage:first-child { border-top: 0; }
.stage::before { content: "0" counter(stage); color: var(--gold); font-size: 2.3rem; line-height: 1; }
.stage h3 { margin: 0 0 .45rem; font-size: 1.4rem; }
.stage p { margin: 0; color: var(--muted); max-width: 820px; }
.stat { margin-top: 2.5rem; padding: 2rem; text-align: center; border: 1px solid var(--gold); background: radial-gradient(circle, rgba(125,28,24,.3), transparent 70%); }
.stat strong { display: block; color: var(--gold-light); font-size: clamp(3rem, 9vw, 7rem); line-height: 1; }
.stat span { font: 700 .9rem/1.4 system-ui, sans-serif; letter-spacing: .12em; text-transform: uppercase; }

.section.opponents { width: min(1280px, calc(100% - 2rem)); }
.opponent-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.opponent-card { overflow: hidden; border: 1px solid var(--line); background: var(--panel); box-shadow: 0 14px 34px rgba(0,0,0,.28); transition: transform .2s ease, border-color .2s ease; }
.opponent-card:hover { transform: translateY(-3px); border-color: rgba(227,185,84,.62); }
.opponent-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-bottom: 1px solid var(--line); background: #080706; }
.opponent-card div { padding: 1.05rem 1.1rem 1.25rem; }
.opponent-card h3 { margin: .12rem 0 .55rem; color: var(--gold-light); font-size: 1.45rem; line-height: 1.1; }
.opponent-card p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.55; }
.opponent-card .opponent-meta { margin-bottom: .25rem; color: var(--gold); font: 700 .7rem/1.35 system-ui, sans-serif; letter-spacing: .09em; text-transform: uppercase; }

.legal-main { width: min(900px, calc(100% - 2rem)); margin: auto; padding: 5rem 0; }
.legal-main h1 { font-size: clamp(2.3rem, 6vw, 4.4rem); line-height: 1; }
.legal-main h2 { margin-top: 2.5rem; font-size: 1.6rem; }
.legal-main h3 { margin-top: 1.7rem; }
.legal-main p, .legal-main li { color: var(--muted); }
.legal-note { padding: 1rem 1.2rem; border: 2px solid #d49a38; background: #2a1d11; color: #ffe2a4; }
.placeholder { padding: .05rem .28rem; background: #4c241b; color: #ffd6c7; font-family: system-ui, sans-serif; font-size: .9em; }

.site-footer { border-top: 1px solid var(--line); background: #080706; }
.footer-inner { width: min(1120px, calc(100% - 2rem)); margin: auto; padding: 2rem 0 3rem; display: flex; gap: 1rem 2rem; flex-wrap: wrap; align-items: center; color: var(--muted); font-family: system-ui, sans-serif; font-size: .82rem; }
.footer-inner p { margin: 0 auto 0 0; }

@media (max-width: 820px) {
  .nav { align-items: flex-start; padding: .8rem 0; }
  .nav-links { justify-content: flex-end; flex-wrap: wrap; }
  .hero { min-height: 680px; }
  .opponent-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 821px) and (max-width: 1100px) {
  .opponent-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 540px) {
  body { font-size: 16px; }
  .nav { position: relative; min-height: 46px; align-items: center; }
  .wordmark { font-size: .85rem; }
  .nav-links { position: absolute; right: 0; margin: 0; }
  .nav-links a:not(.language) { display: none; }
  .hero-logo { width: min(320px, 100%); height: auto; margin-left: 0; object-fit: contain; }
  .hero-brand { align-items: flex-start; flex-direction: column; gap: .8rem; margin-bottom: 1.4rem; }
  .hero-shots { width: min(430px, 100%); flex-basis: auto; transform: none; }
  .stage { grid-template-columns: 54px 1fr; gap: .7rem; }
  .stage::before { font-size: 1.6rem; }
  .section { padding: 4.5rem 0; }
  .opponent-grid { grid-template-columns: 1fr; }
}

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