: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);
}

* {
  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;
}

.wordmark img {
  width: 132px;
  height: 42px;
  object-fit: cover;
  object-position: center 27%;
}

.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.08em;
}

.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: none;
  width: 44px;
  padding: 11px;
}

.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;
}

.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;
  scrollbar-width: none;
}

.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);
}

.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;
}

.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);
}

.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);
}

.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;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 0.98;
}

.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;
}

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

.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-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;
}

.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 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%;
}

.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));
  }
}

@media (max-width: 900px) {
  .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;
  }

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

  .wordmark span {
    font-size: 1.32rem;
  }

  .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 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) {
  .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 {
    font-size: 1.06rem;
  }

  .wordmark {
    row-gap: 5px;
  }

  .wordmark img {
    width: 82px;
    height: 27px;
    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;
  }

  .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;
  }

}

@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;
  }
}
