:root {
  --ink: #18151a;
  --paper: #f4f5f6;
  --panel: #e6e8eb;
  --white: #fff;
  --purple: #4a1d50;
  --purple-2: #6b315f;
  --copper: #a9613d;
  --line: #c9c9ce;
  --muted: #68626b;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  font-size: 17px;
  line-height: 1.62;
  letter-spacing: 0;
}
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration-color: var(--copper); text-underline-offset: .22em; }
a:hover { color: var(--purple-2); }
button, input { font: inherit; letter-spacing: 0; }
button { cursor: pointer; }
.skip-link { position: absolute; left: -9999px; top: 0; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 100; background: var(--white); padding: .6rem .9rem; }
.topline { background: var(--ink); color: var(--white); }
.topline-inner {
  max-width: var(--max);
  margin: 0 auto;
  min-height: 34px;
  padding: .35rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: .76rem;
}
.topline p { margin: 0; }
.edition { color: #d9a286; text-transform: uppercase; font-weight: 700; }
.masthead { background: var(--purple); color: var(--white); border-bottom: 5px solid var(--copper); }
.masthead-main {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1.25rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
}
.brand { text-decoration: none; display: inline-block; color: var(--white); line-height: .82; }
.brand:hover { color: var(--white); }
.brand-main { display: block; font-size: clamp(2rem, 5vw, 4.35rem); font-weight: 700; text-transform: uppercase; }
.brand-dot { color: #d78a63; }
.brand-sub { display: block; margin-top: .55rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.mast-actions { display: flex; align-items: center; gap: .6rem; }
.search-open, .menu-toggle, .search-close {
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 2px;
  background: transparent;
  color: var(--white);
  min-height: 42px;
  padding: .45rem .8rem;
}
.menu-toggle { display: none; font-size: 1.35rem; width: 44px; padding: .25rem; }
.nav { background: var(--white); border-bottom: 1px solid var(--line); }
.nav-inner { max-width: var(--max); margin: 0 auto; padding: 0 1.25rem; display: flex; align-items: stretch; }
.nav a { padding: .72rem 1.15rem .62rem 0; margin-right: 1.15rem; text-decoration: none; font-size: .86rem; font-weight: 700; text-transform: uppercase; border-bottom: 3px solid transparent; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--purple); border-color: var(--copper); }
.search-panel { background: #dfe1e4; border-bottom: 1px solid var(--line); }
.search-panel[hidden] { display: none; }
.search-inner { max-width: var(--max); margin: 0 auto; padding: 1.1rem 1.25rem 1.3rem; }
.search-head { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.search-head h2 { margin: 0; font-size: 1.25rem; }
.search-close { color: var(--ink); border-color: #8e8890; min-height: 36px; padding: .2rem .65rem; }
.search-form { display: grid; grid-template-columns: 1fr auto; gap: .5rem; margin-top: .8rem; }
.search-form input { width: 100%; border: 1px solid #8d8790; background: var(--white); padding: .65rem .8rem; min-width: 0; }
.search-form button { border: 0; border-radius: 2px; background: var(--purple); color: var(--white); padding: .6rem 1rem; }
.search-results { margin-top: .8rem; display: grid; gap: .55rem; }
.search-result { border-top: 1px solid #b9b6bb; padding-top: .55rem; }
.search-result a { font-weight: 700; }
.search-result small { display: block; color: var(--muted); }
.page { max-width: var(--max); margin: 0 auto; padding: 1.25rem; }
.section-kicker, .eyebrow { color: var(--purple-2); font-size: .73rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.lead-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .75fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.lead-story { position: relative; border-right: 1px solid var(--ink); padding: 0 1.3rem 1.3rem 0; }
.lead-story figure { margin: 0 0 .9rem; aspect-ratio: 16 / 9; overflow: hidden; }
.lead-story img { height: 100%; object-fit: cover; }
.lead-story h1 { margin: .2rem 0 .5rem; max-width: 18ch; font-size: clamp(2.1rem, 4.5vw, 4.15rem); line-height: .97; font-weight: 700; }
.lead-story h1 a { text-decoration: none; }
.lead-story .dek { margin: .5rem 0 0; max-width: 63ch; color: #403b42; font-size: 1.05rem; }
.side-stack { padding-left: 1.3rem; display: grid; align-content: start; }
.mini-story { padding: 0 0 1.1rem; margin-bottom: 1.1rem; border-bottom: 1px solid var(--line); }
.mini-story:last-child { margin-bottom: 0; }
.mini-story figure { margin: 0 0 .65rem; aspect-ratio: 16 / 9; overflow: hidden; }
.mini-story img { height: 100%; object-fit: cover; }
.mini-story h2 { margin: .15rem 0 .35rem; font-size: 1.5rem; line-height: 1.08; }
.mini-story h2 a, .story-row h2 a, .compact-card h3 a { text-decoration: none; }
.mini-story p { margin: 0; font-size: .91rem; line-height: 1.45; color: var(--muted); }
.meta { display: flex; flex-wrap: wrap; gap: .3rem .8rem; margin: .75rem 0 0; color: var(--muted); font-size: .78rem; }
.meta a { font-weight: 700; color: var(--purple-2); }
.section-head { margin-top: 2.3rem; padding: .55rem 0; border-top: 4px solid var(--purple); border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; }
.section-head h2 { margin: 0; font-size: 1.4rem; text-transform: uppercase; }
.section-head a { font-size: .82rem; font-weight: 700; }
.story-list { display: grid; }
.story-row { display: grid; grid-template-columns: 250px minmax(0, 1fr) auto; gap: 1.2rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); align-items: start; }
.story-row figure { margin: 0; aspect-ratio: 16 / 10; overflow: hidden; }
.story-row img { height: 100%; object-fit: cover; }
.story-row h2 { margin: .15rem 0 .4rem; font-size: 1.72rem; line-height: 1.08; max-width: 32ch; }
.story-row p { margin: 0; color: var(--muted); max-width: 62ch; }
.story-no { font-size: 2.5rem; color: #c2bdc3; line-height: 1; }
.topic-band { margin: 2.2rem 0 1rem; background: var(--purple); color: var(--white); padding: 1.35rem; display: grid; grid-template-columns: 1fr 2fr; gap: 2rem; align-items: start; }
.topic-band h2 { margin: 0; font-size: 2rem; line-height: 1; }
.topic-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.topic-links a { color: var(--white); text-decoration-color: #df9b78; }
.topic-links strong { display: block; font-size: 1.1rem; }
.topic-links span { display: block; color: #d9cfdb; font-size: .85rem; line-height: 1.4; }
.category-intro { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); padding: 1.3rem 0; display: grid; grid-template-columns: 1.1fr 1fr; gap: 2rem; }
.category-intro h1 { margin: 0; font-size: clamp(2.2rem, 5vw, 4.6rem); line-height: .95; }
.category-intro p { margin: .2rem 0 0; font-size: 1.05rem; }
.category-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 1.5rem; }
.compact-card { padding: 1.4rem 0; border-bottom: 1px solid var(--line); }
.compact-card figure { margin: 0 0 .8rem; aspect-ratio: 16 / 9; overflow: hidden; }
.compact-card img { height: 100%; object-fit: cover; }
.compact-card h3 { margin: .2rem 0 .45rem; font-size: 1.75rem; line-height: 1.08; }
.compact-card p { color: var(--muted); margin: 0; }
.article-shell { max-width: 1180px; margin: 0 auto; padding: 1.25rem; }
.breadcrumbs { margin-bottom: 1.1rem; font-size: .78rem; color: var(--muted); }
.breadcrumbs a { font-weight: 700; }
.article-header { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: 2rem; padding: 1.3rem 0; border-top: 1px solid var(--ink); }
.article-header h1 { margin: .25rem 0 .8rem; font-size: clamp(2.35rem, 5.4vw, 5rem); line-height: .94; max-width: 16ch; }
.article-dek { font-size: 1.16rem; line-height: 1.45; color: #474149; max-width: 60ch; }
.article-hero { margin: 0; align-self: start; }
.article-hero img { aspect-ratio: 4 / 3; object-fit: cover; }
.article-hero figcaption { padding-top: .45rem; color: var(--muted); font-size: .76rem; line-height: 1.4; }
.article-layout { display: grid; grid-template-columns: 180px minmax(0, 720px); gap: 2rem; justify-content: center; padding-top: 2rem; }
.article-aside { border-top: 3px solid var(--copper); padding-top: .6rem; font-size: .82rem; color: var(--muted); }
.article-aside strong { color: var(--ink); display: block; }
.prose { min-width: 0; }
.prose > p:first-child::first-letter { float: left; color: var(--purple); font-size: 4.7rem; line-height: .76; padding: .16rem .12rem 0 0; }
.prose h2 { margin: 2.3rem 0 .65rem; padding-top: .65rem; border-top: 1px solid var(--copper); font-size: 2rem; line-height: 1.08; }
.prose h3 { margin: 1.7rem 0 .45rem; font-size: 1.42rem; line-height: 1.15; color: var(--purple); }
.prose h4 { margin: 1.25rem 0 .35rem; font-size: 1.05rem; text-transform: uppercase; color: var(--purple-2); }
.prose p { margin: 0 0 1.08rem; }
.prose ul, .prose ol { padding-left: 1.25rem; }
.prose li { margin-bottom: .45rem; }
.note { margin: 1.5rem 0; border-left: 5px solid var(--copper); background: #e8e6e9; padding: 1rem 1.15rem; }
.note strong { color: var(--purple); }
.related { max-width: 1180px; margin: 2.6rem auto 0; padding: 1.25rem; border-top: 4px solid var(--purple); }
.related h2 { margin: 0 0 1rem; font-size: 1.4rem; text-transform: uppercase; }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
.related article { display: grid; grid-template-columns: 145px 1fr; gap: 1rem; }
.related figure { margin: 0; aspect-ratio: 1 / 1; overflow: hidden; }
.related img { height: 100%; object-fit: cover; }
.related h3 { margin: .1rem 0; line-height: 1.1; }
.site-footer { margin-top: 3rem; background: var(--ink); color: #ded9df; border-top: 5px solid var(--copper); }
.footer-inner { max-width: var(--max); margin: 0 auto; padding: 1.7rem 1.25rem; display: grid; grid-template-columns: 1fr 2fr; gap: 2rem; }
.footer-brand { color: var(--white); font-weight: 700; font-size: 1.4rem; }
.footer-inner p { margin: .25rem 0; max-width: 75ch; font-size: .86rem; }
.footer-links { margin-top: .75rem; display: flex; flex-wrap: wrap; gap: .8rem; }
.footer-links a { color: var(--white); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 820px) {
  body { font-size: 16px; }
  .topline-inner { align-items: flex-start; }
  .masthead-main { align-items: center; gap: 1rem; }
  .brand-main { font-size: clamp(1.65rem, 8.2vw, 3rem); }
  .brand-sub { font-size: .62rem; }
  .menu-toggle { display: block; }
  .nav { display: none; }
  .nav.is-open { display: block; }
  .nav-inner { flex-direction: column; padding: .4rem 1.25rem .7rem; }
  .nav a { margin: 0; padding: .55rem 0; }
  .lead-grid, .category-intro, .article-header, .footer-inner { grid-template-columns: 1fr; }
  .lead-story { border-right: 0; padding: 0 0 1.3rem; border-bottom: 1px solid var(--ink); }
  .lead-story h1 { font-size: clamp(2.3rem, 11vw, 4rem); }
  .side-stack { padding: 1.3rem 0 0; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .mini-story { margin: 0; }
  .topic-band { grid-template-columns: 1fr; gap: 1rem; }
  .story-row { grid-template-columns: 180px 1fr; }
  .story-no { display: none; }
  .article-header h1 { font-size: clamp(2.55rem, 12vw, 4.4rem); }
  .article-layout { grid-template-columns: 1fr; padding-top: 1.2rem; }
  .article-aside { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; }
}

@media (max-width: 560px) {
  .topline-inner { display: block; }
  .edition { display: block; margin-bottom: .1rem; }
  .masthead-main { padding: 1rem; }
  .mast-actions { gap: .35rem; }
  .search-open { font-size: .8rem; padding: .35rem .55rem; }
  .page, .article-shell { padding: 1rem; }
  .side-stack, .category-grid, .topic-links, .related-grid { grid-template-columns: 1fr; }
  .mini-story { display: grid; grid-template-columns: 118px 1fr; gap: .75rem; }
  .mini-story figure { margin: 0; }
  .mini-story h2 { font-size: 1.2rem; }
  .mini-story p { display: none; }
  .story-row { grid-template-columns: 112px minmax(0, 1fr); gap: .8rem; }
  .story-row h2 { font-size: 1.25rem; }
  .story-row p { display: none; }
  .topic-band { margin-left: -1rem; margin-right: -1rem; padding: 1rem; }
  .category-intro h1 { font-size: 2.7rem; }
  .article-header { gap: 1rem; }
  .article-header h1 { font-size: 2.75rem; }
  .article-dek { font-size: 1.04rem; }
  .article-aside { grid-template-columns: 1fr; }
  .prose h2 { font-size: 1.65rem; }
  .related article { grid-template-columns: 105px 1fr; }
}

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