:root {
  --purple: #4b245f;
  --purple-dark: #2d1239;
  --purple-soft: #ddd2e4;
  --copper: #b8673e;
  --copper-dark: #824329;
  --gray: #eff0f2;
  --ink: #211f22;
  --muted: #666168;
  --white: #fff;
  --teal: #1f6a68;
  --line: #d4d2d5;
  --wrap: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: #f8f8f8; font-family: Verdana, Geneva, sans-serif; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input { font: inherit; }
button { cursor: pointer; }
.wrap { width: min(calc(100% - 48px), var(--wrap)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 99; background: var(--white); padding: 12px 18px; border: 2px solid var(--purple); }
.skip-link:focus { top: 16px; }
.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; }
.site-header { background: #f8f8f8; border-bottom: 1px solid var(--line); }
.topline { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 1.2rem; font-weight: 700; text-decoration: none; letter-spacing: 0; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; color: var(--white); background: var(--purple); border-radius: 50% 50% 50% 10%; font-size: 1.5rem; }
.quick-search { display: flex; width: min(100%, 430px); border-bottom: 2px solid var(--ink); }
.quick-search input { flex: 1; min-width: 0; border: 0; background: transparent; padding: 10px 4px; color: var(--ink); }
.quick-search button { border: 0; background: transparent; padding: 10px; color: var(--purple); font-weight: 700; }
.quick-search input:focus { outline: 2px solid var(--copper); outline-offset: 2px; }
.main-nav { border-top: 1px solid var(--line); }
.nav-scroll { min-height: 50px; display: flex; align-items: center; gap: 30px; overflow-x: auto; scrollbar-width: none; }
.nav-scroll::-webkit-scrollbar { display: none; }
.nav-scroll a { flex: 0 0 auto; text-decoration: none; font-size: .82rem; font-weight: 700; }
.nav-scroll a:hover, .nav-scroll a:focus-visible { color: var(--copper-dark); }
.hero { min-height: 610px; display: grid; grid-template-columns: minmax(280px, .8fr) minmax(500px, 1.35fr); gap: 64px; align-items: center; padding-block: 56px; }
.hero-copy { position: relative; z-index: 2; }
.edition, .eyebrow { display: inline-block; color: var(--copper-dark); font-size: .72rem; font-weight: 700; text-transform: uppercase; text-decoration: none; }
.edition { padding: 7px 12px; border: 1px solid var(--copper); border-radius: 999px; }
.kicker { margin: 28px 0 10px; color: var(--copper-dark); font-size: .76rem; font-weight: 700; text-transform: uppercase; }
.hero h1 { max-width: 680px; margin: 0; color: var(--purple-dark); font-size: clamp(2.8rem, 5.8vw, 5.7rem); line-height: .99; font-weight: 700; letter-spacing: 0; }
.hero-intro { max-width: 570px; margin: 28px 0; color: var(--muted); font-size: 1.08rem; }
.button-link { display: inline-flex; gap: 24px; align-items: center; padding: 13px 18px; color: var(--white); background: var(--purple); border-radius: 4px; text-decoration: none; font-weight: 700; }
.button-link:hover, .button-link:focus-visible { background: var(--copper-dark); }
.hero-visual { position: relative; min-width: 0; border-radius: 52% 48% 10% 46%; overflow: hidden; background: var(--purple-soft); text-decoration: none; }
.hero-visual img { width: 100%; height: 540px; object-fit: cover; }
.image-note { position: absolute; right: 24px; bottom: 24px; max-width: 240px; padding: 16px 18px; background: rgba(248, 248, 248, .94); border-left: 5px solid var(--copper); border-radius: 4px; }
.image-note strong, .image-note span { display: block; }
.image-note strong { margin-bottom: 4px; color: var(--purple); font-size: .7rem; text-transform: uppercase; }
.image-note span { font-size: .84rem; line-height: 1.35; font-weight: 700; }
.ticker { background: var(--purple); color: var(--white); }
.ticker-inner { min-height: 60px; display: flex; align-items: center; gap: 34px; overflow-x: auto; }
.ticker-inner span { color: #d7b39f; font-size: .72rem; font-weight: 700; text-transform: uppercase; white-space: nowrap; }
.ticker-inner a { white-space: nowrap; text-decoration: none; font-size: .84rem; }
.latest, .more-stories, .related { padding-block: 92px; }
.section-heading { margin-bottom: 38px; display: flex; align-items: end; justify-content: space-between; gap: 32px; border-bottom: 1px solid var(--line); }
.section-heading > a { margin-bottom: 20px; color: var(--purple); font-size: .82rem; font-weight: 700; }
.section-heading .kicker { margin-top: 5px; }
.section-heading h2 { margin: 0 0 20px; color: var(--purple-dark); font-size: clamp(1.7rem, 3vw, 2.9rem); line-height: 1.12; }
.section-number { display: inline-grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--copper); border-radius: 50%; color: var(--copper-dark); font-size: .72rem; }
.story-grid { display: grid; gap: 30px; }
.lead-grid { grid-template-columns: 1.25fr 1fr 1fr; }
.two-grid { grid-template-columns: 1fr 1fr; }
.story-card { min-width: 0; background: var(--white); border-bottom: 4px solid var(--purple); border-radius: 6px; overflow: hidden; }
.story-card-featured { border-bottom-color: var(--copper); }
.story-image { display: block; overflow: hidden; }
.story-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .35s ease; }
.story-card:hover .story-image img { transform: scale(1.025); }
.story-copy { padding: 24px; }
.story-copy h2 { margin: 10px 0 12px; font-size: 1.28rem; line-height: 1.22; }
.story-copy h2 a { text-decoration: none; }
.story-copy h2 a:hover, .story-copy h2 a:focus-visible { color: var(--purple); text-decoration: underline; }
.story-copy p { margin: 0 0 22px; color: var(--muted); font-size: .92rem; }
.story-meta { display: flex; gap: 14px; color: var(--muted); font-size: .7rem; text-transform: uppercase; }
.story-meta span::before { content: ''; display: inline-block; width: 4px; height: 4px; margin: 0 10px 2px 0; border-radius: 50%; background: var(--copper); }
.insight-band { padding-block: 76px; color: var(--white); background: var(--purple-dark); }
.insight-grid { display: grid; grid-template-columns: 1fr 1.4fr 180px; align-items: center; gap: 60px; }
.section-number.light { color: #e1bda8; }
.insight-title .kicker { color: #dab099; }
.insight-title h2 { margin: 0; max-width: 360px; font-size: 2.4rem; line-height: 1.12; }
.insight-band blockquote { margin: 0; border-left: 1px solid #855c90; padding-left: 34px; }
.insight-band blockquote p { margin: 0; color: #eee6f1; font-size: 1.35rem; line-height: 1.55; }
.round-link { display: grid; place-items: center; align-content: center; width: 170px; height: 170px; padding: 22px; border: 1px solid #d19a7c; border-radius: 50%; color: var(--white); text-decoration: none; text-align: center; }
.round-link b { margin-top: 8px; color: #e3b69e; }
.round-link:hover, .round-link:focus-visible { color: var(--purple-dark); background: #e3b69e; }
.category-strip { padding-block: 20px 100px; display: grid; grid-template-columns: .62fr 1.38fr; gap: 70px; }
.category-strip h2 { margin: 0; color: var(--purple-dark); font-size: 2.5rem; line-height: 1.1; }
.category-links { border-top: 1px solid var(--line); }
.category-links a { display: grid; grid-template-columns: 50px 1fr 1.4fr 30px; gap: 18px; align-items: center; padding: 24px 4px; border-bottom: 1px solid var(--line); text-decoration: none; }
.category-links a:hover, .category-links a:focus-visible { background: var(--gray); }
.category-links span { color: var(--copper-dark); font-size: .72rem; }
.category-links small { color: var(--muted); line-height: 1.45; }
.category-links b { color: var(--purple); }
.site-footer { padding-top: 60px; color: #f6f0f7; background: #201824; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 70px; padding-bottom: 48px; }
.brand-footer .brand-mark { background: var(--copper); }
.footer-grid p { max-width: 390px; color: #c4bdc6; font-size: .86rem; }
.footer-grid h2 { margin: 0 0 14px; color: #d8a487; font-size: .78rem; text-transform: uppercase; }
.footer-grid > div > a:not(.brand) { display: block; width: fit-content; margin: 8px 0; color: #e8e1ea; font-size: .82rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-block: 20px; border-top: 1px solid #4c414f; color: #aaa1ad; font-size: .72rem; }
.article-page { padding-bottom: 70px; }
.article-header { padding-block: 64px 52px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.article-heading h1 { margin: 16px 0 24px; max-width: 680px; color: var(--purple-dark); font-size: clamp(2.5rem, 5vw, 4.8rem); line-height: 1.04; }
.article-heading > p { color: var(--muted); font-size: 1.08rem; }
.article-byline { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 28px; color: var(--muted); font-size: .72rem; text-transform: uppercase; }
.article-header figure { margin: 0; }
.article-header figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 48% 48% 6px 6px; }
.article-header figcaption { margin-top: 9px; color: var(--muted); font-size: .68rem; }
.article-layout { display: grid; grid-template-columns: 220px minmax(0, 720px); gap: 70px; justify-content: center; align-items: start; }
.article-aside { position: sticky; top: 20px; padding: 24px 0; border-top: 3px solid var(--copper); border-bottom: 1px solid var(--line); color: var(--muted); font-size: .8rem; }
.article-aside span { color: var(--purple); font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.article-aside a { color: var(--purple); font-weight: 700; }
.article-content { min-width: 0; font-family: Verdana, Geneva, sans-serif; font-size: 1rem; line-height: 1.82; }
.article-content .lead { margin-top: 0; color: var(--purple-dark); font-size: 1.22rem; line-height: 1.65; }
.article-content h2 { margin: 2.5em 0 .7em; color: var(--purple-dark); font-size: 1.75rem; line-height: 1.2; }
.article-content h3 { margin: 2em 0 .5em; color: var(--copper-dark); font-size: 1.2rem; line-height: 1.3; }
.article-content h4 { margin: 1.8em 0 .4em; color: var(--teal); font-size: 1rem; }
.article-content p { margin: 0 0 1.25em; }
.article-content ul, .article-content ol { margin: 0 0 1.5em; padding-left: 24px; }
.article-content li { margin-bottom: .55em; padding-left: 7px; }
.article-content li::marker { color: var(--copper); font-weight: 700; }
.related { border-top: 1px solid var(--line); }
.archive-header { position: relative; padding-block: 70px; border-bottom: 1px solid var(--line); }
.archive-header h1, .search-header h1 { margin: 12px 0 18px; color: var(--purple-dark); font-size: clamp(2.7rem, 6vw, 5.6rem); line-height: 1; }
.archive-header > p:not(.kicker) { max-width: 650px; color: var(--muted); font-size: 1.08rem; }
.archive-count { position: absolute; right: 0; bottom: 70px; display: grid; place-items: center; width: 120px; height: 120px; border: 1px solid var(--copper); border-radius: 50%; color: var(--copper-dark); font-size: .78rem; }
.archive-list { padding-block: 70px; }
.archive-item { display: grid; grid-template-columns: 70px 1fr; gap: 24px; align-items: start; margin-bottom: 44px; }
.archive-index { padding-top: 16px; color: var(--copper-dark); font-size: .76rem; border-top: 1px solid var(--copper); }
.archive-item .story-card { display: grid; grid-template-columns: minmax(260px, .8fr) 1.2fr; }
.archive-item .story-image img { height: 100%; aspect-ratio: 4 / 3; }
.category-switcher { display: flex; flex-wrap: wrap; gap: 18px 36px; align-items: center; padding-block: 30px 80px; }
.category-switcher > span { color: var(--muted); font-size: .72rem; text-transform: uppercase; }
.category-switcher a { color: var(--purple); font-weight: 700; }
.search-header { padding-block: 70px; }
.search-header h1 { max-width: 900px; }
.search-large { max-width: 800px; margin-top: 42px; }
.search-large label { display: block; margin-bottom: 8px; color: var(--muted); font-size: .76rem; text-transform: uppercase; }
.search-large > div { display: flex; border-bottom: 3px solid var(--purple); }
.search-large input { flex: 1; min-width: 0; padding: 14px 2px; border: 0; background: transparent; font-size: 1.12rem; }
.search-large button { padding: 12px 22px; border: 0; color: var(--white); background: var(--purple); font-weight: 700; }
.search-results { min-height: 300px; padding-bottom: 100px; }
.search-status { padding: 16px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.search-result-list article { display: grid; grid-template-columns: 90px 1fr auto; gap: 24px; align-items: start; padding: 28px 0; border-bottom: 1px solid var(--line); }
.search-result-list article > span { color: var(--copper-dark); font-size: .72rem; text-transform: uppercase; }
.search-result-list h2 { margin: 0 0 8px; font-size: 1.35rem; line-height: 1.25; }
.search-result-list h2 a { text-decoration: none; }
.search-result-list p { margin: 0; max-width: 680px; color: var(--muted); font-size: .88rem; }
.search-result-list article > a { color: var(--purple); font-weight: 700; }
:focus-visible { outline: 3px solid #cf7d4f; outline-offset: 3px; }
@media (max-width: 900px) {
  .wrap { width: min(calc(100% - 32px), var(--wrap)); }
  .hero { min-height: 0; grid-template-columns: 1fr; gap: 36px; padding-block: 40px; }
  .hero-copy { max-width: 680px; }
  .hero-visual img { height: min(65vw, 500px); }
  .lead-grid { grid-template-columns: 1fr 1fr; }
  .lead-grid .story-card:first-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .insight-grid { grid-template-columns: 1fr 1.4fr; }
  .round-link { grid-column: 1 / -1; width: 140px; height: 140px; }
  .category-strip { grid-template-columns: 1fr; gap: 32px; }
  .article-header { grid-template-columns: 1fr; gap: 34px; }
  .article-header figure { max-width: 760px; }
  .article-layout { grid-template-columns: 1fr; gap: 20px; }
  .article-aside { position: static; }
  .archive-item .story-card { grid-template-columns: 1fr 1.2fr; }
}
@media (max-width: 640px) {
  .wrap { width: min(calc(100% - 24px), var(--wrap)); }
  .topline { min-height: 76px; }
  .brand { font-size: 1rem; }
  .brand-mark { width: 36px; height: 36px; }
  .quick-search { width: auto; border: 0; }
  .quick-search input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
  .quick-search button { padding: 9px 12px; border: 1px solid var(--purple); border-radius: 4px; }
  .nav-scroll { gap: 22px; }
  .hero h1 { font-size: 3rem; }
  .hero-visual { border-radius: 44% 44% 6px 6px; }
  .hero-visual img { height: 82vw; }
  .image-note { right: 12px; bottom: 12px; left: 12px; max-width: none; }
  .ticker-inner { gap: 24px; }
  .latest, .more-stories, .related { padding-block: 64px; }
  .section-heading { align-items: start; flex-direction: column; gap: 0; }
  .section-heading > a { margin-top: 0; }
  .lead-grid, .two-grid { grid-template-columns: 1fr; }
  .lead-grid .story-card:first-child { grid-column: auto; display: block; }
  .story-copy { padding: 20px; }
  .insight-band { padding-block: 60px; }
  .insight-grid { grid-template-columns: 1fr; gap: 34px; }
  .insight-band blockquote { padding-left: 22px; }
  .insight-title h2 { font-size: 2rem; }
  .round-link { grid-column: auto; width: 130px; height: 130px; }
  .category-strip h2 { font-size: 2rem; }
  .category-links a { grid-template-columns: 34px 1fr 24px; }
  .category-links small { display: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; gap: 4px; }
  .article-header { padding-block: 42px; }
  .article-heading h1 { font-size: 2.7rem; overflow-wrap: anywhere; }
  .article-header figure img { border-radius: 42% 42% 5px 5px; }
  .article-content { font-size: .96rem; }
  .article-content .lead { font-size: 1.08rem; }
  .article-content h2 { font-size: 1.45rem; }
  .archive-header { padding-block: 48px 150px; }
  .archive-header h1, .search-header h1 { font-size: 3rem; overflow-wrap: anywhere; }
  .archive-count { left: 0; right: auto; bottom: 28px; width: 100px; height: 100px; }
  .archive-item { grid-template-columns: 1fr; gap: 10px; }
  .archive-item .story-card { grid-template-columns: 1fr; }
  .search-header { padding-block: 48px; }
  .search-large > div { display: grid; }
  .search-large button { width: 100%; }
  .search-result-list article { grid-template-columns: 1fr; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .story-image img { transition: none; }
}