/*
Theme Name:  ZOSIMADES
Theme URI:   https://zosimades.gr
Author:      ZOSIMADES
Description: Ανεξάρτητη οπαδική και ειδησεογραφική πλατφόρμα για τον ΠΑΣ Γιάννινα.
Version:     1.5.4
License:     GNU General Public License v2 or later
Text Domain: zosimades
Tags:        sports, news, greek, football, two-columns, custom-menu, featured-images, post-formats
*/

/* ========================================================================
   ZOSIMADES — fan/news site for PAS Giannina
   ======================================================================== */

:root{
  --navy-900: #0c1c33;
  --navy-800: #142a4a;
  --navy-700: #1c3a63;
  --navy-600: #294e7e;
  --navy-500: #3d6494;

  --paper:    #f1f0ec;
  --paper-2:  #e7e6e1;
  --paper-3:  #d5d3cd;
  --ink:      #0a1530;
  --ink-2:    #2a2f3d;
  --muted:    #6a6f7e;
  --rule:     #d6d4ce;

  --bone:     #eceae3;
  --bone-2:   #f6f4ed;
  --bone-3:   #c8c5bd;
  --red:      #c8312b;
  --green:    #2c7a3d;

  --shadow-lg: 0 28px 60px -30px rgba(10,21,48,.35);
  --shadow-md: 0 10px 30px -18px rgba(10,21,48,.45);

  --maxw: 1400px;
  --gap:  28px;
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 20px;
}

*{ box-sizing: border-box; }
html, body{ margin:0; padding:0; }
body{
  background: var(--paper);
  color: var(--ink);
  font-family: 'Manrope', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img{ display:block; max-width:100%; }
a{ color: inherit; text-decoration: none; }
button{ font: inherit; cursor: pointer; }

.container{ max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.kicker{
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;
}
.meta{
  font-size: 12px;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}

/* ===== Header / masthead ===== */
.masthead{
  background: var(--navy-800);
  color: var(--paper);
  position: relative;
  border-bottom: 3px solid var(--bone);
  overflow: hidden;
}
.masthead::before{
  content:"";
  position:absolute; inset:0;
  background:
    radial-gradient(circle at 18% 130%, rgba(255,255,255,.06), transparent 35%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 220' preserveAspectRatio='none'><path d='M0 220 L0 160 L120 120 L220 150 L320 90 L420 130 L540 60 L660 110 L780 50 L900 120 L1020 80 L1140 150 L1260 100 L1380 140 L1500 110 L1600 150 L1600 220 Z' fill='%23ffffff' opacity='.04'/></svg>") bottom center / cover no-repeat;
  pointer-events:none;
}
.masthead .container{
  position:relative;
  display:block;
  padding-top: 18px;
  padding-bottom: 0;
  text-align: center;
}
.brand{
  display:inline-flex; align-items:center; justify-content: center;
  text-decoration: none;
  padding: 2px 0 12px;
}
.brand img{ height: 76px; width: auto; }

.masthead-cta{
  position: absolute;
  right: 24px;
  top: 16px;
  display:flex; align-items:center; gap: 10px;
  z-index: 2;
}

.icon-btn{
  width: 40px; height: 40px;
  display:grid; place-items:center;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  color: var(--paper);
}
.icon-btn:hover{ background: rgba(255,255,255,.12); }

/* Nav */
.mainnav{
  margin-top: 8px;
  border-top: 1px solid rgba(255,255,255,.1);
}
.mainnav ul{
  list-style:none; padding:0; margin:0;
  display:flex; flex-wrap: wrap;
  gap: 0;
  justify-content: center;
}
.mainnav a{
  display:block;
  padding: 12px 20px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--paper);
  position: relative;
  word-spacing: .08em;
}
.mainnav a:hover{ color: var(--bone-2); }
.mainnav a.active,
.mainnav .current-menu-item > a,
.mainnav .current_page_item > a{ color: var(--bone-2); }
.mainnav a.active::after,
.mainnav .current-menu-item > a::after,
.mainnav .current_page_item > a::after{
  content:""; position:absolute; left:18px; right:18px; bottom:-1px;
  height: 3px; background: var(--bone);
}

/* Nav toggle removed — menu always visible */
.nav-toggle{ display: none !important; }

/* ===== HERO ===== */
.hero{ padding: 18px 0 12px; }
.hero-grid{
  display:grid;
  grid-template-columns: minmax(0, 1.95fr) minmax(0, 1fr);
  gap: var(--gap);
  align-items: start;
}
.hero-main{
  position:relative;
  background: var(--navy-900);
  color: var(--paper);
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}
.hero-main .ph{ position:absolute; inset:0; }
.hero-main .wp-post-image{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover;
}
.hero-main .scrim{
  position:absolute; inset:0;
  background: linear-gradient(180deg, transparent 35%, rgba(10,21,48,.2) 55%, rgba(10,21,48,.92) 100%);
}
.hero-main .body{
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 32px 36px 30px;
}
.hero-main .tag{
  display:inline-block;
  background: var(--red);
  color: var(--paper);
  padding: 6px 12px;
  font-weight: 700;
  font-size: 11px;
  letter-spacing:.14em;
  text-transform: uppercase;
  margin-bottom: 16px;
  border-radius: 999px;
}
.hero-main h1{
  font-weight: 800;
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 1.02;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0 0 14px;
  max-width: 24ch;
}
.hero-main p.lede{
  font-size: 17px;
  line-height: 1.5;
  color: rgba(244,239,228,.85);
  max-width: 56ch;
  margin: 0 0 16px;
}
.byline{
  display:flex; align-items:center; gap: 10px;
  font-size: 12px; letter-spacing:.06em; text-transform: uppercase;
  color: rgba(244,239,228,.7);
}
.byline .av{ width: 26px; height: 26px; border-radius: 50%; background: var(--bone); border: 2px solid var(--paper); }

/* Side stories */
.hero-side{
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 16px;
}
.side-card{
  display:grid;
  grid-template-columns: 130px 1fr;
  gap: 16px;
  background: var(--paper);
  padding: 14px;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  align-items: stretch;
  text-decoration: none;
  color: inherit;
  transition: box-shadow .2s;
}
.side-card:hover{ box-shadow: var(--shadow-md); }
.side-card .ph{
  height: 100%;
  min-height: 110px;
  border-radius: var(--radius-sm);
  overflow:hidden;
  position: relative;
}
.side-card .ph img{
  width:100%; height:100%;
  object-fit:cover;
}
.side-card h3{
  font-weight: 700;
  font-size: 19px;
  line-height: 1.15;
  margin: 6px 0 10px;
  letter-spacing: -0.01em;
}
.side-card .kicker{ color: var(--navy-700); }
.side-card a{ color: inherit; }
.side-card .meta{ margin-top: 8px; }

/* ===== MATCH STRIP ===== */
.matchstrip{
  background: var(--navy-800);
  color: var(--paper);
  margin-top: 36px;
  position: relative;
  overflow: hidden;
}
.matchstrip::before{
  content:""; position:absolute; inset:0;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 200' preserveAspectRatio='none'><path d='M0 200 L0 120 L80 80 L160 110 L240 60 L320 100 L400 40 L480 90 L560 50 L640 100 L720 70 L800 110 L800 200 Z' fill='%23ffffff' opacity='.035'/></svg>") center / cover;
  pointer-events:none;
}
.matchstrip .container{
  position: relative;
  display:grid;
  grid-template-columns: 1.1fr 1.4fr 1.1fr;
  gap: 0;
  padding-top: 30px; padding-bottom: 30px;
}
.ms-col{ padding: 0 28px; position:relative; }
.ms-col + .ms-col{ border-left: 1px solid rgba(255,255,255,.12); }
.ms-label{
  font-weight:600;
  letter-spacing:.18em; text-transform:uppercase;
  font-size: 11px; color: var(--bone-2);
  margin-bottom: 14px;
}
.ms-fixture{
  display:grid;
  grid-template-columns: 1fr auto 1fr;
  align-items:center;
  gap: 14px;
}
.ms-team{
  display:flex; align-items:center; gap: 10px;
  text-transform:uppercase;
  font-weight:600; font-size: 16px; letter-spacing:.04em;
}
.ms-team.away{ justify-content:flex-end; }
.ms-team .crest{
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--paper); display:grid; place-items:center;
  font-weight:700; color: var(--navy-900);
  font-size: 12px; letter-spacing:.04em;
  border: 1px solid rgba(255,255,255,.2);
  flex-shrink: 0;
}
.ms-team .crest.pas{ background: var(--paper); padding: 4px; }
.ms-team .crest.pas img{ width: 100%; height:100%; object-fit: contain; }
.ms-score{
  font-weight:700;
  font-size: 34px; letter-spacing:.04em;
  text-align:center;
  display:flex; align-items:center; gap: 8px;
}
.ms-score .sep{ opacity:.4; }
.ms-result{
  text-align:center;
  margin-top: 10px;
  font-size: 12px; letter-spacing:.08em; text-transform:uppercase;
  color: rgba(244,239,228,.6);
}
.ms-result .win{ color: var(--bone-2); }
.ms-when{
  text-align:center; margin-top: 10px;
  font-size: 12px; letter-spacing:.08em; text-transform:uppercase;
  color: rgba(244,239,228,.7);
}

.standings-mini{
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.standings-mini th, .standings-mini td{
  padding: 6px 0;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.standings-mini th{
  font-size: 10px; letter-spacing:.14em; text-transform:uppercase;
  color: rgba(244,239,228,.5); font-weight:500;
}
.standings-mini td.team{
  text-align: left; font-weight: 500;
}
.standings-mini tr.pas td{ color: var(--bone-2); font-weight: 600; }
.standings-mini td:first-child{ width: 22px; opacity:.6; }

/* ===== SECTION HEADERS ===== */
.section{ padding: 56px 0 24px; }
.section-head{
  display:flex; align-items: baseline; justify-content: space-between;
  margin-bottom: 24px;
  gap: 16px;
  border-bottom: 1px solid var(--navy-800);
  padding-bottom: 10px;
}
.section-head h2{
  font-weight: 800;
  font-size: 28px; letter-spacing: -0.02em;
  margin: 0;
  position: relative;
}
.section-head h2::before{
  content:""; display:inline-block;
  width: 8px; height: 8px;
  background: var(--navy-900);
  margin-right: 14px;
  vertical-align: 0.18em;
  border-radius: 50%;
}
.section-head .more{
  font-size: 12px; letter-spacing:.14em;
  text-transform:uppercase;
  color: var(--navy-700);
  white-space: nowrap;
}
.section-head .more::after{ content:" →"; }

/* ===== ARTICLE GRID ===== */
.grid{ display:grid; gap: var(--gap); }
.grid-3{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-2-1{ grid-template-columns: 2fr 1fr; }

.card{
  background: transparent;
  display: flex; flex-direction: column;
}
.card .ph{
  aspect-ratio: 16 / 10;
  border-radius: var(--radius-sm);
  overflow: hidden;
  margin-bottom: 14px;
  position: relative;
  display: block;
}
.card .ph img{
  width:100%; height:100%;
  object-fit:cover;
  transition: transform .35s;
}
.card .ph:hover img{ transform: scale(1.04); }
.card .ph .pill{
  position:absolute; top: 12px; left: 12px;
  background: var(--navy-900);
  color: var(--paper);
  font-weight: 600;
  font-size: 10px; letter-spacing:.12em; text-transform:uppercase;
  padding: 5px 10px;
  border-radius: 999px;
  z-index: 1;
}
.card .ph .pill.gold{ background: var(--bone); color: var(--navy-900); }
.card .ph .pill.red{ background: var(--red); }
.card h3{
  font-weight: 700;
  font-size: 20px;
  line-height: 1.15;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}
.card h3 a:hover{ color: var(--navy-700); }
.card .dek{
  color: var(--ink-2); font-size: 14px;
  margin: 0 0 10px;
  display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2;
  -webkit-box-orient: vertical; overflow: hidden;
}
.card .meta{ margin-top: auto; }

.card-lg .ph{ aspect-ratio: 4/3; }
.card-lg h3{ font-size: 26px; font-weight: 700; letter-spacing: -0.015em; }

.card-text{ padding: 14px 0; border-top: 1px solid var(--rule); }
.card-text:first-child{ border-top: none; padding-top: 0; }
.card-text h3{ font-size: 17px; font-weight: 600; letter-spacing: -0.005em; }
.card-text .kicker{ color: var(--navy-700); }

/* ===== Featured columnist ===== */
.column-row{
  background: var(--navy-900);
  color: var(--paper);
  border-radius: var(--radius);
  overflow: hidden;
  display: grid;
  grid-template-columns: 320px 1fr;
  position: relative;
}
.column-row .portrait{
  position: relative;
  min-height: 320px;
  background: radial-gradient(circle at 50% 60%, var(--navy-700) 0%, var(--navy-900) 75%);
  overflow: hidden;
}
.column-row .portrait img{
  width:100%; height:100%;
  object-fit:cover;
}
.column-row .portrait::after{
  content:"Z"; position:absolute; inset:0;
  display:grid; place-items:center;
  font-size: 100px; font-weight:700;
  color: rgba(244,239,228,.07); letter-spacing:.04em;
}
.column-row .portrait img ~ *,
.column-row .portrait:has(img)::after{ display: none; }
.column-row .body{ padding: 36px 40px; }
.column-row .kicker{ color: var(--bone-2); }
.column-row h2{
  font-weight: 800;
  font-size: 34px; line-height: 1.05;
  margin: 12px 0 14px;
  max-width: 22ch;
  letter-spacing: -0.02em;
}
.column-row .quote{
  font-style: italic;
  font-size: 18px;
  color: rgba(244,239,228,.85);
  border-left: 3px solid var(--bone);
  padding-left: 16px;
  margin: 0 0 18px;
  max-width: 64ch;
}
.column-row .author{
  display:flex; align-items:center; gap: 12px;
  font-size: 13px;
  color: rgba(244,239,228,.7);
}
.column-row .author .av{
  width: 38px; height: 38px; border-radius:50%;
  background: linear-gradient(135deg, var(--bone-2), var(--bone-3));
  flex-shrink: 0;
}

/* ===== Video / multimedia ===== */
.video-grid{
  display:grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: var(--gap);
}
.video-card{
  position: relative;
  border-radius: var(--radius);
  overflow:hidden;
  display: block;
}
.video-card .ph{ aspect-ratio: 16/9; }
.video-card.lead .ph{ aspect-ratio: auto; height: 100%; min-height: 360px; }
.video-card .ph img{ width:100%; height:100%; object-fit:cover; }
.video-card .scrim{
  position:absolute; inset:0;
  background: linear-gradient(180deg, transparent 40%, rgba(10,21,48,.85));
}
.video-card .body{
  position:absolute; left:0; right:0; bottom:0;
  padding: 18px 22px;
  color: var(--paper);
}
.video-card h3{
  font-weight: 700;
  font-size: 18px; line-height: 1.15; margin: 6px 0 0;
  letter-spacing: -0.01em;
}
.video-card.lead h3{ font-size: 26px; font-weight: 800; letter-spacing: -0.015em; }
.video-card .play{
  position:absolute; top:50%; left:50%; transform: translate(-50%,-50%);
  width: 60px; height: 60px;
  background: rgba(244,239,228,.15);
  border: 1px solid rgba(244,239,228,.4);
  border-radius: 50%;
  display:grid; place-items:center;
  backdrop-filter: blur(6px);
}
.video-card .play svg{ width: 22px; height: 22px; color: var(--paper); }
.video-card .duration{
  position:absolute; top: 14px; right: 14px;
  background: rgba(10,21,48,.7);
  color: var(--paper);
  font-weight: 600;
  font-size: 11px; padding: 4px 9px;
  letter-spacing:.04em;
  border-radius: 999px;
}
.video-card .kicker{ color: var(--bone-2); }

/* ===== Sidebar ===== */
.split{
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}
.sidebar > section, .sidebar > .widget{ margin-bottom: 36px; }
.box{
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
}
.box-head{
  background: var(--navy-900);
  color: var(--paper);
  padding: 14px 18px;
  display:flex; align-items:center; justify-content: space-between;
  border-radius: var(--radius) var(--radius) 0 0;
}
.box-head h3{
  font-weight: 600;
  text-transform: uppercase; letter-spacing:.12em;
  font-size: 14px; margin: 0;
}
.box-head .gold-dot{ width: 8px; height:8px; background: var(--bone); border-radius: 50%; }
.box-body{ padding: 6px 0; }

.fixture-row{
  display:grid;
  grid-template-columns: 64px 1fr auto;
  align-items:center;
  gap: 12px;
  padding: 12px 18px;
  border-top: 1px solid var(--rule);
  font-size: 14px;
}
.fixture-row:first-child{ border-top: none; }
.fixture-row .date{
  text-transform: uppercase;
  font-size: 11px; letter-spacing:.06em;
  color: var(--muted);
  text-align: center;
  line-height: 1.2;
}
.fixture-row .date strong{
  display:block;
  font-size: 18px; color: var(--navy-900);
  letter-spacing: .02em;
}
.fixture-row .teams{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing:.04em;
}
.fixture-row .teams .ven{ display:block; font-size: 11px; color: var(--muted); letter-spacing:.06em; font-weight:400; }
.fixture-row .score{ font-weight:600; font-size: 16px; }
.fixture-row .score.upcoming{ color: var(--muted); }

.standings-full{
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.standings-full th, .standings-full td{
  padding: 8px 6px;
  text-align: center;
  border-bottom: 1px solid var(--rule);
}
.standings-full th{
  font-size: 11px; letter-spacing:.12em; text-transform:uppercase;
  color: var(--muted); font-weight:500;
  border-bottom: 1px solid var(--navy-800);
}
.standings-full td.team{
  text-align: left; font-weight: 500;
  padding-left: 16px;
}
.standings-full tr.pas td{ background: rgba(236,234,227,.55); font-weight: 600; }
.standings-full td.pos{ width: 30px; color: var(--muted); padding-left: 16px; text-align:left; }

/* Newsletter */
.newsletter{
  background: var(--navy-900);
  color: var(--paper);
  border-radius: var(--radius);
  padding: 26px;
  position: relative;
  overflow:hidden;
}
.newsletter::before{
  content:""; position:absolute; inset: 0;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><circle cx='180' cy='30' r='80' fill='%23eceae3' opacity='.14'/></svg>");
}
.newsletter h3{
  font-weight: 800; font-size: 22px;
  margin: 0 0 8px;
  position:relative;
  letter-spacing: -0.015em;
}
.newsletter p{ color: rgba(244,239,228,.7); font-size:14px; margin: 0 0 18px; position:relative; }
.nl-form{ display:flex; gap: 6px; position:relative; }
.nl-form input{
  flex: 1;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  color: var(--paper);
  padding: 10px 12px;
  font: inherit; font-size: 13px;
  border-radius: var(--radius-sm);
}
.nl-form input::placeholder{ color: rgba(244,239,228,.45); }
.nl-form button{
  background: var(--bone);
  color: var(--navy-900);
  border: none;
  padding: 10px 16px;
  font-weight:600;
  letter-spacing:.12em; text-transform:uppercase;
  font-size: 12px;
  border-radius: var(--radius-sm);
}

/* ===== POLLS ===== */
.poll{
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  overflow: hidden;
}
.poll-head{
  padding: 14px 18px;
  border-bottom: 1px solid var(--rule);
}
.poll-q{
  font-weight: 700;
  font-size: 16px; line-height: 1.2;
  margin: 6px 0 0;
  letter-spacing: -0.005em;
}
.poll-body{ padding: 16px 18px; }
.poll-opt{ margin-bottom: 12px; }
.poll-opt:last-child{ margin-bottom: 0; }
.poll-opt .row{
  display:flex; justify-content:space-between;
  font-size: 13px; margin-bottom: 6px;
  font-weight:500;
}
.poll-opt .row .pct{ color: var(--navy-700); }
.poll-opt .bar{
  height: 8px; background: var(--paper-3); position:relative; border-radius: 1px;
  overflow:hidden;
}
.poll-opt .bar > i{
  position:absolute; left:0; top:0; bottom:0;
  background: var(--navy-700);
}
.poll-opt.lead .bar > i{ background: var(--bone-3); }
.poll-foot{
  padding: 12px 18px;
  border-top: 1px solid var(--rule);
  font-size: 12px; letter-spacing:.06em; text-transform: uppercase;
  color: var(--muted);
  display:flex; justify-content:space-between;
}

/* ===== FOOTER ===== */
footer.site-foot{
  background: var(--navy-900);
  color: var(--paper);
  padding: 60px 0 0;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}
footer.site-foot::before{
  content:""; position:absolute; left:0; right:0; top:0; height: 4px;
  background: var(--bone);
}
.foot-grid{
  display:grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  gap: 36px;
  padding-bottom: 40px;
}
.foot-brand img{
  height: 64px;
  width: auto;
  margin-bottom: 16px;
  display: block;
}
.foot-brand p{ color: rgba(244,239,228,.6); font-size: 13px; line-height: 1.55; max-width: 30ch; }
.foot-col h4{
  font-weight:600;
  font-size: 13px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--bone-2);
  margin: 0 0 16px;
}
.foot-col ul{ list-style:none; padding:0; margin:0; }
.foot-col li{ margin-bottom: 8px; }
.foot-col a{ color: rgba(244,239,228,.75); font-size: 14px; }
.foot-col a:hover{ color: var(--paper); }
.foot-bottom{
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 22px 0;
  display:flex; justify-content:space-between; align-items: center;
  font-size: 12px; color: rgba(244,239,228,.55);
  letter-spacing:.04em;
}
.foot-bottom .socials{ display:flex; gap: 10px; }
.foot-bottom .socials a{
  width:32px; height:32px;
  border: 1px solid rgba(255,255,255,.15);
  display:grid; place-items:center;
  border-radius: var(--radius-sm);
}

/* ============ Placeholder images (striped) ============ */
.ph{
  background:
    repeating-linear-gradient(135deg, rgba(10,21,48,.08) 0 14px, rgba(10,21,48,.14) 14px 28px),
    linear-gradient(180deg, var(--navy-600), var(--navy-800));
  color: var(--paper);
  position: relative;
}
.ph.warm{
  background:
    repeating-linear-gradient(135deg, rgba(40,45,60,.18) 0 14px, rgba(40,45,60,.30) 14px 28px),
    linear-gradient(180deg, #4a4f5a, #23252d);
}
.ph.green{
  background:
    repeating-linear-gradient(135deg, rgba(44,122,61,.22) 0 14px, rgba(44,122,61,.34) 14px 28px),
    linear-gradient(180deg, #1f4f2a, #0e2913);
}
.ph.crowd{
  background:
    repeating-linear-gradient(135deg, rgba(10,21,48,.12) 0 14px, rgba(10,21,48,.22) 14px 28px),
    linear-gradient(180deg, var(--navy-700), var(--navy-900));
}
.ph .ph-label{
  position:absolute; bottom: 10px; left: 12px;
  font-size: 10px; letter-spacing: .1em;
  color: rgba(244,239,228,.6);
  text-transform: uppercase;
}

/* ============ Reels / Shorts ============ */
.reels{ padding: 56px 0 16px; }
.reels-grid{
  display:grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}
.reel{
  position: relative;
  aspect-ratio: 9/16;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--navy-900);
  display:block;
}
.reel .ph{ position:absolute; inset:0; }
.reel .ph img{ width:100%; height:100%; object-fit:cover; }
.reel .scrim{
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(10,21,48,.2) 0%, transparent 30%, transparent 60%, rgba(10,21,48,.92) 100%);
}
.reel .stats{
  position:absolute; top: 10px; left: 10px;
  font-weight: 600; font-size: 11px; letter-spacing:.04em;
  color: var(--paper);
  display:inline-flex; align-items:center; gap: 5px;
  background: rgba(10,21,48,.55);
  padding: 4px 10px; border-radius: 999px;
}
.reel .stats::before{ content: "▶"; font-size: 10px; }
.reel .body{
  position:absolute; left:0; right:0; bottom:0;
  padding: 14px; color: var(--paper);
}
.reel h4{
  font-weight: 500; font-size: 13px; line-height: 1.3; margin: 0;
}
.reel .reel-tag{
  display:inline-block;
  background: var(--red); color: var(--paper);
  font-weight: 700;
  font-size: 10px; letter-spacing:.12em; text-transform: uppercase;
  padding: 4px 9px; margin-bottom: 8px; border-radius: 999px;
}
.reel .play-mini{
  position:absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.35);
  display:grid; place-items:center; color: var(--paper);
  backdrop-filter: blur(4px);
  opacity: 0; transition: opacity .2s;
}
.reel:hover .play-mini{ opacity: 1; }

/* ============ Exclusive ribbon section ============ */
.exclusive{
  background: linear-gradient(135deg, var(--navy-900), var(--navy-700));
  color: var(--paper);
  margin-top: 36px;
  position: relative;
  overflow: hidden;
}
.exclusive::before{
  content:""; position:absolute; inset:0;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 200' preserveAspectRatio='none'><path d='M0 200 L0 130 L100 90 L200 120 L300 70 L400 110 L500 50 L600 100 L700 60 L800 110 L800 200 Z' fill='%23ffffff' opacity='.04'/></svg>") center / cover;
  pointer-events:none;
}
.exclusive .container{ position:relative; padding-top: 36px; padding-bottom: 36px; }
.excl-head{
  display:flex; align-items: baseline; gap: 14px;
  margin-bottom: 24px; padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.excl-head .lock{
  font-weight:700;
  letter-spacing:.18em; text-transform: uppercase;
  font-size: 12px; color: var(--bone-2);
  display:inline-flex; align-items:center; gap: 8px;
}
.excl-head .lock::before{
  content:""; display:inline-block;
  width: 10px; height: 10px;
  background: var(--bone-2); border-radius: 50%;
}
.excl-head h2{
  font-weight: 800; font-size: 26px; letter-spacing: -0.02em; margin: 0;
}
.excl-head .sub{
  color: rgba(244,239,228,.65); font-size: 13px;
  margin-left: auto; font-style: italic;
}
.excl-grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 0;
}
.excl-item{ padding: 0 22px; position: relative; }
.excl-item + .excl-item{ border-left: 1px solid rgba(255,255,255,.12); }
.excl-item:first-child{ padding-left: 0; }
.excl-item:last-child{ padding-right: 0; }
.excl-item .num{
  font-weight: 700; font-size: 36px; line-height: 1;
  color: rgba(255,255,255,.15); margin-bottom: 8px;
}
.excl-item .kicker{ color: var(--bone-2); margin-bottom: 6px; }
.excl-item h3{
  font-weight: 700; font-size: 17px; line-height: 1.18;
  margin: 0 0 10px; letter-spacing: -0.005em;
}
.excl-item h3 a{ color: inherit; }
.excl-item h3 a:hover{ color: var(--bone-2); }
.excl-item .meta{ color: rgba(244,239,228,.55); }

/* ============ TV Program widget ============ */
.tv-row{
  display:grid;
  grid-template-columns: 60px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px 18px;
  border-top: 1px solid var(--rule);
}
.tv-row:first-of-type{ border-top: none; }
.tv-time{
  font-size: 16px; font-weight: 600;
  color: var(--navy-900); letter-spacing:.02em;
}
.tv-match{ font-size: 13px; font-weight: 500; line-height: 1.25; }
.tv-match .league{
  display:block; font-size: 10px; letter-spacing:.12em;
  text-transform: uppercase; color: var(--muted);
  font-weight: 500; margin-top: 3px;
}
.tv-channel{
  font-weight: 600; font-size: 10px; letter-spacing:.06em;
  background: var(--navy-900); color: var(--paper);
  padding: 4px 9px; border-radius: 999px; white-space: nowrap;
}
.tv-row.live .tv-time{ color: var(--red); }
.tv-row.live .tv-time::before{
  content:""; display:inline-block;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--red); margin-right: 6px;
  vertical-align: 0.16em;
  animation: pulse 1.4s infinite;
}

@keyframes pulse{
  0%{ box-shadow: 0 0 0 0 rgba(200,49,43,.5); }
  100%{ box-shadow: 0 0 0 10px rgba(200,49,43,0); }
}

/* ============ Apenanti (rivals) ============ */
.apenanti{ padding: 56px 0 24px; }
.apenanti-grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: var(--gap);
}
.rival-card{
  background: var(--paper);
  border: 1px solid var(--rule);
  padding: 22px;
  position: relative;
  transition: transform .2s, box-shadow .2s;
}
.rival-card:hover{ transform: translateY(-2px); box-shadow: var(--shadow-md); }
.rival-card .crest-box{
  width: 54px; height: 54px;
  background: var(--paper-2);
  display:grid; place-items: center;
  font-weight:700; font-size: 12px;
  color: var(--navy-900); letter-spacing:.04em;
  border: 1px solid var(--rule);
  margin-bottom: 16px; border-radius: 999px;
}
.rival-card .club{
  font-weight:600; font-size: 13px; letter-spacing:.12em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 6px;
}
.rival-card h3{
  font-weight: 700; font-size: 17px; line-height: 1.2;
  margin: 0 0 10px; letter-spacing: -0.005em;
}
.rival-card h3 a{ color: inherit; }
.rival-card .meta{ font-size: 11px; }

/* ============ ARTICLE PAGE ============ */
.article-head{
  padding: 50px 0 30px;
  border-bottom: 1px solid var(--rule);
  background: linear-gradient(180deg, transparent, rgba(10,21,48,.03));
}
.crumbs{
  font-size: 12px; letter-spacing:.14em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 22px;
}
.crumbs a{ color: var(--navy-700); }
.crumbs .sep{ margin: 0 8px; opacity: .4; }
.article-tag{
  display:inline-block;
  background: var(--navy-900); color: var(--paper);
  padding: 7px 14px;
  font-weight: 700; font-size: 11px; letter-spacing:.14em;
  text-transform: uppercase; margin-bottom: 18px;
  border-radius: 999px; white-space: nowrap;
}
.article-tag.red{ background: var(--red); }
.article-headline{
  font-weight: 800;
  font-size: clamp(34px, 4.2vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  margin: 0 0 22px;
  max-width: 22ch;
}
.article-dek{
  font-size: 20px; line-height: 1.45;
  color: var(--ink-2);
  margin: 0 0 28px;
  max-width: 60ch;
}
.byline-row{
  display:flex; align-items:center; gap: 14px;
  padding-top: 18px; border-top: 1px solid var(--rule);
  flex-wrap: wrap;
}
.byline-row .av{
  width: 42px; height: 42px; border-radius:50%;
  background: linear-gradient(135deg, var(--navy-700), var(--navy-900));
  border: 2px solid var(--paper);
  display:grid; place-items:center;
  color: var(--bone-2); font-weight:700;
  flex-shrink: 0; overflow: hidden;
}
.byline-row .av img{ width:100%; height:100%; object-fit:cover; }
.byline-row .name{ font-weight: 600; font-size: 14px; }
.byline-row .time{
  font-size: 12px; letter-spacing:.08em; text-transform: uppercase;
  color: var(--muted);
}
.byline-row .actions{ margin-left: auto; display:flex; gap: 8px; }
.share-btn{
  display:inline-flex; align-items:center; gap: 6px;
  border: 1px solid var(--rule);
  background: var(--paper); padding: 8px 12px;
  font-size: 11px; letter-spacing:.12em; text-transform: uppercase;
  color: var(--navy-900); border-radius: var(--radius-sm);
}
.share-btn:hover{ background: var(--paper-2); }
.share-btn svg{ width: 14px; height: 14px; }

.article-hero{
  width: 100%; aspect-ratio: 16/8;
  background: var(--navy-800);
  border-radius: var(--radius);
  overflow:hidden; position: relative;
  margin: 0 0 12px;
}
.article-hero img{ width:100%; height:100%; object-fit:cover; }
.article-hero .ph{ width:100%; height:100%; }
.article-hero .caption{
  margin: 12px 4px 0; font-size: 13px;
  color: var(--muted); font-style: italic;
}

.article-body{
  display:grid;
  grid-template-columns: 80px minmax(0, 1fr) 280px;
  gap: 40px;
  padding-top: 48px;
  max-width: 1200px;
  margin: 0 auto;
}
.share-rail{
  position: sticky; top: 24px;
  align-self: start;
  display:flex; flex-direction:column; gap: 8px;
}
.share-rail .lbl{
  writing-mode: vertical-rl; transform: rotate(180deg);
  font-size: 11px; letter-spacing:.18em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 8px;
}
.share-rail a{
  width: 40px; height: 40px;
  border: 1px solid var(--rule);
  background: var(--paper);
  display:grid; place-items:center;
  color: var(--navy-900); border-radius: var(--radius-sm);
}
.share-rail a:hover{ background: var(--navy-900); color: var(--paper); }

/* Prose */
.prose{ font-size: 18px; line-height: 1.7; color: var(--ink); }
.prose > p:first-of-type::first-letter{
  font-weight: 700; font-size: 78px;
  float: left; line-height: .9;
  padding: 6px 12px 0 0;
  color: var(--navy-900);
}
.prose p{ margin: 0 0 22px; }
.prose h2{
  font-weight: 800; font-size: 26px; line-height: 1.15;
  margin: 38px 0 18px; letter-spacing: -0.02em;
}
.prose h2::before{
  content:""; display:inline-block;
  width: 8px; height: 8px; background: var(--navy-900);
  border-radius: 50%; margin-right: 12px; vertical-align: 0.18em;
}
.prose blockquote{
  border-left: 4px solid var(--navy-900);
  margin: 32px 0; padding: 6px 0 6px 28px;
  font-style: italic; font-size: 26px; line-height: 1.3;
  color: var(--navy-900);
}
.prose blockquote cite{
  display:block; font-style: normal;
  font-size: 12px; letter-spacing:.14em; text-transform: uppercase;
  color: var(--muted); margin-top: 14px;
}
.prose figure{ margin: 32px 0; }
.prose figure .ph{ aspect-ratio: 16/9; border-radius: var(--radius-sm); }
.prose figure img{ border-radius: var(--radius-sm); width:100%; }
.prose figcaption{
  font-size: 13px; color: var(--muted);
  font-style: italic; margin-top: 8px;
}
.prose ul{ margin: 0 0 22px; padding-left: 20px; }
.prose ul li{ margin-bottom: 8px; }
.prose strong{ color: var(--navy-900); }
.prose a{ color: var(--navy-700); text-decoration: underline; }
.prose img{ border-radius: var(--radius-sm); margin: 24px 0; }

/* Factbox */
.factbox{
  background: var(--navy-900); color: var(--paper);
  padding: 28px 30px; margin: 32px 0;
  border-radius: var(--radius); border-left: 5px solid var(--bone);
}
.factbox h4{
  font-size: 12px; letter-spacing:.18em; text-transform: uppercase;
  color: var(--bone-2); margin: 0 0 14px;
}
.factbox h3{
  font-weight: 800; font-size: 22px; line-height: 1.2;
  margin: 0 0 14px; letter-spacing: -0.015em;
}
.factbox ul{ margin: 0; padding-left: 18px; font-size: 15px; color: rgba(244,239,228,.85); }
.factbox li{ margin-bottom: 8px; }
.factbox li strong{ color: var(--paper); }

.article-aside{
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 24px;
  align-self: start;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding-right: 4px;
}
.article-aside::-webkit-scrollbar{ width: 6px; }
.article-aside::-webkit-scrollbar-track{ background: transparent; }
.article-aside::-webkit-scrollbar-thumb{ background: var(--rule); border-radius: 999px; }
.article-aside::-webkit-scrollbar-thumb:hover{ background: var(--navy-700); }

/* Latest news with scroll */
.aside-latest .aside-scroll{
  max-height: 480px;
  overflow-y: auto;
  padding-right: 6px;
  margin-right: -6px;
}
.aside-latest .aside-scroll::-webkit-scrollbar{ width: 6px; }
.aside-latest .aside-scroll::-webkit-scrollbar-track{ background: rgba(0,0,0,.04); border-radius: 999px; }
.aside-latest .aside-scroll::-webkit-scrollbar-thumb{ background: var(--navy-700); border-radius: 999px; opacity: .5; }
.aside-latest .aside-scroll::-webkit-scrollbar-thumb:hover{ background: var(--navy-900); }
.aside-latest h4{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.aside-latest h4::before{
  content: "";
  display: inline-block;
  width: 8px; height: 8px;
  background: var(--red);
  border-radius: 50%;
  animation: zos-live-pulse 2s ease-out infinite;
}
.aside-box{
  background: var(--paper-2);
  padding: 24px;
  border-radius: var(--radius);
}
.aside-box h4{
  font-size: 12px; letter-spacing:.16em; text-transform: uppercase;
  color: var(--navy-900); margin: 0 0 20px;
  padding-bottom: 0; border-bottom: none;
  font-weight: 700;
}
.aside-item{
  display:grid; grid-template-columns: 70px 1fr;
  gap: 14px; padding: 14px 0;
  border-top: 1px solid var(--rule);
  color: inherit;
  transition: opacity .2s;
}
.aside-item:hover{ opacity: 0.8; }
.aside-item:first-of-type{ border-top: none; padding-top: 0; }
.aside-item .ph{ aspect-ratio: 1; border-radius: var(--radius-sm); overflow:hidden; }
.aside-item .ph img{ width:100%; height:100%; object-fit:cover; }
.aside-item h5{
  font-weight: 700; font-size: 14px; line-height: 1.2;
  margin: 0 0 4px; letter-spacing: -0.005em;
  color: var(--navy-900);
}
.aside-item:hover h5{ color: var(--navy-700); }
.aside-item .meta{ font-size: 11px; color: var(--muted); }

/* Tags row */
.tags-row{
  margin: 30px 0; padding: 22px 0;
  border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
  display:flex; gap: 8px; flex-wrap: wrap; align-items: center;
}
.tags-row .tag-lbl{
  font-size: 12px; letter-spacing:.14em; text-transform: uppercase;
  color: var(--muted); margin-right: 6px;
}
.tags-row a{
  background: var(--paper-2); padding: 7px 14px;
  font-weight: 500; font-size: 12px;
  color: var(--navy-900); border: 1px solid var(--rule); border-radius: 999px;
}
.tags-row a:hover{ background: var(--navy-900); color: var(--paper); border-color: var(--navy-900); }

/* Author bio */
.author-bio{
  padding: 24px 0;
  margin: 30px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.author-bio h4{
  font-size: 13px; letter-spacing:.14em; text-transform: uppercase;
  color: var(--muted); margin: 0 0 8px;
}
.author-bio h3{
  font-weight: 800; font-size: 22px; margin: 0 0 10px;
  letter-spacing: -0.015em;
}
.author-bio p{ font-size: 14px; color: var(--ink-2); margin: 0; }

/* Comments */
.comments-section{ padding: 40px 0; }
.comments-section h3{
  font-weight: 800; font-size: 22px;
  margin: 0 0 24px; padding-bottom: 8px;
  border-bottom: 2px solid var(--navy-900); letter-spacing: -0.015em;
}
.comment{
  display:grid; grid-template-columns: 48px 1fr;
  gap: 16px; padding: 20px 0;
  border-top: 1px solid var(--rule);
}
.comment:first-of-type{ border-top: none; }
.comment .av{
  width: 48px; height: 48px; border-radius:50%;
  background: var(--paper-2); border: 1px solid var(--rule);
  display:grid; place-items:center;
  font-weight:700; color: var(--navy-700); overflow: hidden;
}
.comment .av img{ width:100%; height:100%; object-fit:cover; }
.comment .head{
  display:flex; gap: 10px; align-items: baseline; margin-bottom: 8px;
}
.comment .name{ font-weight: 600; }
.comment .time{
  font-size: 11px; letter-spacing:.08em; text-transform: uppercase; color: var(--muted);
}
.comment p{ margin: 0 0 10px; font-size: 15px; line-height: 1.55; }
.comment .reply-link{
  font-size: 11px; letter-spacing:.12em; text-transform: uppercase; color: var(--navy-700);
}

.comment-form{
  background: var(--paper-2); padding: 28px;
  border-radius: var(--radius); margin-top: 30px;
}
.comment-form h4{ font-weight: 700; font-size: 16px; margin: 0 0 16px; letter-spacing: -0.005em; }
.comment-form textarea{
  width: 100%; background: var(--paper);
  border: 1px solid var(--rule); padding: 14px;
  font: inherit; font-size: 15px; min-height: 110px;
  border-radius: var(--radius-sm); margin-bottom: 12px; resize: vertical;
}
.comment-form .form-row{ display:flex; gap: 10px; align-items: center; justify-content:space-between; flex-wrap: wrap; }
.comment-form .form-row input{
  flex: 1; min-width: 140px;
  background: var(--paper); border: 1px solid var(--rule);
  padding: 10px 12px; font: inherit; font-size: 14px;
  border-radius: var(--radius-sm);
}
.btn-primary{
  background: var(--navy-900); color: var(--paper);
  border: none; padding: 12px 22px;
  font-weight:600; letter-spacing:.14em; text-transform: uppercase;
  font-size: 12px; border-radius: var(--radius-sm); cursor: pointer;
}
.btn-primary:hover{ background: var(--bone); color: var(--navy-900); }

/* WordPress comment list reset */
.comment-list{ list-style: none; padding: 0; margin: 0; }
.comment-list .comment{ display:grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid var(--rule); }
.comment-list .comment:first-child{ border-top: none; }
.comment-list .comment-author .avatar{ border-radius: 50%; width: 48px; height: 48px; }
.comment-list .comment-meta .comment-author b{ font-weight: 600; }
.comment-list .comment-meta .comment-metadata a{ font-size: 11px; letter-spacing:.08em; text-transform: uppercase; color: var(--muted); }
.comment-list .comment-meta .comment-metadata a:hover{ color: var(--navy-700); }
.comment-list .comment-content p{ font-size: 15px; line-height: 1.55; margin: 8px 0 0; }
.comment-list .reply{ margin-top: 8px; }
.comment-list .reply a{ font-size: 11px; letter-spacing:.12em; text-transform: uppercase; color: var(--navy-700); }

/* Read more strip */
.read-more{
  margin: 80px 0 20px;
  padding: 60px 40px;
  background: linear-gradient(135deg, rgba(10,21,48,.03) 0%, rgba(244,239,228,.05) 100%);
  border-radius: var(--radius-lg);
}
.read-more h2{
  font-weight: 800; font-size: 28px;
  margin: 0 0 32px; padding-bottom: 0;
  letter-spacing: -0.02em;
  color: var(--navy-900);
}
.read-more .grid-3 {
  gap: 28px;
}

/* ===== ARTICLE V2 — Full-width, no sidebar ===== */
.container.narrow{
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.article-head.v2{
  padding: 40px 0 24px;
}
.article-head.v2 .article-headline{
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 800;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 12px 0 18px;
  max-width: 100%;
  color: var(--navy-900);
}
.article-head.v2 .article-dek{
  font-size: 19px;
  line-height: 1.5;
  color: var(--ink-2);
  max-width: 100%;
  margin: 0 0 28px;
  font-weight: 400;
}

/* Byline row with horizontal share */
.byline-row.v2{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  margin: 24px 0 0;
  flex-wrap: wrap;
}
.byline-row.v2 .byline-info{
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.byline-row.v2 .name{
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--navy-900);
}
.byline-row.v2 .time{
  font-size: 12px;
  color: var(--muted);
  letter-spacing: .02em;
}

/* Horizontal share bar at top */
.share-bar-top{
  display: flex;
  align-items: center;
  gap: 8px;
}
.share-btn-icon{
  width: 38px; height: 38px;
  display: grid; place-items: center;
  border: 1px solid var(--rule);
  border-radius: 50%;
  background: var(--paper);
  color: var(--navy-900);
  text-decoration: none;
  cursor: pointer;
  transition: all .2s ease;
  padding: 0;
}
.share-btn-icon:hover{
  background: var(--navy-900);
  color: var(--paper);
  border-color: var(--navy-900);
  transform: translateY(-2px);
}
.share-btn-icon.is-saved{
  background: var(--navy-900);
  color: var(--paper);
  border-color: var(--navy-900);
}

/* Article hero image */
.article-hero-section{
  padding: 28px 0 8px;
}
.article-hero-section .article-hero{
  aspect-ratio: 16/9;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--paper-2);
}
.article-hero-section .article-hero img{
  width: 100%; height: 100%;
  object-fit: cover;
}
.article-hero-caption{
  font-size: 13px;
  color: var(--muted);
  font-style: italic;
  margin-top: 10px;
  text-align: center;
}

/* Article body — narrow, no sidebar */
.article-body-section{
  padding: 32px 0 16px;
}
.prose.v2{
  font-size: 19px;
  line-height: 1.75;
  color: var(--ink);
  max-width: 100%;
}
.prose.v2 > p:first-of-type::first-letter{
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 800;
  font-size: 84px;
  float: left;
  line-height: .9;
  padding: 8px 14px 0 0;
  color: var(--navy-900);
}
.prose.v2 p{ margin: 0 0 24px; }
.prose.v2 h2{
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.15;
  margin: 44px 0 20px;
  letter-spacing: -0.02em;
  color: var(--navy-900);
}
.prose.v2 h3{
  font-weight: 700;
  font-size: 22px;
  margin: 32px 0 14px;
  letter-spacing: -0.015em;
  color: var(--navy-900);
}
.prose.v2 blockquote{
  border-left: 4px solid var(--navy-900);
  margin: 36px 0;
  padding: 8px 0 8px 32px;
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  font-size: 26px;
  line-height: 1.35;
  color: var(--navy-900);
}
.prose.v2 figure{ margin: 36px 0; }
.prose.v2 figure img{
  width: 100%;
  border-radius: var(--radius);
}
.prose.v2 figcaption{
  font-size: 13px;
  color: var(--muted);
  font-style: italic;
  margin-top: 10px;
  text-align: center;
}
.prose.v2 img{
  border-radius: var(--radius);
  margin: 24px 0;
}
.prose.v2 ul, .prose.v2 ol{
  margin: 0 0 24px;
  padding-left: 24px;
}
.prose.v2 ul li, .prose.v2 ol li{ margin-bottom: 10px; }
.prose.v2 a{
  color: var(--navy-900);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.prose.v2 a:hover{ color: var(--red); }

/* Article actions area */
.article-actions{
  margin: 40px 0 24px;
  text-align: center;
}

/* Author bio without photo */
.author-bio.v2{
  display: block;
  padding: 28px 0;
  margin: 40px 0 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.author-bio.v2 h4{
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 8px;
}
.author-bio.v2 h3{
  font-weight: 800;
  font-size: 22px;
  margin: 0 0 10px;
  letter-spacing: -0.015em;
  color: var(--navy-900);
}
.author-bio.v2 p{
  font-size: 15px;
  color: var(--ink-2);
  margin: 0;
  line-height: 1.55;
}

/* Read more v2 — full width */
.read-more.v2{
  margin: 60px 0 40px;
  padding: 56px 0;
  background: var(--paper-2);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  border-radius: 0;
}
.read-more.v2 .container{
  max-width: 1200px;
}
.read-more.v2 h2{
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 800;
  font-size: 32px;
  margin: 0 0 32px;
  letter-spacing: -0.02em;
  color: var(--navy-900);
  text-align: center;
}
.read-more.v2 .read-more-grid{
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 40px;
}

/* Article nav — prev/next */
.article-nav{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--rule);
}
.article-nav-btn{
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 24px;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  text-decoration: none;
  color: var(--navy-900);
  transition: all .25s ease;
}
.article-nav-btn:hover{
  background: var(--navy-900);
  color: var(--paper);
  border-color: var(--navy-900);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -16px rgba(10,21,48,.4);
}
.article-nav-btn.prev{ justify-content: flex-start; text-align: left; }
.article-nav-btn.next{ justify-content: flex-end; text-align: right; }
.article-nav-btn .nav-arrow{
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
}
.article-nav-btn .nav-content{
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}
.article-nav-btn .nav-label{
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .65;
}
.article-nav-btn .nav-title{
  font-weight: 700;
  font-size: 15px;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Newsletter at bottom */
.article-newsletter-section{
  padding: 40px 0 60px;
}

/* Responsive */
@media (max-width: 720px){
  .container.narrow{ padding-left: 16px; padding-right: 16px; }
  .article-head.v2 .article-headline{ font-size: clamp(26px, 7vw, 36px); }
  .article-head.v2 .article-dek{ font-size: 16px; }
  .byline-row.v2{ flex-direction: column; align-items: flex-start; gap: 14px; }
  .share-bar-top{ flex-wrap: wrap; }
  .share-btn-icon{ width: 34px; height: 34px; }
  .prose.v2{ font-size: 17px; }
  .prose.v2 > p:first-of-type::first-letter{ font-size: 60px; }
  .prose.v2 h2{ font-size: 24px; }
  .prose.v2 blockquote{ font-size: 20px; padding-left: 20px; }
  .read-more.v2 .read-more-grid{ grid-template-columns: 1fr; }
  .article-nav{ grid-template-columns: 1fr; }
  .article-nav-btn.next{ justify-content: flex-start; text-align: left; }
  .article-nav-btn.next .nav-arrow{ order: -1; }
}
@media (max-width: 1080px){
  .read-more.v2 .read-more-grid{ grid-template-columns: 1fr 1fr; }
}

/* ===== Archive & Search ===== */
.archive-head{
  padding: 48px 0 32px;
  border-bottom: 1px solid var(--rule);
}
.archive-head .kicker{ color: var(--navy-700); margin-bottom: 8px; }
.archive-head h1{
  font-weight: 800; font-size: clamp(36px, 4vw, 56px);
  line-height: 1.02; letter-spacing: -0.025em; margin: 0 0 12px;
}
.archive-head p{ font-size: 17px; color: var(--ink-2); max-width: 60ch; margin: 0; }

.pagination{
  display:flex; justify-content:center; gap: 8px;
  padding: 48px 0;
}
.pagination a, .pagination span{
  width: 40px; height: 40px;
  display:grid; place-items:center;
  border: 1px solid var(--rule);
  border-radius: var(--radius-sm);
  font-weight: 600; font-size: 14px;
  color: var(--navy-900);
}
.pagination a:hover{ background: var(--navy-900); color: var(--paper); border-color: var(--navy-900); }
.pagination .current{ background: var(--navy-900); color: var(--paper); border-color: var(--navy-900); }

/* ===== Search overlay ===== */
.search-overlay{
  position: fixed; inset:0; z-index: 1000;
  background: rgba(10,21,48,.92);
  display:none; place-items:center;
  backdrop-filter: blur(8px);
}
.search-overlay.active{ display:grid; }
.search-overlay form{
  width: min(600px, 90vw);
  display:flex; gap: 12px;
}
.search-overlay input{
  flex:1;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
  color: var(--paper); padding: 16px 20px;
  font: inherit; font-size: 20px; border-radius: var(--radius-sm);
}
.search-overlay input::placeholder{ color: rgba(255,255,255,.4); }
.search-overlay button{
  background: var(--bone); color: var(--navy-900);
  border: none; padding: 16px 24px;
  font-weight:700; font-size: 14px; letter-spacing:.14em; text-transform:uppercase;
  border-radius: var(--radius-sm);
}
.search-overlay .close{
  position: absolute; top: 24px; right: 24px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
  color: var(--paper); width: 48px; height: 48px;
  display:grid; place-items:center; border-radius: 50%;
  font-size: 20px; cursor:pointer;
}

/* ===== 404 ===== */
.error-404{
  padding: 120px 0;
  text-align: center;
}
.error-404 .big-num{
  font-weight: 800; font-size: clamp(100px, 15vw, 180px);
  line-height: 1; letter-spacing: -0.05em;
  color: var(--navy-900); margin-bottom: 24px;
  opacity: .12;
}
.error-404 h1{ font-weight: 800; font-size: 36px; margin: 0 0 16px; letter-spacing: -0.02em; }
.error-404 p{ font-size: 18px; color: var(--ink-2); max-width: 44ch; margin: 0 auto 32px; }

/* WordPress Alignment helpers */
.alignleft{ float:left; margin: 0 24px 16px 0; }
.alignright{ float:right; margin: 0 0 16px 24px; }
.aligncenter{ margin: 0 auto 16px; display:block; }
.wp-caption{ max-width:100%; }
.wp-caption-text{ font-size:13px; color:var(--muted); font-style:italic; margin-top:8px; }
.wp-block-image figcaption{ font-size:13px; color:var(--muted); font-style:italic; }

/* ===== Stretch link helper ===== */
.stretch-link{
  position:absolute; inset:0;
  z-index: 1;
}

/* ===== Mobile nav — always visible, horizontal scroll ===== */
@media (max-width: 860px){
  .nav-toggle{ display: none !important; }
  .mainnav{ display: block; }
  .mainnav ul{
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    scrollbar-width: none;
  }
  .mainnav ul::-webkit-scrollbar{ display: none; }
  .mainnav a{
    white-space: nowrap;
    font-size: 14px;
    padding: 14px 16px;
  }
}

/* ===== Responsive ===== */
@media (max-width: 1080px){
  /* Tablet: compact masthead so the hero gets more room */
  .masthead .container{ padding-top: 14px; }
  .brand{ padding: 2px 0 10px; }
  .brand img{ height: 62px; }
  .masthead-cta{ top: 13px; right: 16px; }
  .mainnav{ margin-top: 6px; }
  .mainnav a{ padding: 11px 16px; font-size: 13px; }
  .hero-grid{ grid-template-columns: 1fr; }
  .matchstrip .container{ grid-template-columns: 1fr; gap: 24px; }
  .ms-col + .ms-col{ border-left: none; border-top: 1px solid rgba(255,255,255,.12); padding-top: 24px; }
  .video-grid{ grid-template-columns: 1fr 1fr; }
  .video-card.lead{ grid-column: 1 / -1; }
  .video-card.lead .ph{ min-height: 280px; }
  .split{ grid-template-columns: 1fr; }
  .foot-grid{ grid-template-columns: 1fr 1fr; }
  .grid-4{ grid-template-columns: 1fr 1fr; }
  .article-body{ grid-template-columns: 1fr; }
  .share-rail{ flex-direction: row; position: static; }
  .share-rail .lbl{ writing-mode: horizontal-tb; transform: none; margin: 0; align-self: center; }
  .excl-grid{ grid-template-columns: 1fr 1fr; gap: 24px 0; }
  .excl-item{ padding: 0 14px; }
  .excl-item:nth-child(3){ border-left: none; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); }
  .excl-item:nth-child(4){ padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); }
  .apenanti-grid{ grid-template-columns: 1fr 1fr; }
  .reels-grid{ grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px){
  .mainnav ul{ overflow-x:auto; flex-wrap: nowrap; }
  .mainnav a{ white-space: nowrap; }
  .hero-main h1{ font-size: 30px; }
  .grid-3, .grid-4{ grid-template-columns: 1fr; }
  .side-card{ grid-template-columns: 100px 1fr; }
  .column-row{ grid-template-columns: 1fr; }
  .column-row .portrait{ min-height: 200px; }
  .foot-grid{ grid-template-columns: 1fr; }
  .apenanti-grid{ grid-template-columns: 1fr; }
  .reels-grid{ grid-template-columns: repeat(2, 1fr); }
  .brand img{ height: 52px; }
  .article-body{ grid-template-columns: 1fr; }
  .author-bio{ grid-template-columns: 1fr; }
}

/* ========================================================================
   ZOSIMADES — Visual & Motion upgrade
   Dark mode · serif headlines · scroll reveals · skeleton loaders ·
   refined hovers · polished placeholders
   ======================================================================== */

/* ----- Smooth color transitions when toggling theme ----- */
html{
  color-scheme: light;
}
html[data-theme="dark"]{
  color-scheme: dark;
}
body,
.side-card,
.box,
.box-head,
.poll,
.rival-card,
.fixture-row,
.standings-full th,
.standings-full td,
.tv-row,
.card-text{
  transition: background-color .35s ease, color .35s ease, border-color .35s ease;
}

/* ----- Dark mode tokens (only the "paper" surfaces invert; navy stays navy) ----- */
html[data-theme="dark"]{
  --paper:    #0d1626;
  --paper-2:  #131e33;
  --paper-3:  #1a2540;
  --ink:      #ecebe4;
  --ink-2:    #c9c8c0;
  --muted:    #8b92a3;
  --rule:     #243250;

  --bone:     #efe7d2;
  --bone-2:   #f6f1e0;
  --bone-3:   #9a9586;

  --shadow-lg: 0 28px 60px -30px rgba(0,0,0,.65);
  --shadow-md: 0 10px 30px -18px rgba(0,0,0,.7);
}

/* Dark mode — secondary surface fixes for elements with hard-coded backgrounds */
html[data-theme="dark"] .side-card,
html[data-theme="dark"] .box,
html[data-theme="dark"] .rival-card,
html[data-theme="dark"] .poll{
  background: var(--paper-2);
  border-color: var(--rule);
}
html[data-theme="dark"] .card-text{ border-color: var(--rule); }
html[data-theme="dark"] .standings-full tr.pas td{
  background: rgba(239,231,210,.08);
  color: var(--bone-2);
}
html[data-theme="dark"] .tv-channel{
  background: var(--navy-700);
}
html[data-theme="dark"] .section-head{ border-bottom-color: var(--rule); }
html[data-theme="dark"] .section-head h2::before{ background: var(--bone); }
html[data-theme="dark"] .section-head .more{ color: var(--bone-2); }
html[data-theme="dark"] .card h3 a:hover{ color: var(--bone-2); }
html[data-theme="dark"] .fixture-row .date strong{ color: var(--bone-2); }
html[data-theme="dark"] .fixture-row{ border-color: var(--rule); }
html[data-theme="dark"] .tv-row{ border-color: var(--rule); }
html[data-theme="dark"] .poll-head,
html[data-theme="dark"] .poll-foot{ border-color: var(--rule); }
html[data-theme="dark"] .poll-opt .bar{ background: var(--paper-3); }
html[data-theme="dark"] .poll-opt .bar > i{ background: var(--bone-2); }
html[data-theme="dark"] .tv-time{ color: var(--bone-2); }
html[data-theme="dark"] .crumbs a{ color: var(--bone-2); }
html[data-theme="dark"] .tags-row a{ color: var(--ink); border-color: var(--rule); background: var(--paper-2); }
html[data-theme="dark"] .author-bio{ background: var(--paper-2); border-color: var(--rule); }
html[data-theme="dark"] .author-bio h3{ color: var(--bone-2); }
html[data-theme="dark"] .comments-section{ border-color: var(--rule); }

/* Theme toggle button icon swap */
.js-theme-toggle .icon-sun,
.js-theme-toggle .icon-moon{ display: block; }
html .js-theme-toggle .icon-sun{ display: none; }
html .js-theme-toggle .icon-moon{ display: block; }
html[data-theme="dark"] .js-theme-toggle .icon-sun{ display: block; }
html[data-theme="dark"] .js-theme-toggle .icon-moon{ display: none; }
.js-theme-toggle svg{ transition: transform .35s ease; }
.js-theme-toggle:hover svg{ transform: rotate(15deg); }

/* ----- Serif headlines (Fraunces) — used selectively on big editorial titles ----- */
.hero-main h1,
.article-headline,
.column-row h2,
.video-card.lead h3,
.card-lg h3,
.excl-head h2,
.error-404 .big-num,
.error-404 h1{
  font-family: 'Fraunces', 'Source Serif Pro', Georgia, serif;
  font-variation-settings: "opsz" 144, "SOFT" 50;
  text-transform: none;
  letter-spacing: -0.02em;
}
.hero-main h1{ font-weight: 700; }
.article-headline{ font-weight: 800; }
.column-row h2{ font-weight: 700; font-style: italic; }
.excl-head h2{ font-weight: 700; }

/* Drop-cap on the first paragraph of a long article */
.prose > p:first-of-type::first-letter{
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: 3.4em;
  float: left;
  line-height: .92;
  padding: 6px 12px 0 0;
  color: var(--navy-900);
}
html[data-theme="dark"] .prose > p:first-of-type::first-letter{ color: var(--bone-2); }

/* ----- Scroll-reveal animation ----- */
.reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms),
              transform .8s cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.reveal.in{
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce){
  .reveal{ opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ----- Skeleton / shimmer placeholder while images load ----- */
.ph{
  background-color: var(--paper-2);
}
/* Shimmer only when an image is actually expected inside the placeholder */
.ph:has(img)::after{
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(
    105deg,
    transparent 20%,
    rgba(255,255,255,.18) 50%,
    transparent 80%
  );
  background-size: 220% 100%;
  background-repeat: no-repeat;
  animation: zos-shimmer 1.6s linear infinite;
  pointer-events: none;
  z-index: 0;
  opacity: 1;
  transition: opacity .5s ease;
}
.ph.has-image::after,
.ph.loaded::after{ opacity: 0; animation: none; }

/* Image transitions — fade-in is JS-driven; without JS, images stay visible */
.ph img{ transition: opacity .55s ease, transform .55s cubic-bezier(.2,.7,.2,1); }
.ph img:not(.img-loaded){ /* JS adds .img-loaded when ready; no-JS default = visible */ }

@keyframes zos-shimmer{
  0%   { background-position: 220% 0; }
  100% { background-position: -220% 0; }
}
html[data-theme="dark"] .ph::after{
  background: linear-gradient(
    105deg,
    transparent 20%,
    rgba(255,255,255,.06) 50%,
    transparent 80%
  );
  background-size: 220% 100%;
  background-repeat: no-repeat;
}
html[data-theme="dark"] .ph::before{
  background-image: url("./assets/logo-white.png");
  opacity: 0.08;
}
@media (prefers-reduced-motion: reduce){
  .ph::after{ animation: none; }
}

/* ----- Polished placeholders — softer gradients with subtle grain + ZOSIMADES logo ----- */
.ph{
  background-image:
    radial-gradient(circle at center, rgba(255,255,255,.08), transparent 60%),
    radial-gradient(120% 80% at 20% 0%, rgba(255,255,255,.06), transparent 55%),
    radial-gradient(80% 100% at 100% 100%, rgba(0,0,0,.18), transparent 60%),
    repeating-linear-gradient(135deg, rgba(10,21,48,.05) 0 18px, rgba(10,21,48,.10) 18px 36px),
    linear-gradient(160deg, var(--navy-600), var(--navy-900));
  background-position: center, 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, auto, auto, auto;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat, no-repeat;
}
/* Show logo watermark in placeholder */
.ph::before{
  content: "";
  position: absolute; inset: 0;
  background-image: url("./assets/logo.png");
  background-size: 60px 60px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
}
.ph.warm{
  background-image:
    radial-gradient(120% 80% at 20% 0%, rgba(255,255,255,.05), transparent 55%),
    repeating-linear-gradient(135deg, rgba(40,45,60,.10) 0 18px, rgba(40,45,60,.20) 18px 36px),
    linear-gradient(160deg, #4a4f5a, #1b1d24);
}
.ph.green{
  background-image:
    radial-gradient(120% 80% at 20% 0%, rgba(255,255,255,.05), transparent 55%),
    repeating-linear-gradient(135deg, rgba(44,122,61,.16) 0 18px, rgba(44,122,61,.26) 18px 36px),
    linear-gradient(160deg, #235832, #0c2412);
}
.ph.crowd{
  background-image:
    radial-gradient(120% 80% at 20% 0%, rgba(255,255,255,.05), transparent 55%),
    repeating-linear-gradient(135deg, rgba(10,21,48,.10) 0 18px, rgba(10,21,48,.20) 18px 36px),
    linear-gradient(160deg, var(--navy-700), #06101f);
}

/* Position image above the shimmer pseudo-element */
.ph > img,
.ph > .wp-post-image{ position: relative; z-index: 1; }
.ph .pill{ z-index: 2; }

/* ----- Refined image hover effects ----- */
.card .ph,
.side-card .ph,
.video-card .ph,
.rival-card,
.reel,
.aside-item .ph{
  overflow: hidden;
  isolation: isolate;
}
.side-card .ph img,
.video-card .ph img,
.aside-item .ph img,
.reel .ph img{
  transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .55s ease;
}
.side-card:hover .ph img,
.video-card:hover .ph img,
.aside-item:hover .ph img,
.reel:hover .ph img{
  transform: scale(1.05);
}
/* Keep the logo watermark on cards too (no override) */
.card .ph::before,
.side-card .ph::before,
.video-card .ph::before{
  content: "";
  position: absolute; inset: 0;
  background-image: url("./assets/logo.png");
  background-size: 60px 60px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
}
/* Hover overlay via ::after (after the image) */
.card .ph::after,
.side-card .ph::after,
.video-card .ph::after{
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(10,21,48,.25));
  opacity: 0;
  transition: opacity .35s ease;
  z-index: 2;
  pointer-events: none;
  animation: none;
}
.card:hover .ph::after,
.side-card:hover .ph::after,
.video-card:hover .ph::after{ opacity: 1; }
/* Dark mode logo watermark on cards too */
html[data-theme="dark"] .card .ph::before,
html[data-theme="dark"] .side-card .ph::before,
html[data-theme="dark"] .video-card .ph::before{
  background-image: url("./assets/logo-white.png");
  opacity: 0.08;
}

/* Cards lift on hover */
.card{ transition: transform .35s ease; }
.card:hover{ transform: translateY(-2px); }
.card h3 a{ background-image: linear-gradient(currentColor, currentColor); background-size: 0% 1px; background-repeat: no-repeat; background-position: 0 100%; transition: background-size .35s ease; }
.card h3 a:hover{ background-size: 100% 1px; }

.rival-card{ transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.rival-card:hover{ transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--navy-700); }

.excl-item h3 a{ background-image: linear-gradient(var(--bone-2), var(--bone-2)); background-size: 0% 1px; background-repeat: no-repeat; background-position: 0 100%; transition: background-size .35s ease; }
.excl-item h3 a:hover{ background-size: 100% 1px; }

/* Reel hover lift */
.reel{ transition: transform .4s cubic-bezier(.2,.7,.2,1); }
.reel:hover{ transform: translateY(-3px) scale(1.01); }

/* ----- Smarter focus rings (accessibility) ----- */
:focus-visible{
  outline: 2px solid var(--bone);
  outline-offset: 3px;
  border-radius: 3px;
}
html[data-theme="dark"] :focus-visible{ outline-color: var(--bone-2); }

/* ----- Copy-link "copied!" toast ----- */
.js-copy-link{ position: relative; }
.js-copy-link.copied::after{
  content: "Αντιγράφηκε";
  position: absolute;
  left: 50%; top: -32px;
  transform: translateX(-50%);
  background: var(--navy-900);
  color: var(--paper);
  font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
  padding: 5px 9px;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  pointer-events: none;
  animation: zos-fade-up .25s ease both;
}
@keyframes zos-fade-up{
  from{ opacity: 0; transform: translate(-50%, 6px); }
  to  { opacity: 1; transform: translate(-50%, 0); }
}

/* ----- Newsletter glow on hover ----- */
.newsletter{ transition: box-shadow .4s ease; }
.newsletter:hover{ box-shadow: 0 14px 50px -22px rgba(10,21,48,.65); }
.nl-form input,
.nl-form button{ transition: background .25s ease, box-shadow .25s ease; }
.nl-form button:hover{ background: var(--bone-2); }

/* ----- Section-head h2 — gold accent dot in dark mode ----- */
html[data-theme="dark"] .section-head h2::before{ background: var(--bone-2); }

/* ----- Light dotted texture on dark sections (subtle paper feel) ----- */
.matchstrip,
.exclusive,
.masthead,
.column-row,
footer.site-foot,
.newsletter{
  background-image: inherit; /* keep existing gradients */
}

/* ----- Pretty scrollbars on dark mode ----- */
html[data-theme="dark"] ::-webkit-scrollbar{ width: 12px; height: 12px; }
html[data-theme="dark"] ::-webkit-scrollbar-track{ background: var(--paper-2); }
html[data-theme="dark"] ::-webkit-scrollbar-thumb{ background: var(--navy-700); border-radius: 999px; border: 3px solid var(--paper-2); }
html[data-theme="dark"] ::-webkit-scrollbar-thumb:hover{ background: var(--navy-600); }

/* ----- Theme-toggle small bump animation ----- */
@keyframes zos-pop{ 0%{ transform: scale(.9); } 100%{ transform: scale(1); } }
.js-theme-toggle:active svg{ animation: zos-pop .2s ease; }

/* ----- Better selection color ----- */
::selection{ background: var(--navy-700); color: var(--paper); }
html[data-theme="dark"] ::selection{ background: var(--bone-2); color: var(--navy-900); }

/* ----- "More" link arrow slide on hover ----- */
.section-head .more{ transition: color .25s ease; display: inline-block; }
.section-head .more::after{ display: inline-block; transition: transform .25s ease; }
.section-head .more:hover{ color: var(--navy-900); }
.section-head .more:hover::after{ transform: translateX(4px); }
html[data-theme="dark"] .section-head .more:hover{ color: var(--bone-2); }

/* ----- Mobile: keep theme toggle accessible ----- */
@media (max-width: 720px){
  .masthead-cta{ gap: 6px; top: 10px; right: 14px; }
  .icon-btn{ width: 34px; height: 34px; }
}

/* ========================================================================
   Matchstrip v2 — cards within the dark band, next match featured
   ======================================================================== */
.matchstrip.v2{
  background: linear-gradient(180deg, var(--navy-800) 0%, var(--navy-900) 100%);
  color: var(--paper);
  padding: 36px 0 40px;
  margin-top: 36px;
  position: relative;
  overflow: hidden;
}
.matchstrip.v2::before{
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(80% 60% at 50% 0%, rgba(255,255,255,.07), transparent 70%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 200' preserveAspectRatio='none'><path d='M0 200 L0 120 L80 80 L160 110 L240 60 L320 100 L400 40 L480 90 L560 50 L640 100 L720 70 L800 110 L800 200 Z' fill='%23ffffff' opacity='.04'/></svg>") center / cover;
  pointer-events: none;
}
.matchstrip.v2 .container{
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 1.3fr 1fr;
  gap: 18px;
  max-width: 1340px;
  margin: 0 auto;
}

/* ========================================================================
   MATCHSTRIP V2 — Comprehensive responsive
   ======================================================================== */
/* Tablet landscape (1080-1280px) */
@media (max-width: 1280px){
  .matchstrip.v2 .container{
    grid-template-columns: 1fr 1.2fr 0.9fr;
    gap: 14px;
    padding: 0 16px;
  }
  .ms-mini-name{ font-size: 12px; }
  .ms-mini-score{ font-size: 22px; min-width: 64px; }
  .ms-mini-team img{ width: 28px !important; height: 28px !important; }
}

/* Tablet portrait (700-1080px) — stack matches and standings */
@media (max-width: 1080px){
  .matchstrip.v2 .container{
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "last next" "standings standings";
  }
  .matchstrip.v2 .ms-last-3{ grid-area: last; }
  .matchstrip.v2 .ms-next{ grid-area: next; }
  .matchstrip.v2 .ms-standings-col{ grid-area: standings; }
  .ms-mini-name{ font-size: 13px; }
}

/* Mobile (≤700px) — full stack */
@media (max-width: 700px){
  .matchstrip.v2{ padding: 24px 0; }
  .matchstrip.v2 .container{
    grid-template-columns: 1fr;
    grid-template-areas: "last" "next" "standings";
    gap: 12px;
    padding: 0 12px;
  }
  .matchstrip.v2 .ms-card{ padding: 16px !important; }
  .matchstrip.v2 .ms-card-head{ margin-bottom: 12px !important; }
  .ms-mini-list{ gap: 8px; }
  .ms-mini-match{
    padding: 12px 14px;
    min-height: 56px;
  }
  .ms-mini-name{ font-size: 12px; }
  .ms-mini-team img{ width: 28px !important; height: 28px !important; }
  .ms-mini-score{ font-size: 20px; min-width: 60px; }
  .ms-mini-date{ font-size: 9px; padding: 1px 8px; top: -8px; right: 10px; }
}

/* Small mobile (≤420px) */
@media (max-width: 420px){
  .matchstrip.v2 .container{ padding: 0 8px; }
  .matchstrip.v2 .ms-card{ padding: 14px !important; }
  .ms-mini-match{
    padding: 10px 12px;
    gap: 8px;
  }
  .ms-mini-name{ font-size: 11px; }
  .ms-mini-team{ gap: 8px; }
  .ms-mini-team img{ width: 24px !important; height: 24px !important; }
  .ms-mini-score{ font-size: 18px; min-width: 50px; padding: 0 4px; }
  .ms-standings-table{ font-size: 11px; }
  .ms-st-team img{ width: 16px; height: 16px; }
  .ms-st-team span{ max-width: 90px; font-size: 11px; }
}
@media (max-width: 1080px){
  .matchstrip.v2 .container{
    grid-template-columns: 1fr 1fr;
  }
  .matchstrip.v2 .ms-standings-col{
    grid-column: 1 / -1;
  }
}
@media (max-width: 700px){
  .matchstrip.v2 .container{
    grid-template-columns: 1fr;
  }
  .matchstrip.v2 .ms-standings-col{ grid-column: 1; }
}

/* Standings inside matchstrip */
.matchstrip.v2 .ms-standings-col{
  padding: 16px 18px !important;
}
.ms-standings-table{
  width: 100%;
  border-collapse: collapse;
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  margin-top: 4px;
}
.ms-standings-table thead th{
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(244,239,228,.55);
  font-weight: 700;
  padding: 6px 4px;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.ms-standings-table thead th:nth-child(2){ text-align: left; }
.ms-standings-table tbody td{
  padding: 7px 4px;
  text-align: center;
  color: rgba(244,239,228,.85);
  border-bottom: 1px solid rgba(255,255,255,.06);
  font-weight: 500;
}
.ms-standings-table tbody td:nth-child(1){
  color: rgba(244,239,228,.5);
  font-weight: 700;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 13px;
  width: 22px;
}
.ms-standings-table tbody td:nth-child(4){ font-size: 13px; color: var(--paper); }
.ms-standings-table tbody tr:last-child td{ border-bottom: none; }
.ms-standings-table tbody tr.is-highlight{
  background: rgba(244,239,228,.08);
}
.ms-standings-table tbody tr.is-highlight td{
  color: var(--bone-2);
  font-weight: 700;
}
.ms-standings-table tbody tr.is-highlight td:nth-child(1){
  color: var(--bone-2);
}
.ms-st-team{
  text-align: left !important;
  display: flex !important;
  align-items: center;
  gap: 7px;
  font-weight: 600;
}
.ms-st-team img{
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
}
.ms-st-team span{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
}

/* Card frame */
.matchstrip.v2 .ms-card{
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  padding: 20px 22px 18px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: background-color .25s ease, border-color .25s ease, transform .25s ease;
  backdrop-filter: blur(6px);
}
.matchstrip.v2 .ms-card:hover{
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.2);
}
.matchstrip.v2 .ms-card.featured{
  background: linear-gradient(155deg, rgba(255,255,255,.10) 0%, rgba(255,255,255,.04) 100%);
  border: 1px solid rgba(244,239,228,.25);
  box-shadow: 0 30px 70px -30px rgba(0,0,0,.55);
}
.matchstrip.v2 .ms-card.featured::before{
  content: ""; position: absolute;
  inset: -1px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, transparent 60%, var(--bone) 80%, transparent 100%);
  opacity: .15;
  pointer-events: none;
}

.matchstrip.v2 .ms-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.matchstrip.v2 .ms-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(244,239,228,.7);
}
.matchstrip.v2 .ms-eyebrow.accent{ color: var(--bone-2); }
.matchstrip.v2 .ms-eyebrow .live-dot{
  width: 7px; height: 7px;
  background: var(--red);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
}
.matchstrip.v2 .ms-eyebrow .live-dot::before{
  content: ""; position: absolute; inset: -4px;
  border-radius: 50%;
  background: rgba(200,49,43,.45);
  animation: zos-live-pulse 1.6s ease-out infinite;
}
.matchstrip.v2 .ms-pill{
  display: inline-block;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px 9px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  color: rgba(244,239,228,.85);
  white-space: nowrap;
}
.matchstrip.v2 .ms-pill.link{ transition: background .2s; }
.matchstrip.v2 .ms-pill.link:hover{ background: rgba(255,255,255,.15); color: var(--paper); }

/* Compact fixture (last match) */
.matchstrip.v2 .ms-fixture.compact{
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 4px 0;
}
.matchstrip.v2 .ms-fixture.compact .ms-team{
  display: flex;
  align-items: center;
  gap: 10px;
}
.matchstrip.v2 .ms-fixture.compact .ms-team.away{ justify-content: flex-end; }
.matchstrip.v2 .ms-team-meta{
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.matchstrip.v2 .ms-team.away .ms-team-meta{ text-align: right; align-items: flex-end; }
.matchstrip.v2 .ms-team-name{
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .02em;
  color: var(--paper);
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 130px;
}
.matchstrip.v2 .ms-home-tag{
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(244,239,228,.45);
  font-weight: 500;
}
.matchstrip.v2 .crest{
  width: 52px !important;
  height: 52px !important;
  min-width: 52px;
  min-height: 52px;
  max-width: 52px;
  max-height: 52px;
  border-radius: 0;
  background: transparent;
  color: var(--paper);
  display: grid; place-items: center;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .02em;
  border: none;
  flex-shrink: 0;
  position: relative;
  box-shadow: none;
  overflow: hidden;
}
.matchstrip.v2 .crest img{
  width: 52px !important;
  height: 52px !important;
  max-width: 52px !important;
  max-height: 52px !important;
  object-fit: contain !important;
  display: block;
}
.matchstrip.v2 .crest.big{
  width: 80px !important;
  height: 80px !important;
  min-width: 80px;
  min-height: 80px;
  max-width: 80px;
  max-height: 80px;
  font-size: 18px;
}
.matchstrip.v2 .crest.big img{
  width: 80px !important;
  height: 80px !important;
  max-width: 80px !important;
  max-height: 80px !important;
}
/* Force Manrope for all matchstrip v2 text, except score */
.matchstrip.v2,
.matchstrip.v2 *:not(.ms-score-block):not(.ms-score-block *):not(.ms-score-big){
  font-family: 'Manrope', sans-serif;
}
.matchstrip.v2 .ms-score-block,
.matchstrip.v2 .ms-score-big{
  font-family: 'Fraunces', Georgia, serif !important;
}

.matchstrip.v2 .ms-score-block{
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -0.02em;
  color: var(--paper);
  font-variant-numeric: tabular-nums;
}
.matchstrip.v2 .ms-score-block .dash{ opacity: .4; font-weight: 400; padding: 0 2px; }

/* Big fixture (next match) */
.matchstrip.v2 .ms-fixture.big{
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  padding: 14px 0 8px;
}
.matchstrip.v2 .ms-fixture.big .ms-team{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.matchstrip.v2 .ms-team-name.big{
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.15;
  letter-spacing: 0;
  max-width: 160px;
  text-transform: none;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}
.matchstrip.v2 .ms-vs-block{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 6px 16px;
}
.matchstrip.v2 .ms-vs-label{
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .2em;
  color: var(--bone-2);
}
.matchstrip.v2 .ms-vs-date{
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .04em;
  color: var(--paper);
}
.matchstrip.v2 .ms-vs-time{
  font-size: 12px;
  letter-spacing: .1em;
  color: rgba(244,239,228,.7);
}

/* Bigger countdown variant */
.countdown.big{
  display: flex;
  gap: 8px;
  margin: 4px 0 0;
  padding: 14px;
  background: rgba(10,21,48,.45);
  border: 1px solid rgba(244,239,228,.12);
  border-radius: var(--radius-sm);
  justify-content: center;
  backdrop-filter: blur(6px);
}
.countdown.big .cd-block{
  display: flex; flex-direction: column; align-items: center;
  min-width: 56px;
  padding: 4px 8px;
  background: rgba(255,255,255,.04);
  border-radius: 6px;
}
.countdown.big .cd-block .cd-val{
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 26px;
  letter-spacing: -0.01em;
  color: var(--paper);
  font-variant-numeric: tabular-nums;
}
.countdown.big .cd-block em{
  font-style: normal;
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(244,239,228,.55);
  margin-top: 2px;
}

/* Card footer */
.matchstrip.v2 .ms-card-foot{
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 8px;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 12px;
  letter-spacing: .04em;
  color: rgba(244,239,228,.75);
  flex-wrap: wrap;
}
.matchstrip.v2 .ms-card-foot.wrap{ row-gap: 8px; }
.matchstrip.v2 .ms-info{
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: rgba(244,239,228,.7);
}
.matchstrip.v2 .ms-info.ticket{ color: var(--bone-2); font-weight: 600; }
.matchstrip.v2 .ms-foot-link{
  margin-left: auto;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--bone-2);
  white-space: nowrap;
  transition: transform .25s ease;
}
.matchstrip.v2 .ms-foot-link:hover{ color: var(--paper); }
.matchstrip.v2 .ms-foot-link.primary{
  background: var(--bone);
  color: var(--navy-900);
  padding: 8px 14px;
  border-radius: 999px;
  transition: background .25s, transform .25s;
}
.matchstrip.v2 .ms-foot-link.primary:hover{
  background: var(--paper);
  transform: translateX(2px);
}

/* Result badge (W/L/D color-coded) */
.matchstrip.v2 .ms-result-badge{
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 4px;
  background: rgba(255,255,255,.1);
  color: var(--paper);
}
.matchstrip.v2 .ms-result-badge.win{
  background: rgba(44,122,61,.25);
  color: #b4ecbf;
  border: 1px solid rgba(120,210,140,.4);
}
.matchstrip.v2 .ms-result-badge.loss{
  background: rgba(200,49,43,.25);
  color: #ffc3bf;
  border: 1px solid rgba(220,90,80,.4);
}
.matchstrip.v2 .ms-result-badge.draw{
  background: rgba(244,239,228,.12);
  color: var(--bone-2);
  border: 1px solid rgba(244,239,228,.2);
}
.matchstrip.v2 .ms-scorers{
  font-size: 11px;
  color: rgba(244,239,228,.6);
  letter-spacing: .02em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
}

/* Standings column adjustments */
.matchstrip.v2 .ms-standings-col .widget{ margin: 0; }
.matchstrip.v2 .ms-standings-col .box,
.matchstrip.v2 .ms-standings-col .box-head{
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.matchstrip.v2 .ms-standings-col .box-head{ display: none; }
.matchstrip.v2 .ms-empty{
  font-size: 13px;
  color: rgba(244,239,228,.55);
  margin: 0;
  line-height: 1.5;
}
.matchstrip.v2 .ms-empty strong{ color: var(--bone-2); }
.matchstrip.v2 .ms-empty em{ color: var(--paper); font-style: normal; font-weight: 600; }

/* Responsive */
@media (max-width: 1080px){
  .matchstrip.v2 .container{ grid-template-columns: 1fr; gap: 14px; }
  .matchstrip.v2 .ms-card{ padding: 16px 18px; }
  .matchstrip.v2 .ms-team-name.big{ font-size: 16px; max-width: 100%; }
}
@media (max-width: 720px){
  .matchstrip.v2{ padding: 24px 0 28px; }
  .matchstrip.v2 .ms-fixture.big{ grid-template-columns: 1fr; gap: 14px; }
  .matchstrip.v2 .ms-fixture.big .ms-vs-block{ flex-direction: row; gap: 12px; padding: 6px 0; border-top: 1px dashed rgba(255,255,255,.15); border-bottom: 1px dashed rgba(255,255,255,.15); width: 100%; justify-content: center; }
  .matchstrip.v2 .countdown.big{ flex-wrap: wrap; gap: 6px; padding: 10px; }
  .matchstrip.v2 .countdown.big .cd-block{ min-width: 48px; }
  .matchstrip.v2 .countdown.big .cd-block .cd-val{ font-size: 20px; }
  .matchstrip.v2 .ms-fixture.compact{ gap: 8px; }
  .matchstrip.v2 .ms-team-name{ max-width: 90px; font-size: 12px; }
  .matchstrip.v2 .crest{ width: 36px; height: 36px; }
  .matchstrip.v2 .ms-score-block{ font-size: 28px; }
}

/* ========================================================================
   Hero v2 — magazine cover lead + numbered side stories
   ======================================================================== */
.hero.v2{
  padding: 32px 0 16px;
  /* break the hero out of the global --maxw and use a wider local container */
}
.hero.v2 > .container{
  max-width: 1520px;
  padding-left: 32px;
  padding-right: 32px;
}

.hero.v2 .hero-ribbon{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 4px 18px;
  margin-bottom: 26px;
  border-bottom: 1px solid var(--rule);
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  flex-wrap: wrap;
}
.hero.v2 .ribbon-edition{ display: flex; align-items: center; gap: 12px; }
.hero.v2 .ribbon-tag{
  background: var(--navy-900);
  color: var(--paper);
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: 800;
  letter-spacing: .18em;
}
html[data-theme="dark"] .hero.v2 .ribbon-tag{ background: var(--bone-2); color: var(--navy-900); }
.hero.v2 .ribbon-date{ font-weight: 600; color: var(--ink); }
.hero.v2 .ribbon-meta{ display: flex; align-items: center; gap: 8px; font-weight: 500; }
.hero.v2 .live-dot{
  width: 8px; height: 8px;
  background: var(--red);
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
.hero.v2 .live-dot::before{
  content: ""; position: absolute; inset: -4px;
  border-radius: 50%;
  background: rgba(200,49,43,.45);
  animation: zos-live-pulse 1.6s ease-out infinite;
}
@keyframes zos-live-pulse{
  0%   { transform: scale(.5); opacity: 1; }
  100% { transform: scale(1.8); opacity: 0; }
}
.hero.v2 .ribbon-meta strong{ color: var(--ink); font-weight: 600; text-transform: none; letter-spacing: 0; }

.hero.v2 .hero-grid{
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}
@media (max-width: 1280px) {
  .hero.v2 .hero-grid {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 16px;
  }
}
@media (max-width: 1080px) {
  .hero.v2 .hero-grid {
    grid-template-columns: minmax(0, 1.8fr) minmax(0, 1fr);
    gap: 14px;
  }
}
@media (max-width: 960px) {
  .hero.v2 .hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* Lead — magazine cover */
.hero.v2 .hero-main{
  position: relative;
  min-height: 620px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--navy-900);
  box-shadow: 0 30px 60px -30px rgba(10,21,48,.5);
  isolation: isolate;
  transition: box-shadow .4s ease;
}
.hero.v2 .hero-main:hover{ box-shadow: 0 36px 70px -30px rgba(10,21,48,.65); }
.hero.v2 .hero-image-wrap{ position: absolute; inset: 0; overflow: hidden; }
.hero.v2 .hero-image-wrap .wp-post-image,
.hero.v2 .hero-image-wrap .ph{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(.2,.7,.2,1);
}
.hero.v2 .hero-main:hover .hero-image-wrap .wp-post-image,
.hero.v2 .hero-main:hover .hero-image-wrap .ph{ transform: scale(1.05); }

.hero.v2 .hero-image-wrap .scrim{
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(10,21,48,.4) 0%, rgba(10,21,48,.1) 30%, rgba(10,21,48,.55) 65%, rgba(10,21,48,.95) 100%),
    linear-gradient(90deg, rgba(10,21,48,.7) 0%, rgba(10,21,48,.2) 50%, transparent 100%);
  z-index: 1;
}
.hero.v2 .hero-corner{
  position: absolute;
  top: 22px; right: 26px;
  z-index: 2;
  display: flex; align-items: center; gap: 12px;
}
.hero.v2 .hero-corner-num{
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  letter-spacing: .04em;
  color: rgba(244,239,228,.65);
  border: 1px solid rgba(244,239,228,.2);
  padding: 4px 10px;
  border-radius: 999px;
  backdrop-filter: blur(6px);
  background: rgba(10,21,48,.25);
}

.hero.v2 .hero-body{
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 40px 44px 36px;
  z-index: 2;
  color: var(--paper);
}
.hero.v2 .hero-top-row{
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.hero.v2 .tag{
  display: inline-flex;
  align-items: center;
  background: var(--red);
  color: var(--paper);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: 7px 13px;
  border-radius: 999px;
  margin: 0;
}
.hero.v2 .tag.sticky{ background: linear-gradient(135deg, #d8a23d, #b07a1f); color: #1a1100; }
.hero.v2 .hero-timetag{
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(244,239,228,.7);
  font-weight: 500;
}
.hero.v2 .hero-timetag::before{ content: "·"; margin-right: 12px; opacity: .5; }

.hero.v2 .hero-headline{
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 800;
  font-size: clamp(22px, 2.4vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.012em;
  word-spacing: .14em;
  text-transform: none;
  color: var(--paper);
  margin: 0 0 14px;
  max-width: 35ch;
  text-shadow: 0 2px 12px rgba(0,0,0,.75), 0 4px 30px rgba(0,0,0,.5);
}
.hero.v2 .lede{
  font-size: 15px;
  line-height: 1.45;
  color: rgba(244,239,228,.92);
  max-width: 60ch;
  margin: 0 0 18px;
  font-weight: 400;
  text-shadow: 0 1px 8px rgba(0,0,0,.6);
}

.hero.v2 .hero-foot{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 18px;
  border-top: 1px solid rgba(244,239,228,.18);
}
.hero.v2 .hero-lede-foot{
  flex: 1;
  min-width: 240px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(244,239,228,.92);
  margin: 0;
  max-width: 60ch;
  font-weight: 400;
  text-shadow: 0 1px 8px rgba(0,0,0,.7);
}
.hero.v2 .byline{
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero.v2 .av-init{
  width: 38px; height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--bone-2), var(--bone-3));
  color: var(--navy-900);
  display: grid; place-items: center;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .02em;
  border: 2px solid rgba(244,239,228,.5);
  flex-shrink: 0;
}
.hero.v2 .byline-info{ display: flex; flex-direction: column; gap: 2px; }
.hero.v2 .b-name{
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--paper);
}
.hero.v2 .b-sub{
  font-size: 11px;
  letter-spacing: .04em;
  color: rgba(244,239,228,.6);
}
.hero.v2 .hero-cta{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--bone-2);
  padding: 10px 16px;
  border: 1.5px solid var(--bone-2);
  border-radius: 999px;
  background: transparent;
  transition: background-color .25s ease, color .25s ease, transform .25s ease;
}
.hero.v2 .hero-main:hover .hero-cta{
  background: var(--bone-2);
  color: var(--navy-900);
  transform: translateX(2px);
}
.hero.v2 .hero-cta svg{ transition: transform .25s ease; }
.hero.v2 .hero-main:hover .hero-cta svg{ transform: translateX(3px); }

.hero.v2 .stretch-link{
  position: absolute; inset: 0; z-index: 3;
  text-decoration: none; color: transparent;
  background: transparent;
}

/* Side cards v2 */
.hero.v2 .hero-side{
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 14px;
  min-height: 0;
}
.hero.v2 .side-card.v2{
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 0;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  position: relative;
  min-height: 0;
}
.hero.v2 .side-card.v2:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 36px -18px rgba(10,21,48,.35);
  border-color: var(--navy-700);
}
.hero.v2 .side-card.v2 .sc-image{
  position: relative;
  display: block;
  height: 100%;
  min-height: 100px;
  overflow: hidden;
}
.hero.v2 .side-card.v2 .sc-image img{
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2,.7,.2,1);
}
.hero.v2 .side-card.v2:hover .sc-image img{ transform: scale(1.06); }
.hero.v2 .side-card.v2 .sc-num{
  position: absolute;
  top: 10px; left: 10px;
  background: var(--paper);
  color: var(--navy-900);
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: 13px;
  width: 24px; height: 24px;
  display: grid; place-items: center;
  border-radius: 50%;
  letter-spacing: -0.01em;
  box-shadow: 0 4px 14px -6px rgba(0,0,0,.4);
}
.hero.v2 .side-card.v2 .sc-body{
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.hero.v2 .side-card.v2 .kicker{
  color: var(--navy-700);
  margin-bottom: 6px;
  font-size: 10px;
  letter-spacing: .14em;
}
.hero.v2 .side-card.v2 h3{
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.15;
  letter-spacing: -0.015em;
  text-transform: none;
  margin: 0 0 6px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hero.v2 .side-card.v2 h3 a{ color: inherit; }
.hero.v2 .side-card.v2 .meta{
  margin-top: auto;
  font-size: 11px;
}
html[data-theme="dark"] .hero.v2 .side-card.v2 .sc-num{ background: var(--bone-2); color: var(--navy-900); }
html[data-theme="dark"] .hero.v2 .side-card.v2 .kicker{ color: var(--bone-2); }

@media (max-width: 1280px){
  .hero.v2 > .container{ padding-left: 24px; padding-right: 24px; }
}
@media (max-width: 960px){
  .hero.v2 .hero-main{ aspect-ratio: 16 / 9; }
  .hero.v2 .hero-body{ padding: 28px 28px 24px; }
  .hero.v2 .hero-headline{ font-size: clamp(30px, 6vw, 48px); }
  .hero.v2 .lede{ font-size: 15px; }
  .hero.v2 .side-card.v2{ grid-template-columns: 130px 1fr; }
}
@media (max-width: 720px){
  .hero.v2 > .container{ padding-left: 16px; padding-right: 16px; }
  .hero.v2 .hero-ribbon{ font-size: 10px; flex-direction: column; align-items: flex-start; gap: 8px; }
  /* Switch to taller ratio on phones — 16:9 is too short at narrow widths */
  .hero.v2 .hero-main{ aspect-ratio: 4 / 5; min-height: 460px; }
  .hero.v2 .hero-headline{ font-size: 26px; max-width: 100%; }
  .hero.v2 .hero-body{ padding: 24px 20px 20px; }
  .hero.v2 .lede{ font-size: 14px; margin-bottom: 14px; }
  .hero.v2 .hero-foot{ padding-top: 14px; }
  .hero.v2 .hero-cta{ padding: 8px 12px; font-size: 11px; }
  .hero.v2 .side-card.v2{ grid-template-columns: 110px 1fr; }
  .hero.v2 .side-card.v2 .sc-image{ min-height: 100px; }
}

/* ========================================================================
   Player Roster — archive + single profile
   ======================================================================== */
.roster-section-title{
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.02em;
  margin: 48px 0 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--rule);
}
.roster-section-title:first-of-type{ margin-top: 0; }
.roster-section-title .rs-num{
  display: inline-grid;
  place-items: center;
  width: 32px; height: 32px;
  background: var(--navy-900);
  color: var(--paper);
  border-radius: 50%;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin-right: 14px;
  vertical-align: 4px;
}
html[data-theme="dark"] .roster-section-title .rs-num{ background: var(--bone-2); color: var(--navy-900); }

.roster-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--gap);
}
.player-card{
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  overflow: hidden;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.player-card:hover{
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--navy-700);
}
.pc-photo{
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: linear-gradient(170deg, var(--navy-700), var(--navy-900));
}
.pc-photo img{
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .55s cubic-bezier(.2,.7,.2,1);
}
.player-card:hover .pc-photo img{ transform: scale(1.04); }
.pc-num{
  position: absolute;
  top: 12px; right: 12px;
  background: var(--paper);
  color: var(--navy-900);
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: 24px;
  padding: 2px 10px;
  border-radius: 8px;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.pc-initials{
  position: absolute; inset: 0;
  display: grid; place-items: center;
  color: var(--paper);
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: 56px;
  letter-spacing: -0.04em;
  opacity: .35;
}
.pc-initials.big{ font-size: 120px; }
.pc-body{ padding: 14px 16px 18px; }
.pc-body h3{
  font-weight: 700;
  font-size: 17px;
  margin: 0 0 6px;
  letter-spacing: -0.005em;
}
.pc-meta{
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--muted);
  display: flex; gap: 8px;
}
.pc-meta span:not(:last-child)::after{ content: ' ·'; margin-left: 4px; }

/* Single player */
.player-page{ background: var(--paper); }
.player-hero{
  background: linear-gradient(160deg, var(--navy-900), var(--navy-700));
  color: var(--paper);
  padding: 36px 0 56px;
  position: relative;
  overflow: hidden;
}
.player-hero::before{
  content:""; position:absolute; inset:0;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,.1), transparent 50%);
  pointer-events: none;
}
.player-hero .container{ position: relative; }
.back-link{
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--bone-2);
  display: inline-block;
  margin-bottom: 24px;
}
.back-link:hover{ color: var(--paper); }
.ph-grid{
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 48px;
  align-items: flex-start;
}
.ph-photo{
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(170deg, var(--navy-700), var(--navy-900));
  box-shadow: 0 30px 60px -25px rgba(0,0,0,.6);
}
.ph-photo img{ width: 100%; height: 100%; object-fit: cover; }
.ph-num{
  position: absolute;
  bottom: 18px; left: 18px;
  background: var(--paper);
  color: var(--navy-900);
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 800;
  font-size: 52px;
  padding: 0 14px;
  border-radius: 10px;
  letter-spacing: -0.04em;
  line-height: 1.1;
}
.ph-position{
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--bone-2);
  font-weight: 600;
}
.ph-name{
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: clamp(38px, 5vw, 64px);
  letter-spacing: -0.03em;
  margin: 8px 0 24px;
  line-height: 1.0;
}
.ph-facts{
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 16px;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
  padding: 20px 0;
}
.ph-facts li{ display: flex; flex-direction: column; gap: 4px; }
.ph-facts li span{
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(244,239,228,.55);
}
.ph-facts li strong{
  font-size: 16px;
  font-weight: 600;
  color: var(--paper);
}

.ph-stats{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 4px;
}
.phs-item{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  padding: 16px 18px;
  text-align: center;
}
.phs-item strong{
  display: block;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: 34px;
  letter-spacing: -0.02em;
  color: var(--bone-2);
}
.phs-item span{
  display: block;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(244,239,228,.6);
  margin-top: 4px;
}

@media (max-width: 1080px){
  .roster-grid{ grid-template-columns: repeat(3, 1fr); }
  .ph-grid{ grid-template-columns: 1fr; }
  .ph-photo{ max-width: 320px; }
}
@media (max-width: 720px){
  .roster-grid{ grid-template-columns: repeat(2, 1fr); }
  .ph-stats{ gap: 8px; }
  .phs-item{ padding: 12px; }
  .phs-item strong{ font-size: 24px; }
}

/* ========================================================================
   Match Center — single match + archive
   ======================================================================== */
.match-page{ background: var(--paper); }

.match-hero{
  background: linear-gradient(160deg, var(--navy-900), var(--navy-700));
  color: var(--paper);
  padding: 40px 0 50px;
  position: relative;
  overflow: hidden;
}
.match-hero::before{
  content:""; position:absolute; inset:0;
  background:
    radial-gradient(circle at 8% 90%, rgba(255,255,255,.08), transparent 50%),
    radial-gradient(circle at 92% 10%, rgba(255,255,255,.06), transparent 50%);
  pointer-events: none;
}
.match-hero .container{ position: relative; }

.match-meta-top{
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(244,239,228,.7);
}
.match-meta-top a{ color: rgba(244,239,228,.8); }
.match-meta-top a:hover{ color: var(--bone-2); }
.match-meta-top .match-league{ font-weight: 600; color: var(--bone-2); }
.match-meta-top .match-status{
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 10px;
}
.match-meta-top .match-status.upcoming{ background: var(--bone); color: var(--navy-900); }
.match-meta-top .match-status.completed{ background: rgba(255,255,255,.12); color: var(--paper); }

.match-scoreboard{
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 40px;
  padding: 20px 0;
}
.ms-team-block{
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
  gap: 14px;
}
.ms-crest.big{
  width: 110px !important;
  height: 110px !important;
  min-width: 110px;
  min-height: 110px;
  max-width: 110px;
  max-height: 110px;
  border-radius: 0;
  background: transparent;
  color: var(--paper);
  display: grid; place-items: center;
  font-weight: 800; font-size: 24px; letter-spacing: .04em;
  box-shadow: none;
  overflow: hidden;
}
.ms-crest.big img{
  width: 110px !important;
  height: 110px !important;
  max-width: 110px !important;
  max-height: 110px !important;
  object-fit: contain !important;
  display: block;
}
.ms-team-name{
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.02em;
  text-transform: none;
  line-height: 1.1;
}
.ms-coach{
  font-size: 12px;
  color: rgba(244,239,228,.65);
  letter-spacing: .04em;
}

.ms-center{ text-align: center; padding: 0 24px; }
.ms-vs{
  font-weight: 800;
  font-size: 22px;
  letter-spacing: .25em;
  color: var(--bone-2);
  margin-bottom: 10px;
}
.ms-date-large{
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: 38px;
  letter-spacing: -0.01em;
  margin-bottom: 6px;
}
.ms-time-large{
  font-size: 18px;
  letter-spacing: .1em;
  color: rgba(244,239,228,.85);
  margin-bottom: 18px;
}
.ms-final-score{
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 800;
  font-size: 86px;
  letter-spacing: -0.04em;
  line-height: 1;
  display: flex; align-items: center; gap: 14px;
  justify-content: center;
}
.ms-final-score .dash{ opacity: .4; font-weight: 400; }
.ms-final-label{
  margin-top: 8px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--bone-2);
}
.ms-final-date{
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(244,239,228,.6);
}

/* Countdown */
.countdown{
  display: inline-flex;
  gap: 14px;
  margin-top: 20px;
  padding: 14px 18px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  backdrop-filter: blur(8px);
}
.cd-block{
  display: flex; flex-direction: column; align-items: center;
  gap: 4px;
  min-width: 52px;
}
.cd-block .cd-val{
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
}
.cd-block em{
  font-style: normal;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(244,239,228,.55);
}
.countdown.countdown-live{ background: rgba(200,49,43,.2); border-color: rgba(200,49,43,.4); }

/* Compact countdown variant for match-strip on front page */
.countdown.compact{
  display: inline-flex;
  gap: 10px;
  padding: 8px 12px;
  margin-top: 12px;
}
.countdown.compact .cd-block{ min-width: 38px; }
.countdown.compact .cd-block .cd-val{ font-size: 18px; }
.countdown.compact .cd-block em{ font-size: 9px; }

.match-info-row{
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px 32px;
}
.mi-item{ display: flex; flex-direction: column; gap: 4px; }
.mi-item.wide{ grid-column: 1 / -1; }
.mi-lbl{
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(244,239,228,.55);
}
.mi-val{
  font-size: 14px;
  font-weight: 500;
  color: var(--paper);
}

/* Match body */
.match-body{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 40px;
  padding-top: 16px;
}
.match-main .section-title,
.match-page .section-title{
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: -0.02em;
  margin: 28px 0 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--rule);
}
.match-main .section-title:first-child{ margin-top: 0; }

/* Match timeline */
.match-timeline{
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  border-left: 2px solid var(--rule);
}
.match-timeline .te{
  position: relative;
  display: grid;
  grid-template-columns: 60px 30px 1fr;
  gap: 10px;
  align-items: center;
  padding: 12px 0 12px 18px;
  border-bottom: 1px dashed var(--rule);
}
.match-timeline .te:last-child{ border-bottom: none; }
.match-timeline .te-min{
  font-weight: 700;
  font-size: 14px;
  color: var(--navy-900);
  letter-spacing: .02em;
  font-variant-numeric: tabular-nums;
}
.match-timeline .te-icon{ font-size: 18px; text-align: center; }
.match-timeline .te-text{ font-size: 15px; line-height: 1.4; }
.match-timeline .te-goal{ background: linear-gradient(90deg, rgba(44,122,61,.08), transparent); }
.match-timeline .te-goal .te-min{ color: var(--green); }
.match-timeline .te-red{ background: linear-gradient(90deg, rgba(200,49,43,.08), transparent); }
.match-timeline .te-red .te-min{ color: var(--red); }
html[data-theme="dark"] .match-timeline{ border-color: var(--rule); }
html[data-theme="dark"] .match-timeline .te-min{ color: var(--bone-2); }

/* Lineups */
.lineups-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}
.lineup{
  background: var(--paper-2);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: 22px;
}
.lineup h3{
  font-weight: 700;
  font-size: 17px;
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--rule);
  letter-spacing: .02em;
}
.lineup ol{
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: lineup-counter;
}
.lineup li{
  counter-increment: lineup-counter;
  font-size: 14px;
  padding: 7px 0;
  border-bottom: 1px dashed var(--rule);
  display: flex;
  align-items: center;
}
.lineup li:last-child{ border-bottom: none; }
.lineup li::before{
  content: counter(lineup-counter);
  display: inline-grid;
  place-items: center;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--navy-900);
  color: var(--paper);
  font-size: 11px;
  font-weight: 700;
  margin-right: 12px;
  flex-shrink: 0;
}

/* Match stats */
.stats-box{
  background: var(--paper-2);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: 22px;
  margin-bottom: 24px;
}
.stats-box h4{
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 18px;
  font-weight: 600;
}
.stat-row{
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 14px;
  align-items: center;
  font-size: 13px;
  margin-bottom: 6px;
}
.stat-row .sr-h{ text-align: left; font-weight: 700; }
.stat-row .sr-a{ text-align: right; font-weight: 700; }
.stat-row .sr-lbl{
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}
.stat-bar{
  height: 5px;
  background: var(--paper-3);
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 16px;
  position: relative;
}
.stat-bar i{
  display: block;
  height: 100%;
  background: var(--navy-700);
  transition: width .6s cubic-bezier(.2,.7,.2,1);
}
html[data-theme="dark"] .stat-bar i{ background: var(--bone-2); }

/* Aside match list */
.aside-match{
  display: grid;
  grid-template-columns: 60px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--rule);
  color: var(--ink);
}
.aside-match:last-child{ border-bottom: none; }
.aside-match:hover .am-teams{ color: var(--navy-700); }
.am-date{ font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.am-teams{ font-size: 13px; font-weight: 500; letter-spacing: .02em; }
.am-score{
  font-weight: 700;
  font-size: 14px;
  color: var(--navy-900);
  font-variant-numeric: tabular-nums;
}
.am-score.upcoming{ color: var(--muted); }
html[data-theme="dark"] .am-score{ color: var(--bone-2); }

/* Match archive list */
.match-list{
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--paper-2);
}
.match-row{
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
  border-bottom: 1px solid var(--rule);
  color: inherit;
  transition: background-color .2s ease;
}
.match-row:last-child{ border-bottom: none; }
.match-row:hover{ background: var(--paper-3); }
.mr-date{
  display: flex; flex-direction: column;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
}
.mr-day{ font-size: 14px; color: var(--navy-900); font-weight: 600; }
html[data-theme="dark"] .mr-day{ color: var(--bone-2); }
.mr-time{ font-size: 11px; }
.mr-teams{
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.mr-teams .vs{ font-weight: 400; opacity: .5; padding: 0 6px; }
.mr-sub{
  display: block;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 4px;
}
.mr-broadcast{
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 5px 10px;
  background: var(--navy-900);
  color: var(--paper);
  border-radius: 999px;
}
.mr-arrow{ font-size: 18px; color: var(--muted); padding-left: 8px; }
.match-row:hover .mr-arrow{ color: var(--navy-700); transform: translateX(2px); transition: all .2s; }

.mr-result{
  display: flex; flex-direction: column; align-items: flex-end;
  gap: 4px;
  text-align: right;
}
.mr-result .mr-score{
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.mr-result .mr-label{
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 600;
}
.mr-result.win .mr-score,
.mr-result.win .mr-label{ color: var(--green); }
.mr-result.loss .mr-score,
.mr-result.loss .mr-label{ color: var(--red); }
.mr-result.draw .mr-score{ color: var(--ink); }
.mr-result.draw .mr-label{ color: var(--muted); }

@media (max-width: 1080px){
  .match-body{ grid-template-columns: 1fr; }
  .ms-final-score{ font-size: 64px; }
  .ms-date-large{ font-size: 28px; }
  .countdown{ gap: 10px; padding: 10px 14px; }
  .cd-block{ min-width: 44px; }
  .cd-block .cd-val{ font-size: 24px; }
  .lineups-grid{ grid-template-columns: 1fr; }
}
@media (max-width: 720px){
  .match-scoreboard{ grid-template-columns: 1fr; gap: 24px; }
  .ms-final-score{ font-size: 56px; }
  .ms-team-name{ font-size: 22px; }
  .ms-crest.big{ width: 90px; height: 90px; }
  .match-row{ grid-template-columns: 1fr auto; row-gap: 6px; }
  .mr-date{ grid-column: 1 / -1; flex-direction: row; gap: 10px; }
}

/* ========================================================================
   Newsletter — AJAX status messages
   ======================================================================== */
.nl-status{
  margin-top: 10px;
  padding: 9px 12px;
  border-radius: var(--radius-sm);
  font-size: 13px;
  line-height: 1.4;
  background: rgba(255,255,255,.08);
  color: var(--paper);
  border: 1px solid rgba(255,255,255,.12);
}
.nl-status.success{
  background: rgba(44,122,61,.25);
  border-color: rgba(120,210,140,.35);
  color: #d6f1de;
}
.nl-status.error{
  background: rgba(200,49,43,.22);
  border-color: rgba(220,90,80,.4);
  color: #ffdedb;
}
.nl-form.done input{ opacity: .55; }
.js-newsletter button[disabled]{ opacity: .7; cursor: progress; }

/* Header bookmarks pill */
.js-bookmarks-link{
  position: relative;
  text-decoration: none;
}
.js-bookmarks-link .bm-count{
  position: absolute;
  top: -4px; right: -4px;
  background: var(--bone);
  color: var(--navy-900);
  font-size: 10px;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  padding: 0 4px;
  line-height: 1;
}

/* ========================================================================
   Bookmarks
   ======================================================================== */
.js-bookmark{ transition: background-color .25s ease, color .25s ease, border-color .25s ease, transform .15s ease; }
.js-bookmark.is-saved{
  background: var(--navy-900);
  color: var(--paper);
  border-color: var(--navy-900);
}
.js-bookmark.is-saved svg{ fill: currentColor; }
.js-bookmark.bookmark-pop{ animation: bookmark-pop .32s cubic-bezier(.2,.7,.2,1); }
@keyframes bookmark-pop{
  0%   { transform: scale(1); }
  40%  { transform: scale(1.08); }
  100% { transform: scale(1); }
}
html[data-theme="dark"] .js-bookmark.is-saved{
  background: var(--bone-2);
  color: var(--navy-900);
  border-color: var(--bone-2);
}

.bookmark-card{ position: relative; }
.bookmark-card .bookmark-remove{
  position: absolute;
  top: 12px; right: 12px;
  background: rgba(10,21,48,.78);
  color: var(--paper);
  border: none;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  cursor: pointer;
  opacity: 0;
  transition: opacity .25s ease, background-color .2s;
  z-index: 3;
}
.bookmark-card:hover .bookmark-remove{ opacity: 1; }
.bookmark-card .bookmark-remove:hover{ background: var(--red); }
.bookmark-card .ph{
  display: block;
  aspect-ratio: 16/10;
  border-radius: var(--radius-sm);
  margin-bottom: 14px;
  overflow: hidden;
}
.bookmark-card .ph img{ width: 100%; height: 100%; object-fit: cover; }

.bookmarks-empty{
  text-align: center;
  padding: 80px 0;
  max-width: 540px;
  margin: 0 auto;
}
.bookmarks-empty h2{
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: 32px;
  margin: 0 0 14px;
  letter-spacing: -0.02em;
}
.bookmarks-empty p{ color: var(--muted); font-size: 16px; line-height: 1.55; }

/* ========================================================================
   Clap / reaction button
   ======================================================================== */
.clap-row{
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 0 28px;
  margin: 28px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.clap-btn{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px 12px 14px;
  background: var(--paper);
  color: var(--ink);
  border: 1.5px solid var(--rule);
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .02em;
  cursor: pointer;
  transition: transform .15s ease, border-color .25s ease, background-color .25s ease, box-shadow .25s ease;
}
.clap-btn:hover{
  border-color: var(--navy-700);
  transform: translateY(-1px);
  box-shadow: 0 6px 22px -10px rgba(10,21,48,.45);
}
.clap-btn:active{ transform: translateY(0) scale(.97); }
.clap-btn .clap-icon{
  display: grid;
  place-items: center;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--navy-900);
  color: var(--paper);
}
.clap-btn .clap-icon svg{ width: 18px; height: 18px; }
.clap-btn .clap-count{
  font-variant-numeric: tabular-nums;
  min-width: 1.2em;
}
.clap-btn.has-given{
  border-color: var(--navy-700);
  background: linear-gradient(135deg, var(--paper), var(--paper-2));
}
.clap-btn.has-given .clap-icon{
  background: linear-gradient(135deg, #e6b34a, #c8312b);
}
.clap-btn.pulse .clap-icon{
  animation: clap-pulse .35s cubic-bezier(.2,.7,.2,1);
}
@keyframes clap-pulse{
  0%{ transform: scale(1); }
  50%{ transform: scale(1.25) rotate(-8deg); }
  100%{ transform: scale(1); }
}
.clap-btn.maxed{ animation: clap-shake .35s ease; }
@keyframes clap-shake{
  0%,100%{ transform: translateX(0); }
  20%,60%{ transform: translateX(-4px); }
  40%,80%{ transform: translateX(4px); }
}
.clap-bursts{
  position: absolute;
  left: 0; right: 0; top: -8px;
  pointer-events: none;
  height: 0;
}
.clap-bursts .burst{
  position: absolute;
  left: 24px; top: 0;
  font-weight: 700;
  font-size: 13px;
  color: var(--red);
  animation: burst-up .9s ease-out forwards;
  transform: translateX(var(--burst-x, 0));
}
@keyframes burst-up{
  0%   { opacity: 0; transform: translate(var(--burst-x, 0), 10px) scale(.7); }
  20%  { opacity: 1; }
  100% { opacity: 0; transform: translate(var(--burst-x, 0), -42px) scale(1.1); }
}
.clap-meta{
  display: flex; flex-direction: column;
  gap: 2px;
}
.clap-meta .clap-title{
  font-size: 15px;
  font-weight: 600;
}
.clap-meta .clap-sub{
  font-size: 12px;
  color: var(--muted);
  letter-spacing: .02em;
}
html[data-theme="dark"] .clap-btn{ background: var(--paper-2); border-color: var(--rule); color: var(--ink); }
html[data-theme="dark"] .clap-btn .clap-icon{ background: var(--bone-2); color: var(--navy-900); }
html[data-theme="dark"] .clap-btn.has-given{ background: linear-gradient(135deg, var(--paper-2), var(--paper-3)); }
@media (max-width: 720px){
  .clap-row{ flex-direction: column; align-items: flex-start; gap: 12px; }
}

/* ========================================================================
   Reading progress bar (single posts)
   ======================================================================== */
.reading-progress{
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: rgba(10,21,48,.08);
  z-index: 9999;
  pointer-events: none;
}
.reading-progress > i{
  display: block;
  height: 100%; width: 0;
  background: linear-gradient(90deg, var(--red), #ff5a4d);
  box-shadow: 0 0 12px rgba(200,49,43,.5);
  transition: width .08s linear;
}
html[data-theme="dark"] .reading-progress > i{
  background: linear-gradient(90deg, var(--bone-2), var(--navy-500));
}

/* ========================================================================
   Auto Table of Contents (single posts)
   ======================================================================== */
.toc-box{
  background: var(--paper-2);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: 18px 20px;
  margin-bottom: 28px;
  position: sticky;
  top: 24px;
}
.toc-box h4{
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 12px;
  font-weight: 600;
}
.toc-list{
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: toc;
  border-left: 2px solid var(--rule);
}
.toc-list li{
  position: relative;
  padding: 0;
}
.toc-list a{
  display: block;
  padding: 7px 14px;
  font-size: 14px;
  line-height: 1.35;
  color: var(--ink-2);
  border-left: 2px solid transparent;
  margin-left: -2px;
  transition: color .2s, border-color .2s, transform .2s, background-color .2s;
}
.toc-list a:hover{
  color: var(--navy-900);
  border-left-color: var(--navy-700);
}
html[data-theme="dark"] .toc-list a:hover{
  color: var(--bone-2);
  border-left-color: var(--bone-2);
}
.toc-list a.active{
  color: var(--navy-900);
  border-left-color: var(--navy-900);
  font-weight: 600;
  transform: translateX(2px);
}
html[data-theme="dark"] .toc-list a.active{
  color: var(--bone-2);
  border-left-color: var(--bone-2);
}
.toc-list .toc-h3 a{
  padding-left: 28px;
  font-size: 13px;
  color: var(--muted);
}
@media (max-width: 1080px){
  .toc-box{ position: static; }
}



/* ========================================================================
   ZOS BLOCKS — Reusable section designs for homepage
   ======================================================================== */

.zos-block { padding: 56px 0; }
.zos-block.zos-bg-paper { background: var(--paper); }
.zos-block.zos-bg-paper2 { background: var(--paper-2); }
.zos-block.zos-bg-dark { background: var(--navy-900); color: var(--paper); }
.zos-block.zos-bg-dark .zos-block-title,
.zos-block.zos-bg-dark .kicker,
.zos-block.zos-bg-dark h3,
.zos-block.zos-bg-dark h4 { color: var(--paper); }
.zos-block.zos-bg-dark .zos-block-more { color: var(--bone-2); border-color: rgba(244,239,228,.3); }
.zos-block.zos-bg-gradient {
  background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-700) 100%);
  color: var(--paper);
}
.zos-block.zos-bg-gradient .zos-block-title,
.zos-block.zos-bg-gradient h3,
.zos-block.zos-bg-gradient h4 { color: var(--paper); }

/* Block header */
.zos-block-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; margin-bottom: 36px; flex-wrap: wrap;
}
.zos-block-titles { display: flex; flex-direction: column; gap: 6px; }
.zos-block-title {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 800; font-size: clamp(26px, 3vw, 38px);
  margin: 0; letter-spacing: -0.02em; color: var(--navy-900);
  line-height: 1.05;
}
.zos-block-subtitle {
  font-size: 14px; color: var(--muted); margin: 0;
  letter-spacing: .04em;
}
.zos-block-more {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px; border: 1px solid var(--navy-900);
  border-radius: 999px; font-weight: 600; font-size: 12px;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--navy-900); text-decoration: none;
  transition: all .25s ease;
}
.zos-block-more:hover {
  background: var(--navy-900); color: var(--paper);
  transform: translateX(4px);
}

/* === FEATURED LIST === */
.zos-featured-list {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 36px;
  align-items: start;
}
.zos-card-featured { display: block; }
.zos-card-featured .zos-cf-img {
  display: block; aspect-ratio: 16/10;
  border-radius: var(--radius-lg); overflow: hidden;
  position: relative; margin-bottom: 18px;
}
.zos-card-featured .zos-cf-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}
.zos-card-featured:hover .zos-cf-img img { transform: scale(1.04); }
.zos-card-featured .pill {
  position: absolute; top: 18px; left: 18px;
  background: var(--red); color: var(--paper);
  padding: 6px 12px; font-size: 11px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  border-radius: 999px;
}
.zos-card-featured .kicker {
  font-size: 12px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--red);
  font-weight: 700; margin-bottom: 8px; display: block;
}
.zos-card-featured h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700; font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1.12; margin: 0 0 14px;
  letter-spacing: -0.015em;
}
.zos-card-featured h3 a { color: inherit; text-decoration: none; }
.zos-card-featured h3 a:hover { color: var(--navy-700); }
.zos-card-featured .dek {
  font-size: 16px; line-height: 1.55; color: var(--ink-2);
  margin: 0 0 12px;
}
.zos-card-featured .meta { font-size: 12px; color: var(--muted); }

.zos-feat-list { list-style: none; padding: 0; margin: 0; }
.zos-feat-list li { border-top: 1px solid var(--rule); }
.zos-feat-list li:first-child { border-top: none; }
.zos-feat-item {
  display: grid; grid-template-columns: 90px 1fr;
  gap: 14px; padding: 16px 0;
  color: inherit; text-decoration: none;
  transition: opacity .2s;
}
.zos-feat-item:hover { opacity: .75; }
.zos-feat-thumb {
  aspect-ratio: 1; border-radius: var(--radius-sm);
  overflow: hidden;
}
.zos-feat-thumb img { width:100%; height:100%; object-fit: cover; }
.zos-feat-meta { display: flex; flex-direction: column; gap: 4px; min-width:0; }
.zos-feat-meta .kicker {
  font-size: 10px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--red); font-weight: 700;
}
.zos-feat-meta h4 {
  font-weight: 700; font-size: 15px;
  margin: 0; line-height: 1.25;
  color: var(--navy-900);
}
.zos-feat-meta .time { font-size: 11px; color: var(--muted); margin-top: 2px; }

/* === MAGAZINE === */
.zos-magazine {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  min-height: 520px;
}
.zos-mag-card {
  position: relative; overflow: hidden;
  border-radius: var(--radius);
  color: var(--paper); text-decoration: none;
  display: block;
}
.zos-mag-card.mag-large { grid-row: 1 / 3; }
.zos-mag-img { position: absolute; inset: 0; }
.zos-mag-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}
.zos-mag-card:hover .zos-mag-img img { transform: scale(1.06); }
.zos-mag-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 15%, rgba(10,21,48,.55) 55%, rgba(10,21,48,.96) 100%);
}
.zos-mag-body {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 20px 22px;
  z-index: 2;
}
.zos-mag-card.mag-large .zos-mag-body { padding: 28px 30px; }
.zos-mag-body .kicker {
  font-size: 10px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--bone-2);
  font-weight: 700; display: block; margin-bottom: 8px;
  text-shadow: 0 1px 8px rgba(0,0,0,.7);
}
.zos-mag-body h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700; font-size: 16px;
  line-height: 1.18; margin: 0; color: var(--paper);
  text-shadow: 0 2px 12px rgba(0,0,0,.9), 0 4px 24px rgba(0,0,0,.65);
}
.zos-mag-card.mag-large .zos-mag-body h3 {
  font-size: 26px;
  text-shadow: 0 3px 16px rgba(0,0,0,.95), 0 6px 32px rgba(0,0,0,.7);
}
.zos-mag-body .time {
  font-size: 11px; color: rgba(244,239,228,.85);
  margin-top: 8px; display: block;
  text-shadow: 0 1px 6px rgba(0,0,0,.6);
}

/* === CAROUSEL === */
.zos-carousel { position: relative; }
.zos-car-track {
  display: flex; gap: 18px;
  overflow-x: auto; overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 12px;
  scrollbar-width: thin;
}
.zos-car-track::-webkit-scrollbar { height: 6px; }
.zos-car-track::-webkit-scrollbar-track { background: rgba(0,0,0,.06); border-radius: 999px; }
.zos-car-track::-webkit-scrollbar-thumb { background: var(--navy-700); border-radius: 999px; }
.zos-car-card {
  flex: 0 0 300px;
  scroll-snap-align: start;
  text-decoration: none; color: inherit;
}
.zos-car-img {
  aspect-ratio: 16/10;
  border-radius: var(--radius); overflow: hidden;
  margin-bottom: 12px;
}
.zos-car-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .55s ease;
}
.zos-car-card:hover .zos-car-img img { transform: scale(1.05); }
.zos-car-card .kicker {
  font-size: 10px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--red);
  font-weight: 700; display: block; margin-bottom: 6px;
}
.zos-car-card h4 {
  font-weight: 700; font-size: 16px;
  line-height: 1.25; margin: 0 0 6px;
  color: var(--navy-900);
}
.zos-car-card .time { font-size: 11px; color: var(--muted); }
.zos-car-btn {
  position: absolute; top: 40%;
  width: 44px; height: 44px;
  background: var(--paper); color: var(--navy-900);
  border: 1px solid var(--rule);
  border-radius: 50%; font-size: 24px;
  cursor: pointer; z-index: 2;
  display: grid; place-items: center;
  box-shadow: 0 8px 20px -10px rgba(0,0,0,.3);
  transition: all .2s;
}
.zos-car-btn:hover { background: var(--navy-900); color: var(--paper); }
.zos-car-btn.prev { left: -22px; }
.zos-car-btn.next { right: -22px; }

/* === MOSAIC === */
.zos-mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 12px;
}
.zos-mosaic-card {
  position: relative; overflow: hidden;
  border-radius: var(--radius);
  text-decoration: none; color: var(--paper);
}
.zos-mosaic-card .ph { width: 100%; height: 100%; }
.zos-mosaic-card .ph img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}
.zos-mosaic-card:hover .ph img { transform: scale(1.06); }
.zos-mosaic-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(10,21,48,.92) 100%);
}
.zos-mosaic-body {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 16px 18px;
  z-index: 2;
}
.zos-mosaic-body .kicker {
  font-size: 10px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--bone-2);
  font-weight: 700; margin-bottom: 6px; display: block;
}
.zos-mosaic-body h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700; font-size: 18px;
  line-height: 1.15; margin: 0; color: var(--paper);
}
/* Mosaic layout: 0 large, 1+2 medium, rest small */
.zos-mosaic .mosaic-0 { grid-column: span 2; grid-row: span 2; }
.zos-mosaic .mosaic-0 h3 { font-size: 28px; }
.zos-mosaic .mosaic-1 { grid-column: span 2; }
.zos-mosaic .mosaic-2 { grid-column: span 1; }
.zos-mosaic .mosaic-3 { grid-column: span 1; }
.zos-mosaic .mosaic-4 { grid-column: span 2; }
.zos-mosaic .mosaic-5 { grid-column: span 2; }

/* === COMPACT LIST === */
.zos-compact-list {
  list-style: none; padding: 0; margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 32px;
}
.zos-compact-item {
  display: grid; grid-template-columns: 60px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-top: 1px solid var(--rule);
  align-items: center;
}
.zos-compact-num {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 800; font-size: 38px;
  color: var(--navy-700); line-height: 1;
  opacity: .35;
}
.zos-compact-body { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.zos-compact-body .kicker {
  font-size: 10px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--red); font-weight: 700;
}
.zos-compact-body h4 {
  font-weight: 700; font-size: 16px; line-height: 1.25;
  margin: 0; color: var(--navy-900);
}
.zos-compact-body h4 a { color: inherit; text-decoration: none; }
.zos-compact-body h4 a:hover { color: var(--navy-700); }
.zos-compact-body .time { font-size: 11px; color: var(--muted); }

/* === HERO STRIP === */
.zos-hero-strip {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 32px;
  align-items: start;
}
.zos-hero-strip-main { text-decoration: none; color: inherit; display: block; }
.zos-hs-img {
  position: relative; aspect-ratio: 16/10;
  border-radius: var(--radius-lg);
  overflow: hidden; margin-bottom: 0;
}
.zos-hs-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s ease;
}
.zos-hero-strip-main:hover .zos-hs-img img { transform: scale(1.04); }
.zos-hs-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(10,21,48,.95) 100%);
}
.zos-hs-body {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 32px 36px;
  color: var(--paper); z-index: 2;
}
.zos-hs-body .kicker {
  font-size: 11px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--bone-2);
  font-weight: 700; display: block; margin-bottom: 10px;
}
.zos-hs-body h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700; font-size: clamp(24px, 3vw, 36px);
  line-height: 1.12; margin: 0 0 12px;
  color: var(--paper); letter-spacing: -0.015em;
}
.zos-hs-body p {
  font-size: 14px; line-height: 1.5;
  color: rgba(244,239,228,.85); margin: 0;
  max-width: 60ch;
}

.zos-hs-side { display: flex; flex-direction: column; gap: 16px; }
.zos-hs-item {
  display: grid; grid-template-columns: 100px 1fr;
  gap: 14px; padding: 12px;
  background: var(--paper); border: 1px solid var(--rule);
  border-radius: var(--radius); text-decoration: none; color: inherit;
  transition: transform .2s, box-shadow .2s;
}
.zos-hs-item:hover { transform: translateY(-2px); box-shadow: 0 10px 24px -12px rgba(10,21,48,.4); }
.zos-hs-item-img { aspect-ratio: 1; overflow: hidden; border-radius: var(--radius-sm); }
.zos-hs-item-img img { width:100%; height:100%; object-fit: cover; }
.zos-hs-item-body { display: flex; flex-direction: column; gap: 4px; min-width: 0; justify-content: center; }
.zos-hs-item-body .kicker {
  font-size: 10px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--red); font-weight: 700;
}
.zos-hs-item-body h4 {
  font-weight: 700; font-size: 14px; line-height: 1.25;
  margin: 0; color: var(--navy-900);
}

/* Responsive blocks */
@media (max-width: 1080px){
  .zos-featured-list { grid-template-columns: 1fr; }
  .zos-magazine { grid-template-columns: 1fr 1fr; grid-template-rows: auto; min-height: auto; }
  .zos-magazine .mag-large { grid-row: span 1; grid-column: 1 / -1; min-height: 320px; }
  .zos-magazine .mag-small { min-height: 200px; }
  .zos-mosaic { grid-template-columns: repeat(2, 1fr); }
  .zos-mosaic .mosaic-0 { grid-column: 1 / -1; }
  .zos-compact-list { grid-template-columns: 1fr; }
  .zos-hero-strip { grid-template-columns: 1fr; }
}
@media (max-width: 720px){
  .zos-block { padding: 40px 0; }
  .zos-magazine { grid-template-columns: 1fr; }
  .zos-magazine .mag-small { min-height: 180px; }
  .zos-mosaic { grid-template-columns: 1fr; }
  .zos-mosaic > * { grid-column: 1 !important; grid-row: auto !important; }
  .zos-car-card { flex: 0 0 240px; }
  .zos-car-btn.prev { left: 4px; }
  .zos-car-btn.next { right: 4px; }
}


/* ========================================================================
   Match Video + Liveblog
   ======================================================================== */
.match-video{
  margin: 32px 0 40px;
  padding: 28px;
  background: var(--paper-2);
  border-radius: var(--radius-lg);
  border: 1px solid var(--rule);
}
.match-video .section-title{
  font-family: 'Fraunces', Georgia, serif;
  font-size: 22px;
  margin: 0 0 18px;
  letter-spacing: -0.015em;
  color: var(--navy-900);
}
.match-video-wrap{
  position: relative;
  background: #000;
  border-radius: var(--radius);
  overflow: hidden;
}
.match-video-wrap iframe,
.match-video-wrap video{
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 600px;
  border: 0;
}
.match-video-wrap > div{ aspect-ratio: 16/9; }

/* Liveblog */
.match-liveblog{
  margin: 32px 0 40px;
  padding: 28px;
  background: linear-gradient(135deg, rgba(200,49,43,.05) 0%, rgba(200,49,43,.02) 100%);
  border: 1px solid rgba(200,49,43,.2);
  border-radius: var(--radius-lg);
}
.match-liveblog .section-title{
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin: 0 0 22px;
  color: var(--red);
  display: flex;
  align-items: center;
  gap: 12px;
}
.live-dot-pulse{
  display: inline-block;
  width: 12px; height: 12px;
  background: var(--red);
  border-radius: 50%;
  position: relative;
}
.live-dot-pulse::before{
  content: ""; position: absolute; inset: -6px;
  border-radius: 50%;
  background: rgba(200,49,43,.4);
  animation: lb-pulse 1.4s ease-out infinite;
}
@keyframes lb-pulse{
  0%   { transform: scale(.5); opacity: 1; }
  100% { transform: scale(2); opacity: 0; }
}
.live-count{
  font-size: 12px;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: none;
  margin-left: auto;
}
.liveblog-feed{
  display: flex;
  flex-direction: column;
  gap: 0;
  max-height: 600px;
  overflow-y: auto;
  padding-right: 8px;
}
.liveblog-feed::-webkit-scrollbar{ width: 6px; }
.liveblog-feed::-webkit-scrollbar-track{ background: rgba(0,0,0,.04); border-radius: 999px; }
.liveblog-feed::-webkit-scrollbar-thumb{ background: var(--navy-700); border-radius: 999px; }

.liveblog-item{
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px dashed rgba(10,21,48,.12);
  align-items: flex-start;
}
.liveblog-item:first-child{
  padding-top: 0;
  background: linear-gradient(90deg, rgba(200,49,43,.08), transparent);
  padding-left: 12px;
  margin-left: -12px;
  margin-right: -12px;
  padding-right: 12px;
  border-radius: 6px;
  padding-top: 14px;
}
.liveblog-item:last-child{ border-bottom: none; }
.lb-minute{
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 800;
  font-size: 20px;
  color: var(--navy-900);
  text-align: right;
  letter-spacing: -0.01em;
}
.lb-text{
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink);
}
.liveblog-hint{
  margin: 18px 0 0;
  font-size: 12px;
  color: var(--muted);
  font-style: italic;
  text-align: center;
}

/* ========================================================================
   FOOTER V2 — Simple, centered
   ======================================================================== */
.site-foot.v2{
  background: var(--navy-900);
  color: var(--paper);
  padding: 60px 0 40px;
  margin-top: 60px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.site-foot.v2 .foot-center{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  max-width: 540px;
  margin: 0 auto;
}
.site-foot.v2 .foot-brand-link{
  display: inline-block;
}
.site-foot.v2 .foot-brand-link img{
  height: 80px;
  width: auto;
  display: block;
}
.site-foot.v2 .foot-tagline{
  font-size: 14px;
  line-height: 1.55;
  color: rgba(244,239,228,.7);
  margin: 0;
  max-width: 42ch;
}
.site-foot.v2 .foot-socials{
  display: flex;
  gap: 14px;
  justify-content: center;
  margin: 4px 0;
}
.site-foot.v2 .foot-socials a{
  width: 40px; height: 40px;
  display: grid; place-items: center;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  color: var(--paper);
  transition: all .25s ease;
}
.site-foot.v2 .foot-socials a:hover{
  background: var(--bone-2);
  color: var(--navy-900);
  border-color: var(--bone-2);
  transform: translateY(-2px);
}
.site-foot.v2 .foot-copy{
  font-size: 12px;
  color: rgba(244,239,228,.45);
  letter-spacing: .04em;
  margin-top: 6px;
}

/* ========================================================================
   MOBILE IMPROVEMENTS
   ======================================================================== */
@media (max-width: 720px){
  /* Better container padding */
  .container{ padding-left: 16px; padding-right: 16px; }

  /* Masthead */
  .masthead{ padding: 10px 0 0; }
  .masthead .container{ padding-top: 8px; }
  .brand{ padding: 2px 0 8px; }
  .brand img{ height: 52px !important; }
  .masthead-cta{ top: 10px; right: 14px; }

  /* Mobile menu — horizontal scroll, no toggle */
  .mainnav{
    margin-top: 12px;
    padding: 0 16px;
    border-top: 1px solid rgba(255,255,255,.08);
  }
  .mainnav ul{
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    padding-top: 4px;
    padding-bottom: 4px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .mainnav ul::-webkit-scrollbar{ display: none; }
  .mainnav a{
    white-space: nowrap;
    font-size: 13px !important;
    padding: 12px 14px !important;
    border-bottom: none !important;
  }

  /* Hero V2 */
  .hero.v2 .hero-main{ min-height: 420px; }
  .hero.v2 .hero-body{ padding: 20px 18px 18px !important; }
  .hero.v2 .hero-headline{
    font-size: clamp(22px, 6vw, 32px) !important;
    max-width: 100% !important;
    margin-bottom: 10px !important;
  }
  .hero.v2 .lede{
    font-size: 13px !important;
    margin-bottom: 12px !important;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .hero.v2 .hero-top-row{ margin-bottom: 12px !important; }
  .hero.v2 .hero-foot{ padding-top: 12px !important; }
  .hero.v2 .hero-cta{ padding: 7px 12px; font-size: 10px; }

  /* Side cards on mobile */
  .hero.v2 .hero-side{ gap: 10px !important; }
  .hero.v2 .side-card.v2{ grid-template-columns: 90px 1fr !important; }
  .hero.v2 .side-card.v2 .sc-image{ min-height: 80px !important; }
  .hero.v2 .side-card.v2 .sc-body{ padding: 10px 12px !important; }
  .hero.v2 .side-card.v2 h3{ font-size: 13px !important; }

  /* Matchstrip mobile */
  .matchstrip.v2{ padding: 24px 0; }
  .matchstrip.v2 .container{ padding: 0 12px; gap: 12px !important; }
  .matchstrip.v2 .ms-card{ padding: 16px 14px !important; }
  .matchstrip.v2 .ms-team-name.big{ font-size: 14px !important; max-width: 100px !important; }
  .matchstrip.v2 .crest{ width: 42px !important; height: 42px !important; max-width: 42px !important; max-height: 42px !important; }
  .matchstrip.v2 .crest img{ width: 42px !important; height: 42px !important; max-width: 42px !important; max-height: 42px !important; }
  .matchstrip.v2 .crest.big{ width: 56px !important; height: 56px !important; max-width: 56px !important; max-height: 56px !important; }
  .matchstrip.v2 .crest.big img{ width: 56px !important; height: 56px !important; max-width: 56px !important; max-height: 56px !important; }
  .matchstrip.v2 .ms-score-block{ font-size: 26px !important; }
  .matchstrip.v2 .ms-vs-block{ padding: 4px 8px !important; }
  .matchstrip.v2 .ms-vs-label{ font-size: 12px !important; }
  .countdown.big{ padding: 10px !important; gap: 4px !important; }
  .countdown.big .cd-block{ min-width: 44px !important; padding: 2px 4px !important; }
  .countdown.big .cd-block .cd-val{ font-size: 18px !important; }

  /* Article single mobile */
  .article-head.v2{ padding: 24px 0 16px; }
  .article-head.v2 .article-headline{
    font-size: clamp(22px, 6.5vw, 32px) !important;
    margin: 10px 0 12px;
  }
  .article-head.v2 .article-dek{ font-size: 15px !important; }
  .byline-row.v2{
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
  }
  .share-bar-top{ flex-wrap: wrap; gap: 6px !important; }
  .share-btn-icon{ width: 36px !important; height: 36px !important; }
  .article-hero-section .article-hero{ aspect-ratio: 16/10; }
  .article-body-section{ padding: 20px 0; }
  .prose.v2{ font-size: 16px !important; line-height: 1.7 !important; }
  .prose.v2 > p:first-of-type::first-letter{
    font-size: 54px !important;
    padding: 4px 10px 0 0 !important;
  }
  .prose.v2 h2{ font-size: 22px !important; margin: 28px 0 14px !important; }
  .prose.v2 h3{ font-size: 18px !important; }
  .prose.v2 blockquote{ font-size: 18px !important; padding-left: 18px !important; }

  /* Read more block */
  .read-more.v2{ padding: 36px 0; margin: 40px 0 20px; }
  .read-more.v2 h2{ font-size: 22px !important; margin-bottom: 22px; }

  /* Blocks responsive */
  .zos-block{ padding: 32px 0 !important; }
  .zos-block-head{
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 22px;
  }
  .zos-block-title{ font-size: 22px !important; }
  .zos-block-more{ font-size: 11px !important; padding: 8px 14px !important; }
  .grid-3, .grid-4{ grid-template-columns: 1fr !important; gap: 16px !important; }

  /* Footer mobile */
  .site-foot.v2{ padding: 40px 0 28px; margin-top: 40px; }
  .site-foot.v2 .foot-brand-link img{ height: 64px !important; }
  .site-foot.v2 .foot-tagline{ font-size: 13px; padding: 0 16px; }
}

@media (max-width: 480px){
  .hero.v2 .hero-headline{ font-size: 22px !important; }
  .hero.v2 .lede{ display: none !important; }
  .article-head.v2 .article-headline{ font-size: 22px !important; }
  .matchstrip.v2 .ms-team-name.big{ font-size: 13px !important; }
}

/* ========================================================================
   DARK MODE — Comprehensive improvements
   ======================================================================== */
html[data-theme="dark"]{
  --paper: #f4efe4;
  --paper-2: #1a1f2e;
  --paper-3: #232938;
  --ink: #e8e4d8;
  --ink-2: #b8b3a3;
  --muted: #8a8576;
  --rule: rgba(244,239,228,.12);
  --navy-900: #0a0d18;
  --navy-800: #131826;
  --navy-700: #1e2638;
  --bone: #e8d9a4;
  --bone-2: #f0e5b8;
}
html[data-theme="dark"] body{
  background: #0a0d18;
  color: #e8e4d8;
}

/* Cards & surfaces */
html[data-theme="dark"] .card,
html[data-theme="dark"] .zos-block.zos-bg-paper,
html[data-theme="dark"] .zos-block.zos-bg-paper2,
html[data-theme="dark"] .aside-box,
html[data-theme="dark"] .author-bio.v2,
html[data-theme="dark"] .article-hero,
html[data-theme="dark"] .match-video,
html[data-theme="dark"] .article-nav-btn,
html[data-theme="dark"] .hs-item,
html[data-theme="dark"] .zos-hs-item,
html[data-theme="dark"] .zos-feat-item,
html[data-theme="dark"] .side-card,
html[data-theme="dark"] .ms-card,
html[data-theme="dark"] .matchstrip.v2 .ms-card{
  background: #131826 !important;
  border-color: rgba(244,239,228,.1);
  color: #e8e4d8;
}

/* Block backgrounds */
html[data-theme="dark"] .zos-block.zos-bg-paper{ background: #0a0d18 !important; }
html[data-theme="dark"] .zos-block.zos-bg-paper2{ background: #131826 !important; }

/* Text colors */
html[data-theme="dark"] h1,
html[data-theme="dark"] h2,
html[data-theme="dark"] h3,
html[data-theme="dark"] h4,
html[data-theme="dark"] h5,
html[data-theme="dark"] .zos-block-title,
html[data-theme="dark"] .article-headline,
html[data-theme="dark"] .author-bio.v2 h3,
html[data-theme="dark"] .aside-box h4,
html[data-theme="dark"] .read-more.v2 h2{
  color: #f4efe4 !important;
}
html[data-theme="dark"] p,
html[data-theme="dark"] .article-dek,
html[data-theme="dark"] .prose.v2,
html[data-theme="dark"] .author-bio.v2 p{
  color: #c8c4b8;
}
html[data-theme="dark"] .meta,
html[data-theme="dark"] .time,
html[data-theme="dark"] .kicker{
  color: #9e9a8c;
}

/* Links */
html[data-theme="dark"] a{ color: #f0e5b8; }
html[data-theme="dark"] .prose.v2 a{ color: #f0e5b8; }
html[data-theme="dark"] .prose.v2 a:hover{ color: #e8d9a4; }

/* Form elements */
html[data-theme="dark"] input,
html[data-theme="dark"] textarea,
html[data-theme="dark"] select{
  background: #131826;
  color: #e8e4d8;
  border-color: rgba(244,239,228,.15);
}

/* Header */
html[data-theme="dark"] .masthead{ background: #0a0d18; }

/* Article body */
html[data-theme="dark"] .article-head.v2,
html[data-theme="dark"] .article-body-section{ background: transparent; }
html[data-theme="dark"] .byline-row.v2{
  border-color: rgba(244,239,228,.12);
}
html[data-theme="dark"] .prose.v2 > p:first-of-type::first-letter{
  color: #f0e5b8;
}
html[data-theme="dark"] .prose.v2 h2,
html[data-theme="dark"] .prose.v2 h3{ color: #f4efe4; }
html[data-theme="dark"] .prose.v2 blockquote{
  border-left-color: #f0e5b8;
  color: #f4efe4;
}

/* Share buttons */
html[data-theme="dark"] .share-btn-icon{
  background: #131826;
  color: #e8e4d8;
  border-color: rgba(244,239,228,.15);
}
html[data-theme="dark"] .share-btn-icon:hover{
  background: #f0e5b8;
  color: #0a0d18;
  border-color: #f0e5b8;
}

/* Read more / Article nav */
html[data-theme="dark"] .read-more.v2{
  background: #131826;
  border-color: rgba(244,239,228,.08);
}
html[data-theme="dark"] .article-nav-btn{
  background: #131826;
  color: #e8e4d8;
  border-color: rgba(244,239,228,.12);
}
html[data-theme="dark"] .article-nav-btn:hover{
  background: #f0e5b8;
  color: #0a0d18;
  border-color: #f0e5b8;
}

/* Tags */
html[data-theme="dark"] .tags-row{
  border-color: rgba(244,239,228,.12);
}
html[data-theme="dark"] .tags-row a{
  background: #131826;
  color: #e8e4d8;
  border-color: rgba(244,239,228,.15);
}
html[data-theme="dark"] .tags-row a:hover{
  background: #f0e5b8;
  color: #0a0d18;
  border-color: #f0e5b8;
}

/* Footer */
html[data-theme="dark"] .site-foot.v2{ background: #050810; }

/* Newsletter */
html[data-theme="dark"] .newsletter{
  background: #131826;
  border-color: rgba(244,239,228,.1);
}

/* Reading progress bar */
html[data-theme="dark"] .reading-progress{ background: rgba(244,239,228,.08); }

/* Liveblog */
html[data-theme="dark"] .match-liveblog{
  background: linear-gradient(135deg, rgba(200,49,43,.08) 0%, rgba(200,49,43,.04) 100%);
  border-color: rgba(200,49,43,.25);
}
html[data-theme="dark"] .lb-minute{ color: #f4efe4; }
html[data-theme="dark"] .lb-text{ color: #c8c4b8; }
html[data-theme="dark"] .liveblog-item{ border-bottom-color: rgba(244,239,228,.08); }

/* Block more button */
html[data-theme="dark"] .zos-block-more{
  color: #f4efe4;
  border-color: rgba(244,239,228,.3);
}
html[data-theme="dark"] .zos-block-more:hover{
  background: #f0e5b8;
  color: #0a0d18;
  border-color: #f0e5b8;
}

/* ========================================================================
   STICKY HEADER — smooth, no jitter
   ======================================================================== */
.masthead{
  position: relative;
  z-index: 500;
  background: var(--navy-900);
}
.masthead.is-fixed{
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 500;
  background: rgba(10,21,48,.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 20px -10px rgba(0,0,0,.5);
  transition: transform .35s cubic-bezier(.4, 0, .2, 1);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

/* Sticky layout — Logo left | Menu center | CTA far right */
.masthead.is-fixed .container{
  display: flex !important;
  align-items: center;
  flex-direction: row !important;
  gap: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  max-width: 1340px;
}
.masthead.is-fixed .brand{
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  border: none;
  order: 1;
}
.masthead.is-fixed .brand img{
  height: 44px !important;
  width: auto;
  margin: 0;
}
.masthead.is-fixed .mainnav{
  flex: 1;
  margin: 0 !important;
  border-top: none !important;
  border: none !important;
  order: 2;
  min-width: 0;
}
.masthead.is-fixed .mainnav ul{
  justify-content: flex-start;
  gap: 2px;
}
.masthead.is-fixed .mainnav a{
  padding: 14px 14px;
  font-size: 13px;
  letter-spacing: .14em;
}
.masthead.is-fixed .mainnav a.active::after,
.masthead.is-fixed .mainnav .current-menu-item > a::after,
.masthead.is-fixed .mainnav .current_page_item > a::after{
  bottom: -2px;
  left: 14px; right: 14px;
}
.masthead.is-fixed .masthead-cta{
  position: static !important;
  flex-shrink: 0;
  margin: 0 !important;
  padding: 0 !important;
  gap: 8px;
  order: 3;
  margin-left: auto !important;
}
.masthead.is-fixed.is-hidden{
  transform: translate3d(0, -110%, 0);
  -webkit-transform: translate3d(0, -110%, 0);
}

@media (max-width: 720px){
  .masthead.is-fixed .container{ gap: 12px; padding: 4px 12px; }
  .masthead.is-fixed .brand img{ height: 36px !important; }
  .masthead.is-fixed .mainnav a{ padding: 10px 10px; font-size: 12px; }
  .masthead.is-fixed .masthead-cta{ gap: 4px; }
}
.masthead-spacer{ display: none; }

/* WordPress admin bar offset */
.admin-bar .masthead.is-fixed{ top: 32px; }
@media (max-width: 782px){
  .admin-bar .masthead.is-fixed{ top: 46px; }
}

/* ========================================================================
   LIVE MATCH WIDGET
   ======================================================================== */
.zos-live-widget{
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 800;
  width: 280px;
  background: linear-gradient(135deg, #0a1530 0%, #1a2548 100%);
  color: #fff;
  border-radius: 14px;
  box-shadow: 0 20px 60px -20px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.08);
  border: 2px solid var(--red);
  overflow: hidden;
  transform: translateY(150%);
  opacity: 0;
  transition: transform .5s cubic-bezier(.34,1.56,.64,1), opacity .3s;
}
.zos-live-widget.is-visible{
  transform: translateY(0);
  opacity: 1;
}
.zos-live-close{
  position: absolute;
  top: 6px; right: 6px;
  width: 24px; height: 24px;
  background: rgba(255,255,255,.1);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  transition: background .2s;
}
.zos-live-close:hover{ background: rgba(255,255,255,.25); }
.zos-live-inner{
  display: block;
  padding: 16px 18px;
  color: inherit;
  text-decoration: none;
}
.zos-live-header{
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 12px;
}
.zos-live-dot{
  width: 8px; height: 8px;
  background: var(--red);
  border-radius: 50%;
  animation: zos-live-pulse 1.4s ease-out infinite;
  position: relative;
}
.zos-live-dot::before{
  content: ""; position: absolute; inset: -4px;
  background: rgba(200,49,43,.5);
  border-radius: 50%;
  animation: zos-live-pulse 1.4s ease-out infinite;
}
.zos-live-label{
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  color: var(--red);
}
.zos-live-minute{
  margin-left: auto;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: 14px;
  color: rgba(255,255,255,.85);
}
.zos-live-teams{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.zos-live-team{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.zos-live-team .name{
  font-weight: 700;
  font-size: 14px;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zos-live-team .score{
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 800;
  font-size: 24px;
  min-width: 24px;
  text-align: right;
  letter-spacing: -0.02em;
}
.zos-live-cta{
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--bone-2);
  text-align: center;
}
@media (max-width: 720px){
  .zos-live-widget{
    bottom: 12px; right: 12px; left: 12px;
    width: auto;
  }
}

/* ========================================================================
   AD SLOTS
   ======================================================================== */
.zos-ad{
  margin: 24px auto;
  text-align: center;
  position: relative;
  max-width: 100%;
}
.zos-ad-label{
  display: block;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
  opacity: .6;
}
.zos-ad-content{
  display: inline-block;
  max-width: 100%;
}
.zos-ad-content img,
.zos-ad-content iframe{ max-width: 100%; height: auto; }

/* Sticky mobile ad */
.zos-ad-sticky_mobile{
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--paper);
  border-top: 1px solid var(--rule);
  padding: 6px 12px 8px;
  margin: 0;
  z-index: 700;
  box-shadow: 0 -8px 24px -10px rgba(0,0,0,.2);
}
@media (min-width: 721px){
  .zos-ad-sticky_mobile{ display: none; }
}

/* In-article ad spacing */
.zos-ad-in_article{
  margin: 36px 0;
  padding: 20px;
  background: var(--paper-2);
  border-radius: var(--radius);
}

/* ========================================================================
   QUICK POLLS
   ======================================================================== */
.zos-poll{
  background: var(--paper-2);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  padding: 24px;
  margin: 32px 0;
}
.zos-poll-q{
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 18px;
  line-height: 1.3;
  color: var(--navy-900);
}
.zos-poll-options{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.zos-poll-opt{
  position: relative;
  display: flex;
  align-items: center;
  padding: 14px 18px;
  background: var(--paper);
  border: 2px solid var(--rule);
  border-radius: var(--radius);
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  color: var(--navy-900);
  text-align: left;
  cursor: pointer;
  transition: all .2s ease;
  overflow: hidden;
}
.zos-poll-opt:hover:not(:disabled){
  border-color: var(--navy-700);
  transform: translateX(2px);
}
.zos-poll-opt:disabled{ cursor: default; }
.zos-poll-opt.selected{
  border-color: var(--red);
  background: rgba(200,49,43,.05);
}
.zos-poll-bar{
  position: absolute;
  top: 0; left: 0; bottom: 0;
  background: linear-gradient(90deg, rgba(10,21,48,.12), rgba(10,21,48,.04));
  width: 0%;
  transition: width .8s cubic-bezier(.2,.7,.2,1);
  z-index: 0;
}
.zos-poll.voted .zos-poll-bar{ background: linear-gradient(90deg, rgba(200,49,43,.18), rgba(200,49,43,.06)); }
.zos-poll-text{ position: relative; z-index: 1; flex: 1; }
.zos-poll-pct{
  position: relative; z-index: 1;
  font-weight: 700;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 14px;
  color: var(--navy-700);
  margin-left: 12px;
  opacity: 0;
  transition: opacity .3s;
}
.zos-poll.voted .zos-poll-pct{ opacity: 1; }
.zos-poll-meta{
  margin: 14px 0 0;
  font-size: 12px;
  color: var(--muted);
  text-align: center;
}
.zos-poll-thanks{ color: var(--red); font-weight: 600; }

/* Dark mode poll */
html[data-theme="dark"] .zos-poll{ background: #131826; border-color: rgba(244,239,228,.12); }
html[data-theme="dark"] .zos-poll-opt{ background: #1a1f2e; color: #e8e4d8; border-color: rgba(244,239,228,.15); }


/* ========================================================================
   STANDINGS TABLE
   ======================================================================== */
.zos-standings{
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin: 32px 0;
}
.zos-standings .zs-head{
  padding: 20px 24px;
  background: var(--navy-900);
  color: var(--paper);
  border-bottom: 1px solid var(--rule);
}
.zos-standings .zs-head h3{
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  color: var(--paper);
}
.zos-standings .zs-sub{
  font-size: 12px;
  color: var(--bone-2);
  letter-spacing: .04em;
  text-transform: uppercase;
}
.zs-table{
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.zs-table thead th{
  padding: 12px 8px;
  text-align: center;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
  background: var(--paper-2);
  border-bottom: 2px solid var(--navy-900);
}
.zs-table thead th.zs-team{ text-align: left; padding-left: 16px; }
.zs-table tbody tr{
  transition: background .15s;
  border-bottom: 1px solid var(--rule);
}
.zs-table tbody tr:hover{ background: var(--paper-2); }
.zs-table tbody tr.is-highlight{
  background: rgba(200,49,43,.06);
  font-weight: 600;
}
.zs-table tbody tr.is-highlight:hover{ background: rgba(200,49,43,.1); }
.zs-table td{
  padding: 12px 8px;
  text-align: center;
  color: var(--ink);
}
.zs-table td.zs-team{
  text-align: left;
  padding-left: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.zs-logo{
  width: 22px; height: 22px;
  object-fit: contain;
  border-radius: 2px;
  flex-shrink: 0;
}
.zs-logo-placeholder{
  display: inline-block;
  background: var(--paper-2);
  border-radius: 2px;
}
.zs-team-name{
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}
.zs-table td.zs-pos{
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  color: var(--navy-700);
  width: 40px;
}
.zs-table td.zs-pts{
  font-weight: 800;
  color: var(--navy-900);
  font-size: 14px;
}
.zs-diff.pos{ color: #46b450; font-weight: 700; }
.zs-diff.neg{ color: #dc3232; font-weight: 700; }

html[data-theme="dark"] .zos-standings{ background: #131826; border-color: rgba(244,239,228,.1); }
html[data-theme="dark"] .zs-table thead th{ background: #1a1f2e; color: #9e9a8c; border-bottom-color: var(--bone-2); }
html[data-theme="dark"] .zs-table tbody tr{ border-bottom-color: rgba(244,239,228,.08); }
html[data-theme="dark"] .zs-table tbody tr:hover{ background: #1a1f2e; }
html[data-theme="dark"] .zs-table td.zs-pts{ color: #f4efe4; }
html[data-theme="dark"] .zs-table tbody tr.is-highlight{ background: rgba(200,49,43,.12); }

/* ========================================================================
   MATCH ARCHIVE / CALENDAR
   ======================================================================== */
.match-archive-head{
  padding: 60px 0 40px;
  background: linear-gradient(135deg, var(--navy-900), var(--navy-700));
  color: var(--paper);
  text-align: center;
}
.match-archive-head .kicker{
  display: inline-block;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--bone-2);
  margin-bottom: 12px;
  font-weight: 700;
}
.match-archive-head h1{
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 800;
  font-size: clamp(32px, 4vw, 52px);
  margin: 0 0 14px;
  letter-spacing: -0.02em;
  color: var(--paper);
}
.match-archive-head p{
  font-size: 16px;
  color: rgba(244,239,228,.75);
  margin: 0;
}
.match-archive-body{ padding: 48px 0 80px; }
.mc-section{ margin-bottom: 48px; }
.mc-section-title{
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--navy-900);
  color: var(--navy-900);
  display: flex; align-items: center; gap: 10px;
}
.mc-section.live-now .mc-section-title{ color: var(--red); border-bottom-color: var(--red); }
.mc-list{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mc-row{
  display: block;
  padding: 16px 20px;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  text-decoration: none;
  color: inherit;
  transition: all .25s ease;
}
.mc-row:hover{
  border-color: var(--navy-700);
  transform: translateX(4px);
  box-shadow: 0 12px 24px -16px rgba(0,0,0,.3);
}
.mc-row-meta{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 11px;
  color: var(--muted);
  letter-spacing: .06em;
  text-transform: uppercase;
}
.mc-type{
  background: var(--paper-2);
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 700;
  color: var(--navy-700);
}
.mc-row-fixture{
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
}
.mc-team{
  display: flex;
  align-items: center;
  gap: 12px;
}
.mc-team.mc-home{ justify-content: flex-end; }
.mc-team.mc-away{ justify-content: flex-start; }
.mc-team-name{
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--navy-900);
}
.mc-team-logo{
  width: 36px;
  height: 36px;
  object-fit: contain;
  flex-shrink: 0;
}
.mc-score{
  font-family: 'Fraunces', Georgia, serif;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--navy-900);
  min-width: 80px;
  justify-content: center;
}
.mc-score .mc-vs{
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .14em;
  color: var(--bone);
  padding: 6px 14px;
  background: var(--navy-900);
  color: var(--paper);
  border-radius: 999px;
}
.mc-score .mc-dash{ opacity: .4; }
.mc-row-venue{
  margin-top: 12px;
  font-size: 12px;
  color: var(--muted);
  text-align: center;
}
.mc-row.is-upcoming{ border-color: rgba(10,21,48,.12); }
.mc-empty{ padding: 40px; text-align: center; color: var(--muted); }

html[data-theme="dark"] .mc-row{ background: #131826; border-color: rgba(244,239,228,.1); }
html[data-theme="dark"] .mc-team-name{ color: #f4efe4; }
html[data-theme="dark"] .mc-score{ color: #f4efe4; }
html[data-theme="dark"] .mc-type{ background: #1a1f2e; color: var(--bone-2); }

@media (max-width: 720px){
  .mc-row-fixture{ grid-template-columns: 1fr; gap: 8px; text-align: center; }
  .mc-team{ justify-content: center !important; }
  .mc-team-name{ font-size: 14px; }
  .mc-score{ order: -1; }
}

/* ========================================================================
   CATEGORY / TAG ARCHIVE V2
   ======================================================================== */
.cat-hero{
  padding: 60px 0 40px;
  background: linear-gradient(135deg, var(--navy-900), var(--navy-700));
  color: var(--paper);
  text-align: center;
}
.cat-hero .kicker{
  display: inline-block;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--bone-2);
  margin-bottom: 12px;
  font-weight: 700;
}
.cat-hero h1{
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 800;
  font-size: clamp(32px, 5vw, 60px);
  margin: 0 0 14px;
  letter-spacing: -0.025em;
  color: var(--paper);
}
.cat-desc{
  font-size: 16px;
  color: rgba(244,239,228,.8);
  max-width: 60ch;
  margin: 0 auto 16px;
  line-height: 1.6;
}
.cat-meta{
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(244,239,228,.6);
}
.cat-count{
  background: rgba(255,255,255,.08);
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
}
.cat-body{ padding: 48px 0 80px; }
.cat-grid{ gap: 28px; margin-bottom: 48px; }
.cat-pagination{
  text-align: center;
  margin-top: 60px;
}
.cat-pagination .navigation,
.cat-pagination .pagination{
  display: block;
  width: 100%;
  text-align: center;
}
.cat-pagination .screen-reader-text{
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.cat-pagination .nav-links{
  display: inline-flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.cat-pagination .page-numbers{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 8px;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--navy-900);
  text-decoration: none;
  transition: all .2s ease;
  letter-spacing: 0;
  line-height: 1;
}
.cat-pagination .page-numbers:hover,
.cat-pagination .page-numbers:hover span{
  background: var(--navy-900);
  color: #ffffff !important;
  border-color: var(--navy-900);
}
.cat-pagination .page-numbers.current,
.cat-pagination .page-numbers.current span{
  background: var(--navy-900);
  color: #ffffff !important;
  border-color: var(--navy-900);
  font-weight: 700;
}
.cat-pagination .page-numbers.prev,
.cat-pagination .page-numbers.next{
  font-size: 20px;
  font-weight: 400;
  padding: 0;
}
.cat-pagination .page-numbers.prev span,
.cat-pagination .page-numbers.next span{
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  position: relative;
  top: -1px;
}
.cat-pagination .page-numbers.dots{
  border: none;
  background: transparent;
  color: var(--muted);
  pointer-events: none;
  width: 24px;
}

html[data-theme="dark"] .cat-pagination .page-numbers{
  background: #131826;
  border-color: rgba(244,239,228,.15);
  color: #f4efe4;
}
html[data-theme="dark"] .cat-pagination .page-numbers:hover,
html[data-theme="dark"] .cat-pagination .page-numbers.current{
  background: var(--bone-2);
  color: var(--navy-900);
  border-color: var(--bone-2);
}

@media (max-width: 720px){
  .cat-pagination .page-numbers{
    width: 36px;
    height: 36px;
    font-size: 13px;
  }
  .cat-pagination .nav-links{ gap: 4px; }
}
.cat-empty{
  text-align: center;
  padding: 60px 20px;
  color: var(--muted);
  font-size: 16px;
}
html[data-theme="dark"] .cat-pagination .page-numbers{ background: #131826; color: #f4efe4; border-color: rgba(244,239,228,.15); }

/* ========================================================================
   SEARCH OVERLAY V2 + LIVE RESULTS
   ======================================================================== */
.search-overlay.v2{
  position: fixed;
  inset: 0;
  background: rgba(10,21,48,.95);
  backdrop-filter: blur(12px);
  z-index: 1000;
  display: none;
  align-items: flex-start;
  padding-top: 80px;
}
.search-overlay.v2.active{ display: flex; }
.search-overlay.v2 .close{
  position: absolute;
  top: 24px; right: 24px;
  width: 44px; height: 44px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  color: var(--paper);
  font-size: 20px;
  cursor: pointer;
}
.search-overlay-inner{
  width: min(720px, 92vw);
  margin: 0 auto;
}
.search-form-v2{
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}
.search-form-v2 input{
  flex: 1;
  padding: 18px 22px;
  font-size: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  color: var(--paper);
  border-radius: var(--radius);
}
.search-form-v2 input::placeholder{ color: rgba(244,239,228,.5); }
.search-form-v2 button{
  padding: 18px 26px;
  background: var(--bone-2);
  color: var(--navy-900);
  border: none;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: var(--radius);
  cursor: pointer;
}
.search-results-list{
  list-style: none;
  padding: 0;
  margin: 0;
  background: var(--paper);
  border-radius: var(--radius);
  overflow: hidden;
  max-height: 60vh;
  overflow-y: auto;
}
.search-results-list li{
  border-bottom: 1px solid var(--rule);
}
.search-results-list li:last-child{ border-bottom: none; }
.search-results-list a{
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  padding: 14px 18px;
  color: var(--navy-900);
  text-decoration: none;
  align-items: center;
  transition: background .15s;
}
.search-results-list a:hover{ background: var(--paper-2); }
.search-results-list img,
.search-thumb-placeholder{
  width: 56px; height: 56px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  background: var(--paper-2);
}
.sr-body{ display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.sr-type{
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 700;
}
.sr-title{
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--navy-900);
}
.sr-date{ font-size: 11px; color: var(--muted); }
.search-no-results{
  background: var(--paper);
  padding: 20px;
  border-radius: var(--radius);
  text-align: center;
  color: var(--muted);
}
.search-quick{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 20px;
}
.search-quick-label{
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(244,239,228,.6);
  margin-right: 4px;
}
.search-quick a{
  padding: 6px 12px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px;
  color: var(--paper);
  font-size: 12px;
  text-decoration: none;
  transition: all .2s;
}
.search-quick a:hover{
  background: var(--bone-2);
  color: var(--navy-900);
  border-color: var(--bone-2);
}


/* ========================================================================
   Article Next CTA — Big button below article
   ======================================================================== */
.article-next-cta{
  margin: 50px 0 30px;
}
.article-next-btn{
  display: grid;
  grid-template-columns: 1fr 140px;
  grid-template-areas:
    "label thumb"
    "title thumb";
  gap: 8px 24px;
  align-items: center;
  padding: 28px 32px;
  background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-700) 100%);
  color: var(--paper);
  text-decoration: none;
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
  box-shadow: 0 12px 30px -15px rgba(10,21,48,.4);
}
.article-next-btn:hover{
  transform: translateY(-3px);
  box-shadow: 0 24px 50px -20px rgba(10,21,48,.6);
}
.article-next-btn::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(244,239,228,.06) 100%);
  pointer-events: none;
}
.anb-label{
  grid-area: label;
  display: flex; align-items: center; gap: 10px;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--bone-2);
  font-weight: 700;
}
.anb-icon{
  display: inline-flex;
  width: 28px; height: 28px;
  border: 1.5px solid var(--bone-2);
  border-radius: 50%;
  align-items: center; justify-content: center;
  font-size: 14px;
  transition: transform .3s ease;
}
.article-next-btn:hover .anb-icon{
  transform: translateX(4px);
  background: var(--bone-2);
  color: var(--navy-900);
}
.anb-title{
  grid-area: title;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.2;
  color: var(--paper);
  letter-spacing: -0.015em;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.anb-thumb{
  grid-area: thumb;
  width: 140px; height: 90px;
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255,255,255,.06);
}
.anb-thumb img{ width:100%; height:100%; object-fit: cover; }

html[data-theme="dark"] .article-next-btn{
  background: linear-gradient(135deg, #131826 0%, #1e2638 100%);
  border: 1px solid rgba(244,239,228,.1);
}

@media (max-width: 720px){
  .article-next-btn{
    grid-template-columns: 1fr;
    grid-template-areas: "label" "title" "thumb";
    padding: 22px 20px;
    gap: 12px;
  }
  .anb-thumb{ width: 100%; height: 160px; }
  .anb-title{ font-size: 22px; }
}

/* ========================================================================
   Matchstrip — Last 3 mini matches (stacked, no colored borders)
   ======================================================================== */
.matchstrip.v2 .ms-last-3{
  display: flex;
  flex-direction: column;
  padding: 18px 20px !important;
}
.matchstrip.v2 .ms-last-3 .ms-card-head{
  margin-bottom: 14px;
}
.ms-mini-list{
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  justify-content: space-between;
}
.ms-mini-match{
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  transition: background .2s ease, transform .2s ease;
  flex: 1;
  min-height: 64px;
}
.ms-mini-match:hover{
  background: rgba(255,255,255,.08);
  transform: translateY(-1px);
}

.ms-mini-team{
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.ms-mini-team.right{ justify-content: flex-end; text-align: right; }
.ms-mini-team img{
  width: 32px !important;
  height: 32px !important;
  max-width: 32px;
  max-height: 32px;
  object-fit: contain;
  flex-shrink: 0;
}
.ms-mini-name{
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: var(--paper);
  letter-spacing: 0;
  line-height: 1.25;
  /* Allow up to 2 lines with BALANCED wrapping (no single letters) */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-wrap: balance;
  word-wrap: break-word;
  word-break: keep-all;
  max-width: 100%;
}
.ms-mini-score{
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 800;
  font-size: 22px;
  color: var(--paper);
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 4px;
  min-width: 56px;
  justify-content: center;
  flex-shrink: 0;
}
.ms-mini-score .dash{ opacity: .4; font-weight: 400; padding: 0 2px; }
.ms-mini-date{
  position: absolute;
  top: -9px;
  right: 14px;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(244,239,228,.7);
  background: var(--navy-800);
  padding: 2px 10px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid rgba(255,255,255,.08);
}
