:root {
  --paper: #f6f3ed;
  --ink: #101010;
  --muted: #5b5a56;
  --hairline: #c9c4bb;
  --orange: #f04a16;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
  --condensed: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

button, input { font: inherit; }

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

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

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

p { margin: 0; }

h1, h2, h3, h4 { margin: 0; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  padding: .8rem 1rem;
  background: var(--ink);
  color: white;
}

.skip-link:focus { top: 1rem; }

.site-header, main, .site-footer {
  width: min(1450px, calc(100% - 72px));
  margin-inline: auto;
}

.utility {
  min-height: 92px;
  display: grid;
  grid-template-columns: 1fr 340px 1fr;
  align-items: center;
  border-bottom: 3px solid var(--ink);
  position: relative;
}

.utility > p {
  font-size: 13px;
  font-weight: 700;
}

.utility p span, .meta span { padding: 0 9px; }

.brand {
  width: 320px;
  justify-self: center;
}

.brand picture {
  display: block;
  width: 100%;
}

.brand-logo {
  display: block;
  width: 100%;
  height: auto;
}

.actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 23px;
  font-size: 13px;
  font-weight: 700;
}

.actions button {
  padding: 0;
  border: 0;
  background: none;
  color: var(--ink);
  cursor: pointer;
  font-weight: 700;
}

.actions .subscribe {
  padding: 12px 14px;
  color: white;
  background: var(--orange);
}

.menu-button {
  display: none;
  justify-self: end;
  border: 1px solid var(--ink);
  background: transparent;
  padding: 9px 13px;
  font-weight: 700;
}

.mobile-search-toggle {
  display: none;
  border: 0;
  padding: 9px 4px;
  background: transparent;
  color: var(--ink);
  font-weight: 700;
}

.main-nav {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  overflow-x: auto;
  border-bottom: 1px solid #77736b;
  font-family: var(--condensed);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.main-nav a { padding: 18px 0 15px; }
.main-nav .active { color: var(--orange); }

.search-panel {
  position: fixed;
  z-index: 99;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(16, 16, 16, .94);
  color: white;
}

.search-panel[hidden] { display: none !important; }

.search-panel > button {
  position: absolute;
  right: 28px;
  top: 24px;
  border: 1px solid white;
  padding: 10px 14px;
  background: transparent;
  color: white;
  cursor: pointer;
}

.search-panel form { width: min(720px, 100%); }
.search-panel label { display: block; margin-bottom: 18px; font-family: var(--serif); font-size: 32px; }
.search-panel form div { display: flex; }
.search-panel input { flex: 1; min-width: 0; border: 0; padding: 17px; }
.search-panel form button { border: 0; padding: 17px 20px; background: var(--orange); color: white; font-weight: 800; }

.lead-grid {
  display: grid;
  grid-template-columns: 28% 47% 25%;
  gap: 0;
  padding: 32px 0 35px;
  border-bottom: 2px solid var(--ink);
}

.lead-copy {
  display: flex;
  flex-direction: column;
  padding-right: 42px;
}

.kicker {
  margin-bottom: 10px;
  color: var(--orange);
  font-family: var(--condensed);
  font-size: 12px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: .015em;
}

.lead-copy h1 {
  margin: 8px 0 20px;
  font-family: var(--serif);
  font-size: clamp(42px, 4.1vw, 64px);
  line-height: 1.02;
  letter-spacing: -.04em;
  font-weight: 700;
}

.lead-copy.is-long-title h1 {
  font-size: clamp(36px, 3.2vw, 52px);
  line-height: 1.01;
}

.lead-copy.is-very-long-title h1 {
  font-size: clamp(31px, 2.75vw, 45px);
  line-height: 1;
}

.dek {
  font-size: 18px;
  line-height: 1.45;
}

.meta {
  margin-top: auto;
  padding-top: 20px;
  font-size: 12px;
}

.lead-image {
  min-height: 455px;
  overflow: hidden;
}

.lead-image img, .section-image, .investigation-lead img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intelligence {
  padding-left: 18px;
  border-left: 1px solid var(--ink);
}

.intelligence > .kicker {
  padding-bottom: 12px;
  border-bottom: 2px solid var(--ink);
  font-size: 16px;
}

.intelligence article {
  display: grid;
  grid-template-columns: 1fr 60px;
  gap: 10px;
  padding: 14px 0;
  border-bottom: 1px solid var(--hairline);
}

.intelligence h3, .brief-list h3, .stacked-stories h3 {
  margin: 4px 0;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.12;
}

.intelligence small, .intelligence span, .brief-list small { font-size: 11px; }

.portrait {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  align-self: center;
  border-radius: 50%;
  background: var(--ink);
  color: white;
  font-family: var(--serif);
  font-weight: 800;
}

.portrait-2 { background: #703620; }
.portrait-3 { background: #7d5b31; }
.portrait-4 { background: #393d3f; }

.more {
  display: inline-block;
  margin-top: 13px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
}

.news-strip {
  display: grid;
  grid-template-columns: 25% 28% 47%;
  border-bottom: 3px solid var(--ink);
}

.news-strip > article {
  padding: 18px 28px 17px 0;
}

.news-strip > article + article { padding-left: 25px; border-left: 1px solid var(--hairline); }
.news-strip h3 { font-family: var(--serif); font-size: 18px; line-height: 1.15; }
.news-strip article > p:not(.kicker):not(.meta) { margin-top: 9px; color: var(--muted); font-size: 13px; line-height: 1.4; }
.news-strip .meta { padding-top: 14px; }
.news-strip ul { margin: 0; padding: 16px 0 16px 44px; border-left: 1px solid var(--hairline); list-style: none; }
.news-strip li { display: flex; justify-content: space-between; gap: 15px; padding: 7px 0 7px 16px; border-bottom: 1px solid var(--hairline); font-size: 13px; position: relative; }
.news-strip li::before, .bullets li::before { content: ""; width: 4px; height: 4px; position: absolute; left: 0; top: 14px; background: var(--orange); border-radius: 50%; }
.news-strip li span { min-width: 50px; font-size: 11px; }

.section-block { padding-top: 10px; }

.rule-title {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid var(--ink);
}

.rule-title h2 {
  padding: 0 8px 7px 0;
  border-bottom: 3px solid var(--orange);
  font-family: var(--condensed);
  font-size: 25px;
  line-height: 1;
  font-weight: 900;
}

.rule-title a { color: var(--orange); font-size: 13px; font-weight: 800; }

.four-grid {
  display: grid;
  grid-template-columns: 23% 23% 24% 30%;
  padding: 16px 0 6px;
}

.four-grid > *, .business-grid > *, .mining-grid > *, .power-grid > * { min-width: 0; }
.four-grid > * + *, .business-grid > * + *, .mining-grid > * + *, .power-grid > * + * { border-left: 1px solid var(--hairline); }
.four-grid .section-image { height: 350px; padding-right: 22px; }

.double-story { padding: 0 18px 0 25px; }
.double-story article { padding-bottom: 17px; }
.double-story article + article { padding-top: 17px; border-top: 1px solid var(--hairline); }
.double-story h3, .feature-story h3 { font-family: var(--serif); font-size: 20px; line-height: 1.15; }
.double-story article > p:not(.kicker):not(.meta), .feature-story > p:not(.kicker):not(.meta) { margin-top: 10px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.double-story .meta { padding-top: 15px; }

.data-card { padding: 0 17px; }
.data-card h4, .table-card h4 { font-family: var(--condensed); font-size: 13px; line-height: 1.2; }
.map-placeholder { min-height: 280px; display: grid; place-content: center; text-align: center; }
.map-placeholder strong { font-family: var(--serif); font-size: 46px; line-height: 1; }
.map-placeholder span { margin-bottom: 15px; font-size: 12px; }

.brief-list { padding-left: 18px; }
.brief-list article { padding: 3px 0 13px; border-bottom: 1px solid var(--hairline); }

.diplomacy-grid {
  display: grid;
  grid-template-columns: 29% 26% 26% 19%;
  padding: 16px 0 4px;
}

.diplomacy-grid > * + * { border-left: 1px solid var(--hairline); }
.diplomacy-grid .section-image { height: 285px; padding-right: 25px; }
.feature-story { display: flex; flex-direction: column; padding: 6px 28px; }
.feature-story .meta { margin-top: auto; }
.stacked-stories { padding: 0 20px; }
.stacked-stories article { padding: 3px 0 17px; }
.stacked-stories article + article { padding-top: 15px; border-top: 1px solid var(--hairline); }
.stacked-stories article > p:not(.kicker):not(.meta) { margin-top: 7px; color: var(--muted); font-size: 12px; line-height: 1.35; }
.quotes { padding-left: 20px; }
.quotes blockquote { margin: 0; padding: 0 0 12px 12px; border-bottom: 1px solid var(--hairline); font-family: var(--serif); font-size: 12px; line-height: 1.35; }
.quotes blockquote + blockquote { margin-top: 12px; }

.business-grid {
  display: grid;
  grid-template-columns: 21% 20% 21% 18% 20%;
  padding: 16px 0 7px;
}

.business-grid .section-image { height: 240px; padding-right: 20px; }
.business-grid .feature-story { padding: 4px 20px; }
.business-grid .feature-story h3 { font-size: 18px; }
.table-card { padding: 5px 14px; }
table { width: 100%; border-collapse: collapse; margin-top: 13px; font-size: 11px; }
th, td { padding: 9px 7px; border: 1px solid var(--hairline); text-align: left; }
.business-grid .brief-list { padding-left: 14px; }

.mining-grid {
  display: grid;
  grid-template-columns: 25% 25% 27% 23%;
  padding: 17px 0 6px;
}

.mining-grid .section-image { height: 320px; padding-right: 24px; }
.feature-story.large h2, .politics-grid .feature-story h2, .power-grid .feature-story h2 {
  font-family: var(--serif);
  font-size: 31px;
  line-height: 1.09;
}
.metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 5px 12px; margin-top: 34px; text-align: center; }
.metrics strong { font-family: var(--serif); font-size: 34px; }
.metrics span { color: var(--muted); font-size: 11px; }

.politics-grid {
  display: grid;
  grid-template-columns: 21% 28% 23% 15% 13%;
  padding: 16px 0 5px;
}
.politics-grid > * + * { border-left: 1px solid var(--hairline); }
.politics-grid .section-image { height: 245px; padding-right: 22px; filter: saturate(.72); }
.timeline, .bullets { padding: 4px 15px; }
.timeline p { padding: 8px 0; border-bottom: 1px solid var(--hairline); font-size: 11px; line-height: 1.25; }
.bullets ul, .facts ul, .signals ul { margin: 0; padding: 0; list-style: none; }
.bullets li { position: relative; padding: 5px 0 5px 14px; font-size: 11px; line-height: 1.25; }
.bullets li::before { top: 10px; }

.power-grid {
  display: grid;
  grid-template-columns: 22% 27% 28% 23%;
  padding: 16px 0 6px;
}
.power-grid .section-image { height: 245px; padding-right: 22px; object-position: center 30%; }

.investigation-lead {
  display: grid;
  grid-template-columns: 28% 42% 30%;
  padding: 17px 0 20px;
  border-bottom: 1px solid var(--hairline);
}
.investigation-lead > * + * { border-left: 1px solid var(--hairline); }
.investigation-lead > article { padding-right: 28px; }
.investigation-lead h2 { font-family: var(--serif); font-size: 34px; line-height: 1.05; }
.investigation-lead article > p:not(.kicker):not(.meta) { margin-top: 13px; font-size: 13px; line-height: 1.45; }
.investigation-lead img { height: 310px; padding: 0 25px; }
.facts { padding-left: 24px; }
.facts li { margin-bottom: 22px; padding-left: 15px; position: relative; font-size: 12px; line-height: 1.35; }
.facts li::before { content: ""; width: 4px; height: 4px; position: absolute; top: 6px; left: 0; background: var(--orange); border-radius: 50%; }
.investigation-bottom { display: grid; grid-template-columns: 34% 34% 32%; padding: 18px 0; border-bottom: 3px solid var(--ink); }
.investigation-bottom > * + * { border-left: 1px solid var(--hairline); }
.investigation-bottom .timeline { padding-left: 0; padding-right: 25px; }
.downloads { padding-left: 25px; }
.downloads a { display: block; padding: 9px 0; border-bottom: 1px solid var(--hairline); font-family: var(--serif); font-size: 15px; font-weight: 700; }
.downloads small { display: block; margin-top: 7px; font-family: var(--sans); font-size: 10px; font-weight: 400; }

.opinion-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 17px 0; border-bottom: 3px solid var(--ink); }
.opinion-grid article { padding: 0 25px; }
.opinion-grid article:first-child { padding-left: 0; }
.opinion-grid article + article { border-left: 1px solid var(--hairline); }
.opinion-grid h3 { min-height: 70px; font-family: var(--serif); font-size: 21px; line-height: 1.12; }
.opinion-grid .portrait { float: left; margin: 10px 10px 5px 0; width: 46px; height: 46px; font-size: 12px; }
.opinion-grid .meta { min-height: 63px; padding-top: 21px; font-size: 10px; }
.opinion-grid article > p:not(.meta) { clear: both; margin-top: 12px; font-family: var(--serif); font-size: 13px; line-height: 1.35; }

.culture-grid { display: grid; grid-template-columns: 39% 27% 34%; padding: 16px 0; border-bottom: 3px solid var(--ink); }
.culture-grid > * + * { border-left: 1px solid var(--hairline); }
.culture-grid .section-image { height: 290px; padding-right: 25px; }
.culture-grid .feature-story h2 { font-family: var(--serif); font-size: 30px; line-height: 1.1; }

.insights-grid { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 3px solid var(--ink); }
.insights-grid > article { padding: 18px 24px 14px 0; }
.insights-grid > article + article { padding-left: 24px; border-left: 2px solid var(--ink); }
.insights-grid > article > h3 { font-family: var(--serif); font-size: 21px; line-height: 1.15; }
.insights-grid > article > p { max-width: 580px; margin-top: 9px; font-size: 12px; line-height: 1.4; }
.signals { margin-top: 26px; padding-top: 16px; border-top: 1px solid var(--hairline); }
.signals li { padding: 5px 0 5px 15px; position: relative; font-size: 11px; }
.signals li::before { content: ""; width: 4px; height: 4px; position: absolute; left: 0; top: 10px; background: var(--orange); border-radius: 50%; }
.intel-row { display: grid; grid-template-columns: 65px 1fr; gap: 14px; padding: 10px 0; border-bottom: 1px solid var(--hairline); }
.intel-row > span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-family: var(--serif); font-size: 19px; font-weight: 800; }
.intel-row .kicker { margin-bottom: 4px; }
.intel-row h3 { font-family: var(--serif); font-size: 17px; line-height: 1.1; }
.intel-row small { font-size: 10px; }

.studio-newsletter { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 3px solid var(--ink); }
.studio-newsletter > div { padding: 17px 25px 17px 0; }
.studio-newsletter h3 { font-family: var(--serif); font-size: 19px; }
.studio-newsletter p { margin-top: 5px; font-size: 11px; }
.studio-newsletter form { display: flex; align-items: center; gap: 12px; padding: 17px 0 17px 24px; border-left: 2px solid var(--ink); }
.studio-newsletter form > div { margin-right: auto; }
.studio-newsletter input { width: 210px; min-width: 0; border: 1px solid var(--hairline); padding: 12px; background: white; }
.studio-newsletter button { border: 0; padding: 13px 22px; background: var(--orange); color: white; font-weight: 800; }
.paper { display: grid; grid-template-columns: 220px 1fr auto; gap: 20px; align-items: center; min-height: 46px; border-bottom: 3px solid var(--ink); font-family: var(--serif); font-size: 13px; }
.paper a { color: var(--orange); font-family: var(--sans); font-size: 11px; font-weight: 800; }
.footer-grid { display: grid; grid-template-columns: 30% repeat(4, 1fr); padding: 18px 0; border-bottom: 1px solid var(--ink); }
.footer-grid > * { padding: 0 22px; border-left: 1px solid var(--hairline); }
.footer-grid > *:first-child { padding-left: 0; border-left: 0; }
.footer-logo {
  display: block;
  width: 270px;
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
}
.footer-grid p { font-size: 11px; line-height: 1.45; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { font-size: 11px; line-height: 1.45; }
.site-footer > small { display: block; padding: 10px 0 22px; font-size: 9px; }

@media (max-width: 1100px) {
  .site-header, main, .site-footer { width: min(100% - 36px, 1450px); }
  .utility { grid-template-columns: 1fr 280px 1fr; }
  .brand { width: 270px; }
  .actions { gap: 12px; }
  .actions a:not(.subscribe) { display: none; }
  .lead-grid { grid-template-columns: 34% 66%; }
  .intelligence { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 18px; padding: 18px 0 0; border-left: 0; }
  .intelligence > .kicker, .intelligence > .more { grid-column: 1 / -1; }
  .four-grid, .mining-grid { grid-template-columns: 1fr 1fr; }
  .four-grid > *:nth-child(3), .mining-grid > *:nth-child(3) { border-left: 0; }
  .diplomacy-grid, .business-grid, .politics-grid, .power-grid { grid-template-columns: repeat(2, 1fr); }
  .diplomacy-grid > *:nth-child(3), .business-grid > *:nth-child(3), .politics-grid > *:nth-child(3), .power-grid > *:nth-child(3) { border-left: 0; }
  .business-grid > *:last-child { grid-column: 1 / -1; border-left: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 18px 0 0; }
}

@media (max-width: 760px) {
  .site-header, main, .site-footer { width: min(100% - 32px, 1450px); }
  .utility { min-height: 100px; grid-template-columns: minmax(0, 1fr) auto auto; column-gap: 10px; }
  .utility > p, .actions { display: none; }
  .brand { width: 138px; justify-self: start; }
  .mobile-search-toggle { display: block; }
  .menu-button { display: block; min-width: 72px; border-width: 2px; }
  .main-nav { display: none; max-height: 68vh; padding: 12px 0 20px; flex-direction: column; align-items: flex-start; white-space: normal; }
  .main-nav.is-open { display: flex; }
  .main-nav a { width: 100%; padding: 9px 0; border-bottom: 1px solid var(--hairline); }
  .lead-grid { display: flex; flex-direction: column; padding: 24px 0 28px; }
  .lead-copy { padding-right: 0; }
  .lead-copy h1,
  .lead-copy.is-long-title h1,
  .lead-copy.is-very-long-title h1 {
    margin: 5px 0 15px;
    font-size: clamp(38px, 12vw, 52px);
    line-height: .98;
    letter-spacing: -.045em;
    overflow-wrap: anywhere;
  }
  .dek { font-size: 16px; line-height: 1.42; }
  .lead-copy .meta { order: 4; margin: 0; }
  .lead-image { min-height: 0; height: clamp(230px, 72vw, 340px); margin-top: 20px; }
  .intelligence { display: block; margin-top: 24px; padding: 18px 0 0; border-top: 3px solid var(--ink); }
  .intelligence article { grid-template-columns: minmax(0, 1fr) 54px; padding: 16px 0; }
  .intelligence h3 { font-size: 19px; }
  .portrait { width: 48px; height: 48px; }
  .news-strip, .four-grid, .diplomacy-grid, .business-grid, .mining-grid, .politics-grid, .power-grid, .investigation-lead, .investigation-bottom, .opinion-grid, .culture-grid, .insights-grid, .studio-newsletter, .footer-grid { display: block; }
  .news-strip > *, .four-grid > *, .diplomacy-grid > *, .business-grid > *, .mining-grid > *, .politics-grid > *, .power-grid > *, .investigation-lead > *, .investigation-bottom > *, .opinion-grid > article, .culture-grid > *, .insights-grid > article, .studio-newsletter > *, .footer-grid > * { border-left: 0 !important; }
  .news-strip > article, .double-story, .data-card, .brief-list, .feature-story, .stacked-stories, .quotes, .timeline, .bullets, .facts, .downloads, .opinion-grid article, .insights-grid > article, .studio-newsletter form, .footer-grid > * { padding: 18px 0; }
  .news-strip > article + article,
  .news-strip .strip-briefs,
  .opinion-grid > article + article { border-top: 1px solid var(--hairline); }
  .news-strip ul { padding-left: 0; border-left: 0; }
  .section-image, .four-grid .section-image, .diplomacy-grid .section-image, .business-grid .section-image, .mining-grid .section-image, .politics-grid .section-image, .power-grid .section-image, .culture-grid .section-image { height: 250px; padding: 0; }
  .section-block { padding-top: 18px; }
  .rule-title { min-height: 54px; align-items: flex-end; gap: 14px; }
  .rule-title h2 { padding-bottom: 8px; font-size: clamp(22px, 7.3vw, 29px); }
  .rule-title a { padding-bottom: 9px; font-size: 10px; text-align: right; }
  .investigation-lead img { height: 260px; padding: 0; }
  .opinion-grid h3 { min-height: 0; }
  .insights-grid > article + article, .studio-newsletter form { border-top: 2px solid var(--ink); }
  .studio-newsletter form { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .studio-newsletter form > div { grid-column: 1 / -1; }
  .studio-newsletter input { width: 100%; }
  .studio-newsletter button { width: 100%; }
  .paper { grid-template-columns: 1fr; gap: 5px; padding: 12px 0; }
  .footer-grid > * { border-top: 1px solid var(--hairline); }
  .footer-logo { width: min(280px, 82vw); }
}

/* WordPress dynamic templates */

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.screen-reader-text:focus {
  width: auto;
  height: auto;
  clip: auto;
}

.main-nav .menu-item { display: contents; }

.search-is-open { overflow: hidden; }

.search-panel .search-form {
  width: min(720px, 100%);
  display: grid;
  grid-template-columns: 1fr auto;
}

.search-panel .search-form label {
  display: block;
  margin: 0;
}

.search-panel .search-field {
  width: 100%;
  border: 0;
  padding: 17px;
}

.search-panel .search-submit {
  border: 0;
  padding: 17px 22px;
  background: var(--orange);
  color: white;
  font-weight: 800;
}

.story-copy { display: flex; min-width: 0; height: 100%; flex-direction: column; }

.story-copy h2,
.story-copy h3 {
  font-family: var(--serif);
  line-height: 1.12;
}

.story-copy h2 { font-size: clamp(28px, 2.6vw, 39px); }
.story-copy h3 { font-size: 18px; }

.story-excerpt {
  margin-top: 9px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.42;
}

.strip-briefs {
  padding: 14px 0 14px 34px;
  border-left: 1px solid var(--hairline);
}

.strip-briefs article {
  padding: 7px 0 7px 13px;
  position: relative;
  border-bottom: 1px solid var(--hairline);
}

.strip-briefs article::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 15px;
  border-radius: 50%;
  background: var(--orange);
}

.strip-briefs .kicker,
.strip-briefs .meta {
  display: none;
}

.strip-briefs .story-copy h3 {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
}

.dynamic-grid {
  display: grid;
  grid-template-columns: 50% 27% 23%;
  padding: 16px 0 7px;
  border-bottom: 2px solid var(--ink);
}

.dynamic-grid > * + * { border-left: 1px solid var(--hairline); }

.lead-section-story {
  display: grid;
  grid-template-columns: 48% 52%;
  min-height: 285px;
  padding-right: 24px;
}

.lead-section-story .story-image {
  min-height: 270px;
  overflow: hidden;
}

.lead-section-story .story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lead-section-story .story-copy { padding-left: 25px; }

.section-secondary,
.section-briefs {
  padding: 0 20px;
}

.section-secondary article,
.section-briefs article {
  padding: 5px 0 18px;
}

.section-secondary article + article,
.section-briefs article + article {
  padding-top: 16px;
  border-top: 1px solid var(--hairline);
}

.section-briefs .story-excerpt { display: none; }
.section-briefs .story-copy h3 { font-size: 16px; }

.section-africa .dynamic-grid { grid-template-columns: 55% 23% 22%; }
.section-diplomacy .dynamic-grid { grid-template-columns: 57% 25% 18%; }
.section-business .dynamic-grid { grid-template-columns: 48% 28% 24%; }
.section-mining .dynamic-grid { grid-template-columns: 58% 24% 18%; }
.section-politics .dynamic-grid { grid-template-columns: 49% 30% 21%; }
.section-power .dynamic-grid { grid-template-columns: 55% 24% 21%; }

.section-mining .lead-section-story .story-copy h2,
.section-power .lead-section-story .story-copy h2 {
  font-size: clamp(30px, 3vw, 44px);
}

.investigation-lead > article .story-copy { padding-right: 26px; }
.investigation-lead > article .story-copy h2 { font-size: clamp(31px, 3.1vw, 44px); }
.investigation-lead .section-secondary { padding-left: 24px; }
.investigation-lead .section-secondary article { border-bottom: 1px solid var(--hairline); }

.culture-grid .culture-lead {
  display: grid;
  grid-template-columns: 52% 48%;
  min-height: 290px;
}

.culture-lead .story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.culture-lead .story-copy { padding: 5px 25px; }
.culture-grid > .section-secondary { padding-left: 24px; }

.insights-grid > div {
  padding: 18px 24px 14px 0;
}

.insights-grid > div + div {
  padding-left: 24px;
  border-left: 2px solid var(--ink);
}

.insights-grid article {
  padding: 10px 0;
  border-bottom: 1px solid var(--hairline);
}

.insights-grid .story-copy h2 { font-size: 25px; }

.archive-shell,
.article-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 48px 0 70px;
}

.archive-header {
  padding-bottom: 24px;
  border-bottom: 3px solid var(--ink);
}

.archive-header h1 {
  font-family: var(--serif);
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1;
}

.archive-description {
  max-width: 720px;
  margin-top: 18px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 19px;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.archive-card {
  padding: 28px;
  border-bottom: 1px solid var(--ink);
}

.archive-card:nth-child(3n + 1) { padding-left: 0; }
.archive-card:nth-child(3n + 2),
.archive-card:nth-child(3n + 3) { border-left: 1px solid var(--hairline); }

.archive-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-bottom: 16px;
  object-fit: cover;
}

.archive-card h2 {
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.08;
}

.archive-card > p:not(.kicker):not(.meta) {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-top: 30px;
}

.page-numbers {
  min-width: 38px;
  padding: 9px;
  border: 1px solid var(--ink);
  text-align: center;
}

.page-numbers.current {
  background: var(--ink);
  color: white;
}

.article-header {
  width: min(1020px, 100%);
  margin: 0 auto;
  padding-bottom: 28px;
  text-align: center;
}

.article-header h1 {
  font-family: var(--serif);
  font-size: clamp(44px, 6.8vw, 90px);
  line-height: .98;
  letter-spacing: -.04em;
}

.article-dek {
  max-width: 850px;
  margin: 22px auto 0;
  color: #343330;
  font-family: var(--serif);
  font-size: clamp(20px, 2.3vw, 31px);
  line-height: 1.25;
}

.article-byline { margin-top: 22px; font-size: 13px; }
.article-byline span { padding: 0 9px; }

.article-hero {
  margin: 0;
}

.article-hero img {
  width: 100%;
  max-height: 760px;
  object-fit: cover;
}

.article-hero figcaption {
  padding: 8px 0;
  color: var(--muted);
  font-size: 10px;
}

.article-layout {
  display: grid;
  grid-template-columns: 130px minmax(0, 690px) 230px;
  justify-content: center;
  gap: 35px;
  padding: 45px 0 55px;
}

.page-article .article-layout {
  grid-template-columns: minmax(0, 760px);
}

.page-article .article-header { border-bottom: 3px solid var(--ink); }

.article-share {
  color: var(--muted);
  font-family: var(--condensed);
  font-size: 11px;
  font-weight: 800;
}

.article-content {
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.65;
}

.article-content > p:first-child::first-letter {
  float: left;
  margin: 4px 8px 0 0;
  color: var(--orange);
  font-size: 68px;
  line-height: .8;
}

.article-content h2,
.article-content h3 {
  margin: 1.7em 0 .7em;
  line-height: 1.1;
}

.article-content blockquote {
  margin: 1.5em 0;
  padding: 0 0 0 25px;
  border-left: 4px solid var(--orange);
  font-size: 29px;
  line-height: 1.25;
}

.article-aside {
  align-self: start;
  padding: 16px 0;
  border-top: 3px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  font-family: var(--serif);
  font-size: 14px;
  line-height: 1.4;
}

.post-navigation {
  padding-top: 25px;
  border-top: 3px solid var(--ink);
}

.post-navigation .nav-links {
  justify-content: space-between;
}

@media (max-width: 1100px) {
  .dynamic-grid,
  .section-africa .dynamic-grid,
  .section-diplomacy .dynamic-grid,
  .section-business .dynamic-grid,
  .section-mining .dynamic-grid,
  .section-politics .dynamic-grid,
  .section-power .dynamic-grid {
    grid-template-columns: 2fr 1fr;
  }

  .section-briefs {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    padding: 18px 0 0;
    border-left: 0 !important;
  }

  .article-layout { grid-template-columns: minmax(0, 690px) 230px; }
  .article-share { display: none; }
}

@media (max-width: 760px) {
  .search-panel .search-form { grid-template-columns: 1fr; }
  .search-panel .search-submit { width: 100%; }
  .strip-briefs { padding-left: 0; border-left: 0; }

  .dynamic-grid,
  .section-africa .dynamic-grid,
  .section-diplomacy .dynamic-grid,
  .section-business .dynamic-grid,
  .section-mining .dynamic-grid,
  .section-politics .dynamic-grid,
  .section-power .dynamic-grid,
  .lead-section-story,
  .section-briefs,
  .culture-grid .culture-lead {
    display: block;
  }

  .dynamic-grid { padding: 8px 0 20px; }
  .dynamic-grid > * + * { border-left: 0; }
  .lead-section-story { min-height: 0; padding: 18px 0 6px; }
  .lead-section-story .story-image { min-height: 0; height: clamp(220px, 66vw, 320px); }
  .lead-section-story .story-copy,
  .culture-lead .story-copy { padding: 18px 0; }
  .lead-section-story .story-copy h2,
  .section-mining .lead-section-story .story-copy h2,
  .section-power .lead-section-story .story-copy h2 {
    font-size: clamp(29px, 9.2vw, 39px);
    line-height: 1.02;
    overflow-wrap: anywhere;
  }
  .section-secondary,
  .section-briefs { display: grid; grid-template-columns: 1fr; gap: 0; padding: 0; border-left: 0; }
  .section-secondary article,
  .section-briefs article { padding: 18px 0; border-top: 1px solid var(--hairline); }
  .section-secondary article + article,
  .section-briefs article + article { padding-top: 18px; }
  .section-secondary .story-copy h3,
  .section-briefs .story-copy h3 { font-size: 20px; line-height: 1.08; }
  .investigation-lead > article .story-copy { padding-right: 0; }
  .investigation-lead > article,
  .investigation-lead img,
  .investigation-lead .section-secondary { padding: 18px 0; }
  .investigation-lead img { width: 100%; height: clamp(230px, 72vw, 340px); border-top: 1px solid var(--hairline); }
  .insights-grid > div,
  .insights-grid > div + div { padding: 20px 0; border-left: 0; }
  .insights-grid > div + div { border-top: 2px solid var(--ink); }
  .archive-grid { display: block; }
  .archive-card { padding: 24px 0; border-left: 0 !important; }
  .article-shell { width: min(100% - 24px, 1180px); padding-top: 28px; }
  .article-layout { display: block; padding-top: 28px; }
  .article-aside { margin-top: 30px; }
}

/* =====================================================================
   TAP Editorial 1.3
   Hiérarchie sobre : filet fort pour les ensembles, filet léger entre
   contenus frères, espace blanc pour le reste.
   ===================================================================== */

:root {
  --rule-strong: 2px solid var(--ink);
  --rule-light: 1px solid #dedbd5;
  --display: "Arial Narrow", "Roboto Condensed", Arial, Helvetica, sans-serif;
}

body {
  font-size: 16px;
  line-height: 1.55;
}

h1,
h2,
h3,
h4,
.kicker,
.main-nav,
.actions,
.rule-title,
button {
  font-style: normal;
}

.kicker,
.main-nav,
.actions,
.rule-title h2,
.rule-title a,
.more,
.menu-button,
.mobile-search-toggle {
  font-family: var(--display);
  font-weight: 800;
}

/* Header : une zone de marque ample, puis une seule règle structurante. */
.utility {
  min-height: 126px;
  grid-template-columns: 1fr minmax(300px, 360px) 1fr;
  padding: 20px 0 18px;
  border-bottom: 0;
}

.brand {
  width: 350px;
  max-width: 100%;
}

.brand,
.brand picture,
.brand-logo,
.footer-logo {
  background: transparent;
}

.utility > p,
.actions {
  font-family: var(--display);
  font-size: 13px;
}

.actions {
  gap: 22px;
}

.actions button,
.mobile-search-toggle {
  min-height: 44px;
}

.actions .subscribe {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border: 0;
  border-radius: 0;
  transition: transform .18s ease, box-shadow .18s ease;
}

.actions .subscribe:hover,
.studio-newsletter button:hover {
  color: white;
  transform: translateY(-2px);
  box-shadow: 3px 3px 0 var(--ink);
}

.main-nav {
  min-height: 60px;
  gap: 20px;
  overflow-x: visible;
  border-bottom: var(--rule-strong);
  font-size: 13px;
  letter-spacing: .01em;
}

.main-nav a {
  padding: 21px 0 17px;
}

/* Une : colonnes lisibles, sans boîte ni double filet. */
.lead-grid {
  padding: 34px 0 38px;
  border-bottom: var(--rule-light);
}

.lead-copy h1,
.story-copy h2,
.story-copy h3,
.intelligence h3,
.opinion-grid h3,
.article-header h1 {
  font-style: normal;
  font-weight: 700;
}

.lead-copy h1 {
  line-height: 1.01;
}

.kicker {
  border: 0;
  color: var(--orange);
  letter-spacing: .045em;
  text-transform: uppercase;
}

.intelligence {
  padding-left: 24px;
  border-left: var(--rule-light);
}

.intelligence > .kicker {
  padding-bottom: 13px;
  border-bottom: 0;
}

.intelligence article {
  border-bottom: var(--rule-light);
}

.intelligence article:last-of-type {
  border-bottom: 0;
}

.news-strip {
  border-bottom: 0;
}

.news-strip > article + article,
.strip-briefs {
  border-left: var(--rule-light);
}

.strip-briefs article,
.news-strip li {
  border-bottom: var(--rule-light);
}

/* Sections : un seul filet fort en tête, aucun soulignement décoratif. */
.section-block {
  padding-top: 46px;
}

.rule-title {
  min-height: 58px;
  align-items: flex-start;
  padding-top: 13px;
  border-top: var(--rule-strong);
  border-bottom: 0;
}

.rule-title h2 {
  padding: 0;
  border-bottom: 0;
  font-size: 27px;
  letter-spacing: .015em;
}

.rule-title a {
  padding-top: 3px;
  font-size: 12px;
}

.dynamic-grid,
.opinion-grid,
.culture-grid,
.insights-grid,
.investigation-bottom {
  padding-top: 8px;
  padding-bottom: 0;
  border-bottom: 0;
}

.dynamic-grid > * + *,
.investigation-lead > * + *,
.opinion-grid article + article,
.culture-grid > * + *,
.insights-grid > div + div {
  border-left: var(--rule-light);
}

.section-secondary article + article,
.section-briefs article + article,
.stacked-stories article + article,
.brief-list article,
.investigation-lead .section-secondary article,
.insights-grid article,
.intel-row,
.timeline p,
.downloads a {
  border-color: #dedbd5;
}

.studio-newsletter {
  margin-top: 52px;
  border-top: var(--rule-strong);
  border-bottom: 0;
}

.studio-newsletter form {
  border-left: var(--rule-light);
}

.paper {
  border-top: var(--rule-light);
  border-bottom: 0;
}

.footer-grid {
  padding-top: 28px;
  padding-bottom: 28px;
  border-top: var(--rule-light);
  border-bottom: 0;
}

.footer-grid > * {
  border-left: var(--rule-light);
}

.footer-logo {
  width: 300px;
}

.site-footer > small {
  border-top: var(--rule-light);
}

/* Tablette : conserver les séparations uniquement entre vraies colonnes. */
@media (max-width: 1100px) {
  .utility {
    grid-template-columns: 1fr minmax(260px, 300px) 1fr;
  }

  .brand {
    width: 292px;
  }

  .main-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 22px;
    padding: 8px 0;
  }

  .main-nav a {
    padding: 9px 0;
  }
}

/* Mobile first : grille simple, hiérarchie nette, largeur sûre à 320 px. */
@media (max-width: 760px) {
  .site-header,
  main,
  .site-footer {
    width: min(calc(100% - 24px), 1450px);
  }

  .site-header {
    border-bottom: var(--rule-strong);
  }

  .utility {
    min-height: 94px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    column-gap: 8px;
    padding: 12px 0;
  }

  .brand {
    width: 124px;
  }

  .mobile-search-toggle,
  .menu-button {
    min-width: 0;
    min-height: 44px;
    padding: 9px 10px;
    border: 1px solid var(--ink);
    background: transparent;
    font-size: 12px;
    line-height: 1;
  }

  .main-nav {
    max-height: 72vh;
    margin: 0;
    padding: 10px 0 16px;
    border-bottom: 0;
  }

  .main-nav a {
    padding: 12px 2px;
    border-bottom: var(--rule-light);
    font-size: 15px;
  }

  .lead-grid {
    padding: 26px 0 30px;
    border-bottom: var(--rule-light);
  }

  .lead-copy h1,
  .lead-copy.is-long-title h1,
  .lead-copy.is-very-long-title h1 {
    margin: 7px 0 16px;
    font-size: clamp(34px, 11.5vw, 48px);
    line-height: 1;
    letter-spacing: -.035em;
  }

  .dek {
    font-size: 16px;
    line-height: 1.48;
  }

  .lead-image {
    height: clamp(215px, 66vw, 330px);
    margin-top: 22px;
  }

  .intelligence {
    margin-top: 28px;
    padding: 20px 0 0;
    border-top: var(--rule-strong);
    border-left: 0;
  }

  .intelligence article {
    border-bottom: var(--rule-light);
  }

  .news-strip {
    padding-top: 4px;
  }

  .news-strip > article,
  .strip-briefs {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .rule-title {
    min-height: 62px;
    gap: 12px;
    padding-top: 13px;
  }

  .rule-title h2 {
    max-width: 68%;
    padding: 0;
    font-size: clamp(22px, 7.1vw, 28px);
    line-height: 1;
  }

  .rule-title a {
    max-width: 32%;
    padding: 1px 0 0;
    font-size: 10px;
    line-height: 1.2;
    text-align: right;
  }

  .dynamic-grid,
  .opinion-grid,
  .culture-grid,
  .insights-grid,
  .investigation-lead {
    padding-top: 0;
  }

  .lead-section-story {
    padding-top: 6px;
  }

  .lead-section-story .story-image,
  .investigation-lead img,
  .section-image {
    height: clamp(215px, 66vw, 320px);
  }

  .lead-section-story .story-copy,
  .culture-lead .story-copy {
    padding: 20px 0;
  }

  .section-secondary article,
  .section-briefs article,
  .opinion-grid article,
  .insights-grid article {
    padding: 20px 0;
    border-top: var(--rule-light);
  }

  .section-secondary .story-copy h3,
  .section-briefs .story-copy h3 {
    font-size: 21px;
    line-height: 1.12;
  }

  .story-excerpt {
    font-size: 15px;
    line-height: 1.48;
  }

  .insights-grid > div + div,
  .studio-newsletter form {
    border-top: var(--rule-light);
  }

  .studio-newsletter {
    margin-top: 44px;
  }

  .studio-newsletter > div,
  .studio-newsletter form {
    padding: 24px 0;
  }

  .paper {
    padding: 18px 0;
  }

  .footer-grid {
    padding: 28px 0;
  }

  .footer-grid > * {
    padding: 0;
    border-top: 0;
  }

  .footer-grid > * + * {
    margin-top: 24px;
    padding-top: 0;
  }

  .footer-logo {
    width: min(300px, 90vw);
  }
}

@media (max-width: 360px) {
  .brand {
    width: 112px;
  }

  .mobile-search-toggle,
  .menu-button {
    padding-inline: 8px;
    font-size: 11px;
  }

  .lead-copy h1,
  .lead-copy.is-long-title h1,
  .lead-copy.is-very-long-title h1 {
    font-size: 33px;
  }
}

/* =====================================================================
   TAP Editorial 1.4 — Culture ample + footer noir de marque
   ===================================================================== */

/* La v1.3 utilisait encore trois rails pour seulement deux enfants :
   la troisième colonne vide comprimait toute la rubrique Culture. */
.section-culture .culture-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.72fr) minmax(330px, .78fr);
  align-items: stretch;
  gap: 0;
  padding: 12px 0 8px;
}

.section-culture .culture-lead {
  display: grid;
  grid-template-columns: minmax(320px, 1.08fr) minmax(280px, .92fr);
  min-height: 390px;
  padding-right: 34px;
}

.section-culture .culture-lead .story-image {
  min-height: 390px;
  overflow: hidden;
}

.section-culture .culture-lead .story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-culture .culture-lead .story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 0 18px 34px;
}

.section-culture .culture-lead .story-copy h2 {
  font-size: clamp(34px, 3.3vw, 52px);
  line-height: 1.02;
  letter-spacing: -.025em;
}

.section-culture .culture-lead .story-excerpt {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.52;
}

.section-culture .culture-grid > .section-secondary {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  padding: 0 0 0 30px;
  border-left: var(--rule-light);
}

.section-culture .section-secondary article {
  display: flex;
  align-items: center;
  padding: 18px 0;
}

.section-culture .section-secondary article:first-child {
  padding-top: 4px;
}

.section-culture .section-secondary article + article {
  margin-top: 0;
  border-top: var(--rule-light);
}

.section-culture .section-secondary .story-copy h3 {
  font-size: clamp(19px, 1.65vw, 25px);
  line-height: 1.08;
}

.section-culture .section-secondary .story-excerpt {
  margin-top: 9px;
  font-size: 13px;
  line-height: 1.42;
}

/* Le fond reste aligné sur la grille mais s’étend bord à bord. */
.site-footer {
  position: relative;
  isolation: isolate;
  margin-top: 72px;
  padding-top: 52px;
  color: #fff;
  background: #090909;
  box-shadow: 0 0 0 100vmax #090909;
  clip-path: inset(0 -100vmax);
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--orange);
}

.site-footer .kicker {
  color: var(--orange);
}

.site-footer .studio-newsletter {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  margin-top: 0;
  border-top: 2px solid #fff;
  border-bottom: 1px solid rgba(255,255,255,.22);
}

.site-footer .studio-newsletter > div {
  padding: 28px 32px 30px 0;
}

.site-footer .studio-newsletter h3 {
  max-width: 560px;
  color: #fff;
  font-size: clamp(22px, 2.1vw, 31px);
  line-height: 1.08;
}

.site-footer .studio-newsletter p:not(.kicker) {
  max-width: 52ch;
  color: #bbb;
  font-size: 13px;
  line-height: 1.55;
}

.site-footer .studio-newsletter form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, .7fr) auto;
  align-items: center;
  gap: 14px;
  padding: 28px 0 30px 34px;
  border-left: 1px solid rgba(255,255,255,.22);
}

.site-footer .studio-newsletter form > div {
  margin-right: 0;
}

.site-footer .studio-newsletter input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #fff;
  color: var(--ink);
  background: #fff;
  font-size: 15px;
}

.site-footer .studio-newsletter button {
  min-height: 48px;
  padding-inline: 24px;
  border: 2px solid var(--orange);
  background: var(--orange);
  color: #fff;
  cursor: pointer;
}

.site-footer .studio-newsletter button:hover,
.site-footer .studio-newsletter button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 3px 4px 0 #fff;
}

.site-footer .paper {
  min-height: 62px;
  border-top: 0;
  border-bottom: 1px solid rgba(255,255,255,.22);
  color: #ddd;
}

.site-footer .paper strong {
  color: #fff;
  font-size: 15px;
}

.site-footer .paper a {
  color: var(--orange);
}

.site-footer .footer-grid {
  grid-template-columns: minmax(280px, 1.45fr) repeat(4, minmax(140px, 1fr));
  gap: 0;
  padding: 42px 0 38px;
  border-top: 0;
  border-bottom: 1px solid rgba(255,255,255,.22);
}

.site-footer .footer-grid > * {
  padding: 0 28px;
  border-left: 1px solid rgba(255,255,255,.16);
}

.site-footer .footer-grid > *:first-child {
  padding-left: 0;
  border-left: 0;
}

.site-footer .footer-brand {
  padding-right: 54px;
}

.site-footer .footer-logo {
  width: min(330px, 100%);
  margin-bottom: 20px;
}

.site-footer .footer-grid p,
.site-footer .footer-grid li {
  color: #c7c7c7;
  font-size: 12px;
  line-height: 1.72;
}

.site-footer .footer-grid .kicker {
  margin-bottom: 13px;
  color: var(--orange);
  font-size: 12px;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255,255,255,.22);
}

.footer-social .social-link {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 2px solid var(--orange);
  border-radius: 50%;
  background: var(--orange);
  transition: transform .18s ease, background .18s ease;
}

.footer-social .social-link:hover,
.footer-social .social-link:focus-visible {
  transform: translateY(-3px);
  background: #fff;
}

.footer-social .social-link img {
  width: 17px;
  height: 17px;
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 58px;
  color: #9f9f9f;
  font-family: var(--sans);
  font-size: 10px;
}

.footer-legal small {
  margin-right: auto;
}

@media (max-width: 1100px) {
  .section-culture .culture-grid {
    grid-template-columns: 1fr;
  }

  .section-culture .culture-lead {
    grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr);
    padding-right: 0;
  }

  .section-culture .culture-grid > .section-secondary {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: none;
    gap: 0;
    padding: 26px 0 0;
    border-top: var(--rule-light);
    border-left: 0;
  }

  .section-culture .section-secondary article {
    display: block;
    padding: 0 24px;
  }

  .section-culture .section-secondary article:first-child {
    padding-left: 0;
  }

  .section-culture .section-secondary article + article {
    border-top: 0;
    border-left: var(--rule-light);
  }

  .site-footer .studio-newsletter form {
    grid-template-columns: 1fr auto;
  }

  .site-footer .studio-newsletter form > div {
    grid-column: 1 / -1;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1.4fr repeat(2, 1fr);
  }

  .site-footer .footer-grid > *:nth-child(4),
  .site-footer .footer-grid > *:nth-child(5) {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,.16);
  }

  .site-footer .footer-grid > *:nth-child(4) {
    grid-column: 2;
  }
}

@media (max-width: 760px) {
  .section-culture .culture-grid,
  .section-culture .culture-lead,
  .section-culture .culture-grid > .section-secondary {
    display: block;
  }

  .section-culture .culture-lead {
    min-height: 0;
  }

  .section-culture .culture-lead .story-image {
    min-height: 0;
    height: clamp(230px, 72vw, 340px);
  }

  .section-culture .culture-lead .story-copy {
    padding: 22px 0 26px;
  }

  .section-culture .culture-lead .story-copy h2 {
    font-size: clamp(31px, 10vw, 42px);
  }

  .section-culture .culture-grid > .section-secondary {
    padding-top: 0;
    border-top: 0;
  }

  .section-culture .section-secondary article,
  .section-culture .section-secondary article:first-child,
  .section-culture .section-secondary article + article {
    padding: 21px 0;
    border-top: var(--rule-light);
    border-left: 0;
  }

  .site-footer {
    margin-top: 54px;
    padding-top: 34px;
  }

  .site-footer .studio-newsletter {
    display: block;
  }

  .site-footer .studio-newsletter > div,
  .site-footer .studio-newsletter form {
    padding: 25px 0;
  }

  .site-footer .studio-newsletter form {
    display: grid;
    grid-template-columns: 1fr;
    border-top: 1px solid rgba(255,255,255,.22);
    border-left: 0;
  }

  .site-footer .studio-newsletter form > div {
    grid-column: auto;
  }

  .site-footer .paper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px 0;
  }

  .site-footer .footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 24px;
    padding: 34px 0;
  }

  .site-footer .footer-grid > *,
  .site-footer .footer-grid > *:first-child,
  .site-footer .footer-grid > *:nth-child(4),
  .site-footer .footer-grid > *:nth-child(5) {
    grid-column: auto;
    margin-top: 0;
    padding: 22px 0;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.16);
  }

  .site-footer .footer-brand {
    grid-column: 1 / -1;
    padding-top: 0;
    border-top: 0;
  }

  .site-footer .footer-logo {
    width: min(290px, 88vw);
  }

  .footer-legal {
    flex-wrap: wrap;
    gap: 8px 16px;
    padding: 18px 0 24px;
  }

  .footer-legal small {
    flex: 0 0 100%;
  }
}

@media (max-width: 420px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr;
  }

  .site-footer .footer-grid > * {
    grid-column: 1;
  }
}
