:root {
  --article-measure: 720px;
}

.article-page {
  --page-width: 1180px;
}

.article-masthead {
  margin-bottom: 0;
}

.edition-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  font-family: var(--utility);
  font-size: clamp(0.66rem, 1.5vw, 0.78rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.edition-meta time {
  color: var(--red);
}

.article-meta-strip {
  padding-top: 6px;
  padding-bottom: 4px;
  border-top: 1px solid var(--rule-soft);
}

.article-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 22px;
  color: var(--muted);
  font-family: var(--utility);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.article-breadcrumb a {
  color: var(--red-dark);
  text-decoration: none;
  border-bottom: 1px dotted var(--red);
}

.article-sheet {
  border-top: 6px solid var(--ink);
}

.article-sheet-header,
.article-intro-grid {
  padding: clamp(20px, 2.5vw, 32px) 0;
  border-bottom: 3px double var(--ink);
}

.article-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(24px, 3.5vw, 48px);
  align-items: center;
}

.article-title-col,
.article-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: left;
}

.article-kicker {
  margin: 0 0 10px;
  color: var(--red-dark);
  font-family: var(--utility);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.article-title-col h1,
.article-header h1 {
  margin: 0 0 12px;
  font-family: var(--display);
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-wrap: balance;
  text-transform: uppercase;
}

.article-headline {
  margin: 0 0 12px;
  color: var(--red-dark);
  font-family: var(--display);
  font-size: clamp(1.15rem, 1.9vw, 1.6rem);
  font-weight: 900;
  line-height: 1.18;
  text-wrap: balance;
}

.article-dek {
  max-width: none;
  margin: 0 0 14px;
  color: var(--ink-soft);
  font-size: clamp(0.98rem, 1.35vw, 1.15rem);
  font-weight: 700;
  line-height: 1.5;
  text-wrap: balance;
}

.article-byline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 8px;
  font-family: var(--utility);
  font-size: 0.76rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.article-byline strong {
  color: var(--ink);
}

.article-byline .byline-separator {
  color: var(--red);
  font-size: 0.55rem;
}

.article-byline__date {
  font-weight: 750;
  color: var(--ink);
}

.article-hero {
  margin: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 2px solid var(--ink);
  background: rgba(255, 244, 211, 0.42);
  box-shadow: 5px 5px 0 rgba(77, 52, 31, 0.12);
  width: 100%;
}

.article-hero__button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  overflow: hidden;
}

.article-hero img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.03);
  display: block;
}

.article-hero figcaption,
.article-lightbox figcaption {
  margin: 7px 10px 9px;
  color: var(--muted);
  font-family: var(--utility);
  font-size: 0.69rem;
  text-align: center;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 2.25fr) minmax(240px, 0.85fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: start;
  padding: clamp(28px, 5vw, 58px) 0;
}

.article-body {
  max-width: var(--article-measure);
  justify-self: end;
  color: var(--ink);
  font-size: clamp(1.04rem, 1.55vw, 1.18rem);
  line-height: 1.72;
}

.article-body p {
  margin: 0 0 1.15em;
}

.article-lead {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.52;
}

.article-lead::first-letter {
  float: left;
  margin: 0.08em 0.1em 0 0;
  color: var(--red-dark);
  font-family: var(--display);
  font-size: 4.4em;
  font-weight: 900;
  line-height: 0.7;
}

.article-section {
  margin-top: 2.25em;
}

.article-section h3 {
  margin: 0 0 0.65em;
  padding-top: 0.35em;
  border-top: 3px double var(--rule);
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1;
  text-transform: uppercase;
}

.article-inline-media {
  margin: 1.7em -34px 1.9em;
  padding: 8px 0;
  border-top: 3px double var(--rule);
  border-bottom: 1px solid var(--rule);
}

.article-inline-media__button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.article-inline-media img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.article-inline-media figcaption {
  margin: 8px 10px 2px;
  color: var(--muted);
  font-family: var(--utility);
  font-size: 0.7rem;
  line-height: 1.45;
  text-align: center;
}
.article-video-card {
  margin: 2em 0;
  padding: 16px;
  border: 2px solid var(--ink);
  background: rgba(255, 244, 211, 0.6);
  box-shadow: 6px 6px 0 rgba(77, 52, 31, 0.12);
}

.article-video-recommendation {
  margin-bottom: 14px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--rule-soft);
  border-left: 4px solid var(--red);
}

.article-video-recommendation__label {
  margin: 0 0 6px;
  font-family: var(--utility);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--red);
}

.article-video-recommendation__quote {
  margin: 0;
  font-family: var(--body);
  font-style: italic;
  font-size: 0.96rem;
  line-height: 1.5;
  color: var(--ink);
}

.article-video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 2px solid var(--ink);
  background: #111;
  overflow: hidden;
}

.article-video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.article-video-caption {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-family: var(--utility);
  font-size: 0.78rem;
  line-height: 1.4;
  color: var(--ink-soft);
}

.article-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  background: var(--red);
  color: #fff !important;
  text-decoration: none;
  font-family: var(--utility);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 2px solid var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.article-cta-btn:hover,
.article-cta-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 5px 5px 0 var(--ink);
  background: var(--red-dark, #821d19);
  color: #fff !important;
}

.article-closing {
  margin-top: 2.4em !important;
  padding: 18px 20px;
  border: 2px solid var(--ink);
  background: rgba(255, 244, 211, 0.42);
  font-weight: 700;
}

.ai-disclosure {
  margin-top: 24px;
  padding: 14px 16px;
  border-left: 5px solid var(--red);
  background: rgba(159, 34, 29, 0.06);
  font-family: var(--utility);
  font-size: 0.76rem;
  line-height: 1.5;
}

.ai-disclosure p {
  margin: 5px 0 0;
}

.article-sidebar {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 18px;
}

.article-pixel-note,
.article-side-card {
  padding: 18px;
  border: 2px solid var(--ink);
  background: rgba(255, 244, 211, 0.5);
  box-shadow: 6px 6px 0 rgba(77, 52, 31, 0.12);
}

.article-pixel-note {
  transform: rotate(0.35deg);
}

.article-pixel-note h3 {
  margin: 8px 0 10px;
  color: var(--red-dark);
  font-family: var(--display);
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
}

.article-pixel-note p:last-child,
.article-side-card > :last-child {
  margin-bottom: 0;
}

.departure-list {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.departure-list li {
  position: relative;
  padding: 7px 0 7px 24px;
  border-bottom: 1px dotted var(--rule-soft);
  font-size: 0.88rem;
  font-weight: 700;
}

.departure-list li::before {
  content: "□";
  position: absolute;
  left: 0;
  color: var(--red-dark);
  font-family: var(--utility);
  font-weight: 900;
}

.fact-list {
  margin: 10px 0 0;
}

.fact-list dt {
  margin-top: 10px;
  color: var(--red-dark);
  font-family: var(--utility);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fact-list dd {
  margin: 2px 0 0;
  font-size: 0.9rem;
  font-weight: 700;
}

.related-section {
  padding: 28px 0 6px;
  border-top: 6px solid var(--ink);
}

.related-section__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}

.related-section__heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1;
  text-transform: uppercase;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.related-card {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  padding: 18px;
  border: 2px solid var(--ink);
  color: var(--ink);
  background: rgba(255, 244, 211, 0.38);
  text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.related-card:hover,
.related-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 6px 6px 0 rgba(159, 34, 29, 0.2);
}

.related-card > span {
  color: var(--red-dark);
  font-family: var(--utility);
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
}

.related-card h3 {
  margin: 10px 0 8px;
  font-family: var(--display);
  font-size: 1.35rem;
  line-height: 1;
  text-transform: uppercase;
}

.related-card p {
  margin: 0 0 16px;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.related-card strong {
  margin-top: auto;
  color: var(--red-dark);
  font-family: var(--utility);
  font-size: 0.7rem;
}

.article-footer a {
  color: var(--ink-soft);
}

.article-lightbox[hidden] {
  display: none;
}

.article-lightbox {
  position: fixed;
  z-index: 2000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}

.article-lightbox__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  background: rgba(20, 14, 9, 0.92);
}

.article-lightbox__panel {
  position: relative;
  z-index: 1;
  max-width: min(1400px, 96vw);
  max-height: 94vh;
  margin: 0;
  padding: 10px;
  overflow: auto;
  border: 1px solid #b89868;
  background: var(--paper);
}

.article-lightbox__panel img {
  max-height: 84vh;
  object-fit: contain;
}

.article-lightbox__close {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 2px solid var(--paper-light);
  border-radius: 50%;
  color: var(--paper-light);
  background: rgba(30, 24, 18, 0.9);
  font-size: 1.5rem;
  cursor: pointer;
}

body.has-open-lightbox {
  overflow: hidden;
}

@media (max-width: 860px) {
  .article-title-row,
  .article-intro-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-bottom: 0;
  }

  .article-title-col,
  .article-header {
    max-width: 760px;
    text-align: left;
  }

  .article-title-col h1,
  .article-header h1 {
    font-size: clamp(1.85rem, 7vw, 2.6rem);
  }

  .article-dek,
  .article-headline {
    margin-inline: auto;
  }

  .article-byline {
    justify-content: flex-start;
  }

  .article-hero {
    max-width: 500px;
    margin: 12px auto 0;
  }

  .article-hero__button {
    flex: none;
  }

  .article-hero img {
    height: auto;
    min-height: 0;
    max-height: 280px;
    aspect-ratio: 16 / 9;
  }

  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-body {
    max-width: 760px;
    justify-self: center;
  }

  .article-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-pixel-note {
    grid-column: 1 / -1;
  }

  .related-grid {
    grid-template-columns: 1fr;
  }

  .related-card {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .article-page {
    width: 100%;
    margin: 0;
    padding: 12px;
    border-inline: 0;
  }

  .article-meta-strip,
  .article-byline,
  .related-section__heading {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .article-header h2 {
    font-size: clamp(2.55rem, 15vw, 4.4rem);
  }

  .article-hero {
    margin-inline: -12px;
  }

  .article-hero figcaption {
    padding-inline: 12px;
  }

  .article-layout {
    padding-top: 28px;
  }

  .article-body {
    font-size: 1.03rem;
    line-height: 1.68;
  }

  .article-inline-media {
    margin-inline: 0;
  }

  .article-sidebar {
    grid-template-columns: 1fr;
  }

  .article-pixel-note {
    grid-column: auto;
    transform: none;
  }

  .article-lightbox {
    padding: 5px;
  }

  .article-lightbox__panel {
    max-width: 100%;
    max-height: 98vh;
  }
}
