:root {
  --navy: #142a3c;
  --navy-soft: #203c50;
  --blue: #466b82;
  --blue-pale: #edf2f4;
  --red: #a65d65;
  --red-dark: #7f454c;
  --gold: #c4ad7b;
  --paper: #f4f1ea;
  --paper-deep: #e9e3d9;
  --white: #ffffff;
  --ink: #1c252c;
  --muted: #68727a;
  --line: #d9dcdd;
  --line-dark: #aab2b6;
  --green: #287462;
  --content: 1320px;
  --shadow-sm: 0 8px 26px rgba(7, 27, 51, 0.08);
  --shadow-md: 0 22px 60px rgba(7, 27, 51, 0.13);
}

/* Spain events service */
.events-main {
  padding-top: 42px;
  padding-bottom: 88px;
}

.events-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 38px;
  align-items: end;
  padding: 38px 42px;
  color: #f8f4eb;
  background: linear-gradient(118deg, #0b273b 0%, #153f54 62%, #8a4548 140%);
  border-top: 5px solid #a95e62;
}

.events-hero h1 {
  max-width: 820px;
  margin: 5px 0 13px;
  color: #fff;
  font-size: clamp(2.5rem, 5vw, 5.15rem);
  line-height: .95;
  overflow-wrap: anywhere;
}

.events-hero p:not(.overline) {
  max-width: 800px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 1.08rem;
  line-height: 1.55;
}

.events-hero aside {
  padding: 20px;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.07);
}

.events-hero aside strong,
.events-hero aside span,
.events-hero aside small {
  display: block;
}

.events-hero aside strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.7rem;
  line-height: 1;
}

.events-hero aside span {
  margin-top: 5px;
  font-weight: 800;
}

.events-hero aside small {
  margin-top: 13px;
  color: rgba(255,255,255,.68);
  line-height: 1.45;
}

.events-search {
  display: grid;
  grid-template-columns: minmax(230px, .72fr) minmax(0, 1.7fr);
  gap: 35px;
  margin-top: 28px;
  padding: 30px 34px;
  border: 1px solid #d9d7d1;
  background: #f4f1eb;
}

.events-search h2,
.events-results-heading h2,
.events-sources h2,
.events-attribution h2 {
  margin: 3px 0 9px;
  color: #102d42;
  font-size: clamp(1.75rem, 2.8vw, 2.65rem);
  line-height: 1.03;
}

.events-search > div > p:last-child {
  margin: 0;
  color: #59646b;
  line-height: 1.5;
}

.events-search form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.events-search label {
  display: grid;
  gap: 6px;
  color: #243946;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.events-search input,
.events-search select {
  width: 100%;
  min-width: 0;
  height: 47px;
  padding: 0 13px;
  border: 1px solid #bcc3c7;
  border-radius: 0;
  color: #172f40;
  background: #fff;
  font: 600 .95rem/1.2 Arial, sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

.events-search input:focus,
.events-search select:focus {
  outline: 3px solid rgba(164,81,86,.2);
  border-color: #8f4d51;
}

.events-search-wide {
  grid-column: 1 / -1;
}

.events-search-actions {
  grid-column: 1 / -1;
  display: flex;
  gap: 15px;
  align-items: center;
}

.events-search-actions button,
.events-search-actions a {
  display: inline-flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid #123248;
  font: 900 .78rem/1 Arial, sans-serif;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}

.events-search-actions button {
  color: #fff;
  background: #123248;
  cursor: pointer;
}

.events-search-actions a {
  color: #123248;
  background: transparent;
}

.events-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 325px;
  gap: 34px;
  align-items: start;
  margin-top: 36px;
}

.events-results-heading {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 15px;
  border-bottom: 4px solid #123248;
}

.events-results-heading > strong {
  padding-bottom: 7px;
  color: #8c4b50;
  white-space: nowrap;
}

.events-results-translation {
  max-width: 650px;
  margin: 8px 0 0;
  color: #66727a;
  font: 600 .82rem/1.45 Arial, sans-serif;
}

.events-results-translation.is-ready {
  color: #287462;
}

.events-results-translation.is-warning {
  color: #8c4b50;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 22px;
}

.events-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d9d7d1;
  border-top: 4px solid #9d5459;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15,43,62,.055);
}

.events-card.is-translated {
  border-top-color: #287462;
  transition: border-color .2s ease;
}

.events-card-image {
  display: block;
  height: 170px;
  overflow: hidden;
  background: #e8e5df;
}

[data-event-media-image-wrap] {
  visibility: hidden;
}

[data-event-media-image-wrap].is-loaded {
  visibility: visible;
}

.events-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.events-card-body {
  padding: 19px 20px 17px;
}

.events-card-top {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #8b4a50;
  font: 900 .68rem/1.25 Arial, sans-serif;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.events-card time {
  display: block;
  color: #5a666d;
  font: 800 .76rem/1.35 Arial, sans-serif;
}

.events-card h2 {
  margin: 8px 0 9px;
  color: #102d42;
  font-size: clamp(1.32rem, 2vw, 1.82rem);
  line-height: 1.04;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.events-card h2 a {
  color: inherit;
  text-decoration: none;
}

.events-card h2 a:hover {
  color: #8c4b50;
}

.events-card-place {
  margin: 0 0 10px;
  color: #253e4d;
  font-weight: 800;
}

.events-card-description {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #59646b;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.events-card footer {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: end;
  margin-top: 17px;
  padding-top: 13px;
  border-top: 1px solid #e4e1dc;
  font: 700 .75rem/1.35 Arial, sans-serif;
}

.events-card footer strong,
.events-card footer span {
  color: #59646b;
}

.events-card footer a {
  color: #16394e;
  text-align: right;
}

.events-empty {
  grid-column: 1 / -1;
  padding: 38px;
  border: 1px solid #d9d7d1;
  background: #f7f5f1;
}

.events-empty strong {
  color: #102d42;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
}

.events-empty p {
  margin-bottom: 0;
}

.events-sources {
  position: sticky;
  top: 18px;
  padding: 25px;
  border: 1px solid #d9d7d1;
  background: #f4f1eb;
}

.events-sources h2 {
  font-size: 2rem;
}

.events-sources > p {
  margin: 0;
  color: #59646b;
  line-height: 1.5;
}

.events-sources ul {
  display: grid;
  gap: 0;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.events-sources li {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 11px 0;
  border-top: 1px solid #d9d7d1;
}

.events-sources li > span {
  width: 8px;
  height: 8px;
  margin-top: 5px;
  border-radius: 50%;
  background: #9b8f84;
}

.events-sources li.is-ok > span { background: #2f7d55; }
.events-sources li.is-stale > span { background: #b47b24; }
.events-sources li.is-error > span,
.events-sources li.is-missing_key > span { background: #a84d53; }

.events-sources li strong,
.events-sources li small {
  display: block;
}

.events-sources li strong {
  color: #243b49;
  font-size: .88rem;
}

.events-sources li small {
  margin-top: 3px;
  color: #6a7379;
  line-height: 1.35;
}

.events-source-note {
  margin-top: 18px;
  padding: 16px;
  color: #f5f2eb;
  background: #123248;
}

.events-source-note p {
  margin: 7px 0 0;
  color: rgba(255,255,255,.78);
  font-size: .86rem;
  line-height: 1.45;
}

.events-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid #d9d7d1;
  font: 800 .78rem/1 Arial, sans-serif;
}

.events-pagination a,
.events-pagination span {
  padding: 10px 12px;
}

.events-pagination a {
  color: #123248;
  border: 1px solid #aeb9bf;
  text-decoration: none;
}

.events-pagination a.is-current {
  color: #fff;
  border-color: #123248;
  background: #123248;
}

.events-pagination .is-disabled {
  color: #9ba1a4;
}

.events-pagination-pages {
  display: inline-flex;
  gap: 4px;
  padding: 0 !important;
}

.events-attribution {
  margin-top: 36px;
  padding: 25px 28px;
  border-top: 3px solid #123248;
  background: #f7f5f1;
}

.events-attribution h2 {
  font-size: 1.75rem;
}

.events-attribution p {
  margin: 0;
  color: #59646b;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .events-hero,
  .events-search,
  .events-layout {
    grid-template-columns: 1fr;
  }

  .events-hero aside {
    max-width: 360px;
  }

  .events-sources {
    position: static;
  }
}

@media (max-width: 680px) {
  .events-main {
    padding-top: 20px;
  }

  .events-hero {
    gap: 24px;
    padding: 27px 22px;
  }

  .events-hero h1 {
    font-size: clamp(2.25rem, 12vw, 3.35rem);
  }

  .events-search {
    gap: 23px;
    padding: 24px 20px;
  }

  .events-search form,
  .events-grid {
    grid-template-columns: 1fr;
  }

  .events-search-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .events-layout {
    gap: 25px;
  }

  .events-results-heading {
    align-items: start;
    flex-direction: column;
    gap: 5px;
  }

  .events-card h2 {
    font-size: 1.55rem;
  }

  .events-card footer {
    align-items: start;
    flex-direction: column;
  }

  .events-card footer a {
    text-align: left;
  }

  .events-pagination {
    align-items: stretch;
    flex-direction: column;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
select {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
select {
  cursor: pointer;
}

h1,
h2,
h3,
p,
ol {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.025em;
}

.page-width {
  width: min(calc(100% - 48px), var(--content));
  margin-inline: auto;
}

.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: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 14px;
  color: #fff;
  background: var(--navy);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.prototype-ribbon {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 6px max(24px, calc((100vw - var(--content)) / 2));
  color: #fff;
  background: #69474c;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.site-header {
  position: relative;
  z-index: 20;
  background: #fff;
}

.utility-bar {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.utility-bar p {
  margin: 0;
}

.utility-bar nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.utility-bar a:hover,
.utility-bar a:focus-visible {
  color: var(--blue);
}

.utility-account {
  padding: 6px 10px;
  color: #fff !important;
  background: var(--navy);
}

.utility-preview {
  padding: 6px 10px;
  color: var(--navy) !important;
  border: 1px solid var(--gold);
  background: #f6f1e5;
}

.utility-preview:hover,
.utility-preview:focus-visible {
  color: #fff !important;
  background: var(--red-dark);
  border-color: var(--red-dark);
}

.masthead {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 116px;
  align-items: center;
  gap: 24px;
}

.wordmark {
  display: grid;
  justify-items: center;
  row-gap: 7px;
  line-height: 1;
  min-width: 0;
  text-align: center;
}

.wordmark img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  object-position: center;
}

.wordmark span {
  margin-top: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.04;
}

.wordmark-slogan {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(0.6rem, 0.9vw, 0.74rem);
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.15;
  white-space: nowrap;
}

.menu-button,
.search-button {
  min-height: 44px;
  color: var(--navy);
  border: 0;
  background: transparent;
}

.menu-button {
  display: block;
  visibility: hidden;
  width: 44px;
  padding: 11px;
  justify-self: start;
  pointer-events: none;
}

.menu-button > span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
}

.search-button {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 8px;
  padding: 0;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.search-button > span:first-child {
  font-family: Georgia, serif;
  font-size: 1.8rem;
  line-height: 1;
}

.main-nav {
  color: #fff;
  background: var(--navy);
  border-bottom: 3px solid var(--red-dark);
}

.nav-inner {
  display: flex;
  min-height: 52px;
  align-items: stretch;
  justify-content: center;
}

.nav-inner a,
.nav-dropdown-toggle {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  padding: 0 17px;
  color: inherit;
  border: 0;
  background: transparent;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  transition: background 160ms ease;
}

.nav-inner a:hover,
.nav-inner a:focus-visible,
.nav-dropdown-toggle:hover,
.nav-dropdown-toggle:focus-visible,
.nav-dropdown.is-open .nav-dropdown-toggle {
  background: rgba(255, 255, 255, 0.12);
}

.nav-dropdown {
  position: relative;
  display: flex;
  align-items: stretch;
}

.nav-dropdown-toggle {
  gap: 8px;
  cursor: pointer;
}

.nav-dropdown-toggle span {
  font-size: 1rem;
  transition: transform 160ms ease;
}

.nav-dropdown.is-open .nav-dropdown-toggle span {
  transform: rotate(180deg);
}

.nav-dropdown-menu {
  position: absolute;
  z-index: 90;
  top: 100%;
  left: 0;
  display: grid;
  min-width: 270px;
  padding: 7px 0;
  border-top: 3px solid var(--gold);
  background: var(--navy-soft);
  box-shadow: 0 18px 38px rgba(7, 27, 51, 0.28);
}

.nav-dropdown-menu[hidden] {
  display: none;
}

.nav-inner .nav-dropdown-menu a {
  min-height: 42px;
  padding: 8px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.72rem;
  white-space: nowrap;
}

.nav-inner .nav-dropdown-menu a:last-child {
  border-bottom: 0;
}

.nav-inner a.is-section-active {
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 -4px 0 var(--gold);
}

.nav-inner .nav-alert {
  color: #fff;
  background: var(--red-dark);
}

.nav-inner .nav-premium {
  margin-left: auto;
  color: var(--navy);
  background: var(--gold);
}

.search-panel {
  padding: 22px 0;
  color: #fff;
  background: var(--navy-soft);
}

.search-panel form {
  display: grid;
  gap: 8px;
}

.search-panel label {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.search-panel form > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.search-panel input {
  min-height: 50px;
  padding: 0 16px;
  border: 0;
}

.search-panel button {
  min-width: 120px;
  color: #fff;
  border: 0;
  background: var(--red);
  font-weight: 800;
}

.nav-content-panel {
  border-bottom: 1px solid var(--line);
  background: #f7f5f0;
  box-shadow: 0 18px 42px rgba(7, 27, 51, 0.1);
}

.nav-content-inner {
  padding-top: 36px;
  padding-bottom: 48px;
}

.nav-content-heading {
  margin-bottom: 16px;
}

.nav-content-heading button {
  min-height: 40px;
  padding: 0 14px;
  color: var(--navy);
  border: 1px solid #aab2b8;
  background: transparent;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.nav-content-heading button:hover,
.nav-content-heading button:focus-visible {
  color: #fff;
  border-color: var(--navy);
  background: var(--navy);
}

.nav-content-grid .story-card {
  background: transparent;
}

.nav-content-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 28px;
  color: var(--muted);
  border: 1px dashed #aab2b8;
  background: #fff;
  font-family: Georgia, "Times New Roman", serif;
}

.nav-ressort-search {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: 28px;
  margin-top: 32px;
  padding: 24px 26px;
  border-top: 4px solid var(--navy);
  background: #fff;
  box-shadow: 0 10px 28px rgba(7, 27, 51, 0.08);
}

.nav-ressort-search[hidden] {
  display: none;
}

.nav-ressort-search-copy {
  display: grid;
  gap: 5px;
}

.nav-ressort-search-copy strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.18;
}

.nav-ressort-search-copy span {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.nav-ressort-search-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.nav-ressort-search input {
  min-width: 0;
  min-height: 48px;
  padding: 0 15px;
  color: var(--ink);
  border: 1px solid #aab2b8;
  background: #f9f8f5;
  font: inherit;
}

.nav-ressort-search button {
  min-height: 48px;
  padding: 0 18px;
  color: #fff;
  border: 1px solid var(--navy);
  background: var(--navy);
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.nav-ressort-search button:hover,
.nav-ressort-search button:focus-visible {
  border-color: var(--red-dark);
  background: var(--red-dark);
}

.live-band {
  color: #fff;
  background: #314e62;
}

.emergency-alert-band {
  border-block: 1px solid rgba(160, 24, 36, 0.3);
  color: #a01824;
  background: #fff7f7;
}

.emergency-alert-band[hidden] {
  display: none;
}

.emergency-alert-band[data-level="red"],
.emergency-alert-band[data-level="es-alert"] {
  color: #8d101d;
  background: #fff0f1;
}

.emergency-alert-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 44px;
  align-items: center;
  gap: 14px;
}

.emergency-alert-primary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  padding-block: 8px;
}

.emergency-alert-overview {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  padding: 6px 10px;
  font-family: Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.045em;
  line-height: 1.1;
  text-transform: uppercase;
}

.emergency-alert-layout strong {
  flex: 0 0 auto;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.emergency-alert-layout span {
  min-width: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.25;
}

.emergency-alert-layout small {
  flex: 0 0 auto;
  margin-left: auto;
  font-size: 0.67rem;
  font-weight: 800;
}

.emergency-alert-primary:hover span,
.emergency-alert-primary:focus-visible span,
.emergency-alert-overview:hover,
.emergency-alert-overview:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.live-layout {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 48px;
  align-items: center;
  gap: 18px;
}

.live-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.live-label i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(196, 173, 123, 0.2);
  animation: livePulse 1.8s infinite;
}

@keyframes livePulse {
  50% {
    box-shadow: 0 0 0 9px rgba(255, 255, 255, 0);
  }
}

.ticker-window {
  min-width: 0;
  overflow: hidden;
}

.ticker-track {
  display: flex;
  align-items: center;
  gap: 0;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.newsticker-page {
  padding-block: clamp(32px, 5vw, 72px);
}

.newsticker-list {
  max-width: 1120px;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 4px solid var(--navy);
}

.newsticker-list li {
  border-bottom: 1px solid var(--line);
}

.newsticker-list a {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: clamp(16px, 3vw, 34px);
  padding: clamp(20px, 3vw, 32px) 0;
  color: inherit;
}

.newsticker-list time {
  color: var(--burgundy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.45;
  text-transform: uppercase;
}

.newsticker-list small {
  display: block;
  margin-bottom: 6px;
  color: var(--burgundy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.newsticker-list strong {
  display: block;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.4vw, 1.85rem);
  line-height: 1.08;
}

.newsticker-list p {
  max-width: 820px;
  margin: 9px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.newsticker-list a:hover strong,
.newsticker-list a:focus-visible strong {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

@media (max-width: 640px) {
  .emergency-alert-layout {
    grid-template-columns: 1fr;
    gap: 6px;
    padding-block: 9px;
  }

  .emergency-alert-primary {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 2px;
    padding-block: 0;
  }

  .emergency-alert-layout small {
    margin-left: 0;
  }

  .emergency-alert-overview {
    min-height: 28px;
    justify-self: start;
  }

  .newsticker-list a {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

.ticker-track::-webkit-scrollbar {
  display: none;
}

.ticker-item {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 48px;
  align-items: center;
  padding: 0 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.92rem;
}

.ticker-item time {
  margin-right: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7rem;
  font-weight: 900;
}

.ticker-item span {
  display: block;
  max-width: min(68vw, 760px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ticker-item:hover span {
  text-decoration: underline;
}

.ticker-all {
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ad-slot {
  position: relative;
  color: #4f5660;
  border: 1px solid var(--line);
  background: #f4f5f6;
}

.ad-label {
  display: block;
  color: #767d85;
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ad-leaderboard {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 98px;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
  padding: 18px 22px;
}

.ad-leaderboard strong,
.ad-infeed strong {
  display: block;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
}

.ad-leaderboard p,
.ad-infeed p,
.ad-rail p {
  margin: 2px 0 0;
  font-size: 0.76rem;
}

.ad-leaderboard a,
.ad-infeed a {
  padding: 9px 12px;
  color: #fff;
  background: var(--navy);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nfr-home-ad {
  position: relative;
  margin-top: 38px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}

.nfr-home-ad[data-home-ad-placement="A1"] {
  margin-top: 24px;
}

.nfr-home-ad[data-home-ad-placement="A2"] {
  display: none;
}

.nfr-home-google-primary > .ad-label {
  margin: 0 0 7px 2px;
}

.nfr-home-google-primary .adsbygoogle {
  width: 100%;
}

.nfr-home-ad-horizontal .nfr-home-google-primary {
  min-height: 100px;
}

.nfr-home-ad-square .nfr-home-google-primary {
  min-height: 250px;
}

.nfr-home-ad-vertical .nfr-home-google-primary {
  min-height: 300px;
}

@media (min-width: 1840px) {
  .nfr-home-ad[data-home-ad-placement="A2"]:not([hidden]) {
    position: absolute;
    z-index: 4;
    top: 520px;
    right: max(20px, calc((100vw - var(--content)) / 2 - 240px));
    display: block;
    width: 220px;
    margin: 0;
  }

  .nfr-home-ad[data-home-ad-placement="A2"] .nfr-home-google-primary {
    min-height: 600px;
  }

  .nfr-home-ad[data-home-ad-placement="A2"] .nfr-home-house-card {
    min-height: 520px;
  }
}

.nfr-home-google-fallback {
  display: none;
}

.nfr-home-ad.is-unfilled .nfr-home-google-primary {
  display: none;
}

.nfr-home-ad.is-unfilled .nfr-home-google-fallback {
  display: block;
}

.nfr-home-house-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5px 24px;
  min-height: 96px;
  align-content: center;
  padding: 18px 22px;
  color: #fff;
  background: linear-gradient(105deg, var(--navy), #123a60);
}

.nfr-home-house-card span,
.nfr-home-house-card p {
  grid-column: 1;
}

.nfr-home-house-card span {
  color: var(--gold);
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nfr-home-house-card strong {
  grid-column: 1;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  line-height: 1.08;
}

.nfr-home-house-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.76rem;
}

.nfr-home-house-card em {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: center;
  padding: 10px 13px;
  color: var(--navy);
  background: var(--gold);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nfr-home-ad-vertical .nfr-home-house-card {
  grid-template-columns: 1fr;
  min-height: 270px;
  align-content: end;
  padding: 22px 18px;
  background: linear-gradient(160deg, #123a60, var(--navy));
}

.nfr-home-ad-vertical .nfr-home-house-card em {
  grid-column: 1;
  grid-row: auto;
  justify-self: start;
  margin-top: 10px;
}

.nfr-home-ad-square.page-width .nfr-home-house-card {
  max-width: 720px;
  margin-inline: auto;
}

@media (max-width: 720px) {
  .nfr-home-ad {
    padding: 7px;
  }

  .nfr-home-ad-horizontal .nfr-home-google-primary,
  .nfr-home-ad-vertical .nfr-home-google-primary {
    min-height: 180px;
  }

  .nfr-home-house-card,
  .nfr-home-ad-vertical .nfr-home-house-card {
    grid-template-columns: 1fr;
    min-height: 190px;
    padding: 20px 17px;
  }

  .nfr-home-house-card em {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    margin-top: 9px;
  }
}

.lead-section {
  padding-top: 42px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 22px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line-dark);
}

.section-heading h1,
.section-heading h2 {
  margin: 2px 0 0;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1;
}

.section-heading h2 {
  font-size: clamp(1.75rem, 3vw, 2.55rem);
}

.today-article-count {
  display: inline-block;
  margin-left: 0.45em;
  color: var(--red-dark);
  font-family: var(--sans);
  font-size: 0.32em;
  font-weight: 800;
  letter-spacing: 0.045em;
  line-height: 1.25;
  text-transform: uppercase;
  vertical-align: 0.3em;
  white-space: nowrap;
}

.section-heading > p,
.section-heading > a {
  max-width: 420px;
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.section-heading > a:hover {
  color: var(--blue);
}

.section-heading-strong {
  border-bottom: 3px solid var(--navy);
}

.overline {
  margin: 0;
  color: var(--red-dark);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(270px, 3.2fr) minmax(250px, 2.7fr);
  gap: 24px;
  align-items: stretch;
}

.lead-story {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
  box-shadow: var(--shadow-md);
}

.lead-story > a {
  display: block;
  min-height: inherit;
}

.lead-media {
  position: absolute;
  inset: 0;
}

.lead-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lead-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(7, 27, 51, 0.05) 24%, rgba(7, 27, 51, 0.93) 92%),
    linear-gradient(90deg, rgba(7, 27, 51, 0.58), transparent 70%);
}

.lead-copy {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: clamp(26px, 5vw, 54px);
}

.story-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--red-dark);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.lead-copy .story-kicker {
  padding: 5px 8px;
  color: #fff;
  background: var(--red);
}

.story-kicker.is-breaking {
  padding: 5px 8px;
  color: #fff;
  background: #b7192b;
  border-radius: 2px;
  box-shadow: 0 5px 14px rgba(183, 25, 43, 0.22);
}

.story-kicker.is-subscription-only {
  padding: 4px 7px;
  color: var(--blue-deep);
  background: #eef2f5;
  border: 1px solid rgba(7, 27, 51, 0.2);
  border-radius: 2px;
}

.lead-copy .story-kicker.is-subscription-only {
  color: #fff;
  background: var(--blue-deep);
  border-color: rgba(255, 255, 255, 0.65);
}

.lead-copy .story-kicker.is-breaking {
  background: #b7192b;
  outline: 1px solid rgba(255, 255, 255, 0.72);
  outline-offset: 2px;
}

.lead-story.is-breaking-story {
  box-shadow: 0 0 0 4px #b7192b, var(--shadow-md);
}

.lead-copy h2 {
  max-width: 22ch;
  margin: 0;
  overflow-wrap: break-word;
  font-size: clamp(1.85rem, 3vw, 3rem);
  hyphens: auto;
  line-height: 1.04;
  text-wrap: balance;
}

.lead-copy p {
  max-width: 68ch;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(0.96rem, 1.2vw, 1.12rem);
}

.story-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.story-meta span + span::before {
  content: "·";
  margin-right: 10px;
}

.lead-secondary {
  display: grid;
  gap: 22px;
}

.secondary-story {
  min-height: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.secondary-story > a {
  display: grid;
  min-height: 100%;
}

.secondary-story:last-child {
  border-bottom: 0;
}

.secondary-visual {
  position: relative;
  aspect-ratio: 16 / 9;
  margin-bottom: 14px;
  overflow: hidden;
  background: var(--paper);
}

.secondary-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.secondary-story h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.2rem, 1.6vw, 1.55rem);
  line-height: 1.08;
}

.secondary-story p {
  display: -webkit-box;
  margin: 9px 0 0;
  overflow: hidden;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.secondary-copy {
  display: block;
}

.news-rail {
  min-width: 0;
  border-top: 5px solid var(--red);
}

.rail-header {
  padding: 15px 0 12px;
  border-bottom: 2px solid var(--navy);
}

.rail-header h2 {
  margin: 0;
  color: var(--navy);
  font-size: 1.75rem;
}

.news-rail ol {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: newsrail;
}

.news-rail li {
  counter-increment: newsrail;
  border-bottom: 1px solid var(--line);
}

.news-rail li a {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  min-width: 0;
  gap: 8px;
  padding: 16px 0;
}

.news-rail li a::before {
  content: counter(newsrail, decimal-leading-zero);
  color: var(--red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.news-rail li strong {
  display: block;
  min-width: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.2;
  hyphens: auto;
  overflow-wrap: anywhere;
}

.news-rail li time {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 800;
  text-transform: uppercase;
}

.news-rail li.is-breaking-story {
  background: linear-gradient(90deg, rgba(183, 25, 43, 0.08), transparent 82%);
}

.home-breaking-label {
  display: inline-flex;
  margin: 0 0 6px;
  padding: 3px 6px;
  color: #fff;
  background: #b7192b;
  border-radius: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.ad-rail {
  margin-top: 18px;
  padding: 16px;
}

.ad-rail strong {
  display: block;
  margin-top: 9px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
}

@media (min-width: 1161px) {
  .lead-story,
  .lead-secondary,
  .news-rail {
    height: 620px;
    min-height: 620px;
  }

  .lead-secondary {
    grid-template-rows: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 16px;
  }

  .secondary-story {
    overflow: hidden;
    padding-bottom: 0;
  }

  .secondary-story > a,
  .secondary-story .secondary-copy {
    min-height: 0;
    overflow: hidden;
  }

  .secondary-story > a {
    height: 100%;
  }

  .secondary-story .secondary-copy {
    display: flex;
    flex-direction: column;
  }

  .secondary-story.has-compact-image > a {
    grid-template-rows: 112px minmax(0, 1fr);
  }

  .secondary-story.has-compact-image .secondary-visual {
    height: 112px;
    margin-bottom: 0;
    aspect-ratio: auto;
  }

  .secondary-story.has-compact-image .secondary-copy {
    padding-top: 10px;
  }

  .secondary-story.has-compact-image .story-kicker {
    margin-bottom: 6px;
  }

  .secondary-story.has-compact-image h3 {
    display: -webkit-box;
    overflow: hidden;
    font-size: clamp(1.13rem, 1.35vw, 1.34rem);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .secondary-story.has-compact-image p {
    margin-top: 6px;
    font-size: 0.82rem;
    line-height: 1.28;
    -webkit-line-clamp: 2;
  }

  .secondary-story.is-text-only {
    padding: 20px;
    border-top: 4px solid var(--navy);
    border-bottom: 1px solid var(--line);
    background: var(--paper);
  }

  .secondary-story.is-text-only > a {
    align-content: start;
  }

  .secondary-story.is-text-only h3 {
    display: -webkit-box;
    overflow: hidden;
    font-size: clamp(1.18rem, 1.35vw, 1.43rem);
    line-height: 1.06;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .secondary-story.is-text-only p {
    margin-top: 8px;
    font-size: 0.84rem;
    line-height: 1.3;
    -webkit-line-clamp: 2;
  }

  .secondary-story .story-meta {
    flex: 0 0 auto;
    margin-top: auto;
    padding-top: 8px;
    color: var(--muted);
    font-size: 0.62rem;
  }

  .news-rail {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .news-rail ol {
    flex: 0 1 auto;
    min-height: 0;
  }

  .news-rail li a {
    padding-block: 11px;
  }

  .news-rail li strong {
    font-size: 0.94rem;
    line-height: 1.16;
  }

  .ad-rail {
    margin-top: auto;
  }
}

.briefing-section {
  margin-top: 52px;
  padding: 40px 0;
  color: #fff;
  background: var(--navy);
}

.briefing-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(0, 2.25fr) minmax(205px, 0.75fr);
  gap: 34px;
  align-items: center;
}

.briefing-intro {
  padding-right: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.briefing-intro .overline {
  color: #ff8f98;
}

.briefing-intro h2 {
  margin: 7px 0 12px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.98;
}

.briefing-intro p {
  color: rgba(255, 255, 255, 0.72);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.88rem;
}

.briefing-intro > span {
  display: inline-block;
  padding: 4px 8px;
  color: var(--navy);
  background: var(--gold);
  font-size: 0.64rem;
  font-weight: 900;
  text-transform: uppercase;
}

#briefingSchedule {
  display: block;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.briefing-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.briefing-window-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 18px;
  color: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.briefing-item {
  position: relative;
  padding-left: 34px;
}

.briefing-item > span {
  position: absolute;
  top: -2px;
  left: 0;
  color: #ff8f98;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
}

.briefing-item strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.03rem;
  line-height: 1.2;
}

.briefing-item p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  line-height: 1.45;
}

.briefing-item:hover strong,
.briefing-item:focus-visible strong {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.briefing-item small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
}

.briefing-return {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 20px;
  color: var(--navy);
  background: var(--gold);
}

.briefing-return span {
  font-size: 0.67rem;
  font-weight: 800;
  text-transform: uppercase;
}

.briefing-return strong {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.15;
}

.news-section,
.regions-section,
.services-section {
  padding-top: 62px;
}

#aktuelle-nachrichten {
  scroll-margin-top: 24px;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 28px 22px;
}

.story-card {
  grid-column: span 4;
  padding: 24px 0 26px;
  border-top: 2px solid #72818a;
  border-bottom: 1px solid var(--line);
}

.story-card.is-wide {
  grid-column: span 8;
  padding-right: clamp(24px, 4vw, 54px);
}

.story-card.is-small {
  grid-column: span 4;
}

.article-pagination {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  padding-top: 18px;
  border-top: 2px solid var(--navy);
  font-family: Arial, Helvetica, sans-serif;
}

.article-pagination[hidden] {
  display: none;
}

.pagination-pages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.article-pagination button,
.article-pagination a,
.pagination-ellipsis {
  display: inline-flex;
  min-width: 40px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 11px;
  color: var(--navy);
  border: 1px solid #b8c1c8;
  background: #fff;
  font-size: 0.72rem;
  font-weight: 900;
}

.article-pagination button:hover:not(:disabled),
.article-pagination button:focus-visible,
.article-pagination button.is-current,
.article-pagination a:hover,
.article-pagination a:focus-visible,
.article-pagination a.is-current {
  color: #fff;
  border-color: var(--navy);
  background: var(--navy);
}

.article-pagination button:disabled {
  cursor: default;
  opacity: 0.38;
}

.article-pagination .pagination-direction.is-disabled {
  opacity: 0.38;
}

.search-results-page {
  padding-bottom: 70px;
}

.search-results-form {
  margin-bottom: 34px;
}

.search-results-empty {
  padding: 42px 0;
  border-top: 2px solid var(--navy);
  border-bottom: 1px solid var(--line);
}

.search-results-empty strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}

.search-results-empty p {
  margin-bottom: 0;
  color: var(--muted);
}

.pagination-ellipsis {
  min-width: 26px;
  padding: 0;
  border-color: transparent;
  background: transparent;
}

.pagination-status {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  white-space: nowrap;
}

.pagination-direction {
  white-space: nowrap;
}

.story-ad-banner {
  grid-column: 1 / -1;
  margin: 10px 0 14px;
}

.home-stream-ad {
  width: 100%;
  margin: 10px 0 14px;
}

.academy-bridge {
  margin-block: 62px;
  border-block: 1px solid var(--gold);
  background: var(--navy);
  box-shadow: 0 22px 55px rgba(7, 27, 51, 0.14);
}

.academy-bridge > a {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(350px, 0.75fr);
  min-height: 310px;
  overflow: hidden;
}

.academy-bridge-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 11px;
  padding: clamp(34px, 5vw, 64px);
  color: #fff;
}

.academy-bridge-label {
  color: var(--gold);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.academy-bridge-copy > strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.8vw, 3.65rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.academy-bridge-text {
  max-width: 56ch;
  color: rgba(255, 255, 255, 0.86);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  line-height: 1.5;
}

.academy-bridge-details {
  padding-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.academy-bridge-cta {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  min-height: 45px;
  padding: 10px 15px;
  margin-top: 7px;
  color: var(--navy);
  background: var(--gold);
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background 180ms ease, transform 180ms ease;
}

.academy-bridge > a:hover .academy-bridge-cta,
.academy-bridge > a:focus-visible .academy-bridge-cta {
  background: #fff;
  transform: translateX(3px);
}

.academy-bridge-visual {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 3px;
  min-height: 310px;
  overflow: hidden;
  padding-left: 3px;
  background: var(--gold);
}

.academy-bridge-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 42, 60, 0.55), transparent 45%);
  content: "";
  pointer-events: none;
}

.academy-bridge-visual img {
  width: 100%;
  height: 100%;
  min-height: 153px;
  object-fit: cover;
  filter: saturate(0.8) contrast(0.96);
  transition: filter 240ms ease, transform 360ms ease;
}

.academy-bridge > a:hover .academy-bridge-visual img,
.academy-bridge > a:focus-visible .academy-bridge-visual img {
  filter: saturate(1) contrast(1);
  transform: scale(1.015);
}

.climate-book-promotion {
  --book-accent: #d06b33;
  --book-background: #173038;
  margin-top: 38px;
}

.climate-book-promotion:empty {
  display: none;
}

.climate-book-promotion[data-book="planet-im-fieber"] {
  --book-accent: #f01671;
  --book-background: #26070e;
}

.home-climate-book-banner {
  display: grid;
  grid-template-columns: minmax(190px, 255px) minmax(0, 1fr);
  min-height: 340px;
  overflow: hidden;
  color: #fff;
  border-top: 5px solid var(--book-accent);
  background:
    radial-gradient(circle at 92% 12%, color-mix(in srgb, var(--book-accent) 24%, transparent), transparent 34%),
    linear-gradient(135deg, var(--book-background), #071b33 72%);
  box-shadow: 0 20px 50px rgba(7, 27, 51, 0.18);
}

.home-climate-book-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 23px;
  background: rgba(255, 255, 255, 0.06);
}

.home-climate-book-cover img {
  width: auto;
  height: 294px;
  max-width: 100%;
  object-fit: contain;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.34);
  transition: transform 260ms ease;
}

.home-climate-book-copy {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 11px;
  padding: clamp(32px, 5vw, 62px);
}

.home-climate-book-label {
  color: color-mix(in srgb, var(--book-accent) 72%, #fff);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.home-climate-book-copy > strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 4vw, 4rem);
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.home-climate-book-text {
  max-width: 46ch;
  color: rgba(255, 255, 255, 0.92);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  line-height: 1.45;
}

.home-climate-book-facts,
.home-climate-book-author {
  max-width: 58ch;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.76rem;
  font-weight: 750;
  line-height: 1.45;
}

.home-climate-book-facts {
  padding-left: 11px;
  border-left: 4px solid var(--book-accent);
}

.home-climate-book-cta {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 43px;
  padding: 10px 15px;
  margin-top: 5px;
  color: #fff;
  background: var(--book-accent);
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.home-climate-book-banner:hover .home-climate-book-cover img,
.home-climate-book-banner:focus-visible .home-climate-book-cover img {
  transform: translateY(-3px) scale(1.012);
}

.home-climate-book-banner:hover .home-climate-book-cta,
.home-climate-book-banner:focus-visible .home-climate-book-cta {
  filter: brightness(1.12);
}

.homepage-secondary-ad {
  margin-top: 38px;
}

.home-course-banner {
  position: relative;
  display: block;
  min-height: 350px;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
  box-shadow: 0 18px 46px rgba(7, 27, 51, 0.15);
}

.home-course-banner::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(7, 27, 51, 0.97) 0%, rgba(7, 27, 51, 0.9) 40%, rgba(7, 27, 51, 0.46) 64%, rgba(7, 27, 51, 0.02) 100%);
  content: "";
}

.home-course-banner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 420ms ease;
}

.home-course-banner:hover > img,
.home-course-banner:focus-visible > img {
  transform: scale(1.025);
}

.home-course-banner-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  gap: 10px;
  min-height: 350px;
  max-width: 64%;
  padding: clamp(32px, 5vw, 56px);
}

.home-course-banner-label {
  color: #f4c55a;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-course-banner strong {
  max-width: 21ch;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3.3vw, 3rem);
  line-height: 1.02;
}

.home-course-banner-text {
  max-width: 42ch;
  color: rgba(255, 255, 255, 0.88);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.98rem;
  line-height: 1.45;
}

.home-course-banner-facts,
.home-course-banner-bonus {
  justify-self: start;
  max-width: 54ch;
  padding: 8px 11px;
  line-height: 1.35;
}

.home-course-banner-facts {
  color: #fff;
  border: 1px solid rgba(244, 197, 90, 0.7);
  background: rgba(7, 27, 51, 0.72);
  font-size: 0.78rem;
  font-weight: 850;
}

.home-course-banner-bonus {
  color: rgba(255, 255, 255, 0.94);
  border-left: 4px solid var(--gold);
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.75rem;
}

.home-course-banner-bonus b {
  color: var(--gold);
  text-transform: uppercase;
}

.home-course-banner-cta {
  justify-self: start;
  margin-top: 4px;
  padding: 11px 15px;
  color: var(--navy);
  background: var(--gold);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.story-card > a {
  display: block;
  height: 100%;
}

.story-card.is-wide > a {
  display: block;
}

.story-visual {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--paper);
}

.story-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}

.story-card:hover .story-visual img,
.secondary-story:hover .secondary-visual img,
.service-card:hover img {
  transform: scale(1.025);
}

.story-copy {
  padding-top: 0;
}

.story-card.is-wide .story-copy {
  padding-top: 0;
}

.story-copy h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.25rem, 1.8vw, 1.78rem);
  line-height: 1.08;
}

.story-card.is-wide h3 {
  max-width: 22ch;
  font-size: clamp(1.8rem, 3vw, 3.15rem);
  line-height: 1.01;
}

.story-copy p {
  display: -webkit-box;
  margin: 11px 0 0;
  overflow: hidden;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.92rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.story-card.is-wide .story-copy p {
  max-width: 72ch;
  font-size: 1rem;
  -webkit-line-clamp: 5;
}

.story-card:nth-child(3n + 2) {
  border-top-color: var(--blue);
}

.story-grid .story-card.is-breaking-story,
.nav-content-grid .story-card.is-breaking-story,
.region-story-grid .story-card.is-breaking-story {
  border-top-color: #b7192b;
  background: linear-gradient(180deg, rgba(183, 25, 43, 0.055), transparent 58%);
}

.secondary-story.is-breaking-story {
  padding-top: 10px;
  border-top: 3px solid #b7192b;
}

.news-heading-actions {
  display: grid;
  justify-items: end;
  gap: 7px;
}

.news-heading-actions > a {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.news-heading-actions > a:hover {
  color: var(--blue);
}

.news-heading-actions button {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  color: var(--navy);
  border: 1px solid var(--line-dark);
  background: #fff;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.news-heading-actions button:hover,
.news-heading-actions button:focus-visible {
  border-color: var(--blue);
  background: var(--blue-pale);
}

.news-heading-actions button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.news-heading-actions button.is-refreshing span {
  animation: refreshSpin 900ms linear infinite;
}

.news-heading-actions small {
  color: var(--muted);
  font-size: 0.63rem;
}

@keyframes refreshSpin {
  to {
    transform: rotate(360deg);
  }
}

.category-art {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 160px;
  place-items: end start;
  overflow: hidden;
  padding: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.3), transparent 25%),
    linear-gradient(135deg, var(--navy), var(--blue));
}

.category-art::before,
.category-art::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.category-art::before {
  top: -45%;
  right: -8%;
  width: 74%;
  aspect-ratio: 1;
}

.category-art::after {
  top: -15%;
  right: 9%;
  width: 40%;
  aspect-ratio: 1;
}

.category-art strong {
  position: relative;
  z-index: 1;
  max-width: 14ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1;
}

.category-art.environment {
  background:
    radial-gradient(circle at 80% 20%, rgba(253, 214, 126, 0.45), transparent 27%),
    linear-gradient(135deg, #5b2823, #b34b32 55%, #e1aa52);
}

.category-art.politics {
  background:
    linear-gradient(90deg, transparent 48%, rgba(255, 255, 255, 0.08) 49%, rgba(255, 255, 255, 0.08) 51%, transparent 52%),
    linear-gradient(135deg, #111e31, #344d6a);
}

.category-art.economy {
  background:
    linear-gradient(135deg, transparent 0 35%, rgba(255, 255, 255, 0.09) 35% 38%, transparent 38%),
    linear-gradient(135deg, #294a45, #71907a);
}

.category-art.culture {
  background:
    radial-gradient(circle at 75% 30%, rgba(249, 226, 174, 0.45), transparent 30%),
    linear-gradient(135deg, #5b2b56, #b16a75);
}

.category-art.health {
  background:
    linear-gradient(45deg, transparent 46%, rgba(255, 255, 255, 0.15) 47% 53%, transparent 54%),
    linear-gradient(135deg, #126878, #42a3a3);
}

.house-campaign {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  min-height: 330px;
  margin-top: 64px;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}

.house-campaign > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.house-campaign > div {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: clamp(30px, 5vw, 66px);
}

.house-campaign .ad-label {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.55);
}

.house-campaign .overline {
  color: #ff8f98;
}

.house-campaign h2 {
  margin: 7px 0 12px;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1;
}

.house-campaign p:not(.overline) {
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.76);
  font-family: Georgia, "Times New Roman", serif;
}

.house-campaign a {
  margin-top: 12px;
  padding: 12px 17px;
  color: var(--navy);
  background: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fire-focus {
  margin-top: 64px;
  padding: 54px 0;
  color: #fff;
  background: linear-gradient(120deg, #4b201f, #8f2f2c);
}

.fire-focus[hidden] {
  display: none;
}

.focus-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 2.15fr);
  gap: 52px;
}

.focus-intro {
  padding-right: 42px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.focus-intro .overline {
  color: #f7bb6a;
}

.focus-intro h2 {
  margin: 10px 0 16px;
  max-width: 100%;
  overflow-wrap: anywhere;
  font-size: clamp(1.75rem, 2.6vw, 2.65rem);
  line-height: 1.04;
}

.focus-intro p {
  color: rgba(255, 255, 255, 0.78);
  font-family: Georgia, "Times New Roman", serif;
}

.focus-intro a {
  display: inline-block;
  margin-top: 16px;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
  font-size: 0.76rem;
  font-weight: 900;
}

.fire-focus-search {
  margin-top: 22px;
}

.fire-focus-search button {
  min-height: 44px;
  padding: 0 16px;
  color: #4b201f;
  border: 1px solid #f7bb6a;
  background: #f7bb6a;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.fire-focus-search button:hover,
.fire-focus-search button:focus-visible {
  color: #fff;
  border-color: #fff;
  background: transparent;
}

.focus-intro .fire-focus-map {
  display: block;
  width: fit-content;
  margin-top: 14px;
}

.focus-stories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.focus-empty {
  grid-column: 1 / -1;
  align-self: center;
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.82);
  font-family: Georgia, "Times New Roman", serif;
}

.focus-story {
  padding-top: 14px;
  border-top: 3px solid #f7bb6a;
}

.focus-story time {
  display: block;
  margin-bottom: 9px;
  color: #f7bb6a;
  font-size: 0.66rem;
  font-weight: 900;
}

.focus-story strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  line-height: 1.15;
}

.focus-story p {
  display: -webkit-box;
  margin: 12px 0 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.78rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ad-infeed {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 106px;
  align-items: center;
  gap: 24px;
  margin-top: 38px;
  padding: 18px 22px;
}

.region-picker {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
  padding: clamp(24px, 4vw, 46px);
  color: #fff;
  background:
    linear-gradient(100deg, rgba(7, 27, 51, 0.96), rgba(21, 100, 167, 0.86)),
    url("./assets/france-editorial-fallback.jpg") center / cover;
}

.region-picker label {
  display: block;
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.region-picker select {
  width: min(100%, 550px);
  min-height: 52px;
  padding: 0 42px 0 15px;
  color: var(--ink);
  border: 0;
  background: #fff;
}

.region-picker a {
  padding: 12px 16px;
  color: var(--navy);
  background: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.region-results {
  margin-top: 34px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  background: #fff;
}

.region-results-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--navy);
}

.region-results-heading h3 {
  margin: 5px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.04;
}

.region-results-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.region-story-grid .story-card {
  min-width: 0;
}

.region-results-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 24px;
  background: var(--paper-dark);
  font-family: Georgia, "Times New Roman", serif;
}

.region-ad-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.region-promo {
  display: grid;
  align-content: center;
  min-height: 210px;
  padding: clamp(24px, 3vw, 36px);
  color: #fff;
  background: linear-gradient(120deg, var(--navy), #1d5c8c);
}

.region-promo.is-academy {
  color: var(--navy);
  background: linear-gradient(120deg, #f4ead3, #e7c879);
}

.region-promo span {
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.region-promo strong {
  margin-top: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  line-height: 1.06;
}

.region-promo p {
  margin: 12px 0 0;
  font-size: 0.82rem;
  line-height: 1.5;
}

.region-promo em {
  margin-top: 18px;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.sport-strip {
  margin-top: 28px;
}

.sport-strip[hidden] {
  display: none;
}

.sport-strip-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--navy);
}

.sport-strip-heading h3 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.3rem);
}

.sport-strip-heading a {
  color: var(--red);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.sport-stories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-bottom: 1px solid var(--line-dark);
}

.sport-story {
  padding: 24px;
  border-right: 1px solid var(--line);
}

.sport-story:nth-child(3n) {
  border-right: 0;
}

.sport-story:nth-child(n + 4) {
  border-top: 1px solid var(--line);
}

.sport-story strong {
  display: block;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 1.15;
}

.sport-story span {
  display: block;
  margin-top: 12px;
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.sport-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 24px 0;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
}

.sport-more-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 14px;
}

.sport-more-row p {
  margin: 0;
  color: var(--muted);
  font-size: 0.65rem;
}

.football-match {
  position: relative;
  display: block;
  min-width: 0;
  text-decoration: none;
}

.football-match.is-live {
  box-shadow: inset 0 4px 0 var(--red);
}

.football-match .football-status {
  display: block;
  margin-bottom: 14px;
  color: var(--red);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.football-match .football-match-date {
  display: block;
  margin: -7px 0 14px;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.3;
}

.football-match .football-pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  color: var(--navy);
  font-size: inherit;
  text-transform: none;
}

.football-match .football-team {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: var(--navy);
  font-size: 0.86rem;
  text-transform: none;
}

.football-match .football-team:last-child {
  flex-direction: row-reverse;
  text-align: right;
}

.football-match .football-team img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.football-match .football-team strong {
  overflow-wrap: anywhere;
  font-family: inherit;
  font-size: 0.86rem;
  line-height: 1.15;
}

.football-match .football-score,
.football-match .football-kickoff {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  line-height: 1;
  white-space: nowrap;
}

.football-match .football-kickoff {
  font-size: 0.7rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.football-match.football-empty {
  grid-column: 1 / -1;
}

.football-match.football-empty strong {
  display: block;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
}

.football-match.football-empty p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.football-live-main {
  padding-block: 50px 80px;
}

.football-live-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 38px;
  align-items: end;
  padding-bottom: 26px;
  border-bottom: 4px solid var(--navy);
}

.football-live-hero h1 {
  max-width: 850px;
  margin: 6px 0 12px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  line-height: 0.94;
}

.football-live-hero p,
.football-live-source p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.football-live-source {
  padding: 20px;
  border: 1px solid var(--line-dark);
  background: var(--paper-warm);
}

.football-live-source strong {
  display: block;
  margin-bottom: 6px;
  color: var(--navy);
}

.football-live-notice {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid var(--line-dark);
  border-left: 5px solid var(--gold);
  background: #faf8f3;
}

.football-live-notice strong {
  display: block;
  margin-bottom: 5px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
}

.football-live-groups {
  display: grid;
  gap: 38px;
  margin-top: 34px;
}

.football-live-selected {
  scroll-margin-top: 24px;
  margin-top: 28px;
  padding: 24px;
  border: 2px solid var(--navy);
  background: var(--paper-warm);
}

.football-live-selected.is-locked {
  border-color: var(--gold);
}

.football-live-selected h2 {
  margin: 5px 0 10px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
}

.football-live-selected p:not(.overline) {
  max-width: 720px;
  color: var(--muted);
  line-height: 1.5;
}

.football-live-selected-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.football-live-selected-heading > span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.football-live-selected .football-live-card {
  background: #fff;
}

.football-live-group h2 {
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--navy);
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.football-live-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.football-live-card {
  padding: 22px;
  border: 1px solid var(--line-dark);
  background: #fff;
}

.football-live-card.is-live {
  border-top: 5px solid var(--red);
}

.football-live-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.football-live-card-meta time {
  color: var(--muted);
  text-align: right;
  letter-spacing: 0;
  text-transform: none;
}

.football-live-date {
  display: flex;
  align-items: baseline;
  gap: 10px;
  width: max-content;
  max-width: 100%;
  margin: -4px 0 20px;
  padding: 8px 11px;
  border-left: 4px solid var(--gold);
  background: var(--paper-warm);
  color: var(--navy);
}

.football-live-date span {
  color: var(--red);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.football-live-date strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.2;
}

.football-live-card .football-pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.football-live-card .football-team {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--navy);
  font-weight: 800;
}

.football-live-card .football-team:last-child {
  flex-direction: row-reverse;
  text-align: right;
}

.football-live-card .football-team img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.football-live-card .football-score {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  white-space: nowrap;
}

.football-live-refresh {
  margin-top: 24px;
  color: var(--muted);
  font-size: 0.72rem;
}

.football-live-member-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 16px;
  padding: 0 15px;
  border: 1px solid var(--navy);
  background: var(--navy);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  text-decoration: none;
}

.football-live-member-link:hover,
.football-live-member-link:focus-visible {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.traffic-main {
  padding-block: 48px 84px;
}

.traffic-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.7fr);
  gap: 40px;
  align-items: end;
  padding-bottom: 28px;
  border-bottom: 4px solid var(--navy);
}

.traffic-hero h1 {
  max-width: 900px;
  margin: 7px 0 12px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 5.5vw, 5rem);
  line-height: 0.94;
}

.traffic-hero > div > p:last-child,
.traffic-current small {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.traffic-current {
  padding: 22px 24px;
  border: 1px solid var(--line-dark);
  border-top: 5px solid var(--red);
  background: var(--paper-warm);
}

.traffic-current > span {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.traffic-current strong {
  display: block;
  margin-bottom: 12px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.12;
}

.traffic-stats {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 22px;
  border: 1px solid var(--line-dark);
  background: #fff;
}

.traffic-stats > div {
  min-width: 0;
  padding: 18px 16px;
  border-right: 1px solid var(--line);
}

.traffic-stats > div:last-child {
  border-right: 0;
}

.traffic-stats strong,
.traffic-stats span {
  display: block;
}

.traffic-stats strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  line-height: 1;
}

.traffic-stats span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.traffic-tools {
  display: grid;
  grid-template-columns: minmax(250px, 0.65fr) minmax(0, 1.35fr);
  gap: 42px;
  align-items: center;
  margin-top: 40px;
  padding: 30px;
  color: #fff;
  background: var(--navy);
}

.traffic-tools h2 {
  margin: 4px 0 8px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.traffic-tools .overline {
  color: #d5b56f;
}

.traffic-tools-copy > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.5;
}

.traffic-search-form > label,
.traffic-filters label {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.traffic-search-input {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 7px;
}

.traffic-search-input input,
.traffic-filters select {
  width: 100%;
  min-height: 48px;
  color: var(--navy);
  border: 1px solid #c8c6c0;
  border-radius: 0;
  background: #fff;
  font: inherit;
}

.traffic-search-input input {
  padding: 0 15px;
  border-right: 0;
}

.traffic-search-input button,
.traffic-reset,
.traffic-more {
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 0;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.traffic-search-input button,
.traffic-more {
  color: var(--navy);
  background: #d5b56f;
}

.traffic-search-input button:hover,
.traffic-search-input button:focus-visible,
.traffic-more:hover,
.traffic-more:focus-visible {
  background: #e1c986;
}

.traffic-filters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
  gap: 12px;
  align-items: end;
  margin-top: 14px;
}

.traffic-filters select {
  margin-top: 6px;
  padding: 0 36px 0 12px;
}

.traffic-reset {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: transparent;
}

.traffic-reset:hover,
.traffic-reset:focus-visible {
  background: rgba(255, 255, 255, 0.1);
}

.traffic-map-section {
  margin-top: 42px;
}

.traffic-map-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 15px;
}

.traffic-map-heading h2 {
  margin: 4px 0 6px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3.2vw, 2.55rem);
}

.traffic-map-heading p:last-child {
  margin: 0;
  color: var(--muted);
}

.traffic-map-heading > strong {
  flex: 0 0 auto;
  color: var(--red);
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.traffic-map-frame {
  position: relative;
  padding: 8px;
  border: 1px solid var(--line-dark);
  background: var(--paper-warm);
}

.traffic-map {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 570px;
  overflow: hidden;
  background: #dce6ea;
}

/* Leaflet is deliberately isolated from the global homepage image rules. */
.traffic-map-frame .leaflet-pane,
.traffic-map-frame .leaflet-tile,
.traffic-map-frame .leaflet-marker-icon,
.traffic-map-frame .leaflet-marker-shadow,
.traffic-map-frame .leaflet-tile-container,
.traffic-map-frame .leaflet-pane > svg,
.traffic-map-frame .leaflet-pane > canvas,
.traffic-map-frame .leaflet-zoom-box,
.traffic-map-frame .leaflet-image-layer,
.traffic-map-frame .leaflet-layer {
  position: absolute;
  top: 0;
  left: 0;
}

.traffic-map-frame .leaflet-container {
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-tap-highlight-color: transparent;
}

.traffic-map-frame .leaflet-tile,
.traffic-map-frame .leaflet-marker-icon,
.traffic-map-frame .leaflet-marker-shadow {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.traffic-map-frame .leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.traffic-map-frame .leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}

.traffic-map-frame .leaflet-container.leaflet-touch-drag {
  touch-action: none;
  touch-action: pinch-zoom;
}

.traffic-map-frame .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}

.traffic-map-frame .leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.traffic-map-frame .leaflet-tile-loaded {
  visibility: inherit;
}

.traffic-map-frame .leaflet-pane { z-index: 400; }
.traffic-map-frame .leaflet-tile-pane { z-index: 200; }
.traffic-map-frame .leaflet-overlay-pane { z-index: 400; }
.traffic-map-frame .leaflet-shadow-pane { z-index: 500; }
.traffic-map-frame .leaflet-marker-pane { z-index: 600; }
.traffic-map-frame .leaflet-tooltip-pane { z-index: 650; }
.traffic-map-frame .leaflet-popup-pane { z-index: 700; }

.traffic-map-frame .leaflet-control {
  position: relative;
  z-index: 800;
  clear: both;
  float: left;
  pointer-events: auto;
}

.traffic-map-frame .leaflet-top,
.traffic-map-frame .leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.traffic-map-frame .leaflet-top { top: 0; }
.traffic-map-frame .leaflet-right { right: 0; }
.traffic-map-frame .leaflet-bottom { bottom: 0; }
.traffic-map-frame .leaflet-left { left: 0; }
.traffic-map-frame .leaflet-right .leaflet-control { float: right; }
.traffic-map-frame .leaflet-top .leaflet-control { margin-top: 10px; }
.traffic-map-frame .leaflet-bottom .leaflet-control { margin-bottom: 10px; }
.traffic-map-frame .leaflet-left .leaflet-control { margin-left: 10px; }
.traffic-map-frame .leaflet-right .leaflet-control { margin-right: 10px; }

.traffic-map-frame .leaflet-zoom-animated {
  transform-origin: 0 0;
}

.traffic-map-frame .leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1);
}

.traffic-map-frame .leaflet-zoom-anim .leaflet-tile,
.traffic-map-frame .leaflet-pan-anim .leaflet-tile {
  transition: none;
}

.traffic-map-frame .leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

.traffic-map-frame .leaflet-grab { cursor: grab; }
.traffic-map-frame .leaflet-dragging .leaflet-grab { cursor: grabbing; }

.traffic-map-frame .leaflet-marker-icon,
.traffic-map-frame .leaflet-marker-shadow,
.traffic-map-frame .leaflet-image-layer,
.traffic-map-frame .leaflet-pane > svg path,
.traffic-map-frame .leaflet-tile-container {
  pointer-events: none;
}

.traffic-map-frame .leaflet-marker-icon.leaflet-interactive,
.traffic-map-frame .leaflet-image-layer.leaflet-interactive,
.traffic-map-frame .leaflet-pane > svg path.leaflet-interactive {
  pointer-events: auto !important;
  cursor: pointer;
}

.traffic-map-frame .leaflet-bar {
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55);
}

.traffic-map-frame .leaflet-bar a {
  display: block;
  width: 30px;
  height: 30px;
  color: #111;
  border-bottom: 1px solid #ccc;
  background: #fff;
  font: bold 21px/30px "Lucida Console", Monaco, monospace;
  text-align: center;
  text-decoration: none;
}

.traffic-map-frame .leaflet-bar a:hover,
.traffic-map-frame .leaflet-bar a:focus {
  background: #f4f4f4;
}

.traffic-map-frame .leaflet-bar a:first-child {
  border-radius: 4px 4px 0 0;
}

.traffic-map-frame .leaflet-bar a:last-child {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}

.traffic-map-frame .leaflet-container .leaflet-control-attribution {
  margin: 0;
  padding: 1px 5px;
  color: #333;
  background: rgba(255, 255, 255, 0.86);
  font: 10px/1.4 Arial, Helvetica, sans-serif;
}

.traffic-map-frame .leaflet-control-attribution a {
  color: #075f82;
  text-decoration: none;
}

.traffic-map-frame .leaflet-container img,
.traffic-map-frame .leaflet-container .leaflet-tile,
.traffic-map-frame .leaflet-container .leaflet-marker-icon,
.traffic-map-frame .leaflet-container .leaflet-marker-shadow {
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.traffic-map-loading,
.traffic-map-error {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  width: min(420px, calc(100% - 40px));
  padding: 17px 20px;
  color: var(--navy);
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 36px rgba(7, 27, 51, 0.16);
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
  transform: translate(-50%, -50%);
}

.traffic-map-legend {
  position: absolute;
  z-index: 800;
  right: 20px;
  bottom: 24px;
  display: flex;
  gap: 13px;
  padding: 9px 12px;
  border: 1px solid rgba(7, 27, 51, 0.2);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 5px 18px rgba(7, 27, 51, 0.12);
  color: var(--navy);
  font-size: 0.66rem;
  font-weight: 800;
}

.traffic-map-legend span {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.traffic-map-legend i {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #526f82;
  box-shadow: 0 0 0 1px rgba(7, 27, 51, 0.25);
}

.traffic-map-legend i.is-high {
  background: #a64f5a;
}

.traffic-map-legend i.is-medium {
  background: #c39535;
}

.traffic-map .leaflet-control-zoom a {
  color: var(--navy);
}

.traffic-map .leaflet-control-attribution {
  font-size: 10px;
}

.traffic-map-popup {
  min-width: 220px;
  color: #263845;
}

.traffic-map-popup small,
.traffic-map-popup strong,
.traffic-map-popup span,
.traffic-map-popup time {
  display: block;
}

.traffic-map-popup small {
  color: var(--red);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.traffic-map-popup strong {
  margin-top: 5px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}

.traffic-map-popup p {
  margin: 7px 0;
  line-height: 1.38;
}

.traffic-map-popup span {
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.35;
}

.traffic-map-popup time {
  margin-top: 7px;
  padding-top: 6px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.66rem;
  font-weight: 700;
}

.traffic-map-dot-icon {
  border: 0;
  background: transparent;
}

.traffic-map-dot-icon span {
  display: block;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--traffic-dot, #526f82);
  box-shadow: 0 1px 5px rgba(7, 27, 51, 0.45);
}

.traffic-map-cluster {
  display: grid !important;
  place-items: center;
  color: #fff;
  border: 4px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: var(--navy);
  box-shadow: 0 2px 9px rgba(7, 27, 51, 0.4);
  font-size: 0.66rem;
  font-weight: 900;
}

.traffic-map-cluster.is-medium {
  background: #876a2d;
}

.traffic-map-cluster.is-large {
  background: var(--red);
}

.traffic-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.36fr);
  gap: 42px;
  align-items: start;
  margin-top: 46px;
}

.traffic-results-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 17px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--navy);
}

.traffic-results-head h2,
.traffic-sources h2,
.traffic-attribution h2 {
  margin: 4px 0 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
}

.traffic-results-head > strong {
  flex: 0 0 auto;
  color: var(--red);
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.traffic-results-list {
  display: grid;
  gap: 13px;
}

.traffic-result-card {
  position: relative;
  padding: 20px 22px 17px;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-left: 5px solid #8293a0;
  background: #fff;
}

.traffic-result-card.is-high {
  border-left-color: var(--red);
}

.traffic-result-card.is-medium {
  border-left-color: #c39535;
}

.traffic-result-heading,
.traffic-result-card footer {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.traffic-type-badge,
.traffic-source-badge {
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.traffic-type-badge {
  color: var(--red);
}

.traffic-source-badge {
  color: var(--muted);
  text-align: right;
}

.traffic-result-card h3 {
  margin: 9px 0 5px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  line-height: 1;
}

.traffic-result-description {
  margin: 0;
  color: #263845;
  line-height: 1.45;
}

.traffic-result-location {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.traffic-result-card footer {
  margin-top: 14px;
  padding-top: 11px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.68rem;
}

.traffic-map-link {
  color: var(--navy);
  font-weight: 900;
  text-decoration: none;
}

.traffic-map-link:hover,
.traffic-map-link:focus-visible {
  text-decoration: underline;
}

.traffic-more {
  display: block;
  margin: 20px auto 0;
}

.traffic-more[hidden] {
  display: none;
}

.traffic-sources {
  position: sticky;
  top: 20px;
  padding: 24px;
  border: 1px solid var(--line-dark);
  background: var(--paper-warm);
}

.traffic-sources h2 {
  font-size: 1.65rem;
}

.traffic-sources > p {
  margin: 8px 0 18px;
  color: var(--muted);
  line-height: 1.45;
}

.traffic-sources ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.traffic-source-status {
  display: grid;
  grid-template-columns: 11px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  padding: 13px 0;
  border-top: 1px solid var(--line);
}

.traffic-source-status > span {
  width: 10px;
  height: 10px;
  margin-top: 4px;
  border-radius: 50%;
  background: #a36c29;
}

.traffic-source-status.is-ok > span {
  background: #2d7b4f;
}

.traffic-source-status.is-error > span {
  background: var(--red);
}

.traffic-source-status strong,
.traffic-source-status small {
  display: block;
}

.traffic-source-status strong {
  color: var(--navy);
  font-size: 0.82rem;
}

.traffic-source-status small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.35;
}

.traffic-advice {
  margin-top: 18px;
  padding: 17px;
  color: #fff;
  background: var(--navy);
}

.traffic-advice strong {
  color: #d5b56f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
}

.traffic-advice p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  line-height: 1.5;
}

.traffic-empty {
  padding: 28px;
  border: 1px solid var(--line-dark);
  border-left: 5px solid #c39535;
  background: #faf8f3;
}

.traffic-empty strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}

.traffic-empty p {
  margin: 6px 0 0;
  color: var(--muted);
}

.traffic-main.is-loading .traffic-results-list {
  opacity: 0.55;
}

.traffic-attribution {
  margin-top: 48px;
  padding-top: 26px;
  border-top: 3px solid var(--navy);
}

.traffic-attribution h2 {
  font-size: 1.65rem;
}

.traffic-attribution p {
  max-width: 940px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.traffic-attribution a {
  color: var(--navy);
  font-weight: 800;
}

.sport-more-row button {
  min-height: 38px;
  padding: 0 14px;
  color: #fff;
  border: 0;
  background: var(--navy);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sport-more-row button:hover,
.sport-more-row button:focus-visible {
  background: var(--blue);
}

.editorial-section {
  margin-top: 64px;
  padding: 56px 0 62px;
  color: #fff;
  background: var(--navy);
}

.section-heading.inverse {
  border-color: rgba(255, 255, 255, 0.35);
}

.section-heading.inverse h2,
.section-heading.inverse a {
  color: #fff;
}

.section-heading.inverse .overline {
  color: #ff8f98;
}

.editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.editorial-grid.is-weekend {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.editorial-grid.is-weekend .weekend-reportage-card {
  display: flex;
  min-width: 0;
  min-height: 390px;
  flex-direction: column;
  padding: 18px;
}

.editorial-grid.is-weekend .weekend-reportage-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 160px;
  overflow: hidden;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.editorial-grid.is-weekend .weekend-reportage-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.editorial-grid.is-weekend .weekend-reportage-kicker {
  position: relative;
  z-index: 1;
}

.editorial-grid.is-weekend strong {
  position: relative;
  z-index: 1;
  max-width: none;
  margin-top: 14px;
  font-size: clamp(1.16rem, 1.35vw, 1.42rem);
  line-height: 1.12;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.editorial-grid.is-weekend p {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  font-size: 0.82rem;
  line-height: 1.42;
}

.editorial-grid a {
  position: relative;
  min-height: 270px;
  padding: 32px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  transition: transform 180ms ease, background 180ms ease;
}

.editorial-grid a::after {
  position: absolute;
  right: -40px;
  bottom: -68px;
  width: 170px;
  height: 170px;
  content: "";
  border: 30px solid rgba(255, 255, 255, 0.035);
  border-radius: 50%;
}

.editorial-grid a:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-3px);
}

.editorial-grid span {
  color: #ff8f98;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.editorial-grid strong {
  display: block;
  max-width: 17ch;
  margin-top: 32px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 2.2vw, 2.25rem);
  line-height: 1.03;
}

.editorial-grid p {
  max-width: 42ch;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.67);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.88rem;
}

.history-today-strip {
  margin-top: 34px;
}

.history-today-strip > a {
  display: grid;
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1fr) auto;
  align-items: stretch;
  min-height: 174px;
  overflow: hidden;
  color: var(--navy);
  border: 1px solid #cfc5b5;
  border-top: 5px solid var(--red-dark);
  background: #f6f1e8;
  box-shadow: 0 14px 36px rgba(7, 27, 51, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.history-today-strip > a:hover,
.history-today-strip > a:focus-visible {
  color: var(--navy);
  box-shadow: 0 20px 46px rgba(7, 27, 51, 0.16);
  transform: translateY(-2px);
}

.history-today-calendar {
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 24px;
  color: #fff;
  background: var(--red-dark);
  text-align: center;
}

.history-today-calendar small,
.history-today-copy > span {
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.history-today-calendar small {
  color: rgba(255, 255, 255, 0.72);
}

.history-today-calendar strong {
  margin-top: 8px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1;
}

.history-today-copy {
  display: grid;
  align-content: center;
  padding: 28px clamp(26px, 4vw, 52px);
}

.history-today-copy > span {
  color: var(--red-dark);
}

.history-today-copy > strong {
  max-width: 38ch;
  margin-top: 8px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.5vw, 2.45rem);
  line-height: 1.05;
}

.history-today-copy p {
  max-width: 68ch;
  margin: 10px 0 0;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.86rem;
  line-height: 1.45;
}

.history-today-cta {
  display: grid;
  align-content: center;
  min-width: 190px;
  padding: 28px;
  color: var(--navy);
  border-left: 1px solid #d8cebf;
  background: rgba(213, 179, 91, 0.2);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.history-today-strip + .homepage-secondary-ad {
  margin-top: 26px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.service-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.service-visual {
  display: block;
  height: 176px;
  overflow: hidden;
  background: var(--paper);
}

.service-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}

.service-card.weather img {
  object-fit: contain;
}

.service-copy {
  display: grid;
  min-height: 142px;
  align-content: start;
  padding: 19px;
}

.service-copy small {
  color: var(--red-dark);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-copy strong {
  margin-top: 7px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.08;
}

.service-copy em {
  margin-top: 20px;
  color: var(--blue);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.service-card.traffic .service-visual {
  background: #dce3e7;
}

.service-card.traffic .service-visual img {
  object-position: center 58%;
}

.service-card.football .service-visual img {
  object-position: center 58%;
}

.return-section {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.8fr);
  align-items: center;
  gap: 52px;
  margin-top: 64px;
  padding: clamp(32px, 5vw, 64px);
  background: var(--paper);
  border-top: 5px solid var(--gold);
}

.return-section h2 {
  margin: 7px 0 12px;
  color: var(--navy);
  font-size: clamp(2rem, 3.5vw, 3.35rem);
  line-height: 1;
}

.return-section > div > p:last-child {
  max-width: 65ch;
  margin: 0;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
}

.return-section form {
  display: grid;
  gap: 10px;
}

.return-section button {
  min-height: 54px;
  color: #fff;
  border: 0;
  background: var(--red);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.return-section form span {
  color: var(--muted);
  font-size: 0.68rem;
  text-align: center;
}

.multiplex-slot {
  margin-top: 42px;
  padding: 22px;
  color: var(--muted);
  border: 1px solid var(--line);
}

.multiplex-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 14px;
}

.multiplex-grid i {
  display: block;
  height: 96px;
  background:
    linear-gradient(180deg, #e1e4e7 0 55%, #f3f4f5 55%),
    #e1e4e7;
}

.multiplex-slot p {
  margin: 12px 0 0;
  font-size: 0.74rem;
}

.site-footer {
  margin-top: 64px;
  padding: 52px 0 100px;
  color: rgba(255, 255, 255, 0.75);
  background: #061426;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.8fr) repeat(2, minmax(150px, 0.65fr));
  gap: 52px;
}

.footer-brand {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.footer-grid p {
  max-width: 52ch;
  margin: 12px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.88rem;
}

.footer-grid nav {
  display: grid;
  align-content: start;
  gap: 8px;
}

.footer-grid nav strong {
  margin-bottom: 6px;
  color: #fff;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-grid nav a {
  font-size: 0.82rem;
}

.footer-grid nav a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 44px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.68rem;
}

.preview-control {
  position: fixed;
  z-index: 100;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px;
  color: #fff;
  background: rgba(7, 27, 51, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: var(--shadow-md);
}

.preview-control button {
  min-height: 34px;
  padding: 0 10px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
  font-size: 0.65rem;
  font-weight: 800;
}

.preview-control .preview-top {
  padding-inline: 11px;
  letter-spacing: 0.01em;
}

.preview-control button.active {
  color: var(--navy);
  background: var(--gold);
  border-color: var(--gold);
}

body.is-premium-access .guest-only {
  display: none !important;
}

body.is-premium-access .lead-grid {
  grid-template-columns: minmax(0, 2fr) minmax(270px, 0.85fr) minmax(260px, 0.8fr);
}

.loading-card {
  background:
    linear-gradient(100deg, var(--navy) 20%, var(--navy-soft) 38%, var(--navy) 56%);
  background-size: 400% 100%;
  animation: loading 1.5s infinite;
}

.loading-line {
  color: currentColor;
  opacity: 0.7;
}

@keyframes loading {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.error-notice {
  padding: 22px;
  color: #701c27;
  border: 1px solid #e4a9b0;
  background: #fff0f2;
}

.noscript {
  position: fixed;
  z-index: 200;
  right: 20px;
  bottom: 20px;
  left: 20px;
  padding: 14px;
  color: #fff;
  background: var(--red-dark);
  text-align: center;
}

@media (max-width: 1160px) {
  .nav-inner a,
  .nav-dropdown-toggle {
    padding-inline: 11px;
    font-size: 0.7rem;
  }

  .lead-grid,
  body.is-premium-access .lead-grid {
    grid-template-columns: minmax(0, 1.65fr) minmax(260px, 0.85fr);
  }

  .news-rail {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 24px;
    border-top-width: 3px;
  }

  .news-rail ol {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .news-rail li {
    padding-right: 14px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .ad-rail {
    grid-column: 1 / -1;
    margin-top: 0;
  }

  .briefing-grid {
    grid-template-columns: minmax(210px, 0.85fr) minmax(0, 2.15fr);
  }

  .briefing-return {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .editorial-grid.is-weekend {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .editorial-grid.is-weekend .weekend-reportage-card {
    min-height: 360px;
  }
}

@media (max-width: 900px) {
  .football-live-hero,
  .football-live-list,
  .traffic-hero,
  .traffic-tools,
  .traffic-content {
    grid-template-columns: 1fr;
  }

  .traffic-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .traffic-stats > div:nth-child(3) {
    border-right: 0;
  }

  .traffic-stats > div:nth-child(-n + 3) {
    border-bottom: 1px solid var(--line);
  }

  .traffic-sources {
    position: static;
  }

  .academy-bridge > a {
    grid-template-columns: 1fr;
  }

  .academy-bridge-visual {
    min-height: 240px;
    padding-top: 3px;
    padding-left: 0;
  }

  .page-width {
    width: min(calc(100% - 32px), var(--content));
  }

  .prototype-ribbon {
    padding-inline: 16px;
  }

  .utility-bar nav a:nth-child(-n + 2) {
    display: none;
  }

  .masthead {
    grid-template-columns: 48px 1fr 54px;
    min-height: 90px;
  }

  .menu-button {
    display: block;
    visibility: visible;
    pointer-events: auto;
  }

  .wordmark img {
    width: 40px;
    height: 40px;
    margin-bottom: 2px;
  }

  .wordmark span {
    font-size: 1.32rem;
    letter-spacing: 0.02em;
  }

  .wordmark-slogan {
    max-width: min(100%, 350px);
    font-size: 0.64rem;
    line-height: 1.18;
    white-space: normal;
  }

  .search-button {
    justify-content: center;
  }

  .search-button span:last-child {
    display: none;
  }

  .main-nav {
    display: none;
  }

  .main-nav.is-open {
    display: block;
  }

  .nav-inner {
    display: grid;
    width: 100%;
  }

  .nav-inner a,
  .nav-dropdown-toggle,
  .nav-inner .nav-premium {
    width: 100%;
    min-height: 46px;
    margin: 0;
    padding-inline: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .nav-dropdown {
    display: block;
    width: 100%;
  }

  .nav-dropdown-menu {
    position: static;
    min-width: 0;
    padding: 0;
    border-top: 0;
    background: #29485d;
    box-shadow: none;
  }

  .nav-inner .nav-dropdown-menu a {
    min-height: 44px;
    padding-left: 36px;
    white-space: normal;
  }

  .live-layout {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .ticker-all {
    display: none;
  }

  .lead-grid,
  body.is-premium-access .lead-grid {
    grid-template-columns: minmax(0, 1.55fr) minmax(240px, 0.85fr);
  }

  .lead-story {
    min-height: 520px;
  }

  .news-rail {
    display: block;
  }

  .news-rail ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-rail li {
    border-bottom: 1px solid var(--line);
  }

  .briefing-grid {
    grid-template-columns: 1fr;
  }

  .briefing-intro {
    padding: 0 0 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  .story-card,
  .story-card.is-small {
    grid-column: span 6;
  }

  .story-card.is-wide {
    grid-column: span 12;
  }

  .story-ad-banner {
    grid-column: 1 / -1;
  }

  .focus-grid {
    grid-template-columns: 1fr;
  }

  .focus-intro {
    padding: 0 0 28px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .region-picker {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .region-picker a {
    justify-self: start;
  }

  .region-results-heading {
    display: block;
  }

  .region-results-heading > p {
    margin-top: 10px;
  }

  .region-ad-row {
    grid-template-columns: 1fr;
  }

  .editorial-grid {
    grid-template-columns: 1fr;
  }

  .editorial-grid.is-weekend {
    grid-template-columns: 1fr;
  }

  .editorial-grid.is-weekend .weekend-reportage-card {
    min-height: 0;
  }

  .editorial-grid a {
    min-height: 210px;
  }

  .history-today-strip > a {
    grid-template-columns: 130px minmax(0, 1fr);
  }

  .history-today-cta {
    grid-column: 1 / -1;
    min-width: 0;
    min-height: 54px;
    padding: 16px 24px;
    border-top: 1px solid #d8cebf;
    border-left: 0;
  }

  .return-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .climate-book-promotion {
    width: calc(100% - 24px);
    margin-top: 26px;
  }

  .home-climate-book-banner {
    grid-template-columns: 1fr;
  }

  .home-climate-book-cover {
    min-height: 250px;
    padding: 20px;
  }

  .home-climate-book-cover img {
    height: 225px;
  }

  .home-climate-book-copy {
    gap: 10px;
    padding: 28px 22px 32px;
  }

  .home-climate-book-copy > strong {
    font-size: clamp(2rem, 11vw, 2.8rem);
  }

  .academy-bridge {
    width: 100%;
    margin-block: 42px;
  }

  .history-today-strip {
    width: calc(100% - 24px);
    margin-top: 24px;
  }

  .history-today-strip > a {
    grid-template-columns: 1fr;
  }

  .history-today-calendar {
    grid-template-columns: auto auto;
    justify-content: start;
    gap: 8px;
    padding: 16px 20px;
  }

  .history-today-calendar strong {
    margin-top: 0;
    font-size: 1.1rem;
  }

  .history-today-copy {
    padding: 24px 20px;
  }

  .history-today-copy > strong {
    font-size: 1.55rem;
  }

  .academy-bridge-copy {
    padding: 34px 24px;
  }

  .academy-bridge-copy > strong {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .academy-bridge-details {
    line-height: 1.55;
  }

  .academy-bridge-visual {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: 1fr;
    min-height: 145px;
  }

  .academy-bridge-visual img {
    min-height: 145px;
  }

  .page-width {
    width: min(calc(100% - 24px), var(--content));
  }

  .prototype-ribbon {
    display: block;
    text-align: center;
  }

  .prototype-ribbon span:last-child {
    display: none;
  }

  .utility-bar {
    min-height: 36px;
  }

  .utility-bar p {
    font-size: 0.65rem;
  }

  .utility-bar nav {
    gap: 8px;
  }

  .utility-bar nav a:not(.utility-account) {
    display: none;
  }

  .masthead {
    min-height: 80px;
  }

  .wordmark span {
    max-width: 180px;
    font-size: 1rem;
    line-height: 1.02;
  }

  .wordmark {
    row-gap: 5px;
  }

  .wordmark-slogan {
    max-width: 220px;
    font-size: 0.56rem;
    letter-spacing: 0.015em;
  }

  .wordmark img {
    width: 36px;
    height: 36px;
    margin-bottom: 1px;
  }

  .live-layout {
    gap: 10px;
  }

  .ticker-item {
    max-width: 76vw;
    padding-inline: 12px;
    font-size: 0.82rem;
  }

  .ad-leaderboard,
  .ad-infeed {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .ad-leaderboard a,
  .ad-infeed a {
    justify-self: start;
  }

  .lead-section {
    padding-top: 30px;
  }

  .section-heading {
    display: block;
  }

  .section-heading > p,
  .section-heading > a {
    display: inline-block;
    margin-top: 10px;
  }

  .nav-content-inner {
    padding-top: 26px;
    padding-bottom: 34px;
  }

  .nav-content-heading button {
    margin-top: 14px;
  }

  .nav-ressort-search {
    grid-template-columns: 1fr;
    gap: 17px;
    margin-top: 24px;
    padding: 21px 18px;
  }

  .nav-ressort-search-fields {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .nav-ressort-search button {
    width: 100%;
  }

  .news-heading-actions {
    justify-items: start;
    margin-top: 13px;
  }

  .lead-grid,
  body.is-premium-access .lead-grid {
    grid-template-columns: 1fr;
  }

  .lead-story {
    min-height: 490px;
  }

  .lead-media img {
    object-position: 64% center;
  }

  .lead-copy h2 {
    max-width: 24ch;
    font-size: clamp(1.65rem, 7.5vw, 2.35rem);
    line-height: 1.06;
  }

  .lead-copy p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .lead-secondary {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .secondary-story h3 {
    font-size: 1.05rem;
  }

  .secondary-story p {
    display: none;
  }

  .news-rail ol {
    grid-template-columns: 1fr;
  }

  .briefing-items {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .briefing-return {
    display: grid;
  }

  .story-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .article-pagination {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .article-pagination > .pagination-direction:first-child {
    order: 2;
  }

  .article-pagination > .pagination-direction:last-child {
    order: 3;
  }

  .pagination-pages {
    grid-column: 1 / -1;
    order: 1;
    flex-wrap: wrap;
  }

  .pagination-status {
    grid-column: 1 / -1;
    order: 4;
    text-align: center;
  }

  .article-pagination button {
    min-height: 44px;
  }

  .story-card,
  .story-card.is-small,
  .story-card.is-wide {
    grid-column: auto;
  }

  .story-card.is-wide > a {
    display: block;
  }

  .story-ad-banner {
    grid-column: auto;
    margin: 0;
  }

  .home-course-banner {
    min-height: 470px;
  }

  .home-course-banner::after {
    background: linear-gradient(90deg, rgba(7, 27, 51, 0.96) 0%, rgba(7, 27, 51, 0.87) 62%, rgba(7, 27, 51, 0.3) 100%);
  }

  .home-course-banner > img {
    object-position: 68% center;
  }

  .home-course-banner-copy {
    min-height: 470px;
    max-width: 94%;
    padding: 30px 24px;
  }

  .home-course-banner strong {
    font-size: clamp(1.65rem, 8vw, 2.25rem);
  }

  .story-copy h3,
  .story-card.is-wide h3 {
    font-size: 1.5rem;
  }

  .house-campaign {
    grid-template-columns: 1fr;
  }

  .house-campaign > img {
    height: 230px;
  }

  .focus-stories {
    grid-template-columns: 1fr;
  }

  .sport-stories {
    grid-template-columns: 1fr;
  }

  .sport-story {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .sport-story:nth-child(n + 4) {
    border-top: 0;
  }

  .sport-story:last-child {
    border-bottom: 0;
  }

  .football-match .football-pair,
  .football-live-card .football-pair {
    grid-template-columns: minmax(0, 1fr) 3.35rem minmax(0, 1fr);
    gap: 7px;
  }

  .football-live-card .football-kickoff {
    width: 3.35rem;
    max-width: 100%;
    font-size: 0.68rem;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
  }

  .football-live-card {
    padding: 17px 13px;
  }

  .football-live-card .football-team {
    gap: 5px;
    font-size: 0.75rem;
    line-height: 1.15;
  }

  .football-live-card .football-team img {
    width: 30px;
    height: 30px;
  }

  .football-live-date {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 3px 8px;
    width: 100%;
    padding: 7px 9px;
  }

  .football-live-date span {
    font-size: 0.62rem;
  }

  .football-live-date strong {
    min-width: 0;
    font-size: 0.9rem;
    overflow-wrap: anywhere;
  }

  .football-live-selected {
    padding: 16px;
  }

  .football-live-selected-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .sport-more-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .sport-strip-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    display: grid;
    grid-template-columns: 42% minmax(0, 1fr);
  }

  .service-visual {
    height: 100%;
    min-height: 160px;
  }

  .multiplex-grid {
    grid-template-columns: 1fr;
  }

  .multiplex-grid i:nth-child(n + 2) {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-bottom {
    display: grid;
  }

  .preview-control {
    right: 8px;
    bottom: 8px;
    left: 8px;
    justify-content: center;
  }

  .traffic-main {
    padding-block: 28px 64px;
  }

  .traffic-hero {
    gap: 22px;
  }

  .traffic-hero h1 {
    font-size: clamp(2.2rem, 13vw, 3.25rem);
  }

  .traffic-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .traffic-stats > div,
  .traffic-stats > div:nth-child(3) {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .traffic-stats > div:nth-child(even) {
    border-right: 0;
  }

  .traffic-stats > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .traffic-tools {
    gap: 22px;
    margin-top: 28px;
    padding: 24px 18px;
  }

  .traffic-search-input,
  .traffic-filters {
    grid-template-columns: 1fr;
  }

  .traffic-search-input input {
    border-right: 1px solid #c8c6c0;
  }

  .traffic-result-heading,
  .traffic-result-card footer,
  .traffic-results-head,
  .traffic-map-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .traffic-result-card {
    padding: 18px 17px 15px;
  }

  .traffic-source-badge {
    text-align: left;
  }

  .traffic-map {
    height: 430px;
  }

  .traffic-map-legend {
    right: 13px;
    bottom: 20px;
    left: 13px;
    flex-wrap: wrap;
    justify-content: center;
  }

}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Spain weather service */
.weather-main {
  padding-block: clamp(32px, 5vw, 72px);
}

.weather-hero {
  display: block;
  padding-bottom: clamp(28px, 4vw, 48px);
  border-bottom: 4px solid var(--navy);
}

.weather-hero h1 {
  max-width: 920px;
  margin: 0.12em 0 0.18em;
  font-size: clamp(3rem, 7vw, 6.4rem);
  line-height: 0.92;
  letter-spacing: -0.045em;
}

.weather-hero > div > p:last-child {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
}

.weather-location-form {
  position: relative;
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.weather-location-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  margin-bottom: clamp(42px, 6vw, 78px);
  padding-block: clamp(22px, 4vw, 40px);
  border-block: 1px solid var(--line);
}

.weather-location-intro h2 {
  margin: 0.08em 0 0.18em;
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  line-height: 1;
}

.weather-location-intro p:last-child {
  max-width: 540px;
  margin: 0;
  color: var(--muted);
}

.weather-location-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--red-dark);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.weather-location-form > div {
  display: flex;
  gap: 8px;
}

.weather-location-form select,
.weather-location-form input[type="search"] {
  min-width: 0;
  flex: 1;
  border: 1px solid var(--line-dark);
  border-radius: 0;
  background: #fff;
  padding: 12px;
  color: var(--navy);
  font-weight: 700;
}

.weather-municipality-results {
  position: absolute;
  z-index: 1200;
  right: 22px;
  left: 22px;
  overflow: auto;
  max-height: 330px;
  margin-top: 6px;
  border: 1px solid var(--line-dark);
  background: #fff;
  box-shadow: var(--shadow-md);
}

.weather-municipality-results[hidden] { display: none; }

.weather-municipality-results a {
  display: block;
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-size: 0.84rem;
  font-weight: 700;
}

.weather-municipality-results a:last-child { border-bottom: 0; }

.weather-municipality-results a:hover,
.weather-municipality-results a:focus-visible {
  background: var(--blue-pale);
}

.weather-municipality-results strong,
.weather-municipality-results small { display: block; }

.weather-municipality-results small {
  margin-top: 2px;
  color: var(--muted);
  font-weight: 400;
}

.weather-search-empty {
  display: block;
  padding: 12px;
  color: var(--muted);
  font-size: 0.8rem;
}

.weather-featured-cities {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.7rem;
}

.weather-featured-cities span { font-weight: 800; }

.weather-featured-cities a {
  color: var(--navy);
  font-weight: 700;
}

.weather-featured-cities a[aria-current="page"] {
  color: var(--red-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.weather-location-error {
  margin: 10px 0 0;
  color: #8b2630;
  font-size: 0.78rem;
  font-weight: 800;
}

.weather-location-form button {
  border: 1px solid var(--navy);
  background: var(--navy);
  padding: 12px 16px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.weather-location-form button:hover,
.weather-location-form button:focus-visible {
  border-color: var(--red-dark);
  background: var(--red-dark);
}

.weather-warning-overview {
  display: grid;
  grid-template-columns: minmax(150px, 0.32fr) minmax(0, 1fr) auto;
  gap: clamp(20px, 3vw, 42px);
  align-items: center;
  margin: 24px 0 clamp(42px, 6vw, 80px);
  padding: clamp(18px, 3vw, 32px);
  border: 1px solid var(--line);
  border-left: 8px solid #6c806c;
  background: #f6f6f2;
}

.weather-warning-overview.is-yellow { border-left-color: #d4a92c; background: #fffaf0; }
.weather-warning-overview.is-orange { border-left-color: #d36e2d; background: #fff5ee; }
.weather-warning-overview.is-red { border-left-color: #a82c36; background: #fff1f2; }

.weather-warning-level span,
.weather-warning-level strong {
  display: block;
}

.weather-warning-level span {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.weather-warning-level strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1;
}

.weather-warning-copy h2,
.weather-place-heading h2,
.weather-alerts .section-heading h2,
.weather-attribution h2 {
  margin: 0.08em 0 0.18em;
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  line-height: 1;
}

.weather-warning-copy > p:not(.overline):not(.weather-warning-links) {
  margin: 0;
  color: var(--muted);
}

.weather-warning-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 12px 0 0;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.weather-warning-overview > time {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
}

.weather-place {
  margin-bottom: clamp(48px, 7vw, 96px);
}

.weather-place-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: clamp(16px, 3vw, 40px);
  align-items: center;
  margin-bottom: 20px;
}

.weather-place-heading > div:first-child > p:last-child {
  margin: 0;
  color: var(--muted);
}

.weather-today-symbol {
  font-size: clamp(3.6rem, 7vw, 6rem);
  line-height: 1;
}

.weather-icon {
  display: block;
  width: 1em;
  height: 1em;
  overflow: visible;
}

.weather-icon-sun {
  fill: #f5bd3b;
  stroke: #d89112;
  stroke-width: 2;
}

.weather-icon-rays,
.weather-icon-rain,
.weather-icon-snow,
.weather-icon-fog {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.weather-icon-rays { stroke: #e6a51d; stroke-width: 4; }
.weather-icon-cloud { fill: #dbe4e8; stroke: #738592; stroke-width: 2.5; }
.weather-icon-rain { stroke: #4389b5; stroke-width: 4; }
.weather-icon-lightning { fill: #f0b526; stroke: #ce8e0d; stroke-width: 1.5; }
.weather-icon-snow { stroke: #5e9dbd; stroke-width: 2.5; }
.weather-icon-fog { stroke: #87969f; stroke-width: 3; }

.weather-today-temperature {
  display: flex;
  gap: 16px;
  align-items: center;
}

.weather-today-temperature > strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 0.85;
}

.weather-today-temperature span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.weather-stale {
  padding: 12px 16px;
  border-left: 4px solid #d4a92c;
  background: #fffaf0;
  font-weight: 700;
}

.weather-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-block: 1px solid var(--line);
}

.weather-day {
  min-width: 0;
  padding: 18px 14px;
  border-right: 1px solid var(--line);
}

.weather-day:last-child { border-right: 0; }

.weather-day h3 {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.weather-day-symbol {
  display: block;
  margin: 14px 0 8px;
  font-size: 2.25rem;
  line-height: 1;
}

.weather-day > strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
}

.weather-day > strong small {
  color: var(--muted);
  font-size: 1rem;
}

.weather-day > p {
  min-height: 2.5em;
  margin: 6px 0 12px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.25;
}

.weather-day dl,
.weather-alert dl {
  margin: 0;
}

.weather-day dl > div {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  padding-top: 5px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
}

.weather-day dt,
.weather-day dd,
.weather-alert dt,
.weather-alert dd { margin: 0; }

.weather-details {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 18px;
  border: 1px solid var(--line);
  background: var(--line);
}

.weather-details > div {
  padding: 16px 18px;
  background: var(--paper);
}

.weather-details span,
.weather-details strong { display: block; }

.weather-details span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.weather-details strong {
  margin-top: 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.weather-data-time,
.weather-more-note {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.78rem;
}

.weather-data-time a,
.weather-attribution a {
  color: var(--navy);
  font-weight: 800;
}

.weather-alerts { scroll-margin-top: 32px; }

.weather-alerts .section-heading {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: end;
  padding-bottom: 16px;
  border-bottom: 4px solid var(--navy);
}

.weather-alerts .section-heading > p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
}

.weather-alert-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.weather-alert {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px 16px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--line);
  border-top: 5px solid #6c806c;
}

.weather-alert.is-yellow { border-top-color: #d4a92c; }
.weather-alert.is-orange { border-top-color: #d36e2d; }
.weather-alert.is-red { border-top-color: #a82c36; }

.weather-alert-badge {
  min-width: 62px;
  padding: 6px 8px;
  background: #6c806c;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.weather-alert.is-yellow .weather-alert-badge { background: #d4a92c; color: var(--ink); }
.weather-alert.is-orange .weather-alert-badge { background: #d36e2d; }
.weather-alert.is-red .weather-alert-badge { background: #a82c36; }

.weather-alert h3 {
  margin: 0 0 3px;
  font-size: 1.35rem;
  line-height: 1.05;
}

.weather-alert p {
  margin: 0;
  font-weight: 800;
}

.weather-alert small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  line-height: 1.35;
}

.weather-alert dl {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
}

.weather-alert dl > div {
  display: flex;
  gap: 5px;
}

.weather-alert dd { color: var(--ink); }

.weather-error,
.weather-clear {
  margin-top: 16px;
  padding: 20px;
  border: 1px solid var(--line);
  border-left: 5px solid #6c806c;
  background: var(--paper);
}

.weather-error { border-left-color: #d36e2d; }

.weather-error strong,
.weather-clear strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.weather-error p,
.weather-clear p {
  margin: 6px 0 0;
  color: var(--muted);
}

.weather-attribution {
  margin-top: clamp(48px, 7vw, 96px);
  padding: clamp(20px, 3vw, 36px);
  border: 1px solid var(--line);
  background: var(--paper);
}

.weather-attribution h2 { font-size: clamp(1.5rem, 2.5vw, 2.2rem); }

.weather-attribution p {
  max-width: 1040px;
  color: var(--muted);
}

@media (max-width: 980px) {
  .weather-hero,
  .weather-warning-overview { grid-template-columns: 1fr; }

  .weather-warning-overview > time { white-space: normal; }

  .weather-days { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .weather-day:nth-child(4) { border-right: 0; }
  .weather-day:nth-child(n + 5) { border-top: 1px solid var(--line); }
}

@media (max-width: 700px) {
  .weather-hero h1 { font-size: clamp(2.65rem, 13vw, 4.2rem); }

  .weather-location-form > div,
  .weather-place-heading,
  .weather-alerts .section-heading { display: block; }

  .weather-location-form button,
  .weather-location-form select,
  .weather-location-form input[type="search"] {
    width: 100%;
    min-height: 44px;
  }

  .weather-location-form button { margin-top: 8px; }
  .weather-today-symbol { margin: 16px 0 6px; }
  .weather-days { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .weather-day:nth-child(2n) { border-right: 0; }
  .weather-day:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .weather-details,
  .weather-alert-list { grid-template-columns: 1fr; }
  .weather-alerts .section-heading > p { margin-top: 10px; }
}

.weather-map-section {
  margin-bottom: clamp(48px, 7vw, 96px);
}

.weather-map-heading {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: end;
  margin-bottom: 16px;
}

.weather-map-heading h2 {
  margin: 0.08em 0 0.18em;
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  line-height: 1;
}

.weather-map-heading p:last-child {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
}

.weather-map-heading > strong {
  color: var(--red-dark);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.weather-map-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  background: var(--blue-pale);
}

.weather-warning-map {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: clamp(340px, 47vw, 500px);
  background: #dce9ee;
  z-index: 1;
}

/* Leaflet must remain independent of the global news-layout rules. */
.weather-map-frame .leaflet-pane,
.weather-map-frame .leaflet-tile,
.weather-map-frame .leaflet-marker-icon,
.weather-map-frame .leaflet-marker-shadow,
.weather-map-frame .leaflet-tile-container,
.weather-map-frame .leaflet-pane > svg,
.weather-map-frame .leaflet-pane > canvas,
.weather-map-frame .leaflet-zoom-box,
.weather-map-frame .leaflet-image-layer,
.weather-map-frame .leaflet-layer {
  position: absolute;
  top: 0;
  left: 0;
}

.weather-map-frame .leaflet-container {
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-tap-highlight-color: transparent;
}

.weather-map-frame .leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.weather-map-frame .leaflet-tile { visibility: hidden; }
.weather-map-frame .leaflet-tile-loaded { visibility: inherit; }
.weather-map-frame .leaflet-pane { z-index: 400; }
.weather-map-frame .leaflet-tile-pane { z-index: 200; }
.weather-map-frame .leaflet-overlay-pane { z-index: 400; }
.weather-map-frame .leaflet-shadow-pane { z-index: 500; }
.weather-map-frame .leaflet-marker-pane { z-index: 600; }
.weather-map-frame .leaflet-tooltip-pane { z-index: 650; }
.weather-map-frame .leaflet-popup-pane { z-index: 700; }

.weather-map-frame .leaflet-top,
.weather-map-frame .leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.weather-map-frame .leaflet-top { top: 0; }
.weather-map-frame .leaflet-right { right: 0; }
.weather-map-frame .leaflet-bottom { bottom: 0; }
.weather-map-frame .leaflet-left { left: 0; }

.weather-map-frame .leaflet-control {
  position: relative;
  z-index: 800;
  clear: both;
  float: left;
  pointer-events: auto;
}

.weather-map-frame .leaflet-right .leaflet-control { float: right; }
.weather-map-frame .leaflet-top .leaflet-control { margin-top: 10px; }
.weather-map-frame .leaflet-bottom .leaflet-control { margin-bottom: 10px; }
.weather-map-frame .leaflet-left .leaflet-control { margin-left: 10px; }
.weather-map-frame .leaflet-right .leaflet-control { margin-right: 10px; }

.weather-map-frame .leaflet-zoom-animated { transform-origin: 0 0; }
.weather-map-frame .leaflet-grab { cursor: grab; }
.weather-map-frame .leaflet-dragging .leaflet-grab { cursor: grabbing; }

.weather-map-frame .leaflet-marker-icon,
.weather-map-frame .leaflet-marker-shadow,
.weather-map-frame .leaflet-image-layer,
.weather-map-frame .leaflet-pane > svg path,
.weather-map-frame .leaflet-tile-container { pointer-events: none; }

.weather-map-frame .leaflet-marker-icon.leaflet-interactive,
.weather-map-frame .leaflet-image-layer.leaflet-interactive,
.weather-map-frame .leaflet-pane > svg path.leaflet-interactive {
  pointer-events: auto !important;
  cursor: pointer;
}

.weather-map-frame .leaflet-bar {
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45);
}

.weather-map-frame .leaflet-bar a {
  display: block;
  width: 30px;
  height: 30px;
  border-bottom: 1px solid #ccc;
  background: #fff;
  color: #111;
  font: bold 21px/30px "Lucida Console", Monaco, monospace;
  text-align: center;
}

.weather-map-frame .leaflet-bar a:last-child { border-bottom: 0; }

.weather-map-frame .leaflet-container .leaflet-control-attribution {
  margin: 0;
  padding: 1px 5px;
  background: rgba(255, 255, 255, 0.88);
  color: #333;
  font: 10px/1.4 Arial, Helvetica, sans-serif;
}

.weather-map-frame .leaflet-popup {
  position: absolute;
  margin-bottom: 20px;
  text-align: center;
}

.weather-map-frame .leaflet-popup-content-wrapper {
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.35);
  text-align: left;
}

.weather-map-frame .leaflet-popup-content {
  width: 250px;
  margin: 14px 18px;
  line-height: 1.4;
}

.weather-map-frame .leaflet-popup-tip-container {
  position: absolute;
  left: 50%;
  overflow: hidden;
  width: 40px;
  height: 20px;
  margin-left: -20px;
}

.weather-map-frame .leaflet-popup-tip {
  width: 17px;
  height: 17px;
  margin: -10px auto 0;
  background: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.22);
  transform: rotate(45deg);
}

.weather-map-frame .leaflet-popup-close-button {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  padding: 5px 7px 0 0;
  color: #667;
  font-size: 20px;
  font-weight: 700;
}

.weather-map-loading,
.weather-map-error {
  display: grid;
  height: 100%;
  place-items: center;
  padding: 24px;
  color: var(--muted);
  font-weight: 700;
  text-align: center;
}

.weather-map-frame .leaflet-container img,
.weather-map-frame .leaflet-tile,
.weather-map-frame .leaflet-marker-icon,
.weather-map-frame .leaflet-marker-shadow {
  max-width: none !important;
  max-height: none !important;
}

.weather-map-legend {
  position: absolute;
  z-index: 800;
  right: 14px;
  bottom: 14px;
  display: flex;
  gap: 12px;
  padding: 9px 12px;
  border: 1px solid rgba(20, 42, 60, 0.2);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-sm);
}

.weather-map-legend span {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  color: var(--ink);
  font-size: 0.67rem;
  font-weight: 800;
}

.weather-map-legend i {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #6c806c;
}

.weather-map-legend i.is-red { background: #a82c36; }
.weather-map-legend i.is-orange { background: #d36e2d; }
.weather-map-legend i.is-yellow { background: #d4a92c; }
.weather-map-legend i.is-green { background: #6c806c; }

.weather-map-popup span,
.weather-map-popup strong,
.weather-map-popup p,
.weather-map-popup small {
  display: block;
}

.weather-map-popup span {
  width: fit-content;
  margin-bottom: 7px;
  padding: 4px 7px;
  background: #6c806c;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
}

.weather-map-popup span.is-red { background: #a82c36; }
.weather-map-popup span.is-orange { background: #d36e2d; }
.weather-map-popup span.is-yellow { background: #d4a92c; color: var(--ink); }

.weather-map-popup strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  line-height: 1.1;
}

.weather-map-popup p {
  margin: 5px 0 7px;
  color: var(--ink);
  font-weight: 700;
}

.weather-map-popup small {
  color: var(--muted);
  line-height: 1.45;
}

@media (max-width: 700px) {
  .weather-map-heading { display: block; }
  .weather-location-section { grid-template-columns: 1fr; }
  .weather-map-heading > strong { display: block; margin-top: 10px; }
  .weather-warning-map { height: 360px; }
  .weather-map-legend {
    right: 8px;
    bottom: 8px;
    left: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* Event detail article */
.event-detail-main {
  max-width: 1180px;
  padding-top: 34px;
  padding-bottom: 90px;
}

.event-detail-back {
  display: inline-flex;
  margin-bottom: 22px;
  color: #23475c;
  font: 900 .76rem/1 Arial, sans-serif;
  letter-spacing: .055em;
  text-decoration: none;
  text-transform: uppercase;
}

.event-detail-article {
  border-top: 5px solid #a45b60;
}

.event-detail-article > header {
  max-width: 960px;
  padding: 36px 0 25px;
}

.event-detail-article > header h1 {
  margin: 7px 0 17px;
  color: #102d42;
  font-size: clamp(2.65rem, 6.4vw, 5.6rem);
  line-height: .96;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.event-detail-lead {
  margin: 0;
  color: #51616a;
  font: 800 1rem/1.45 Arial, sans-serif;
}

.event-detail-image {
  margin: 0 0 34px;
  background: #e9e5de;
}

.event-detail-image img {
  display: block;
  width: 100%;
  max-height: 610px;
  object-fit: contain;
}

.event-detail-image figcaption {
  padding: 9px 13px;
  color: #657078;
  background: #f4f1eb;
  font: 700 .72rem/1.4 Arial, sans-serif;
}

.event-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 45px;
  align-items: start;
}

.event-detail-story {
  min-width: 0;
}

.event-translation-note {
  margin: 0 0 25px;
  padding: 14px 17px;
  border-left: 4px solid #466f65;
  color: #40565b;
  background: #eef3ef;
  font: 700 .84rem/1.5 Arial, sans-serif;
}

.event-translation-note.is-warning {
  border-left-color: #aa7227;
  background: #f8f0df;
}

.event-detail-copy p {
  margin: 0;
  color: #24333c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.22rem, 2vw, 1.55rem);
  line-height: 1.68;
}

.event-detail-facts {
  padding: 24px;
  border: 1px solid #d8d7d2;
  border-top: 4px solid #123248;
  background: #f5f2ec;
}

.event-detail-facts h2 {
  margin: 0 0 16px;
  color: #102d42;
  font-size: 1.8rem;
  line-height: 1.05;
}

.event-detail-facts dl,
.event-detail-facts dl > div {
  margin: 0;
}

.event-detail-facts dl > div {
  padding: 12px 0;
  border-top: 1px solid #d8d7d2;
}

.event-detail-facts dt {
  margin-bottom: 4px;
  color: #8c4b50;
  font: 900 .67rem/1.2 Arial, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.event-detail-facts dd {
  margin: 0;
  color: #283f4c;
  font-weight: 700;
  line-height: 1.45;
}

.event-detail-facts a {
  color: #123f5a;
}

.event-detail-media {
  margin-top: 38px;
  padding-top: 23px;
  border-top: 3px solid #123248;
}

.event-detail-media h2 {
  margin: 4px 0 17px;
  color: #102d42;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
}

.event-detail-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.event-detail-gallery a {
  display: block;
  min-height: 190px;
  overflow: hidden;
  background: #e8e5df;
}

.event-detail-gallery img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
}

.event-detail-video {
  position: relative;
  overflow: hidden;
  margin-top: 15px;
  padding-top: 56.25%;
  background: #0c202e;
}

.event-detail-video iframe,
.event-detail-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.event-detail-video-link {
  margin: 14px 0 0;
}

.event-detail-video-link a {
  color: #123f5a;
  font-weight: 850;
}

.event-detail-media-credit {
  color: #687278;
  font-size: .78rem;
  line-height: 1.45;
}

.event-detail-footer {
  display: flex;
  gap: 25px;
  justify-content: space-between;
  align-items: center;
  margin-top: 42px;
  padding: 23px 25px;
  color: #e9edf0;
  background: #123248;
}

.event-detail-footer p {
  max-width: 720px;
  margin: 0;
  line-height: 1.5;
}

.event-detail-footer a,
.event-detail-access a,
.event-detail-missing a {
  display: inline-flex;
  padding: 12px 15px;
  color: #fff;
  background: #9d5459;
  font: 900 .75rem/1 Arial, sans-serif;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
}

.event-detail-footer a {
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.55);
  background: transparent;
}

.event-detail-access,
.event-detail-missing {
  padding: 35px;
  border: 1px solid #d8d7d2;
  background: #f5f2ec;
}

.event-detail-access h2,
.event-detail-missing h1 {
  color: #102d42;
}

.event-detail-subscription-gate {
  max-width: 820px;
  border-top: 5px solid #a45b60;
}

.event-detail-subscription-gate h1 {
  margin: 7px 0 16px;
  color: #102d42;
  font-size: clamp(2rem, 5vw, 3.7rem);
  line-height: 1;
}

.event-detail-subscription-gate > p:not(.overline) {
  max-width: 720px;
  color: #40515b;
  font-size: 1.08rem;
  line-height: 1.6;
}

.event-detail-access-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.event-detail-access-actions a.is-secondary {
  border: 1px solid #123248;
  color: #123248;
  background: transparent;
}

@media (max-width: 850px) {
  .event-detail-layout {
    grid-template-columns: 1fr;
  }

  .event-detail-facts {
    grid-row: auto;
  }

  .event-detail-footer {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .event-detail-main {
    padding-top: 22px;
  }

  .event-detail-article > header {
    padding-top: 26px;
  }

  .event-detail-article > header h1 {
    font-size: clamp(2.25rem, 12vw, 3.4rem);
  }

  .event-detail-gallery {
    grid-template-columns: 1fr;
  }
}
