:root {
  --purple-950: #211032;
  --purple-900: #301052;
  --purple-800: #461577;
  --purple-700: #5b218d;
  --purple-100: #eee6f5;
  --gold-600: #a87c22;
  --gold-500: #c79a36;
  --gold-300: #e7ca7d;
  --paper: #fffdfa;
  --paper-deep: #f6f1e8;
  --ink: #19151d;
  --muted: #68616d;
  --rule: #ddd5e1;
  --white: #ffffff;
  --shadow: 0 18px 46px rgba(33, 16, 50, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 8rem; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}
img { display: block; max-width: 100%; }
button, a { font: inherit; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 2rem)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: .75rem; left: .75rem; padding: .7rem 1rem; transform: translateY(-180%); background: var(--gold-500); color: var(--purple-950); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.utility-bar { background: var(--purple-950); color: rgba(255,255,255,.78); font-size: .78rem; letter-spacing: .035em; }
.utility-inner { min-height: 2.15rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.edition { color: var(--white); font-weight: 800; text-transform: uppercase; }
.live-dot { display: inline-block; width: .46rem; height: .46rem; margin-right: .36rem; border-radius: 50%; background: var(--gold-500); }
.masthead { position: relative; min-height: 10.2rem; display: flex; align-items: center; justify-content: center; padding-inline: 4.5rem; }
.brand { display: flex; width: min(760px, 100%); min-width: 0; flex-direction: column; align-items: center; text-decoration: none; }
.brand img { width: 100%; height: auto; padding-inline: 1rem; object-fit: contain; object-position: center; }
.masthead-mark { position: absolute; right: 0; display: grid; place-items: center; width: 2.9rem; height: 2.9rem; border: 2px solid var(--gold-500); border-radius: 50%; color: var(--purple-800); font-family: Georgia, 'Times New Roman', serif; font-weight: 800; }
.menu-button { display: none; width: 2.85rem; height: 2.85rem; padding: .67rem; border: 0; border-radius: 50%; background: var(--purple-100); cursor: pointer; }
.menu-button span { display: block; width: 100%; height: 2px; margin: .24rem 0; background: var(--purple-900); }

.site-nav { position: sticky; z-index: 20; top: 0; background: var(--purple-900); color: var(--white); box-shadow: 0 5px 16px rgba(23,7,39,.18); }
.nav-track { display: flex; align-items: center; justify-content: center; overflow-x: auto; scrollbar-width: none; }
.nav-track::-webkit-scrollbar { display: none; }
.nav-track a { flex: 0 0 auto; padding: .94rem 1.22rem; border-bottom: 3px solid transparent; text-decoration: none; font-size: .92rem; font-weight: 750; }
.nav-track a:hover, .nav-track a:focus-visible { background: rgba(255,255,255,.08); border-bottom-color: var(--gold-500); outline: none; }

.news-strip { border-bottom: 1px solid var(--rule); background: var(--white); }
.strip-inner { min-height: 2.8rem; display: flex; align-items: center; gap: .9rem; font-size: .88rem; }
.strip-inner strong { flex: none; padding: .23rem .55rem; background: var(--gold-500); color: var(--purple-950); font-size: .72rem; letter-spacing: .08em; }
.strip-inner span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

main { padding-block: 1.6rem 4.5rem; }
.top-grid { display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(280px, .8fr); gap: 1.2rem; }
.article-trigger { cursor: pointer; }
.hero-card { position: relative; min-height: 0; display: flex; overflow: hidden; background: var(--purple-950); box-shadow: var(--shadow); flex-direction: column; }
.hero-card img { position: static; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; object-position: center; background: #17101d; transition: filter .3s ease; }
.hero-card:hover img, .hero-card:focus img { filter: brightness(1.04); }
.hero-overlay { position: static; z-index: 1; padding: clamp(1.35rem, 4vw, 2.5rem); background: var(--purple-950); color: var(--white); }
.eyebrow { display: inline-block; margin-bottom: .58rem; color: var(--gold-300); font-size: .75rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.hero-overlay h1 { max-width: 17ch; margin: 0 0 .65rem; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.25rem, 4vw, 4.1rem); line-height: .98; letter-spacing: -.035em; }
.hero-overlay p { max-width: 46rem; margin: 0; color: rgba(255,255,255,.83); font-size: 1rem; }
.article-trigger:focus-visible { outline: 4px solid var(--gold-500); outline-offset: 3px; }

.side-leads { display: grid; grid-template-rows: repeat(2, 1fr); gap: 1.2rem; }
.side-card { display: grid; grid-template-rows: 12.5rem 1fr; overflow: hidden; border: 1px solid var(--rule); background: var(--white); box-shadow: 0 10px 28px rgba(33,16,50,.08); }
.side-card img { width: 100%; height: 100%; object-fit: contain; object-position: center; background: var(--purple-100); transition: filter .3s ease; }
.side-card:hover img { filter: brightness(1.035); }
.side-card div { padding: 1.1rem 1.2rem 1.25rem; }
.side-card h2 { margin: 0 0 .5rem; font-family: Georgia, 'Times New Roman', serif; font-size: 1.38rem; line-height: 1.1; }
.side-card p { margin: 0; color: var(--muted); font-size: .9rem; }

.ad-placement { margin: 1.6rem 0 2.4rem; overflow: hidden; }
.ad-placement:has(.adsbygoogle[data-ad-status="unfilled"]) { display: none; }
.ad-placement .adsbygoogle { width: 100%; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1.3rem; padding-bottom: .85rem; border-bottom: 4px solid var(--purple-900); }
.section-kicker { color: var(--gold-600); font-size: .75rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.section-heading h2 { margin: .16rem 0 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1; letter-spacing: -.03em; }
.category-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .45rem; }
.filter { padding: .53rem .82rem; border: 1px solid #cfc3d7; border-radius: 999px; background: var(--white); color: var(--purple-900); font-size: .82rem; font-weight: 750; cursor: pointer; }
.filter:hover, .filter:focus-visible, .filter.active { border-color: var(--purple-800); background: var(--purple-800); color: var(--white); outline: none; }

.region-block { margin-top: 3.6rem; }
.region-title { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.1rem; }
.region-title::after { content: ''; height: 1px; flex: 1; background: var(--rule); }
.region-title h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.8rem, 3vw, 2.5rem); color: var(--purple-950); }
.region-title span { padding: .25rem .52rem; background: var(--gold-500); color: var(--purple-950); font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 1.05rem; }
.news-card { min-width: 0; overflow: hidden; border: 1px solid var(--rule); background: var(--white); transition: transform .23s ease, box-shadow .23s ease; }
.news-card:hover { transform: translateY(-4px); box-shadow: 0 15px 34px rgba(33,16,50,.12); }
.news-card[hidden] { display: none; }
.card-image { position: relative; width: 100%; height: auto; aspect-ratio: 16 / 10; overflow: hidden; background: var(--purple-100); }
.card-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; transition: filter .3s ease; }
.news-card:hover .card-image img { filter: brightness(1.035); }
.card-label { position: absolute; left: .65rem; bottom: .65rem; padding: .26rem .49rem; background: rgba(33,16,50,.92); color: var(--gold-300); font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.card-copy { padding: 1rem 1rem 1.15rem; }
.card-copy h3 { margin: 0 0 .55rem; font-family: Georgia, 'Times New Roman', serif; font-size: 1.23rem; line-height: 1.12; }
.card-copy p { margin: 0; color: var(--muted); font-size: .88rem; }
.card-meta { display: flex; justify-content: space-between; gap: .6rem; margin-top: .9rem; color: #7e7681; font-size: .72rem; }

.archive-block { margin-top: 4.5rem; padding-top: 2rem; border-top: 5px solid var(--purple-900); }
.archive-heading { padding-bottom: .8rem; border-bottom: 1px solid var(--rule); }
.archive-heading h2 { margin: .25rem 0 .3rem; color: var(--purple-950); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.9rem, 3.5vw, 2.8rem); line-height: 1.08; }
.archive-heading p { margin: 0; color: var(--muted); font-size: .9rem; }
.archive-block .region-block { margin-top: 2.7rem; }

.site-footer { border-top: 6px solid var(--gold-500); background: var(--purple-950); color: rgba(255,255,255,.78); }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(12rem, .7fr); gap: 3rem; padding-block: 3.3rem; }
.footer-brand img { width: min(520px,100%); height: auto; padding: .75rem; object-fit: contain; background: var(--white); }
.footer-brand p { max-width: 37rem; }
.site-footer h2 { margin: 0 0 .85rem; color: var(--gold-300); font-family: Georgia, 'Times New Roman', serif; font-size: 1.15rem; }
.site-footer .footer-secondary-heading { margin-top: 1.1rem; margin-bottom: .15rem; }
.site-footer nav { display: flex; flex-direction: column; align-items: flex-start; gap: .42rem; }
.site-footer nav a { text-decoration: none; font-size: .88rem; }
.site-footer nav a:hover { color: var(--gold-300); text-decoration: underline; }
.copyright { padding-block: 1rem 1.4rem; border-top: 1px solid rgba(255,255,255,.13); font-size: .76rem; }

.privacy-banner[hidden] { display: none; }
.privacy-banner {
  position: fixed;
  z-index: 100;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  width: min(940px, calc(100% - 2rem));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(48,16,82,.22);
  border-top: 4px solid var(--gold-500);
  background: rgba(255,253,250,.98);
  color: var(--ink);
  box-shadow: 0 20px 54px rgba(21,8,34,.25);
}
.privacy-banner-copy { max-width: 660px; }
.privacy-banner-copy strong { display: block; margin-bottom: .2rem; color: var(--purple-950); font-family: Georgia, 'Times New Roman', serif; font-size: 1.04rem; }
.privacy-banner-copy p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.45; }
.privacy-banner-actions { flex: none; display: flex; align-items: center; gap: .65rem; }
.privacy-banner-actions a,
.privacy-banner-actions button { min-height: 2.6rem; display: inline-flex; align-items: center; justify-content: center; padding: .62rem .9rem; border-radius: .18rem; font-size: .8rem; font-weight: 800; cursor: pointer; }
.privacy-banner-actions a { border: 1px solid var(--purple-800); color: var(--purple-800); text-decoration: none; }
.privacy-banner-actions button { border: 1px solid var(--purple-800); background: var(--purple-800); color: var(--white); }
.privacy-banner-actions a:hover,
.privacy-banner-actions a:focus-visible { background: var(--purple-100); outline: 2px solid var(--gold-500); outline-offset: 2px; }
.privacy-banner-actions button:hover,
.privacy-banner-actions button:focus-visible { background: var(--purple-950); outline: 2px solid var(--gold-500); outline-offset: 2px; }

.privacy-page { background: var(--paper-deep); }
.privacy-topline { border-bottom: 1px solid rgba(255,255,255,.14); background: var(--purple-950); color: rgba(255,255,255,.8); }
.privacy-topline .shell { min-height: 2.4rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: .76rem; letter-spacing: .045em; text-transform: uppercase; }
.privacy-masthead { padding-block: 1.65rem 1.4rem; background: var(--white); }
.privacy-masthead-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.privacy-logo { display: block; width: min(480px, 72%); }
.privacy-logo img { width: 100%; height: auto; object-fit: contain; }
.privacy-return { flex: none; padding: .62rem .85rem; border: 1px solid var(--purple-800); color: var(--purple-800); text-decoration: none; font-size: .82rem; font-weight: 800; }
.privacy-return:hover,
.privacy-return:focus-visible { background: var(--purple-800); color: var(--white); outline: 2px solid var(--gold-500); outline-offset: 2px; }
.privacy-main { padding-block: 2.2rem 4.5rem; }
.privacy-document { overflow: hidden; border: 1px solid #d8cfdb; background: var(--white); box-shadow: 0 18px 48px rgba(33,16,50,.09); }
.privacy-document-header { padding: clamp(1.6rem, 5vw, 3.4rem); border-top: 7px solid var(--gold-500); border-bottom: 1px solid var(--rule); background: linear-gradient(135deg, var(--purple-950), var(--purple-900)); color: var(--white); }
.privacy-document-kicker { display: block; margin-bottom: .65rem; color: var(--gold-300); font-size: .73rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.privacy-document-header h1 { max-width: 17ch; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.35rem, 6vw, 4.4rem); line-height: .98; letter-spacing: -.035em; }
.privacy-document-header p { max-width: 48rem; margin: 1rem 0 0; color: rgba(255,255,255,.8); }
.privacy-document-meta { margin-top: 1.25rem; font-size: .78rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.privacy-document-body { width: min(100%, 850px); padding: clamp(1.6rem, 5vw, 3.5rem); }
.privacy-summary { margin: 0 0 2rem; padding: 1.1rem 1.2rem; border-left: 5px solid var(--gold-500); background: var(--paper-deep); color: var(--purple-950); font-family: Georgia, 'Times New Roman', serif; font-size: 1.08rem; line-height: 1.65; }
.privacy-section { margin-top: 2.1rem; }
.privacy-section h2 { margin: 0 0 .65rem; color: var(--purple-950); font-family: Georgia, 'Times New Roman', serif; font-size: 1.45rem; line-height: 1.2; }
.privacy-section p { margin: .65rem 0; color: #474049; line-height: 1.72; }
.privacy-section ul { margin: .75rem 0; padding-left: 1.25rem; color: #474049; }
.privacy-section li { margin: .52rem 0; padding-left: .25rem; line-height: 1.62; }
.privacy-section a { color: var(--purple-700); font-weight: 750; text-underline-offset: .16em; }
.privacy-section a:hover,
.privacy-section a:focus-visible { color: var(--gold-600); }
.privacy-legal-note { margin-top: 2.5rem; padding-top: 1.4rem; border-top: 1px solid var(--rule); color: var(--muted); font-size: .82rem; line-height: 1.55; }

.article-dialog { width: min(980px, calc(100% - 1.4rem)); max-height: 90vh; padding: 0; overflow: auto; border: 0; border-radius: .3rem; background: var(--paper); color: var(--ink); box-shadow: 0 30px 100px rgba(10,3,17,.5); }
.article-dialog::backdrop { background: rgba(22,8,37,.82); backdrop-filter: blur(4px); }
.dialog-close { position: sticky; z-index: 2; top: .8rem; float: right; width: 2.7rem; height: 2.7rem; margin: .8rem .8rem -3.5rem 0; border: 0; border-radius: 50%; background: rgba(33,16,50,.9); color: white; font-size: 1.8rem; line-height: 1; cursor: pointer; }
.dialog-hero { width: 100%; height: min(58vh, 36rem); object-fit: contain; object-position: center; background: #17101d; }
.dialog-copy { width: min(100%, 800px); margin-inline: auto; padding: clamp(1.4rem, 5vw, 3.2rem); }
.dialog-copy h2 { margin: .25rem 0 .7rem; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2rem, 6vw, 3.4rem); line-height: 1; letter-spacing: -.035em; }
.dialog-deck { color: var(--muted); font-size: 1.06rem; }
.dialog-meta { margin: 1.25rem 0; padding-block: .75rem; border-block: 1px solid var(--rule); color: var(--purple-700); font-size: .79rem; font-weight: 750; }
.dialog-body p { font-family: Georgia, 'Times New Roman', serif; font-size: 1.08rem; line-height: 1.75; }
@media (max-width: 960px) {
  .masthead { padding-inline: 3.8rem; }
  .brand { width: min(680px, 100%); }
  .top-grid { grid-template-columns: 1fr; }
  .side-leads { grid-template-columns: repeat(2,1fr); grid-template-rows: auto; }
  .cards-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-grid { grid-template-columns: 1.2fr .8fr; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 4.4rem; }
  .shell { width: min(100% - 1.2rem, 1180px); }
  .utility-inner { justify-content: center; min-height: 2rem; }
  .utility-inner > :not(.edition) { display: none; }
  .masthead { min-height: 7.7rem; padding: 0 0 0 3.1rem; }
  .menu-button { position: absolute; left: 0; display: block; }
  .brand { width: 100%; }
  .brand img { padding-inline: .5rem; }
  .masthead-mark { display: none; }
  .site-nav { display: none; }
  .site-nav.open { display: block; }
  .nav-track { align-items: stretch; flex-direction: column; padding-block: .35rem; }
  .nav-track a { padding: .74rem 1rem; }
  .news-strip { border-top: 1px solid var(--rule); }
  main { padding-top: .9rem; }
  .hero-overlay { padding: 1.35rem; }
  .hero-overlay h1 { font-size: clamp(2.25rem, 11vw, 3.3rem); }
  .hero-overlay p { font-size: .92rem; }
  .side-leads { grid-template-columns: 1fr; }
  .side-card { grid-template-columns: 1fr; grid-template-rows: auto auto; min-height: 0; }
  .side-card img { height: auto; aspect-ratio: 16 / 9; }
  .side-card h2 { font-size: 1.13rem; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .category-filters { justify-content: flex-start; flex-wrap: nowrap; width: 100%; padding-bottom: .3rem; overflow-x: auto; }
  .filter { flex: none; }
  .region-block { margin-top: 3rem; }
  .region-title { align-items: flex-start; flex-direction: column; gap: .35rem; }
  .region-title::after { width: 100%; flex: none; }
  .cards-grid { grid-template-columns: 1fr; }
  .news-card { display: block; }
  .news-card[hidden] { display: none; }
  .card-image { height: auto; min-height: 0; aspect-ratio: 16 / 9; }
  .card-copy h3 { font-size: 1.12rem; }
  .card-copy p { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
  .card-meta { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .dialog-hero { height: min(42vh, 18rem); }
  .privacy-banner { align-items: stretch; flex-direction: column; gap: .85rem; padding: .9rem; }
  .privacy-banner-actions { width: 100%; }
  .privacy-banner-actions a,
  .privacy-banner-actions button { flex: 1; }
  .privacy-masthead-inner { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .privacy-logo { width: 100%; }
  .privacy-return { align-self: flex-end; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
