@charset "UTF-8";
.newsletter-popup[hidden] {
  display: none !important;
}

.newsletter-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.newsletter-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(22, 22, 22, 0.52);
}

.newsletter-popup__dialog {
  position: relative;
  z-index: 2;
  max-width: 560px;
  margin: 8vh auto 0;
  background: #fffdfa;
  border: 1px solid #dfd7ca;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(17, 17, 17, 0.12);
  padding: 30px;
}

.newsletter-popup__dialog h3 {
  margin-bottom: 12px;
  font-size: 3rem;
}

.newsletter-popup__dialog p {
  color: #6f6a62;
  line-height: 1.8;
  margin-bottom: 18px;
}

.newsletter-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: 1px solid #dfd7ca;
  border-radius: 999px;
  background: #ffffff;
  color: #161616;
  font-size: 1.1rem;
  cursor: pointer;
}

.newsletter-popup__form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.newsletter-popup__form input {
  width: 100%;
}

body.has-newsletter-popup {
  overflow: hidden;
}

.home-page {
  padding: 24px 0 80px;
  background: #fffdfa;
}

.breaking-news {
  background: #fffdfa;
  color: #161616;
  margin-bottom: 24px;
  border-top: 1px solid #dfd7ca;
  border-bottom: 1px solid #dfd7ca;
}

.breaking-news__inner {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 44px;
}

.breaking-news__inner strong {
  color: #d33a2c;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.breaking-news__list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.breaking-news__list a {
  color: #373737;
  font-size: 0.92rem;
}

.breaking-news__list a:hover {
  color: #d33a2c;
}

.home-top-banner {
  position: relative;
  margin-bottom: 0;
  background: #ffffff;
  overflow: hidden;
}

.home-top-banner__track {
  position: relative;
  min-height: clamp(140px, 18vw, 250px);
}

.home-top-banner__item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.home-top-banner__item img {
  width: 100%;
  object-fit: contain;
  display: block;
}

.home-latest-news {
  margin-bottom: 0;
  padding-bottom: 36px;
  border-bottom: 1px solid #dfd7ca;
}

.home-latest-news__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(240px, 0.62fr) minmax(240px, 0.62fr);
  gap: 34px;
}

.home-latest-news__lead {
  min-width: 0;
  padding-right: 34px;
  border-right: 1px solid #ece4d8;
}

.home-latest-news__column {
  min-width: 0;
  position: relative;
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  align-content: stretch;
  gap: 18px;
  height: 100%;
}

.home-latest-news__column + .home-latest-news__column {
  padding-left: 0;
  border-left: 0;
}

.home-latest-news__column + .home-latest-news__column::before {
  content: none;
}

.latest-lead-card {
  --latest-accent: #d92b2b;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  box-shadow: 0 18px 36px -26px rgba(20, 28, 44, 0.4);
}

.latest-lead-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--latest-accent) 78%, #fff 22%) 0%, var(--latest-accent) 100%);
  z-index: 2;
}

.latest-lead-card__media {
  display: block;
  position: relative;
  aspect-ratio: 16/8.9;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(10, 14, 24, 0) 22%, rgba(10, 14, 24, 0.14) 55%, rgba(10, 14, 24, 0.5) 100%), color-mix(in srgb, var(--latest-accent) 16%, #101216 84%);
}

.latest-lead-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
}

.latest-lead-card__overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 22px 28px 24px 32px;
  background: linear-gradient(180deg, rgba(7, 10, 18, 0) 0%, rgba(7, 10, 18, 0.72) 46%, rgba(7, 10, 18, 0.95) 100%);
}

.latest-lead-card__eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--latest-accent) 86%, #fff 14%);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 10px 24px -18px color-mix(in srgb, var(--latest-accent) 88%, #000 12%);
}

.latest-lead-card__title {
  margin: 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.latest-lead-card__footer {
  background: var(--latest-accent);
  padding: 18px 24px 16px;
}

.latest-lead-card__bullets {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  list-style: none;
}

.latest-lead-card__bullets li {
  position: relative;
  padding-left: 14px;
}

.latest-lead-card__bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
}

.latest-lead-card__bullets a {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
}

.latest-lead-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #ece4d8;
}

.latest-lead-grid--secondary {
  margin-top: 22px;
}

.latest-mini-card,
.latest-stack-card {
  --latest-accent: #d92b2b;
  min-width: 0;
}

.latest-stack-card {
  display: grid;
  align-content: start;
  height: 100%;
  padding-bottom: 16px;
  border-bottom: 0;
}

.home-latest-news__column .latest-stack-card:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.latest-mini-card__media,
.latest-stack-card__media {
  display: block;
  overflow: hidden;
  background: #ede7dd;
}

.latest-mini-card__media img,
.latest-stack-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.latest-mini-card__media {
  aspect-ratio: 16/10;
  margin-bottom: 10px;
}

.latest-mini-card__title,
.latest-stack-card__title {
  margin: 0;
  color: var(--latest-accent);
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.32;
  letter-spacing: -0.01em;
}

.latest-stack-card__media {
  aspect-ratio: 16/10;
  border-radius: 18px;
  margin-bottom: 10px;
}

.latest-stack-card__title {
  font-size: 1.08rem;
  min-height: 0;
  height: auto;
  overflow: visible;
}

.latest-stack-card__title a {
  display: block;
  overflow: visible;
  white-space: normal;
  text-overflow: clip;
  -webkit-line-clamp: unset;
  -webkit-box-orient: initial;
}

.home-top-banner.is-rotating .home-top-banner__item {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

.home-top-banner.is-rotating .home-top-banner__item.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.home-frontpage__main {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.politics-spotlight {
  padding-top: 10px;
}

.politics-spotlight__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  padding-bottom: 0;
  border-bottom: 1px solid #dfd7ca;
}

.politics-spotlight__heading h2 {
  margin: 0;
  color: var(--section-accent);
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Cairo", "Poppins", sans-serif;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 14px;
}

.politics-spotlight__heading h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 140px;
  max-width: 100%;
  border-bottom: 2px solid var(--section-accent);
}

.politics-spotlight__heading a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  margin-bottom: 14px;
  border-radius: 10px;
  background: var(--section-accent);
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.politics-spotlight__grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.2fr) minmax(260px, 0.72fr);
  gap: 24px;
  align-items: stretch;
}

.politics-spotlight__side--left {
  padding-right: 24px;
  border-right: 1px solid #dfd7ca;
}

.politics-spotlight__side--right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 24px;
  border-left: 1px solid #dfd7ca;
}

.politics-spotlight__lead-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid #ece4d8;
}

.politics-spotlight__lead-card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.politics-spotlight__lead-card-media,
.politics-spotlight__main-media,
.politics-spotlight__side-item-media {
  display: block;
  overflow: hidden;
  background: #ede7dd;
}

.politics-spotlight__lead-card-media img,
.politics-spotlight__main-media img,
.politics-spotlight__side-item-media img,
.politics-spotlight__ad-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.politics-spotlight__lead-card-media {
  aspect-ratio: 16/10;
}

.politics-spotlight__lead-card-title {
  margin: 0;
  color: var(--section-accent);
  font-size: 1.1rem;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -0.015em;
}

.politics-spotlight__lead-card-title a {
  color: inherit;
}

.politics-spotlight__main {
  position: relative;
  min-width: 0;
  display: flex;
}

.politics-spotlight__main-media {
  width: 100%;
  min-height: 100%;
  aspect-ratio: 16/14;
}

.politics-spotlight__main-media img {
  height: 100%;
  object-fit: cover;
}

.politics-spotlight__main-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 30px 28px 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 4%, rgba(0, 0, 0, 0.8) 100%);
  color: #ffffff;
}

.politics-spotlight__main-overlay h3 {
  margin: 0 0 12px;
  color: #ffffff;
  max-width: 100%;
  font-size: 2.3rem;
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -0.024em;
  text-wrap: balance;
}

.politics-spotlight__main-overlay h3 a {
  color: inherit;
}

.politics-spotlight__ad-slot {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.politics-spotlight__ad {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.politics-spotlight__ad-track {
  position: relative;
  min-height: 320px;
}

.politics-spotlight__ad-item {
  display: block;
  background: #ffffff;
}

.politics-spotlight__ad-item img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.politics-spotlight__ad.is-rotating .politics-spotlight__ad-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

.politics-spotlight__ad.is-rotating .politics-spotlight__ad-item.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.politics-spotlight__side-item {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.politics-spotlight__side-item-media {
  aspect-ratio: 1;
}

.politics-spotlight__side-item-content {
  display: block;
}

.politics-spotlight__side-item-content h4 {
  margin: 0;
  color: var(--section-accent);
  font-size: 1rem;
  line-height: 1.42;
  font-weight: 600;
  letter-spacing: -0.012em;
}

.politics-spotlight__side-item-content h4 a {
  color: inherit;
}

.politics-spotlight__grid--police {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.92fr) minmax(240px, 0.72fr);
}

.politics-spotlight__main--police .politics-spotlight__main-media {
  aspect-ratio: 16/8.2;
  border-radius: 0;
}

.politics-spotlight__story-column {
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-width: 0;
}

.politics-spotlight__lead-card--compact {
  gap: 10px;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.politics-spotlight__lead-card--compact .politics-spotlight__lead-card-media {
  aspect-ratio: 16/8.5;
  border-radius: 16px;
}

.politics-spotlight__lead-card--compact .politics-spotlight__lead-card-title {
  font-size: 0.98rem;
  line-height: 1.2;
}

.politics-spotlight__story-column--list {
  gap: 18px;
}

.politics-spotlight__lead-card--inline {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
}

.politics-spotlight__lead-card--inline .politics-spotlight__lead-card-media {
  aspect-ratio: 1/1;
  border-radius: 0;
}

.politics-spotlight__lead-card--inline .politics-spotlight__lead-card-title {
  align-self: center;
  font-size: 0.98rem;
  line-height: 1.2;
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(220px, 0.62fr) minmax(0, 1.34fr) minmax(220px, 0.62fr);
  gap: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #dfd7ca;
}

.home-hero__main,
.home-hero__side,
.mini-featured-card {
  min-width: 0;
}

.home-hero__main {
  padding: 0 26px;
}

.home-hero__side--left {
  padding-right: 22px;
  border-right: 1px solid #dfd7ca;
}

.home-hero__side--right {
  padding-left: 22px;
  border-left: 1px solid #dfd7ca;
}

.home-hero__teaser-media,
.home-hero__media,
.mini-featured-card__image,
.latest-story__media {
  display: block;
  overflow: hidden;
  background: #ede7dd;
}

.home-hero__teaser-media img,
.home-hero__media img,
.mini-featured-card__image img,
.latest-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero__teaser-media {
  aspect-ratio: 4/4.8;
}

.home-hero__teaser-content,
.home-hero__content {
  padding-top: 14px;
}

.home-hero__teaser-content h3 {
  margin: 10px 0 10px;
  font-size: 2rem;
  line-height: 0.98;
}

.home-hero__teaser-content p {
  margin: 0 0 12px;
  color: #6f6a62;
  font-size: 0.93rem;
  line-height: 1.7;
}

.home-hero__media {
  aspect-ratio: 16/10;
}

.home-hero__content {
  text-align: center;
}

.home-hero__content h1 {
  margin: 14px auto 16px;
  width: 96%;
  max-width: 96%;
  font-size: 2.22rem;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.018em;
}

.home-hero__content h1 a:hover {
  color: #d33a2c;
}

.home-hero__content p {
  max-width: 640px;
  margin: 0 auto 10px;
  color: #6f6a62;
  font-size: 1rem;
  line-height: 1.72;
}

.home-read-more {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  background: #1b2b4a;
  color: #ffffff;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-read-more--mini {
  background: transparent;
  color: #1b2b4a;
  padding: 0;
  min-height: 0;
}

.home-hero__side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mini-featured-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ece4d8;
}

.mini-featured-card:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.mini-featured-card__image {
  aspect-ratio: 1;
}

.mini-featured-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.mini-featured-card__content h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.014em;
}

.mini-featured-card__content p {
  margin: 0;
  color: #6f6a62;
  font-size: 0.95rem;
  line-height: 1.72;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-iframe-widget__card {
  padding: 16px 0;
  border-top: 1px solid #dfd7ca;
  border-bottom: 1px solid #dfd7ca;
  background: #ffffff;
}

.home-iframe-widget__frame {
  display: block;
  width: 100%;
  min-height: 116px;
  border: 0;
  background: #ffffff;
}

.home-iframe-widget__card iframe {
  display: block;
  width: 100%;
  min-height: 116px;
  border: 0;
  background: #ffffff;
}

.home-iframe-widget__card iframe {
}

.home-video-spotlight {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 0 36px;
  background: #000000;
  color: #ffffff;
}

.home-video-spotlight__shell {
  width: calc(100% - 32px);
  max-width: 1280px;
  margin: 0 auto;
}

.home-video-spotlight__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 0;
  margin: 0 0 26px;
  background: #a80000;
}

.home-video-spotlight__brand-inner {
  width: calc(100% - 32px);
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.home-video-spotlight__brand-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  color: #ffffff;
}

.home-video-spotlight__brand-logo {
  height: 140px;
  width: auto;
  max-width: min(520px, 100%);
  min-width: 0;
  flex: 0 1 auto;
  object-fit: contain;
}

.home-video-spotlight__brand-logo[src$=".svg"],
.home-video-spotlight__brand-logo[src*=".svg?"] {
  object-fit: contain;
  overflow: visible;
}

.home-video-spotlight__brand-logo,
.home-video-spotlight__brand-text {
  width: auto;
  display: block;
}

.home-video-spotlight__brand-text {
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
}

.home-video-spotlight__content {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(280px, 0.9fr);
  gap: 20px;
}

.home-video-spotlight__featured {
  min-width: 0;
}

.home-video-spotlight__featured-media,
.home-video-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #101010;
}

.home-video-spotlight__featured-media {
  aspect-ratio: 16/9;
}

.home-video-spotlight__featured-media img,
.home-video-spotlight__featured-media video,
.home-video-card__media img,
.home-video-card__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-video-spotlight__play-button,
.home-video-card__play-button {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 84px;
  height: 84px;
  border-radius: 999px;
  background: linear-gradient(180deg, #d91515 0%, #a80000 100%);
  transform: translate(-50%, -50%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
}

.home-video-spotlight__play-button::before,
.home-video-card__play-button::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-36%, -50%);
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #ffffff;
}

.home-video-spotlight__featured-copy {
  padding: 18px 0 0;
}

.home-video-spotlight__eyebrow,
.home-video-card__meta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--video-category-color, #d14545);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-video-card__meta span {
  color: rgba(255, 255, 255, 0.48);
}

.home-video-spotlight__featured-copy h2 {
  margin: 10px 0 0;
  font-size: 1.8rem;
  line-height: 1.18;
  color: #ffffff;
}

.home-video-spotlight__featured-copy h2 a,
.home-video-card__copy h3 a {
  color: inherit;
}

.home-video-spotlight__rail {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.home-video-card {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.home-video-card + .home-video-card {
  padding-top: 14px;
}

.home-video-card:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.home-video-card__media {
  aspect-ratio: 16/9;
}

.home-video-card__play-button {
  width: 42px;
  height: 42px;
}

.home-video-card__play-button::before {
  border-top-width: 9px;
  border-bottom-width: 9px;
  border-left-width: 14px;
}

.home-video-card__copy h3 {
  margin: 8px 0 0;
  color: #ffffff;
  font-size: 0.98rem;
  line-height: 1.45;
}

.home-video-card__copy h3 a:hover,
.home-video-spotlight__featured-copy h2 a:hover {
  opacity: 0.88;
}

.home-feature-columns__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.home-feature-column {
  min-width: 0;
}

.home-feature-column .section-heading {
  display: block;
  margin-bottom: 16px;
  padding-top: 10px;
  border-top: 0;
  border-bottom: 1px solid #dfd7ca;
}

.home-feature-column .section-heading h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 800;
  color: var(--section-accent);
}

.home-feature-column .section-heading h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 92px;
  height: 3px;
  background: var(--section-accent);
}

.home-feature-column__lead {
  overflow: hidden;
  border-radius: 18px;
  background: #ffffff;
}

.home-feature-column__lead-media {
  display: block;
  aspect-ratio: 16/11;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
}

.home-feature-column__lead-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-feature-column__lead-copy {
  padding: 16px 16px 18px;
  min-height: 134px;
  background: var(--section-accent);
  color: #ffffff;
}

.home-feature-column__lead-copy h3 {
  margin: 0 0 10px;
  font-size: 1.12rem;
  line-height: 1.2;
  color: #ffffff;
  display: -webkit-box;
  min-height: 3.6em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-feature-column__lead-copy h3 a,
.home-feature-column__item-copy h4 a {
  color: inherit;
}

.home-feature-column__lead-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.92rem;
  line-height: 1.4;
}

.home-feature-column__list {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}

.home-feature-column__item {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px 0;
  border-top: 1px solid #ece4d8;
}

.home-feature-column__item-media {
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 14px;
}

.home-feature-column__item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-feature-column__item-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home-feature-column__item-copy h4 {
  margin: 0;
  color: var(--section-accent);
  font-size: 1rem;
  line-height: 1.2;
}

.home-feature-column__item-copy p {
  margin: 0;
  color: #6f6a62;
  font-size: 0.92rem;
  line-height: 1.4;
}

.editorial-block {
  --section-accent: #d33a2c;
  padding-top: 10px;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  padding-top: 10px;
  border-top: 1px solid #dfd7ca;
}

.section-heading h2 {
  margin: 0;
  font-size: 1.26rem;
  line-height: 1;
  font-family: "Cairo", "Poppins", sans-serif;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.section-heading--between a,
.latest-layout__meta {
  color: #6f6a62;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.inline-widgets-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.inline-widget-card {
  padding-top: 12px;
  border-top: 1px solid #ece4d8;
}

.inline-widget-card h3 {
  margin: 10px 0 8px;
  font-size: 1.9rem;
  line-height: 1;
}

.inline-widget-card p {
  margin: 0 0 12px;
  color: #6f6a62;
  line-height: 1.72;
}

.inline-widget-card__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 7px;
  border: 1px solid rgba(22, 22, 22, 0.08);
  border-radius: 6px;
  color: #6f6a62;
  background: rgba(22, 22, 22, 0.03);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-podcast-widget {
  margin-top: 6px;
}

.home-podcast-widget__shell {
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(180deg, #cb3029 0%, #cb3029 24%, #151515 24%, #151515 100%);
  color: #ffffff;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.12);
}

.home-podcast-widget__brand {
  padding: 24px 32px 20px;
  text-align: center;
}

.home-podcast-widget__kicker {
  display: inline-block;
  margin-bottom: 6px;
  color: rgba(255, 233, 201, 0.92);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-podcast-widget__brand h2 {
  margin: 0;
  color: #ffd08b;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 0.92;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.home-podcast-widget__body {
  padding: 34px 22px 22px;
}

.home-podcast-widget__stage {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.75fr);
  gap: 24px;
  align-items: stretch;
}

.home-podcast-widget__media {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 22px;
  background: #050505;
  min-height: 420px;
}

.home-podcast-widget__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-podcast-widget__media--embed {
  min-height: 0;
  aspect-ratio: 16/9;
}

.home-podcast-widget__media--embed iframe {
  width: 100%;
  height: 100%;
  min-height: 100%;
  border: 0;
  display: block;
}

.home-podcast-widget__play {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 90px;
  height: 90px;
  border-radius: 999px;
  background: rgba(255, 0, 0, 0.92);
  transform: translate(-50%, -50%);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.25);
}

.home-podcast-widget__play::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-38%, -50%);
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 26px solid #ffffff;
}

.home-podcast-widget__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 16px 10px 16px 4px;
}

.home-podcast-widget__content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  line-height: 1.8;
}

.home-podcast-widget__button {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  background: #ffd08b;
  color: #261302;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.home-podcast-widget__button:hover {
  color: #261302;
  background: #ffe1b4;
}

.home-special-widget__card,
.home-sponsored-widget__card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.85fr);
  gap: 24px;
  padding-top: 16px;
  border-top: 1px solid #dfd7ca;
}

.home-special-widget__image,
.home-sponsored-widget__image {
  overflow: hidden;
  background: #ede7dd;
}

.home-special-widget__image img,
.home-sponsored-widget__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-special-widget__content h2,
.home-sponsored-widget__content h2 {
  margin: 10px 0 12px;
  font-size: 2.5rem;
  line-height: 0.97;
}

.home-special-widget__content p,
.home-sponsored-widget__content p {
  color: #6f6a62;
  line-height: 1.75;
}

.latest-layout__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) 290px;
  gap: 34px;
}

.latest-layout__heading {
  --section-accent: #161616;
}

.latest-layout__sidebar-heading {
  --section-accent: #161616;
  margin-bottom: 12px;
}

.latest-layout__sidebar-heading h2 {
  font-size: 1rem;
}

.latest-layout__main {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.latest-story {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid #ece4d8;
}

.latest-story:first-child {
  border-top: 0;
  padding-top: 0;
}

.latest-story__media {
  aspect-ratio: 16/10;
}

.latest-story__content h3 {
  margin: 10px 0 8px;
  font-size: 2rem;
  line-height: 0.98;
}

.latest-story__content h3 a {
  color: var(--story-category-color, #161616);
}

.latest-story__content p {
  margin: 0;
  color: #6f6a62;
  line-height: 1.72;
}

.latest-layout__sidebar {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.home-side-card {
  padding-top: 10px;
}

.home-side-card .section-heading {
  margin-bottom: 12px;
}

.home-side-card .section-heading h2 {
  font-size: 0.82rem;
}

.home-side-card--portrait img {
  width: 100%;
  aspect-ratio: 1/1.15;
  object-fit: cover;
}

.home-most-read__stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.home-most-read__item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
}

.home-most-read__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #f1ece4;
  color: #161616;
  font-size: 0.72rem;
  font-weight: 800;
}

.home-most-read__content a {
  display: block;
  font-size: 0.92rem;
  line-height: 1.5;
}

.tag-list,
.social-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-pill,
.social-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid #dfd7ca;
  background: #ffffff;
  color: #161616;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tag-pill:hover,
.social-pill:hover {
  color: #d33a2c;
  border-color: #d33a2c;
}

.newsletter-form--sidebar {
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}
.newsletter-form--sidebar input {
  display: block;
  width: 100%;
  height: 52px;
  min-width: 0;
  flex: none;
  padding: 0 18px;
  border: 1px solid rgba(17, 31, 60, 0.14);
  border-radius: 16px;
  background: #ffffff;
  color: #111f3c;
  box-sizing: border-box;
}
.newsletter-form--sidebar input::placeholder {
  color: #7a8599;
}
.newsletter-form--sidebar button {
  width: 100%;
  min-height: 50px;
}

.newsletter-message--sidebar {
  margin-top: 0;
  color: #5b6780;
}

.post-category {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 6px;
  border: 1px solid color-mix(in srgb, var(--category-color) 14%, white);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: color-mix(in srgb, var(--category-color) 9%, white);
  color: var(--category-color);
}

.image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cairo", "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: rgba(22, 22, 22, 0.42);
  background: linear-gradient(135deg, rgba(202, 163, 94, 0.12), rgba(211, 58, 44, 0.1));
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  min-height: 30px;
  border: 1px solid #dfd7ca;
  background: #ffffff;
  color: #161616;
  font-size: 0.74rem;
}

.pagination .is-active {
  background: #161616;
  color: #ffffff;
  border-color: #161616;
}

@media (max-width: 1100px) {
  .home-latest-news__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .home-latest-news__lead {
    padding-right: 0;
    border-right: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #ece4d8;
  }
  .latest-lead-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .latest-lead-card__bullets {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .home-hero,
  .politics-spotlight__grid,
  .home-podcast-widget__stage,
  .home-special-widget__card,
  .home-sponsored-widget__card,
  .latest-layout__grid {
    grid-template-columns: 1fr;
  }
  .inline-widgets-grid,
  .home-feature-columns__grid,
  .home-economy-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-video-spotlight__content {
    grid-template-columns: 1fr;
  }
  .home-podcast-widget__content {
    padding: 0;
  }
  .home-feature-column__item {
    grid-template-columns: 110px minmax(0, 1fr);
  }
  .home-hero__main,
  .home-hero__side--left,
  .home-hero__side--right,
  .politics-spotlight__side--left,
  .politics-spotlight__side--right {
    padding-inline: 0;
    border-inline: 0;
  }
  .politics-spotlight__heading {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 14px;
  }
  .politics-spotlight__heading h2 {
    padding-bottom: 0;
  }
  .politics-spotlight__heading h2::after {
    bottom: -15px;
  }
  .politics-spotlight__heading a {
    margin-bottom: 0;
  }
  .politics-spotlight__story-column {
    gap: 18px;
    padding-inline: 0;
    border-right: 0;
  }
  .politics-spotlight__lead-card--inline {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
  }
  .politics-spotlight__grid--police .politics-spotlight__main {
    padding-right: 0;
    border-right: 0;
  }
  .politics-spotlight__grid--police .politics-spotlight__side--right {
    padding-left: 0;
  }
  .home-charge-entertainment {
    grid-template-columns: 1fr;
  }
  .home-entertainment-spotlight {
    padding-left: 0;
    border-left: 0;
  }
  .columnists-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 860px) {
  .home-hero {
    grid-template-columns: 1fr;
  }
  .politics-spotlight__main-overlay {
    position: absolute;
    padding: 18px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 4%, rgba(0, 0, 0, 0.8) 100%);
    color: #ffffff;
  }
  .politics-spotlight__main-overlay h3 {
    font-size: 1.4rem;
  }
  .politics-spotlight__main-overlay h3 a {
    display: block;
    width: 100%;
    color: inherit;
  }
  .politics-spotlight__heading a {
    min-height: 40px;
  }
  .latest-story {
    grid-template-columns: 1fr;
  }
  .home-video-card {
    grid-template-columns: 140px minmax(0, 1fr);
  }
  .home-video-spotlight {
    padding: 0 0 28px;
  }
  .home-video-spotlight__shell {
    width: calc(100% - 24px);
    max-width: 100%;
  }
  .home-video-spotlight__brand {
    padding: 10px 0;
  }
  .home-video-spotlight__brand-inner {
    width: calc(100% - 24px);
    max-width: 100%;
  }
  .home-video-spotlight__brand-logo {
    height: 140px;
    max-width: 320px;
  }
  .politics-spotlight__story-column {
    gap: 18px;
  }
  .politics-spotlight__lead-card--inline {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 10px;
  }
  .home-feature-columns__grid {
    grid-template-columns: 1fr;
  }
  .home-economy-strip__grid {
    grid-template-columns: 1fr;
  }
  .home-charge-showcase__layout {
    grid-template-columns: 1fr;
  }
  .home-charge-showcase__rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    height: auto;
  }
  .home-charge-thumb {
    grid-template-columns: 64px minmax(0, 1fr);
  }
  .home-entertainment-spotlight__item {
    grid-template-columns: 96px minmax(0, 1fr);
  }
}
@media (max-width: 840px) {
  .home-iframe-widget__card iframe {
    height: 140px;
  }
}
@media (max-width: 640px) {
  .politics-spotlight__main {
    display: block;
    width: 100%;
  }
  .politics-spotlight__main-media {
    display: block;
    width: 100%;
  }
  .politics-spotlight__main-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .politics-spotlight__ad-track,
  .politics-spotlight__ad-item {
    width: 100%;
  }
  .politics-spotlight__ad-track {
    min-height: 0;
  }
  .politics-spotlight__ad-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .politics-spotlight__heading {
    position: relative;
    gap: 12px;
    margin-bottom: 16px;
    padding-right: 148px;
  }
  .politics-spotlight__heading h2 {
    font-size: 1.15rem;
    padding-bottom: 10px;
  }
  .politics-spotlight__heading h2::after {
    width: 76px;
  }
  .politics-spotlight__heading a {
    position: absolute;
    top: 0;
    right: 0;
    width: fit-content;
    max-width: 100%;
    min-height: 38px;
    padding: 0 14px;
    margin-bottom: 0;
    font-size: 0.76rem;
    white-space: normal;
    text-align: center;
  }
  .home-frontpage__main {
    gap: 18px;
  }
  .home-top-banner__track {
    min-height: 92px;
  }
  .home-latest-news {
    padding-top: 0;
    padding-bottom: 28px;
  }
  .home-video-spotlight {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .home-video-spotlight__shell,
  .home-video-spotlight__brand-inner {
    width: 100%;
  }
  .home-latest-news__column {
    gap: 18px;
  }
  .latest-lead-card__title {
    font-size: clamp(1rem, 7.2vw, 1.2rem);
    line-height: 1.08;
  }
  .latest-lead-card__media {
    aspect-ratio: 11/10;
  }
  .latest-lead-card__overlay {
    padding: 20px 20px 18px;
  }
  .latest-lead-card__eyebrow {
    margin-bottom: 10px;
  }
  .latest-lead-card__footer {
    padding: 16px 18px 14px;
  }
  .latest-lead-grid {
    grid-template-columns: 1fr;
  }
  .home-video-spotlight__brand {
    justify-content: flex-start;
  }
  .home-video-card {
    grid-template-columns: 112px minmax(0, 1fr);
  }
  .home-video-spotlight__featured,
  .home-video-spotlight__rail {
    padding: 16px;
  }
  .home-video-spotlight__play-button {
    width: 64px;
    height: 64px;
  }
  .home-video-spotlight__play-button::before {
    border-top-width: 11px;
    border-bottom-width: 11px;
    border-left-width: 18px;
  }
  .home-feature-column__item {
    grid-template-columns: 96px minmax(0, 1fr);
  }
  .latest-story,
  .home-entertainment-spotlight__item {
    grid-template-columns: 1fr;
  }
  .latest-story__media,
  .home-entertainment-spotlight__item-media {
    max-width: 200px;
  }
  .home-charge-showcase__layout,
  .home-charge-showcase__rail,
  .columnists-section__grid {
    grid-template-columns: 1fr;
  }
  .home-charge-thumb {
    grid-template-columns: 72px minmax(0, 1fr);
  }
  .home-charge-showcase__copy h3,
  .home-entertainment-spotlight__lead-copy h3 {
    font-size: 1.35rem;
  }
  .home-podcast-widget__shell {
    border-radius: 22px;
  }
  .home-podcast-widget__brand {
    padding: 20px 20px 18px;
  }
  .home-podcast-widget__body {
    padding: 18px;
  }
  .home-podcast-widget__media {
    min-height: 260px;
  }
  .home-podcast-widget__play {
    width: 72px;
    height: 72px;
  }
  .home-podcast-widget__play::before {
    border-top-width: 13px;
    border-bottom-width: 13px;
    border-left-width: 22px;
  }
  .breaking-news__inner,
  .inline-widgets-grid {
    grid-template-columns: 1fr;
  }
  .newsletter-popup__dialog {
    margin: 5vh 16px 0;
    padding: 22px;
  }
  .newsletter-popup__dialog h3,
  .home-hero__content h1,
  .latest-story__content h3 {
    font-size: 1.4rem;
  }
  .newsletter-popup__form {
    grid-template-columns: 1fr;
  }
}
.home-podcast-widget {
  margin-top: 10px;
}

.home-podcast-widget__shell {
  overflow: hidden;
  border-radius: 0;
  background: radial-gradient(circle at top right, rgba(255, 170, 95, 0.18), transparent 24%), linear-gradient(180deg, #171717 0%, #101010 100%);
  color: #f7f2eb;
  box-shadow: 0 28px 80px rgba(9, 9, 9, 0.22);
}

.home-podcast-widget__brand {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 32px 0;
  text-align: left;
}

.home-podcast-widget__brand-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home-podcast-widget__kicker {
  margin: 0;
  color: rgba(255, 208, 139, 0.88);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-podcast-widget__brand h2 {
  margin: 0;
  color: #ffe2b7;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.96;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.home-podcast-widget__all-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff4e1;
  font-size: 0.84rem;
  font-weight: 600;
  white-space: nowrap;
}

.home-podcast-widget__body {
  padding: 24px 24px 26px;
}

.home-podcast-widget__stage {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.78fr);
  gap: 22px;
  align-items: start;
}

.home-podcast-widget__featured {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.home-podcast-widget__media {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: #050505;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.home-podcast-widget__media--embed {
  min-height: 0;
  aspect-ratio: 16/9;
}

.home-podcast-widget__media--embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.home-podcast-widget__content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0 4px;
}

.home-podcast-widget__eyebrow {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 208, 139, 0.1);
  color: #ffd08b;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-podcast-widget__content h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.7rem, 2.3vw, 2.35rem);
  line-height: 1.04;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.home-podcast-widget__content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.72;
}

.home-podcast-widget__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-podcast-widget__button,
.home-podcast-widget__ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
}

.home-podcast-widget__button {
  background: #ffd08b;
  color: #241304;
}

.home-podcast-widget__ghost-button {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
}

.home-podcast-widget__rail {
  display: grid;
  gap: 14px;
}

.home-podcast-widget__episode-card {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 14px;
  padding: 12px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.home-podcast-widget__episode-card-media {
  display: block;
  overflow: hidden;
  border-radius: 0;
  background: #1c1c1c;
  aspect-ratio: 16/10;
}

.home-podcast-widget__episode-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-podcast-widget__episode-card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.home-podcast-widget__episode-card-body h3 {
  margin: 0;
  color: #fff4e1;
  font-size: 1rem;
  line-height: 1.38;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.home-podcast-widget__episode-link {
  color: #ffd08b;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .home-podcast-widget__brand,
  .home-podcast-widget__stage {
    grid-template-columns: 1fr;
  }
  .home-podcast-widget__brand {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 860px) {
  .home-podcast-widget__stage {
    grid-template-columns: 1fr;
  }
  .home-podcast-widget__episode-card {
    grid-template-columns: 116px minmax(0, 1fr);
  }
}
@media (max-width: 640px) {
  .home-podcast-widget__shell {
    border-radius: 0;
  }
  .home-podcast-widget__brand {
    padding: 22px 20px 0;
  }
  .home-podcast-widget__body {
    padding: 18px 18px 20px;
  }
  .home-podcast-widget__episode-card {
    grid-template-columns: 1fr;
  }
}
.home-page {
  background: #ffffff;
}

.columnists-section {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  background: #ffffff;
}

.columnists-section__heading {
  position: relative;
  margin-bottom: 18px;
  padding-top: 0;
  padding-bottom: 20px;
  border-top: 0;
  border-bottom: 1px solid rgba(12, 24, 44, 0.12);
}

.columnists-section__heading h2 {
  position: relative;
  color: #101d39;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.columnists-section__heading h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 126px;
  height: 2px;
  background: #0031FF;
}

.columnists-section__heading span {
  display: none;
}

.columnists-section__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  background: #ffffff;
}

.home-charge-entertainment {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(300px, 0.82fr);
  gap: 28px;
  align-items: stretch;
}

.home-charge-showcase,
.home-entertainment-spotlight {
  min-width: 0;
}

.home-charge-showcase__heading h2,
.home-entertainment-spotlight__heading h2 {
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}
.home-charge-showcase__heading h2::after,
.home-entertainment-spotlight__heading h2::after {
  width: 100%;
  border-bottom-width: 3px;
}

.home-charge-showcase__heading h2 {
  color: #161616;
}

.home-entertainment-spotlight__heading h2 {
  color: var(--section-accent);
}

.home-charge-showcase__layout {
  --charge-rail-item-height: 92px;
  --charge-rail-gap: 12px;
  --charge-rail-total-height: calc((7 * var(--charge-rail-item-height)) + (6 * var(--charge-rail-gap)));
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 18px;
  align-items: stretch;
  padding: 18px;
  background: linear-gradient(180deg, rgba(0, 49, 255, 0.04) 0%, rgba(0, 49, 255, 0.015) 100%), #f7faff;
}

.home-charge-showcase__stage {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 0;
  height: var(--charge-rail-total-height);
  background: linear-gradient(180deg, #f6f9ff 0%, #eef4ff 100%);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
  overflow: hidden;
  min-height: 0;
}

.home-charge-showcase__frame {
  position: relative;
  background: linear-gradient(90deg, rgba(12, 24, 44, 0.03) 1px, transparent 1px), linear-gradient(rgba(12, 24, 44, 0.03) 1px, transparent 1px), #ffffff;
  background-size: 22px 22px;
  min-height: 0;
  padding: 24px;
}
.home-charge-showcase__frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.home-charge-showcase__copy {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px 20px 20px;
  border-top: 1px solid rgba(12, 24, 44, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.95) 100%);
}
.home-charge-showcase__copy h3 {
  margin: 0;
  color: #101d39;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -0.04em;
}
.home-charge-showcase__copy p {
  margin: 0;
  color: #55627c;
  line-height: 1.6;
  font-size: 0.92rem;
}

.home-charge-showcase__meta {
  display: inline-flex;
  align-items: center;
  justify-self: flex-start;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(16, 29, 57, 0.06);
  color: #465878;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-charge-showcase__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-self: flex-start;
  min-height: 28px;
  padding: 0 12px;
  background: rgba(0, 49, 255, 0.08);
  color: #0031ff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-charge-showcase__rail {
  display: grid;
  grid-template-rows: repeat(7, var(--charge-rail-item-height));
  gap: var(--charge-rail-gap);
  align-content: stretch;
  height: var(--charge-rail-total-height);
}

.home-charge-thumb {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding: 12px;
  border: 0;
  border-radius: 8px;
  background: #ffffff;
  text-align: left;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.home-charge-thumb:hover, .home-charge-thumb.is-active {
  box-shadow: 0 10px 28px rgba(0, 49, 255, 0.08);
  transform: translateY(-1px);
}

.home-charge-thumb__content {
  display: grid;
  gap: 6px;
}

.home-charge-thumb__meta {
  color: #4c6bc1;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-charge-thumb__image {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(12, 24, 44, 0.03) 1px, transparent 1px), linear-gradient(rgba(12, 24, 44, 0.03) 1px, transparent 1px), #ffffff;
  background-size: 18px 18px;
}
.home-charge-thumb__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.home-charge-thumb__title {
  color: #16233e;
  font-size: 0.88rem;
  line-height: 1.28;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.home-entertainment-spotlight {
  --entertainment-accent: #ff6b00;
  padding-left: 28px;
  border-left: 1px solid #dfd7ca;
}

.home-entertainment-spotlight__lead {
  display: grid;
  overflow: hidden;
  background: var(--entertainment-accent);
  border-radius: 22px;
}

.home-entertainment-spotlight__lead-media {
  display: block;
  background: #edd8c8;
  aspect-ratio: 16/9.4;
}
.home-entertainment-spotlight__lead-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-entertainment-spotlight__lead-copy {
  display: grid;
  gap: 8px;
  padding: 16px 18px 18px;
}
.home-entertainment-spotlight__lead-copy h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.55rem;
  line-height: 1.04;
  letter-spacing: -0.04em;
}
.home-entertainment-spotlight__lead-copy h3 a {
  color: inherit;
}
.home-entertainment-spotlight__lead-copy span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.8rem;
  line-height: 1.4;
}

.home-entertainment-spotlight__list {
  display: grid;
  gap: 0;
  margin-top: 18px;
  border-top: 1px solid rgba(12, 24, 44, 0.08);
}

.home-entertainment-spotlight__item {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(12, 24, 44, 0.08);
}

.home-entertainment-spotlight__item:last-child {
  border-bottom: 0;
}

.home-entertainment-spotlight__item-media {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  background: #ece7df;
  aspect-ratio: 16/11;
}
.home-entertainment-spotlight__item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-entertainment-spotlight__item-copy {
  display: grid;
  gap: 6px;
}
.home-entertainment-spotlight__item-copy h4 {
  margin: 0;
  color: var(--entertainment-accent);
  font-size: 1rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.home-entertainment-spotlight__item-copy h4 a {
  color: inherit;
}
.home-entertainment-spotlight__item-copy span {
  color: #5d6982;
  font-size: 0.8rem;
  line-height: 1.4;
}

.home-economy-strip__heading h2 {
  color: var(--section-accent);
}

.home-economy-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.home-economy-strip__card {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.home-economy-strip__media {
  display: block;
  overflow: hidden;
  border-radius: 18px;
  background: #ece7df;
  aspect-ratio: 16/8;
}
.home-economy-strip__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-economy-strip__copy {
  display: grid;
  gap: 8px;
}

.home-economy-strip__eyebrow {
  color: #4d596f;
  font-size: 0.78rem;
  line-height: 1.35;
}

.home-economy-strip__copy h3 {
  margin: 0;
  color: var(--section-accent);
  font-size: 1rem;
  line-height: 1.18;
  letter-spacing: -0.025em;
}
.home-economy-strip__copy h3 a {
  color: inherit;
}

.home-economy-strip__meta {
  color: #7a8599;
  font-size: 0.82rem;
  line-height: 1.4;
}

.home-jobs {
  --section-accent: #163fa3;
}

.home-jobs__heading {
  margin-bottom: 18px;
}

.home-jobs__shell {
  display: grid;
  gap: 22px;
}

.home-jobs__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 18px 28px;
  align-items: end;
  padding: 28px 30px;
  border-radius: 10px;
  background: radial-gradient(circle at top left, rgba(255, 214, 102, 0.16), transparent 32%), linear-gradient(135deg, rgba(22, 63, 163, 0.08), rgba(255, 255, 255, 0.92) 34%, rgba(255, 255, 255, 0.96) 100%);
  border: 1px solid rgba(22, 63, 163, 0.12);
  color: #101d39;
}

.home-jobs__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(15, 31, 68, 0.08);
  color: #0f1f44;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-jobs__intro h3 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2rem, 2.3vw, 3rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.home-jobs__intro p {
  margin: 0;
  max-width: 760px;
  color: #5c6678;
  font-size: 1rem;
  line-height: 1.7;
}

.home-jobs__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  background: #163fa3;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 16px 35px rgba(22, 63, 163, 0.2);
}

.home-jobs__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.home-job-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  min-height: 100%;
  align-content: start;
  padding: 22px 22px 20px;
  border: 1px solid rgba(22, 63, 163, 0.1);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.98)), linear-gradient(145deg, rgba(22, 63, 163, 0.02), #ffffff);
  box-shadow: 0 14px 28px rgba(18, 42, 100, 0.06);
}

.home-job-card--lead {
  grid-column: span 2;
}

.home-job-card__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.home-job-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--job-accent, #f4c14b);
  color: #0f172a;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-job-card__place {
  color: #475569;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-job-card__company {
  margin: 0;
  color: #5b6578;
  font-size: 0.9rem;
  line-height: 1.5;
}

.home-job-card h3 {
  margin: 0;
  color: #0f172a;
  font-size: 1.22rem;
  line-height: 1.04;
  letter-spacing: -0.045em;
  font-weight: 800;
}

.home-job-card--lead h3 {
  font-size: clamp(1.8rem, 2vw, 2.45rem);
}

.home-job-card h3 a {
  color: inherit;
}

.home-job-card__summary {
  margin: 0;
  color: #334155;
  font-size: 0.98rem;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-job-card__requirements {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-job-card__requirements li {
  position: relative;
  padding-left: 16px;
  color: #1e293b;
  font-size: 0.93rem;
  line-height: 1.5;
}

.home-job-card__requirements li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--job-accent, #f4c14b);
  box-shadow: 0 0 0 4px rgba(244, 193, 75, 0.18);
  transform: translateY(-50%);
}

.home-job-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.home-job-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(22, 63, 163, 0.07);
  color: #274061;
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.2;
}

.home-job-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: auto;
  color: #163fa3;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-job-card__link::after {
  content: "Ã¢â€ â€™";
  font-size: 1rem;
}

.home-jobs__shell {
  gap: 18px;
  padding: 0;
}

.home-jobs__intro {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px 28px;
  padding: 24px 26px;
}

.home-jobs__intro h3,
.home-jobs__intro p,
.home-jobs__eyebrow {
  grid-column: 1;
}

.home-jobs__cta {
  grid-column: 2;
  grid-row: 1/span 3;
  align-self: center;
}

.home-jobs__carousel {
  position: relative;
  display: block;
  padding-inline: 28px;
}

.home-jobs__viewport {
  overflow: hidden;
}

.home-jobs__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 24px) / 3);
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.home-jobs__track::-webkit-scrollbar {
  display: none;
}

.home-jobs__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: #163fa3;
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(22, 63, 163, 0.22);
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transform: translateY(-50%);
}

.home-jobs__nav svg {
  width: 16px;
  height: 16px;
  fill: currentcolor;
}

.home-jobs__nav--prev {
  left: 8px;
}

.home-jobs__nav--next {
  right: 8px;
}

.home-jobs__nav.is-hidden,
.home-jobs__nav:disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-50%) scale(0.92);
}

.home-job-card {
  scroll-snap-align: start;
}

.home-job-card__badge {
  background: #163fa3;
  color: #ffffff;
}

.home-job-card__link {
  margin-top: 6px;
}

.latest-lead-card__title,
.latest-mini-card__title,
.latest-stack-card__title,
.politics-spotlight__lead-card-title,
.politics-spotlight__main-overlay h3,
.politics-spotlight__side-item-content h4,
.mini-featured-card__content h3,
.latest-story__content h3,
.columnist-card__content h3,
.home-charge-showcase__copy h3,
.home-charge-thumb__title,
.home-entertainment-spotlight__lead-copy h3,
.home-entertainment-spotlight__item-copy h4,
.home-most-read__content a {
  line-height: 1.2;
  font-weight: 700;
}

.columnist-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  min-height: 152px;
  padding: 22px 22px 24px;
  border-right: 1px solid rgba(12, 24, 44, 0.06);
  border-bottom: 1px solid rgba(12, 24, 44, 0.08);
  background: #ffffff;
  transition: background-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.columnist-card:nth-child(3n) {
  border-right: 0;
}

.columnist-card:nth-last-child(-n+3) {
  border-bottom: 0;
}

.columnist-card:hover {
  background: #fbfcff;
  box-shadow: inset 0 0 0 1px rgba(0, 49, 255, 0.05);
}

.columnist-card__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  aspect-ratio: 1;
  overflow: hidden;
  background: #ece7df;
}

.columnist-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.columnist-card__avatar span {
  color: #11213f;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.columnist-card__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  padding-top: 2px;
}

.columnist-card__content h3 {
  margin: 0;
  color: #101d39;
  font-size: 1.15rem;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.columnist-card__content h3 a {
  color: inherit;
}

.columnist-card__column-title {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  color: #53617d;
  font-size: 0.84rem;
  line-height: 1.45;
  font-style: italic;
  letter-spacing: -0.01em;
}

.columnist-card__column-title a {
  color: inherit;
}

.columnist-card__content p {
  margin: 0;
  color: #101d39;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: -0.012em;
}

.columnist-card__content p a {
  color: #101d39;
  transition: color 0.2s ease;
}

.columnist-card__content h3 a:hover,
.columnist-card__column-title a:hover,
.columnist-card__content p a:hover {
  color: #001fb3;
}

@media (max-width: 1040px) {
  .home-jobs__intro {
    grid-template-columns: 1fr;
  }
  .home-jobs__intro h3,
  .home-jobs__intro p,
  .home-jobs__eyebrow,
  .home-jobs__cta {
    grid-column: auto;
    grid-row: auto;
  }
  .home-jobs__carousel {
    display: block;
    padding-inline: 24px;
  }
  .home-jobs__track {
    grid-auto-columns: calc((100% - 12px) / 2);
  }
  .home-jobs__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-job-card--lead {
    grid-column: span 2;
  }
  .home-charge-entertainment {
    grid-template-columns: 1fr;
  }
  .home-entertainment-spotlight {
    padding-left: 0;
    border-left: 0;
  }
  .columnists-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .columnist-card {
    border-right: 1px solid rgba(12, 24, 44, 0.06);
    border-bottom: 1px solid rgba(12, 24, 44, 0.08);
  }
  .columnist-card:nth-child(3n) {
    border-right: 1px solid rgba(12, 24, 44, 0.06);
  }
  .columnist-card:nth-child(2n) {
    border-right: 0;
  }
  .columnist-card:nth-last-child(-n+3) {
    border-bottom: 1px solid rgba(12, 24, 44, 0.08);
  }
  .columnist-card:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}
@media (max-width: 640px) {
  .home-jobs__heading {
    align-items: stretch;
    gap: 14px;
  }
  .home-jobs__heading h2 {
    width: 100%;
  }
  .home-jobs__cta,
  .home-job-card__link {
    width: 100%;
    justify-content: center;
  }
  .home-jobs__heading a {
    width: fit-content;
  }
  .home-jobs__intro,
  .home-job-card,
  .home-job-card--lead {
    padding: 20px;
    border-radius: 22px;
  }
  .home-jobs__shell {
    padding: 0;
  }
  .home-jobs__carousel {
    display: block;
  }
  .home-jobs__track {
    gap: 14px;
    grid-auto-columns: 100%;
  }
  .home-jobs__nav {
    width: 42px;
    height: 42px;
  }
  .home-jobs__nav--prev {
    left: 4px;
  }
  .home-jobs__nav--next {
    right: 4px;
  }
  .home-job-card__topline {
    align-items: flex-start;
    flex-direction: column;
  }
  .home-job-card__company {
    font-size: 0.9rem;
  }
  .home-job-card h3,
  .home-job-card--lead h3 {
    font-size: 1.45rem;
  }
  .home-charge-entertainment,
  .columnists-section__grid {
    grid-template-columns: 1fr;
  }
  .home-side-card--ad .sidebar-ad,
  .home-side-card--ad .sidebar-ad img {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .home-economy-strip__grid {
    grid-template-columns: 1fr;
  }
  .home-charge-showcase__layout {
    --charge-rail-item-height: 70px;
    grid-template-columns: 1fr;
    height: auto;
  }
  .home-charge-showcase__frame {
    min-height: 300px;
    padding: 18px;
  }
  .home-charge-showcase__rail {
    grid-template-rows: none;
  }
  .home-entertainment-spotlight__item {
    grid-template-columns: 1fr;
  }
  .latest-story__media,
  .home-entertainment-spotlight__item-media {
    max-width: 100%;
  }
  .home-entertainment-spotlight__item-media {
    aspect-ratio: 18/10;
  }
  .home-feature-column__lead-copy,
  .home-feature-column__lead-copy h3 {
    min-height: 0;
  }
  .home-entertainment-spotlight__lead-copy h3 {
    font-size: 1.6rem;
  }
  .columnist-card {
    grid-template-columns: 88px minmax(0, 1fr);
    min-height: 0;
    padding: 18px 0;
    border-right: 0;
  }
  .columnist-card:nth-child(2n),
  .columnist-card:nth-child(3n) {
    border-right: 0;
  }
  .columnist-card:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(12, 24, 44, 0.08);
  }
  .columnist-card:last-child {
    border-bottom: 0;
  }
  .columnist-card__avatar {
    width: 88px;
  }
}
