@font-face {
  font-family: "Libre Caslon Text";
  src: url("assets/fonts/LibreCaslonText-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "Libre Caslon Text";
  src: url("assets/fonts/LibreCaslonText-Italic-Variable.ttf") format("truetype");
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "Archivo Narrow";
  src: url("assets/fonts/ArchivoNarrow-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("assets/fonts/SourceSans3-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
}

:root {
  --paper: #f1ebdd;
  --paper-light: #faf7ef;
  --ink: #181614;
  --ink-soft: #49443e;
  --rule: #24201c;
  --muted: #797168;
  --brand-red: #b51f26;
  --brand-red-dark: #791016;
  --serif: "Libre Caslon Text", Georgia, "Times New Roman", serif;
  --condensed: "Archivo Narrow", "Arial Narrow", Arial, sans-serif;
  --ui: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --broadsheet: min(1360px, calc(100vw - 64px));
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  color-scheme: light;
  scroll-behavior: auto;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.intro-open {
  height: 100%;
  overflow: hidden;
}

body::selection {
  background: var(--brand-red);
  color: var(--paper-light);
}

img,
video {
  display: block;
  max-width: 100%;
}

button,
input {
  font: inherit;
}

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

a {
  color: inherit;
}

button {
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--brand-red);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 20000;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  border: 2px solid var(--ink);
  background: var(--paper-light);
  color: var(--ink);
  font-family: var(--ui);
  font-size: 13px;
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform 160ms var(--ease-out);
}

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

.broadsheet {
  width: var(--broadsheet);
  margin-inline: auto;
}

.section-kicker,
.case-label,
.lead-byline,
.service-line,
.front-page-label,
.edition-links,
.sequence-code,
.intro-file-code,
.intro-kicker,
.intro-status,
.dossier p,
.countdown-wire,
.coupon-code,
.footer-service-line,
.footer-grid h2,
.footer-bottom,
.masthead-mark p {
  font-family: var(--condensed);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* Interactive case intro */
.case-intro {
  position: fixed;
  inset: 0;
  z-index: 10000;
  overflow: hidden;
  background: #070706;
  color: var(--paper-light);
  cursor: default;
  isolation: isolate;
  touch-action: none;
}

.case-intro[hidden] {
  display: none;
}

.intro-media,
.intro-film,
.intro-poster,
.intro-darkness {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.intro-media {
  z-index: 0;
}

.intro-film,
.intro-poster {
  object-fit: cover;
}

.intro-poster {
  z-index: 0;
  filter: grayscale(1) brightness(0.3);
}

.intro-film {
  opacity: 0;
}

.intro-media.video-ready .intro-film {
  opacity: 1;
}

.intro-film--dim {
  z-index: 1;
  filter: grayscale(1) blur(4px) brightness(0.27) contrast(1.1);
  transform: scale(1.015);
}

.intro-film--clear {
  z-index: 2;
  clip-path: circle(112px at 22% 52%);
  filter: saturate(1.08) contrast(1.04);
  will-change: clip-path;
}

.intro-darkness {
  z-index: 3;
  background: rgba(0, 0, 0, 0.26);
  pointer-events: none;
}

.intro-chrome {
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
}

.intro-file-code {
  position: absolute;
  top: max(28px, env(safe-area-inset-top));
  right: 34px;
  left: 34px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(250, 247, 239, 0.45);
  color: rgba(250, 247, 239, 0.72);
  font-size: 11px;
}

.intro-copy {
  position: absolute;
  top: 50%;
  left: clamp(28px, 6vw, 96px);
  width: min(760px, calc(100vw - 56px));
  transform: translateY(-50%);
  pointer-events: none;
}

.intro-kicker {
  margin: 0 0 17px;
  color: #d8585d;
  font-size: 11px;
}

.intro-copy h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(48px, 6.3vw, 104px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.intro-status {
  margin: 27px 0 0;
  color: rgba(250, 247, 239, 0.68);
  font-size: 11px;
}

.case-intro[data-found="true"] .intro-status {
  color: #f0777b;
}

.intro-actions {
  position: absolute;
  right: 34px;
  bottom: max(30px, env(safe-area-inset-bottom));
  display: flex;
  gap: 18px;
  align-items: center;
  pointer-events: auto;
}

.intro-primary,
.intro-skip {
  min-height: 48px;
  border-radius: 0;
  cursor: pointer;
  font-family: var(--ui);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.intro-primary {
  display: flex;
  min-width: 188px;
  padding: 0 16px 0 19px;
  border: 1px solid var(--brand-red);
  align-items: center;
  justify-content: space-between;
  background: var(--brand-red);
  color: #fff;
  transition: transform 140ms var(--ease-out), background-color 180ms ease, border-color 180ms ease;
}

.intro-skip {
  padding: 0 2px;
  border: 0;
  border-bottom: 1px solid rgba(250, 247, 239, 0.5);
  background: transparent;
  color: rgba(250, 247, 239, 0.78);
  transition: transform 140ms var(--ease-out), color 180ms ease, border-color 180ms ease;
}

.intro-primary:active,
.intro-skip:active {
  transform: scale(0.97);
}

.intro-lens {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  width: 224px;
  height: 224px;
  border: 5px solid var(--paper-light);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px var(--ink), 0 18px 32px rgba(0, 0, 0, 0.48);
  transform: translate3d(calc(22vw - 112px), calc(52vh - 112px), 0);
  will-change: transform;
  pointer-events: none;
}

.intro-lens::after {
  position: absolute;
  top: calc(100% - 2px);
  left: 78%;
  width: 118px;
  height: 30px;
  border: 2px solid var(--paper-light);
  background: var(--ink);
  content: "";
  transform: rotate(43deg);
  transform-origin: 0 50%;
}

.lens-cross {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(250, 247, 239, 0.5);
}

.lens-cross--x {
  width: 28px;
  height: 1px;
  transform: translate(-50%, -50%);
}

.lens-cross--y {
  width: 1px;
  height: 28px;
  transform: translate(-50%, -50%);
}

.lens-code {
  position: absolute;
  top: 16px;
  left: 50%;
  font-family: var(--condensed);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  transform: translateX(-50%);
}

.case-intro[data-found="true"] .intro-lens {
  border-color: #ec5f64;
}

.case-intro[data-found="true"] .lens-cross {
  background: #ec5f64;
}

.intro-target {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 52%;
  width: 42px;
  height: 42px;
  border-top: 1px solid rgba(250, 247, 239, 0.34);
  border-right: 1px solid rgba(250, 247, 239, 0.34);
  transform: translate(-50%, -50%) rotate(45deg);
}

.intro-target span {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 13px;
  height: 13px;
  border-right: 1px solid rgba(250, 247, 239, 0.34);
  border-bottom: 1px solid rgba(250, 247, 239, 0.34);
}

.intro-touch-hint {
  position: absolute;
  z-index: 8;
  bottom: max(38px, env(safe-area-inset-bottom));
  left: 34px;
  display: none;
  margin: 0;
  color: rgba(250, 247, 239, 0.62);
  font-family: var(--condensed);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.case-intro.video-unavailable .intro-film {
  display: none;
}

/* Scroll-to-print sequence */
.site-shell {
  position: relative;
  background: var(--paper);
}

.print-sequence {
  position: relative;
  height: 250vh;
  min-height: 1720px;
  background: var(--ink);
}

.print-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 700px;
  overflow: hidden;
  background: var(--ink);
  isolation: isolate;
}

.paper-wash {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--paper);
  background-image:
    radial-gradient(rgba(24, 22, 20, 0.055) 0.55px, transparent 0.7px),
    repeating-linear-gradient(0deg, transparent 0 3px, rgba(24, 22, 20, 0.018) 3px 4px);
  background-position: 0 0, 0 0;
  background-size: 5px 5px, auto;
  opacity: 0;
  will-change: opacity;
}

.sequence-opening {
  position: absolute;
  z-index: 8;
  bottom: clamp(50px, 8vh, 90px);
  left: clamp(26px, 5vw, 78px);
  width: min(850px, calc(100vw - 52px));
  color: var(--paper-light);
  will-change: transform, opacity;
}

.sequence-code {
  margin: 0 0 16px;
  color: #ee7277;
  font-size: 11px;
}

.sequence-opening h2 {
  max-width: 940px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(55px, 7.1vw, 112px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.sequence-opening > p:not(.sequence-code) {
  margin: 24px 0 0;
  color: rgba(250, 247, 239, 0.74);
  font-family: var(--ui);
  font-size: clamp(16px, 1.4vw, 21px);
}

.sequence-scroll {
  position: absolute;
  right: 0;
  bottom: 2px;
  display: flex;
  gap: 12px;
  align-items: center;
  color: rgba(250, 247, 239, 0.58);
  font-family: var(--condensed);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sequence-scroll i {
  display: block;
  width: 48px;
  height: 1px;
  background: rgba(250, 247, 239, 0.54);
}

.scroll-video-frame {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: 0 0;
  transition: opacity 160ms var(--ease-out);
  will-change: transform;
}

.scroll-video-frame.is-settled {
  opacity: 0;
}

.scroll-video-window {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #0c0b0a;
  clip-path: inset(0 0 0 0);
  will-change: clip-path;
}

.scroll-film,
.scroll-poster,
.scroll-film-shade,
.scroll-video-rule {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.scroll-film,
.scroll-poster {
  object-fit: cover;
}

.scroll-poster {
  z-index: 0;
}

.scroll-film {
  z-index: 1;
  opacity: 0;
  transition: opacity 220ms var(--ease-out);
}

.scroll-video-frame.video-ready .scroll-film {
  opacity: 1;
}

.scroll-film-shade {
  z-index: 2;
  background: rgba(0, 0, 0, 0.34);
  opacity: 1;
  pointer-events: none;
  will-change: opacity;
}

.scroll-video-rule {
  z-index: 3;
  border: 2px solid var(--rule);
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
}

.video-fallback {
  position: absolute;
  z-index: 4;
  right: 18px;
  bottom: 18px;
  display: none;
  padding: 9px 12px;
  border-left: 3px solid var(--brand-red);
  background: var(--paper-light);
  color: var(--ink);
  font-family: var(--condensed);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.scroll-video-frame.video-unavailable .scroll-film {
  display: none;
}

.scroll-video-frame.video-unavailable .video-fallback {
  display: block;
}

.paper-front {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 0 36px;
  color: var(--ink);
}

.paper-reveal {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  will-change: transform, opacity;
}

.newspaper-masthead {
  width: min(100%, 1320px);
  margin: 0 auto;
  padding-top: 14px;
}

.service-line {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  font-size: 10px;
  line-height: 1.15;
}

.service-line span:last-child {
  text-align: right;
}

.service-line--top {
  padding: 8px 0 9px;
  border-bottom: 2px solid var(--rule);
}

.masthead-mark {
  display: flex;
  min-height: 170px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 8px 0 7px;
  border-bottom: 2px solid var(--rule);
  overflow: hidden;
}

.masthead-mark img {
  width: clamp(220px, 20vw, 300px);
  height: auto;
  margin: 0;
}

.masthead-mark p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 9px;
}

.service-line--meta {
  grid-template-columns: 1.35fr 0.65fr 1.15fr 1.05fr;
  padding: 9px 0;
  border-bottom: 2px solid var(--rule);
  text-align: center;
}

.service-line--meta time {
  text-align: left;
}

.service-line--meta span:last-child {
  text-align: right;
}

.edition-nav {
  display: flex;
  width: min(100%, 1320px);
  min-height: 42px;
  margin: 0 auto;
  border-bottom: 1px solid var(--rule);
  align-items: center;
  justify-content: space-between;
}

.nav-wordmark {
  font-family: var(--serif);
  font-size: 20px;
  text-decoration: none;
}

.edition-links {
  display: flex;
  gap: clamp(18px, 2.4vw, 34px);
  align-items: center;
  font-size: 10px;
}

.edition-links a {
  position: relative;
  padding: 15px 0 13px;
  text-decoration: none;
}

.edition-links a::after {
  position: absolute;
  right: 0;
  bottom: 9px;
  left: 0;
  height: 1px;
  background: var(--brand-red);
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 180ms var(--ease-out);
}

.menu-toggle {
  display: none;
}

.front-page-label {
  display: flex;
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: 9px 0 7px;
  border-bottom: 1px solid rgba(36, 32, 28, 0.3);
  justify-content: space-between;
  color: var(--muted);
  font-size: 9px;
}

.lead-grid {
  display: grid;
  width: min(100%, 1320px);
  margin: 0 auto;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0 22px;
  padding-top: clamp(14px, 2.3vh, 24px);
}

.lead-story {
  grid-column: 1 / span 7;
  padding-right: clamp(12px, 2vw, 32px);
  border-right: 1px solid rgba(36, 32, 28, 0.38);
}

.case-label {
  margin: 0 0 8px;
  color: var(--brand-red-dark);
  font-size: 10px;
}

.lead-story h1 {
  display: flex;
  margin: 0;
  flex-direction: column;
  gap: clamp(10px, 0.8vw, 15px);
  font-family: var(--serif);
  font-size: clamp(50px, 5.5vw, 86px);
  font-weight: 500;
  letter-spacing: -0.062em;
  line-height: 1;
}

.lead-story h1 span,
.lead-story h1 em {
  display: block;
  line-height: 1.02;
}

.lead-story h1 em {
  margin: 0;
  color: var(--brand-red-dark);
  font-size: 0.78em;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.04;
  white-space: nowrap;
}

.lead-standfirst {
  max-width: 680px;
  margin: 17px 0 0;
  padding: 0 0 0 14px;
  border-left: 3px solid var(--rule);
  color: var(--ink-soft);
  font-size: clamp(15px, 1.25vw, 19px);
  font-style: italic;
  line-height: 1.32;
}

.lead-byline {
  margin: 15px 0 0;
  font-size: 9px;
}

.video-destination {
  position: relative;
  grid-column: 8 / 13;
  min-width: 0;
  margin: 0;
}

.video-destination::before {
  display: block;
  width: 100%;
  border: 1px solid var(--rule);
  aspect-ratio: 16 / 9;
  content: "";
}

.reduced-video-poster {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--rule);
  object-fit: cover;
}

.destination-film {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--rule);
  background: #0c0b0a;
  object-fit: cover;
  opacity: 0;
  transition: opacity 160ms var(--ease-out);
}

.video-destination.video-ready.is-settled .destination-film {
  opacity: 1;
}

.video-destination.video-unavailable.is-settled .reduced-video-poster {
  display: block;
}

.video-destination figcaption {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 12px;
  padding-top: 8px;
  border-top: 3px solid var(--rule);
  font-family: var(--condensed);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.video-destination figcaption span {
  grid-row: 1 / span 2;
  padding-right: 12px;
  border-right: 1px solid var(--rule);
  color: var(--brand-red-dark);
  font-weight: 700;
}

.video-destination figcaption strong {
  font-size: 10px;
}

.video-destination figcaption small {
  color: var(--muted);
  font-size: 8px;
}

.sequence-files {
  position: absolute;
  right: 36px;
  bottom: max(9px, env(safe-area-inset-bottom));
  left: 36px;
  display: grid;
  width: min(calc(100% - 72px), 1320px);
  margin: 0 auto;
  padding: 0;
  border-top: 3px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  grid-template-columns: repeat(7, minmax(0, 1fr));
  list-style: none;
}

.sequence-file {
  display: flex;
  min-width: 0;
  padding: 9px 7px 8px;
  border-right: 1px solid rgba(36, 32, 28, 0.35);
  gap: 7px;
  align-items: baseline;
  font-family: var(--condensed);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0;
  text-transform: uppercase;
  transform: translate3d(10px, 0, 0);
  will-change: transform, opacity;
}

.sequence-file:last-child {
  border-right: 0;
}

.sequence-file span {
  color: var(--brand-red-dark);
  font-size: 8px;
}

/* Shared paper surfaces */
.paper-section {
  position: relative;
  background-color: var(--paper);
  background-image:
    radial-gradient(rgba(24, 22, 20, 0.05) 0.55px, transparent 0.7px),
    repeating-linear-gradient(0deg, transparent 0 3px, rgba(24, 22, 20, 0.016) 3px 4px);
  background-size: 5px 5px, auto;
}

.paper-section::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  background: var(--rule);
  content: "";
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition: transform 540ms var(--ease-out), opacity 460ms var(--ease-out);
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Regional files */
.dossiers {
  padding: 128px 0 150px;
}

.section-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 70px;
  align-items: end;
  padding-bottom: 28px;
  border-bottom: 6px double var(--rule);
}

.section-kicker {
  margin: 0 0 12px;
  color: var(--brand-red-dark);
  font-size: 11px;
}

.section-header h2,
.countdown-heading h2,
.coupon-side h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(58px, 7.2vw, 112px);
  font-weight: 500;
  letter-spacing: -0.068em;
  line-height: 0.82;
}

.section-header > p {
  margin: 0;
  padding-left: 18px;
  border-left: 1px solid var(--rule);
  color: var(--ink-soft);
  font-size: 17px;
  font-style: italic;
  line-height: 1.35;
}

.dossier-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin-top: 44px;
  border-bottom: 2px solid var(--rule);
}

.dossier {
  position: relative;
  display: grid;
  min-height: 250px;
  overflow: hidden;
  padding: 32px clamp(22px, 2.8vw, 42px);
  border-top: 1px solid var(--rule);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  isolation: isolate;
}

.dossier--wide {
  grid-column: span 8;
}

.dossier--narrow {
  grid-column: span 4;
  border-left: 1px solid var(--rule);
}

.dossier--mid {
  grid-column: span 5;
}

.dossier--large {
  grid-column: span 7;
  border-left: 1px solid var(--rule);
}

.dossier--full {
  grid-column: span 12;
}

.dossier-number {
  position: absolute;
  z-index: -1;
  top: -35px;
  right: 20px;
  color: rgba(24, 22, 20, 0.055);
  font-family: var(--condensed);
  font-size: clamp(140px, 17vw, 260px);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 1;
  transition: color 180ms ease;
}

.dossier p {
  margin: 0 0 5px;
  color: var(--brand-red-dark);
  font-size: 10px;
}

.dossier h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(42px, 5vw, 74px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.9;
  transition: transform 190ms var(--ease-out);
}

.dossier div > span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-family: var(--ui);
  font-size: 13px;
}

.dossier i {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--brand-red);
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 200ms var(--ease-out);
}

.dossier b {
  align-self: end;
  font-family: var(--ui);
  font-size: 26px;
  font-weight: 400;
  transition: color 180ms ease, transform 190ms var(--ease-out);
}

.editorial-note {
  display: grid;
  grid-template-columns: 0.65fr 2.2fr 0.8fr;
  gap: 38px;
  align-items: start;
  margin-top: 70px;
  padding: 28px 0;
  border-top: 6px double var(--rule);
  border-bottom: 1px solid var(--rule);
}

.editorial-note span,
.editorial-note small {
  font-family: var(--condensed);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.editorial-note span {
  color: var(--brand-red-dark);
}

.editorial-note p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(26px, 3vw, 43px);
  font-style: italic;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.editorial-note small {
  color: var(--muted);
  text-align: right;
}

/* Countdown */
.countdown-section {
  padding: 126px 0 142px;
  background-color: var(--paper-light);
}

.countdown-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px 60px;
  align-items: end;
}

.countdown-heading .section-kicker {
  grid-column: 1 / -1;
  margin: 0;
}

.countdown-heading h2 {
  font-size: clamp(54px, 6.5vw, 100px);
}

.countdown-heading > p:last-child {
  margin: 0 0 6px;
  font-family: var(--condensed);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 50px;
  border-top: 8px double var(--rule);
  border-bottom: 8px double var(--rule);
}

.time-unit {
  min-width: 0;
  padding: 35px clamp(12px, 2vw, 28px) 28px;
  border-right: 1px solid var(--rule);
}

.time-unit:first-child {
  padding-left: 0;
}

.time-unit:last-child {
  border-right: 0;
}

.time-unit strong {
  display: block;
  font-family: var(--condensed);
  font-size: clamp(78px, 11vw, 174px);
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  letter-spacing: -0.075em;
  line-height: 0.8;
  transform: translate3d(0, 0, 0);
  transition: transform 140ms var(--ease-out), opacity 120ms ease;
}

.time-unit strong.is-shifting {
  opacity: 0.48;
  transform: translate3d(0, -4px, 0);
}

.time-unit span {
  display: block;
  margin-top: 24px;
  font-family: var(--condensed);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.countdown-wire {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 25px;
  align-items: center;
  margin-top: 18px;
  font-size: 10px;
}

.countdown-wire p {
  margin: 0;
  padding: 0 24px;
  border-right: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
  text-align: center;
}

/* Subscription coupon */
.waitlist-section {
  padding: 142px 0;
}

.coupon {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.65fr);
  border: 2px dashed var(--rule);
  background: rgba(250, 247, 239, 0.54);
}

.coupon::before,
.coupon::after {
  position: absolute;
  left: -13px;
  width: 24px;
  height: 24px;
  border: 2px solid var(--rule);
  border-radius: 50%;
  background: var(--paper);
  content: "";
}

.coupon::before {
  top: -13px;
}

.coupon::after {
  bottom: -13px;
}

.coupon-side {
  position: relative;
  padding: clamp(38px, 5vw, 70px);
  border-right: 2px dashed var(--rule);
}

.coupon-side::after {
  position: absolute;
  right: -14px;
  bottom: 24px;
  padding: 4px;
  background: var(--paper-light);
  color: var(--muted);
  content: "KES";
  font-family: var(--condensed);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.13em;
  transform: rotate(-90deg);
}

.coupon-code {
  display: block;
  margin: 58px 0 16px;
  color: var(--brand-red-dark);
  font-size: 10px;
}

.coupon-side h2 {
  font-size: clamp(54px, 6vw, 92px);
  line-height: 0.86;
}

.coupon-side > p:not(.section-kicker) {
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: 19px;
  font-style: italic;
  line-height: 1.4;
}

.coupon-side > small {
  display: block;
  margin-top: 32px;
  color: var(--muted);
  font-family: var(--condensed);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.coupon-form-wrap {
  min-width: 0;
  padding: clamp(38px, 5vw, 70px);
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.field {
  position: relative;
}

.field label {
  display: block;
  margin-bottom: 8px;
  font-family: var(--condensed);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.field input {
  width: 100%;
  min-height: 58px;
  padding: 7px 0 3px;
  border: 0;
  border-bottom: 2px solid var(--rule);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-family: var(--ui);
  font-size: 18px;
  outline: 0;
  transition: border-color 180ms ease;
}

.field input::placeholder {
  color: #8a8177;
}

.field input:focus {
  border-color: var(--brand-red);
}

.field input:focus-visible {
  outline: 3px solid var(--brand-red);
  outline-offset: 3px;
}

.field input[aria-invalid="true"] {
  border-color: var(--brand-red);
}

.field-error {
  display: block;
  min-height: 18px;
  margin-top: 7px;
  color: var(--brand-red-dark);
  font-family: var(--ui);
  font-size: 12px;
  font-weight: 600;
}

.consent-row {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(36, 32, 28, 0.35);
}

.consent-row input {
  appearance: none;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid var(--rule);
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}

.consent-row input:checked {
  border-color: var(--brand-red);
  background: var(--brand-red);
  box-shadow: inset 0 0 0 4px var(--paper-light);
}

.consent-row input[aria-invalid="true"] {
  border-color: var(--brand-red);
}

.consent-row label {
  font-family: var(--ui);
  font-size: 13px;
  line-height: 1.5;
}

.consent-row a {
  text-underline-offset: 3px;
}

.consent-error {
  margin-left: 34px;
}

.coupon-submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 22px;
}

.coupon-submit-row p {
  margin: 0;
  color: var(--muted);
  font-family: var(--condensed);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.submit-button {
  display: flex;
  min-width: 244px;
  min-height: 56px;
  padding: 0 17px 0 21px;
  border: 2px solid var(--rule);
  border-radius: 0;
  align-items: center;
  justify-content: space-between;
  background: var(--ink);
  color: var(--paper-light);
  cursor: pointer;
  font-family: var(--ui);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  transition: transform 140ms var(--ease-out), background-color 180ms ease, color 180ms ease;
}

.submit-button:active {
  transform: scale(0.97);
}

.submit-button:disabled {
  cursor: wait;
}

.button-label {
  transition: opacity 160ms ease, filter 160ms ease;
}

.submit-button.is-sending .button-label {
  opacity: 0.62;
  filter: blur(1.5px);
}

.success-message {
  min-height: 310px;
  align-items: center;
  grid-template-columns: 0.75fr 1fr;
  gap: 44px;
}

.success-message:not([hidden]) {
  display: grid;
}

.success-stamp,
.open-stamp {
  display: grid;
  width: 230px;
  height: 132px;
  border: 5px double var(--brand-red);
  place-content: center;
  color: var(--brand-red);
  font-family: var(--condensed);
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-4deg);
}

.success-message:not([hidden]) .success-stamp {
  animation: stamp-in 280ms var(--ease-out) both;
}

@keyframes stamp-in {
  from {
    opacity: 0;
    transform: scale(0.94) rotate(-8deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(-4deg);
  }
}

.success-stamp span,
.open-stamp span {
  font-size: 15px;
  letter-spacing: 0.3em;
}

.success-stamp strong,
.open-stamp strong {
  font-size: 30px;
  letter-spacing: 0.08em;
}

.success-stamp small,
.open-stamp small {
  font-size: 9px;
  letter-spacing: 0.2em;
}

.success-message h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(34px, 3.5vw, 52px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.success-message p {
  margin: 15px 0 0;
  color: var(--ink-soft);
  font-family: var(--ui);
  line-height: 1.45;
}

.success-message button {
  min-height: 44px;
  margin-top: 19px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--rule);
  background: transparent;
  cursor: pointer;
  font-family: var(--condensed);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 140ms var(--ease-out), color 180ms ease;
}

.success-message button:active {
  transform: scale(0.97);
}

/* Newspaper colophon */
.site-footer {
  position: relative;
  padding: 38px 0 30px;
  background: var(--ink);
  color: var(--paper);
}

.site-footer::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 8px;
  background: var(--brand-red);
  content: "";
}

.footer-service-line {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(241, 235, 221, 0.4);
  color: rgba(241, 235, 221, 0.72);
  font-size: 10px;
}

.footer-service-line span:last-child {
  text-align: right;
}

.footer-masthead {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: 70px;
  align-items: center;
  padding: 65px 0 58px;
  border-bottom: 3px double rgba(241, 235, 221, 0.55);
}

.footer-masthead img {
  width: min(330px, 100%);
  height: auto;
}

.footer-masthead p {
  display: flex;
  margin: 0;
  flex-direction: column;
  gap: clamp(18px, 1.7vw, 30px);
  font-family: var(--serif);
  font-size: clamp(54px, 7vw, 106px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 1;
}

.footer-masthead p span,
.footer-masthead p em {
  display: block;
  line-height: 0.98;
}

.footer-masthead em {
  margin: 0;
  color: #dc4b50;
  font-weight: 400;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.85fr 0.7fr 1fr;
  gap: 52px;
  padding: 56px 0 62px;
  border-bottom: 1px solid rgba(241, 235, 221, 0.34);
}

.footer-grid h2 {
  margin: 0 0 17px;
  color: rgba(241, 235, 221, 0.65);
  font-size: 10px;
}

.footer-grid p {
  margin: 0;
  color: rgba(241, 235, 221, 0.76);
  font-size: 15px;
  line-height: 1.5;
}

.footer-mail {
  display: inline-block;
  min-height: 44px;
  margin-top: 21px;
  color: var(--paper-light);
  font-family: var(--ui);
  font-size: 17px;
  font-weight: 700;
  line-height: 44px;
  text-underline-offset: 5px;
  transition: color 180ms ease, transform 140ms var(--ease-out);
}

.footer-mail:active {
  transform: scale(0.97);
}

.social-list span {
  display: block;
  color: var(--paper-light);
  line-height: 1.8;
}

.social-list small {
  display: block;
  margin-top: 9px;
  color: rgba(241, 235, 221, 0.64);
  font-family: var(--condensed);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.footer-status {
  display: flex;
  min-height: 130px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 34px;
}

.open-stamp {
  width: 260px;
  height: 112px;
  border-color: #dc4b50;
  color: #dc4b50;
}

.reopen-intro {
  min-height: 44px;
  padding: 0 2px;
  border: 0;
  border-bottom: 1px solid rgba(241, 235, 221, 0.58);
  background: transparent;
  color: var(--paper-light);
  cursor: pointer;
  font-family: var(--condensed);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 180ms ease, transform 140ms var(--ease-out);
}

.reopen-intro:active {
  transform: scale(0.97);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 22px;
  color: rgba(241, 235, 221, 0.62);
  font-size: 9px;
}

.footer-bottom a {
  min-height: 44px;
  color: var(--paper-light);
  line-height: 44px;
  text-decoration: none;
}

/* Pointer-only affordances */
@media (hover: hover) and (pointer: fine) {
  .intro-primary:hover {
    border-color: var(--paper-light);
    background: var(--paper-light);
    color: var(--ink);
  }

  .intro-skip:hover {
    border-color: var(--paper-light);
    color: var(--paper-light);
  }

  .edition-links a:hover::after {
    transform: scaleX(1);
  }

  .dossier:hover .dossier-number,
  .dossier:focus-visible .dossier-number {
    color: rgba(181, 31, 38, 0.12);
  }

  .dossier:hover h3,
  .dossier:focus-visible h3 {
    transform: translate3d(6px, 0, 0);
  }

  .dossier:hover i,
  .dossier:focus-visible i {
    transform: scaleX(1);
  }

  .dossier:hover b,
  .dossier:focus-visible b {
    color: var(--brand-red);
    transform: translate3d(4px, 0, 0);
  }

  .submit-button:hover {
    background: var(--paper-light);
    color: var(--ink);
  }

  .success-message button:hover,
  .reopen-intro:hover,
  .footer-mail:hover {
    color: #dc4b50;
  }
}

@media (max-width: 1100px) {
  :root {
    --broadsheet: min(100% - 44px, 980px);
  }

  .paper-front {
    padding-inline: 24px;
  }

  .lead-grid {
    gap: 0 16px;
  }

  .lead-story h1 {
    font-size: clamp(48px, 6vw, 66px);
  }

  .lead-standfirst {
    font-size: 15px;
  }

  .sequence-files {
    right: 24px;
    left: 24px;
    width: min(calc(100% - 48px), 980px);
  }

  .coupon {
    grid-template-columns: 0.85fr 1.35fr;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  :root {
    --broadsheet: calc(100% - 32px);
  }

  .intro-file-code {
    top: max(18px, env(safe-area-inset-top));
    right: 18px;
    left: 18px;
    gap: 15px;
    font-size: 8px;
  }

  .intro-file-code span:last-child {
    text-align: right;
  }

  .intro-copy {
    top: auto;
    bottom: max(164px, calc(env(safe-area-inset-bottom) + 146px));
    left: 20px;
    width: calc(100% - 40px);
    transform: none;
  }

  .intro-copy h1 {
    font-size: clamp(40px, 12.5vw, 56px);
    line-height: 0.95;
  }

  .intro-kicker {
    margin-bottom: 12px;
    font-size: 9px;
  }

  .intro-status {
    margin-top: 17px;
    font-size: 9px;
  }

  .intro-actions {
    right: 18px;
    bottom: max(20px, env(safe-area-inset-bottom));
    left: 18px;
    gap: 10px;
  }

  .intro-primary,
  .intro-skip {
    min-height: 48px;
  }

  .intro-primary {
    min-width: 0;
    flex: 1;
  }

  .intro-skip {
    padding-inline: 10px;
  }

  .intro-lens {
    width: 158px;
    height: 158px;
    border-width: 4px;
    transform: translate3d(calc(25vw - 79px), calc(34vh - 79px), 0);
  }

  .intro-lens::after {
    width: 82px;
    height: 25px;
  }

  .intro-target {
    top: 34%;
    left: 58%;
  }

  .intro-touch-hint {
    display: none;
  }

  .intro-film,
  .intro-poster,
  .scroll-film,
  .scroll-poster {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .print-sequence {
    height: 245vh;
    min-height: 1620px;
  }

  .print-stage {
    min-height: 620px;
  }

  .sequence-opening {
    bottom: max(67px, calc(env(safe-area-inset-bottom) + 50px));
    left: 18px;
    width: calc(100% - 36px);
  }

  .sequence-opening h2 {
    font-size: clamp(47px, 13vw, 62px);
    line-height: 0.92;
  }

  .sequence-opening > p:not(.sequence-code) {
    max-width: 310px;
    margin-top: 17px;
    font-size: 15px;
  }

  .sequence-code {
    font-size: 9px;
  }

  .sequence-scroll {
    display: none;
  }

  .paper-front {
    padding-inline: 16px;
  }

  .newspaper-masthead {
    padding-top: 7px;
  }

  .service-line {
    gap: 7px;
    font-size: 7px;
  }

  .service-line--top {
    padding-block: 7px;
  }

  .masthead-mark {
    min-height: 108px;
    padding: 7px 0 5px;
  }

  .masthead-mark img {
    width: 165px;
    margin: 0;
  }

  .masthead-mark p {
    font-size: 7px;
  }

  .service-line--meta {
    grid-template-columns: 1.25fr 0.6fr 1.2fr;
    gap: 5px;
    padding: 6px 0;
  }

  .service-line--meta span:last-child {
    display: none;
  }

  .edition-nav {
    min-height: 43px;
  }

  .nav-wordmark {
    font-size: 17px;
  }

  .menu-toggle {
    position: relative;
    display: flex;
    min-width: 54px;
    min-height: 44px;
    padding: 0;
    border: 0;
    align-items: center;
    justify-content: flex-end;
    background: transparent;
    cursor: pointer;
    font-family: var(--condensed);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .menu-toggle i {
    display: block;
    width: 15px;
    height: 10px;
    margin-left: 7px;
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
  }

  .edition-links {
    position: absolute;
    z-index: 30;
    top: 100%;
    right: -16px;
    left: -16px;
    display: grid;
    gap: 0;
    padding: 14px 16px 18px;
    border-top: 1px solid var(--rule);
    border-bottom: 3px solid var(--rule);
    background: var(--paper-light);
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, -8px, 0);
    transition: transform 240ms var(--ease-out), opacity 180ms var(--ease-out);
  }

  .edition-nav[data-open="true"] .edition-links {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
  }

  .no-menu-motion .edition-links {
    transition-duration: 0ms;
  }

  .edition-links a {
    min-height: 44px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(36, 32, 28, 0.22);
  }

  .edition-links a:last-child {
    border-bottom: 0;
  }

  .front-page-label {
    padding: 6px 0 5px;
    font-size: 7px;
  }

  .lead-grid {
    display: block;
    padding-top: 7px;
  }

  .lead-story {
    padding: 0 0 7px;
    border-right: 0;
  }

  .case-label {
    margin-bottom: 4px;
    font-size: 7px;
  }

  .lead-story h1 {
    gap: 7px;
    font-size: clamp(34px, 10.2vw, 43px);
    line-height: 1;
  }

  .lead-story h1 em {
    margin: 0;
    font-size: 0.78em;
    line-height: 1.04;
  }

  .lead-standfirst {
    margin-top: 8px;
    padding-left: 9px;
    border-left-width: 2px;
    font-size: 11px;
    line-height: 1.22;
  }

  .lead-byline {
    margin-top: 7px;
    font-size: 7px;
  }

  .video-destination {
    margin-top: 5px;
  }

  .video-destination figcaption {
    gap: 2px 8px;
    padding-top: 5px;
    border-top-width: 2px;
    font-size: 7px;
  }

  .video-destination figcaption strong {
    font-size: 8px;
  }

  .video-destination figcaption small {
    font-size: 7px;
  }

  .sequence-files {
    right: 16px;
    bottom: max(5px, env(safe-area-inset-bottom));
    left: 16px;
    width: calc(100% - 32px);
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sequence-file {
    padding: 4px 3px;
    border-bottom: 1px solid rgba(36, 32, 28, 0.24);
    gap: 3px;
    font-size: 7px;
  }

  .sequence-file span {
    font-size: 6px;
  }

  .dossiers,
  .countdown-section,
  .waitlist-section {
    padding: 86px 0 96px;
  }

  .section-header {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 22px;
  }

  .section-header h2,
  .countdown-heading h2,
  .coupon-side h2 {
    font-size: clamp(49px, 15vw, 68px);
  }

  .section-header > p {
    padding-left: 12px;
    font-size: 15px;
  }

  .dossier-grid {
    display: block;
    margin-top: 28px;
  }

  .dossier {
    min-height: 186px;
    padding: 24px 18px;
    border-left: 0;
  }

  .dossier h3 {
    font-size: 50px;
  }

  .dossier-number {
    top: -23px;
    font-size: 150px;
  }

  .editorial-note {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 52px;
  }

  .editorial-note p {
    font-size: 28px;
  }

  .editorial-note small {
    text-align: left;
  }

  .countdown-heading {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .countdown-heading .section-kicker {
    grid-column: auto;
  }

  .countdown-heading > p:last-child {
    margin-top: 8px;
  }

  .countdown {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 35px;
  }

  .time-unit {
    padding: 27px 15px 23px;
  }

  .time-unit:nth-child(2) {
    border-right: 0;
  }

  .time-unit:nth-child(-n + 2) {
    border-bottom: 1px solid var(--rule);
  }

  .time-unit:nth-child(3) {
    padding-left: 0;
  }

  .time-unit strong {
    font-size: clamp(76px, 27vw, 112px);
  }

  .countdown-wire {
    grid-template-columns: 1fr auto;
    gap: 10px;
  }

  .countdown-wire p {
    grid-column: 1 / -1;
    grid-row: 2;
    padding: 9px 0 0;
    border: 0;
    border-top: 1px solid var(--rule);
    text-align: left;
  }

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

  .coupon-side {
    padding: 34px 24px 39px;
    border-right: 0;
    border-bottom: 2px dashed var(--rule);
  }

  .coupon-side::after {
    right: 20px;
    bottom: -9px;
    transform: none;
  }

  .coupon-code {
    margin-top: 40px;
  }

  .coupon-side > p:not(.section-kicker) {
    font-size: 17px;
  }

  .coupon-form-wrap {
    padding: 34px 24px 40px;
  }

  .field-row {
    gap: 19px;
  }

  .field input {
    min-height: 52px;
    font-size: 17px;
  }

  .consent-row {
    margin-top: 24px;
  }

  .coupon-submit-row {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .submit-button {
    width: 100%;
    min-width: 0;
    min-height: 54px;
  }

  .success-message {
    min-height: 430px;
    grid-template-columns: 1fr;
    gap: 38px;
    justify-items: center;
    text-align: center;
  }

  .success-stamp {
    width: 210px;
    height: 122px;
  }

  .footer-service-line {
    grid-template-columns: 1fr 1fr;
    font-size: 8px;
  }

  .footer-service-line span:nth-child(2) {
    text-align: right;
  }

  .footer-service-line span:last-child {
    grid-column: auto;
    padding-top: 0;
    border-top: 0;
    text-align: right;
  }

  .footer-masthead {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 48px 0;
  }

  .footer-masthead img {
    width: 180px;
  }

  .footer-masthead p {
    gap: 14px;
    font-size: clamp(50px, 15vw, 68px);
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 45px 0 52px;
  }

  .footer-status {
    min-height: 150px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 380px) {
  .intro-copy h1 {
    font-size: 40px;
  }

  .intro-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .intro-skip {
    min-height: 44px;
    align-self: flex-start;
  }

  .intro-copy {
    bottom: max(206px, calc(env(safe-area-inset-bottom) + 194px));
  }

  .intro-touch-hint {
    display: none;
  }

  .service-line--top span:nth-child(2) {
    text-align: center;
  }

  .lead-story h1 {
    font-size: 34px;
  }
}

@media (max-height: 800px) and (min-width: 781px) {
  .masthead-mark {
    min-height: 128px;
  }

  .masthead-mark img {
    width: 220px;
  }

  .lead-story h1 {
    font-size: clamp(45px, 5vw, 66px);
  }

  .lead-standfirst {
    margin-top: 10px;
    font-size: 14px;
  }

  .lead-byline {
    margin-top: 8px;
  }

  .sequence-files {
    bottom: 4px;
  }
}

/* Simplified hardware profile */
.low-power .intro-film--dim {
  filter: grayscale(1) brightness(0.28);
  transform: none;
}

.low-power .intro-lens,
.low-power .intro-film--clear,
.low-power .scroll-video-frame,
.low-power .paper-reveal,
.low-power .sequence-file {
  will-change: auto;
}

.low-power .destination-film {
  display: none;
}

.low-power .video-destination.is-settled .reduced-video-poster {
  display: block;
}

.low-power .reveal {
  opacity: 1;
  transform: none;
  transition: opacity 180ms ease;
}

/* QA mirror for Chrome: ?motion=reduce follows the same static composition. */
.force-reduced-motion *,
.force-reduced-motion *::before,
.force-reduced-motion *::after {
  scroll-behavior: auto !important;
}

.force-reduced-motion .intro-film,
.force-reduced-motion .scroll-film,
.force-reduced-motion .destination-film {
  display: none;
}

.force-reduced-motion .intro-poster {
  filter: grayscale(0) brightness(0.48);
}

.force-reduced-motion .intro-film--clear,
.force-reduced-motion .intro-lens,
.force-reduced-motion .paper-reveal,
.force-reduced-motion .sequence-file,
.force-reduced-motion .reveal {
  transform: none !important;
}

.force-reduced-motion .intro-lens,
.force-reduced-motion .intro-target,
.force-reduced-motion .intro-touch-hint {
  display: none;
}

.force-reduced-motion .intro-primary,
.force-reduced-motion .intro-skip,
.force-reduced-motion .submit-button,
.force-reduced-motion .success-message button,
.force-reduced-motion .footer-mail,
.force-reduced-motion .reopen-intro {
  transition: color 120ms ease, background-color 120ms ease, opacity 120ms ease;
}

.force-reduced-motion .intro-primary:active,
.force-reduced-motion .intro-skip:active,
.force-reduced-motion .submit-button:active,
.force-reduced-motion .success-message button:active,
.force-reduced-motion .footer-mail:active,
.force-reduced-motion .reopen-intro:active {
  transform: none;
}

.force-reduced-motion .print-sequence {
  height: auto;
  min-height: 0;
  background: var(--paper);
}

.force-reduced-motion .print-stage {
  position: relative;
  height: auto;
  min-height: 0;
  overflow: visible;
  background: var(--paper);
}

.force-reduced-motion .paper-wash {
  opacity: 1 !important;
}

.force-reduced-motion .sequence-opening,
.force-reduced-motion .scroll-video-frame {
  display: none;
}

.force-reduced-motion .paper-front {
  position: relative;
  min-height: 760px;
  padding-bottom: 74px;
}

.force-reduced-motion .paper-reveal,
.force-reduced-motion .sequence-file,
.force-reduced-motion .reveal {
  opacity: 1 !important;
}

.force-reduced-motion .reduced-video-poster {
  display: block;
}

.force-reduced-motion .success-message:not([hidden]) .success-stamp {
  animation: none;
}

@media (max-width: 780px) {
  .force-reduced-motion .paper-front {
    min-height: 970px;
  }
}

/* Accessible static composition */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }

  .intro-film,
  .scroll-film,
  .destination-film {
    display: none;
  }

  .intro-poster {
    filter: grayscale(0) brightness(0.48);
  }

  .intro-film--clear,
  .intro-lens,
  .paper-reveal,
  .sequence-file,
  .reveal {
    transform: none !important;
  }

  .intro-lens {
    top: 50%;
    left: 50%;
    display: none;
  }

  .intro-target,
  .intro-touch-hint {
    display: none;
  }

  .intro-primary,
  .intro-skip,
  .submit-button,
  .success-message button,
  .footer-mail,
  .reopen-intro {
    transition: color 120ms ease, background-color 120ms ease, opacity 120ms ease;
  }

  .intro-primary:active,
  .intro-skip:active,
  .submit-button:active,
  .success-message button:active,
  .footer-mail:active,
  .reopen-intro:active {
    transform: none;
  }

  .print-sequence {
    height: auto;
    min-height: 0;
    background: var(--paper);
  }

  .print-stage {
    position: relative;
    height: auto;
    min-height: 0;
    overflow: visible;
    background: var(--paper);
  }

  .paper-wash {
    opacity: 1 !important;
  }

  .sequence-opening,
  .scroll-video-frame {
    display: none;
  }

  .paper-front {
    position: relative;
    min-height: 760px;
    padding-bottom: 74px;
  }

  .paper-reveal,
  .sequence-file,
  .reveal {
    opacity: 1 !important;
  }

  .reduced-video-poster {
    display: block;
  }

  .success-message:not([hidden]) .success-stamp {
    animation: none;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 780px) {
  .paper-front {
    min-height: 970px;
  }
}

@media (prefers-contrast: more) {
  :root {
    --muted: #514b45;
  }

  .footer-grid p,
  .footer-bottom,
  .social-list small,
  .footer-service-line {
    color: var(--paper-light);
  }
}
