:root {
  --sand: #eee2c8;
  --sand-light: #f8f2e6;
  --terracotta: #bd6044;
  --terracotta-dark: #8f3e2d;
  --olive: #46502f;
  --olive-dark: #2f3523;
  --blue: #2d6070;
  --ink: #24231f;
  --line: rgba(36, 35, 31, .22);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--sand-light); color: var(--ink); font-family: Verdana, Geneva, sans-serif; font-size: 16px; line-height: 1.68; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: 12px; z-index: 100; padding: 10px 14px; background: white; transform: translateY(-200%); }
.skip-link:focus { transform: none; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.topline { display: flex; justify-content: space-between; padding-block: 10px 9px; border-bottom: 1px solid var(--line); color: var(--olive-dark); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.site-header { background: var(--sand); }
.nav-shell { min-height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; font-size: 20px; font-weight: 700; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50% 50% 35% 50%; background: var(--terracotta); color: #fff; font-size: 25px; }
nav { display: flex; align-items: center; gap: 30px; }
.nav-shell nav a { font-size: 13px; font-weight: 700; border-bottom: 2px solid transparent; }
.nav-shell nav a:hover, .nav-shell nav a:focus-visible { border-color: var(--terracotta); }
.search-toggle { justify-self: end; position: relative; width: 44px; height: 44px; padding: 0; border: 1px solid var(--ink); border-radius: 50%; background: transparent; cursor: pointer; }
.search-toggle span::before { content: ''; position: absolute; width: 12px; height: 12px; border: 2px solid var(--ink); border-radius: 50%; left: 13px; top: 11px; }
.search-toggle span::after { content: ''; position: absolute; width: 9px; height: 2px; background: var(--ink); transform: rotate(45deg); left: 25px; top: 27px; }
.search-toggle:hover { background: var(--terracotta); border-color: var(--terracotta); }
.search-toggle:hover span::before { border-color: white; }
.search-toggle:hover span::after { background: white; }
.lead-band { background: var(--olive); color: white; padding: 42px 0 50px; overflow: hidden; }
.lead-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .8fr); gap: 58px; align-items: center; }
.lead-photo { position: relative; }
.lead-photo::before { content: ''; position: absolute; width: 110px; height: 110px; border-radius: 50%; background: var(--terracotta); right: -28px; top: -22px; }
.lead-photo img { position: relative; aspect-ratio: 16/10; object-fit: cover; border-radius: 84px 20px 84px 20px; }
.photo-note { position: absolute; left: 28px; bottom: 24px; padding: 7px 12px; border-radius: 18px; background: var(--sand-light); color: var(--ink); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.lead-copy { position: relative; padding-right: 10px; }
.edition, .kicker { display: block; color: var(--terracotta-dark); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.edition { color: #e7b384; margin-bottom: 34px; }
.category-link { display: inline-block; color: var(--terracotta-dark); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.category-link.light, .kicker.light { color: #f1c59e; }
.lead-copy h1 { margin: 16px 0 20px; font-size: 62px; line-height: 1.04; letter-spacing: 0; }
.lead-copy p { margin: 0 0 25px; color: #e9eadf; font-size: 17px; line-height: 1.65; }
.read-link { display: inline-flex; gap: 10px; align-items: center; color: white; font-size: 13px; font-weight: 700; border-bottom: 2px solid var(--terracotta); padding-bottom: 4px; }
.read-link.dark { color: var(--ink); }
.verb-strip { background: var(--terracotta); color: white; }
.verb-strip .wrap { display: flex; min-height: 54px; align-items: center; justify-content: space-between; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.verb-strip i { width: 7px; height: 7px; background: var(--sand); border-radius: 50%; }
.stories-section { padding-block: 92px 110px; }
.section-heading { display: grid; grid-template-columns: 1.5fr .7fr; gap: 60px; align-items: end; margin-bottom: 46px; }
.section-heading h2 { max-width: 720px; margin: 8px 0 0; font-size: 38px; line-height: 1.18; }
.section-heading > p { margin: 0; padding-left: 20px; border-left: 1px solid var(--line); color: #5b584e; font-size: 14px; }
.story-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px 38px; align-items: start; }
.story-card { min-width: 0; }
.story-card.story-wide { margin-top: 90px; }
.story-card.story-compact { display: grid; grid-template-columns: 180px 1fr; gap: 24px; padding-top: 28px; border-top: 1px solid var(--line); }
.story-image { display: block; overflow: hidden; border-radius: 54px 14px 54px 14px; background: var(--sand); }
.story-image img { aspect-ratio: 4/3; object-fit: cover; transition: transform .35s ease; }
.story-image:hover img { transform: scale(1.025); }
.story-tall .story-image img { aspect-ratio: 5/6; }
.story-wide .story-image img { aspect-ratio: 16/10; }
.story-compact .story-image { border-radius: 30px 8px 30px 8px; }
.story-compact .story-image img { height: 100%; min-height: 170px; }
.story-copy { padding-top: 20px; }
.story-compact .story-copy { padding-top: 0; }
.story-copy h3 { margin: 8px 0 10px; font-size: 25px; line-height: 1.25; }
.story-copy h3 a:hover { color: var(--terracotta-dark); }
.story-copy p { margin: 0 0 18px; color: #5c584e; font-size: 14px; }
.story-meta { display: flex; gap: 18px; color: #777164; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.category-band { padding: 88px 0; background: var(--terracotta); color: white; }
.category-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.category-intro h2 { margin: 12px 0 0; font-size: 35px; line-height: 1.25; }
.category-list { border-top: 1px solid rgba(255,255,255,.35); }
.category-list > a { display: grid; grid-template-columns: 45px 1fr 30px; gap: 18px; align-items: center; padding: 26px 4px; border-bottom: 1px solid rgba(255,255,255,.35); }
.category-list > a:hover { background: rgba(255,255,255,.07); }
.category-list span { color: #ffd5b8; font-size: 11px; font-weight: 700; }
.category-list strong { display: block; font-size: 22px; }
.category-list small { display: block; margin-top: 4px; color: #ffe6d5; font-size: 12px; }
.category-list b { font-size: 20px; }
.small-practice { display: grid; grid-template-columns: 130px 1.25fr .75fr; gap: 46px; align-items: center; padding-block: 80px; }
.practice-number { display: grid; place-items: center; width: 110px; height: 110px; border-radius: 50% 50% 40% 50%; background: var(--blue); color: white; font-size: 45px; font-weight: 700; }
.small-practice h2 { margin: 6px 0 0; font-size: 27px; line-height: 1.3; }
.small-practice > p { color: #59564e; font-size: 13px; }
.site-footer { padding: 65px 0 38px; background: var(--olive-dark); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 70px; }
.footer-brand { margin-bottom: 18px; }
.footer-grid p { max-width: 410px; color: #d5d8ca; font-size: 13px; }
.footer-grid h2 { margin: 6px 0 16px; color: #e7b384; font-size: 12px; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; font-size: 12px; }
.footer-grid a:hover { color: #f1c59e; }
.footer-grid span { margin-top: 10px; color: #aeb3a2; }
.search-dialog { width: min(760px, calc(100% - 28px)); max-height: calc(100vh - 40px); padding: 34px; border: 0; border-radius: 42px 14px 42px 14px; background: var(--sand-light); box-shadow: 0 22px 80px rgba(0,0,0,.3); }
.search-dialog::backdrop { background: rgba(30, 31, 23, .72); }
.search-head { display: flex; justify-content: space-between; gap: 30px; align-items: start; }
.search-head h2 { margin: 6px 0 25px; font-size: 30px; line-height: 1.2; }
.close-search { width: 42px; height: 42px; flex: 0 0 42px; border: 1px solid var(--ink); border-radius: 50%; background: transparent; font-size: 25px; cursor: pointer; }
.search-field input { width: 100%; padding: 15px 18px; border: 1px solid var(--ink); border-radius: 22px 7px 22px 7px; background: white; color: var(--ink); }
.search-status { color: #6c675c; font-size: 12px; }
.search-result { display: grid; grid-template-columns: 1fr auto; gap: 14px; padding: 16px 0; border-top: 1px solid var(--line); }
.search-result strong { display: block; font-size: 16px; }
.search-result small { color: var(--terracotta-dark); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.search-result span { align-self: center; }
.article-hero { display: grid; grid-template-columns: .85fr 1.15fr; gap: 62px; align-items: center; padding-block: 60px 70px; }
.article-heading h1 { margin: 16px 0 22px; font-size: 60px; line-height: 1.08; }
.article-heading > p { color: #555248; font-size: 18px; }
.article-byline { display: flex; flex-wrap: wrap; gap: 14px 24px; margin-top: 28px; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.article-hero figure { margin: 0; }
.article-hero figure img { aspect-ratio: 5/4; object-fit: cover; border-radius: 84px 18px 84px 18px; }
.article-hero figcaption { padding-top: 7px; color: #777164; font-size: 10px; text-align: right; }
.article-layout { display: grid; grid-template-columns: 220px minmax(0, 700px); gap: 70px; justify-content: center; padding-bottom: 100px; }
.article-aside { align-self: start; position: sticky; top: 24px; padding-top: 20px; color: #676257; font-size: 12px; }
.article-aside .aside-line { display: block; width: 70px; height: 4px; border-radius: 5px; background: var(--terracotta); margin-bottom: 18px; }
.article-aside a { color: var(--terracotta-dark); font-weight: 700; }
.article-body { font-size: 17px; line-height: 1.82; }
.article-body .intro { margin-top: 0; font-size: 20px; line-height: 1.7; color: #403d36; }
.article-body h2 { margin: 55px 0 17px; font-size: 32px; line-height: 1.22; color: var(--olive-dark); }
.article-body h3 { margin: 34px 0 10px; font-size: 21px; line-height: 1.3; }
.article-body h4 { margin: 25px 0 8px; color: var(--terracotta-dark); font-size: 16px; }
.article-body p { margin: 0 0 21px; }
.article-body ul, .article-body ol { margin: 12px 0 26px; padding-left: 25px; }
.article-body li { margin-bottom: 8px; padding-left: 5px; }
.article-body code { padding: 2px 5px; border-radius: 4px; background: var(--sand); font-size: .85em; overflow-wrap: break-word; }
.related-section { padding: 80px 0 95px; background: var(--sand); }
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.related-grid .story-card { display: grid; grid-template-columns: 210px 1fr; gap: 24px; }
.related-grid .story-copy { padding-top: 0; }
.related-grid .story-image { border-radius: 38px 10px 38px 10px; }
.related-grid .story-image img { height: 100%; min-height: 220px; }
.category-hero { padding: 70px 0; background: var(--olive); color: white; }
.category-hero .wrap { display: grid; grid-template-columns: 1fr 1fr auto; gap: 45px; align-items: end; }
.category-hero h1 { margin: 8px 0 0; font-size: 60px; line-height: 1; }
.category-hero p { margin: 0; color: #e4e6db; }
.category-count { display: flex; align-items: center; gap: 13px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.4); border-radius: 28px 9px 28px 9px; }
.category-count strong { color: #f1c59e; font-size: 32px; }
.category-count span { max-width: 80px; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.archive-section { padding-block: 75px 95px; }
.archive-intro { display: flex; justify-content: space-between; gap: 40px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.archive-intro p { max-width: 520px; margin: 0; color: #656055; font-size: 13px; }
.archive-item { display: grid; grid-template-columns: 50px 320px 1fr; gap: 32px; align-items: center; padding: 42px 0; border-bottom: 1px solid var(--line); }
.archive-number { align-self: start; color: var(--terracotta-dark); font-size: 12px; font-weight: 700; }
.archive-image { overflow: hidden; border-radius: 44px 12px 44px 12px; }
.archive-image img { aspect-ratio: 4/3; object-fit: cover; }
.archive-item h2 { margin: 10px 0; font-size: 30px; line-height: 1.22; }
.archive-item p { color: #5c584f; font-size: 14px; }
.other-categories { display: flex; gap: 25px; align-items: center; margin-bottom: 80px; padding: 24px; border: 1px solid var(--line); border-radius: 34px 10px 34px 10px; }
.other-categories span { margin-right: auto; color: var(--terracotta-dark); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.other-categories a { font-size: 13px; font-weight: 700; }
@media (max-width: 900px) {
  .nav-shell { grid-template-columns: 1fr auto; }
  .nav-shell nav { grid-column: 1 / -1; grid-row: 2; justify-content: center; padding-bottom: 18px; }
  .lead-grid, .category-layout, .section-heading, .category-hero .wrap { grid-template-columns: 1fr; }
  .lead-grid { gap: 38px; }
  .lead-copy { max-width: 680px; }
  .lead-copy h1 { font-size: 52px; }
  .article-heading h1 { font-size: 52px; }
  .category-hero h1 { font-size: 52px; }
  .edition { margin-bottom: 20px; }
  .story-card.story-compact { grid-template-columns: 150px 1fr; }
  .small-practice { grid-template-columns: 110px 1fr; }
  .small-practice > p { grid-column: 2; }
  .article-hero { grid-template-columns: 1fr; }
  .article-heading { max-width: 760px; }
  .article-layout { grid-template-columns: 170px minmax(0, 1fr); gap: 42px; }
  .related-grid .story-card { grid-template-columns: 1fr; }
  .archive-item { grid-template-columns: 35px 240px 1fr; gap: 22px; }
}
@media (max-width: 680px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .topline span:last-child { display: none; }
  .nav-shell { gap: 12px; min-height: 80px; }
  .nav-shell nav { justify-content: flex-start; gap: 18px; overflow-x: auto; }
  .nav-shell nav a { white-space: nowrap; }
  .lead-band { padding-top: 24px; }
  .lead-photo::before { width: 75px; height: 75px; right: -8px; }
  .lead-photo img { aspect-ratio: 4/3; border-radius: 52px 14px 52px 14px; }
  .lead-copy h1 { font-size: 38px; }
  .verb-strip .wrap { gap: 12px; overflow: hidden; }
  .verb-strip span:nth-of-type(5), .verb-strip i:nth-of-type(4) { display: none; }
  .stories-section { padding-block: 65px 75px; }
  .section-heading { gap: 18px; margin-bottom: 30px; }
  .section-heading h2 { font-size: 30px; }
  .section-heading > p { padding-left: 0; border-left: 0; }
  .story-grid { grid-template-columns: 1fr; gap: 52px; }
  .story-card.story-wide { margin-top: 0; }
  .story-card.story-compact { grid-template-columns: 120px 1fr; gap: 16px; }
  .story-compact .story-copy p { display: none; }
  .story-copy h3 { font-size: 21px; }
  .story-compact .story-copy h3 { font-size: 17px; }
  .story-compact .story-image img { min-height: 145px; }
  .story-meta { flex-wrap: wrap; gap: 4px 12px; }
  .category-band { padding-block: 65px; }
  .category-layout { gap: 35px; }
  .category-list strong { font-size: 18px; }
  .category-list small { line-height: 1.4; }
  .small-practice { grid-template-columns: 76px 1fr; gap: 22px; padding-block: 58px; }
  .practice-number { width: 72px; height: 72px; font-size: 30px; }
  .small-practice h2 { font-size: 21px; }
  .small-practice > p { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .search-dialog { padding: 25px 20px; border-radius: 30px 9px 30px 9px; }
  .article-hero { gap: 35px; padding-block: 40px 55px; }
  .article-heading h1 { font-size: 38px; }
  .article-heading > p { font-size: 16px; }
  .article-hero figure img { border-radius: 52px 13px 52px 13px; }
  .article-layout { grid-template-columns: 1fr; padding-bottom: 70px; }
  .article-aside { position: static; padding: 18px; border: 1px solid var(--line); border-radius: 25px 8px 25px 8px; }
  .article-body { font-size: 16px; }
  .article-body .intro { font-size: 18px; }
  .article-body h2 { margin-top: 44px; font-size: 27px; }
  .related-section { padding-block: 60px 70px; }
  .related-grid { grid-template-columns: 1fr; }
  .related-grid .story-card { display: grid; grid-template-columns: 130px 1fr; gap: 16px; }
  .related-grid .story-image img { min-height: 160px; }
  .related-grid .story-copy p { display: none; }
  .category-hero { padding-block: 52px; }
  .category-hero .wrap { gap: 22px; }
  .category-hero h1 { font-size: 40px; overflow-wrap: break-word; }
  .category-count { width: max-content; }
  .archive-section { padding-block: 55px 70px; }
  .archive-intro { display: block; }
  .archive-intro p { margin-top: 12px; }
  .archive-item { grid-template-columns: 34px 1fr; gap: 18px; align-items: start; }
  .archive-image { grid-column: 2; }
  .archive-item > div { grid-column: 2; }
  .archive-item h2 { font-size: 25px; }
  .other-categories { flex-wrap: wrap; align-items: flex-start; }
  .other-categories span { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .story-image img { transition: none; } }

/* editorial-core-v1 */
.editorial-core {
  --editorial-core-accent: var(--accent, var(--red, var(--primary, currentColor)));
  width: min(calc(100% - 32px), var(--max, var(--max-width, 1180px)));
  margin: clamp(40px, 6vw, 78px) auto;
  padding: clamp(24px, 3vw, 42px) 0;
  border-top: 3px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.editorial-core__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(24px, 3vw, 38px);
}
.editorial-core__head p,
.editorial-core__kicker {
  margin: 0 0 6px;
  color: var(--editorial-core-accent);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
.editorial-core__head h2 {
  margin: 0;
  max-width: 18ch;
  font-size: 3rem;
  line-height: 1;
}
.editorial-core__head > span {
  flex: none;
  padding-bottom: 4px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}
.editorial-core :is(h3, p) {
  overflow-wrap: break-word;
  hyphens: none;
}
.editorial-core a {
  color: inherit;
}
.editorial-core__feature {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  min-width: 0;
  margin: 0 0 clamp(24px, 3vw, 38px);
  border: 1px solid currentColor;
  background: rgba(127, 127, 127, 0.06);
}
.editorial-core__feature > a,
.editorial-core__card > a {
  display: block;
  min-width: 0;
  text-decoration: none;
}
.editorial-core__media {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  overflow: hidden;
  background: rgba(127, 127, 127, 0.12);
}
.editorial-core__feature .editorial-core__media {
  height: clamp(300px, 34vw, 460px);
}
.editorial-core__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
}
.editorial-core__feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(24px, 3.5vw, 48px);
}
.editorial-core__feature h3 {
  margin: 0 0 16px;
  font-size: 2rem;
  line-height: 1.04;
}
.editorial-core__feature-copy > p:not(.editorial-core__kicker) {
  margin: 0 0 22px;
}
.editorial-core__read {
  width: max-content;
  max-width: 100%;
  margin-top: auto;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.editorial-core__spotlight,
.editorial-core__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
}
.editorial-core__spotlight {
  margin-bottom: clamp(24px, 3vw, 38px);
}
.editorial-core__card {
  min-width: 0;
  margin: 0;
  border-bottom: 1px solid currentColor;
}
.editorial-core__card .editorial-core__media {
  min-height: 0;
  height: clamp(170px, 18vw, 250px);
}
.editorial-core__card-copy {
  padding: 18px 0 22px;
}
.editorial-core__card h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  line-height: 1.18;
}
.editorial-core__card-copy > p:not(.editorial-core__kicker) {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
}
.editorial-core__card--compact {
  display: grid;
  grid-template-columns: minmax(110px, 0.7fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}
.editorial-core__card--compact .editorial-core__media {
  height: 130px;
}
.editorial-core__card--compact .editorial-core__card-copy {
  padding-top: 0;
}
.editorial-core__card--compact h3 {
  font-size: 1rem;
}
.editorial-core__card--compact .editorial-core__card-copy > p:not(.editorial-core__kicker) {
  display: none;
}
@media (max-width: 900px) {
  .editorial-core__feature {
    grid-template-columns: 1fr;
  }
  .editorial-core__spotlight,
  .editorial-core__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {
  .editorial-core {
    width: min(calc(100% - 24px), var(--max, var(--max-width, 1180px)));
    margin-block: 32px;
    padding-block: 24px;
  }
  .editorial-core__head {
    align-items: start;
  }
  .editorial-core__head h2 {
    font-size: 2rem;
  }
  .editorial-core__head > span {
    white-space: nowrap;
  }
  .editorial-core__feature .editorial-core__media {
    height: min(72vw, 340px);
  }
  .editorial-core__feature-copy {
    padding: 22px;
  }
  .editorial-core__feature h3 {
    font-size: 1.75rem;
  }
  .editorial-core__spotlight,
  .editorial-core__grid {
    grid-template-columns: 1fr;
  }
  .editorial-core__card {
    display: grid;
    grid-template-columns: minmax(110px, 0.72fr) minmax(0, 1fr);
    gap: 14px;
    align-items: start;
  }
  .editorial-core__card .editorial-core__media {
    height: 122px;
  }
  .editorial-core__card-copy {
    padding-top: 0;
  }
  .editorial-core__card-copy > p:not(.editorial-core__kicker) {
    display: none;
  }
}

/* editorial-diversity-v2 */
.editorial-core--diverse {
  --ec-tint: rgba(127, 127, 127, 0.08);
  --ec-strong-tint: rgba(127, 127, 127, 0.15);
  counter-reset: editorial-card 1;
  gap: var(--ec-gap);
  isolation: isolate;
}
.editorial-core--diverse .editorial-core__media {
  display: block !important;
  overflow: hidden;
  border-radius: var(--ec-radius);
}
.editorial-core--diverse .editorial-core__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--ec-image-position);
}
.editorial-core--diverse .editorial-core__card {
  counter-increment: editorial-card;
}
.editorial-core--diverse .editorial-core__kicker::before {
  content: counter(editorial-card, decimal-leading-zero) " / ";
  opacity: 0.62;
}
.editorial-core--diverse .editorial-core__feature .editorial-core__kicker::before {
  content: "01 / ";
}
.editorial-core--diverse.ec-image-landscape .editorial-core__card .editorial-core__media { aspect-ratio: 16 / 10; }
.editorial-core--diverse.ec-image-portrait .editorial-core__card .editorial-core__media { aspect-ratio: 4 / 5; }
.editorial-core--diverse.ec-image-square .editorial-core__card .editorial-core__media { aspect-ratio: 1; }
.editorial-core--diverse.ec-image-panorama .editorial-core__card .editorial-core__media { aspect-ratio: 2 / 1; }
.editorial-core--diverse.ec-image-soft .editorial-core__media { border-radius: 8px; }
.editorial-core--diverse.ec-image-cut .editorial-core__media { clip-path: polygon(0 0, 94% 0, 100% 12%, 100% 100%, 6% 100%, 0 88%); }

.editorial-core--diverse.ec-cards-rules .editorial-core__card { border-top: 1px solid currentColor; border-bottom: 0; padding-top: 12px; }
.editorial-core--diverse.ec-cards-blocks .editorial-core__card { background: var(--ec-tint); border: 0; padding: 12px; }
.editorial-core--diverse.ec-cards-quiet .editorial-core__card { border: 0; }
.editorial-core--diverse.ec-cards-numbered .editorial-core__card { border-left: 4px solid currentColor; border-bottom: 0; padding-left: 14px; }
.editorial-core--diverse.ec-cards-frames .editorial-core__card { border: 1px solid currentColor; padding: 10px; }
.editorial-core--diverse.ec-heading-center .editorial-core__head { align-items: center; text-align: center; flex-direction: column; }
.editorial-core--diverse.ec-heading-center .editorial-core__head h2 { max-width: none; }
.editorial-core--diverse.ec-heading-rail .editorial-core__head { border-left: 8px solid currentColor; padding-left: 18px; }
.editorial-core--diverse.ec-heading-oversized .editorial-core__head h2 { font-size: 3.7rem; max-width: 12ch; }

/* Folio: a calm lead spread followed by an even reading shelf. */
.editorial-core--diverse.ec-layout-folio .editorial-core__feature { grid-template-columns: minmax(0, var(--ec-lead)) minmax(280px, 1fr); }
.editorial-core--diverse.ec-layout-folio .editorial-core__spotlight { grid-template-columns: 1.35fr 0.85fr 0.85fr; }

/* Ledger: section heading acts as a permanent editorial rail. */
.editorial-core--diverse.ec-layout-ledger {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr);
  align-items: start;
}
.editorial-core--diverse.ec-layout-ledger .editorial-core__head { grid-row: 1 / 4; display: block; position: sticky; top: 18px; padding-right: 22px; }
.editorial-core--diverse.ec-layout-ledger .editorial-core__head > span { display: block; margin-top: 22px; }
.editorial-core--diverse.ec-layout-ledger .editorial-core__feature,
.editorial-core--diverse.ec-layout-ledger .editorial-core__spotlight,
.editorial-core--diverse.ec-layout-ledger .editorial-core__grid { grid-column: 2; }

/* Mosaic: large blocks with staggered image proportions. */
.editorial-core--diverse.ec-layout-mosaic .editorial-core__feature { grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr); }
.editorial-core--diverse.ec-layout-mosaic .editorial-core__feature > a { order: 2; }
.editorial-core--diverse.ec-layout-mosaic .editorial-core__spotlight { grid-template-columns: 1.4fr 0.8fr 0.8fr; align-items: end; }
.editorial-core--diverse.ec-layout-mosaic .editorial-core__spotlight .editorial-core__card:first-child .editorial-core__media { height: 340px; }

/* Dispatch: image-led front page with a readable overlay. */
.editorial-core--diverse.ec-layout-dispatch .editorial-core__feature { position: relative; display: block; min-height: 520px; color: white; border: 0; }
.editorial-core--diverse.ec-layout-dispatch .editorial-core__feature > a,
.editorial-core--diverse.ec-layout-dispatch .editorial-core__feature .editorial-core__media { position: absolute; inset: 0; }
.editorial-core--diverse.ec-layout-dispatch .editorial-core__feature-copy { position: relative; z-index: 1; width: min(620px, 74%); min-height: 520px; justify-content: end; background: linear-gradient(90deg, rgba(10, 10, 10, 0.88), rgba(10, 10, 10, 0.5), transparent); }
.editorial-core--diverse.ec-layout-dispatch .editorial-core__kicker { color: white; }

/* Catalog: text-first lead and compact product-like rows. */
.editorial-core--diverse.ec-layout-catalog .editorial-core__feature { grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr); }
.editorial-core--diverse.ec-layout-catalog .editorial-core__feature > a { order: 2; }
.editorial-core--diverse.ec-layout-catalog .editorial-core__spotlight { grid-template-columns: 1fr; }
.editorial-core--diverse.ec-layout-catalog .editorial-core__spotlight .editorial-core__card { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 20px; }
.editorial-core--diverse.ec-layout-catalog .editorial-core__spotlight .editorial-core__media { height: 120px; }

/* Journal: broad photography and generous article notes. */
.editorial-core--diverse.ec-layout-journal .editorial-core__feature { display: block; max-width: 980px; border: 0; }
.editorial-core--diverse.ec-layout-journal .editorial-core__feature .editorial-core__media { height: 500px; }
.editorial-core--diverse.ec-layout-journal .editorial-core__feature-copy { max-width: 720px; margin: -76px 0 0 auto; position: relative; background: var(--paper, var(--background, white)); border: 1px solid currentColor; }
.editorial-core--diverse.ec-layout-journal .editorial-core__spotlight { grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* Ribbon: reversed lead with strong horizontal movement. */
.editorial-core--diverse.ec-layout-ribbon .editorial-core__feature { grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr); }
.editorial-core--diverse.ec-layout-ribbon .editorial-core__feature > a { order: 2; }
.editorial-core--diverse.ec-layout-ribbon .editorial-core__spotlight { display: flex; overflow-x: auto; padding-bottom: 14px; }
.editorial-core--diverse.ec-layout-ribbon .editorial-core__spotlight .editorial-core__card { flex: 0 0 min(380px, 72vw); }

/* Portrait: one tall cover beside a stack of current stories. */
.editorial-core--diverse.ec-layout-portrait {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  align-items: start;
}
.editorial-core--diverse.ec-layout-portrait .editorial-core__head,
.editorial-core--diverse.ec-layout-portrait .editorial-core__grid { grid-column: 1 / -1; }
.editorial-core--diverse.ec-layout-portrait .editorial-core__feature { display: block; margin-right: var(--ec-gap); }
.editorial-core--diverse.ec-layout-portrait .editorial-core__feature .editorial-core__media { height: 620px; }
.editorial-core--diverse.ec-layout-portrait .editorial-core__spotlight { grid-template-columns: 1fr; }
.editorial-core--diverse.ec-layout-portrait .editorial-core__spotlight .editorial-core__card { display: grid; grid-template-columns: 140px minmax(0, 1fr); gap: 16px; }
.editorial-core--diverse.ec-layout-portrait .editorial-core__spotlight .editorial-core__media { height: 120px; }

/* Panorama: cinema-wide lead followed by a dense magazine grid. */
.editorial-core--diverse.ec-layout-panorama .editorial-core__feature { grid-template-columns: 1fr; }
.editorial-core--diverse.ec-layout-panorama .editorial-core__feature .editorial-core__media { height: 420px; }
.editorial-core--diverse.ec-layout-panorama .editorial-core__feature-copy { max-width: 820px; }
.editorial-core--diverse.ec-layout-panorama .editorial-core__spotlight { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* Index: images and numbered headlines read like an editorial contents page. */
.editorial-core--diverse.ec-layout-index .editorial-core__feature { border: 0; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; background: transparent; }
.editorial-core--diverse.ec-layout-index .editorial-core__spotlight,
.editorial-core--diverse.ec-layout-index .editorial-core__grid { grid-template-columns: 1fr; gap: 0; }
.editorial-core--diverse.ec-layout-index .editorial-core__card,
.editorial-core--diverse.ec-layout-index .editorial-core__card--compact { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 20px; padding: 15px 0; border-left: 0; border-top: 1px solid currentColor; }
.editorial-core--diverse.ec-layout-index .editorial-core__card .editorial-core__media { height: 110px; }
.editorial-core--diverse.ec-layout-index .editorial-core__card-copy { padding: 0; }

/* Notebook: tactile, offset cards with breathing room. */
.editorial-core--diverse.ec-layout-notebook .editorial-core__feature { max-width: 1040px; margin-left: auto; transform: rotate(-0.35deg); box-shadow: 12px 12px 0 var(--ec-strong-tint); }
.editorial-core--diverse.ec-layout-notebook .editorial-core__spotlight .editorial-core__card:nth-child(2) { transform: translateY(28px); }
.editorial-core--diverse.ec-layout-notebook .editorial-core__grid { margin-top: 36px; grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* Gallery: photography is the main navigation surface. */
.editorial-core--diverse.ec-layout-gallery .editorial-core__feature { grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); }
.editorial-core--diverse.ec-layout-gallery .editorial-core__feature > a { order: 2; }
.editorial-core--diverse.ec-layout-gallery .editorial-core__spotlight,
.editorial-core--diverse.ec-layout-gallery .editorial-core__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.editorial-core--diverse.ec-layout-gallery .editorial-core__card--compact { display: block; }
.editorial-core--diverse.ec-layout-gallery .editorial-core__card--compact .editorial-core__media { height: 210px; }
.editorial-core--diverse.ec-layout-gallery .editorial-core__card-copy > p:not(.editorial-core__kicker) { display: none; }

@media (max-width: 900px) {
  .editorial-core--diverse.ec-layout-ledger,
  .editorial-core--diverse.ec-layout-portrait { display: block; }
  .editorial-core--diverse.ec-layout-ledger .editorial-core__head { position: static; }
  .editorial-core--diverse.ec-layout-gallery .editorial-core__spotlight,
  .editorial-core--diverse.ec-layout-gallery .editorial-core__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .editorial-core--diverse { margin-block: 28px; }
  .editorial-core--diverse .editorial-core__spotlight,
  .editorial-core--diverse .editorial-core__grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .editorial-core--diverse .editorial-core__card,
  .editorial-core--diverse .editorial-core__card-copy,
  .editorial-core--diverse .editorial-core__feature-copy {
    min-width: 0;
  }
  .editorial-core--diverse h3 {
    overflow-wrap: break-word;
    hyphens: none;
  }
  .editorial-core--diverse .editorial-core__head h2,
  .editorial-core--diverse.ec-heading-oversized .editorial-core__head h2 { font-size: 2rem; }
  .editorial-core--diverse .editorial-core__head > span { white-space: normal; text-align: right; }
  .editorial-core--diverse .editorial-core__card,
  .editorial-core--diverse .editorial-core__card--compact {
    display: grid;
    grid-template-columns: minmax(112px, 0.72fr) minmax(0, 1fr);
    gap: 14px;
  }
  .editorial-core--diverse .editorial-core__card .editorial-core__media,
  .editorial-core--diverse .editorial-core__card--compact .editorial-core__media { height: 126px; }
  .editorial-core--diverse .editorial-core__card-copy { padding-top: 0; }

  .editorial-core--diverse.ec-mobile-cover .editorial-core__feature { position: relative; display: block; min-height: 520px; color: white; border: 0; }
  .editorial-core--diverse.ec-mobile-cover .editorial-core__feature > a,
  .editorial-core--diverse.ec-mobile-cover .editorial-core__feature .editorial-core__media { position: absolute; inset: 0; height: 100%; }
  .editorial-core--diverse.ec-mobile-cover .editorial-core__feature-copy { position: absolute; z-index: 1; inset: auto 12px 12px; padding: 20px; background: rgba(10, 10, 10, 0.82); color: white; }
  .editorial-core--diverse.ec-mobile-cover .editorial-core__kicker { color: white; }

  .editorial-core--diverse.ec-mobile-split .editorial-core__feature { display: grid; grid-template-columns: 42% 58%; }
  .editorial-core--diverse.ec-mobile-split .editorial-core__feature .editorial-core__media { height: 100%; min-height: 320px; }
  .editorial-core--diverse.ec-mobile-split .editorial-core__feature-copy { padding: 18px; }
  .editorial-core--diverse.ec-mobile-split .editorial-core__feature h3 { font-size: 1.35rem; }

  .editorial-core--diverse.ec-mobile-rail .editorial-core__feature { grid-template-columns: 34% 66%; }
  .editorial-core--diverse.ec-mobile-rail .editorial-core__feature .editorial-core__media { min-height: 360px; height: 100%; }
  .editorial-core--diverse.ec-mobile-rail .editorial-core__feature-copy { padding: 18px; }
  .editorial-core--diverse.ec-mobile-rail .editorial-core__feature h3 { font-size: 1.4rem; }

  .editorial-core--diverse.ec-mobile-poster .editorial-core__feature { display: flex; flex-direction: column; border-width: 5px 0 0; }
  .editorial-core--diverse.ec-mobile-poster .editorial-core__feature > a { order: 2; }
  .editorial-core--diverse.ec-mobile-poster .editorial-core__feature-copy { order: 1; padding: 20px 0; }
  .editorial-core--diverse.ec-mobile-poster .editorial-core__feature .editorial-core__media { height: 290px; }

  .editorial-core--diverse.ec-mobile-magazine .editorial-core__feature { display: block; transform: none; box-shadow: none; border: 0; }
  .editorial-core--diverse.ec-mobile-magazine .editorial-core__feature .editorial-core__media { height: 330px; }
  .editorial-core--diverse.ec-mobile-magazine .editorial-core__feature-copy { position: relative; width: calc(100% - 24px); margin: -68px 0 0 24px; padding: 20px; border: 1px solid currentColor; background: var(--paper, var(--background, white)); }

  .editorial-core--diverse.ec-mobile-tiles .editorial-core__spotlight,
  .editorial-core--diverse.ec-mobile-tiles .editorial-core__grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 12px; }
  .editorial-core--diverse.ec-mobile-tiles .editorial-core__card,
  .editorial-core--diverse.ec-mobile-tiles .editorial-core__card--compact { display: block; }
  .editorial-core--diverse.ec-mobile-tiles .editorial-core__card .editorial-core__media { height: 150px; }

  .editorial-core--diverse.ec-mobile-stream .editorial-core__feature { display: grid; grid-template-columns: 1fr; border-left: 0; border-right: 0; }
  .editorial-core--diverse.ec-mobile-stream .editorial-core__feature .editorial-core__media { height: 230px; }
  .editorial-core--diverse.ec-mobile-stream .editorial-core__feature-copy { padding: 20px 0; }
  .editorial-core--diverse.ec-mobile-stream .editorial-core__spotlight,
  .editorial-core--diverse.ec-mobile-stream .editorial-core__grid { display: block; }
  .editorial-core--diverse.ec-mobile-stream .editorial-core__card,
  .editorial-core--diverse.ec-mobile-stream .editorial-core__card--compact { grid-template-columns: 92px minmax(0, 1fr); padding: 12px 0; }
  .editorial-core--diverse.ec-mobile-stream .editorial-core__card .editorial-core__media { height: 82px; }

  .editorial-core--diverse.ec-mobile-stack .editorial-core__feature { grid-template-columns: 1fr; }
  .editorial-core--diverse.ec-mobile-stack .editorial-core__feature .editorial-core__media { height: 300px; }

  .editorial-core--diverse.ec-layout-gallery .editorial-core__card,
  .editorial-core--diverse.ec-layout-gallery .editorial-core__card--compact {
    display: block;
  }
  .editorial-core--diverse.ec-layout-gallery .editorial-core__spotlight,
  .editorial-core--diverse.ec-layout-gallery .editorial-core__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .editorial-core--diverse.ec-layout-gallery .editorial-core__card .editorial-core__media,
  .editorial-core--diverse.ec-layout-gallery .editorial-core__card--compact .editorial-core__media {
    height: 158px;
  }
}
