:root {
  --ink: #f7f1e7;
  --muted: #bdb6aa;
  --coal: #151515;
  --coal2: #1d1c1b;
  --panel: #242220;
  --ember: #ff6a2a;
  --gold: #f3bd45;
  --line: #49443e;
  --green: #8bd49c;
  --red: #ff8b77;
  --max: 1120px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--coal);
  color: var(--ink);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  line-height: 1.7;
}
a {
  color: var(--gold);
  text-underline-offset: 0.2em;
}
a:hover {
  color: #ffd778;
}
.skip {
  position: absolute;
  left: -9999px;
}
.skip:focus {
  left: 1rem;
  top: 1rem;
  background: #fff;
  color: #111;
  padding: 0.7rem;
  z-index: 10;
}
.wrap {
  width: min(var(--max), calc(100% - 2rem));
  margin: auto;
}
.mast {
  border-top: 6px solid var(--ember);
  border-bottom: 1px solid var(--line);
  background: #10100f;
}
.mast-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.2rem 0;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--ink);
  text-decoration: none;
}
.brand svg {
  width: 46px;
  height: 46px;
}
.brand-name {
  font-size: clamp(1.55rem, 4vw, 2.25rem);
  font-weight: 950;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}
.brand-name span {
  color: var(--ember);
}
.tagline {
  color: var(--muted);
  font-size: 0.82rem;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 1.35rem;
  padding: 0.7rem 0;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.nav a {
  color: var(--ink);
  text-decoration: none;
}
.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--ember);
}
.lang-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-left: auto;
  padding-left: 1rem;
  border-left: 1px solid var(--line);
}
.lang-switcher a {
  color: var(--muted);
  font-size: 0.7rem;
}
.lang-switcher a[aria-current="true"] {
  color: var(--gold);
}
.hero {
  padding: clamp(3rem, 8vw, 7rem) 0 3rem;
  background: radial-gradient(circle at 80% 15%, #5a281a55 0, transparent 38%),
    linear-gradient(135deg, #171614, #211d1a);
}
.eyebrow {
  display: inline-block;
  color: var(--ember);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.hero h1,
.article h1 {
  max-width: 880px;
  margin: 0.5rem 0 1rem;
  font-size: clamp(2.75rem, 8vw, 6.7rem);
  line-height: 0.92;
  letter-spacing: -0.065em;
  text-transform: uppercase;
}
.hero h1 em {
  color: var(--ember);
  font-style: normal;
}
.lede {
  max-width: 760px;
  font-size: clamp(1.08rem, 2.5vw, 1.35rem);
  color: #dfd8cd;
}
.answer {
  margin: 1.6rem 0 2rem;
  padding: 1.2rem 1.35rem;
  border-left: 5px solid var(--ember);
  background: #2b2521;
  font-size: 1.1rem;
}
.answer p {
  margin: 0;
}
.button {
  display: inline-block;
  background: var(--ember);
  color: #151515;
  padding: 0.7rem 1rem;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 5px 5px 0 var(--gold);
}
.button:hover {
  color: #151515;
  transform: translate(2px, 2px);
  box-shadow: 3px 3px 0 var(--gold);
}
.section {
  padding: 3.5rem 0;
}
.section.alt {
  background: #1a1918;
  border-block: 1px solid #302d2a;
}
.section h2,
.article h2 {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}
.card {
  padding: 1.35rem;
  background: var(--panel);
  border: 1px solid var(--line);
  border-top: 4px solid var(--ember);
  position: relative;
}
.card h3 {
  font-size: 1.35rem;
  line-height: 1.15;
  margin: 0.4rem 0;
}
.card p {
  color: #d0c8bd;
  margin: 0.5rem 0;
}
.score {
  display: inline-flex;
  align-items: baseline;
  gap: 0.25rem;
  color: var(--gold);
  font-weight: 950;
  font-size: 2.2rem;
}
.score small {
  font-size: 0.8rem;
}
.kicker {
  font-size: 0.72rem;
  text-transform: uppercase;
  color: var(--ember);
  letter-spacing: 0.13em;
  font-weight: 900;
}
.article {
  width: min(790px, calc(100% - 2rem));
  margin: auto;
  padding: 3.5rem 0 5rem;
}
.article h1 {
  font-size: clamp(2.55rem, 7vw, 5.5rem);
}
.byline {
  color: var(--muted);
  font-size: 0.88rem;
  border-block: 1px solid var(--line);
  padding: 0.75rem 0;
  margin: 1.2rem 0;
}
.article p,
.article li {
  color: #ddd6cc;
}
.article h2 {
  margin-top: 2.8rem;
}
.article h3 {
  margin-top: 2rem;
  font-size: 1.25rem;
}
.article-figure {
  margin: 2rem 0;
}
.article-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  background: #1d1c1b;
}
.article-figure figcaption {
  padding: 0.65rem 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}
.battle-log td:first-child,
.day-log td:first-child {
  color: var(--gold);
  font-weight: 800;
  white-space: nowrap;
}
.callout {
  padding: 1.2rem 1.35rem;
  background: #201e1c;
  border: 1px solid var(--line);
  border-left: 5px solid var(--gold);
  margin: 1.8rem 0;
}
.proscons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.pros,
.cons {
  padding: 1rem 1.2rem;
  background: var(--panel);
  border: 1px solid var(--line);
}
.pros h2,
.cons h2 {
  font-size: 1.15rem;
  margin: 0.15rem 0;
}
.pros h2 {
  color: var(--green);
}
.cons h2 {
  color: var(--red);
}
.table-wrap {
  overflow-x: auto;
  margin: 1.5rem 0;
}
table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
  background: #1c1b1a;
}
caption {
  text-align: left;
  color: var(--muted);
  font-size: 0.85rem;
  padding: 0.5rem 0;
}
th,
td {
  padding: 0.8rem;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
th {
  background: #2b2825;
  color: var(--gold);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
td strong {
  color: var(--ink);
}
.winner {
  color: var(--green);
  font-weight: 800;
}
.faq {
  margin: 1.5rem 0;
  border-top: 1px solid var(--line);
}
.faq-item {
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--line);
}
.faq-item h3 {
  margin: 0 0 0.45rem;
}
.faq-item p {
  margin: 0;
}
.crumbs {
  font-size: 0.78rem;
  color: var(--muted);
  padding-top: 1.2rem;
}
.crumbs a {
  color: var(--muted);
}
.method {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.65rem;
  margin: 1.5rem 0;
}
.metric {
  background: #242220;
  padding: 0.85rem;
  border: 1px solid var(--line);
  text-align: center;
}
.metric strong {
  display: block;
  color: var(--gold);
  font-size: 1.55rem;
}
.rank {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 1rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--line);
}
.rank-num {
  font-size: 3rem;
  font-weight: 950;
  color: var(--ember);
  line-height: 1;
}
.rank h2 {
  margin: 0;
}
.term {
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}
.term h2 {
  font-size: 1.35rem;
  margin: 0;
}
.team {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.avatar {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ember);
  color: #151515;
  font-size: 1.4rem;
  font-weight: 950;
}
.footer {
  padding: 2rem 0;
  border-top: 1px solid var(--line);
  background: #10100f;
  color: var(--muted);
  font-size: 0.82rem;
}
.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.footer nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.footer a {
  color: var(--muted);
}
.fine {
  max-width: 650px;
}
.badge {
  display: inline-block;
  border: 1px solid var(--ember);
  color: var(--ember);
  padding: 0.18rem 0.5rem;
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.notice {
  background: #2a201b;
  padding: 1rem;
  border: 1px dashed var(--ember);
}
@media (max-width: 800px) {
  .grid,
  .team {
    grid-template-columns: 1fr;
  }
  .method {
    grid-template-columns: 1fr 1fr;
  }
  .tagline {
    display: none;
  }
  .proscons {
    grid-template-columns: 1fr;
  }
  .footer-row {
    display: block;
  }
  .hero h1,
  .article h1 {
    letter-spacing: -0.045em;
  }
  .rank {
    grid-template-columns: 48px 1fr;
  }
  .rank-num {
    font-size: 2.2rem;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 16px;
  }
  .mast-top {
    padding: 0.8rem 0;
  }
  .brand svg {
    width: 38px;
  }
  .nav {
    gap: 0.45rem 1rem;
  }
  .lang-switcher {
    width: 100%;
    margin-left: 0;
    padding: 0.45rem 0 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .method {
    grid-template-columns: 1fr;
  }
  .article {
    padding-top: 2rem;
  }
}
