
:root {
  color-scheme: dark;
  --bg: #090f16;
  --surface: #101821;
  --surface-strong: #141f2a;
  --surface-muted: #1b2937;
  --surface-dark: #060b11;
  --text: #edf3f8;
  --muted: #92a4b8;
  --muted-soft: #7e90a4;
  --line: rgba(237, 243, 248, 0.1);
  --line-strong: rgba(237, 243, 248, 0.18);
  --accent: #8fb6e0;
  --accent-soft: rgba(143, 182, 224, 0.12);
  --shadow: 0 22px 58px rgba(0, 0, 0, 0.28);
  --shell: min(1360px, calc(100% - 2rem));
  --reading: min(760px, calc(100% - 2rem));
}
* { box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: "Manrope", system-ui, sans-serif;
  background: var(--bg);
}
img { display: block; max-width: 100%; }
figure { margin: 0; }
a {
  color: inherit;
  text-decoration-color: rgba(79, 136, 191, 0.38);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.14em;
}
main, article, section, header, footer, nav, figure, figcaption { display: block; }
.site-shell { width: var(--shell); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: rgba(9, 15, 22, 0.9);
  backdrop-filter: blur(18px);
}
.site-header__row,
.site-footer__row,
.meta-cluster,
.article-meta,
.story-card__meta,
.section-heading__row,
.article-footer__meta,
.post-nav,
.site-lightbox__toolbar,
.site-lightbox__controls {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.site-header__row,
.site-footer__row,
.section-heading__row,
.post-nav,
.site-lightbox__toolbar {
  justify-content: space-between;
  align-items: center;
}
.site-header__row {
  min-height: 74px;
}
.site-branding {
  display: grid;
  gap: 0.22rem;
  text-decoration: none;
}
.site-branding strong,
.display-title,
.story-card h2,
.feature-card h2,
.article-header h1,
.section-heading h2,
.article-body h2,
.article-body h3,
.archive-card h2,
.taxonomy-hero h1,
.home-hero__headline,
.related-story h3 {
  font-family: "Source Serif 4", Georgia, serif;
}
.site-branding strong {
  font-size: 1.08rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.site-branding span,
.site-nav,
.eyebrow,
.meta-chip,
.story-card__meta,
.article-meta,
.archive-card__meta,
.article-footer__meta,
.caption,
.site-footer,
.lede-note {
  color: var(--muted);
}
.site-nav {
  display: flex;
  gap: 1rem;
  font-size: 0.92rem;
}
.site-nav a {
  text-decoration: none;
  opacity: 0.9;
}
.site-nav a:hover,
.site-nav a:focus-visible,
.site-branding:hover span,
.site-branding:focus-visible span {
  color: var(--text);
}
.eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.68rem;
  font-weight: 700;
}
.display-title {
  margin: 0;
  font-size: clamp(3.25rem, 6.1vw, 6.2rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
}
.meta-chip,
.tag-list a,
.taxonomy-link,
.button-link,
.cta-box a,
.site-lightbox__close,
.site-lightbox__nav,
.site-lightbox__fullscreen {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0 0.7rem;
  border: 1px solid var(--line);
  background: var(--surface-strong);
  font-size: 0.75rem;
  text-decoration: none;
}
.meta-chip {
  min-height: 1.9rem;
  background: rgba(255, 255, 255, 0.03);
}
.home-hero {
  padding: 1rem 0 0.65rem;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1.18fr);
  gap: 1rem;
  align-items: stretch;
}
.hero-copy,
.hero-feature,
.feature-card,
.archive-card,
.story-card,
.taxonomy-card,
.section-panel,
.article-cover,
.article-body-wrap,
.side-card,
.related-story,
.callout,
.cta-box,
.site-lightbox__dialog {
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}
.hero-copy {
  min-height: 500px;
  padding: clamp(1.15rem, 2vw, 1.75rem);
  display: grid;
  align-content: space-between;
  background: var(--surface-strong);
  border-left: 3px solid var(--text);
}
.hero-copy__body {
  display: grid;
  gap: 0.7rem;
}
.hero-copy p {
  max-width: 34rem;
  font-size: clamp(1rem, 1.05vw, 1.08rem);
  line-height: 1.78;
  color: #d7e2ec;
}
.hero-note {
  max-width: 30rem;
  font-size: 0.92rem;
  line-height: 1.72;
  color: var(--muted);
}
.hero-copy .display-title {
  max-width: 9ch;
}
.hero-copy .meta-cluster {
  gap: 0.45rem;
}
.hero-feature {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  background: var(--surface-muted);
}
.hero-feature__media {
  position: absolute;
  inset: 0;
}
.hero-feature__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-feature__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.2rem;
  background: rgba(6, 11, 17, 0.82);
  color: white;
}
.hero-feature__body h2,
.feature-card h2,
.story-card h2,
.archive-card h2,
.taxonomy-card h2 {
  margin: 0.45rem 0 0.75rem;
  font-size: clamp(1.45rem, 2.2vw, 2.35rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}
.hero-feature__body p,
.story-card p,
.feature-card p,
.archive-card p,
.taxonomy-card p,
.article-header__deck,
.article-intro p,
.article-body p,
.article-body li,
.related-story p {
  line-height: 1.84;
}
.section-stack {
  display: grid;
  gap: 1rem;
  padding: 0.5rem 0 3rem;
}
.story-grid,
.feature-grid,
.taxonomy-grid,
.related-grid {
  display: grid;
  gap: 1rem;
}
.story-grid {
  grid-template-columns: minmax(0, 1.18fr) repeat(2, minmax(0, 0.82fr));
}
.feature-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.taxonomy-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.story-card,
.feature-card,
.taxonomy-card,
.archive-card {
  overflow: hidden;
}
.story-card__media,
.feature-card__media,
.article-cover,
.archive-card__media {
  background: var(--surface-muted);
}
.story-card__media {
  aspect-ratio: 4 / 5.35;
}
.feature-card__media,
.archive-card__media {
  aspect-ratio: 16 / 10;
}
.story-card__media img,
.feature-card__media img,
.strip-story__media img,
.archive-card__media img,
.article-cover picture,
.article-cover img,
.article-body figure picture,
.article-body figure img,
.article-gallery__item picture,
.article-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-card__body,
.feature-card__body,
.taxonomy-card__body,
.archive-card__body {
  padding: 0.95rem 1rem 1.05rem;
}
.story-card__meta,
.archive-card__meta,
.article-meta,
.article-footer__meta {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.section-panel {
  padding: 1rem;
}
.section-heading h2 {
  margin: 0.1rem 0 0;
  font-size: clamp(1.8rem, 3vw, 2.85rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}
.section-heading p,
.taxonomy-hero p,
.archive-hero p,
.site-footer p {
  margin: 0.45rem 0 0;
  max-width: 44rem;
  line-height: 1.76;
  color: var(--muted);
}
.archive-hero,
.taxonomy-hero {
  padding: 2.15rem 0 1.15rem;
}
.archive-hero {
  max-width: 58rem;
}
.archive-list {
  display: grid;
  gap: 1.25rem;
  padding: 1rem 0 3rem;
}
.archive-card {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1fr);
  column-gap: clamp(1rem, 2vw, 1.6rem);
  row-gap: 0.7rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--line);
}
.archive-card h2 {
  margin: 0.3rem 0 0.65rem;
  font-size: clamp(1.45rem, 2vw, 2.05rem);
}
.callout {
  padding: 1.15rem 1.2rem;
  border-left: 3px solid var(--accent);
  background: rgba(143, 182, 224, 0.08);
}
.callout strong {
  display: block;
  margin-bottom: 0.45rem;
}
.cta-box {
  margin-top: 2.4rem;
  padding: 1.2rem;
  background: var(--surface-dark);
  color: white;
}
.cta-box p {
  margin: 0 0 1rem;
  max-width: 38rem;
  color: rgba(255, 255, 255, 0.78);
}
.button-link,
.cta-box a {
  min-height: 42px;
  padding: 0.65rem 0.95rem;
  border-color: rgba(237, 243, 248, 0.12);
  background: #dde9f5;
  color: #091019;
  font-weight: 700;
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.tag-list a,
.taxonomy-link {
  color: var(--accent);
  background: rgba(143, 182, 224, 0.08);
}
.article-footer {
  margin-top: 1.5rem;
  padding-top: 0.8rem;
  border-top: 1px solid var(--line);
}
.post-nav {
  margin-top: 1rem;
}
.post-nav a {
  flex: 1 1 260px;
  padding: 0.9rem 1rem;
  background: var(--surface-strong);
}
.related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.related-story {
  padding: 0.95rem;
  background: var(--surface-strong);
}
.related-story h3 {
  margin: 0.45rem 0 0.7rem;
  font-size: 1.4rem;
  line-height: 1.04;
}
.story-grid .story-card:first-child {
  grid-row: span 2;
}
.story-grid .story-card:first-child .story-card__media {
  aspect-ratio: 4 / 5.9;
}
.feature-grid .feature-card:nth-child(1),
.feature-grid .feature-card:nth-child(4n + 1),
.feature-grid .feature-card:nth-child(4),
.feature-grid .feature-card:nth-child(4n + 4) {
  grid-column: span 7;
}
.feature-grid .feature-card:nth-child(2),
.feature-grid .feature-card:nth-child(4n + 2),
.feature-grid .feature-card:nth-child(3),
.feature-grid .feature-card:nth-child(4n + 3) {
  grid-column: span 5;
}
.feature-grid .feature-card:nth-child(1) .feature-card__media,
.feature-grid .feature-card:nth-child(4n + 1) .feature-card__media,
.feature-grid .feature-card:nth-child(4) .feature-card__media,
.feature-grid .feature-card:nth-child(4n + 4) .feature-card__media {
  aspect-ratio: 16 / 11;
}
.site-footer {
  padding: 1.35rem 0 3rem;
  border-top: 1px solid var(--line);
}
.site-footer p {
  max-width: 36rem;
}
.site-lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(7, 14, 21, 0.96);
  z-index: 80;
}
.site-lightbox.is-open {
  display: flex;
}
.site-lightbox__dialog {
  width: min(1200px, 100%);
  max-height: calc(100vh - 2rem);
  display: grid;
  gap: 0.75rem;
  padding: 0.75rem;
  background: rgba(9, 18, 29, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.site-lightbox__controls {
  justify-content: flex-start;
}
.site-lightbox__media {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 12, 18, 0.96);
  position: relative;
}
.site-lightbox__media img {
  width: 100%;
  max-height: calc(100vh - 10rem);
  object-fit: contain;
}
.site-lightbox__media:fullscreen,
.site-lightbox__media:-webkit-full-screen {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
.site-lightbox__media:fullscreen img,
.site-lightbox__media:-webkit-full-screen img {
  width: auto;
  max-width: 100vw;
  max-height: 100vh;
}
.site-lightbox__caption {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  line-height: 1.7;
}
.site-lightbox__close {
  color: var(--surface-dark);
  background: white;
  cursor: pointer;
}
.site-lightbox__nav,
.site-lightbox__fullscreen {
  min-height: 2.4rem;
  padding: 0 0.9rem;
  color: white;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}
.site-lightbox__nav[disabled] {
  opacity: 0.35;
  cursor: default;
}
.full-bleed {
  width: min(100%, 1680px);
  margin: 0 auto;
}
.home-page,
.article-page {
  width: 100%;
}
.home-hero {
  padding: 0 0 0.8rem;
}
.hero-grid {
  grid-template-columns: minmax(320px, 33vw) minmax(0, 1fr);
  gap: 0;
  min-height: calc(100vh - 74px);
}
.hero-copy,
.hero-feature {
  min-height: calc(100vh - 74px);
}
.hero-copy {
  border: 0;
  box-shadow: none;
  background: transparent;
  padding: clamp(1.4rem, 3vw, 3rem);
  align-content: end;
}
.hero-copy__body {
  max-width: 33rem;
}
.hero-copy .meta-cluster {
  padding-top: 1.25rem;
}
.hero-feature {
  border: 0;
  box-shadow: none;
}
.hero-feature__body {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.35rem 1.5rem 1.5rem;
  background: rgba(12, 24, 36, 0.84);
}
.section-stack {
  gap: 2.6rem;
  padding: 1rem 0 3.2rem;
}
.section-panel {
  border: 0;
  box-shadow: none;
  background: transparent;
  padding: 0;
}
.section-heading__row {
  margin-bottom: 1rem;
}
.section-panel--strip {
  margin-top: -0.15rem;
}
.story-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.strip-story {
  display: grid;
  gap: 0.6rem;
}
.strip-story__media {
  display: block;
  background: #d9e2ea;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}
.strip-story__body {
  display: grid;
  gap: 0.32rem;
}
.strip-story h3 {
  margin: 0;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.32rem;
  line-height: 1.04;
  letter-spacing: -0.03em;
}
.story-card,
.feature-card,
.archive-card,
.taxonomy-card,
.related-story {
  border: 0;
  box-shadow: none;
  background: transparent;
}
.story-card__body,
.feature-card__body,
.taxonomy-card__body,
.archive-card__body,
.related-story {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.archive-card__body {
  min-width: 0;
  padding-top: 0.15rem;
}
.archive-card__media {
  min-width: 0;
}
.archive-card__meta {
  gap: 0.55rem;
  color: var(--muted-soft);
}
.archive-card p {
  margin: 0;
  max-width: 56ch;
  color: var(--muted);
  line-height: 1.72;
}
.story-card__media img,
.feature-card__media img,
.strip-story__media img,
.archive-card__media img,
.article-cover img,
.article-gallery__item img {
  transition: transform 260ms ease;
}
.story-card:hover .story-card__media img,
.feature-card:hover .feature-card__media img,
.archive-card:hover .archive-card__media img,
.article-gallery__item:hover img {
  transform: scale(1.015);
}
.article-page {
  padding-bottom: 2.5rem;
}
.article-shell {
  width: min(1600px, calc(100% - 3rem));
  margin: 0 auto;
}
.article-header {
  display: grid;
  width: min(1600px, calc(100% - 3rem));
  margin: 0 auto;
  grid-template-columns: minmax(320px, 33vw) minmax(0, 1fr);
  grid-template-areas: "copy cover";
  gap: clamp(1rem, 2vw, 2.25rem);
  align-items: stretch;
  min-height: calc(100vh - 74px);
  padding: 0 0 1.15rem;
}
.article-header__copy {
  grid-area: copy;
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  min-width: 0;
  max-width: 34rem;
  padding: clamp(1.5rem, 3vw, 3rem) 0 clamp(1.25rem, 2vw, 1.75rem);
  background: transparent;
}
.article-header .eyebrow {
  margin-bottom: 0.2rem;
}
.article-header h1 {
  margin: 0.15rem 0 0.8rem;
  max-width: 11ch;
  font-size: clamp(3rem, 5.35vw, 5.4rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
}
.article-header__deck {
  margin: 0;
  max-width: 31rem;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--muted);
}
.article-header .meta-chip {
  min-height: 1.7rem;
  padding: 0 0.55rem;
  background: transparent;
  font-size: 0.72rem;
}
.article-meta {
  margin-top: 0.65rem;
  gap: 0.45rem;
}
.article-cover {
  grid-area: cover;
  margin: 0;
  min-width: 0;
  border: 0;
  box-shadow: none;
  overflow: hidden;
  min-height: clamp(560px, calc(100vh - 74px), 980px);
  max-height: calc(100vh - 74px);
  aspect-ratio: auto;
  background: #0d141c;
}
.article-cover picture,
.article-cover img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.article-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
  align-items: start;
  padding: 0;
}
.article-body-wrap {
  border: 0;
  box-shadow: none;
  background: transparent;
  padding: 0 0 0.4rem;
  width: min(1460px, 100%);
  margin: 0 auto;
}
.article-service {
  display: grid;
  gap: 0.45rem;
  width: 100%;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--line);
}
.article-service__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.7rem;
  align-items: center;
  color: var(--muted-soft);
  font-size: 0.74rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.article-intro {
  max-width: none;
  padding: 0.1rem 0 0.85rem;
  margin-bottom: 1rem;
}
.article-body {
  font-size: clamp(1.05rem, 1.12vw, 1.12rem);
  max-width: none;
}
.article-body > * + * {
  margin-top: 1.45rem;
}
.article-body > :first-child {
  margin-top: 0;
}
.article-body p,
.article-body li,
.article-intro p {
  max-width: 84ch;
  line-height: 1.8;
}
.article-body h2,
.article-body h3 {
  max-width: 26ch;
}
.article-body h2,
.article-body h3 {
  margin: 2.15rem 0 0.72rem;
  line-height: 0.98;
  letter-spacing: -0.045em;
}
.article-body h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}
.article-body h3 {
  font-size: clamp(1.4rem, 2.4vw, 1.95rem);
}
.article-body ul,
.article-body ol {
  padding-left: 1.35rem;
}
.article-body li + li {
  margin-top: 0.45rem;
}
.article-body hr {
  border: 0;
  border-top: 1px solid var(--line-strong);
  margin: 2.7rem 0;
}
.article-body blockquote {
  margin: 2.4rem 0;
  max-width: 40rem;
  padding: 0.25rem 0 0.25rem 1.05rem;
  border-left: 3px solid var(--text);
}
.article-body blockquote p {
  margin: 0;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(1.48rem, 2.35vw, 2.12rem);
  line-height: 1.35;
  letter-spacing: -0.02em;
}
.article-body blockquote cite {
  display: block;
  margin-top: 0.7rem;
  font-style: normal;
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted);
}
.article-body figure {
  margin: 1.9rem 0;
}
.article-body figure > a {
  display: block;
  text-decoration: none;
}
.article-gallery {
  display: grid;
  gap: 0.75rem;
  grid-auto-flow: dense;
}
.article-gallery--grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.article-gallery--mosaic {
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
}
.article-gallery__item {
  position: relative;
  overflow: hidden;
  border: 0;
  background: #dce5ee;
}
.article-gallery__item picture,
.article-gallery__item img {
  aspect-ratio: 4 / 3;
}
.article-gallery__item::after {
  content: "";
}
.article-gallery--mosaic .article-gallery__item:first-child {
  grid-row: span 2;
}
.article-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(1rem, 2vw, 2rem);
  align-items: stretch;
  width: min(100%, 1400px);
  max-width: none;
}
.article-split--media-oversized {
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
}
.article-split--copy-bottom .article-split__copy {
  align-content: end;
}
.article-split--media-left,
.article-split--embed-left {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}
.article-split--media-left.article-split--media-oversized,
.article-split--embed-left.article-split--media-oversized {
  grid-template-columns: minmax(0, 1.24fr) minmax(0, 0.76fr);
}
.article-split--media-left .article-split__copy,
.article-split--embed-left .article-split__copy {
  order: 2;
}
.article-split--media-left .article-split__media,
.article-split--embed-left .article-split__media {
  order: 1;
}
.article-split__copy {
  display: grid;
  align-content: end;
  gap: 0.75rem;
  padding: clamp(1rem, 2vw, 1.8rem) 0;
}
.article-split__copy h2,
.article-split__copy h3,
.article-split__copy p,
.article-split__copy blockquote {
  max-width: none;
}
.article-split__copy h2 {
  margin: 0;
}
.article-split__copy p {
  margin: 0;
}
.article-split__media {
  margin: 0;
  min-width: 0;
}
.article-split__media > a,
.article-split__media picture,
.article-split__media img,
.article-split__media iframe {
  width: 100%;
}
.article-split__media > a,
.article-split__media iframe {
  display: block;
}
.article-split__media img,
.article-split__media iframe {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #0d141c;
}
.article-body figcaption,
.caption {
  margin-top: 0.6rem;
  font-size: 0.84rem;
  line-height: 1.55;
  color: var(--muted);
}
.article-footer {
  margin-top: 1.5rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--line);
}
.post-nav {
  margin-top: 1rem;
}
.callout,
.cta-box,
.post-nav a {
  box-shadow: none;
}
.post-nav a {
  flex: 1 1 260px;
  padding: 0.9rem 1rem;
  background: var(--surface-strong);
}
.related-grid {
  gap: 1.6rem;
}
.related-story {
  border-top: 1px solid var(--line-strong);
  padding-top: 0.75rem;
}
.site-footer {
  margin-top: 2.5rem;
  color: var(--muted);
}
.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: 1080px) {
  .hero-grid,
  .article-content,
  .story-grid,
  .feature-grid,
  .story-strip,
  .related-grid {
    grid-template-columns: 1fr;
  }
  .article-header {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "cover";
    grid-template-rows: minmax(0, 0.82fr) minmax(0, 1fr);
    min-height: calc(100svh - 74px);
    gap: 0.9rem;
    width: calc(100% - 1.5rem);
    padding-inline: 0;
  }
  .article-header__copy {
    max-width: none;
    padding: 0;
  }
  .archive-card {
    grid-template-columns: 1fr;
    row-gap: 0.85rem;
    padding-bottom: 1rem;
  }
  .archive-hero {
    max-width: none;
  }
  .hero-copy,
  .hero-feature {
    min-height: 0;
  }
  .hero-grid {
    min-height: 0;
  }
  .article-cover {
    min-height: 100%;
    max-height: none;
  }
  .article-gallery--grid,
  .article-gallery--mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .article-split,
  .article-split--media-left,
  .article-split--embed-left,
  .article-split--media-left.article-split--media-oversized,
  .article-split--embed-left.article-split--media-oversized,
  .article-split--media-oversized {
    grid-template-columns: 1fr;
  }
  .feature-grid .feature-card {
    grid-column: span 1 !important;
  }
}
@media (max-width: 760px) {
  .site-shell,
  .article-shell {
    width: calc(100% - 1.5rem);
  }
  .site-header__row,
  .site-footer__row,
  .section-heading__row,
  .post-nav,
  .site-lightbox__toolbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .site-header__row {
    min-height: auto;
    flex-direction: row;
    align-items: center;
    padding: 0.65rem 0;
    gap: 0.75rem;
  }
  .site-branding {
    min-width: 0;
    gap: 0;
  }
  .site-branding strong {
    font-size: 1rem;
  }
  .site-branding span {
    display: none;
  }
  .site-nav {
    margin-left: auto;
    justify-content: flex-end;
    gap: 0.45rem 0.75rem;
    flex-wrap: wrap;
    font-size: 0.82rem;
  }
  .display-title,
  .article-header h1,
  .home-hero__headline {
    font-size: clamp(2.3rem, 11vw, 3.35rem);
  }
  .hero-grid,
  .section-stack,
  .story-grid,
  .feature-grid,
  .taxonomy-grid,
  .archive-list,
  .related-grid {
    gap: 0.85rem;
  }
  .home-hero {
    padding-top: 0.35rem;
    padding-bottom: 0.5rem;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    min-height: 0;
    gap: 0.75rem;
  }
  .hero-copy,
  .hero-feature {
    min-height: 0;
  }
  .hero-copy {
    padding: 1rem 1rem 0.9rem;
    align-content: start;
  }
  .hero-copy__body {
    max-width: none;
    gap: 0.7rem;
  }
  .hero-copy .display-title {
    max-width: none;
  }
  .hero-copy .meta-cluster {
    padding-top: 0.9rem;
  }
  .hero-feature {
    min-height: 16rem;
  }
  .section-panel,
  .article-body-wrap,
  .related-story,
  .side-card,
  .cta-box {
    padding: 0.85rem;
  }
  .hero-copy p,
  .section-heading p,
  .archive-hero p,
  .taxonomy-hero p,
  .site-footer p,
  .article-header__deck,
  .article-intro p,
  .article-body p,
  .article-body li {
    font-size: 0.98rem;
    line-height: 1.72;
  }
  .meta-chip,
  .tag-list a,
  .taxonomy-link,
  .button-link,
  .cta-box a {
    min-height: 1.8rem;
    padding-inline: 0.58rem;
    font-size: 0.73rem;
  }
  .hero-feature__body,
  .story-card__body,
  .feature-card__body,
  .taxonomy-card__body,
  .archive-card__body {
    padding: 0.85rem;
  }
  .archive-card__body {
    padding: 0;
  }
  .article-header {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "cover";
    grid-template-rows: minmax(0, 0.82fr) minmax(0, 1fr);
    gap: 0.7rem;
    min-height: calc(100svh - 72px);
    width: calc(100% - 1.25rem);
    padding: 0 0 0.45rem;
  }
  .article-header__copy {
    max-width: none;
    padding: 0;
    align-content: end;
  }
  .article-header h1 {
    max-width: none;
    font-size: clamp(2.35rem, 9.8vw, 3.15rem);
    margin: 0.15rem 0 0.5rem;
  }
  .article-header__deck {
    max-width: none;
    font-size: 0.98rem;
  }
  .hero-feature__body {
    left: 0;
    right: 0;
    bottom: 0;
  }
  .story-card__media,
  .feature-card__media,
  .strip-story__media,
  .archive-card__media,
  .article-cover {
    aspect-ratio: auto;
    min-height: 100%;
    max-height: none;
  }
  .article-shell {
    padding-top: 0.8rem;
  }
  .article-meta {
    gap: 0.45rem;
  }
  .article-body-wrap {
    padding-inline: 0;
  }
  .article-content {
    padding-inline: 0;
  }
  .article-service {
    padding-bottom: 0.65rem;
  }
  .article-body p,
  .article-body li,
  .article-intro p,
  .article-body h2,
  .article-body h3,
  .article-body blockquote,
  .article-split__copy h2,
  .article-split__copy h3,
  .article-split__copy p {
    max-width: none;
  }
  .article-service__row {
    font-size: 0.68rem;
    gap: 0.28rem 0.55rem;
  }
  .article-body h2 {
    font-size: clamp(1.7rem, 7vw, 2.05rem);
  }
  .article-body h3 {
    font-size: clamp(1.28rem, 5vw, 1.5rem);
  }
  .article-body blockquote {
    margin: 2rem 0;
    padding-left: 0.95rem;
  }
  .article-body blockquote p {
    font-size: 1.24rem;
  }
  .site-footer {
    padding: 1rem 0 2.3rem;
  }
  .site-footer__row {
    gap: 0.8rem;
  }
  .site-lightbox__dialog {
    width: 100%;
    padding: 0.65rem;
  }
  .site-lightbox__media img {
    max-height: calc(100vh - 14rem);
  }
}
