/* ============================================================
   VOSA MEDIA — Editorial Design System
   Brand palette derived directly from the VOSA logo:
   Blue (dominant) · Green · Orange · White · dark neutral text.

   Contrast discipline (WCAG AA, verified):
     blue-700  on white  7.10:1  -> safe for text
     accent-700 on white 4.67:1  -> safe for text
     green-700 on white  5.01:1  -> safe for text
   The bright logo hues (--accent #F26522, --green #1FA33C) sit at ~3.1:1,
   so they are used only for bars, rules, icons and focus rings — never
   for body-size text on white.
   ============================================================ */

:root {
  /* Brand — blue */
  --blue-900: #062A52;
  --blue-800: #073A70;
  --blue-700: #0B57A4;
  --blue-600: #1470C7;
  --blue-tint:#E8F1FB;

  /* Brand — orange (urgency, breaking, accents) */
  --accent:      #F26522;
  --accent-700:  #C74D12;
  --accent-tint: #FEF0E9;

  /* Brand — green (live, video, confirmation) */
  --green:      #1FA33C;
  --green-700:  #17803D;
  --green-tint: #E9F7EE;

  --ink:      #16181D;
  --ink-2:    #2C3038;
  --body:     #545B66;
  --muted:    #757D8A;

  --white:    #FFFFFF;
  --paper:    #F4F6F9;
  --paper-2:  #EAEEF4;
  --line:     #DFE5EC;
  --line-2:   #C9D2DD;

  --ok:       #17803D;

  /* Type */
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --fs-hero:   clamp(1.5rem, 2.25vw, 2.125rem);
  --fs-h1:     clamp(1.75rem, 3.2vw, 2.75rem);
  --fs-h2:     clamp(1.25rem, 1.7vw, 1.5rem);
  --fs-lead:   clamp(0.9375rem, 1.05vw, 1.0625rem);
  --fs-body:   1rem;
  --fs-sm:     0.875rem;
  --fs-xs:     0.75rem;
  --fs-2xs:    0.6875rem;

  /* Space */
  --s1: .25rem; --s2: .5rem;  --s3: .75rem; --s4: 1rem;
  --s5: 1.25rem; --s6: 1.5rem; --s7: 2rem;  --s8: 2.5rem;
  --s9: 3rem;   --s10: 4rem;

  --r-sm: 3px; --r: 5px; --r-lg: 8px; --r-pill: 999px;

  --sh-sm: 0 1px 3px rgba(7,42,82,.07);
  --sh:    0 2px 10px rgba(7,42,82,.09);
  --sh-lg: 0 12px 32px -12px rgba(7,42,82,.22);

  --wrap: 1280px;
  --gutter: clamp(1rem, 2.6vw, 2rem);
  --header-h: 72px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------- reset ---------- */
*,*::before,*::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body,h1,h2,h3,h4,h5,p,figure,blockquote,ul,ol { margin: 0; }
ul,ol { padding: 0; list-style: none; }
img,svg,video,iframe { display: block; max-width: 100%; }
img { height: auto; }
button,input,select,textarea { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; }

body {
  font-family: var(--font);
  font-size: var(--fs-body);
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1,h2,h3,h4 { line-height: 1.2; letter-spacing: -0.015em; font-weight: 800; color: var(--ink); }

::selection { background: var(--accent-700); color: #fff; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--accent-700); color: #fff; padding: .75rem 1.25rem; font-weight: 700;
}
.skip-link:focus { left: 0; }

/* ---------- layout ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.layout > *, .stack > *, .grid > *, .sidebar > * { min-width: 0; }
.shell { background: var(--white); }

/* ============================================================
   UTILITY BAR
   ============================================================ */
.ubar {
  background: var(--blue-900);
  color: rgba(255,255,255,.82);
  font-size: var(--fs-xs);
}
.ubar__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--s4); min-height: 38px;
}
.ubar__langs { display: flex; align-items: center; gap: .5rem; font-weight: 600; }
.ubar__lang { color: rgba(255,255,255,.72); padding: .25rem .125rem; }
.ubar__lang:hover { color: #fff; }
.ubar__lang.is-active { color: var(--accent); }
.ubar__sep { color: rgba(255,255,255,.3); }

.ubar__right { display: flex; align-items: center; gap: .75rem; }
.ubar__follow { display: none; color: rgba(255,255,255,.6); }
.ubar__social { display: flex; align-items: center; gap: .4375rem; }
.ubar__social a {
  width: 26px; height: 26px; border-radius: 50%;
  display: grid; place-items: center; color: #fff;
  transition: transform .2s var(--ease), filter .2s var(--ease);
}
.ubar__social a:hover { transform: translateY(-1px); filter: brightness(1.12); }
.ubar__social svg { width: 13px; height: 13px; fill: currentColor; }
.s-fb { background: #1877F2; }
.s-ig { background: linear-gradient(45deg,#F9CE34,#EE2A7B,#6228D7); }
.s-yt { background: #FF0000; }
.s-tk { background: #010101; }
.s-x  { background: #000000; }

.ubar__account {
  width: 26px; height: 26px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.3);
  display: grid; place-items: center; color: rgba(255,255,255,.8);
}
.ubar__account:hover { border-color: #fff; color: #fff; }
.ubar__account svg { width: 13px; height: 13px; }

/* ============================================================
   MASTHEAD
   ============================================================ */
.masthead { background: var(--white); border-bottom: 1px solid var(--line); }
.masthead__inner {
  display: flex; align-items: center; gap: var(--s6);
  min-height: var(--header-h);
}

/* ---------- brand lockup ----------
   Two states: the uploaded logo (.brand--img) or, until one is uploaded,
   a typographic stand-in using the logo's own letter colours. */
.brand { display: inline-flex; flex-direction: column; gap: .1rem; flex: none; line-height: 1; }
.brand__img { width: auto; height: 46px; max-width: 210px; object-fit: contain; }
.brand__word { display: inline-flex; align-items: baseline; font-weight: 800; font-size: 1.75rem; letter-spacing: -0.035em; }
.bl { color: var(--blue-700); }
.bl--green { color: var(--green-700); }
.bl--eye { position: relative; color: var(--blue-700); }
/* the eye inside the O */
.bl--eye i {
  position: absolute; left: 50%; top: 54%; translate: -50% -50%;
  width: .34em; height: .34em; border-radius: 50%;
  background: var(--blue-700); box-shadow: 0 0 0 .085em var(--white);
}
.brand__tag {
  display: flex; align-items: center; gap: .3em;
  font-size: .5625rem; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--muted); white-space: nowrap;
}
.brand__tag i { font-style: normal; color: var(--accent); }
.brand--img .brand__tag { display: none; }
.brand--dark .bl, .brand--dark .bl--eye { color: #fff; }
.brand--dark .bl--green { color: #6FD68A; }
.brand--dark .bl--eye i { background: #fff; box-shadow: 0 0 0 .085em var(--blue-900); }
.brand--dark .brand__tag { color: rgba(255,255,255,.62); }
.brand--dark .brand__tag i { color: var(--accent); }
@media (min-width: 1024px) { .brand__img { height: 54px; max-width: 250px; } }

/* The primary nav sits on its own full-width row below the masthead, the way
   a print masthead does. Ten destinations do not fit beside the logo. */
.navbar { display: none; border-top: 1px solid var(--line); background: var(--white); }
.nav { display: block; }
.nav__list {
  display: flex; align-items: center; justify-content: space-between;
  gap: clamp(.5rem, 1.2vw, 1.5rem);
}
/* wp_nav_menu emits bare <a> elements, so style by structure rather than by
   a class the walker never adds. */
.nav__list > li { position: relative; }
.nav__list > li > a {
  position: relative; display: block; padding: .875rem 0;
  font-size: .8125rem; font-weight: 700; letter-spacing: .04em;
  text-transform: uppercase; color: var(--ink-2); white-space: nowrap;
  transition: color .2s var(--ease);
}
.nav__list > li > a::after {
  content:""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
  background: var(--accent); transform: scaleX(0); transition: transform .25s var(--ease);
}
.nav__list > li > a:hover { color: var(--accent-700); }
.nav__list > li > a:hover::after,
.nav__list > li.current-menu-item > a::after,
.nav__list > li.current-menu-parent > a::after,
.nav__list > li.current-category-ancestor > a::after { transform: scaleX(1); }
.nav__list > li.current-menu-item > a,
.nav__list > li.current-menu-parent > a,
.nav__list > li.current-category-ancestor > a { color: var(--accent-700); }

/* Empty media slot — a deliberate brand tile, never a broken box (§54). */
.vosa-noimg {
  display: block; width: 100%; height: 100%; min-height: 100%;
  background:
    radial-gradient(120% 120% at 25% 15%, rgba(255,255,255,.10), transparent 60%),
    linear-gradient(145deg, var(--blue-700) 0%, var(--blue-800) 55%, var(--blue-900) 100%);
  position: relative;
}
.vosa-noimg::after {
  content: "VOSA"; position: absolute; inset: 0;
  display: grid; place-items: center;
  font-size: clamp(.6rem, 2.2vw, .9rem); font-weight: 800; letter-spacing: .22em;
  color: rgba(255,255,255,.16);
}

/* Dateline. Hidden on small screens where the masthead has no room. */
.masthead__date {
  display: none; margin-left: auto;
  font-size: var(--fs-xs); font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase; color: var(--muted);
}
.masthead__tools { display: flex; align-items: center; gap: .25rem; margin-left: auto; flex: none; }
@media (min-width: 900px) {
  .masthead__date { display: block; }
  .masthead__tools { margin-left: var(--s6); }
}
.iconbtn {
  width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center; color: var(--ink-2);
  transition: background-color .2s var(--ease), color .2s var(--ease);
}
.iconbtn:hover { background: var(--paper-2); color: var(--accent-700); }
.iconbtn svg { width: 19px; height: 19px; }
.burger { display: grid; }

/* ============================================================
   BREAKING TICKER
   ============================================================ */
.ticker {
  background: var(--white); border-bottom: 1px solid var(--line);
  font-size: var(--fs-sm);
}
.ticker__inner { display: flex; align-items: center; gap: var(--s4); min-height: 46px; }
.ticker__badge {
  display: inline-flex; align-items: center; gap: .4rem; flex: none;
  background: var(--accent-700); color: #fff; font-weight: 700; font-size: var(--fs-xs);
  letter-spacing: .08em; text-transform: uppercase;
  padding: .4rem .75rem; border-radius: var(--r-sm);
}
.ticker__dot {
  width: 7px; height: 7px; border-radius: 50%; background: #fff;
  animation: vosaPulse 1.6s ease-in-out infinite;
}
@keyframes vosaPulse { 0%,100%{opacity:1} 50%{opacity:.35} }
.ticker__label { flex: none; color: var(--accent-700); font-weight: 700; }
.ticker__viewport { flex: 1; min-width: 0; overflow: hidden; }
.ticker__text {
  display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  color: var(--ink); font-weight: 500;
}
.ticker__text:hover { color: var(--accent-700); }
.ticker__time { flex: none; color: var(--muted); font-size: var(--fs-xs); }
.ticker__arrow { flex: none; display: none; color: var(--muted); }

/* ============================================================
   PAGE HEADS
   ============================================================ */
.pagehead { padding: var(--s7) 0 var(--s5); }
.pagehead__row { display: flex; align-items: baseline; gap: var(--s4); flex-wrap: wrap; }
.pagehead__title {
  font-size: clamp(1.75rem, 3.4vw, 2.75rem); font-weight: 800;
  text-transform: uppercase; letter-spacing: -0.02em; line-height: 1;
  border-left: 5px solid var(--accent); padding-left: .75rem;
}
.pagehead__sub { color: var(--body); font-size: var(--fs-sm); }

.secthead {
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--s4); margin-bottom: var(--s5);
}
.secthead__title {
  font-size: 1rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em;
  border-left: 4px solid var(--accent); padding-left: .625rem; line-height: 1.1;
}
.secthead__title.is-flame::before { content: "🔥"; margin-right: .4rem; }
.secthead__more {
  font-size: var(--fs-sm); font-weight: 600; color: var(--body);
  display: inline-flex; align-items: center; gap: .35rem; white-space: nowrap;
}
.secthead__more:hover { color: var(--accent-700); }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; border-radius: var(--r); overflow: hidden; background: var(--blue-800); }
.hero__media { position: relative; aspect-ratio: 4 / 3; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(6,16,30,.94) 8%, rgba(6,16,30,.72) 34%, rgba(6,16,30,.12) 66%, transparent 100%);
}
.hero__body { position: absolute; left: 0; right: 0; bottom: 0; padding: var(--s6); color: #fff; padding-top: 4rem; }
.hero__title {
  color: #fff; font-size: var(--fs-hero); font-weight: 800; line-height: 1.15;
  margin-bottom: .5rem; text-wrap: balance;
}
.hero__title a:hover { text-decoration: underline; text-underline-offset: 3px; }
.hero__excerpt { color: rgba(255,255,255,.86); font-size: var(--fs-lead); max-width: 62ch; }
.hero__meta { display: flex; align-items: center; gap: .75rem; margin-top: var(--s4); font-size: var(--fs-xs); color: rgba(255,255,255,.8); }

.badge-alaune {
  position: absolute; top: var(--s5); left: var(--s5); z-index: 2;
  background: var(--accent-700); color: #fff;
  font-size: var(--fs-2xs); font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  padding: .35rem .6rem; border-radius: var(--r-sm);
}

/* ============================================================
   CARDS
   ============================================================ */
.kicker {
  display: inline-block; color: var(--accent-700);
  font-size: var(--fs-2xs); font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
  margin-bottom: .3rem;
}
.tstamp { display: inline-flex; align-items: center; gap: .3rem; color: var(--muted); font-size: var(--fs-xs); }
.tstamp svg { width: 12px; height: 12px; }

/* Side story (image left, text right) */
.sidestory {
  display: grid; grid-template-columns: 140px 1fr; gap: var(--s4);
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r);
  padding: var(--s3); align-items: start;
  transition: box-shadow .2s var(--ease), border-color .2s var(--ease);
}
.sidestory:hover { box-shadow: var(--sh); border-color: var(--line-2); }
.sidestory__media { aspect-ratio: 4/3; border-radius: var(--r-sm); overflow: hidden; background: var(--paper-2); }
.sidestory__media img { width: 100%; height: 100%; object-fit: cover; }
.sidestory__title { font-size: 1rem; font-weight: 700; line-height: 1.3; margin-bottom: .4rem; }
.sidestory__title a:hover { color: var(--accent-700); }

/* Compact list row */
.listrow {
  display: grid; grid-template-columns: 92px 1fr; gap: var(--s3);
  padding: var(--s3) 0; border-bottom: 1px solid var(--line); align-items: start;
}
.listrow:last-child { border-bottom: 0; }
.listrow__media { aspect-ratio: 4/3; border-radius: var(--r-sm); overflow: hidden; background: var(--paper-2); }
.listrow__media img { width: 100%; height: 100%; object-fit: cover; }
.listrow__title { font-size: .9375rem; font-weight: 700; line-height: 1.32; margin-bottom: .3rem; }
.listrow__title a:hover { color: var(--accent-700); }
.listrow__meta { display: flex; align-items: center; gap: .5rem; font-size: var(--fs-xs); color: var(--muted); }

/* Grid card (image top) */
.gcard {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .22s var(--ease), box-shadow .22s var(--ease);
}
.gcard:hover { transform: translateY(-3px); box-shadow: var(--sh); }
.gcard__media { position: relative; aspect-ratio: 16/10; background: var(--paper-2); }
.gcard__media img { width: 100%; height: 100%; object-fit: cover; }
.gcard__body { padding: var(--s3) var(--s4) var(--s4); display: flex; flex-direction: column; flex: 1; }
.gcard__title { font-size: .9375rem; font-weight: 700; line-height: 1.32; margin-bottom: .4rem; flex: 1; }
.gcard__title a:hover { color: var(--accent-700); }

/* Overlay card (text over image) */
.ocard { position: relative; border-radius: var(--r); overflow: hidden; background: var(--blue-800); display: block; }
.ocard__media { aspect-ratio: 3/4; }
.ocard .vosa-noimg::after { display: none; }
.ocard__media img { width: 100%; height: 100%; object-fit: cover; }
.ocard::after {
  content:""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(6,16,30,.92) 12%, rgba(6,16,30,.35) 55%, transparent 100%);
}
.ocard__body { position: absolute; inset: auto 0 0 0; padding: var(--s4); z-index: 1; color: #fff; }
.ocard__title {
  color: #fff; font-size: .875rem; font-weight: 700; line-height: 1.3;
  display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;
}

/* ============================================================
   MOST READ
   ============================================================ */
.panel {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r);
  padding: var(--s5);
}
.mostread__item {
  display: grid; grid-template-columns: 26px 1fr; gap: var(--s3);
  padding: var(--s4) 0; border-bottom: 1px solid var(--line);
}
.mostread__item:last-child { border-bottom: 0; }
.mostread__item:first-child { padding-top: 0; }
.mostread__rank { font-size: 1.375rem; font-weight: 800; color: var(--accent-700); line-height: 1; }
.mostread__title { font-size: .875rem; font-weight: 700; line-height: 1.35; margin-bottom: .25rem; }
.mostread__title a:hover { color: var(--accent-700); }
.mostread__count { font-size: var(--fs-xs); color: var(--muted); }

/* ============================================================
   VIDEO
   ============================================================ */
.vcard { display: block; }
.vcard__media { position: relative; aspect-ratio: 16/10; border-radius: var(--r); overflow: hidden; background: var(--blue-800); }
.vcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s var(--ease); }
.vcard:hover .vcard__media img { transform: scale(1.04); }
.vplay {
  position: absolute; inset: 0; margin: auto;
  width: 46px; height: 46px; border-radius: 50%;
  background: rgba(255,255,255,.92); display: grid; place-items: center;
  box-shadow: 0 4px 16px rgba(0,0,0,.28); transition: transform .25s var(--ease);
}
.vcard:hover .vplay { transform: scale(1.08); }
.vplay svg { width: 16px; height: 16px; fill: var(--blue-800); margin-left: 2px; }
.vdur {
  position: absolute; right: 8px; bottom: 8px;
  background: rgba(6,16,30,.86); color: #fff;
  font-size: var(--fs-2xs); font-weight: 600; padding: .2rem .4rem; border-radius: var(--r-sm);
}
.vcard__title { font-size: .875rem; font-weight: 700; line-height: 1.32; margin: .5rem 0 .3rem; }
.vcard:hover .vcard__title { color: var(--accent-700); }

/* ============================================================
   NEWSLETTER
   ============================================================ */
.nl {
  background: var(--blue-800); color: #fff; border-radius: var(--r); padding: var(--s6);
}
.nl__head { display: flex; align-items: center; gap: .5rem; margin-bottom: .75rem; }
.nl__head svg { width: 18px; height: 18px; }
.nl__title { color: #fff; font-size: .9375rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.nl__copy { font-size: var(--fs-sm); color: rgba(255,255,255,.78); margin-bottom: var(--s4); }
.nl__field {
  width: 100%; background: var(--white); border: 1px solid transparent; border-radius: var(--r-sm);
  padding: .75rem .875rem; font-size: var(--fs-sm); color: var(--ink); margin-bottom: .625rem;
}
.nl__field::placeholder { color: var(--muted); }
.nl__field:focus { outline: none; border-color: var(--accent); }
.nl__btn {
  width: 100%; background: var(--accent-700); color: #fff; font-weight: 700; font-size: var(--fs-sm);
  padding: .8rem; border-radius: var(--r-sm);
  transition: background-color .2s var(--ease);
}
.nl__btn:hover { background: var(--accent-700); }
.nl__msg { margin-top: .625rem; font-size: var(--fs-xs); min-height: 1.1em; }
.nl__msg.is-ok { color: #8FE8AC; }
.nl__msg.is-err { color: #FFC7A6; }

/* ============================================================
   SOCIAL PANEL
   ============================================================ */
.socialpanel { text-align: left; }
.socialpanel__title { font-size: .9375rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; margin-bottom: .4rem; }
.socialpanel__copy { font-size: var(--fs-sm); color: var(--body); margin-bottom: var(--s4); }
.socialpanel__row { display: flex; gap: .625rem; flex-wrap: wrap; }
.socialpanel__row a { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; color: #fff; }
.socialpanel__row svg { width: 16px; height: 16px; fill: currentColor; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--blue-800); color: rgba(255,255,255,.72); margin-top: var(--s10); }
.footer__grid {
  display: grid; grid-template-columns: 1fr; gap: var(--s7);
  padding: var(--s9) 0 var(--s7);
}
.footer .brand { margin-bottom: var(--s2); }
.footer__about { font-size: var(--fs-sm); line-height: 1.7; color: rgba(255,255,255,.6); margin-top: var(--s4); max-width: 34ch; }
.footer__h {
  color: #fff; font-size: var(--fs-xs); font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; margin-bottom: var(--s4);
}
.footer__list { display: grid; gap: .625rem; }
.footer__list a, .footer__list li { font-size: var(--fs-sm); color: rgba(255,255,255,.66); }
.footer__list a:hover { color: var(--accent); }
.footer__cats { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .625rem var(--s4); }
.footer__contact li { display: flex; align-items: flex-start; gap: .5rem; margin-bottom: .625rem; }
.footer__contact svg { width: 15px; height: 15px; flex: none; margin-top: .18rem; opacity: .7; }
.footer__social { display: flex; gap: .5rem; }
.footer__social a { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; color: #fff; }
.footer__social svg { width: 15px; height: 15px; fill: currentColor; }
.footer__bottom {
  border-top: 1px solid rgba(255,255,255,.1); padding: var(--s5) 0;
  font-size: var(--fs-xs); color: rgba(255,255,255,.5);
}
.footer__bottominner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: .5rem var(--s5); text-align: center;
}
.footer__legal { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; justify-content: center; }
.footer__legal a { color: rgba(255,255,255,.6); padding-block: 4px; }
.footer__legal a:hover { color: var(--accent); }
.footer__legal span { color: rgba(255,255,255,.25); }
@media (min-width: 768px) { .footer__bottominner { justify-content: space-between; } }

/* WhatsApp — the newsroom's fastest inbound channel, so it gets a real button. */
.wa-btn {
  display: inline-flex; align-items: center; gap: .5rem; margin-top: var(--s4);
  background: #25D366; color: #06331A; font-weight: 700; font-size: var(--fs-sm);
  padding: .625rem 1rem; border-radius: var(--r-pill);
  transition: filter .2s var(--ease), transform .2s var(--ease);
}
.wa-btn:hover { filter: brightness(1.06); transform: translateY(-1px); }
.wa-btn svg { width: 17px; height: 17px; fill: currentColor; }

/* ============================================================
   MOBILE DRAWER + BOTTOM NAV
   ============================================================ */
.drawer {
  position: fixed; inset: 0 0 0 auto; width: min(86vw, 340px); z-index: 200;
  background: var(--white); transform: translateX(100%);
  transition: transform .3s var(--ease), visibility .3s; overflow-y: auto;
  box-shadow: -12px 0 40px rgba(6,16,30,.2);
  visibility: hidden;
}
.drawer.is-open { transform: translateX(0); visibility: visible; }
.drawer__head {
  display: flex; align-items: center; justify-content: space-between;
  padding: var(--s4) var(--s5); border-bottom: 1px solid var(--line);
}
.drawer__list { padding: var(--s3) var(--s5) var(--s8); }
.drawer__list a {
  display: block; padding: .875rem 0; border-bottom: 1px solid var(--line);
  font-size: 1rem; font-weight: 700; text-transform: uppercase; letter-spacing: .03em;
}
.drawer__list a:hover { color: var(--accent-700); }
.scrim {
  position: fixed; inset: 0; background: rgba(6,16,30,.5); z-index: 199;
  opacity: 0; visibility: hidden; transition: opacity .3s var(--ease), visibility .3s;
}
.scrim.is-on { opacity: 1; visibility: visible; }

.bottomnav {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 150;
  background: var(--white); border-top: 1px solid var(--line);
  display: grid; grid-template-columns: repeat(4,1fr);
  padding-bottom: env(safe-area-inset-bottom);
}
.bottomnav a {
  display: grid; justify-items: center; gap: .2rem; padding: .55rem 0 .5rem;
  font-size: var(--fs-2xs); font-weight: 600; color: var(--body);
}
.bottomnav a.is-active { color: var(--accent-700); }
.bottomnav svg { width: 20px; height: 20px; }

/* ============================================================
   SEARCH OVERLAY
   ============================================================ */
.searchbox {
  position: fixed; inset: 0; z-index: 210; background: rgba(6,16,30,.6);
  opacity: 0; visibility: hidden; transition: opacity .25s var(--ease), visibility .25s;
  display: grid; place-items: start center; padding-top: 12vh;
}
.searchbox.is-open { opacity: 1; visibility: visible; }
.searchbox__panel {
  background: #fff; width: min(92vw, 640px); border-radius: var(--r-lg);
  padding: var(--s6); box-shadow: var(--sh-lg);
}
.searchbox__form { display: flex; gap: .5rem; }
.searchbox__input {
  flex: 1; border: 1px solid var(--line-2); border-radius: var(--r-sm);
  padding: .8rem 1rem; font-size: 1rem;
}
.searchbox__input:focus { outline: none; border-color: var(--accent); }
.searchbox__submit {
  background: var(--accent-700); color: #fff; font-weight: 700; padding: 0 1.25rem;
  border-radius: var(--r-sm);
}

/* ============================================================
   ARTICLE
   ============================================================ */
.article { background: var(--white); }
.article__head { padding: var(--s7) 0 var(--s5); }
.article__title { font-size: var(--fs-h1); line-height: 1.15; margin: .5rem 0; text-wrap: balance; }
.article__sub { font-size: var(--fs-lead); color: var(--body); max-width: 68ch; }
.article__byline {
  display: flex; align-items: center; gap: var(--s4); flex-wrap: wrap;
  margin-top: var(--s5); padding-top: var(--s4); border-top: 1px solid var(--line);
  font-size: var(--fs-sm); color: var(--body);
}
.article__author { display: flex; align-items: center; gap: .5rem; font-weight: 600; color: var(--ink); }
.article__author img { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; }
.article__hero { margin: var(--s5) 0; }
.article__hero img { width: 100%; border-radius: var(--r); }
.article__caption { font-size: var(--fs-xs); color: var(--muted); margin-top: .5rem; }

.prose { font-size: 1.0625rem; line-height: 1.78; color: var(--ink-2); max-width: 72ch; }
.prose > * + * { margin-top: 1.15em; }
.prose h2 { font-size: 1.5rem; margin-top: 1.8em; }
.prose h3 { font-size: 1.2rem; margin-top: 1.6em; }
.prose a { color: var(--blue-700); text-decoration: underline; text-underline-offset: 2px; }
.prose ul, .prose ol { padding-left: 1.25rem; }
.prose ul li { list-style: disc; margin-bottom: .4em; }
.prose ol li { list-style: decimal; margin-bottom: .4em; }
.prose blockquote {
  border-left: 4px solid var(--accent); padding: .25rem 0 .25rem 1.25rem;
  font-size: 1.25rem; font-weight: 600; color: var(--ink); font-style: italic;
}
.prose img { border-radius: var(--r); }
.prose figcaption { font-size: var(--fs-xs); color: var(--muted); margin-top: .5rem; }

.share { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; margin: var(--s7) 0; }
.share__label { font-size: var(--fs-xs); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.share a, .share button {
  width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center;
  background: var(--paper-2); color: var(--ink-2); transition: background-color .2s var(--ease), color .2s var(--ease);
}
.share a:hover, .share button:hover { background: var(--accent-700); color: #fff; }
.share svg { width: 16px; height: 16px; fill: currentColor; }

/* ============================================================
   MISC BLOCKS
   ============================================================ */
.indicators { display: grid; gap: 0; }
.indicator {
  display: grid; grid-template-columns: 1fr auto auto; gap: var(--s4);
  align-items: center; padding: .7rem 0; border-bottom: 1px solid var(--line);
  font-size: var(--fs-sm);
}
.indicator:last-child { border-bottom: 0; }
.indicator__name { color: var(--ink-2); font-weight: 500; }
.indicator__val { font-weight: 700; }
.indicator__chg { font-weight: 600; font-size: var(--fs-xs); }
.is-up { color: var(--ok); } .is-down { color: var(--accent-700); } .is-flat { color: var(--muted); }

.match {
  padding: var(--s4) 0; border-bottom: 1px solid var(--line);
}
.match:last-child { border-bottom: 0; }
.match__comp { font-size: var(--fs-2xs); color: var(--muted); text-transform: uppercase; letter-spacing: .06em; margin-bottom: .5rem; }
.match__row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: var(--s3); }
.match__team { display: flex; align-items: center; gap: .5rem; font-size: var(--fs-sm); font-weight: 600; }
.match__team.is-away { justify-content: flex-end; text-align: right; }
.match__logo { width: 22px; height: 22px; object-fit: contain; flex: none; }
.match__score { font-size: 1.05rem; font-weight: 800; white-space: nowrap; }
.match__state { text-align: center; font-size: var(--fs-2xs); color: var(--muted); margin-top: .35rem; }

.eventcard {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden;
}
.eventcard__media { position: relative; aspect-ratio: 16/10; background: var(--paper-2); }
.eventcard__media img { width: 100%; height: 100%; object-fit: cover; }
.eventcard__date {
  position: absolute; top: 10px; left: 10px; background: #fff; border-radius: var(--r-sm);
  padding: .35rem .55rem; text-align: center; line-height: 1.05; box-shadow: var(--sh-sm);
}
.eventcard__date b { display: block; font-size: 1.05rem; font-weight: 800; color: var(--ink); }
.eventcard__date span { font-size: var(--fs-2xs); font-weight: 700; color: var(--accent-700); text-transform: uppercase; }
.eventcard__body { padding: var(--s4); }
.eventcard__title { font-size: .9375rem; font-weight: 700; margin-bottom: .5rem; }
.eventcard__meta { font-size: var(--fs-xs); color: var(--muted); display: grid; gap: .25rem; }
.chip {
  display: inline-block; margin-top: .625rem; font-size: var(--fs-2xs); font-weight: 600;
  background: var(--paper-2); color: var(--body); padding: .22rem .5rem; border-radius: var(--r-sm);
}

.regioncard { position: relative; border-radius: var(--r); overflow: hidden; display: block; background: var(--blue-800); }
.regioncard__media { aspect-ratio: 16/10; }
.regioncard__media img { width: 100%; height: 100%; object-fit: cover; }
.regioncard__body { padding: var(--s3) var(--s4) var(--s4); background: var(--white); border: 1px solid var(--line); border-top: 0; }
.regioncard__name { color: var(--accent-700); font-size: var(--fs-2xs); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.regioncard__desc { font-size: var(--fs-xs); color: var(--body); margin-top: .25rem; }

.btn-more {
  display: inline-flex; align-items: center; gap: .5rem; margin-inline: auto;
  border: 1px solid var(--line-2); border-radius: var(--r-sm);
  padding: .7rem 1.4rem; font-size: var(--fs-sm); font-weight: 600; color: var(--ink-2); white-space: nowrap;
  transition: border-color .2s var(--ease), color .2s var(--ease);
}
.btn-more:hover { border-color: var(--accent-700); color: var(--accent-700); }

.emptystate { text-align: center; padding: var(--s9) var(--s4); color: var(--body); }
.emptystate h3 { font-size: 1.125rem; margin-bottom: .5rem; }

/* ============================================================
   GRID HELPERS
   ============================================================ */
.grid { display: grid; gap: var(--s5); }
.g2 { grid-template-columns: 1fr; }
.g3 { grid-template-columns: 1fr; }
.g4 { grid-template-columns: 1fr; }
.g5 { grid-template-columns: 1fr; }
.stack { display: grid; gap: var(--s7); align-content: start; }
.vosa-lede .stack { gap: var(--s4); }
.section { padding: var(--s7) 0; }
.section--tight { padding: var(--s5) 0; }
.rule { height: 1px; background: var(--line); border: 0; margin: 0; }

.layout { display: grid; grid-template-columns: 1fr; gap: var(--s7); }
.sidebar { display: grid; gap: var(--s6); align-content: start; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (min-width: 560px) {
  .g2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .g4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .g5 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ticker__arrow { display: block; }
}

@media (min-width: 768px) {
  .g3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .g4 { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .ubar__follow { display: inline; }
  .hero__media { aspect-ratio: 3 / 2; }
}

@media (min-width: 1024px) {
  :root { --header-h: 84px; }
  .navbar { display: block; }
  .burger { display: none; }
  .bottomnav { display: none; }
  .g5 { grid-template-columns: repeat(5,minmax(0,1fr)); }
  .layout { grid-template-columns: minmax(0,1fr) 320px; }
  .layout--wide { grid-template-columns: minmax(0,1fr) 300px; }
  .footer__grid { grid-template-columns: 1.5fr 1.1fr 1fr 1.2fr 1fr; }
  .hero__body { padding: var(--s7); padding-top: 5rem; }
  .hero__media { aspect-ratio: 16 / 11; }
}

@media (max-width: 1023px) {
  body { padding-bottom: 58px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important; scroll-behavior: auto !important;
  }
}

@media print {
  .ubar,.masthead,.ticker,.footer,.bottomnav,.share,.nl { display: none !important; }
  body { background: #fff; }
}

/* ============================================================
   BREADCRUMB
   ============================================================ */
.crumbs { margin-bottom: var(--s4); }
.crumbs ol { display: flex; flex-wrap: wrap; align-items: center; gap: .35rem .5rem; font-size: var(--fs-xs); color: var(--muted); }
.crumbs li { display: flex; align-items: center; gap: .5rem; }
.crumbs li + li::before { content: "/"; color: var(--line-2); }
.crumbs a { color: var(--blue-700); padding-block: 4px; }
.crumbs a:hover { text-decoration: underline; }
.crumbs [aria-current] { color: var(--body); }

/* ============================================================
   PAGE + ARCHIVE HEADS
   ============================================================ */
.pagedoc { max-width: 760px; margin-inline: auto; }
.pagedoc__head { padding-bottom: var(--s5); border-bottom: 3px solid var(--blue-700); margin-bottom: var(--s6); }
.pagedoc__title { font-size: var(--fs-h1); margin-bottom: var(--s3); }
.pagedoc__stand { font-size: var(--fs-lead); color: var(--body); line-height: 1.6; }
.pagedoc__media { margin-bottom: var(--s6); border-radius: var(--r-lg); overflow: hidden; }
.pagelinks { display: flex; gap: .5rem; margin-top: var(--s6); font-weight: 700; }

.archhead { padding-bottom: var(--s5); border-bottom: 3px solid var(--blue-700); margin-bottom: var(--s6); }
.archhead__title { font-size: var(--fs-h1); }
.archhead__meta { margin-top: .5rem; font-size: var(--fs-sm); color: var(--muted); }
.archhead__intro { margin-top: var(--s4); font-size: var(--fs-lead); color: var(--body); max-width: 68ch; }

/* ============================================================
   FILTER CHIPS
   ============================================================ */
.chips { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: var(--s6); }
.chip {
  display: inline-flex; align-items: center; min-height: 38px; padding: .375rem .875rem;
  border: 1px solid var(--line); border-radius: var(--r-pill);
  font-size: var(--fs-sm); font-weight: 600; color: var(--body); background: var(--white);
  transition: border-color .18s var(--ease), color .18s var(--ease), background .18s var(--ease);
}
.chip:hover { border-color: var(--blue-600); color: var(--blue-700); }
.chip.is-active { background: var(--blue-700); border-color: var(--blue-700); color: #fff; }
.chips--dark .chip { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.16); color: rgba(255,255,255,.82); }
.chips--dark .chip:hover { border-color: var(--accent); color: #fff; }
.chips--dark .chip.is-active { background: var(--accent-700); border-color: var(--accent-700); color: #fff; }

/* ============================================================
   PAGINATION
   ============================================================ */
.pager { display: flex; flex-wrap: wrap; justify-content: center; gap: .375rem; margin-top: var(--s8); }
.pager .page-numbers {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 44px; min-height: 44px; padding: 0 .75rem;
  border: 1px solid var(--line); border-radius: var(--r);
  font-size: var(--fs-sm); font-weight: 700; color: var(--body); background: var(--white);
}
.pager a.page-numbers:hover { border-color: var(--blue-600); color: var(--blue-700); }
.pager .page-numbers.current { background: var(--blue-700); border-color: var(--blue-700); color: #fff; }
.pager .page-numbers.dots { border-color: transparent; background: none; }
.pager--dark .page-numbers { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.16); color: rgba(255,255,255,.8); }
.pager--dark a.page-numbers:hover { border-color: var(--accent); color: #fff; }
.pager--dark .page-numbers.current { background: var(--accent-700); border-color: var(--accent-700); color: #fff; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact { display: grid; grid-template-columns: 1fr; gap: var(--s7); align-items: start; }
.cform, .cinfo { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: var(--s6); }
.cinfo { background: var(--paper); }
.cform__h { font-size: 1.125rem; margin-bottom: var(--s5); }
.cform__row { display: grid; grid-template-columns: 1fr; gap: var(--s4); }
.field { margin-bottom: var(--s4); }
.field label { display: block; font-size: var(--fs-sm); font-weight: 700; margin-bottom: .375rem; }
.field label span[aria-hidden] { color: var(--accent-700); }
.field__opt { font-weight: 400; color: var(--muted); }
.field input, .field textarea {
  width: 100%; padding: .75rem .875rem; background: var(--white);
  border: 1px solid var(--line-2); border-radius: var(--r);
  font-size: var(--fs-body); color: var(--ink);
  transition: border-color .18s var(--ease), box-shadow .18s var(--ease);
}
.field textarea { resize: vertical; min-height: 140px; line-height: 1.6; }
.field input:focus, .field textarea:focus {
  outline: none; border-color: var(--blue-600); box-shadow: 0 0 0 3px var(--blue-tint);
}
.field.has-err input, .field.has-err textarea { border-color: var(--accent-700); }
.field.has-err input:focus, .field.has-err textarea:focus { box-shadow: 0 0 0 3px var(--accent-tint); }
.field__err:empty { display: none; }
.field__err { margin-top: .375rem; font-size: var(--fs-xs); font-weight: 600; color: var(--accent-700); }
/* Honeypot: parked off-screen rather than display:none, which bots detect. */
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  min-height: 48px; padding: 0 1.5rem; border-radius: var(--r);
  font-size: var(--fs-sm); font-weight: 700; letter-spacing: .02em;
  transition: background .18s var(--ease), transform .18s var(--ease);
}
.btn--primary { background: var(--blue-700); color: #fff; }
.btn--primary:hover { background: var(--blue-800); }
.btn[disabled] { opacity: .6; cursor: progress; }
.cform__msg { margin-top: var(--s4); font-size: var(--fs-sm); font-weight: 600; }
.cform__msg:empty { display: none; }
.cform__msg.is-ok { color: var(--green-700); }
.cform__msg.is-err { color: var(--accent-700); }
.cform__note { margin-top: var(--s3); font-size: var(--fs-xs); color: var(--muted); }

.cinfo__list { display: grid; gap: var(--s5); }
.cinfo__list li { display: flex; gap: .75rem; }
.cinfo__list svg { width: 18px; height: 18px; flex: none; margin-top: .2rem; color: var(--blue-700); }
.cinfo__list span { display: block; font-size: var(--fs-xs); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: .15rem; }
.cinfo__list a { color: var(--blue-700); font-weight: 600; word-break: break-word; }
.cinfo__list a:hover { text-decoration: underline; }
.cinfo__h { font-size: var(--fs-xs); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin: var(--s6) 0 var(--s3); }
.cinfo__social { display: flex; gap: .5rem; }
.cinfo__social a { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; color: #fff; }
.cinfo__social svg { width: 17px; height: 17px; fill: currentColor; }
.wa-btn--lg { min-height: 48px; padding: .75rem 1.25rem; width: 100%; justify-content: center; }

@media (min-width: 700px) { .cform__row { grid-template-columns: 1fr 1fr; gap: var(--s5); } }
@media (min-width: 1024px) { .contact { grid-template-columns: minmax(0,1.6fr) minmax(0,1fr); gap: var(--s8); } }

/* ============================================================
   VIDEO HUB — deliberately darker than the rest of the site
   ============================================================ */
.vhub { background: var(--blue-900); color: rgba(255,255,255,.82); }
.vhub .crumbs { color: rgba(255,255,255,.5); }
.vhub .crumbs a { color: rgba(255,255,255,.72); }
.vhub .crumbs [aria-current] { color: rgba(255,255,255,.55); }
.vhub .crumbs li + li::before { color: rgba(255,255,255,.25); }
.vhub__head { padding-bottom: var(--s5); border-bottom: 3px solid var(--accent); margin-bottom: var(--s7); }
.vhub__title { color: #fff; font-size: var(--fs-h1); }
.vhub__intro { margin-top: var(--s4); font-size: var(--fs-lead); color: rgba(255,255,255,.72); max-width: 68ch; }
.vhub .vcard__title { color: #fff; }
.vhub .vcard:hover .vcard__title { color: var(--accent); }
.vhub .tstamp { color: rgba(255,255,255,.5); }
.kicker--light { color: var(--accent); }

.vlead { display: grid; grid-template-columns: 1fr; gap: var(--s5); margin-bottom: var(--s7); }
.vframe { position: relative; aspect-ratio: 16 / 9; border-radius: var(--r-lg); overflow: hidden; background: #000; }
.vframe iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.vlead__poster { position: relative; display: block; aspect-ratio: 16 / 9; border-radius: var(--r-lg); overflow: hidden; }
.vlead__poster img { width: 100%; height: 100%; object-fit: cover; }
.vplay--lg { width: 68px; height: 68px; }
.vplay--lg svg { width: 26px; height: 26px; }
.vlead__flag {
  display: inline-block; background: var(--accent-700); color: #fff;
  font-size: var(--fs-2xs); font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  padding: .3rem .625rem; border-radius: var(--r-sm); margin-bottom: var(--s3);
}
.vlead__body { align-self: center; }
.vlead__title { font-size: clamp(1.375rem, 2.4vw, 1.875rem); color: #fff; margin: .5rem 0 .75rem; }
.vlead__title a:hover { color: var(--accent); }
.vlead__excerpt { color: rgba(255,255,255,.7); line-height: 1.65; margin-bottom: var(--s3); }

.vhub__body { display: grid; grid-template-columns: 1fr; gap: var(--s8); align-items: start; }
.vrail { border-top: 3px solid var(--accent); padding-top: var(--s5); }
.vrail__h { color: #fff; font-size: var(--fs-xs); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: var(--s5); }
.vrail__list { display: grid; gap: var(--s4); }
.vrail__list li { display: flex; gap: .75rem; align-items: baseline; }
.vrail__rank { font-size: 1.25rem; font-weight: 800; color: var(--accent); line-height: 1; flex: none; }
.vrail__list a { color: rgba(255,255,255,.85); font-weight: 600; font-size: var(--fs-sm); line-height: 1.45; }
.vrail__list a:hover { color: var(--accent); }
.emptystate--dark { background: rgba(255,255,255,.04); border-radius: var(--r-lg); color: rgba(255,255,255,.7); }
.emptystate--dark h3 { color: #fff; }

@media (min-width: 768px) { .vlead { grid-template-columns: minmax(0,1.35fr) minmax(0,1fr); gap: var(--s6); } }
@media (min-width: 1024px) { .vhub__body { grid-template-columns: minmax(0,1fr) 300px; gap: var(--s9); } }

/* ============================================================
   SMALL-SCREEN DENSITY
   A stack of full-bleed 16:10 cards makes the phone homepage several
   screens longer than it needs to be. Below 600px the grid card becomes a
   compact row (thumb left, headline right), the way a phone news app reads,
   and the portrait feature cards go two-up.
   ============================================================ */
@media (max-width: 599px) {
  .gcard {
    display: grid; grid-template-columns: 112px minmax(0, 1fr);
    align-items: stretch; gap: 0; border-radius: var(--r);
  }
  .gcard__media { aspect-ratio: 1 / 1; height: 100%; }
  .gcard__body { padding: var(--s3); }
  .gcard__title { font-size: .9375rem; margin-bottom: .3rem; }
  .gcard:hover { transform: none; }

  .g4 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--s4); }
  .ocard__media { aspect-ratio: 4 / 5; }
  .ocard__title { font-size: .8125rem; -webkit-line-clamp: 3; }
  .ocard__body { padding: var(--s3); }

  .vcard__title { font-size: .9375rem; }
}

/* Below 360px the thumbnail column starves the headline. */
@media (max-width: 359px) {
  .gcard { grid-template-columns: 92px minmax(0, 1fr); }
  .g4 { grid-template-columns: 1fr; }
  .ocard__media { aspect-ratio: 16 / 10; }
}

/* Author archive header */
.authorhead__row { display: flex; align-items: center; gap: var(--s4); }
.authorhead__avatar { border-radius: 50%; flex: none; }

/* ============================================================
   TARGET SIZE (WCAG 2.2 SC 2.5.8 — 24x24 CSS px minimum)
   Footer links and the section "see all" links were 17-22px tall.
   Padding raises the hit area without changing the visual rhythm.
   ============================================================ */
.footer__list a,
.footer__list li > a,
.footer__legal a,
.crumbs a,
.crumbs span[aria-current] { display: inline-block; padding-block: 4px; }
.footer__list { gap: .375rem; }
.footer__cats { gap: .375rem var(--s4); }
.footer__contact li { margin-bottom: .375rem; }
.secthead__more { padding-block: 3px; }
.ubar__lang { display: inline-block; padding-block: 5px; }

/* ============================================================
   SECTION DATA BLOCKS — scores, indicators, events, regions
   ============================================================ */
.databox { margin-block: var(--s6); }
.seednote {
  display: inline-block; margin-bottom: var(--s4);
  background: var(--accent-tint); color: var(--accent-700);
  border-left: 3px solid var(--accent);
  font-size: var(--fs-xs); font-weight: 600;
  padding: .4rem .75rem; border-radius: 0 var(--r-sm) var(--r-sm) 0;
}

/* ---------- scores ---------- */
.scores { display: grid; grid-template-columns: 1fr; gap: var(--s4); }
.score {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--r); padding: var(--s4);
  border-top: 3px solid var(--line-2);
}
.score--live { border-top-color: var(--accent); }
.score--upcoming { border-top-color: var(--blue-600); }
.score--finished { border-top-color: var(--green-700); }
.score__head {
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--s3); margin-bottom: var(--s3);
}
.score__comp {
  font-size: var(--fs-2xs); font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--muted);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.score__state {
  display: inline-flex; align-items: center; gap: .35rem; flex: none;
  font-size: var(--fs-2xs); font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; color: var(--body);
}
.score--live .score__state { color: var(--accent-700); }
.score__dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--accent);
  animation: vosa-pulse 1.6s ease-in-out infinite;
}
@keyframes vosa-pulse { 0%,100% { opacity: 1; } 50% { opacity: .25; } }
.score__row {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: var(--s3); padding-block: .25rem;
}
.score__team { font-weight: 700; font-size: var(--fs-sm); line-height: 1.35; }
.score__num {
  font-size: 1.375rem; font-weight: 800; line-height: 1; flex: none;
  font-variant-numeric: tabular-nums; color: var(--ink);
}
.score__foot {
  margin-top: var(--s3); padding-top: var(--s3); border-top: 1px solid var(--line);
  font-size: var(--fs-xs); color: var(--muted);
}

/* ---------- indicators ---------- */
.inds { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--s4); }
.ind {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--r); padding: var(--s4);
}
.ind__name {
  font-size: var(--fs-2xs); font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--muted); margin-bottom: .5rem;
}
.ind__value {
  font-size: 1.5rem; font-weight: 800; line-height: 1;
  font-variant-numeric: tabular-nums; color: var(--ink);
}
.ind__change {
  display: inline-flex; align-items: center; gap: .3rem; margin-top: .4rem;
  font-size: var(--fs-sm); font-weight: 700; font-variant-numeric: tabular-nums;
}
.ind__change.is-up { color: var(--green-700); }
.ind__change.is-down { color: var(--accent-700); }
.ind__change.is-flat { color: var(--muted); }
.ind__src { margin-top: .5rem; font-size: var(--fs-2xs); color: var(--muted); }

/* ---------- events ---------- */
.events { display: grid; grid-template-columns: 1fr; gap: var(--s3); }
.event {
  display: flex; gap: var(--s4); align-items: flex-start;
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--r); padding: var(--s4);
}
.event__date {
  flex: none; width: 62px; text-align: center; line-height: 1.15;
  background: var(--blue-700); color: #fff;
  border-radius: var(--r-sm); padding: .5rem .25rem;
}
.event__date strong { display: block; font-size: 1.375rem; font-weight: 800; }
.event__date span {
  display: block; font-size: var(--fs-2xs); font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase; opacity: .85;
  overflow: hidden; text-overflow: ellipsis;
}
.event__title { font-size: var(--fs-sm); font-weight: 700; line-height: 1.35; margin: .25rem 0 .4rem; }
.event__meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: .3rem var(--s4);
  font-size: var(--fs-xs); color: var(--muted);
}
.event__meta svg { width: 13px; height: 13px; }
.event__meta span { margin-right: .25rem; }

/* ---------- regions ---------- */
.regions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--s4); }
.region {
  display: block; background: var(--white); border: 1px solid var(--line);
  border-left: 3px solid var(--accent); border-radius: 0 var(--r) var(--r) 0;
  padding: var(--s4);
  transition: border-left-color .2s var(--ease), box-shadow .2s var(--ease);
}
.region:hover { border-left-color: var(--blue-700); box-shadow: var(--sh-sm); }
.region__name {
  display: block; font-size: var(--fs-2xs); font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--accent-700); margin-bottom: .4rem;
}
.region__head { display: block; font-size: var(--fs-sm); font-weight: 700; line-height: 1.35; margin-bottom: .35rem; }
.region__empty { display: block; font-size: var(--fs-sm); color: var(--muted); }

@media (min-width: 700px) {
  .scores { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .events { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .inds { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .regions { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* Sub-section chips carry an article count. */
.chip__n {
  margin-left: .45rem; padding: .05rem .35rem; border-radius: var(--r-pill);
  background: var(--paper-2); color: var(--muted);
  font-size: var(--fs-2xs); font-weight: 700; font-variant-numeric: tabular-nums;
}
.chip.is-active .chip__n { background: rgba(255,255,255,.22); color: #fff; }

/* ============================================================
   PHASE 2 — editorial signals, verticals, reader tools
   ============================================================ */

/* ---------- flag strip on cards and articles ---------- */
.cflags, .article__flags {
  display: flex; flex-wrap: wrap; align-items: center; gap: .4rem .625rem;
  margin-bottom: .4rem;
}
.article__flags { margin-bottom: var(--s3); }

.elabel {
  display: inline-block; font-size: var(--fs-2xs); font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase;
  padding: .15rem .45rem; border-radius: var(--r-sm);
  border: 1px solid currentColor;
}
.elabel--opinion   { color: #7A3DBA; }
.elabel--analyse   { color: var(--blue-700); }
.elabel--reportage { color: var(--green-700); }
.elabel--enquete   { color: #A0522D; }
.elabel--factcheck { color: var(--accent-700); }

.ebadge {
  display: inline-flex; align-items: center; gap: .3rem;
  font-size: var(--fs-2xs); font-weight: 800; letter-spacing: .1em;
  text-transform: uppercase; padding: .2rem .5rem; border-radius: var(--r-sm);
  background: var(--paper-2); color: var(--ink-2);
}
.ebadge--direct   { background: var(--accent-700); color: #fff; }
.ebadge--urgent   { background: var(--accent-700); color: #fff; }
.ebadge--exclusif { background: var(--blue-700); color: #fff; }
.ebadge--analyse  { background: var(--blue-tint); color: var(--blue-700); }
.ebadge--upcoming { background: var(--blue-tint); color: var(--blue-700); }
.ebadge--ended    { background: var(--paper-2); color: var(--body); }
.ebadge__dot {
  width: 6px; height: 6px; border-radius: 50%; background: currentColor;
  animation: vosa-pulse 1.6s ease-in-out infinite;
}

.cmeta { display: flex; align-items: center; gap: .625rem; flex-wrap: wrap; }
.cmeta__read { font-size: var(--fs-xs); color: var(--muted); }

/* ---------- homepage: live strip + trending ---------- */
.livestrip {
  display: flex; flex-wrap: wrap; align-items: center; gap: var(--s3) var(--s5);
  background: var(--blue-900); border-radius: var(--r); padding: var(--s4) var(--s5);
}
.livestrip__h { margin: 0; }
.livestrip__items { display: flex; flex-wrap: wrap; gap: var(--s3) var(--s5); }
.livestrip__item { color: #fff; font-weight: 700; font-size: var(--fs-sm); }
.livestrip__item:hover { color: var(--accent); }

.trend {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: .625rem var(--s4);
  padding-bottom: var(--s5); border-bottom: 1px solid var(--line);
}
.trend__h {
  font-size: var(--fs-2xs); font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase; color: var(--muted); margin: 0; flex: none;
}
.trend__tags { display: flex; flex-wrap: wrap; gap: .4rem; }
.trend__tag {
  display: inline-block; padding: .3rem .7rem; border-radius: var(--r-pill);
  background: var(--paper); border: 1px solid var(--line);
  font-size: var(--fs-sm); font-weight: 700; color: var(--blue-700);
  transition: background .18s var(--ease), border-color .18s var(--ease);
}
.trend__tag:hover { background: var(--blue-tint); border-color: var(--blue-600); }

/* ---------- homepage rubric sections ---------- */
.hsec__grid { display: grid; grid-template-columns: 1fr; gap: var(--s5); }
.hsec__list { display: grid; gap: 0; align-content: start; }
.hsec__list li {
  display: flex; flex-direction: column; gap: .2rem;
  padding: .75rem 0; border-bottom: 1px solid var(--line);
}
.hsec__list li:first-child { padding-top: 0; }
.hsec__list li:last-child { border-bottom: 0; }
.hsec__list a { font-size: var(--fs-sm); font-weight: 700; line-height: 1.35; }
.hsec__list a:hover { color: var(--accent-700); }
@media (min-width: 700px) {
  .hsec__grid { grid-template-columns: minmax(0,1.1fr) minmax(0,1fr); align-items: start; }
}

/* ---------- article: correction, reader tools, credit ---------- */
.correction {
  border-left: 4px solid var(--accent); background: var(--accent-tint);
  padding: var(--s4) var(--s5); border-radius: 0 var(--r) var(--r) 0;
  margin-bottom: var(--s6);
}
.correction strong {
  display: block; font-size: var(--fs-2xs); font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase; color: var(--accent-700);
  margin-bottom: .3rem;
}
.correction p { font-size: var(--fs-sm); line-height: 1.6; color: var(--ink-2); }

.article__caption { display: flex; flex-wrap: wrap; gap: .25rem .625rem; align-items: baseline; }
.article__cap { color: var(--body); }
.article__credit {
  font-size: var(--fs-2xs); letter-spacing: .06em; text-transform: uppercase;
  color: var(--muted);
}
.article__updated { color: var(--accent-700); font-weight: 600; }

.rtools {
  display: flex; flex-wrap: wrap; align-items: center; gap: .5rem;
  margin-top: var(--s5); padding-top: var(--s4); border-top: 1px solid var(--line);
}
.rtools__btn {
  display: inline-flex; align-items: center; gap: .4rem;
  min-height: 36px; padding: 0 .75rem;
  border: 1px solid var(--line-2); border-radius: var(--r-pill);
  background: var(--white); font-size: var(--fs-sm); font-weight: 600; color: var(--body);
  transition: border-color .18s var(--ease), color .18s var(--ease);
}
.rtools__btn:hover:not([disabled]) { border-color: var(--blue-600); color: var(--blue-700); }
.rtools__btn[disabled] { opacity: .55; cursor: not-allowed; }
.rtools__btn--sq { min-width: 40px; justify-content: center; font-weight: 800; padding: 0 .5rem; }
.rtools__ico { font-size: .875rem; }
.rtools__soon {
  font-size: var(--fs-2xs); font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--muted);
  background: var(--paper-2); padding: .1rem .35rem; border-radius: var(--r-sm);
}
.rtools__size { display: flex; gap: .35rem; margin-left: auto; }

/* ---------- share: rail + bar ---------- */
.share { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; }
.share__label {
  font-size: var(--fs-2xs); font-weight: 800; letter-spacing: .12em;
  text-transform: uppercase; color: var(--muted);
}
.share__btn {
  display: grid; place-items: center; width: 38px; height: 38px;
  border-radius: 50%; background: var(--paper); color: var(--ink-2);
  border: 1px solid var(--line);
  transition: background .18s var(--ease), color .18s var(--ease), border-color .18s var(--ease);
}
.share__btn:hover { background: var(--blue-700); border-color: var(--blue-700); color: #fff; }
.share__btn svg { width: 16px; height: 16px; fill: currentColor; }
.share--rail { display: none; }
.share--bar { margin-top: var(--s6); padding-top: var(--s5); border-top: 1px solid var(--line); }

/* ---------- sources ---------- */
.sources {
  margin-top: var(--s7); padding: var(--s5) var(--s6);
  background: var(--paper); border-left: 4px solid var(--blue-700); border-radius: 0 var(--r) var(--r) 0;
}
.sources__h {
  font-size: var(--fs-2xs); font-weight: 800; letter-spacing: .12em;
  text-transform: uppercase; color: var(--blue-700); margin-bottom: var(--s3);
}
.sources__list { display: grid; gap: .5rem; list-style: decimal; padding-left: 1.1rem; }
.sources__list li { font-size: var(--fs-sm); color: var(--body); }
.sources__list a { color: var(--blue-700); text-decoration: underline; text-underline-offset: 2px; word-break: break-word; }

.article__tags { margin-top: var(--s6); }

/* ---------- report an error ---------- */
.reperr { margin-top: var(--s6); border: 1px solid var(--line); border-radius: var(--r); background: var(--white); }
.reperr__toggle {
  display: flex; align-items: center; gap: .5rem; cursor: pointer;
  padding: var(--s4) var(--s5); font-size: var(--fs-sm); font-weight: 700; color: var(--body);
  list-style: none;
}
.reperr__toggle::-webkit-details-marker { display: none; }
.reperr__toggle svg { width: 16px; height: 16px; }
.reperr[open] .reperr__toggle { border-bottom: 1px solid var(--line); color: var(--blue-700); }
.reperr__form { padding: var(--s5); }
.reperr__intro { font-size: var(--fs-sm); color: var(--body); margin-bottom: var(--s4); }

/* ---------- next article ---------- */
.nextup {
  display: block; margin-top: var(--s7); padding: var(--s4) var(--s5);
  border: 1px solid var(--line); border-radius: var(--r); background: var(--white);
  transition: border-color .18s var(--ease), box-shadow .18s var(--ease);
}
.nextup:hover { border-color: var(--blue-600); box-shadow: var(--sh-sm); }
.nextup__label {
  display: block; font-size: var(--fs-2xs); font-weight: 800; letter-spacing: .12em;
  text-transform: uppercase; color: var(--muted); margin-bottom: .5rem;
}
.nextup__row { display: flex; align-items: center; gap: var(--s4); }
.nextup__media { flex: none; width: 74px; aspect-ratio: 4/3; border-radius: var(--r-sm); overflow: hidden; }
.nextup__media img, .nextup__media .vosa-noimg { width: 100%; height: 100%; object-fit: cover; }
.nextup__title { font-size: var(--fs-sm); font-weight: 700; line-height: 1.35; flex: 1; }
.nextup__arrow { width: 20px; height: 20px; flex: none; color: var(--blue-700); }

/* ---------- VOSA Vérifie ---------- */
.verdict {
  border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden;
  margin-bottom: var(--s6); background: var(--white);
}
.verdict__head {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: var(--s3); padding: var(--s4) var(--s5); background: var(--blue-900); color: #fff;
}
.verdict__brand { font-size: var(--fs-sm); font-weight: 600; letter-spacing: .04em; }
.verdict__brand strong { font-weight: 800; }
.verdict__stamp {
  font-size: var(--fs-sm); font-weight: 800; letter-spacing: .1em;
  padding: .3rem .75rem; border-radius: var(--r-sm); background: #fff; color: var(--ink);
}
.verdict--true  .verdict__stamp { background: var(--green-700); color: #fff; }
.verdict--false .verdict__stamp { background: #B3261E; color: #fff; }
.verdict--misleading  .verdict__stamp { background: var(--accent-700); color: #fff; }
.verdict--context     .verdict__stamp { background: #8A6D00; color: #fff; }
.verdict--unconfirmed .verdict__stamp { background: var(--body); color: #fff; }
.verdict__body { padding: var(--s5); }
.verdict__k {
  font-size: var(--fs-2xs); font-weight: 800; letter-spacing: .12em;
  text-transform: uppercase; color: var(--muted); margin-bottom: .35rem;
}
.verdict__claim {
  margin: 0 0 var(--s4); padding-left: var(--s4);
  border-left: 3px solid var(--line-2);
  font-size: var(--fs-lead); line-height: 1.55; color: var(--ink);
}
.verdict__origin { font-size: var(--fs-sm); color: var(--body); }

.vstamp {
  display: inline-block; font-size: var(--fs-2xs); font-weight: 800;
  letter-spacing: .08em; padding: .15rem .45rem; border-radius: var(--r-sm); color: #fff;
}
.vstamp--true { background: var(--green-700); }
.vstamp--false { background: #B3261E; }
.vstamp--misleading { background: var(--accent-700); }
.vstamp--context { background: #8A6D00; }
.vstamp--unconfirmed { background: var(--body); }

/* ---------- live coverage ---------- */
.live__place { display: inline-flex; align-items: center; gap: .3rem; font-size: var(--fs-xs); color: var(--muted); }
.live__place svg { width: 13px; height: 13px; }
.live__count { color: var(--muted); }
.live__lead { margin-bottom: var(--s5); }

.feed { margin-top: var(--s7); }
.feed__list { display: grid; gap: 0; }
.feed__item {
  display: grid; grid-template-columns: 1fr; gap: .4rem;
  padding: var(--s5) 0 var(--s5) var(--s5);
  border-left: 2px solid var(--line); position: relative;
}
.feed__item::before {
  content: ""; position: absolute; left: -7px; top: calc(var(--s5) + .35rem);
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--white); border: 3px solid var(--blue-700);
}
.feed__item:first-child::before { border-color: var(--accent); }
.feed__time time { display: flex; align-items: baseline; gap: .5rem; }
.feed__time strong { font-size: 1rem; font-weight: 800; color: var(--ink); font-variant-numeric: tabular-nums; }
.feed__time span { font-size: var(--fs-xs); color: var(--muted); }
.feed__title { font-size: 1.0625rem; font-weight: 800; line-height: 1.3; margin-bottom: .35rem; }
.prose--tight > *:last-child { margin-bottom: 0; }
.feed__media { margin-top: var(--s4); }
.feed__img { margin-top: var(--s4); border-radius: var(--r); width: 100%; }

.livecard {
  display: block; background: var(--white); border: 1px solid var(--line);
  border-top: 3px solid var(--line-2); border-radius: var(--r); padding: var(--s5);
  transition: border-color .18s var(--ease), box-shadow .18s var(--ease);
}
.livecard--live { border-top-color: var(--accent); }
.livecard--upcoming { border-top-color: var(--blue-600); }
.livecard:hover { box-shadow: var(--sh); }
.livecard__title { font-size: 1.125rem; line-height: 1.3; margin: var(--s3) 0 .4rem; }
.livecard:hover .livecard__title { color: var(--blue-700); }
.livecard__sub { font-size: var(--fs-sm); color: var(--body); line-height: 1.55; margin-bottom: var(--s3); }
.livecard__meta { display: flex; flex-wrap: wrap; gap: .4rem; font-size: var(--fs-xs); color: var(--muted); }

/* ---------- archive eyebrow ---------- */
.archhead__eyebrow {
  font-size: var(--fs-2xs); font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase; color: var(--accent-700); margin-bottom: .35rem;
}

/* ---------- nav: the "Plus" sub-menu ---------- */
.nav__list > li.menu-item-has-children > a::before {
  content: ""; position: absolute; right: -12px; top: 50%;
  width: 0; height: 0; margin-top: -1px;
  border-left: 4px solid transparent; border-right: 4px solid transparent;
  border-top: 4px solid currentColor; opacity: .55;
}
.nav__list > li.menu-item-has-children { padding-right: 12px; }
.nav__list .sub-menu {
  position: absolute; left: 50%; translate: -50% 0; top: 100%; z-index: 120;
  min-width: 220px; padding: .5rem 0;
  background: var(--white); border: 1px solid var(--line);
  border-radius: 0 0 var(--r) var(--r); box-shadow: var(--sh-lg);
  opacity: 0; visibility: hidden; transform: translateY(-4px);
  transition: opacity .16s var(--ease), transform .16s var(--ease), visibility .16s;
}
.nav__list > li:hover > .sub-menu,
.nav__list > li:focus-within > .sub-menu {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.nav__list .sub-menu a {
  display: block; padding: .5rem 1.125rem;
  font-size: var(--fs-sm); font-weight: 600; color: var(--ink-2);
  text-transform: none; letter-spacing: 0;
}
.nav__list .sub-menu a:hover { background: var(--paper); color: var(--blue-700); }

/* Drawer shows the second level indented rather than hidden. */
.drawer__list .sub-menu { padding-left: var(--s5); }
.drawer__list .sub-menu a { font-size: var(--fs-sm); color: var(--body); }

.footer__h--sp { margin-top: var(--s6); }

/* ---------- wide screens ---------- */
@media (min-width: 1100px) {
  /* The rail only appears where there is genuinely room beside the text: the
     body becomes a two-column grid rather than relying on negative offsets. */
  .article__body {
    display: grid; grid-template-columns: 56px minmax(0, 1fr);
    gap: var(--s6); align-items: start;
  }
  .share--rail {
    display: flex; flex-direction: column; gap: .5rem;
    position: sticky; top: calc(var(--header-h) + 1.25rem);
  }
  .share--rail .share__label { display: none; }
}

/* ============================================================
   SECTION HUB + MEGA MENU
   ============================================================ */
.hub { display: grid; gap: var(--s8); }
.hub__lede .vosa-cattop { margin-top: var(--s2); }
.hub__sub {
  margin: calc(var(--s3) * -1) 0 var(--s4);
  font-size: var(--fs-sm); color: var(--body); max-width: 70ch;
}
.hub__rest .chips { margin-bottom: 0; }
.hub__sec .secthead__more { white-space: nowrap; flex: none; }
/* A section with a single story must not leave half the row empty. */
.hsec__grid--single { grid-template-columns: minmax(0, 1fr) !important; max-width: 460px; }

/* Mega menu: a wide, columned panel for a section with many sub-sections. */
.nav__list > li.vosa-mega { position: static; }
.nav__list > li.vosa-mega > .sub-menu {
  left: 0; right: 0; translate: 0 0; width: 100%;
  max-width: var(--wrap); margin-inline: auto;
  padding: var(--s5) var(--gutter);
  columns: 4; column-gap: var(--s6);
  border-radius: 0 0 var(--r-lg) var(--r-lg);
}
.nav__list > li.vosa-mega > .sub-menu > li {
  break-inside: avoid; margin-bottom: .15rem;
}
.nav__list > li.vosa-mega > .sub-menu a {
  padding: .45rem .5rem; border-radius: var(--r-sm); font-weight: 700;
}
@media (max-width: 1279px) {
  .nav__list > li.vosa-mega > .sub-menu { columns: 3; }
}

/* ============================================================
   HUB REFINEMENT — live rail, filter bar, topics, featured
   sections, most-read tabs and the chronological river.
   Everything here is additive: no existing rule is overridden,
   so the rest of the site renders exactly as before.
   ============================================================ */

/* ---------- live coverage rail ---------- */
.livecard { margin-bottom: var(--s6); }
.livecard__link {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center;
  gap: var(--s4); padding: var(--s4) var(--s5);
  background: var(--blue-900); border-radius: var(--r-lg);
  border-left: 4px solid var(--accent);
  color: #fff; transition: background .18s var(--ease);
}
.livecard__link:hover { background: #04203F; }
.livecard__flag {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .3rem .6rem; border-radius: var(--r-sm);
  background: var(--accent-700); color: #fff;
  font-size: var(--fs-2xs); font-weight: 800; letter-spacing: .07em; white-space: nowrap;
}
.livecard__dot {
  width: 7px; height: 7px; border-radius: 50%; background: #fff;
  animation: vosaLivePulse 1.6s var(--ease) infinite;
}
@keyframes vosaLivePulse { 0%,100% { opacity: 1; } 50% { opacity: .25; } }
.livecard__body { display: grid; gap: .2rem; min-width: 0; }
.livecard__title { font-size: var(--fs-lead); font-weight: 800; line-height: 1.3; color: #fff; }
.livecard__last { font-size: var(--fs-sm); color: rgba(255,255,255,.76); }
.livecard__ago { color: rgba(255,255,255,.55); margin-left: .4rem; }
.livecard__place {
  display: inline-flex; align-items: center; gap: .3rem;
  font-size: var(--fs-xs); color: rgba(255,255,255,.62);
}
.livecard__place svg { width: 13px; height: 13px; }
.livecard__go svg { width: 20px; height: 20px; color: rgba(255,255,255,.7); }
@media (max-width: 599px) {
  .livecard__link { grid-template-columns: 1fr auto; row-gap: var(--s3); }
  .livecard__flag { grid-column: 1 / -1; justify-self: start; }
}

/* ---------- section filter bar ---------- */
.hfilter { margin-bottom: var(--s6); border-bottom: 1px solid var(--line); }
.hfilter__list {
  display: flex; gap: .35rem; list-style: none; margin: 0; padding: 0 0 .6rem;
  overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
.hfilter__list::-webkit-scrollbar { display: none; }
.hfilter__chip {
  display: inline-flex; align-items: center; min-height: 40px;
  padding: 0 .85rem; border-radius: var(--r-pill); white-space: nowrap;
  font-size: var(--fs-sm); font-weight: 700; color: var(--body);
  background: var(--paper); border: 1px solid transparent;
  transition: background .18s var(--ease), color .18s var(--ease);
}
.hfilter__chip:hover { background: var(--blue-tint); color: var(--blue-700); }
.hfilter__chip.is-current { background: var(--blue-700); color: #fff; }
.hfilter__chip.is-current:hover { background: var(--blue-800); color: #fff; }

/* ---------- trending topics ---------- */
.htopics {
  margin-bottom: var(--s7); padding: var(--s5);
  background: var(--paper); border-radius: var(--r-lg);
}
.htopics__title {
  font-size: var(--fs-xs); font-weight: 800; letter-spacing: .09em;
  text-transform: uppercase; color: var(--muted); margin-bottom: var(--s3);
}
.htopics__list { display: flex; flex-wrap: wrap; gap: .4rem; list-style: none; margin: 0; padding: 0; }
.htopics__tag {
  display: inline-flex; align-items: center; gap: .4rem;
  min-height: 36px; padding: 0 .75rem; border-radius: var(--r-pill);
  background: var(--white); border: 1px solid var(--line);
  font-size: var(--fs-sm); font-weight: 700; color: var(--blue-700);
  transition: border-color .18s var(--ease), background .18s var(--ease);
}
.htopics__tag:hover { background: var(--blue-tint); border-color: var(--blue-600); }
.htopics__n {
  font-size: var(--fs-2xs); font-weight: 800; color: var(--muted);
  background: var(--paper-2); border-radius: var(--r-pill); padding: .1rem .4rem;
}

/* ---------- a sub-section given editorial weight ---------- */
.hsec--feature {
  padding: var(--s6) var(--s5) var(--s5);
  background: linear-gradient(180deg, var(--blue-tint) 0%, transparent 190px);
  border-radius: var(--r-lg);
  border-top: 3px solid var(--blue-700);
}
.hsec--feature .secthead__title { font-size: clamp(1.375rem, 2vw, 1.75rem); }
.hsec--feature .secthead__title::before {
  content: ""; display: inline-block; vertical-align: middle;
  width: 8px; height: 8px; margin-right: .5rem; border-radius: 50%;
  background: var(--accent);
}
.hsec--feature .hub__sub { color: var(--ink-2); font-weight: 500; }
@media (min-width: 700px) {
  .hsec--feature .hsec__grid { grid-template-columns: minmax(0,1.45fr) minmax(0,1fr); }
}

/* ---------- most read, by period ---------- */
.hmost { margin-bottom: var(--s7); }
.hmost__tabs { display: flex; gap: .35rem; margin-bottom: var(--s4); flex-wrap: wrap; }
.hmost__tab {
  min-height: 40px; padding: 0 .85rem; border-radius: var(--r-pill);
  background: var(--paper); color: var(--body);
  font-size: var(--fs-sm); font-weight: 700; cursor: pointer;
  border: 1px solid transparent; transition: background .18s var(--ease);
}
.hmost__tab:hover { background: var(--blue-tint); color: var(--blue-700); }
.hmost__tab.is-on { background: var(--blue-700); color: #fff; }
.hmost__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.hmost__item {
  display: grid; grid-template-columns: 2rem 1fr; gap: var(--s3); align-items: baseline;
  padding: .8rem 0; border-bottom: 1px solid var(--line);
}
.hmost__item:last-child { border-bottom: 0; }
.hmost__rank {
  font-size: 1.25rem; font-weight: 800; color: var(--accent-700); line-height: 1;
}
.hmost__item a { font-size: var(--fs-sm); font-weight: 700; line-height: 1.4; }
.hmost__item a:hover { color: var(--accent-700); }

/* ---------- the chronological river ---------- */
.hfeed__list { display: grid; gap: 0; }
.feedrow {
  display: grid; grid-template-columns: 1fr; gap: var(--s4);
  padding: var(--s5) 0; border-bottom: 1px solid var(--line);
}
.feedrow:first-child { padding-top: 0; }
.feedrow__media { border-radius: var(--r); overflow: hidden; background: var(--paper-2); }
.feedrow__media img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 16/10; }
.feedrow__body { display: grid; gap: .4rem; align-content: start; min-width: 0; }
.feedrow__title { font-size: 1.0625rem; font-weight: 800; line-height: 1.3; }
.feedrow__title a:hover { color: var(--accent-700); }
.feedrow__teaser {
  font-size: var(--fs-sm); color: var(--body); line-height: 1.55;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.feedrow__meta {
  display: flex; align-items: center; gap: .4rem;
  font-size: var(--fs-xs); color: var(--muted);
}
.feedrow__read { color: var(--muted); }
.hfeed__more { display: flex; justify-content: center; margin-top: var(--s6); }
.btn--ghost {
  background: var(--white); color: var(--blue-700);
  border: 1px solid var(--line-2); cursor: pointer;
}
.btn--ghost:hover { border-color: var(--blue-600); background: var(--blue-tint); }
@media (min-width: 640px) {
  .feedrow { grid-template-columns: 200px minmax(0,1fr); gap: var(--s5); }
}

/* ---------- provenance flag ---------- */
.sflag {
  display: inline-flex; align-items: center;
  padding: .12rem .4rem; border-radius: var(--r-sm);
  font-size: var(--fs-2xs); font-weight: 800; letter-spacing: .05em;
  background: var(--paper); color: var(--ink-2);
  border: 1px solid var(--line-2);
}
.sflag--officielle  { background: var(--blue-tint);  color: var(--blue-700);  border-color: #B9D4EF; }
.sflag--communique  { background: var(--paper);      color: var(--ink-2); }
.sflag--document    { background: var(--paper);      color: var(--ink-2); }
.sflag--declaration { background: var(--green-tint); color: var(--green-700); border-color: #BCE4C9; }
.ebadge--maj { background: var(--paper-2); color: var(--ink-2); }

/* Reduced motion: the live dot is the only thing that moves here. */
@media (prefers-reduced-motion: reduce) {
  .livecard__dot { animation: none; }
}

/* The "see everything" link closing a mega menu that deliberately shows only
   the priority rubrics. It must not read as one more rubric among them. */
.nav__list > li.vosa-mega > .sub-menu > li.vosa-seeall {
  break-before: column;
  margin-top: .35rem; padding-top: .5rem;
  border-top: 1px solid var(--line);
}
.nav__list > li.vosa-mega > .sub-menu > li.vosa-seeall > a {
  color: var(--accent-700); font-weight: 800;
}
.drawer .vosa-seeall > a { color: var(--accent-700); font-weight: 800; }

/* Grid blowout guard.
   .hub is a single-column grid. A grid item's automatic minimum size is its
   min-content width, and the filter bar is a nowrap flex row whose min-content
   is the SUM of its chips — 758px against a 375px phone. That widened the whole
   column, and body{overflow-x:hidden} hid the consequence instead of showing
   it: every block on the hub was silently clipped in half on mobile.
   The track and the items both have to be allowed to shrink. */
.hub { grid-template-columns: minmax(0, 1fr); }
.hub > * { min-width: 0; }
.hfilter, .hfilter__list { min-width: 0; max-width: 100%; }

/* Section header on narrow screens.
   "Voir toutes les nouvelles Élections" is a deliberately explicit label, and
   nowrap keeps it on one line next to the title on desktop — which is what
   stopped these headers rendering 123px tall. On a phone there is no room for
   both on one line, and nowrap turned the overflow into a clipped link running
   off the right edge. Below the fold of a phone the two simply stack. */
@media (max-width: 639px) {
  .hub__sec .secthead { flex-wrap: wrap; gap: var(--s2); }
  .hub__sec .secthead__title { flex: 1 1 100%; }
  .hub__sec .secthead__more {
    flex: 1 1 100%; white-space: normal; min-width: 0;
    padding-left: .875rem;
  }
  .hub__sec .secthead__more svg { flex: none; }
}

/* The "see all" arrow never had a size of its own.
   vosa_icon() emits a viewBox with no width/height, so the SVG's size came
   entirely from its container. On desktop the nowrap inline-flex link happened
   to keep it small; the moment the link was allowed to fill the row on mobile,
   the same icon resolved to 289x289 and pushed the section header to 327px.
   Every other icon in the sheet is given an explicit size — this one was the
   omission, and it is fixed at the source rather than by constraining the
   parent again. */
.secthead__more svg { width: 15px; height: 15px; flex: none; }

/* The hidden attribute has to beat an author display rule.
   The UA sheet sets [hidden]{display:none}, but any author rule with a real
   selector outranks it — .hmost__list{display:grid} quietly un-hid the two
   inactive period panels, so "Les plus lus" printed 1-5 three times over.
   This is the documented remedy and the one place !important earns its keep:
   an element marked hidden is not a styling preference. */
[hidden] { display: none !important; }


/* VOSA mobile archive card alignment fix */
@media (max-width: 599px) {
  .gcard { grid-template-columns: 112px minmax(0, 1fr); }
  .gcard > .gcard__media { grid-column: 1; width: 112px; min-width: 0; overflow: hidden; }
  .gcard > .gcard__body { grid-column: 2; min-width: 0; width: auto; padding: .75rem; overflow: hidden; }
  .gcard__body .cflags, .gcard__body .gcard__title, .gcard__body .cmeta { position: relative; z-index: 1; min-width: 0; }
  .gcard__title, .gcard__title a { overflow-wrap: anywhere; word-break: normal; }
}
@media (max-width: 359px) {
  .gcard { grid-template-columns: 92px minmax(0, 1fr); }
  .gcard > .gcard__media { width: 92px; }
}
