/* ============================================================
   ALTIFABER — fan-magazine de jogos desportivos (pt-PT)
   Direção: bold athletic magazine / kinetic light
   Oswald (display, condensado) + Source Sans 3 (texto)
   CSS rukописный, full-bleed, clamp()-based, mobile-first
   ============================================================ */

:root {
  --paper:   #f7f7f5;
  --paper-2: #efefec;
  --ink:     #111214;
  --ink-2:   #2a2c31;
  --muted:   #56585c;
  --line:    #e0e0dc;
  --line-2:  #d3d3ce;
  --red:     #e11d48;
  --red-ink: #b4123a;
  --cobalt:  #1d4ed8;
  --cobalt-ink:#173dab;

  --font-display: "Oswald", "Arial Narrow", sans-serif;
  --font-body: "Source Sans 3", system-ui, -apple-system, "Segoe UI", sans-serif;

  --pad-x: clamp(18px, 5.2vw, 92px);
  --maxread: 66ch;

  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-io: cubic-bezier(0.77, 0, 0.175, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: clamp(16px, 0.55vw + 15px, 18px);
  line-height: 1.62;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0;
}

p { margin: 0 0 1rem; }
p:last-child { margin-bottom: 0; }

.wrap { padding-inline: var(--pad-x); }
.measure { max-width: var(--maxread); }

.eyebrow {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: clamp(11px, 0.9vw, 13px);
  color: var(--red);
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 2px; background: var(--red); display: inline-block;
}

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 999;
  background: var(--ink); color: var(--paper); padding: 10px 16px;
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .1em;
}
.skip-link:focus { left: 8px; top: 8px; }

:focus-visible { outline: 3px solid var(--cobalt); outline-offset: 2px; }

/* ---------- Captcha gate ---------- */
.gate {
  position: fixed; inset: 0; z-index: 1000;
  background: var(--paper);
  display: grid; place-items: center;
  padding: var(--pad-x);
}
.gate[hidden] { display: none; }
.gate::before {
  content: ""; position: absolute; inset: 0;
  background:
    repeating-linear-gradient(115deg, transparent 0 46px, rgba(17,18,20,.03) 46px 47px);
  pointer-events: none;
}
.gate-card {
  position: relative; width: min(460px, 100%);
  border: 1.5px solid var(--ink); background: var(--paper);
  box-shadow: 14px 14px 0 rgba(17,18,20,.9);
  padding: clamp(24px, 4vw, 40px);
}
.gate-card .kicker {
  font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: .26em; font-size: 12px; color: var(--red); font-weight: 600;
}
.gate-card h1 {
  font-size: clamp(30px, 7vw, 46px); margin: 10px 0 6px; line-height: .96;
}
.gate-card p { color: var(--muted); font-size: 15px; margin-bottom: 22px; }
.gate-card p b { color: var(--ink); font-weight: 700; }

/* slider-to-target gate mechanic */
.slider { position: relative; height: 44px; margin: 34px 0 10px; }
.slider-track {
  position: absolute; left: 14px; right: 14px; top: 50%; transform: translateY(-50%);
  height: 16px; background: var(--paper-2); border: 1.5px solid var(--ink);
}
.slider-fill { position: absolute; top: 0; bottom: 0; left: 0; width: 0; max-width: 100%; background: rgba(17,18,20,.10); }
.slider-zone {
  position: absolute; top: -1.5px; bottom: -1.5px; left: 40%; width: 18%;
  background: rgba(225,29,72,.16);
  border-left: 1.5px solid var(--red); border-right: 1.5px solid var(--red);
  transition: background-color .16s var(--ease-out);
}
.slider-zone span {
  position: absolute; left: 50%; top: -22px; transform: translateX(-50%);
  font-family: var(--font-display); font-weight: 600; text-transform: uppercase;
  letter-spacing: .16em; font-size: 10px; color: var(--red); white-space: nowrap;
}
.slider.in .slider-zone { background: rgba(225,29,72,.32); }
#sRange {
  position: relative; z-index: 3; width: 100%; margin: 0; height: 44px;
  background: transparent; -webkit-appearance: none; appearance: none; cursor: pointer;
}
#sRange::-webkit-slider-runnable-track { background: transparent; height: 44px; border: 0; }
#sRange::-moz-range-track { background: transparent; height: 44px; border: 0; }
#sRange::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none; width: 28px; height: 40px; margin-top: 2px;
  background: var(--ink); border: 1.5px solid var(--ink); border-radius: 0;
  box-shadow: 0 0 0 3px var(--paper), 6px 6px 0 rgba(17,18,20,.28);
}
#sRange::-moz-range-thumb {
  width: 28px; height: 40px; background: var(--ink); border: 1.5px solid var(--ink);
  border-radius: 0; box-shadow: 0 0 0 3px var(--paper);
}
.slider.in #sRange::-webkit-slider-thumb { background: var(--red); border-color: var(--red); }
.slider.in #sRange::-moz-range-thumb { background: var(--red); border-color: var(--red); }
#sRange:focus-visible { outline: none; }
#sRange:focus-visible::-webkit-slider-thumb { outline: 3px solid var(--cobalt); outline-offset: 2px; }
#sRange:focus-visible::-moz-range-thumb { outline: 3px solid var(--cobalt); outline-offset: 2px; }
.slider-readout { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.slider-state {
  font-family: var(--font-display); font-weight: 600; text-transform: uppercase;
  letter-spacing: .08em; font-size: 12.5px; color: var(--muted);
}
.slider-state.ok { color: var(--cobalt); }
.gate .btn[disabled] { opacity: .38; cursor: not-allowed; }
.gate .btn[disabled]:hover { transform: none; background: var(--red); }
@media (prefers-reduced-motion: reduce) {
  .slider-zone, .btn { transition: none; }
  .slider-fill { transition: none; }
}
.gate-msg { min-height: 20px; margin-top: 14px; font-size: 14px; font-weight: 600; }
.gate-msg.err { color: var(--red-ink); }
.gate-msg.ok { color: var(--cobalt); }
.gate small { display:block; margin-top: 18px; color: var(--muted); font-size: 12.5px; line-height: 1.5; }

/* ---------- Buttons ---------- */
.btn {
  --bg: var(--ink); --fg: var(--paper); --bd: var(--ink);
  display: inline-flex; align-items: center; gap: .5em;
  font-family: var(--font-display); font-weight: 600;
  text-transform: uppercase; letter-spacing: .07em;
  font-size: clamp(14px, 1vw, 15px); line-height: 1;
  padding: 13px 20px; border: 1.5px solid var(--bd);
  background: var(--bg); color: var(--fg); text-decoration: none;
  cursor: pointer; border-radius: 0;
  transition: transform .16s var(--ease-out), background-color .16s var(--ease-out), color .16s var(--ease-out);
}
.btn svg { width: 17px; height: 17px; flex: none; }
.btn:active { transform: scale(.975); }
@media (hover: hover) and (pointer: fine) {
  .btn:hover { transform: translateY(-2px); }
}
.btn--play { --bg: var(--ink); --fg: var(--paper); --bd: var(--ink); }
@media (hover: hover) and (pointer: fine) {
  .btn--play:hover { --bg: var(--red); --bd: var(--red); }
}
.btn--app { --bg: transparent; --fg: var(--ink); --bd: var(--ink); }
@media (hover: hover) and (pointer: fine) {
  .btn--app:hover { --bg: var(--ink); --fg: var(--paper); }
}
.btn--red { --bg: var(--red); --fg: #fff; --bd: var(--red); }
@media (hover: hover) and (pointer: fine) {
  .btn--red:hover { --bg: var(--red-ink); --bd: var(--red-ink); }
}
.btn--ghost { --bg: transparent; --fg: var(--ink); --bd: var(--line-2); }
@media (hover: hover) and (pointer: fine) {
  .btn--ghost:hover { --bd: var(--ink); }
}

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: blur(8px);
  border-bottom: 1.5px solid var(--ink);
}
.masthead {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; min-height: 64px;
}
.brand {
  display: inline-flex; align-items: center; gap: 10px;
  text-decoration: none; color: var(--ink);
}
.brand .mark { width: 30px; height: 30px; }
.brand .word {
  font-family: var(--font-display); font-weight: 700; text-transform: uppercase;
  font-size: 23px; letter-spacing: .02em;
}
.brand .word b { color: var(--red); font-weight: 700; }
.nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 30px); }
.nav a {
  font-family: var(--font-display); font-weight: 500; text-transform: uppercase;
  letter-spacing: .08em; font-size: 14px; text-decoration: none; color: var(--ink-2);
  padding: 4px 0; position: relative;
}
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0;
  background: var(--red); transition: width .2s var(--ease-out);
}
.nav a:hover::after, .nav a[aria-current="page"]::after { width: 100%; }
.nav a[aria-current="page"] { color: var(--ink); }

.burger {
  display: none; width: 44px; height: 40px; border: 1.5px solid var(--ink);
  background: var(--paper); cursor: pointer; padding: 0; align-items: center; justify-content: center;
}
.burger span, .burger span::before, .burger span::after {
  content: ""; display: block; width: 20px; height: 2px; background: var(--ink); position: relative;
  transition: transform .2s var(--ease-out), opacity .2s var(--ease-out);
}
.burger span::before { position: absolute; top: -6px; }
.burger span::after { position: absolute; top: 6px; }
.burger[aria-expanded="true"] span { background: transparent; }
.burger[aria-expanded="true"] span::before { transform: translateY(6px) rotate(45deg); }
.burger[aria-expanded="true"] span::after { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 820px) {
  .burger { display: inline-flex; }
  .nav {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: flex-start; gap: 0;
    background: var(--paper); border-bottom: 1.5px solid var(--ink);
    padding: 6px var(--pad-x) 18px;
    clip-path: inset(0 0 100% 0); transition: clip-path .28s var(--ease-io);
  }
  .nav[data-open="true"] { clip-path: inset(0 0 0 0); }
  .nav a { width: 100%; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 17px; }
  .nav a::after { display: none; }
}

/* ---------- Hero ---------- */
.hero { position: relative; padding-top: clamp(34px, 6vw, 68px); padding-bottom: clamp(30px, 5vw, 60px); overflow: hidden; }
.hero-issue {
  display: flex; flex-wrap: wrap; gap: 10px 22px; align-items: center;
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .16em;
  font-size: clamp(11px, 1vw, 13px); color: var(--muted); font-weight: 500;
  border-bottom: 1.5px solid var(--ink); padding-bottom: 14px; margin-bottom: clamp(20px, 3vw, 34px);
}
.hero-issue b { color: var(--ink); font-weight: 700; }
.hero-issue .dot { width: 5px; height: 5px; background: var(--red); border-radius: 50%; }

.hero-grid { display: grid; grid-template-columns: 1fr; gap: clamp(26px, 4vw, 48px); align-items: end; }
@media (min-width: 960px) { .hero-grid { grid-template-columns: 1.55fr 1fr; } }

.hero h1 {
  font-size: clamp(46px, 9.2vw, 128px);
  line-height: 0.9;
  letter-spacing: -0.02em;
}
.hero h1 .line { display: block; }
.hero h1 em { font-style: normal; color: var(--red); }
.hero h1 .u {
  background-image: linear-gradient(var(--cobalt), var(--cobalt));
  background-size: 100% 6px; background-position: 0 92%; background-repeat: no-repeat;
  padding-bottom: 2px;
}
.hero-lead {
  margin-top: clamp(18px, 2.5vw, 30px); font-size: clamp(17px, 1.4vw, 20px);
  color: var(--ink-2); max-width: 52ch;
}
.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.tag {
  display: inline-flex; align-items: center; gap: .45em;
  font-family: var(--font-display); font-weight: 500; text-transform: uppercase;
  letter-spacing: .05em; font-size: 13px; color: var(--ink-2);
  border: 1.5px solid var(--line-2); padding: 6px 11px; background: var(--paper);
}
.tag .ic { font-size: 15px; line-height: 1; }

.hero-meta {
  border-top: 1.5px solid var(--ink); margin-top: clamp(22px, 3vw, 34px); padding-top: 16px;
  display: flex; flex-wrap: wrap; gap: 8px 26px;
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .08em;
  font-size: 13px; font-weight: 500; color: var(--muted);
}
.hero-meta b { color: var(--ink); font-weight: 700; }

/* hero contact strip = real game icons */
.hero-strip { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (min-width: 520px) { .hero-strip { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 960px) { .hero-strip { grid-template-columns: repeat(2, 1fr); } }
.hero-strip figure { margin: 0; position: relative; border: 1.5px solid var(--ink); background: var(--ink); aspect-ratio: 1; overflow: hidden; }
.hero-strip img { width: 100%; height: 100%; object-fit: cover; opacity: .96; }
.hero-strip figcaption {
  position: absolute; left: 0; bottom: 0; right: 0; padding: 5px 7px;
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .05em;
  font-size: 10.5px; font-weight: 600; color: var(--paper);
  background: linear-gradient(transparent, rgba(17,18,20,.82));
}
.hero-strip .n {
  position: absolute; top: 5px; left: 7px; z-index: 2;
  font-family: var(--font-display); font-weight: 700; font-size: 12px; color: var(--red);
}

/* ---------- Ticker (one per page) ---------- */
.ticker { border-block: 1.5px solid var(--ink); background: var(--ink); overflow: hidden; }
.ticker-track {
  display: flex; gap: 0; width: max-content;
  animation: ticker 30s linear infinite;
}
.ticker span {
  font-family: var(--font-display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(20px, 3.2vw, 34px); letter-spacing: .02em; color: var(--paper);
  padding: 12px 26px; display: inline-flex; align-items: center; gap: 20px; white-space: nowrap;
}
.ticker span i { color: var(--red); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } }

/* ---------- Generic section ---------- */
.section { padding-block: clamp(46px, 7vw, 100px); }
.section--tint { background: var(--paper-2); }
.section-head { max-width: 60ch; margin-bottom: clamp(26px, 4vw, 46px); }
.section-head h2 { font-size: clamp(32px, 6vw, 66px); margin-top: 12px; }
.section-head p { margin-top: 16px; color: var(--ink-2); }

.lede {
  font-size: clamp(19px, 2vw, 26px); line-height: 1.42; color: var(--ink);
  font-family: var(--font-body); font-weight: 400; max-width: 30ch;
}
.intro-grid { display: grid; grid-template-columns: 1fr; gap: clamp(20px, 3vw, 44px); align-items: start; }
@media (min-width: 860px) { .intro-grid { grid-template-columns: 0.9fr 1.1fr; } }
.intro-grid .body { color: var(--ink-2); }

/* ---------- Game entries (magazine index) ---------- */
.index-label {
  display: flex; align-items: baseline; justify-content: space-between; gap: 18px;
  border-bottom: 1.5px solid var(--ink); padding-bottom: 12px; flex-wrap: wrap;
}
.index-label h2 { font-size: clamp(28px, 5vw, 52px); }
.index-label span {
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .16em;
  font-size: 13px; color: var(--muted); font-weight: 500;
}

.entry {
  display: grid; grid-template-columns: 1fr; gap: clamp(18px, 3vw, 40px);
  padding-block: clamp(34px, 5vw, 64px);
  border-bottom: 1px solid var(--line);
  align-items: start;
}
@media (min-width: 900px) {
  .entry { grid-template-columns: 1fr 1fr; }
  .entry--rev .entry-media { order: 2; }
}
.entry-head { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 14px; }
.entry-num {
  font-family: var(--font-display); font-weight: 700; line-height: .8;
  font-size: clamp(46px, 8vw, 96px); color: var(--paper);
  -webkit-text-stroke: 1.5px var(--ink); text-stroke: 1.5px var(--ink);
  letter-spacing: -0.02em;
}
.entry--rev .entry-num, .entry .entry-num.solid { -webkit-text-stroke: 1.5px var(--red); }
.entry-titles { padding-top: 6px; }
.entry-titles h3 { font-size: clamp(28px, 4.6vw, 52px); }
.entry-studio {
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .1em;
  font-size: 12.5px; color: var(--muted); margin-top: 8px; font-weight: 500;
}
.entry-studio b { color: var(--ink); font-weight: 600; }

.entry-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 14px 0 18px; }
.entry-body { color: var(--ink-2); }
.entry-body p { margin-bottom: .85rem; }

.entry-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.entry-note { font-size: 12.5px; color: var(--muted); margin-top: 12px; }

/* media */
.entry-media { position: relative; }
.cover {
  position: relative; aspect-ratio: 4 / 3; border: 1.5px solid var(--ink);
  background: var(--ink); overflow: hidden;
}
.cover img { width: 100%; height: 100%; object-fit: cover; }
.cover .badge {
  position: absolute; top: 0; left: 0;
  font-family: var(--font-display); font-weight: 700; text-transform: uppercase;
  letter-spacing: .1em; font-size: 12px; color: var(--paper);
  background: var(--red); padding: 7px 12px;
}
.cover .plate {
  position: absolute; right: 0; bottom: 0;
  background: var(--paper); border-top: 1.5px solid var(--ink); border-left: 1.5px solid var(--ink);
  padding: 8px 12px; font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: .08em; font-size: 12px; font-weight: 600; color: var(--ink);
}
/* icon-style cover: real app icon centred on tinted stage */
.cover--icon { background: var(--paper-2); display: grid; place-items: center; }
.cover--icon .stage {
  width: 62%; max-width: 240px; aspect-ratio: 1; border: 1.5px solid var(--ink);
  box-shadow: 10px 10px 0 rgba(17,18,20,.9); overflow: hidden; background: var(--ink);
}
.cover--icon .stage img { width: 100%; height: 100%; object-fit: cover; }
.cover--icon::after {
  content: ""; position: absolute; inset: 0; z-index: -0;
  background: repeating-linear-gradient(45deg, transparent 0 22px, rgba(17,18,20,.04) 22px 23px);
  pointer-events: none;
}
/* CSS fallback cover (no real image) */
.cover--fallback { display: grid; place-items: center; background: var(--ink); }
.cover--fallback .fb {
  text-align: center; color: var(--paper); padding: 24px;
}
.cover--fallback .fb .ic { font-size: clamp(48px, 9vw, 84px); line-height: 1; display: block; }
.cover--fallback .fb .nm {
  font-family: var(--font-display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(22px, 3.4vw, 34px); margin-top: 12px; letter-spacing: .01em;
}
.cover--fallback::before {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(115deg, transparent 40%, rgba(225,29,72,.28) 41% 44%, transparent 45%),
    repeating-linear-gradient(60deg, transparent 0 30px, rgba(247,247,245,.04) 30px 31px);
}

/* ---------- Criteria (Como avaliamos) ---------- */
.crit-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
@media (min-width: 680px) { .crit-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1040px) { .crit-grid { grid-template-columns: repeat(4, 1fr); } }
.crit {
  background: var(--paper); padding: clamp(20px, 2.4vw, 30px);
  display: flex; flex-direction: column; gap: 10px; min-height: 210px;
}
.crit .k { font-family: var(--font-display); font-weight: 700; color: var(--red); font-size: 18px; }
.crit h3 { font-size: clamp(19px, 2vw, 24px); }
.crit p { color: var(--muted); font-size: 15.5px; margin: 0; }

/* ---------- FAQ ---------- */
.faq { border-top: 1.5px solid var(--ink); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none; cursor: pointer; padding: clamp(18px, 2.4vw, 26px) 0;
  display: flex; align-items: center; gap: 16px;
  font-family: var(--font-display); font-weight: 600; text-transform: uppercase;
  font-size: clamp(17px, 2.2vw, 24px); letter-spacing: .005em;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .sign {
  margin-left: auto; flex: none; width: 26px; height: 26px; position: relative;
  border: 1.5px solid var(--ink); transition: background-color .18s var(--ease-out);
}
.faq summary .sign::before, .faq summary .sign::after {
  content: ""; position: absolute; background: var(--ink); transition: transform .2s var(--ease-out), background-color .18s;
}
.faq summary .sign::before { left: 6px; right: 6px; top: 11px; height: 2px; }
.faq summary .sign::after { top: 6px; bottom: 6px; left: 11px; width: 2px; }
.faq details[open] summary .sign { background: var(--red); }
.faq details[open] summary .sign::before, .faq details[open] summary .sign::after { background: var(--paper); }
.faq details[open] summary .sign::after { transform: scaleY(0); }
.faq .ans { padding: 0 0 clamp(20px, 2.4vw, 28px); color: var(--ink-2); max-width: var(--maxread); }
.faq .q-n { color: var(--red); font-weight: 700; }

/* ---------- Índice da edição (magazine contents) ---------- */
.contents-grid { display: grid; grid-template-columns: 1fr; gap: clamp(26px, 4vw, 56px); align-items: start; }
@media (min-width: 900px) { .contents-grid { grid-template-columns: 0.92fr 1.08fr; } }
.contents-note h2 { font-size: clamp(32px, 5.5vw, 62px); margin: 12px 0 18px; }
.contents-note p { color: var(--ink-2); max-width: 46ch; }
.contents-meta {
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .16em;
  font-size: 12.5px; color: var(--muted); margin-top: 18px;
}
.contents-list {
  list-style: none; margin: 0; padding: 0;
  border-top: 1.5px solid var(--ink);
  counter-reset: none;
}
.contents-list li { border-bottom: 1px solid var(--line); }
.contents-list a {
  display: grid; grid-template-columns: 3ch 1fr auto; align-items: baseline; gap: 16px;
  padding: 13px 4px; text-decoration: none; color: var(--ink);
  transition: background-color .16s var(--ease-out), padding-left .16s var(--ease-out);
}
.contents-list .c-n {
  font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--red);
}
.contents-list .c-t {
  font-family: var(--font-display); font-weight: 600; text-transform: uppercase;
  letter-spacing: .01em; font-size: clamp(15px, 1.8vw, 19px);
  position: relative;
}
.contents-list .c-s {
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .12em;
  font-size: 11.5px; color: var(--muted); text-align: right;
}
@media (hover: hover) and (pointer: fine) {
  .contents-list a:hover { background: var(--paper-2); padding-left: 12px; }
  .contents-list a:hover .c-t { color: var(--red); }
}
.contents-feat a { background: var(--ink); color: var(--paper); padding-inline: 12px; }
.contents-feat .c-n, .contents-feat .c-t { color: var(--paper); }
.contents-feat .c-s { color: #b9bbc0; }
@media (hover: hover) and (pointer: fine) {
  .contents-feat a:hover { background: var(--red); }
  .contents-feat a:hover .c-t { color: var(--paper); }
}
.contents-list .contents-sep { border-top: 1.5px solid var(--ink); }
.contents-list .contents-sep .c-n,
.contents-list li:nth-last-child(-n+2) .c-n { color: var(--cobalt); }

/* ---------- Destaque do mês (spotlight) ---------- */
.spotlight { background: var(--ink); color: #e7e8ea; border-block: 1.5px solid var(--ink); }
.spotlight-inner { padding-block: clamp(46px, 6.5vw, 96px); }
.spotlight-head {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  border-bottom: 1.5px solid #34363c; padding-bottom: 16px; margin-bottom: clamp(26px, 4vw, 48px);
}
.spotlight-kicker {
  font-family: var(--font-display); font-weight: 600; text-transform: uppercase;
  letter-spacing: .24em; font-size: clamp(11px, 1vw, 13px); color: var(--red);
}
.spotlight-badge {
  font-family: var(--font-display); font-weight: 700; text-transform: uppercase;
  letter-spacing: .1em; font-size: 12px; color: var(--paper);
  border: 1.5px solid #4a4c53; padding: 6px 12px;
}
.spotlight-grid { display: grid; grid-template-columns: 1fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
@media (min-width: 900px) { .spotlight-grid { grid-template-columns: 0.82fr 1.18fr; } }
.spotlight-media { position: relative; margin: 0; border: 1.5px solid #4a4c53; background: #08090a; }
.spotlight-media img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.spotlight-num {
  position: absolute; top: -18px; left: -8px; z-index: 2;
  font-family: var(--font-display); font-weight: 700; font-size: clamp(40px, 6vw, 72px);
  color: var(--red); line-height: 1;
}
.spotlight-media figcaption {
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .1em;
  font-size: 11.5px; color: #a9abb0; padding: 10px 12px; border-top: 1.5px solid #34363c;
}
.spotlight-text h2 { color: var(--paper); font-size: clamp(40px, 7vw, 92px); line-height: .9; }
.spotlight-verdict { font-size: clamp(18px, 1.7vw, 22px); color: var(--paper); margin: 16px 0 14px; max-width: 54ch; }
.spotlight-text p { color: #c3c4c8; max-width: 60ch; }
.spotlight-why {
  border-left: 3px solid var(--red); padding: 4px 0 4px 18px; margin: 22px 0;
  background: linear-gradient(90deg, rgba(225,29,72,.08), transparent 70%);
}
.spotlight-why h3 { color: var(--paper); font-size: clamp(15px, 1.6vw, 18px); letter-spacing: .1em; margin-bottom: 8px; }
.spotlight-spec {
  display: grid; grid-template-columns: 1fr; gap: 1px; background: #34363c;
  border: 1.5px solid #34363c; margin: 24px 0; }
@media (min-width: 600px) { .spotlight-spec { grid-template-columns: repeat(3, 1fr); } }
.spotlight-spec div { background: var(--ink); padding: 14px 16px; }
.spotlight-spec dt {
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .14em;
  font-size: 11px; color: var(--red); margin-bottom: 6px;
}
.spotlight-spec dd { margin: 0; color: var(--paper); font-family: var(--font-display); font-weight: 500; font-size: 15px; text-transform: uppercase; letter-spacing: .02em; }
/* light-on-dark store buttons for spotlight */
.btn--play-light { --bg: var(--paper); --fg: var(--ink); --bd: var(--paper); }
@media (hover: hover) and (pointer: fine) { .btn--play-light:hover { --bg: var(--red); --fg: #fff; --bd: var(--red); } }
.btn--app-light { --bg: transparent; --fg: var(--paper); --bd: #6a6c72; }
@media (hover: hover) and (pointer: fine) { .btn--app-light:hover { --bg: var(--paper); --fg: var(--ink); --bd: var(--paper); } }

/* ---------- Ficha técnica por desporto (spec sheet) ---------- */
.spec-table { border: 1.5px solid var(--ink); }
.spec-row {
  display: grid; grid-template-columns: 1.2fr 1fr 1fr 1.1fr 1.5fr; gap: 0;
  border-bottom: 1px solid var(--line);
}
.spec-row:last-child { border-bottom: 0; }
.spec-row > span { padding: 14px 16px; border-right: 1px solid var(--line); color: var(--ink-2); font-size: 15px; }
.spec-row > span:last-child { border-right: 0; }
.spec-head { background: var(--ink); border-bottom: 1.5px solid var(--ink); }
.spec-head > span {
  color: var(--paper); font-family: var(--font-display); font-weight: 600;
  text-transform: uppercase; letter-spacing: .1em; font-size: 12.5px; border-right-color: #34363c;
}
.spec-sport {
  font-family: var(--font-display); font-weight: 700; text-transform: uppercase;
  letter-spacing: .02em; color: var(--ink) !important; font-size: 16px !important;
  display: flex; align-items: center; gap: .5em;
}
.spec-sport .ic { font-size: 20px; }
.spec-head .spec-sport { color: var(--paper) !important; font-size: 12.5px !important; }
.spec-row b.yes { color: var(--cobalt-ink); }
.spec-row b.no { color: var(--red-ink); }
.spec-row b.mix { color: var(--ink); }
.spec-foot { font-size: 12.5px; color: var(--muted); margin-top: 14px; }
@media (max-width: 760px) {
  .spec-head { display: none; }
  .spec-table { border: 0; }
  .spec-row {
    grid-template-columns: 1fr; border: 1.5px solid var(--ink); margin-bottom: 14px;
  }
  .spec-row > span { border-right: 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 14px; }
  .spec-row > span:last-child { border-bottom: 0; }
  .spec-row > span[data-l]::before {
    content: attr(data-l); font-family: var(--font-display); text-transform: uppercase;
    letter-spacing: .1em; font-size: 11px; color: var(--muted); flex: none;
  }
  .spec-sport { background: var(--paper-2); }
}

/* ---------- Contact form ---------- */
.form-grid { display: grid; grid-template-columns: 1fr; gap: clamp(22px,3vw,48px); }
@media (min-width: 900px) { .form-grid { grid-template-columns: 1fr 1fr; } }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; }
.field label {
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .08em;
  font-size: 13px; font-weight: 600; color: var(--ink);
}
.field input, .field textarea {
  font-family: var(--font-body); font-size: 16px; color: var(--ink);
  padding: 12px 14px; border: 1.5px solid var(--line-2); background: var(--paper); border-radius: 0;
  transition: border-color .16s var(--ease-out);
}
.field input:focus, .field textarea:focus { border-color: var(--ink); outline: none; box-shadow: 0 0 0 3px rgba(29,78,216,.18); }
.field textarea { resize: vertical; min-height: 140px; }
.consent { display: flex; gap: 12px; align-items: flex-start; margin: 6px 0 20px; font-size: 15px; color: var(--muted); }
.consent input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--red); flex: none; }
.form-ok { display: none; border: 1.5px solid var(--cobalt); color: var(--cobalt-ink); padding: 14px 16px; margin-bottom: 18px; font-weight: 600; }
.form-ok[data-show="true"] { display: block; }

/* ---------- Prose (legal / about) ---------- */
.prose { max-width: var(--maxread); }
.prose h2 { font-size: clamp(24px, 3.4vw, 38px); margin: clamp(30px,4vw,52px) 0 14px; }
.prose h3 { font-size: clamp(18px, 2.2vw, 24px); margin: 26px 0 10px; }
.prose p, .prose li { color: var(--ink-2); }
.prose ul { padding-left: 1.2em; margin: 0 0 1rem; }
.prose li { margin-bottom: .5rem; }
.prose a { color: var(--cobalt-ink); text-underline-offset: 3px; }
.updated { font-size: 13px; color: var(--muted); font-family: var(--font-display); letter-spacing: .06em; text-transform: uppercase; }

.pagehero { padding-top: clamp(30px,5vw,60px); padding-bottom: clamp(22px,3vw,40px); border-bottom: 1.5px solid var(--ink); }
.pagehero h1 { font-size: clamp(40px, 8vw, 92px); }
.pagehero p { margin-top: 16px; color: var(--ink-2); max-width: 56ch; }

/* stat row for about */
.stat-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: var(--ink); border: 1.5px solid var(--ink); margin: clamp(26px,4vw,44px) 0; }
@media (min-width: 720px){ .stat-row { grid-template-columns: repeat(4,1fr); } }
.stat { background: var(--paper); padding: 20px; }
.stat .big { font-family: var(--font-display); font-weight: 700; font-size: clamp(34px,5vw,54px); line-height: .9; }
.stat .big em { font-style: normal; color: var(--red); }
.stat .lbl { font-size: 13px; color: var(--muted); margin-top: 8px; }

/* ---------- 404 ---------- */
.err {
  min-height: 68vh; display: grid; place-content: center; text-align: center; gap: 18px;
  padding-block: clamp(50px, 8vw, 110px);
}
.err .big { font-family: var(--font-display); font-weight: 700; font-size: clamp(88px, 26vw, 300px); line-height: .8; color: var(--paper); -webkit-text-stroke: 2px var(--ink); }
.err h1 { font-size: clamp(26px, 4vw, 44px); }
.err p { color: var(--muted); max-width: 44ch; margin-inline: auto; }
.err .btn { justify-self: center; }

/* ---------- Footer / colophon (ficha técnica da publicação) ---------- */
.colophon { background: var(--paper); color: var(--ink-2); border-top: 1.5px solid var(--ink); }
.colophon-masthead {
  display: grid; grid-template-columns: 1fr; gap: 18px; align-items: end;
  padding-block: clamp(34px, 4.5vw, 60px);
  border-bottom: 1.5px solid var(--ink);
}
@media (min-width: 820px) { .colophon-masthead { grid-template-columns: 1.3fr 1fr; } }
.colophon-title { display: flex; flex-direction: column; gap: 6px; }
.colophon-issue {
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .2em;
  font-size: 12px; color: var(--red); font-weight: 600;
}
.colophon-word {
  font-family: var(--font-display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(40px, 8vw, 96px); line-height: .86; letter-spacing: -.01em; color: var(--ink);
}
.colophon-word b { color: var(--red); font-weight: 700; }
.colophon-tag {
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .1em;
  font-size: 12.5px; color: var(--muted); margin-top: 4px;
}
.colophon-blurb { color: var(--ink-2); font-size: 15px; max-width: 44ch; }
.colophon-blurb a { color: var(--cobalt-ink); }

.colophon-grid {
  display: grid; grid-template-columns: 1fr; gap: clamp(24px, 3.5vw, 44px);
  padding-block: clamp(30px, 4vw, 52px); border-bottom: 1px solid var(--line);
}
@media (min-width: 760px) { .colophon-grid { grid-template-columns: 1.5fr 1fr 1fr; } }
.colophon-col h4 {
  font-family: var(--font-display); color: var(--ink); font-size: 13px;
  text-transform: uppercase; letter-spacing: .18em; padding-bottom: 10px;
  border-bottom: 2px solid var(--red); display: inline-block; margin-bottom: 16px;
}
.colophon-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.colophon-col ul a {
  color: var(--ink-2); text-decoration: none; font-family: var(--font-display);
  text-transform: uppercase; letter-spacing: .06em; font-size: 14px;
}
.colophon-col ul a:hover { color: var(--red); }
.imprint { margin: 0; display: grid; gap: 12px; }
.imprint > div { display: grid; grid-template-columns: 10ch 1fr; gap: 12px; align-items: baseline; }
.imprint dt {
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .1em;
  font-size: 11.5px; color: var(--muted);
}
.imprint dd { margin: 0; font-size: 14.5px; color: var(--ink-2); }
.imprint dd a { color: var(--cobalt-ink); text-decoration: none; font-weight: 600; }

.colophon-disclaimer {
  display: grid; grid-template-columns: 1fr; gap: 12px;
  padding-block: 22px; border-bottom: 1px solid var(--line);
}
@media (min-width: 640px) { .colophon-disclaimer { grid-template-columns: auto 1fr; gap: 20px; } }
.colophon-disclaimer-tag {
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .16em;
  font-size: 11px; font-weight: 700; color: var(--paper); background: var(--ink);
  padding: 6px 10px; align-self: start; white-space: nowrap;
}
.colophon-disclaimer p { margin: 0; font-size: 12.5px; line-height: 1.65; color: var(--muted); max-width: 100ch; }
.colophon-base {
  padding-block: 18px; display: flex; flex-wrap: wrap; gap: 8px 20px; justify-content: space-between;
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .08em;
  font-size: 12px; color: var(--muted);
}
.colophon-base a { color: var(--ink); text-decoration: none; }
.colophon-base a:hover { color: var(--red); }

/* reveal (GSAP / fallback visible) */
.reveal { opacity: 1; }
.js .reveal { opacity: 0; transform: translateY(22px); }
@media (prefers-reduced-motion: reduce) { .js .reveal { opacity: 1; transform: none; } }
