:root {
  --ink: #171225;
  --ink-2: #2b1747;
  --paper: #f5f6fa;
  --white: #fff;
  --red: #6c2cf5;
  --red-dark: #3a0f6b;
  --cyan: #00a9bd;
  --blue: #105bb7;
  --violet: #6517ec;
  --purple: #31005f;
  --sky: #e7edf8;
  --muted: #687084;
  --line: #dfe2ea;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 18px 48px rgb(35 15 70 / 12%);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 9rem;
}

body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #f4f5fa 0, #fff 38%, #f5f6fa 100%);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

button,
input { font: inherit; }

button,
a { -webkit-tap-highlight-color: transparent; }

button { color: inherit; }

a { color: inherit; text-decoration: none; }

.shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.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;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 999;
  transform: translateY(-150%);
  padding: 10px 14px;
  background: white;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: relative;
  z-index: 20;
  background: white;
}

.masthead {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 114px;
}

.masthead::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 114px;
  background:
    radial-gradient(circle at 72% 0%, rgb(101 23 236 / 30%), transparent 34%),
    linear-gradient(115deg, #230041 0%, #31005f 54%, #151a3b 100%);
  content: "";
}

.brand {
  display: inline-flex;
  justify-self: start;
  align-items: center;
  gap: 13px;
}

.brand-logo-crop {
  position: relative;
  display: block;
  width: 92px;
  height: 62px;
  overflow: hidden;
  background: var(--purple);
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgb(0 0 0 / 22%);
}

.brand-logo-crop img {
  position: absolute;
  top: 48%;
  left: 50%;
  width: 190%;
  max-width: none;
  transform: translate(-50%, -50%);
}

.brand-name {
  display: flex;
  flex-direction: column;
  color: white;
  font-family: var(--sans);
  font-size: 23px;
  font-weight: 800;
  line-height: .9;
  letter-spacing: -.035em;
}

.brand-name strong {
  margin-top: 8px;
  color: #7de4ee;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.edition-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: #aeb7c9;
  font-size: 12px;
}

.edition-meta strong {
  color: white;
  font-family: var(--serif);
  font-size: 14px;
}

.menu-button { display: none; }

.main-nav {
  color: white;
  background: #19172b;
  border-bottom: 1px solid rgb(255 255 255 / 15%);
}

.nav-inner {
  display: flex;
  align-items: stretch;
  min-height: 52px;
}

.nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 22px;
  color: #dce4eb;
  font-size: 13px;
  font-weight: 750;
}

.nav-link:first-child { padding-left: 0; padding-right: 24px; }

.nav-link::after {
  position: absolute;
  right: 22px;
  bottom: 0;
  left: 22px;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), var(--violet));
  content: "";
  transform: scaleX(0);
  transition: transform .2s ease;
}

.nav-link:first-child::after { left: 0; }
.nav-link:hover,
.nav-link.active { color: white; }
.nav-link.active::after { transform: scaleX(1); }

.nav-search {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-left: auto;
  padding: 0 0 0 24px;
  color: white;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.nav-search svg,
.search-box svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.breaking {
  color: white;
  background: linear-gradient(90deg, #293143, #27314a 65%, #26223b);
  box-shadow: 0 8px 18px rgb(25 23 43 / 10%);
}

.breaking-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 40px;
}

.breaking strong {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 18px;
  color: #78e2eb;
  font-size: 11px;
  letter-spacing: .12em;
}

.breaking strong span,
.live-dot::before {
  width: 7px;
  height: 7px;
  background: var(--cyan);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 4px rgb(0 169 189 / 17%);
  animation: pulse 2s infinite;
}

.ticker-window {
  min-width: 0;
  overflow: hidden;
  border-left: 1px solid rgb(255 255 255 / 16%);
}

.ticker-window p {
  margin: 0;
  padding-left: 18px;
  overflow: hidden;
  color: #dce4eb;
  font-family: var(--serif);
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ticker-time { color: #9eabb8; font-size: 11px; font-variant-numeric: tabular-nums; }

@keyframes pulse {
  50% { box-shadow: 0 0 0 7px transparent; }
}

.lead {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(300px, .8fr);
  gap: 42px;
  padding-top: 46px;
  padding-bottom: 56px;
}

.lead-story { min-width: 0; }

.lead-media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8.7;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 25%, rgb(0 169 189 / 62%) 0 7%, transparent 7.3%),
    linear-gradient(110deg, transparent 0 38%, rgb(101 23 236 / 28%) 38% 62%, transparent 62%),
    linear-gradient(135deg, transparent 0 48%, rgb(255 255 255 / 8%) 48% 49%, transparent 49%),
    linear-gradient(145deg, #164f91, #31005f 62%, #151225 100%);
  border: 0;
  border-radius: 4px;
  cursor: default;
  box-shadow: var(--shadow);
}

.lead-media.story-link { cursor: pointer; }

.lead-media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease, filter .35s ease;
}

.lead-media.story-link:hover > img { transform: scale(1.025); filter: saturate(1.05); }

.lead-media::after,
.article-hero::after,
.thumb::after {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgb(255 255 255 / 5%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 5%) 1px, transparent 1px);
  background-size: 28px 28px;
  content: "";
  pointer-events: none;
}

.city-lines {
  position: absolute;
  right: -8%;
  bottom: -12%;
  width: 78%;
  height: 76%;
  border: 28px solid rgb(255 255 255 / 7%);
  border-radius: 50% 0 0;
  transform: rotate(-9deg);
}

.media-label,
.article-hero > span {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
  padding: 6px 8px;
  color: white;
  background: rgb(23 18 37 / 68%);
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 3px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.media-monogram {
  position: absolute;
  right: 28px;
  bottom: 10px;
  color: rgb(255 255 255 / 8%);
  font-size: clamp(80px, 15vw, 190px);
  font-weight: 900;
  letter-spacing: -.1em;
}

.lead-copy { padding-top: 24px; }

.story-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.story-kicker span,
#article-kicker span { color: var(--red); }

.lead h1,
.article-header h1 {
  margin: 12px 0 14px;
  font-family: var(--serif);
  font-size: clamp(36px, 4.5vw, 62px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.lead h1 button {
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
}

.lead h1 button:hover { color: var(--red-dark); }

.lead-copy > p {
  max-width: 760px;
  margin: 0;
  color: #4d5a67;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.55;
}

.story-meta {
  display: flex;
  gap: 18px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 11px;
}

.story-meta span + span::before {
  margin-right: 18px;
  color: var(--red);
  content: "•";
}

.latest {
  padding-left: 30px;
  border-left: 1px solid var(--line);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  padding-bottom: 15px;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(90deg, var(--purple), var(--blue), var(--cyan)) 1;
}

.section-heading.compact { align-items: center; padding-bottom: 13px; }

.section-heading > div > span,
.article-aside > span {
  display: block;
  margin-bottom: 4px;
  color: var(--red);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.section-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 32px;
  letter-spacing: -.035em;
}

.section-heading.compact h2 { font-size: 25px; }

.section-heading > p { margin: 0; color: var(--muted); font-size: 12px; }

.live-dot {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--cyan);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
}

.live-dot::before { display: block; }

.latest-list { margin: 0; padding: 0; list-style: none; }

.latest-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 3px 12px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}

.latest-list time {
  grid-row: 1 / span 2;
  padding-top: 3px;
  color: var(--red);
  font-size: 10px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.latest-list button,
.latest-list strong {
  display: block;
  padding: 0;
  background: transparent;
  border: 0;
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}

.latest-list button { cursor: pointer; }

.latest-list button:hover { color: var(--red-dark); }
.latest-list li > span { color: var(--muted); font-size: 9px; text-transform: uppercase; }

.newsroom { padding-top: 8px; padding-bottom: 80px; }

.explore-tools {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  padding: 24px 0 30px;
}

.search-box {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(370px, 100%);
  min-height: 44px;
  padding: 0 13px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgb(35 15 70 / 5%);
  transition: border-color .2s, box-shadow .2s;
}

.search-box:focus-within { border-color: var(--violet); box-shadow: 0 0 0 3px rgb(101 23 236 / 12%); }

.search-box input {
  width: 100%;
  min-width: 0;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 13px;
}

.search-box kbd {
  display: grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  color: var(--muted);
  background: #f0f2f3;
  border: 1px solid #d5dade;
  border-radius: 4px;
  font-size: 11px;
}

.filter-row { display: flex; gap: 7px; overflow-x: auto; scrollbar-width: none; }
.filter-row::-webkit-scrollbar { display: none; }

.filter {
  padding: 9px 14px;
  color: #565d70;
  background: rgb(255 255 255 / 72%);
  border: 1px solid #d2d6e1;
  border-radius: 999px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 750;
  white-space: nowrap;
  transition: .2s ease;
}

.filter:hover { border-color: var(--ink); }
.filter.active {
  color: white;
  background: linear-gradient(115deg, var(--purple), var(--violet));
  border-color: transparent;
  box-shadow: 0 7px 18px rgb(76 20 150 / 18%);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 34px 24px;
}

.news-card {
  grid-column: span 4;
  min-width: 0;
  animation: card-in .35s both;
}

.news-card.featured { grid-column: span 6; }

@keyframes card-in {
  from { opacity: 0; transform: translateY(8px); }
}

.card-button {
  display: block;
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
}

.thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background:
    linear-gradient(110deg, transparent 0 56%, rgb(0 169 189 / 22%) 56% 70%, transparent 70%),
    linear-gradient(145deg, var(--card-color, #4b2680), #19172b 82%);
  border-radius: 9px;
  box-shadow: 0 12px 28px rgb(35 15 70 / 9%);
}

.thumb::before {
  position: absolute;
  right: -12%;
  bottom: -38%;
  width: 76%;
  height: 95%;
  border: 24px solid rgb(255 255 255 / 8%);
  border-radius: 50%;
  content: "";
}

.thumb-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumb-label {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 5px 7px;
  color: white;
  background: rgb(23 18 37 / 74%);
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 4px;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .1em;
}

.thumb .mini-ne {
  position: absolute;
  right: 14px;
  bottom: 4px;
  z-index: 1;
  color: rgb(255 255 255 / 11%);
  font-size: 60px;
  font-weight: 900;
  letter-spacing: -.1em;
}

.card-copy { display: block; padding-top: 15px; }

.card-category {
  display: block;
  margin-bottom: 7px;
  color: var(--red-dark);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.card-copy h3 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.13;
  letter-spacing: -.025em;
}

.news-card.featured .card-copy h3 { font-size: 28px; }

.card-copy p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 14px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
  padding-top: 10px;
  color: #7a8590;
  border-top: 1px solid var(--line);
  font-size: 9px;
  text-transform: uppercase;
}

.card-button:hover h3 { color: var(--red-dark); }
.card-button:hover .thumb { filter: saturate(1.14) brightness(1.04); transform: translateY(-2px); }
.thumb { transition: filter .2s ease, transform .2s ease, box-shadow .2s ease; }

.empty-state {
  max-width: 420px;
  margin: 40px auto 0;
  padding: 40px;
  text-align: center;
}

.empty-state > span { color: #c7cdd1; font-size: 52px; font-weight: 900; letter-spacing: -.1em; }
.empty-state h3 { margin: 8px 0; font-family: var(--serif); font-size: 25px; }
.empty-state p { color: var(--muted); font-size: 13px; }
.empty-state button { padding: 9px 15px; color: white; background: var(--ink); border: 0; border-radius: 4px; cursor: pointer; }

.article-view { padding-top: 54px; padding-bottom: 88px; }

.back-button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 38px;
  padding: 8px 0;
  color: var(--muted);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 750;
}

.back-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.back-button:hover { color: var(--red-dark); }

.article-header { max-width: 940px; margin: 0 auto; }
.article-header h1 { font-size: clamp(42px, 6.5vw, 78px); }

.article-deck {
  max-width: 820px;
  margin: 0;
  color: #485867;
  font-family: var(--serif);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.5;
}

.article-byline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.author-avatar {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: white;
  background: linear-gradient(145deg, var(--purple), var(--violet));
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

.article-byline > div:nth-child(2) { display: flex; flex-direction: column; gap: 3px; }
.article-byline strong { font-size: 12px; }
.article-byline span { color: var(--muted); font-size: 10px; }

.share-button {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-left: auto;
  padding: 9px 12px;
  color: var(--muted);
  background: white;
  border: 1px solid var(--line);
  border-radius: 4px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}

.share-button svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.share-button:hover { color: var(--ink); border-color: #97a4af; }

.article-hero {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 7;
  max-height: 600px;
  margin: 42px 0 46px;
  overflow: hidden;
  color: rgb(255 255 255 / 10%);
  background:
    linear-gradient(110deg, transparent 0 52%, rgb(0 169 189 / 20%) 52% 66%, transparent 66%),
    linear-gradient(140deg, var(--article-color, #4b2680), #19172b 78%);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.article-hero strong { font-size: clamp(50px, 10vw, 140px); letter-spacing: -.08em; }

.article-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-hero > strong { position: relative; z-index: 1; }
.article-hero.has-image > strong { opacity: 0; }

.article-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 700px);
  justify-content: center;
  gap: 52px;
}

.article-aside {
  align-self: start;
  padding: 18px 0;
  border-top: 3px solid var(--red);
  border-bottom: 1px solid var(--line);
}

.article-aside p { margin: 0; font-family: var(--serif); font-size: 16px; font-weight: 700; line-height: 1.4; }

.article-body { min-width: 0; }

.article-body p {
  margin: 0 0 1.35em;
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.72;
}

.article-body p:first-child::first-letter {
  float: left;
  margin: .04em .09em 0 0;
  color: var(--red-dark);
  font-size: 4em;
  font-weight: 700;
  line-height: .78;
}

.article-body h2 { margin: 1.6em 0 .65em; font-family: var(--serif); font-size: 30px; }

.article-body blockquote {
  margin: 2em 0;
  padding: 20px 0 20px 24px;
  color: var(--ink-2);
  border-left: 4px solid var(--red);
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.35;
}

.site-footer {
  color: #d8e0e7;
  background:
    radial-gradient(circle at 12% 15%, rgb(101 23 236 / 28%), transparent 32%),
    linear-gradient(120deg, #171225, #260041 58%, #16203a);
}

.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  min-height: 155px;
}

.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-logo {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 10px;
  box-shadow: 0 12px 28px rgb(0 0 0 / 20%);
}
.footer-brand strong { color: white; font-family: var(--serif); font-size: 20px; }
.footer-brand p { margin: 4px 0 0; color: #93a2b0; font-size: 11px; }

.footer-main nav { display: flex; gap: 22px; font-size: 11px; font-weight: 700; }
.footer-main nav a:hover { color: white; }

.footer-legal {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 18px 0 24px;
  color: #7f8e9b;
  border-top: 1px solid rgb(255 255 255 / 10%);
  font-size: 9px;
}

.footer-legal p { margin: 0; }

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
  padding: 11px 16px;
  color: white;
  background: var(--ink);
  border-radius: 4px;
  box-shadow: var(--shadow);
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: .25s ease;
}

.toast.show { opacity: 1; transform: translateY(0); }

:focus-visible { outline: 3px solid #59d8e4; outline-offset: 3px; }

@media (max-width: 920px) {
  .shell { width: min(100% - 30px, 760px); }

  .masthead { grid-template-columns: 1fr auto; min-height: 92px; }
  .masthead::before { height: 92px; }
  .edition-meta { display: none; }
  .brand-logo-crop { width: 80px; height: 54px; }
  .brand-name { font-size: 22px; }

  .menu-button {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-self: end;
    padding: 10px;
    background: transparent;
    border: 0;
    cursor: pointer;
  }

  .menu-button > span:not(.sr-only) { display: block; width: 24px; height: 2px; background: white; transition: .2s; }
  .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .main-nav {
    position: absolute;
    top: 92px;
    right: 0;
    left: 0;
    display: none;
    box-shadow: 0 18px 30px rgb(8 24 42 / 20%);
  }

  .main-nav.open { display: block; }
  .nav-inner { flex-direction: column; align-items: stretch; padding: 10px 15px 18px; }
  .nav-link,
  .nav-link:first-child { padding: 14px 4px; border-bottom: 1px solid rgb(255 255 255 / 9%); }
  .nav-link::after { display: none; }
  .nav-link.active { color: #7de4ee; }
  .nav-search { margin: 10px 0 0; padding: 10px 4px; }

  .lead { grid-template-columns: 1fr; gap: 45px; }
  .latest { padding-left: 0; border-left: 0; }
  .latest-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .latest-list li { display: block; }
  .latest-list time { display: block; margin-bottom: 8px; }
  .latest-list button { display: block; margin-bottom: 6px; }

  .explore-tools { align-items: stretch; flex-direction: column; }
  .search-box { width: 100%; }
  .filter-row { padding-bottom: 3px; }

  .news-card { grid-column: span 6; }
  .news-card.featured { grid-column: span 6; }
  .news-card.featured .card-copy h3 { font-size: 23px; }

  .article-layout { grid-template-columns: 1fr; gap: 28px; max-width: 700px; margin: 0 auto; }
  .article-aside { max-width: 420px; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 5rem; }
  .shell { width: calc(100% - 28px); }
  .site-header { position: sticky; top: 0; }
  .masthead { min-height: 72px; }
  .masthead::before { height: 72px; }
  .main-nav { top: 72px; }
  .brand-logo-crop { width: 62px; height: 43px; }
  .brand-name { font-size: 18px; }
  .brand-name strong { margin-top: 6px; font-size: 9px; }
  .breaking-inner { grid-template-columns: auto 1fr; }
  .ticker-time { display: none; }

  .lead { gap: 40px; padding-top: 24px; padding-bottom: 48px; }
  .lead-media { aspect-ratio: 4 / 3; }
  .lead h1 { font-size: 39px; }
  .lead-copy > p { font-size: 16px; }
  .story-meta { flex-wrap: wrap; gap: 6px 12px; }
  .story-meta span + span::before { margin-right: 12px; }

  .latest-list { display: block; }
  .latest-list li { display: grid; grid-template-columns: 42px 1fr; }
  .latest-list time { grid-row: 1 / span 2; }

  .section-heading { align-items: start; }
  .section-heading h2 { font-size: 29px; }
  .section-heading > p { padding-top: 12px; }
  .explore-tools { padding-top: 19px; }
  .search-box kbd { display: none; }

  .news-grid { display: block; }
  .news-card { margin-bottom: 34px; }

  .article-view { padding-top: 28px; }
  .back-button { margin-bottom: 26px; }
  .article-header h1 { font-size: 42px; }
  .article-byline { align-items: flex-start; flex-wrap: wrap; }
  .share-button { margin-left: 0; }
  .article-hero { aspect-ratio: 4 / 3; margin-inline: -14px; border-radius: 0; }
  .article-body p { font-size: 18px; }
  .article-body blockquote { font-size: 22px; }

  .footer-main { align-items: flex-start; flex-direction: column; padding: 42px 0; }
  .footer-main nav { flex-wrap: wrap; }
  .footer-legal { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
