.reportage-glasses-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  clip-path: inset(var(--glasses-reveal, 100%) 0 0 0);
}
.reportage-glasses {
}
.reportage-stage .reportage-photo {
}
.reduce-motion .reportage-glasses-layer {
  display: none;
}
@media (max-width: 700px) {
  .reportage-glasses {
  }
}
:root {
  --paper: #f3f0e9;
  --white: #faf8f3;
  --accent: #b93022;
  --light-accent: #ff695b;
  --highlight: #ff695b;
  --line: #cfcbc3;
  --muted: #56534f;
}
body {
  background: var(--paper);
}
::selection {
  background: #b93022;
  color: #fff;
}
input[type="range"] {
  accent-color: #b93022;
}
.action.primary,
.nav-links .nav-source {
  background: #b93022;
  color: white;
  border-color: #b93022;
}
.action.primary:hover,
.nav-links .nav-source:hover {
  background: #902218;
  color: white;
}
.dark {
  --accent: #ff8375;
  --light-accent: #ff8375;
}
.site-nav {
  background: #111112;
  color: #fff;
}
.site-nav a {
  color: #fff;
}
.site-nav .nav-source {
  background: transparent;
  border-color: #777;
}
.site-nav .nav-source:hover {
  background: #b93022;
}
.day-chapter {
  background: #e6e2d9;
}
.day-result > .note,
.day-evidence .source-link {
  color: #49433d;
}
.day-bars span:nth-child(2) {
  background: #b93022;
}
.day-bars span:nth-child(3) {
  background: #a08a79;
}
.day-evidence,
.day-result {
  border-color: #bdb5a9;
}
.trial-intervention i {
  background: #b93022;
}
.day-presets button:hover,
.day-presets button[aria-pressed="true"] {
  background: #b93022;
  color: #fff;
  border-color: #b93022;
}
.horizon-number span {
  color: #b93022;
}
.life-line {
  color: #b93022;
}
.time-story {
  padding-block: 90px;
}
.time-grid h2 {
  max-width: 11ch;
}
.horizon-number {
  color: #151819;
}
.time-control input {
  accent-color: #b93022;
}
.intro-line {
  padding-block: 70px;
}
.outdoor-teaser {
  background: var(--paper);
}
.reportage {
  height: 270svh;
  background: #080909;
  position: relative;
}
.reportage-stage {
  height: calc(100svh - 94px);
  min-height: 610px;
  position: sticky;
  top: 94px;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: #080909;
  --progress: 0;
  --photo-opacity: 1;
  --end-opacity: 0;
  --copy-opacity: 1;
}
.reportage-photo {
  opacity: var(--photo-opacity);
  pointer-events: none;
}
.reportage-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.64) 17%, transparent 62%);
  pointer-events: none;
  z-index: 2;
}
.reportage-content {
  position: absolute;
  bottom: 72px;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  z-index: 3;
  opacity: var(--copy-opacity);
}
.reportage-content h1 {
  font-family: var(--body);
  font-size: clamp(3.5rem, 6.4vw, 6rem);
  font-weight: 600;
  line-height: 0.99;
  letter-spacing: -0.04em;
  margin: 0;
  max-width: 10ch;
  color: white;
}
.reportage-intro {
  width: 275px;
  padding-bottom: 4px;
}
.reportage-intro p {
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 0 0 20px;
  color: white;
}
.reportage-enter {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  font-size: 0.9rem;
  min-height: 44px;
  color: white;
  text-decoration: none;
  border-bottom: 1px solid #ffffff80;
}
.reportage-enter svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
}
.reportage-future {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 30px;
  z-index: 3;
  opacity: var(--end-opacity);
  pointer-events: none;
}
.reportage-future p {
  font: 600 clamp(2.8rem, 5.5vw, 5.7rem)/1.02 var(--body);
  letter-spacing: -0.035em;
  max-width: 17ch;
  text-shadow: 0 2px 18px #000;
  margin: 0 0 25px;
}
.reportage-future span {
  font-size: 1.15rem;
  max-width: 40ch;
  background: #080909c9;
  padding: 8px 12px;
}
.reading-tools {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 40;
}
.reading-settings > summary,
.to-top {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #666;
  background: #111112;
  color: #fff;
  cursor: pointer;
  list-style: none;
}
.reading-settings > summary::-webkit-details-marker {
  display: none;
}
.reading-tools svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
.reading-settings[open] > summary,
.reading-tools a:hover {
  background: #b93022;
}
.settings-panel {
  position: absolute;
  bottom: 105px;
  right: 0;
  width: min(300px, calc(100vw - 40px));
  padding: 24px;
  background: #f3f0e9;
  color: #151819;
  border: 1px solid #777;
  box-shadow: 0 12px 30px #0003;
}
.settings-panel h2 {
  font: 600 1.2rem/1.3 var(--body);
  margin: 0 0 14px;
}
.settings-panel label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  font-size: 1rem;
}
.settings-panel input {
  width: 20px;
  height: 20px;
  accent-color: #b93022;
}
.settings-panel button {
  margin-top: 15px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #555;
  padding: 8px 0;
  min-height: 44px;
  font-size: 0.9rem;
}
.high-contrast {
  --paper: #fff;
  --muted: #222;
  --line: #666;
}
.high-contrast .reportage-shade {
  background: linear-gradient(0deg, #000 12%, #000a 35%, transparent 70%);
}
.high-contrast .note {
  color: inherit;
}
.reduce-motion .reportage {
  height: auto;
}
.reduce-motion .reportage-stage {
  position: relative;
  top: 0;
  --progress: 0 !important;
  --photo-opacity: 1 !important;
  --copy-opacity: 1 !important;
  --end-opacity: 0 !important;
}
.reading-tools :focus-visible,
.reportage :focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}
.settings-panel :focus-visible {
  outline-color: #b93022;
}
@media (max-width: 1150px) {
  .reportage-stage {
    top: 80px;
    height: calc(100svh - 80px);
  }
  .nav-links .nav-source {
    background: #b93022 !important;
    color: white !important;
    border-color: #b93022 !important;
  }
}
@media (max-width: 700px) {
  .reportage-stage {
    min-height: 640px;
  }
  .reportage-photo {
  }
  .reportage-shade {
    background: linear-gradient(0deg, #080909 19%, #080909ee 30%, transparent 65%);
  }
  .reportage-content {
    bottom: 80px;
    display: block;
  }
  .reportage-content h1 {
    font-size: clamp(2.8rem, 12vw, 4rem);
    max-width: none;
    line-height: 1.02;
  }
  .reportage-content h1 br {
    display: none;
  }
  .reportage-intro {
    width: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-top: 22px;
  }
  .reportage-intro p {
    font-size: 0.93rem;
    margin: 0;
    line-height: 1.4;
  }
  .reportage-enter {
    max-width: 130px;
    gap: 12px;
    font-size: 0.82rem;
  }
  .reportage-future p {
    font-size: 2.7rem;
  }
  .reportage-future span {
    font-size: 1rem;
  }
  .time-story {
    padding-block: 55px;
  }
  .reading-tools {
    right: 12px;
    bottom: 12px;
  }
  .time-grid h2 {
    max-width: 13ch;
  }
  .time-grid .horizon-number {
    font-size: 40vw;
  }
  .reportage-future {
    padding: 24px;
  }
  .settings-panel {
    bottom: 100px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reportage {
    height: auto;
  }
  .reportage-stage {
    position: relative;
    top: 0;
  }
}
.reportage-shade:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #080909;
  opacity: calc(var(--shade-opacity, 0) * 0.76);
}
@media (max-width: 700px) {
  .reportage-content h1 br:after {
    content: " ";
  }
  .reportage-content h1 br {
    display: contents;
  }
  .reportage-photo {
  }
  .reportage-intro {
    padding-right: 44px;
  }
  .reportage-enter {
    gap: 8px;
    max-width: 112px;
  }
  .reportage-enter svg {
    flex: 0 0 20px;
  }
  .reportage-content h1 {
    max-width: 9ch;
  }
}
@media print {
  .reportage {
    height: auto;
  }
  .reportage-stage {
    position: relative;
    top: 0;
    height: 450px;
    min-height: 0;
  }
  .reading-tools {
    display: none;
  }
}
.scene-timeline {
  position: fixed;
  top: 112px;
  right: var(--gutter);
  z-index: 30;
  width: 154px;
  pointer-events: none;
  --progress: 0;
}
.scene-dates {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  color: #fff;
  font: 500 12px/1.3 var(--body);
  font-variant-numeric: tabular-nums;
  text-shadow:
    0 1px 3px #080909,
    0 0 6px #080909;
}
.scene-year {
  display: flex;
  color: #fff;
  font: 600 15px/1.3 var(--body);
  font-variant-numeric: tabular-nums;
}
.scene-year-ending {
  color: #ff8375;
}
.scene-track {
  height: 5px;
  margin-top: 8px;
  border-radius: 2px;
  background: #747777;
  overflow: hidden;
  box-shadow: 0 1px 3px #08090966;
}
.scene-track span {
  display: block;
  width: 100%;
  height: 100%;
  background: #ff8375;
  transform: scaleX(var(--progress));
  transform-origin: left;
}
@media (max-width: 1150px) {
  .scene-timeline {
    top: 98px;
  }
}
@media (max-width: 700px) {
  .scene-timeline {
    right: 20px;
    width: 136px;
  }
}
@media print {
  .scene-timeline {
    display: none;
  }
}
.reportage-photo,
.reportage-glasses {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transform: scale(calc(1 + var(--progress) * 0.075));
  transform-origin: 50% 50%;
}
@media screen and (max-width: 700px) {
  .reportage-stage .reportage-photo,
  .reportage-stage .reportage-glasses {
    inset: 0 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1456 / 816;
    object-fit: contain;
    transform: none;
  }
  .reportage-stage .reportage-glasses {
    transform: var(--portrait-registration, matrix(1, 0, 0, 1, 0, 0));
  }
  .reportage {
    --mobile-scene-travel: 40;
    height: auto;
    padding-bottom: 40px;
  }
  .reportage-stage {
    height: auto;
    min-height: 0;
  }
  .reportage-stage .reportage-photo {
    position: relative;
    display: block;
    inset: auto;
  }
  .reportage-content {
    position: relative;
    inset: auto;
    margin-top: 24px;
    padding-bottom: 32px;
  }
  .reportage-intro {
    padding-right: 0;
  }
  .reduce-motion .reportage {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 700px) and (prefers-reduced-motion: reduce) {
  .reportage {
    padding-bottom: 0;
  }
}
.hero-brand {
  display: block;
  font:
    600 clamp(16px, 1.6vw, 24px)/1.4 Barlow,
    sans-serif;
  letter-spacing: 0;
  margin-bottom: 12px;
}
