:root {
  --ink: #211d22;
  --muted: #69636b;
  --paper: #f4f3f5;
  --white: #ffffff;
  --plum: #4b174f;
  --plum-dark: #321035;
  --copper: #a65d36;
  --copper-light: #d3a084;
  --rule: #d8d4da;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  font-size: 18px;
  line-height: 1.65;
  overflow-x: hidden;
}
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--copper); }
button, input { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--white); padding: .55rem .8rem; }
.skip-link:focus { top: 1rem; }
.topline { background: var(--plum-dark); color: #eee7ef; font-size: .76rem; letter-spacing: .04em; text-transform: uppercase; }
.topline-inner, .masthead, .nav-inner, .page-shell, .footer-inner { width: min(calc(100% - 36px), var(--max)); margin: 0 auto; }
.topline-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.masthead { min-height: 108px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; }
.edition { color: var(--muted); font-size: .78rem; line-height: 1.3; text-transform: uppercase; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; justify-self: center; }
.brand-mark { width: 38px; height: 38px; border: 1px solid var(--copper); display: grid; place-items: center; color: var(--copper); font-weight: 700; font-size: 1.5rem; transform: rotate(45deg); }
.brand-mark span { transform: rotate(-45deg); }
.brand-name { font-size: clamp(1.65rem, 4vw, 2.8rem); line-height: 1; color: var(--plum); }
.brand-name b { color: var(--copper); font-weight: 400; }
.masthead-note { justify-self: end; color: var(--muted); font-size: .8rem; line-height: 1.35; text-align: right; max-width: 185px; }
.site-nav { border-top: 1px solid var(--ink); border-bottom: 3px double var(--ink); background: var(--white); }
.nav-inner { min-height: 53px; display: flex; align-items: center; gap: 1.45rem; }
.nav-links { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; }
.nav-links a { text-decoration: none; font-size: .87rem; font-weight: 700; white-space: nowrap; }
.search-form { margin-left: auto; display: flex; width: min(310px, 100%); border-left: 1px solid var(--rule); }
.search-form label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.search-form input { width: 100%; min-width: 0; border: 0; background: transparent; padding: .55rem .7rem; color: var(--ink); }
.search-form button { width: 42px; border: 0; background: var(--plum); color: var(--white); cursor: pointer; font-size: 1.15rem; }
.search-form button:hover { background: var(--copper); }
.page-shell { padding: 28px 0 56px; }
.kicker { display: inline-block; margin: 0 0 .55rem; color: var(--copper); font: 700 .76rem/1.2 Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.section-title { margin: 0 0 1.1rem; padding-bottom: .45rem; border-bottom: 3px double var(--ink); color: var(--plum); font-size: 1.55rem; line-height: 1.15; }
.lead-grid { display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(260px, .9fr); gap: 26px; padding-bottom: 28px; border-bottom: 1px solid var(--ink); }
.lead-story { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 1fr); background: var(--white); border-top: 5px solid var(--plum); }
.lead-story .media { min-height: 430px; }
.lead-story img { height: 100%; object-fit: cover; }
.lead-copy { padding: 26px; display: flex; flex-direction: column; justify-content: center; }
.lead-copy h1 { margin: 0 0 .8rem; color: var(--plum); font-size: clamp(2rem, 3.2vw, 3.2rem); line-height: .98; font-weight: 700; overflow-wrap: break-word; hyphens: none; }
.lead-copy p { margin: 0 0 1rem; font-size: 1.02rem; line-height: 1.5; }
.meta { color: var(--muted); font: .78rem/1.4 Arial, sans-serif; }
.read-link { display: inline-flex; align-items: center; gap: .45rem; margin-top: .8rem; color: var(--plum); font-weight: 700; text-decoration: none; }
.read-link::after { content: "\2192"; color: var(--copper); }
.news-rail { background: #ebe8ed; border-top: 5px solid var(--copper); padding: 20px; }
.news-rail h2 { margin: 0 0 .65rem; color: var(--plum); font-size: 1.35rem; }
.rail-list { list-style: none; margin: 0; padding: 0; counter-reset: rail; }
.rail-list li { counter-increment: rail; display: grid; grid-template-columns: 32px 1fr; gap: .5rem; padding: .85rem 0; border-top: 1px solid #c9c4cc; line-height: 1.25; }
.rail-list li::before { content: "0" counter(rail); color: var(--copper); font: 700 .78rem/1.6 Arial, sans-serif; }
.rail-list a { text-decoration: none; font-weight: 700; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 30px; }
.story-card { background: var(--white); border-bottom: 3px solid var(--copper); }
.story-card a { text-decoration: none; }
.story-card img { aspect-ratio: 3 / 2; object-fit: cover; }
.story-card-copy { padding: 18px; }
.story-card h2, .story-card h3 { margin: .1rem 0 .5rem; color: var(--plum); font-size: 1.35rem; line-height: 1.12; overflow-wrap: break-word; hyphens: none; }
.story-card p { margin: 0 0 .7rem; font-size: .94rem; line-height: 1.5; }
.category-band { margin-top: 36px; padding: 24px 0 4px; border-top: 6px solid var(--plum); }
.category-intro { display: flex; justify-content: space-between; align-items: end; gap: 1rem; }
.category-intro p { max-width: 610px; color: var(--muted); margin: 0; }
.category-intro a { color: var(--plum); font-weight: 700; white-space: nowrap; }
.category-header { padding: 28px 0 24px; border-bottom: 1px solid var(--ink); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(240px, .75fr); gap: 2rem; align-items: end; }
.category-header h1 { margin: 0; color: var(--plum); font-size: clamp(2.35rem, 6vw, 5.2rem); line-height: .92; }
.category-header p { margin: 0; color: var(--muted); font-size: 1.05rem; }
.category-list { margin-top: 24px; }
.category-item { display: grid; grid-template-columns: 270px minmax(0, 1fr) 130px; gap: 22px; padding: 22px 0; border-bottom: 1px solid var(--rule); align-items: start; }
.category-item img { aspect-ratio: 3 / 2; object-fit: cover; }
.category-item h2 { margin: 0 0 .45rem; color: var(--plum); font-size: 1.7rem; line-height: 1.1; overflow-wrap: break-word; hyphens: none; }
.category-item p { margin: 0; }
.category-item .meta { text-align: right; }
.article-header { display: grid; grid-template-columns: minmax(0, 1fr) 240px; gap: 36px; align-items: end; padding: 34px 0 24px; }
.article-header h1 { margin: 0 0 1rem; max-width: 920px; color: var(--plum); font-size: clamp(2.55rem, 6vw, 5.6rem); line-height: .93; overflow-wrap: break-word; hyphens: none; }
.standfirst { max-width: 800px; margin: 0; font-size: 1.25rem; line-height: 1.5; }
.article-side { padding-left: 18px; border-left: 3px solid var(--copper); }
.article-side p { margin: 0 0 .7rem; }
.article-hero { width: 100%; max-height: 680px; object-fit: cover; aspect-ratio: 16 / 8; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 260px; justify-content: center; gap: 64px; margin-top: 34px; }
.article-body { min-width: 0; }
.article-body > p:first-child::first-letter { float: left; color: var(--plum); font-size: 4.8rem; line-height: .76; padding: .13em .09em 0 0; }
.article-body h2 { margin: 2.25rem 0 .65rem; color: var(--plum); font-size: 2rem; line-height: 1.08; }
.article-body h3 { margin: 1.65rem 0 .45rem; font-size: 1.35rem; line-height: 1.15; }
.article-body h4 { margin: 1.3rem 0 .35rem; color: var(--copper); font-size: 1rem; text-transform: uppercase; }
.article-body p { margin: 0 0 1.15rem; }
.article-body li { margin-bottom: .45rem; }
.article-body blockquote { margin: 1.8rem 0; padding: .4rem 0 .4rem 1.3rem; border-left: 5px solid var(--copper); color: var(--plum); font-size: 1.25rem; line-height: 1.4; }
.article-body table { width: 100%; border-collapse: collapse; margin: 1.4rem 0; font-size: .92rem; }
.article-body th, .article-body td { padding: .65rem; border: 1px solid var(--rule); text-align: left; vertical-align: top; }
.article-body th { background: #e6e2e8; color: var(--plum); }
.article-aside { font-size: .9rem; }
.aside-box { position: sticky; top: 18px; padding-top: 15px; border-top: 4px solid var(--plum); }
.aside-box h2 { margin: 0 0 .55rem; font-size: 1.2rem; color: var(--plum); }
.aside-box ul { margin: 0; padding-left: 1.1rem; }
.related { margin-top: 48px; padding-top: 25px; border-top: 3px double var(--ink); }
.search-page { max-width: 820px; min-height: 480px; }
.search-page h1 { color: var(--plum); font-size: clamp(2.4rem, 6vw, 4.8rem); line-height: 1; }
.search-page .search-form { margin: 0 0 1.5rem; width: 100%; border: 1px solid var(--ink); background: var(--white); }
.search-results { list-style: none; padding: 0; margin: 0; }
.search-results li { padding: 1rem 0; border-bottom: 1px solid var(--rule); }
.search-results a { color: var(--plum); font-size: 1.25rem; font-weight: 700; }
.search-empty { padding: 1rem; background: #e7e3e9; }
.site-footer { background: var(--plum-dark); color: #eee7ef; border-top: 7px solid var(--copper); }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2rem; padding: 38px 0; }
.footer-brand { font-size: 1.65rem; }
.footer-inner h2 { margin: 0 0 .5rem; color: var(--copper-light); font-size: 1rem; }
.footer-inner p, .footer-inner ul { margin: 0; font-size: .9rem; }
.footer-inner ul { padding: 0; list-style: none; }
.footer-inner a { color: inherit; }
.copyright { grid-column: 1 / -1; padding-top: 1rem; border-top: 1px solid #674d68; color: #cfc3d0; font-size: .78rem; }

@media (max-width: 980px) {
  .masthead { grid-template-columns: 1fr auto; }
  .edition { display: none; }
  .brand { justify-self: start; }
  .lead-grid, .article-layout { grid-template-columns: 1fr; }
  .lead-story { grid-template-columns: 1.25fr .75fr; }
  .article-aside { display: none; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  body { font-size: 17px; }
  .topline-inner, .masthead, .nav-inner, .page-shell, .footer-inner { width: min(calc(100% - 24px), var(--max)); }
  .topline-inner span:last-child, .masthead-note { display: none; }
  .masthead { min-height: 82px; display: flex; }
  .brand-mark { width: 31px; height: 31px; }
  .brand-name { font-size: 1.55rem; }
  .nav-inner { display: block; padding: .45rem 0 .6rem; }
  .nav-links { gap: .25rem .9rem; padding-bottom: .35rem; }
  .nav-links a { font-size: .78rem; }
  .search-form { width: 100%; border: 1px solid var(--rule); }
  .page-shell { padding-top: 18px; }
  .lead-story { grid-template-columns: 1fr; }
  .lead-story .media { min-height: 0; }
  .lead-story img { aspect-ratio: 4 / 3; }
  .lead-copy { padding: 20px; }
  .lead-copy h1 { font-size: 2.45rem; }
  .feature-grid { grid-template-columns: 1fr; }
  .category-intro { display: block; }
  .category-intro a { display: inline-block; margin-top: .5rem; }
  .category-header, .article-header { grid-template-columns: 1fr; gap: 1rem; }
  .category-header h1 { font-size: 3rem; }
  .article-header h1 { font-size: 2.65rem; }
  .article-side { font-size: .9rem; }
  .article-hero { aspect-ratio: 4 / 3; }
  .article-layout { margin-top: 20px; }
  .article-body h2 { font-size: 1.65rem; }
  .category-item { grid-template-columns: 110px minmax(0, 1fr); gap: 14px; }
  .category-item .meta { grid-column: 2; text-align: left; }
  .category-item h2 { font-size: 1.25rem; }
  .category-item p { display: none; }
  .footer-inner { grid-template-columns: 1fr; gap: 1.4rem; }
  .copyright { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

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

/* angelcollection-bespoke-v1:start */

.ac-home {
  --ac-teal: #1f5b58;
  --ac-gold: #c4932e;
  padding-top: 0;
}

.ac-home :is(h1, h2, h3, p) {
  margin-top: 0;
}

.ac-home a {
  text-decoration: none;
}

/* Keep internal page titles within the collection typography audit bounds. */
.category-header h1 {
  font-size: clamp(2.35rem, 6vw, 4rem);
}

.article-header h1,
.search-page h1 {
  font-size: clamp(2.4rem, 6vw, 4.7rem);
}

.ac-intro {
  display: grid;
  grid-template-columns: 170px minmax(0, 820px);
  gap: 42px;
  align-items: end;
  padding: 54px 0 46px;
  border-bottom: 1px solid var(--ink);
}

.ac-intro__index {
  min-height: 164px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  color: var(--white);
  background: var(--plum);
}

.ac-intro__index span {
  font: 700 .78rem/1 Arial, sans-serif;
  text-transform: uppercase;
}

.ac-intro__index strong {
  font-size: 4.5rem;
  line-height: .8;
  font-weight: 400;
}

.ac-eyebrow,
.ac-label,
.ac-route__head > div > p {
  margin-bottom: 8px;
  color: var(--copper);
  font: 700 .72rem/1.25 Arial, sans-serif;
  text-transform: uppercase;
}

.ac-intro h1 {
  max-width: 15ch;
  margin-bottom: 18px;
  color: var(--plum);
  font-size: 4.15rem;
  line-height: .94;
  overflow-wrap: normal;
}

.ac-intro__copy > p:last-child {
  max-width: 700px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.14rem;
  line-height: 1.5;
}

.ac-start {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
  min-height: 520px;
  margin: 34px 0 0;
  background: var(--white);
  border-bottom: 7px solid var(--plum);
}

.ac-start__image {
  min-height: 520px;
  overflow: hidden;
}

.ac-start__image img {
  height: 100%;
  object-fit: cover;
}

.ac-start__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 46px;
}

.ac-start h2 {
  margin-bottom: 18px;
  color: var(--plum);
  font-size: 2.55rem;
  line-height: 1.02;
}

.ac-start__copy > p:not(.ac-label, .ac-meta) {
  margin-bottom: 20px;
  line-height: 1.55;
}

.ac-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 18px;
  margin-bottom: 0;
  color: var(--muted);
  font: .75rem/1.4 Arial, sans-serif;
}

.ac-read {
  align-self: flex-start;
  margin-top: 26px;
  padding-bottom: 3px;
  color: var(--plum);
  border-bottom: 1px solid var(--copper);
  font-weight: 700;
}

.ac-read span {
  color: var(--copper);
}

.ac-route-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.ac-route-nav a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 2px 10px;
  padding: 18px 20px;
  border-right: 1px solid var(--rule);
}

.ac-route-nav a:last-child {
  border-right: 0;
}

.ac-route-nav span {
  grid-row: 1 / 3;
  color: var(--copper);
  font: 700 .76rem/1.5 Arial, sans-serif;
}

.ac-route-nav strong {
  color: var(--plum);
  line-height: 1.1;
}

.ac-route-nav small {
  color: var(--muted);
  font: .7rem/1.3 Arial, sans-serif;
}

.ac-route {
  padding: 62px 0 12px;
}

.ac-route__head {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) minmax(220px, 390px);
  gap: 22px;
  align-items: end;
  margin-bottom: 26px;
  padding-bottom: 15px;
  border-bottom: 4px solid var(--plum);
}

.ac-route--kijken .ac-route__head {
  border-bottom-color: var(--ac-teal);
}

.ac-route--beleven .ac-route__head {
  border-bottom-color: var(--ac-gold);
}

.ac-route__number {
  color: var(--copper);
  font-size: 2.8rem;
  line-height: .85;
}

.ac-route__head > div > p {
  margin-bottom: 3px;
}

.ac-route__head h2 {
  margin-bottom: 0;
  color: var(--plum);
  font-size: 2.5rem;
  line-height: .9;
}

.ac-route__note {
  margin-bottom: 0;
  color: var(--muted);
  text-align: right;
}

.ac-route__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.ac-route--kijken .ac-route__grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.ac-story {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(180px, .8fr) minmax(0, 1.2fr);
  background: var(--white);
  border-bottom: 3px solid var(--copper);
}

.ac-route--kijken .ac-story {
  grid-column: span 6;
}

.ac-route--kijken .ac-story--wide {
  grid-column: span 7;
}

.ac-route--kijken .ac-story--tall {
  grid-column: span 5;
  display: block;
}

.ac-story__image {
  min-height: 230px;
  overflow: hidden;
}

.ac-story__image img {
  height: 100%;
  min-height: 230px;
  object-fit: cover;
}

.ac-story--wide .ac-story__image {
  min-height: 360px;
}

.ac-story--wide .ac-story__image img {
  min-height: 360px;
}

.ac-story--tall .ac-story__image {
  display: block;
  height: 320px;
}

.ac-story--tall .ac-story__image img {
  height: 320px;
}

.ac-story__copy {
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.ac-story h3 {
  margin-bottom: 12px;
  color: var(--plum);
  font-size: 1.42rem;
  line-height: 1.08;
  overflow-wrap: normal;
  hyphens: none;
}

.ac-story__excerpt {
  margin-bottom: 18px;
  font-size: .92rem;
  line-height: 1.48;
}

.ac-story .ac-meta {
  margin-top: auto;
}

.ac-route--kijken .ac-story {
  border-bottom-color: var(--ac-teal);
}

.ac-route--beleven .ac-story {
  border-bottom-color: var(--ac-gold);
}

.ac-colophon {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 36px;
  margin-top: 54px;
  padding: 28px 0;
  border-top: 3px double var(--ink);
}

.ac-colophon p {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
}

.ac-colophon a {
  flex: none;
  color: var(--plum);
  font-weight: 700;
}

@media (max-width: 980px) {
  .ac-intro {
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 28px;
  }

  .ac-intro h1 {
    font-size: 3.45rem;
  }

  .ac-start {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
  }

  .ac-start__copy {
    padding: 32px;
  }

  .ac-route--kijken .ac-story,
  .ac-route--kijken .ac-story--wide,
  .ac-route--kijken .ac-story--tall {
    grid-column: span 6;
  }

  .ac-route--kijken .ac-story--tall {
    display: grid;
  }

  .ac-story,
  .ac-route--kijken .ac-story--tall {
    grid-template-columns: 1fr;
  }

  .ac-story--tall .ac-story__image,
  .ac-story--tall .ac-story__image img {
    height: auto;
    min-height: 250px;
  }
}

@media (max-width: 720px) {
  .category-header h1 {
    font-size: 2.7rem;
  }

  .article-header h1 {
    font-size: 2.65rem;
  }

  .ac-intro {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 30px 0;
  }

  .ac-intro__index {
    min-height: 112px;
    padding: 11px;
  }

  .ac-intro__index strong {
    font-size: 2.55rem;
  }

  .ac-intro h1 {
    font-size: 2.5rem;
    line-height: .96;
  }

  .ac-intro__copy > p:last-child {
    font-size: 1rem;
  }

  .ac-start {
    grid-template-columns: 1fr;
    min-height: 0;
    margin-top: 22px;
  }

  .ac-start__image {
    min-height: 0;
  }

  .ac-start__image img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .ac-start__copy {
    padding: 23px;
  }

  .ac-start h2 {
    font-size: 2rem;
  }

  .ac-route-nav {
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  .ac-route-nav a,
  .ac-route-nav a:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--rule);
  }

  .ac-route-nav a:last-child {
    border-bottom: 0;
  }

  .ac-route {
    padding-top: 44px;
  }

  .ac-route__head {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 13px;
  }

  .ac-route__head h2 {
    font-size: 2.1rem;
  }

  .ac-route__number {
    font-size: 2.2rem;
  }

  .ac-route__note {
    grid-column: 2;
    text-align: left;
  }

  .ac-route__grid,
  .ac-route--kijken .ac-route__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ac-route--kijken .ac-story,
  .ac-route--kijken .ac-story--wide,
  .ac-route--kijken .ac-story--tall {
    grid-column: auto;
  }

  .ac-story,
  .ac-route--kijken .ac-story--tall {
    grid-template-columns: 116px minmax(0, 1fr);
  }

  .ac-story__image,
  .ac-story--wide .ac-story__image,
  .ac-story--tall .ac-story__image {
    min-height: 100%;
    height: auto;
  }

  .ac-story__image img,
  .ac-story--wide .ac-story__image img,
  .ac-story--tall .ac-story__image img {
    min-height: 100%;
    height: 100%;
    aspect-ratio: auto;
  }

  .ac-story__copy {
    padding: 17px;
  }

  .ac-story h3 {
    font-size: 1.18rem;
  }

  .ac-story__excerpt {
    display: none;
  }

  .ac-story .ac-meta {
    display: block;
  }

  .ac-story .ac-meta span {
    display: block;
  }

  .ac-colophon {
    display: block;
    margin-top: 38px;
  }

  .ac-colophon a {
    display: inline-block;
    margin-top: 16px;
  }
}

@media (max-width: 420px) {
  .article-body table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
  }

  .ac-intro {
    grid-template-columns: 1fr;
  }

  .ac-intro__index {
    min-height: 0;
    flex-direction: row;
  }

  .ac-story,
  .ac-route--kijken .ac-story--tall {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .ac-story__copy {
    padding: 14px;
  }
}

/* angelcollection-bespoke-v1:end */
