:root {
  --bg: #f2efe6;
  --surface: #ffffff;
  --surface-soft: #fbfaf7;
  --ink: #0b0b0b;
  --muted: #66625b;
  --line: #d8d1c4;
  --accent: #e9322d;
  --accent-dark: #b71f1b;
  --blue: #163b57;
  --green: #245f4f;
  --gold: #b68939;
  --max: 1240px;
  --radius: 8px;
  --shadow: 0 22px 60px rgba(20, 20, 20, .10);
  --font-sans: Futura, "Futura PT", "Avenir Next", Avenir, "Century Gothic", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: Futura, "Futura PT", "Avenir Next", Avenir, "Century Gothic", ui-sans-serif, system-ui, sans-serif;
  font-family: var(--font-sans);
}

* { box-sizing: border-box; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  line-height: 1.55;
  letter-spacing: 0;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.skip-link:focus {
  clip: auto;
  width: auto;
  height: auto;
  left: 16px;
  top: 16px;
  z-index: 20;
  padding: 10px 14px;
  background: var(--ink);
  color: #fff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(243, 241, 235, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.header-not-sticky .site-header {
  position: relative;
}
.density-compact {
  --max: 1320px;
}
.density-compact .site-main {
  padding-top: 18px;
}
.density-compact .news-section,
.density-compact .briefing-wall,
.density-compact .formats-band {
  margin-top: 30px;
}
.density-compact .post-card__body,
.density-compact .feature-card__body {
  padding: 12px;
}
.density-spacious .site-main {
  padding-top: 40px;
}
.density-spacious .news-section,
.density-spacious .briefing-wall,
.density-spacious .formats-band {
  margin-top: 66px;
}
.topline,
.masthead,
.header-search,
.primary-nav,
.site-main,
.site-footer {
  max-width: var(--max);
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.topline {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 9px;
  padding-bottom: 9px;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .04em;
  border-bottom: 1px solid rgba(222, 216, 204, .7);
}
.masthead {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1;
  letter-spacing: 0;
}
.brand-name {
  font-family: var(--font-display);
  font-weight: 900;
}
.brand img { max-height: 58px; width: auto; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
}
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: var(--radius);
}
.menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}
.header-search {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding-bottom: 12px;
}
.header-search input {
  width: min(360px, 100%);
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .74);
}
.header-search button {
  min-width: 44px;
  border: 0;
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
  font-weight: 900;
}
.primary-nav { padding-bottom: 12px; }
.primary-nav ul {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
}
.primary-nav a {
  display: block;
  padding: 8px 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.primary-nav a:hover { color: var(--accent); }

.site-main { padding-top: 32px; padding-bottom: 70px; }
.breaking-strip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
  padding: 13px 16px;
  background: var(--ink);
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 0 rgba(0, 0, 0, .06);
}
.breaking-strip strong {
  padding: 5px 8px;
  background: var(--accent);
  border-radius: 3px;
  font-size: 12px;
  text-transform: uppercase;
}
.breaking-strip div {
  display: flex;
  gap: 18px;
  overflow-x: auto;
}
.breaking-strip a {
  flex: 0 0 auto;
  max-width: 380px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.front-kicker {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.front-kicker p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.front-kicker div {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.front-kicker a {
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 900;
}
.front-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 26px;
  align-items: start;
}
.front-main {
  display: grid;
  gap: 18px;
}
.lead-story,
.latest-panel,
.post-card,
.feature-card,
.newsletter-band {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.lead-story {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(11, 11, 11, .12);
}
.lead-story__image {
  display: block;
  min-height: 430px;
  background: var(--blue);
}
.lead-story__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lead-story__image .image-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
}
.lead-story__content {
  padding: clamp(22px, 3vw, 36px);
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 430px;
}
.eyebrow {
  display: inline-flex;
  width: fit-content;
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
h1, h2, h3, p { margin-top: 0; }
.lead-story h1 {
  margin: 12px 0 14px;
  font-family: var(--font-display);
  font-size: clamp(31px, 3.5vw, 44px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}
.lead-story p,
.post-card p,
.archive-description { color: var(--muted); }
.post-meta {
  display: flex;
  gap: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.latest-panel { padding: 24px; }
.latest-panel {
  position: sticky;
  top: 166px;
}
.latest-panel h2,
.section-heading h2,
.archive-header h1,
.newsletter-band h2 {
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: 0;
}
.panel-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 4px;
}
.panel-title span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
}
.latest-panel h2 { margin-bottom: 18px; font-size: 29px; line-height: 1; }
.latest-link {
  display: grid;
  gap: 4px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}
.latest-link span { color: var(--accent); font-size: 12px; font-weight: 900; }
.latest-link strong { line-height: 1.25; }
.latest-link:hover strong,
.post-card h2 a:hover,
.feature-card h2 a:hover,
.mini-card h3 a:hover,
.lead-story h1 a:hover {
  color: var(--accent-dark);
}

.secondary-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.secondary-grid .feature-card {
  grid-template-columns: 1fr;
}
.secondary-grid .feature-card__media {
  min-height: 190px;
}
.secondary-grid .feature-card h2 {
  font-size: clamp(20px, 1.7vw, 24px);
  line-height: 1.1;
}
.feature-card {
  display: grid;
  grid-template-columns: 42% minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(11, 11, 11, .12);
}
.feature-card__media {
  min-height: 210px;
  background: linear-gradient(135deg, var(--blue), var(--green));
}
.feature-card__media img,
.feature-card__media .image-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-card__media .image-placeholder {
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
}
.feature-card__body {
  padding: 18px;
}
.feature-card h2 {
  margin: 10px 0;
  font-family: var(--font-display);
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}
.feature-card p {
  color: var(--muted);
  font-size: 14px;
}

.news-section { margin-top: 46px; }
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  border-bottom: 3px solid var(--ink);
}
.section-heading h2 {
  margin: 0;
  padding-bottom: 8px;
  font-size: clamp(27px, 2.8vw, 38px);
  line-height: 1;
}
.section-heading a {
  padding-bottom: 11px;
  color: var(--accent);
  font-weight: 800;
}
.section-heading.compact {
  margin-bottom: 12px;
}
.section-heading.compact h2 {
  font-size: 26px;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.section-combo {
  display: grid;
  grid-template-columns: minmax(280px, 1.25fr) repeat(2, minmax(220px, .9fr));
  gap: 18px;
}
.section-combo .feature-card {
  grid-row: span 2;
  grid-template-columns: 1fr;
}
.section-combo .feature-card__media {
  min-height: 280px;
}
.post-card {
  overflow: hidden;
  border: 1px solid rgba(11, 11, 11, .12);
  transition: transform .18s ease, box-shadow .18s ease;
}
.post-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.post-card__media {
  display: block;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, var(--blue), var(--green));
  color: #fff;
}
.post-card__media:focus-visible,
.latest-link:focus-visible,
.primary-nav a:focus-visible,
.front-kicker a:focus-visible {
  outline: 3px solid rgba(201, 24, 43, .32);
  outline-offset: 3px;
}
.post-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-card__media span,
.post-card__media .image-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-weight: 900;
}
.post-card__body { padding: 15px; }
.post-card h2 {
  margin: 8px 0;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}
.post-card p { font-size: 14px; }

.briefing-wall,
.formats-band,
.front-video-strip {
  margin-top: 46px;
}
.briefing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.mini-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 12px;
  padding: 14px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  border-color: rgba(11, 11, 11, .12);
}
.mini-card__media {
  aspect-ratio: 1;
  background: linear-gradient(135deg, var(--blue), var(--green));
  overflow: hidden;
  border-radius: 4px;
}
.mini-card__media img,
.mini-card__media .image-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mini-card__media .image-placeholder {
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}
.mini-card h3 {
  margin: 5px 0 8px;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}
.front-video-strip {
  max-width: none;
  padding: 22px;
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius);
}
.front-video-strip .ivh-section-heading {
  border-bottom-color: rgba(255, 255, 255, .2);
}
.front-video-strip .ivh-section-heading h2 {
  color: #fff;
}
.front-video-strip .ivh-section-heading p {
  color: #f0c46e;
}
.front-video-strip__link {
  margin-left: auto;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}
.front-video-strip .ivh-slider-button {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .22);
  color: #fff;
}
.front-video-strip .ivh-vertical-slider {
  padding-bottom: 6px;
}
.formats-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 22px;
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius);
}
.formats-band .format-column {
  display: grid;
  align-content: start;
  gap: 12px;
}
.formats-band .section-heading {
  border-bottom-color: rgba(255, 255, 255, .32);
}
.formats-band .mini-card {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .16);
}
.formats-band .post-meta,
.formats-band .eyebrow {
  color: #f0c46e;
}
.newsletter-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 52px;
  padding: clamp(22px, 4vw, 38px);
  background: var(--blue);
  color: #fff;
}
.newsletter-band h2 {
  margin: 8px 0;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.04;
}
.newsletter-band p:not(.eyebrow) {
  max-width: 660px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .78);
}
.newsletter-band a {
  padding: 13px 18px;
  background: #fff;
  color: var(--blue);
  border-radius: var(--radius);
  font-weight: 900;
  white-space: nowrap;
}

.archive-header {
  max-width: 760px;
  margin-bottom: 28px;
}
.country-header,
.author-header {
  padding: 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.archive-header h1 {
  margin: 8px 0 10px;
  font-size: clamp(38px, 6vw, 70px);
  line-height: 1;
}
.archive-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.navigation.pagination {
  margin-top: 34px;
}
.nav-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.page-numbers {
  padding: 8px 12px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.page-numbers.current {
  background: var(--ink);
  color: #fff;
}

.article-layout,
.page-layout {
  max-width: 820px;
  margin: 0 auto;
}
.related-section {
  max-width: var(--max);
  margin: 54px auto 0;
}
.article-header {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.share-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.share-row a {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}
.share-row a:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.article-header h1 {
  margin: 12px 0 16px;
  font-family: var(--font-display);
  font-size: clamp(38px, 5.6vw, 72px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}
.article-hero {
  margin: 28px 0;
}
.article-hero img {
  width: 100%;
  border-radius: var(--radius);
}
.article-content {
  font-size: 19px;
}
.article-content > * {
  margin-bottom: 1.1em;
}
.article-content h2,
.article-content h3 {
  margin-top: 1.6em;
  font-family: var(--font-display);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}
.article-content img {
  border-radius: var(--radius);
}
.article-content a {
  color: var(--accent-dark);
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.article-content blockquote {
  margin: 30px 0;
  padding: 8px 0 8px 24px;
  border-left: 4px solid var(--accent);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 850;
  line-height: 1.18;
  letter-spacing: 0;
}

.search-form {
  display: flex;
  gap: 8px;
  max-width: 560px;
}
.search-field {
  min-width: 0;
  flex: 1;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.search-submit {
  padding: 12px 16px;
  border: 0;
  border-radius: var(--radius);
  background: var(--accent);
  color: #fff;
  font-weight: 800;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  padding-top: 34px;
  padding-bottom: 34px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.site-footer strong {
  display: block;
  color: var(--ink);
  font-size: 24px;
}
.site-footer ul {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.copyright { grid-column: 1 / -1; margin: 0; font-size: 13px; }

@media (max-width: 980px) {
  .front-layout,
  .lead-story {
    grid-template-columns: 1fr;
  }
  .latest-panel {
    position: static;
  }
  .lead-story__image { min-height: 320px; }
  .section-combo,
  .formats-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .section-combo .feature-card {
    grid-column: 1 / -1;
  }
  .card-grid,
  .archive-grid,
  .briefing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1220px) {
  .section-combo {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-combo .feature-card {
    grid-column: 1 / -1;
  }

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

@media (min-width: 1024px) {
  body .site-main,
  body .site-footer {
    max-width: min(1180px, calc(100vw - clamp(240px, 22vw, 340px) - 48px));
    padding-left: 24px;
    padding-right: 24px;
  }

  .front-layout {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  }

  .lead-story {
    grid-template-columns: minmax(0, 1fr);
  }

  .lead-story__image {
    min-height: 360px;
  }

  .lead-story__content {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .topline { display: none; }
  .masthead { min-height: 70px; }
  .header-search {
    justify-content: stretch;
  }
  .header-search input {
    width: 100%;
  }
  .menu-toggle { display: block; }
  .primary-nav {
    display: none;
    padding-bottom: 16px;
  }
  .primary-nav.is-open { display: block; }
  .primary-nav ul {
    display: grid;
    gap: 4px;
    overflow: visible;
  }
  .primary-nav a {
    padding: 11px 0;
    border-top: 1px solid var(--line);
  }
  .site-main { padding-top: 20px; }
  .breaking-strip {
    grid-template-columns: 1fr;
  }
  .front-kicker {
    display: grid;
  }
  .secondary-grid,
  .feature-card,
  .section-combo,
  .formats-band,
  .newsletter-band {
    grid-template-columns: 1fr;
  }
  .lead-story__image { min-height: 250px; }
  .lead-story__content { padding: 22px; }
  .lead-story h1 {
    font-size: 29px;
    line-height: 1.04;
  }
  .card-grid,
  .archive-grid,
  .briefing-grid {
    grid-template-columns: 1fr;
  }
  .feature-card__media,
  .section-combo .feature-card__media {
    min-height: 220px;
  }
  .section-heading {
    align-items: center;
  }
  .mini-card {
    grid-template-columns: 82px minmax(0, 1fr);
  }
  .article-content { font-size: 17px; }
  .search-form {
    display: grid;
  }
  .site-footer { grid-template-columns: 1fr; }
}

/* Homepage lead package: dense American newspaper front page. */
body.home .site-main {
  padding-top: 18px;
  padding-bottom: 54px;
}

body.home h1,
body.home h2,
body.home h3 {
  text-wrap: balance;
}

body.home .post-meta {
  color: rgba(11, 11, 11, .52);
  font-size: 11px;
  letter-spacing: .02em;
}

body.home .breaking-strip {
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0;
  margin-bottom: 10px;
  padding: 0;
  overflow: hidden;
  background: var(--surface);
  color: var(--ink);
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid rgba(11, 11, 11, .22);
  border-radius: 0;
  box-shadow: none;
}

body.home .breaking-strip strong {
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  background: var(--ink);
  color: #fff;
  border-radius: 0;
  letter-spacing: .03em;
}

body.home .breaking-strip div {
  gap: 0;
  mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 42px), transparent);
  scrollbar-width: thin;
}

body.home .breaking-strip a {
  max-width: 330px;
  padding: 8px 14px;
  color: var(--ink);
  font-size: 13px;
  border-right: 1px solid rgba(11, 11, 11, .14);
}

body.home .breaking-strip a:hover {
  color: var(--accent-dark);
  background: rgba(11, 11, 11, .025);
}

body.home .breaking-strip a:focus-visible,
body.home .home-frontpage a:focus-visible,
body.home .section-heading a:focus-visible,
body.home .newsletter-band > a:focus-visible {
  outline: 2px solid rgba(255, 30, 30, .45);
  outline-offset: 3px;
}

body.home .front-kicker {
  margin-bottom: 10px;
  padding: 6px 0;
  border-color: rgba(11, 11, 11, .18);
}

body.home .front-kicker p {
  color: rgba(11, 11, 11, .62);
  font-size: 12px;
}

body.home .front-kicker a {
  position: relative;
  padding-left: 11px;
  color: var(--ink);
  font-size: 12px;
  text-transform: uppercase;
}

body.home .front-kicker a::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 4px;
  height: 4px;
  background: var(--accent);
  border-radius: 50%;
}

.home-frontpage {
  margin-bottom: 25px;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid rgba(11, 11, 11, .22);
  background:
    linear-gradient(90deg, rgba(11, 11, 11, .035) 1px, transparent 1px) 0 0 / 25% 100%,
    var(--surface);
}

.home-frontpage__masthead {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 0 10px;
  border-bottom: 1px solid rgba(11, 11, 11, .18);
  background: linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, 0));
}

.home-frontpage__edition,
.home-frontpage__timestamp {
  margin: 0;
  color: rgba(11, 11, 11, .58);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-frontpage__timestamp {
  padding: 4px 0 4px 12px;
  border-left: 2px solid var(--accent);
}

.home-frontpage__edition:empty {
  display: none;
}

.home-frontpage__masthead h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 950;
  line-height: 1.39;
}

.home-frontpage__masthead h1::after {
  content: "";
  display: inline-block;
  width: .42em;
  height: .42em;
  margin-left: 9px;
  background: var(--accent);
  vertical-align: .05em;
}

.home-frontpage__grid {
  display: grid;
  grid-template-columns: minmax(176px, .7fr) minmax(0, 2fr) minmax(230px, .74fr);
  align-items: start;
  border-bottom: 1px solid rgba(11, 11, 11, .18);
}

.home-frontpage__left-stack,
.home-frontpage__lead-column,
.home-frontpage__right-rail {
  min-width: 0;
}

.home-frontpage__left-stack {
  display: grid;
  background: rgba(255, 255, 255, .42);
  padding: 14px 14px 14px 0;
}

.home-frontpage__lead-column {
  padding: 14px 17px;
  background: #fff;
  border-left: 1px solid rgba(11, 11, 11, .18);
  border-right: 1px solid rgba(11, 11, 11, .18);
  box-shadow: inset 0 -1px 0 rgba(11, 11, 11, .06);
}

.home-frontpage__right-rail {
  position: sticky;
  top: 12px;
  max-height: 590px;
  padding: 14px 0 14px 14px;
  overflow: hidden;
}

.home-frontpage__side-story,
.home-frontpage__below-story {
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(11, 11, 11, .16);
}

.home-frontpage__side-story + .home-frontpage__side-story {
  padding-top: 14px;
}

.home-frontpage__side-story:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.home-frontpage__side-media,
.home-frontpage__lead-media {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(11, 11, 11, .08);
  background: var(--blue);
}

.home-frontpage__lead-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .2));
  pointer-events: none;
}

.home-frontpage__side-media img,
.home-frontpage__lead-media img,
.mini-card__media img,
.post-card__media img,
.feature-card__media img,
.front-video-strip .ivh-card-media img {
  transition: transform .28s ease, filter .28s ease;
}

.home-frontpage__side-story:hover .home-frontpage__side-media img,
.home-frontpage__lead:hover .home-frontpage__lead-media img,
body.home .mini-card:hover .mini-card__media img,
body.home .post-card:hover .post-card__media img,
body.home .feature-card:hover .feature-card__media img,
body.home .front-video-strip .ivh-card:hover .ivh-card-media img {
  transform: scale(1.035);
}

.home-frontpage__side-media {
  aspect-ratio: 4 / 3;
  margin-bottom: 10px;
}

.home-frontpage__lead-media {
  aspect-ratio: 16 / 9;
  margin-bottom: 11px;
}

.home-frontpage__side-media img,
.home-frontpage__lead-media img,
.home-frontpage__side-media .image-placeholder,
.home-frontpage__lead-media .image-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-frontpage .eyebrow {
  margin-bottom: 6px;
  color: var(--accent);
  font-size: 11px;
  letter-spacing: .02em;
}

.home-frontpage__side-title,
.home-frontpage__lead-title,
.home-frontpage__below-story h3 {
  margin: 0;
  font-family: var(--font-display);
  letter-spacing: 0;
}

.home-frontpage__side-title {
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.2;
}

.home-frontpage__side-title a,
.home-frontpage__below-story h3 a,
body.home .mini-card h3 a,
body.home .feature-card h2 a,
body.home .post-card h2 a {
  background-image: linear-gradient(var(--accent), var(--accent));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size .2s ease, color .2s ease;
}

.home-frontpage__side-title a:hover,
.home-frontpage__below-story h3 a:hover,
body.home .mini-card h3 a:hover,
body.home .feature-card h2 a:hover,
body.home .post-card h2 a:hover {
  background-size: 100% 2px;
}

.home-frontpage__summary {
  margin: 7px 0 0;
  color: rgba(11, 11, 11, .68);
  font-size: .86rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.home-frontpage__lead-title {
  max-width: 780px;
  font-size: 2rem;
  font-weight: 950;
  line-height: 1.39;
}

.home-frontpage__lead-title a {
  text-decoration-color: transparent;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.home-frontpage__lead-title a:hover {
  text-decoration-color: rgba(201, 24, 43, .38);
}

.home-frontpage__lead-standfirst {
  max-width: 700px;
  margin: 7px 0 0;
  color: rgba(11, 11, 11, .72);
  font-size: 1rem;
  line-height: 1.52;
}

.home-frontpage__lead-meta {
  margin-top: 9px;
}

.home-frontpage__lead-related {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 12px;
  padding-top: 11px;
  border-top: 1px solid rgba(11, 11, 11, .16);
}

.home-frontpage__lead-related a {
  position: relative;
  min-width: 0;
  padding: 0 14px 0 16px;
  color: var(--ink);
  font-size: .9rem;
  font-weight: 900;
  line-height: 1.26;
}

.home-frontpage__lead-related a:first-child {
  padding-left: 14px;
  border-right: 1px solid rgba(11, 11, 11, .14);
}

.home-frontpage__lead-related a::before {
  content: "";
  position: absolute;
  top: .48em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--accent);
  border-radius: 999px;
}

.home-frontpage__rail-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 10px;
  background: var(--ink);
  color: #fff;
  border-bottom: 0;
}

.home-frontpage__rail-head span {
  font-size: 1.08rem;
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
}

.home-frontpage__rail-head em {
  color: #ffb0b0;
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
}

.home-frontpage__rail-list {
  display: grid;
  counter-reset: live;
}

.home-frontpage__rail-link {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 4px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(11, 11, 11, .14);
  transition: background .18s ease, padding-left .18s ease;
}

.home-frontpage__rail-link::before {
  counter-increment: live;
  content: counter(live, decimal-leading-zero);
  grid-row: 1 / span 2;
  color: rgba(11, 11, 11, .4);
  font-size: 11px;
  font-weight: 950;
  line-height: 1.2;
}

.home-frontpage__rail-link span {
  grid-column: 2;
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
}

.home-frontpage__rail-link strong {
  grid-column: 2;
  font-size: .92rem;
  font-weight: 900;
  line-height: 1.23;
}

.home-frontpage__rail-link:hover {
  padding-left: 6px;
  background: rgba(11, 11, 11, .025);
}

.home-frontpage__rail-link:nth-child(n+6) {
  display: none;
}

.home-frontpage__below-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: rgba(255, 255, 255, .6);
}

.home-frontpage__below-story {
  min-width: 0;
  padding: 11px 12px 12px;
  border-right: 1px solid rgba(11, 11, 11, .16);
  border-bottom: 0;
}

.home-frontpage__below-story:first-child {
  padding-left: 0;
}

.home-frontpage__below-story:last-child {
  padding-right: 0;
  border-right: 0;
}

.home-frontpage__below-story h3 {
  font-size: .96rem;
  font-weight: 900;
  line-height: 1.24;
}

.home-frontpage__below-story:hover {
  background: rgba(11, 11, 11, .022);
}

.home-frontpage a:hover {
  color: var(--accent-dark);
}

@media (max-width: 1180px) {
  .home-frontpage__grid {
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, .9fr);
  }

  .home-frontpage__right-rail {
    position: static;
    max-height: none;
  }

  .home-frontpage__left-stack {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 16px 0;
    border-bottom: 1px solid rgba(11, 11, 11, .18);
  }

  .home-frontpage__side-story {
    padding: 0 18px 0 0;
    border-right: 1px solid rgba(11, 11, 11, .16);
    border-bottom: 0;
  }

  .home-frontpage__side-story + .home-frontpage__side-story {
    padding: 0 0 0 18px;
    border-right: 0;
  }

  .home-frontpage__lead-column {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 860px) {
  body.home .breaking-strip {
    grid-template-columns: 1fr;
  }

  body.home .breaking-strip strong {
    width: 100%;
    justify-content: center;
  }

  body.home .section-heading h2,
  body.home .front-video-strip .ivh-section-heading h2,
  body.home .newsletter-band h2 {
    font-size: 1.62rem;
  }

  .home-frontpage__masthead {
    align-items: start;
    flex-direction: column;
    gap: 7px;
  }

  .home-frontpage__timestamp {
    padding-left: 0;
    border-left: 0;
  }

  .home-frontpage__grid,
  .home-frontpage__left-stack,
  .home-frontpage__below-grid {
    grid-template-columns: 1fr;
  }

  .home-frontpage__lead-column,
  .home-frontpage__right-rail,
  .home-frontpage__side-story,
  .home-frontpage__side-story + .home-frontpage__side-story,
  .home-frontpage__below-story,
  .home-frontpage__below-story:first-child,
  .home-frontpage__below-story:last-child {
    padding: 16px 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid rgba(11, 11, 11, .16);
  }

  .home-frontpage__lead-related {
    grid-template-columns: 1fr;
  }

  .home-frontpage__lead-related a,
  .home-frontpage__lead-related a:first-child {
    padding: 10px 0 10px 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(11, 11, 11, .12);
  }

  body.home .front-video-strip .ivh-card--portrait {
    flex-basis: 154px;
  }
}

/* Home Studio controls: final overrides loaded after the full theme cascade. */
body.home .site-main {
  max-width: var(--home-max-width, 1320px);
}

body.home .home-frontpage__grid {
  grid-template-columns: minmax(0, var(--home-left-col, .72fr)) minmax(0, var(--home-lead-col, 2fr)) minmax(0, var(--home-rail-col, .78fr));
  gap: var(--home-grid-gap, 18px);
}

body.home .home-frontpage--no-left .home-frontpage__grid {
  grid-template-columns: minmax(0, var(--home-lead-col, 2fr)) minmax(230px, var(--home-rail-col, .78fr));
}

body.home .home-frontpage--no-rail .home-frontpage__grid {
  grid-template-columns: minmax(190px, var(--home-left-col, .72fr)) minmax(0, var(--home-lead-col, 2fr));
}

body.home .home-frontpage--no-left.home-frontpage--no-rail .home-frontpage__grid {
  grid-template-columns: minmax(0, 1fr);
}

body.home .home-frontpage__masthead h1,
.home-frontpage h1 {
  font-size: clamp(34px, 6vw, var(--home-front-title-size, 66px));
  line-height: var(--home-front-title-line, .98);
}

body.home .home-frontpage__lead-title,
.home-frontpage__lead-title,
.lead-story h1 {
  font-size: clamp(28px, 4.2vw, var(--home-lead-title-size, 50px));
}

body.home .home-frontpage__side-title,
.home-frontpage__side-title,
body.home .home-frontpage__below-story h3 {
  font-size: var(--home-side-title-size, 20px);
}

.section-heading h2,
body.home .section-heading h2,
.ivh-section-heading h2,
.newsletter-band h2,
body.home .newsletter-band h2 {
  font-size: clamp(22px, 3vw, var(--home-section-title-size, 38px));
}

.post-card h3,
.feature-card h3,
.mini-card h3,
body.home .briefing-grid .mini-card h3,
body.home .formats-band .mini-card h3,
.ivh-card h3,
.ivh-card--portrait h3,
.front-video-strip .ivh-card h3,
body.home .front-video-strip .ivh-card h3 {
  font-size: var(--home-card-title-size, 19px);
}

body.home .home-frontpage__lead-standfirst,
body.home .home-frontpage__summary,
body.home .newsletter-band p:not(.eyebrow),
body.home .mini-card p,
body.home .post-card p {
  font-size: var(--home-body-size, 17px);
}

.eyebrow,
.ivh-eyebrow,
.ivh-section-heading p,
body.home .home-frontpage__edition,
body.home .home-frontpage__timestamp {
  font-size: var(--home-eyebrow-size, 11px);
}

body.home .home-frontpage__lead-media,
body.home .home-frontpage__side-media {
  aspect-ratio: var(--home-image-ratio, 16 / 10);
}

body.home .home-frontpage--text-lead .home-frontpage__lead {
  align-content: center;
  min-height: 360px;
}

body.home .briefing-grid,
body.home .formats-band,
body.home .section-combo,
body.home .home-frontpage__below-grid,
body.home .home-frontpage__left-stack {
  gap: var(--home-grid-gap, 18px);
}

@media (max-width: 860px) {
  body.home .home-frontpage__grid,
  body.home .home-frontpage--no-left .home-frontpage__grid,
  body.home .home-frontpage--no-rail .home-frontpage__grid {
    grid-template-columns: 1fr;
  }
}

/* Product surfaces: Atlas, Video Hub, Tour du Monde. */
.ia-article-list__media img,
.itdm-card-media img,
.ivh-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ia-article-list article {
  align-items: stretch;
}

.ia-article-list__media {
  min-height: 118px;
}

.ivh-card-media {
  aspect-ratio: var(--ivh-card-ratio, 16 / 9);
}

.ivh-card--portrait .ivh-card-media {
  aspect-ratio: 9 / 16;
}

.ivh-series-strip .ivh-vertical-slider {
  grid-auto-columns: clamp(220px, 24vw, 320px);
}

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

@media (max-width: 980px) {
  .itdm-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .itdm-grid {
    grid-template-columns: 1fr;
  }
}

/* Video single: keep the player watchable in-page and the headline readable. */
body.single-interslide_video .iea-video-single__layout {
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  gap: clamp(20px, 3vw, 36px);
}

body.single-interslide_video .iea-video-single__player iframe,
body.single-interslide_video .iea-video-single__player video,
body.single-interslide_video .ivh-player iframe,
body.single-interslide_video .ivh-player video {
  display: block;
  width: 100%;
  min-height: clamp(360px, 42vw, 580px);
  aspect-ratio: 16 / 9;
  border: 0;
}

body.single-interslide_video .iea-video-single__info h1,
body.single-interslide_video .ivh-single-head h1 {
  max-width: 100%;
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1.18;
  font-weight: 900;
  overflow-wrap: anywhere;
}

@media (max-width: 900px) {
  body.single-interslide_video .iea-video-single__layout {
    grid-template-columns: 1fr;
  }

  body.single-interslide_video .iea-video-single__player iframe,
  body.single-interslide_video .iea-video-single__player video,
  body.single-interslide_video .ivh-player iframe,
  body.single-interslide_video .ivh-player video {
    min-height: 0;
  }
}

body.single-post .iea-article__header h1,
body.single-post .article-header h1 {
  font-size: 2rem;
  line-height: 1.39;
  font-weight: 850;
}

body.single-post .iea-article__kicker a {
  color: inherit;
  text-decoration: none;
}

body.single-post .iea-article__kicker a:hover {
  text-decoration: underline;
}


/* Home Studio controls: public variables driven from À la Une dashboard. */
body.home .site-main {
  max-width: var(--home-max-width, 1320px);
}

body.home .home-frontpage__grid {
  grid-template-columns: minmax(0, var(--home-left-col, .72fr)) minmax(0, var(--home-lead-col, 2fr)) minmax(0, var(--home-rail-col, .78fr));
  gap: var(--home-grid-gap, 18px);
}

body.home .home-frontpage--no-left .home-frontpage__grid {
  grid-template-columns: minmax(0, var(--home-lead-col, 2fr)) minmax(230px, var(--home-rail-col, .78fr));
}

body.home .home-frontpage--no-rail .home-frontpage__grid {
  grid-template-columns: minmax(190px, var(--home-left-col, .72fr)) minmax(0, var(--home-lead-col, 2fr));
}

body.home .home-frontpage--no-left.home-frontpage--no-rail .home-frontpage__grid {
  grid-template-columns: minmax(0, 1fr);
}

body.home .home-frontpage__masthead h1,
.home-frontpage h1 {
  font-size: clamp(34px, 6vw, var(--home-front-title-size, 66px));
  line-height: var(--home-front-title-line, .98);
}

body.home .home-frontpage__lead-title,
.home-frontpage__lead-title,
.lead-story h1 {
  font-size: clamp(28px, 4.2vw, var(--home-lead-title-size, 50px));
}

body.home .home-frontpage__side-title,
.home-frontpage__side-title,
body.home .home-frontpage__below-story h3 {
  font-size: var(--home-side-title-size, 20px);
}

.section-heading h2,
body.home .section-heading h2,
.ivh-section-heading h2,
.newsletter-band h2,
body.home .newsletter-band h2 {
  font-size: clamp(22px, 3vw, var(--home-section-title-size, 38px));
}

.post-card h3,
.feature-card h3,
.mini-card h3,
body.home .briefing-grid .mini-card h3,
body.home .formats-band .mini-card h3,
.ivh-card h3,
.ivh-card--portrait h3,
.front-video-strip .ivh-card h3,
body.home .front-video-strip .ivh-card h3 {
  font-size: var(--home-card-title-size, 19px);
}

body.home .home-frontpage__lead-standfirst,
body.home .home-frontpage__summary,
body.home .newsletter-band p:not(.eyebrow),
body.home .mini-card p,
body.home .post-card p {
  font-size: var(--home-body-size, 17px);
}

.eyebrow,
.ivh-eyebrow,
.ivh-section-heading p,
body.home .home-frontpage__edition,
body.home .home-frontpage__timestamp {
  font-size: var(--home-eyebrow-size, 11px);
}

body.home .home-frontpage__lead-media,
body.home .home-frontpage__side-media {
  aspect-ratio: var(--home-image-ratio, 16 / 10);
}

body.home .home-frontpage--text-lead .home-frontpage__lead {
  align-content: center;
  min-height: 360px;
}

body.home .briefing-grid,
body.home .formats-band,
body.home .section-combo,
body.home .home-frontpage__below-grid,
body.home .home-frontpage__left-stack {
  gap: var(--home-grid-gap, 18px);
}

@media (max-width: 860px) {
  body.home .home-frontpage__grid,
  body.home .home-frontpage--no-left .home-frontpage__grid,
  body.home .home-frontpage--no-rail .home-frontpage__grid {
    grid-template-columns: 1fr;
  }
}

/* Full À la Une page polish: coherent newspaper flow beyond the lead widget. */
body.home .briefing-wall,
body.home .front-video-strip,
body.home .formats-band,
body.home .news-section,
body.home .newsletter-band {
  border-radius: 0;
  box-shadow: none;
}

body.home .home-section {
  --topic-accent: var(--accent);
  position: relative;
  overflow: hidden;
  margin-top: var(--home-section-space, 25px);
  border-top: 2px solid var(--ink);
  background: var(--surface);
}

body.home .home-topic--maroc { --topic-accent: #c9182b; }
body.home .home-topic--international { --topic-accent: #163b57; }
body.home .home-topic--economie { --topic-accent: #245f4f; }
body.home .home-topic--societe { --topic-accent: #6d4a8b; }
body.home .home-topic--politique { --topic-accent: #111111; }
body.home .home-topic--sport { --topic-accent: #b68939; }
body.home .home-topic--planete { --topic-accent: #2f7d4f; }
body.home .home-topic--culture-medias { --topic-accent: #b33b72; }
body.home .home-topic--science-tech { --topic-accent: #006d77; }

body.home .home-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 2px;
  background: var(--topic-accent);
}

body.home .section-heading,
body.home .front-video-strip .ivh-section-heading {
  margin: 0;
  padding: 8px 0 9px;
  border-bottom: 1px solid var(--home-rule-color, rgba(11, 11, 11, .16));
}

body.home .news-section .section-heading,
body.home .briefing-wall .section-heading {
  background: linear-gradient(90deg, rgba(11, 11, 11, .035), transparent 58%);
}

body.home .section-heading h2,
body.home .front-video-strip .ivh-section-heading h2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  font-size: 2rem;
  line-height: 1.39;
  letter-spacing: 0;
  text-transform: none;
}

body.home .section-heading h2::before,
body.home .front-video-strip .ivh-section-heading h2::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: .9em;
  background: var(--topic-accent);
}

body.home .section-heading a,
body.home .front-video-strip__link {
  padding: 0;
  color: var(--topic-accent);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

body.home .section-heading a::after,
body.home .front-video-strip__link::after {
  content: " ->";
}

body.home .section-heading a:hover,
body.home .front-video-strip__link:hover {
  color: var(--accent-dark);
}

body.home .briefing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-bottom: 1px solid var(--home-rule-color, rgba(11, 11, 11, .16));
}

body.home .briefing-grid .mini-card,
body.home .formats-band .mini-card {
  border: 0;
  border-right: 1px solid var(--home-rule-color, rgba(11, 11, 11, .16));
  border-bottom: 1px solid var(--home-rule-color, rgba(11, 11, 11, .16));
  border-radius: 0;
  background: transparent;
  padding: var(--home-cell-padding, 12px);
}

body.home .briefing-grid .mini-card:hover,
body.home .formats-band .mini-card:hover,
body.home .section-combo > *:hover {
  background: rgba(11, 11, 11, .025);
}

body.home .briefing-grid .mini-card,
body.home .formats-band .mini-card,
body.home .section-combo > * {
  transition: background .18s ease;
}

body.home .briefing-grid .mini-card .post-meta,
body.home .formats-band .mini-card .post-meta,
body.home .post-card .post-meta {
  margin-top: 8px;
  padding-top: 7px;
  border-top: 1px solid rgba(11, 11, 11, .08);
}

body.home .briefing-grid .mini-card:nth-child(3n),
body.home .formats-band .mini-card:nth-child(3n) {
  border-right: 0;
}

body.home .briefing-grid .mini-card:first-child {
  grid-column: span 2;
  grid-template-columns: minmax(124px, 168px) minmax(0, 1fr);
}

body.home .briefing-grid .mini-card:first-child h3 {
  font-size: 1.08rem;
  line-height: 1.24;
}

body.home .briefing-grid .mini-card:first-child .mini-card__media {
  aspect-ratio: 4 / 3;
}

body.home .mini-card h3 {
  font-size: .92rem;
  font-weight: 900;
  line-height: 1.22;
}

body.home .mini-card__media {
  border-radius: 0;
}

body.home .front-video-strip {
  padding: 14px 0 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08), transparent 28%),
    #101010;
  color: #fff;
}

body.home .front-video-strip::after {
  background: #fff;
}

body.home .front-video-strip .ivh-section-heading {
  margin: 0 15px 14px;
  border-bottom-color: rgba(255, 255, 255, .24);
}

body.home .front-video-strip .ivh-section-heading h2 {
  color: #fff;
}

body.home .front-video-strip .ivh-vertical-slider {
  padding-inline: 15px;
  scroll-snap-type: x mandatory;
}

body.home .front-video-strip .ivh-card {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .055);
  scroll-snap-align: start;
  transition: border-color .2s ease, background .2s ease;
}

body.home .front-video-strip .ivh-card:hover {
  border-color: rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .09);
}

body.home .front-video-strip .ivh-card--portrait {
  flex-basis: 184px;
}

body.home .front-video-strip .ivh-card-media {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .12);
}

body.home .front-video-strip .ivh-card-body {
  padding: 10px 0 0;
}

body.home .formats-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  background: var(--surface);
  color: var(--ink);
}

body.home .formats-band .format-column {
  padding: 0;
  border-right: 1px solid var(--home-rule-color, rgba(11, 11, 11, .16));
}

body.home .formats-band .format-column:hover {
  background: rgba(11, 11, 11, .018);
}

body.home .formats-band .format-column:last-child {
  border-right: 0;
}

body.home .formats-band .section-heading {
  padding: 8px var(--home-cell-padding, 12px) 9px;
  border-bottom-color: var(--home-rule-color, rgba(11, 11, 11, .16));
}

body.home .formats-band .section-heading h2 {
  color: var(--ink);
}

body.home .formats-band .post-meta,
body.home .formats-band .eyebrow {
  color: var(--topic-accent);
}

body.home .news-section {
  margin-top: var(--home-section-space, 25px);
}

body.home .section-combo {
  grid-template-columns: minmax(300px, 1.32fr) repeat(2, minmax(188px, .84fr));
  gap: 0;
  border-bottom: 1px solid var(--home-rule-color, rgba(11, 11, 11, .16));
}

body.home .section-combo > * {
  border: 0;
  border-right: 1px solid var(--home-rule-color, rgba(11, 11, 11, .16));
  border-bottom: 1px solid var(--home-rule-color, rgba(11, 11, 11, .16));
  border-radius: 0;
  background: transparent;
}

body.home .section-combo > :first-child {
  background: rgba(255, 255, 255, .5);
}

body.home .section-combo .feature-card__media {
  min-height: 250px;
}

body.home .section-combo .post-card__media {
  aspect-ratio: 16 / 10;
}

body.home .section-combo > :nth-child(3n) {
  border-right: 0;
}

body.home .feature-card,
body.home .post-card {
  box-shadow: none;
}

body.home .feature-card:hover,
body.home .post-card:hover {
  transform: none;
  box-shadow: none;
}

body.home .feature-card__body,
body.home .post-card__body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: var(--home-cell-padding, 12px);
}

body.home .feature-card .eyebrow,
body.home .post-card .eyebrow,
body.home .mini-card .eyebrow {
  color: var(--topic-accent);
}

body.home .feature-card h2 {
  font-size: 1.32rem;
  line-height: 1.26;
}

body.home .post-card h2 {
  font-size: .94rem;
  line-height: 1.25;
}

body.home .feature-card p,
body.home .post-card p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

body.home .post-card .post-meta {
  margin-top: auto;
}

body.home .newsletter-band {
  position: relative;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 15px;
  padding: 22px;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  background: #fff;
  color: var(--ink);
}

body.home .newsletter-band::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: var(--accent);
}

body.home .newsletter-band h2 {
  font-size: 2rem;
  line-height: 1.39;
}

body.home .newsletter-band p:not(.eyebrow) {
  color: rgba(11, 11, 11, .68);
}

body.home .newsletter-band > a {
  background: var(--ink);
  color: #fff;
  transition: background .18s ease, transform .18s ease;
}

body.home .newsletter-band > a:hover {
  background: var(--accent-dark);
  transform: translateY(-1px);
}

@media (max-width: 1180px) {
  body.home .section-combo {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home .section-combo .feature-card {
    grid-column: span 1;
  }
}

@media (max-width: 860px) {
  body.home .briefing-grid,
  body.home .formats-band,
  body.home .section-combo,
  body.home .newsletter-band {
    grid-template-columns: 1fr;
  }

  body.home .briefing-grid .mini-card:first-child {
    grid-column: auto;
    grid-template-columns: 82px minmax(0, 1fr);
  }

  body.home .briefing-grid .mini-card,
  body.home .formats-band .mini-card,
  body.home .section-combo > *,
  body.home .formats-band .format-column {
    border-right: 0;
  }
}

/* Apple-inspired UX pass: calm surfaces, precise rhythm, soft depth. */
:root {
  --bg: #f5f5f7;
  --surface: rgba(255, 255, 255, .86);
  --surface-soft: #ffffff;
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --line: rgba(29, 29, 31, .12);
  --accent: #0071e3;
  --accent-dark: #005bb5;
  --blue: #0071e3;
  --green: #34c759;
  --gold: #ff9f0a;
  --radius: 22px;
  --shadow: 0 18px 50px rgba(0, 0, 0, .08);
  --shadow-hover: 0 24px 70px rgba(0, 0, 0, .12);
  --font-sans: Futura, "Futura PT", "Avenir Next", Avenir, "Century Gothic", -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", sans-serif;
  --font-display: var(--font-sans);
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    linear-gradient(180deg, #fbfbfd 0%, #f5f5f7 34%, #f2f2f4 100%);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.47059;
  text-rendering: optimizeLegibility;
}

a,
button,
input {
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease, opacity .18s ease;
}

a:hover {
  color: var(--accent);
}

.site-main {
  padding-top: clamp(24px, 3vw, 44px);
  padding-bottom: clamp(70px, 8vw, 112px);
}

.site-header {
  background: rgba(251, 251, 253, .78);
  border-bottom: 1px solid rgba(29, 29, 31, .08);
  backdrop-filter: saturate(180%) blur(22px);
}

.topline,
.front-kicker,
body.home .front-kicker {
  border-color: rgba(29, 29, 31, .08);
  color: var(--muted);
}

.brand,
.brand-name,
.navigation-wrapper.ivm-brut-menu .ivm-brut-logo {
  letter-spacing: 0;
}

.header-search input,
.search-field,
.ivh-tax-nav a,
.page-numbers,
.share-row a,
.newsletter-band a,
body.home .newsletter-band > a,
.search-submit,
.header-search button {
  border-radius: 999px;
}

.header-search input,
.search-field,
.ia-country-search,
.ivm-brut-search input {
  background: rgba(255, 255, 255, .82);
  border-color: rgba(29, 29, 31, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .6);
}

.header-search input:focus,
.search-field:focus,
.ia-country-search:focus,
.ivm-brut-search input:focus {
  border-color: rgba(0, 113, 227, .72);
  box-shadow: 0 0 0 4px rgba(0, 113, 227, .14);
  outline: none;
}

.eyebrow,
.ivh-eyebrow,
.ivh-section-heading p,
.ivh-kicker,
.ia-hero p,
.ia-country-hero p,
.ia-section-head p,
.ia-map-head p,
.ia-panel > p {
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.breaking-strip,
body.home .breaking-strip {
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: var(--ink);
  box-shadow: 0 1px 0 rgba(29, 29, 31, .06), 0 14px 44px rgba(0, 0, 0, .05);
  overflow: hidden;
}

.breaking-strip strong,
body.home .breaking-strip strong {
  background: var(--accent);
  color: #fff;
  border-radius: 999px;
  margin: 6px;
  padding: 7px 12px;
}

.breaking-strip a,
body.home .breaking-strip a {
  color: var(--ink);
  border-right-color: rgba(29, 29, 31, .08);
}

.home-frontpage,
.lead-story,
.latest-panel,
.post-card,
.feature-card,
.mini-card,
.newsletter-band,
.formats-band,
.country-header,
.author-header,
.article-layout,
.page-layout,
.ia-map-panel,
.ia-panel,
.ivh-card,
.ivh-card--hero {
  background: var(--surface);
  border: 1px solid rgba(29, 29, 31, .08);
  border-radius: var(--radius);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .75) inset, var(--shadow);
  overflow: hidden;
}

.article-layout,
.page-layout {
  max-width: 880px;
  padding: clamp(22px, 4vw, 54px);
}

.home-frontpage {
  padding: clamp(18px, 3vw, 36px);
}

.home-frontpage__masthead,
.section-heading,
.ivh-section-heading,
.archive-header,
.article-header,
.ia-hero,
.ia-country-hero {
  border-color: rgba(29, 29, 31, .1);
}

.home-frontpage__edition,
.home-frontpage__timestamp,
.post-meta {
  color: var(--muted);
}

.home-frontpage h1,
.archive-header h1,
.article-header h1,
.ivh-archive-head h1,
.ivh-single-head h1,
.ia-hero h1,
.ia-country-hero h1 {
  color: var(--ink);
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 800;
  line-height: 1.05;
}

.home-frontpage__lead-title,
.lead-story h1,
.section-heading h2,
.ivh-section-heading h2,
.newsletter-band h2,
body.home .newsletter-band h2 {
  font-size: clamp(30px, 4vw, 56px);
  font-weight: 800;
  line-height: 1.07;
}

.home-frontpage__lead,
.home-frontpage__side-story,
.home-frontpage__right-rail,
.home-frontpage__below-story,
body.home .section-combo > *,
body.home .briefing-grid .mini-card,
body.home .formats-band .mini-card,
body.home .formats-band .format-column {
  border-color: rgba(29, 29, 31, .08);
}

.home-frontpage__lead-media,
.home-frontpage__side-media,
.feature-card__media,
.post-card__media,
.mini-card__media,
.article-hero img,
.ivh-card-media {
  border-radius: 18px;
  overflow: hidden;
}

.home-frontpage__lead-media img,
.home-frontpage__side-media img,
.feature-card__media img,
.post-card__media img,
.mini-card__media img,
.ivh-card-media img {
  transform: scale(1.001);
  transition: transform .45s cubic-bezier(.2, .8, .2, 1), opacity .2s ease;
}

.post-card:hover,
.feature-card:hover,
.mini-card:hover,
.ivh-card:hover,
.home-frontpage__lead:hover,
.home-frontpage__side-story:hover,
.home-frontpage__below-story:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}

.post-card:hover img,
.feature-card:hover img,
.mini-card:hover img,
.ivh-card:hover img,
.home-frontpage__lead:hover img,
.home-frontpage__side-story:hover img {
  transform: scale(1.035);
}

body.home .feature-card:hover,
body.home .post-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}

body.home .section-combo {
  gap: 18px;
  border-bottom: 0;
}

body.home .section-combo > * {
  border: 1px solid rgba(29, 29, 31, .08);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .82);
}

body.home .briefing-grid,
body.home .formats-band,
.card-grid,
.archive-grid,
.briefing-grid,
.section-combo {
  gap: 18px;
}

body.home .briefing-grid .mini-card,
body.home .formats-band .mini-card {
  border: 1px solid rgba(29, 29, 31, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
}

.section-heading,
body.home .section-heading {
  border-bottom-width: 1px;
  padding-bottom: 14px;
}

.section-heading a,
.front-video-strip__link,
.newsletter-band a,
body.home .newsletter-band > a,
.search-submit,
.header-search button {
  background: var(--accent);
  color: #fff;
  border: 0;
  box-shadow: 0 10px 26px rgba(0, 113, 227, .2);
}

.section-heading a,
.front-video-strip__link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.section-heading a:hover,
.front-video-strip__link:hover,
.newsletter-band a:hover,
body.home .newsletter-band > a:hover,
.search-submit:hover,
.header-search button:hover {
  background: var(--accent-dark);
  color: #fff;
  transform: translateY(-1px);
}

.front-video-strip,
body.home .front-video-strip,
.formats-band,
body.home .formats-band,
.newsletter-band,
body.home .newsletter-band {
  border: 1px solid rgba(29, 29, 31, .08);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at top left, rgba(0, 113, 227, .12), transparent 32%),
    rgba(255, 255, 255, .88);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.front-video-strip .ivh-section-heading h2,
body.home .front-video-strip .ivh-section-heading h2,
.formats-band .section-heading h2,
body.home .formats-band .section-heading h2 {
  color: var(--ink);
}

.front-video-strip .ivh-section-heading,
body.home .front-video-strip .ivh-section-heading {
  border-bottom-color: rgba(29, 29, 31, .1);
}

.front-video-strip .ivh-card,
body.home .front-video-strip .ivh-card,
.ivh-card--portrait {
  background: #1d1d1f;
  color: #fff;
  border-color: rgba(255, 255, 255, .12);
}

.ivh-slider-button,
.front-video-strip .ivh-slider-button {
  background: rgba(255, 255, 255, .84);
  color: var(--ink);
  border-color: rgba(29, 29, 31, .12);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.archive-header h1,
.article-header h1 {
  letter-spacing: 0;
}

.article-content {
  color: #1d1d1f;
  font-size: clamp(18px, 1.25vw, 20px);
  line-height: 1.72;
}

.article-content p {
  color: #2b2b2f;
}

.article-content blockquote {
  border-left-color: var(--accent);
  background: rgba(0, 113, 227, .06);
  border-radius: 0 18px 18px 0;
  padding: 18px 22px;
}

.site-footer {
  border-top: 1px solid rgba(29, 29, 31, .08);
  color: var(--muted);
}

.site-footer strong {
  color: var(--ink);
}

.navigation-wrapper.ivm-brut-menu {
  background: rgba(251, 251, 253, .86) !important;
  border-right-color: rgba(29, 29, 31, .08) !important;
  backdrop-filter: saturate(180%) blur(22px);
}

.navigation-wrapper.ivm-brut-menu .navigation-body {
  background: transparent !important;
}

.navigation-wrapper.ivm-brut-menu .navigation-button-link,
.navigation-wrapper.ivm-brut-menu .navigation-button-link-text {
  border-radius: 10px;
  color: #1d1d1f;
}

.navigation-wrapper.ivm-brut-menu .navigation-button-link:hover,
.navigation-wrapper.ivm-brut-menu .navigation-button-link-text:hover {
  background: rgba(0, 113, 227, .08);
}

.navigation-wrapper.ivm-brut-menu .navigation-button-link.is-active::before,
.navigation-wrapper.ivm-brut-menu .navigation-button-link.w--current::before,
.navigation-wrapper.ivm-brut-menu .navigation-button-link-text.is-active::before,
.navigation-wrapper.ivm-brut-menu .navigation-button-link-text.w--current::before {
  background: var(--accent);
}

.ia-shell {
  --ia-ink: #1d1d1f;
  --ia-muted: #6e6e73;
  --ia-line: rgba(29, 29, 31, .1);
  --ia-red: #0071e3;
  --ia-soft: #f5f5f7;
  --ia-land-active: #0071e3;
}

.ia-map-stage {
  border-radius: 0 0 var(--radius) var(--radius);
  background:
    radial-gradient(circle at 18% 16%, rgba(0, 113, 227, .12), transparent 26%),
    linear-gradient(180deg, #fafdff 0%, #edf5fb 100%);
}

.ia-leaflet-popup .leaflet-popup-content-wrapper {
  border-radius: 18px;
}

@media (min-width: 1024px) {
  body .site-main,
  body .site-footer {
    max-width: min(1220px, calc(100vw - clamp(240px, 22vw, 340px) - 56px));
  }
}

@media (max-width: 860px) {
  .home-frontpage,
  .article-layout,
  .page-layout,
  .front-video-strip,
  body.home .front-video-strip,
  .formats-band,
  body.home .formats-band,
  .newsletter-band,
  body.home .newsletter-band {
    border-radius: 18px;
  }

  .home-frontpage h1,
  .archive-header h1,
  .article-header h1,
  .ivh-archive-head h1,
  .ivh-single-head h1,
  .ia-hero h1,
  .ia-country-hero h1 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .home-frontpage__lead-title,
  .lead-story h1,
  .section-heading h2,
  .ivh-section-heading h2,
  .newsletter-band h2,
  body.home .newsletter-band h2 {
    font-size: clamp(28px, 8vw, 40px);
  }

  .breaking-strip,
  body.home .breaking-strip {
    border-radius: 18px;
  }
}

/* Apple UX fine tuning: remove newspaper seams and reduce oversized type. */
body.home .home-frontpage {
  background: rgba(255, 255, 255, .86);
  border-top: 1px solid rgba(29, 29, 31, .08);
  border-bottom: 1px solid rgba(29, 29, 31, .08);
}

body.home .home-frontpage__masthead {
  padding-bottom: 18px;
  background: transparent;
}

body.home .home-frontpage__masthead h1::after {
  width: .32em;
  height: .32em;
  border-radius: 4px;
  background: var(--accent);
}

body.home .home-frontpage__grid {
  gap: 20px;
  border-bottom: 0;
}

body.home .home-frontpage__left-stack,
body.home .home-frontpage__lead-column,
body.home .home-frontpage__right-rail {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.home .home-frontpage__left-stack {
  gap: 14px;
}

body.home .home-frontpage__lead,
body.home .home-frontpage__side-story,
body.home .home-frontpage__right-rail,
body.home .home-frontpage__below-story {
  padding: 16px;
  border: 1px solid rgba(29, 29, 31, .08);
  border-radius: 20px;
  background: rgba(255, 255, 255, .82);
}

body.home .home-frontpage__side-story + .home-frontpage__side-story {
  padding-top: 16px;
}

body.home .home-frontpage__side-story:last-child {
  padding-bottom: 16px;
}

body.home .home-frontpage__lead-title {
  max-width: 680px;
  font-size: clamp(32px, 3.6vw, 48px);
  font-weight: 850;
  line-height: 1.08;
}

body.home .home-frontpage__side-title {
  font-size: clamp(17px, 1.3vw, 20px);
  font-weight: 800;
  line-height: 1.22;
}

body.home .home-frontpage__lead-standfirst,
body.home .home-frontpage__summary {
  color: var(--muted);
  font-weight: 500;
}

body.home .home-frontpage__rail-head {
  margin-bottom: 8px;
  padding: 0 0 10px;
  background: transparent;
  color: var(--ink);
  border-bottom: 1px solid rgba(29, 29, 31, .1);
}

body.home .home-frontpage__rail-head span {
  color: var(--ink);
  font-size: 16px;
}

body.home .home-frontpage__rail-head em {
  color: var(--accent);
}

body.home .home-frontpage__rail-link {
  padding: 12px 0 12px 22px;
}

body.home .home-frontpage__rail-link strong {
  font-size: 15px;
  line-height: 1.24;
}

body.home .home-frontpage__below-grid {
  gap: 14px;
  margin-top: 18px;
  border-top: 0;
}

body.home .home-frontpage__below-story h3 {
  font-size: 16px;
  line-height: 1.28;
}

.ivh-card h3,
.ivh-card--portrait h3,
.front-video-strip .ivh-card h3,
body.home .front-video-strip .ivh-card h3 {
  display: -webkit-box;
  overflow: hidden;
  font-size: clamp(16px, 1.25vw, 19px);
  font-weight: 800;
  line-height: 1.18;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ivh-card--hero h3 {
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.06;
  -webkit-line-clamp: unset;
}

.ivh-card-body,
.ivh-card--portrait .ivh-card-body {
  padding: 14px;
}

.ivh-card--portrait .ivh-kicker {
  font-size: 10px;
}

.iea-article,
.iea-dossier,
.iea-dossiers,
.iea-live,
.iea-live-index,
.iea-video-hub,
.iea-video-single {
  background: transparent;
  color: var(--ink);
}

.iea-index-hero,
.iea-dossier__hero,
.iea-live__header,
.iea-video-single__info,
.iea-article__header {
  max-width: 920px;
}

.iea-index-hero h1,
.iea-dossier__hero h1,
.iea-live__header h1,
.iea-video-single__info h1,
.iea-article__header h1 {
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 850;
  line-height: 1.06;
}

.iea-index-hero span,
.iea-dossier__description,
.iea-live__summary {
  color: var(--muted);
}

.iea-section-title h2,
.iea-live-section h2 {
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 850;
  line-height: 1.08;
}

.iea-video-slider {
  grid-auto-columns: clamp(190px, 17vw, 238px);
  gap: 16px;
  padding: 4px 4px 18px;
}

.iea-card,
.iea-video-card,
.iea-live-update,
.iea-live__side,
.iea-empty {
  border: 1px solid rgba(29, 29, 31, .08);
  border-radius: 20px;
  background: rgba(255, 255, 255, .86);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.iea-card-grid {
  gap: 16px;
  background: transparent;
  border: 0;
}

.iea-card a,
.iea-video-card a {
  gap: 10px;
  padding: 14px;
}

.iea-card a:hover,
.iea-video-card a:hover {
  background: rgba(0, 113, 227, .045);
}

.iea-card figure,
.iea-video-card figure {
  margin: -14px -14px 6px;
  border-radius: 20px 20px 14px 14px;
  overflow: hidden;
}

.iea-video-card h3,
.iea-card h2,
.iea-card h3 {
  display: -webkit-box;
  overflow: hidden;
  font-size: clamp(15px, 1.1vw, 18px);
  font-weight: 800;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.iea-video-card span,
.iea-card span,
.iea-section-title > p,
.iea-index-hero > p,
.iea-article__kicker,
.iea-dossier__hero > p,
.iea-video-single__info > p {
  color: var(--accent);
}

.iea-video-card:hover,
.iea-card:hover,
.iea-live-update:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
}

@media (max-width: 860px) {
  body.home .home-frontpage {
    padding: 18px;
  }

  body.home .home-frontpage__grid,
  body.home .home-frontpage__left-stack,
  body.home .home-frontpage__below-grid {
    gap: 14px;
  }

  body.home .home-frontpage__lead-title {
    font-size: clamp(30px, 8vw, 38px);
  }

  .iea-index-hero h1,
  .iea-dossier__hero h1,
  .iea-live__header h1,
  .iea-video-single__info h1,
  .iea-article__header h1 {
    font-size: clamp(34px, 10vw, 48px);
  }
}

/* Apple x CNN x NYT editorial system: square, precise, high-signal. */
body {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-soft: #f6f6f6;
  --ink: #0b0b0f;
  --muted: #5f6368;
  --line: #d9d9d9;
  --accent: #e50914;
  --accent-dark: #b00008;
  --blue: #0b57d0;
  --green: #137333;
  --gold: #b06000;
  --radius: 0;
  --shadow: none;
  --shadow-hover: none;
  --font-sans: Futura, "Futura PT", "Avenir Next", Avenir, "Century Gothic", -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", sans-serif;
  --font-display: var(--font-sans);
  background: #fff;
  color: var(--ink);
}

body *,
body *::before,
body *::after {
  border-radius: 0 !important;
}

body img,
body figure,
body video,
body iframe,
body input,
body textarea,
body select,
body button {
  border-radius: 0 !important;
}

a:hover {
  color: var(--accent);
}

.site-main {
  padding-top: clamp(28px, 4vw, 58px);
}

.site-header,
.navigation-wrapper.ivm-brut-menu {
  background: #fff !important;
  border-color: var(--line) !important;
  box-shadow: none !important;
  backdrop-filter: none;
}

.navigation-wrapper.ivm-brut-menu {
  border-right: 1px solid var(--line) !important;
}

.navigation-wrapper.ivm-brut-menu .ivm-brut-logo,
.brand,
.brand-name {
  color: var(--accent) !important;
  font-weight: 900;
}

.navigation-wrapper.ivm-brut-menu .navigation-button-link,
.navigation-wrapper.ivm-brut-menu .navigation-button-link-text {
  min-height: 34px;
  padding: 7px 10px 7px 14px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.navigation-wrapper.ivm-brut-menu .navigation-button-link:hover,
.navigation-wrapper.ivm-brut-menu .navigation-button-link-text:hover {
  background: #f4f4f4;
  color: var(--ink);
}

.navigation-wrapper.ivm-brut-menu .navigation-button-link.is-active::before,
.navigation-wrapper.ivm-brut-menu .navigation-button-link.w--current::before,
.navigation-wrapper.ivm-brut-menu .navigation-button-link-text.is-active::before,
.navigation-wrapper.ivm-brut-menu .navigation-button-link-text.w--current::before {
  background: var(--accent);
}

.navigation-wrapper.ivm-brut-menu .ivm-brut-search input,
.header-search input,
.search-field,
.ia-country-search {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: none;
}

.navigation-wrapper.ivm-brut-menu .ivm-brut-search input:focus,
.header-search input:focus,
.search-field:focus,
.ia-country-search:focus {
  border-color: var(--ink);
  box-shadow: inset 0 -2px 0 var(--accent);
}

.breaking-strip,
body.home .breaking-strip {
  background: #fff;
  border: 1px solid var(--line);
  border-left: 8px solid var(--accent);
  box-shadow: none;
}

.breaking-strip strong,
body.home .breaking-strip strong {
  margin: 0;
  background: var(--ink);
  color: #fff;
}

.breaking-strip a,
body.home .breaking-strip a {
  border-right: 1px solid var(--line);
  color: var(--ink);
}

.home-frontpage,
body.home .home-frontpage,
.lead-story,
.latest-panel,
.post-card,
.feature-card,
.mini-card,
.newsletter-band,
.formats-band,
.country-header,
.author-header,
.article-layout,
.page-layout,
.ia-map-panel,
.ia-panel,
.ivh-card,
.ivh-card--hero,
.iea-card,
.iea-video-card,
.iea-live-update,
.iea-live__side,
.iea-empty {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: none;
}

body.home .home-frontpage {
  padding: clamp(18px, 2.6vw, 32px);
  border-top: 4px solid var(--ink);
}

body.home .home-frontpage__masthead,
.home-frontpage__masthead,
.section-heading,
body.home .section-heading,
.ivh-section-heading,
.archive-header,
.article-header,
.ia-hero,
.ia-country-hero,
.iea-index-hero,
.iea-article__header,
.iea-dossier__hero,
.iea-live__header {
  border-color: var(--line);
}

body.home .home-frontpage__masthead h1,
.home-frontpage h1,
.archive-header h1,
.article-header h1,
.ivh-archive-head h1,
.ivh-single-head h1,
.ia-hero h1,
.ia-country-hero h1,
.iea-index-hero h1,
.iea-dossier__hero h1,
.iea-live__header h1,
.iea-video-single__info h1,
.iea-article__header h1 {
  color: var(--ink);
  font-size: clamp(42px, 6vw, 78px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: 0;
}

body.home .home-frontpage__masthead h1::after {
  width: .28em;
  height: .28em;
  background: var(--accent);
}

body.home .home-frontpage__grid {
  grid-template-columns: minmax(190px, .72fr) minmax(0, 2fr) minmax(230px, .78fr);
  gap: 18px;
}

body.home .home-frontpage__lead,
body.home .home-frontpage__side-story,
body.home .home-frontpage__right-rail,
body.home .home-frontpage__below-story {
  background: #fff;
  border: 1px solid var(--line);
}

body.home .home-frontpage__lead-media,
body.home .home-frontpage__side-media,
.post-card__media,
.feature-card__media,
.mini-card__media,
.article-hero img,
.ivh-card-media,
.iea-card figure,
.iea-video-card figure {
  border: 1px solid var(--line);
}

body.home .home-frontpage__lead-title,
.home-frontpage__lead-title,
.lead-story h1 {
  max-width: 720px;
  font-size: clamp(36px, 4.2vw, 58px);
  font-weight: 900;
  line-height: 1;
}

body.home .home-frontpage__side-title,
.home-frontpage__side-title {
  font-size: clamp(17px, 1.25vw, 20px);
  font-weight: 850;
  line-height: 1.18;
}

body.home .home-frontpage__lead-standfirst,
body.home .home-frontpage__summary,
.archive-description,
.article-content p,
.iea-index-hero span,
.ia-hero span,
.ia-country-hero span,
.ivh-archive-description {
  color: var(--muted);
}

.eyebrow,
.ivh-eyebrow,
.ivh-section-heading p,
.ivh-kicker,
.ia-hero p,
.ia-country-hero p,
.ia-section-head p,
.ia-map-head p,
.ia-panel > p,
.iea-article__kicker,
.iea-dossier__hero > p,
.iea-index-hero > p,
.iea-section-title > p,
.iea-video-single__info > p,
.iea-card span,
.iea-video-card span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.section-heading h2,
body.home .section-heading h2,
.ivh-section-heading h2,
.iea-section-title h2,
.iea-live-section h2,
.ia-map-head h2,
.ia-section-head h2,
.ia-panel h2,
.newsletter-band h2,
body.home .newsletter-band h2 {
  color: var(--ink);
  font-size: clamp(26px, 3vw, 44px);
  font-weight: 900;
  line-height: 1.02;
}

.section-heading a,
.front-video-strip__link,
.newsletter-band a,
body.home .newsletter-band > a,
.search-submit,
.header-search button,
.ivh-slider-button,
.page-numbers {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--ink);
  box-shadow: none;
}

.section-heading a:hover,
.front-video-strip__link:hover,
.newsletter-band a:hover,
body.home .newsletter-band > a:hover,
.search-submit:hover,
.header-search button:hover,
.ivh-slider-button:hover,
.page-numbers.current {
  background: var(--ink);
  color: #fff;
  transform: none;
}

.post-card:hover,
.feature-card:hover,
.mini-card:hover,
.ivh-card:hover,
.home-frontpage__lead:hover,
.home-frontpage__side-story:hover,
.home-frontpage__below-story:hover,
.iea-video-card:hover,
.iea-card:hover,
.iea-live-update:hover {
  transform: none;
  background: #f7f7f7;
  box-shadow: none;
}

.front-video-strip,
body.home .front-video-strip,
.formats-band,
body.home .formats-band,
.newsletter-band,
body.home .newsletter-band {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
  border-top: 4px solid var(--ink);
}

.front-video-strip .ivh-section-heading h2,
body.home .front-video-strip .ivh-section-heading h2,
.formats-band .section-heading h2,
body.home .formats-band .section-heading h2 {
  color: var(--ink);
}

.front-video-strip .ivh-card,
body.home .front-video-strip .ivh-card,
.ivh-card--portrait,
.iea-video-card {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
}

.ivh-card h3,
.ivh-card--portrait h3,
.front-video-strip .ivh-card h3,
body.home .front-video-strip .ivh-card h3,
.iea-video-card h3,
.iea-card h2,
.iea-card h3 {
  color: var(--ink);
  font-size: clamp(16px, 1.18vw, 19px);
  font-weight: 850;
  line-height: 1.18;
}

.iea-video-slider,
.ivh-vertical-slider {
  grid-auto-columns: clamp(190px, 17vw, 238px);
  gap: 16px;
}

.article-layout,
.page-layout,
.iea-article__inner {
  background: #fff;
  border-top: 4px solid var(--ink);
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.article-header {
  border-bottom: 1px solid var(--line);
}

.article-content,
.iea-article__body,
.iea-live__intro,
.iea-video-single__content {
  color: var(--ink);
  font-size: clamp(18px, 1.25vw, 20px);
  line-height: 1.72;
}

.article-content blockquote {
  background: #f7f7f7;
  border-left: 5px solid var(--accent);
}

.archive-header,
.country-header,
.author-header {
  padding-bottom: 24px;
  border-bottom: 4px solid var(--ink);
}

.archive-grid,
.card-grid,
.briefing-grid,
.section-combo,
.iea-card-grid {
  gap: 18px;
}

.ia-shell {
  --ia-ink: var(--ink);
  --ia-muted: var(--muted);
  --ia-line: var(--line);
  --ia-red: var(--accent);
  --ia-soft: #fff;
  --ia-land-active: var(--accent);
  color: var(--ink);
}

.ia-map-panel,
.ia-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-top: 4px solid var(--ink);
}

.ia-map-stage {
  background: #f8f8f8;
}

.ia-leaflet-popup .leaflet-popup-content-wrapper,
.leaflet-control-zoom,
.leaflet-control-zoom a {
  border-radius: 0 !important;
}

.site-footer {
  border-top: 4px solid var(--ink);
}

@media (max-width: 860px) {
  body.home .home-frontpage__grid,
  body.home .home-frontpage__left-stack,
  body.home .home-frontpage__below-grid,
  .section-combo,
  .formats-band,
  body.home .formats-band,
  .newsletter-band,
  body.home .newsletter-band {
    grid-template-columns: 1fr;
  }

  body.home .home-frontpage__masthead h1,
  .home-frontpage h1,
  .archive-header h1,
  .article-header h1,
  .ivh-archive-head h1,
  .ivh-single-head h1,
  .ia-hero h1,
  .ia-country-hero h1,
  .iea-index-hero h1,
  .iea-dossier__hero h1,
  .iea-live__header h1,
  .iea-video-single__info h1,
  .iea-article__header h1 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.02;
  }

  body.home .home-frontpage__lead-title,
  .home-frontpage__lead-title,
  .lead-story h1 {
    font-size: clamp(30px, 8vw, 40px);
  }
}

/* Home Studio controls: final overrides loaded after the full theme cascade. */
body.home .site-main {
  max-width: var(--home-max-width, 1320px);
}

body.home .home-frontpage__grid {
  grid-template-columns: minmax(0, var(--home-left-col, .72fr)) minmax(0, var(--home-lead-col, 2fr)) minmax(0, var(--home-rail-col, .78fr));
  gap: var(--home-grid-gap, 18px);
}

body.home .home-frontpage--no-left .home-frontpage__grid {
  grid-template-columns: minmax(0, var(--home-lead-col, 2fr)) minmax(230px, var(--home-rail-col, .78fr));
}

body.home .home-frontpage--no-rail .home-frontpage__grid {
  grid-template-columns: minmax(190px, var(--home-left-col, .72fr)) minmax(0, var(--home-lead-col, 2fr));
}

body.home .home-frontpage--no-left.home-frontpage--no-rail .home-frontpage__grid {
  grid-template-columns: minmax(0, 1fr);
}

body.home .home-frontpage__masthead h1,
.home-frontpage h1 {
  font-size: clamp(34px, 6vw, var(--home-front-title-size, 66px));
  line-height: var(--home-front-title-line, .98);
}

body.home .home-frontpage__lead-title,
.home-frontpage__lead-title,
.lead-story h1 {
  font-size: clamp(28px, 4.2vw, var(--home-lead-title-size, 50px));
}

body.home .home-frontpage__side-title,
.home-frontpage__side-title,
body.home .home-frontpage__below-story h3 {
  font-size: var(--home-side-title-size, 20px);
}

.section-heading h2,
body.home .section-heading h2,
.ivh-section-heading h2,
.newsletter-band h2,
body.home .newsletter-band h2 {
  font-size: clamp(22px, 3vw, var(--home-section-title-size, 38px));
}

.post-card h3,
.feature-card h3,
.mini-card h3,
body.home .briefing-grid .mini-card h3,
body.home .formats-band .mini-card h3,
.ivh-card h3,
.ivh-card--portrait h3,
.front-video-strip .ivh-card h3,
body.home .front-video-strip .ivh-card h3 {
  font-size: var(--home-card-title-size, 19px);
}

body.home .home-frontpage__lead-standfirst,
body.home .home-frontpage__summary,
body.home .newsletter-band p:not(.eyebrow),
body.home .mini-card p,
body.home .post-card p {
  font-size: var(--home-body-size, 17px);
}

.eyebrow,
.ivh-eyebrow,
.ivh-section-heading p,
body.home .home-frontpage__edition,
body.home .home-frontpage__timestamp {
  font-size: var(--home-eyebrow-size, 11px);
}

body.home .home-frontpage__lead-media,
body.home .home-frontpage__side-media {
  aspect-ratio: var(--home-image-ratio, 16 / 10);
}

body.home .home-frontpage--text-lead .home-frontpage__lead {
  align-content: center;
  min-height: 360px;
}

body.home .briefing-grid,
body.home .formats-band,
body.home .section-combo,
body.home .home-frontpage__below-grid,
body.home .home-frontpage__left-stack {
  gap: var(--home-grid-gap, 18px);
}

@media (max-width: 860px) {
  body.home .home-frontpage__grid,
  body.home .home-frontpage--no-left .home-frontpage__grid,
  body.home .home-frontpage--no-rail .home-frontpage__grid {
    grid-template-columns: 1fr;
  }
}
