:root { --black:#080808; --white:#fff; --paper:#f4f4f1; --blue:#0647d8; --line:#b9b9b4; --muted:#5b5b58; }
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;color:var(--black);background:var(--white);font-family:"Trebuchet MS",Trebuchet,Arial,sans-serif;letter-spacing:0} img{display:block;max-width:100%} a{color:inherit;text-decoration-thickness:2px;text-underline-offset:4px} a:hover{color:var(--blue)}
.skip-link{position:fixed;left:12px;top:-80px;z-index:20;padding:12px;background:var(--white);color:var(--black)}.skip-link:focus{top:12px}.site-header{border-bottom:4px solid var(--black);background:var(--white)}.brand-row,.nav-row,main,.site-footer{max-width:1480px;margin:0 auto}.brand-row{min-height:104px;display:flex;align-items:stretch;justify-content:space-between;border-left:1px solid var(--black);border-right:1px solid var(--black)}.brand{display:flex;align-items:center;text-decoration:none;min-width:0}.brand-mark{display:grid;place-items:center;align-self:stretch;width:104px;flex:0 0 104px;color:var(--white);background:var(--blue);font-size:42px;font-weight:900}.brand-name{padding:0 26px;font-size:34px;font-weight:900;overflow-wrap: break-word;}.issue{margin:0;padding:24px;display:flex;align-items:flex-end;border-left:1px solid var(--black);font-size:12px;font-weight:700}.nav-row{display:flex;min-height:54px;border-left:1px solid var(--black);border-right:1px solid var(--black);border-top:1px solid var(--black)}.primary-nav{display:flex;flex:1}.primary-nav a,.search-link{display:flex;align-items:center;padding:0 20px;border-right:1px solid var(--black);font-size:14px;font-weight:700;text-decoration:none}.primary-nav a[aria-current=page]{color:var(--white);background:var(--blue)}.search-link{gap:8px;margin-left:auto;border-right:0;border-left:1px solid var(--black)}.search-link span{font-size:24px;line-height:1}main{border-left:1px solid var(--black);border-right:1px solid var(--black)}
.lead-grid{display:grid;grid-template-columns:minmax(0,7fr) minmax(360px,5fr);min-height:670px;border-bottom:1px solid var(--black)}.lead-image-link{min-width:0;background:var(--black);overflow:hidden}.lead-image{width:100%;height:100%;object-fit:cover}.lead-copy{position:relative;padding:36px 42px 44px;display:flex;flex-direction:column;justify-content:flex-end;border-left:1px solid var(--black)}.eyebrow{margin:0 0 18px;color:var(--blue);font-size:13px;font-weight:900;text-transform:uppercase}.lead-number{position:absolute;right:30px;top:18px;margin:0;color:var(--blue);font-size:104px;font-weight:900;line-height:1}.lead-copy h1{max-width:720px;margin:0 0 24px;font-size:56px;line-height:1.02;overflow-wrap: break-word;}.lead-copy h1 a,.story-card h2 a{text-decoration:none}.lead-copy>p:not(.eyebrow):not(.lead-number){max-width:590px;margin:0 0 28px;font-size:18px;line-height:1.55}.text-link{align-self:flex-start;padding-bottom:7px;color:var(--blue);font-weight:900;text-decoration:none;border-bottom:3px solid var(--blue)}
.edition-strip{display:grid;grid-template-columns:repeat(4,1fr);background:var(--blue);color:var(--white);border-bottom:1px solid var(--black)}.edition-strip p{margin:0;padding:18px 24px;border-right:1px solid rgba(255,255,255,.6);font-size:13px;font-weight:900}.edition-strip p:last-child{border:0}.story-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.section-head{grid-column:1/-1;display:grid;grid-template-columns:1fr 2fr;padding:34px;border-bottom:1px solid var(--black);background:var(--paper)}.section-head p{margin:0;color:var(--blue);font-size:12px;font-weight:900}.section-head h2{margin:0;font-size:31px;line-height:1.1}
.story-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);border-right:1px solid var(--black);border-bottom:1px solid var(--black);min-width:0}.story-card:nth-of-type(odd){border-right:0}.story-card--wide{grid-column:1/-1;grid-template-columns:minmax(0,2fr) minmax(0,1fr)}.story-image{aspect-ratio:1;min-width:0;overflow:hidden;background:var(--paper)}.story-image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.story-image:hover img{transform:scale(1.025)}.story-copy{display:flex;flex-direction:column;min-width:0;padding:24px;border-left:1px solid var(--black)}.story-meta{display:flex;justify-content:space-between;gap:12px;color:var(--blue);font-size:12px;font-weight:900}.story-meta a{text-align:right}.story-card h2{margin:auto 0 15px;font-size:29px;line-height:1.08;overflow-wrap: break-word;}.story-card p{margin:0;color:var(--muted);font-size:15px;line-height:1.55}.story-card .readline{margin-top:18px;color:var(--black);font-size:12px;font-weight:900}
.category-band{display:grid;grid-template-columns:1fr 2fr;border-bottom:1px solid var(--black)}.category-band>div:first-child{padding:40px;background:var(--black);color:var(--white)}.category-band h2{max-width:360px;margin:0;font-size:39px;line-height:1.05}.category-list a{display:grid;grid-template-columns:52px 1fr 1fr;align-items:center;min-height:96px;padding:18px 26px;border-bottom:1px solid var(--black);text-decoration:none}.category-list a:last-child{border-bottom:0}.category-list span{color:var(--blue);font-weight:900}.category-list strong{font-size:23px}.category-list small{color:var(--muted);font-size:14px}
.site-footer{display:grid;grid-template-columns:1fr 2fr 1fr;gap:30px;align-items:start;padding:46px 34px 70px;color:var(--white);background:var(--black);border-left:1px solid var(--black);border-right:1px solid var(--black)}.footer-brand{font-size:25px;font-weight:900;text-decoration:none}.site-footer p{max-width:540px;margin:0;color:#d8d8d8;line-height:1.55}.site-footer nav{display:flex;gap:18px;justify-content:flex-end}
.article-header{padding:62px max(34px,calc((100% - 1180px)/2));background:var(--blue);color:var(--white)}.article-kicker,.article-byline{display:flex;justify-content:space-between;gap:20px;font-size:13px;font-weight:900;text-transform:uppercase}.article-header h1{max-width:1120px;margin:54px 0 28px;font-size:64px;line-height:1.02;overflow-wrap: break-word;}.article-deck{max-width:760px;margin:0 0 50px;font-size:21px;line-height:1.45}.article-figure{margin:0;display:grid;grid-template-columns:minmax(0,1fr) 220px;border-bottom:1px solid var(--black)}.article-hero{width:100%;max-height:790px;object-fit:cover}.article-figure figcaption{padding:22px;display:flex;align-items:flex-end;color:var(--muted);font-size:12px;line-height:1.45;border-left:1px solid var(--black)}
.article-layout{display:grid;grid-template-columns:minmax(180px,1fr) minmax(0,760px) minmax(80px,1fr);padding:62px 32px 90px}.article-aside{grid-column:1;align-self:start;position:sticky;top:20px;display:flex;flex-direction:column;gap:14px;padding-right:28px;color:var(--muted);font-size:12px}.article-aside p{margin:0;color:var(--blue);font-weight:900}.article-body{grid-column:2;min-width:0;font-family:"Trebuchet MS",Trebuchet,Arial,sans-serif;font-size:19px;line-height:1.72}.article-body .standfirst{margin-top:0;font-size:23px;line-height:1.5}.article-body h2,.article-body h3{line-height:1.12}.article-body h2{margin:58px 0 18px;font-size:36px}.article-body h3{margin:38px 0 12px;color:var(--blue);font-size:24px}.article-body p{margin:0 0 24px}.article-body ul,.article-body ol{margin:0 0 28px;padding-left:26px}.article-body li{margin-bottom:10px;padding-left:7px}
.related{border-top:4px solid var(--black)}.related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.related .story-card{border-bottom:0}.category-header,.search-header{padding:72px 40px;border-bottom:1px solid var(--black)}.category-header{background:var(--blue);color:var(--white)}.category-header .eyebrow{color:var(--white)}.category-header h1,.search-header h1{max-width:1000px;margin:0 0 24px;font-size:64px;line-height:1;overflow-wrap: break-word;}.category-header>p:last-child{max-width:690px;margin:0;font-size:20px;line-height:1.5}.category-stories{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.category-stories .story-card{grid-template-columns:1fr}.category-stories .story-copy{min-height:310px;border-left:0;border-top:1px solid var(--black)}
.search-header{background:var(--paper)}.search-form{margin-top:44px}.search-form label{display:block;margin-bottom:10px;font-size:13px;font-weight:900}.search-form>div{display:grid;grid-template-columns:1fr auto;max-width:920px}.search-form input{min-width:0;height:62px;padding:0 18px;border:3px solid var(--black);border-radius:0;font:inherit;font-size:18px}.search-form button{min-width:130px;border:0;border-radius:0;color:var(--white);background:var(--blue);font:inherit;font-weight:900;cursor:pointer}.search-form button:hover{background:var(--black)}.search-status{margin:18px 0 0;color:var(--muted)}.search-results{min-height:320px}.search-result{display:grid;grid-template-columns:240px 1fr;border-bottom:1px solid var(--black)}.search-result-image{aspect-ratio:1;overflow:hidden}.search-result-image img{width:100%;height:100%;object-fit:cover}.search-result>div{padding:30px;border-left:1px solid var(--black)}.search-result p{margin:0 0 35px;color:var(--blue);font-size:12px;font-weight:900}.search-result h2{margin:0 0 14px;font-size:31px}.search-result h2 a{text-decoration:none}.search-result span{color:var(--muted);line-height:1.55}.empty-result{margin:0;padding:52px 40px;font-size:20px}
@media(max-width:900px){.brand-row{min-height:82px}.brand-mark{width:82px;flex-basis:82px;font-size:34px}.brand-name{padding:0 18px;font-size:27px}.issue{display:none}.nav-row{overflow-x:auto}.primary-nav{min-width:max-content}.primary-nav a,.search-link{min-height:52px;padding:0 14px;white-space:nowrap}.lead-grid{grid-template-columns:1fr;min-height:0}.lead-image-link{aspect-ratio:1}.lead-copy{min-height:480px;padding:30px 24px;border-left:0;border-top:1px solid var(--black)}.lead-copy h1{font-size:44px}.lead-number{font-size:78px}.story-grid,.related-grid,.category-stories{grid-template-columns:1fr}.story-card,.story-card--wide{grid-column:auto;grid-template-columns:minmax(0,1fr) minmax(0,1fr);border-right:0}.section-head{grid-template-columns:1fr;gap:12px}.category-band{grid-template-columns:1fr}.article-header h1,.category-header h1,.search-header h1{font-size:48px}.article-figure{grid-template-columns:1fr}.article-figure figcaption{border-left:0;border-top:1px solid var(--black)}.article-layout{grid-template-columns:minmax(0,1fr);padding:46px 28px 70px}.article-aside{position:static;grid-column:1;flex-direction:row;flex-wrap:wrap;margin-bottom:34px;padding:0 0 18px;border-bottom:1px solid var(--line)}.article-body{grid-column:1}.site-footer{grid-template-columns:1fr}.site-footer nav{justify-content:flex-start}}
@media(max-width:620px){.brand-name{font-size:22px}.brand-mark{width:68px;flex-basis:68px}.lead-copy{min-height:430px}.lead-copy h1{font-size:37px}.lead-number{right:20px;font-size:62px}.edition-strip{grid-template-columns:repeat(2,1fr)}.edition-strip p:nth-child(2){border-right:0}.edition-strip p:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.6)}.section-head{padding:26px 20px}.section-head h2{font-size:27px}.story-card,.story-card--wide{grid-template-columns:1fr}.story-copy{min-height:320px;border-left:0;border-top:1px solid var(--black)}.story-card h2{font-size:27px}.category-band>div:first-child{padding:30px 22px}.category-band h2{font-size:33px}.category-list a{grid-template-columns:42px 1fr;padding:16px 20px}.category-list small{grid-column:2;margin-top:6px}.article-header,.category-header,.search-header{padding:44px 20px}.article-header h1,.category-header h1,.search-header h1{margin-top:36px;font-size:36px}.article-deck{font-size:18px}.article-byline,.article-kicker{flex-direction:column;gap:8px}.article-layout{padding:38px 20px 60px}.article-body{font-size:18px;line-height:1.68}.article-body .standfirst{font-size:20px}.article-body h2{margin-top:46px;font-size:31px}.article-body h3{font-size:23px}.search-form>div{grid-template-columns:1fr}.search-form button{height:54px}.search-result{grid-template-columns:118px 1fr}.search-result>div{padding:18px}.search-result p{margin-bottom:14px}.search-result h2{font-size:22px}.search-result span{display:none}.site-footer{padding:38px 22px 54px}}
@media(max-width:620px){.nav-row{display:grid;grid-template-columns:minmax(0,1fr) 68px;overflow:visible}.primary-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));min-width:0}.primary-nav a{min-width:0;min-height:60px;padding:7px 5px;justify-content:center;text-align:center;white-space:normal;font-size:11px;line-height:1.15}.search-link{min-height:60px;margin:0;padding:0 6px;justify-content:center;gap:3px;white-space:normal;font-size:11px}.search-link span{font-size:20px}.search-result{grid-template-columns:118px minmax(0,1fr)}.search-result>div{min-width:0}.search-result h2{overflow-wrap: break-word;}}

/* 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-article-fallback-v1 */
body.editorial-article-fallback {
  --fallback-ink: #17211d;
  --fallback-muted: #5b655f;
  --fallback-paper: #f7f6f1;
  --fallback-line: #d7dbd4;
  margin: 0;
  overflow-x: clip;
  background: var(--fallback-paper);
  color: var(--fallback-ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}
body.editorial-article-fallback * { box-sizing: border-box; }
body.editorial-article-fallback img { max-width: 100%; }
body.editorial-article-fallback .fallback-masthead {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0 18px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--fallback-line);
}
body.editorial-article-fallback .fallback-masthead a {
  color: inherit;
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-weight: 800;
  text-decoration: none;
}
body.editorial-article-fallback .fallback-masthead span {
  color: var(--fallback-muted);
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
}
body.editorial-article-fallback main {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 26px 0 88px;
}
body.editorial-article-fallback main > p:first-child {
  width: min(780px, 100%);
  margin: 0 auto 36px;
}
body.editorial-article-fallback main > p:first-child a {
  color: var(--fallback-muted);
  font-size: .82rem;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
body.editorial-article-fallback article {
  width: min(780px, 100%);
  margin: 0 auto;
}
body.editorial-article-fallback article > p:first-child {
  margin: 0 0 14px;
  color: var(--fallback-muted);
  font-size: .74rem;
  font-weight: 800;
  text-transform: uppercase;
}
body.editorial-article-fallback h1 {
  max-width: 18ch;
  margin: 0 0 24px;
  font-size: clamp(2.45rem, 7vw, 5.25rem);
  line-height: 1;
  overflow-wrap: break-word;
}
body.editorial-article-fallback .lead {
  max-width: 56ch;
  margin: 0 0 34px;
  color: var(--fallback-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  line-height: 1.55;
}
body.editorial-article-fallback article > img {
  display: block;
  width: 100%;
  height: clamp(280px, 48vw, 540px);
  margin: 0 0 42px;
  border-radius: 2px;
  object-fit: cover;
}
body.editorial-article-fallback article > div {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.78;
}
body.editorial-article-fallback article > div p { margin: 0 0 1.35em; }
body.editorial-article-fallback article > div h2 {
  margin: 2.4em 0 .7em;
  padding-top: .7em;
  border-top: 1px solid var(--fallback-line);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  line-height: 1.15;
}
body.editorial-article-fallback article > div a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
@media (max-width: 620px) {
  body.editorial-article-fallback .fallback-masthead,
  body.editorial-article-fallback main { width: min(100% - 24px, 1120px); }
  body.editorial-article-fallback .fallback-masthead { padding-top: 16px; }
  body.editorial-article-fallback main { padding-top: 20px; }
  body.editorial-article-fallback main > p:first-child { margin-bottom: 26px; }
  body.editorial-article-fallback h1 { font-size: clamp(2.2rem, 12vw, 3.5rem); }
  body.editorial-article-fallback article > img {
    height: min(74vw, 390px);
    margin-bottom: 30px;
  }
  body.editorial-article-fallback article > div { font-size: 1rem; line-height: 1.72; }
}

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

/* bespoke-oldenburgisst-kuechenatlas-v1 */
:root{--ink:#17221c;--leaf:#315d45;--cream:#f4f0e6;--sun:#e7a83b;--line:#c9c4b8}body:has([data-bespoke-home="oldenburgisst-kuechenatlas"]){background:var(--cream);color:var(--ink)}.kitchen-hero{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:36px;padding:clamp(54px,9vw,126px) clamp(22px,6vw,86px);background:var(--leaf);color:#fff;border-bottom:2px solid var(--ink)}.kitchen-hero h1{max-width:850px;margin:0 0 24px;font:800 clamp(48px,7.6vw,108px)/.88 Georgia,serif;letter-spacing:0}.kitchen-hero>div{max-width:920px}.kitchen-hero p:not(.kitchen-kicker){max-width:590px;font-size:20px;line-height:1.45}.kitchen-kicker{margin:0 0 16px;color:var(--sun);font:700 11px/1.2 Arial,sans-serif;letter-spacing:.12em;text-transform:uppercase}.kitchen-hero aside{align-self:end;border-left:2px solid var(--sun);padding-left:24px;display:grid;gap:16px}.kitchen-hero aside strong{font:800 68px/.8 Georgia,serif;color:var(--sun)}.kitchen-hero aside span{font:700 13px/1.5 Arial,sans-serif}.kitchen-button{display:inline-flex;gap:18px;margin-top:18px;padding:14px 18px;background:var(--sun);color:var(--ink);font-weight:800;text-decoration:none}.kitchen-button:hover{background:#fff}.kitchen-lead{display:grid;grid-template-columns:1.25fr .75fr;border-bottom:2px solid var(--ink)}.kitchen-lead>a{min-height:420px;background:#ddd}.kitchen-lead img{width:100%;height:100%;object-fit:cover}.kitchen-lead>div{padding:clamp(32px,6vw,86px) clamp(22px,5vw,72px);align-self:center}.kitchen-lead h2{font:800 clamp(34px,4.3vw,64px)/.95 Georgia,serif;margin:0 0 22px}.kitchen-lead h2 a{text-decoration:none}.kitchen-lead p:not(.kitchen-kicker){font-size:18px;line-height:1.55}.kitchen-index{display:grid;grid-template-columns:1fr 1fr;gap:35px;padding:clamp(56px,8vw,110px) clamp(22px,6vw,86px);border-bottom:2px solid var(--ink)}.kitchen-index h2{font:800 clamp(36px,5vw,72px)/.92 Georgia,serif;margin:0}.kitchen-index>p:last-child{max-width:420px;margin:auto 0;font-size:18px;line-height:1.5}.kitchen-section{padding:62px clamp(22px,6vw,86px) 88px;border-bottom:2px solid var(--ink)}.kitchen-section--2{background:#fff}.kitchen-section__head{display:grid;grid-template-columns:90px 1fr;gap:25px;margin:0 auto 30px;max-width:1320px;border-bottom:2px solid var(--ink);padding-bottom:22px}.kitchen-section__head>span{font:800 72px/.8 Georgia,serif;color:var(--leaf)}.kitchen-section__head h2{font:800 clamp(34px,4vw,60px)/.9 Georgia,serif;margin:0 0 10px}.kitchen-section__head p:not(.kitchen-kicker){margin:0;max-width:560px}.kitchen-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;max-width:1320px;margin:auto}.kitchen-card{min-width:0;background:var(--cream);border-top:7px solid var(--leaf)}.kitchen-section--2 .kitchen-card{background:var(--cream)}.kitchen-card__media{display:block;aspect-ratio:3/2;overflow:hidden}.kitchen-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .2s}.kitchen-card__media:hover img{transform:scale(1.03)}.kitchen-card__body{padding:18px}.kitchen-card__index{color:var(--leaf);font:700 11px Arial,sans-serif;text-transform:uppercase}.kitchen-card h3{font:700 26px/1.04 Georgia,serif;margin:10px 0 12px}.kitchen-card h3 a{text-decoration:none}.kitchen-card p{color:#4c514c;font-size:14px;line-height:1.5;margin:0 0 18px}.kitchen-card__read{font-weight:800;font-size:13px;text-decoration:underline;text-underline-offset:4px}@media(max-width:800px){.kitchen-hero{grid-template-columns:1fr}.kitchen-hero aside{border-left:0;border-top:2px solid var(--sun);padding:18px 0 0;display:flex;align-items:center}.kitchen-lead{grid-template-columns:1fr}.kitchen-lead>a{min-height:0;aspect-ratio:16/10}.kitchen-index{grid-template-columns:1fr}.kitchen-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.kitchen-hero h1{font-size:48px}.kitchen-hero p:not(.kitchen-kicker){font-size:17px}.kitchen-grid{grid-template-columns:1fr}.kitchen-section__head{grid-template-columns:55px 1fr;gap:14px}.kitchen-section__head>span{font-size:48px}.kitchen-card h3{font-size:29px}}

/* fallback-heading-cap-v2 */
body.editorial-article-fallback h1 {
  font-size: clamp(2.3rem, 5.2vw, 4.5rem);
  line-height: 1.04;
}
@media (max-width: 620px) {
  body.editorial-article-fallback h1 {
    font-size: clamp(2rem, 9vw, 2.85rem);
    line-height: 1.08;
  }
}
