/*
 * Expérience publique Contexte.
 * Les surfaces restent neutres et l’accent doré est réservé aux interactions.
 */
body[data-page="contexte"] {
  --context-ink: var(--color-ink-deep);
  --context-ink-soft: #171614;
  --context-paper: var(--color-base);
  --context-paper-soft: var(--color-base-light);
  --context-text: var(--color-text);
  --context-muted: var(--color-text-muted);
  --context-rule: var(--color-border);
  --context-rule-dark: var(--color-border-dark-default);
  --context-accent-light: var(--accent-on-light);
  --context-accent-dark: var(--accent-on-dark);
  background: var(--context-paper);
  color: var(--context-text);
}

body[data-page="contexte"] main {
  overflow: clip;
}

body[data-page="contexte"] :is(button, a, summary, [role="button"]):focus-visible {
  outline: 3px solid var(--context-accent-dark);
  outline-offset: 4px;
}

body[data-page="contexte"] img {
  max-width: 100%;
}

.context-hero .reservation-hero__content {
  max-width: 820px;
}

.context-hero__media {
  object-position: center 54%;
}

.context-hero__shade {
  background:
    linear-gradient(90deg, rgba(9, 9, 9, 0.92) 0%, rgba(9, 9, 9, 0.74) 38%, rgba(9, 9, 9, 0.25) 72%, rgba(9, 9, 9, 0.12) 100%),
    linear-gradient(0deg, rgba(9, 9, 9, 0.72) 0%, rgba(9, 9, 9, 0) 58%, rgba(9, 9, 9, 0.28) 100%);
}

.context-hero__atmosphere {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.24;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 72% 28%, rgba(255, 255, 255, 0.72) 0, rgba(255, 255, 255, 0.72) 1px, transparent 2px),
    radial-gradient(circle at 82% 44%, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.5) 1px, transparent 2px),
    radial-gradient(circle at 64% 62%, rgba(255, 255, 255, 0.54) 0, rgba(255, 255, 255, 0.54) 1px, transparent 2px);
  background-size: 240px 220px, 320px 300px, 280px 260px;
  animation: context-atmosphere-drift 18s linear infinite alternate;
}

.context-hero .reservation-hero__facts > div {
  min-width: 142px;
}

.context-reading {
  position: sticky;
  top: var(--header-height);
  z-index: 88;
  border-top: 1px solid var(--context-rule-dark);
  border-bottom: 1px solid var(--context-rule-dark);
  background: rgba(9, 9, 9, 0.96);
  color: var(--color-white);
}

.context-reading__inner {
  position: relative;
  min-height: 64px;
}

.context-reading p {
  min-width: 182px;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.context-reading p span {
  margin-right: 10px;
  color: var(--context-accent-dark);
}

.context-reading nav {
  flex: 1 1 auto;
}

.context-reading ol {
  justify-content: flex-end;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.context-reading a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.7px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.context-reading a:hover,
.context-reading a[aria-current="step"] {
  color: var(--context-accent-dark);
}

.context-reading__track {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  overflow: hidden;
}

.context-reading__track > span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--context-accent-dark);
  transform: scaleX(0);
  transform-origin: left center;
}

.context-experience {
  background: var(--context-paper);
}

.context-section {
  position: relative;
  padding: 104px 0;
  scroll-margin-top: calc(var(--header-height) + 72px);
}

.context-section--dark,
.context-section--ink {
  background: var(--context-ink);
  color: var(--color-white);
}

.context-section--ink {
  background: var(--context-ink-soft);
}

.context-kicker {
  margin: 0 0 14px;
  color: var(--context-accent-light);
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.context-section--dark .context-kicker,
.context-section--ink .context-kicker,
.context-transmission .context-kicker {
  color: var(--context-accent-dark);
}

.context-heading {
  margin-bottom: 56px;
}

.context-heading h2,
.context-intro h2,
.context-consequences h2,
.context-transmission h2 {
  margin: 0;
  font-family: var(--font-editorial);
  font-size: 52px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: -0.8px;
}

.context-heading p,
.context-intro p,
.context-consequences p,
.context-transmission p {
  font-size: 17px;
  line-height: 28px;
}

.context-heading .offset-lg-1 p {
  margin: 0;
  color: var(--context-muted);
}

.context-section--dark .context-heading .offset-lg-1 p,
.context-section--ink .context-heading .offset-lg-1 p {
  color: rgba(255, 255, 255, 0.68);
}

.context-text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 11px 0 8px;
  border-bottom: 1px solid currentColor;
  color: var(--context-accent-light);
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.context-text-link:hover {
  color: var(--accent-on-light-hover);
}

.context-text-link--dark,
.context-text-link--dark:hover {
  color: var(--context-accent-dark);
}

.context-intro {
  padding-top: 88px;
  padding-bottom: 88px;
}

.context-intro__copy {
  position: relative;
  z-index: 2;
  padding: 44px 64px 44px 0;
}

.context-intro__copy::before {
  position: absolute;
  top: 0;
  right: -72px;
  bottom: 0;
  left: -80px;
  z-index: -1;
  background: var(--context-paper);
  content: "";
}

.context-intro h2 {
  font-size: 48px;
  line-height: 54px;
}

.context-intro__lead {
  margin: 26px 0 0;
  font-size: 20px !important;
  line-height: 31px !important;
}

.context-intro__copy > p:not(.context-kicker):not(.context-intro__lead) {
  max-width: 520px;
  margin: 16px 0 0;
  color: var(--context-muted);
}

.context-intro .context-text-link {
  margin-top: 26px;
}

.context-intro__media {
  position: relative;
  min-height: 540px;
  margin: 0;
  overflow: hidden;
  background: var(--context-ink-soft);
}

.context-intro__media img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}

.context-intro__media figcaption,
.context-timeline__detail figcaption,
.context-map-sheet figcaption,
.context-memory__panel figcaption,
.context-consequences__media figcaption {
  position: absolute;
  right: 14px;
  bottom: 12px;
  max-width: 360px;
  margin: 0;
  padding: 6px 9px;
  background: rgba(9, 9, 9, 0.78);
  color: rgba(255, 255, 255, 0.82);
  font-size: 10px;
  line-height: 15px;
  text-align: right;
}

.context-timeline {
  overflow: hidden;
}

.context-timeline__toolbar {
  margin-bottom: 18px;
}

.context-timeline__toolbar p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
}

.context-timeline__controls {
  gap: 8px;
}

.context-timeline__controls button,
.context-map-stage__top button,
.context-memory__zoom button,
.context-timeline__toggle,
.context-dimension-card button,
.context-memory__filters button,
.context-map-story__stops button,
.context-map-sheet__close {
  border: 0;
  border-radius: 0;
  font: inherit;
}

.context-timeline__controls button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--context-rule-dark);
  background: transparent;
  color: var(--color-white);
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.context-timeline__controls button:hover {
  border-color: var(--context-accent-dark);
  color: var(--context-accent-dark);
  transform: translateY(-2px);
}

.context-timeline__progress {
  height: 1px;
  margin-bottom: 34px;
  overflow: hidden;
  background: var(--context-rule-dark);
}

.context-timeline__progress span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--context-accent-dark);
  transform: scaleX(0.25);
  transform-origin: left center;
}

.context-timeline__viewport {
  margin-right: -48px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: var(--context-accent-dark) var(--context-ink-soft);
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}

.context-timeline__track {
  gap: 18px;
  width: max-content;
  min-width: 100%;
  margin: 0;
  padding: 0 48px 18px 0;
  list-style: none;
  perspective: 1200px;
}

.context-timeline__item {
  width: 300px;
  flex: 0 0 300px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.025);
  scroll-snap-align: start;
  transform: translateZ(-16px);
  transition: width 420ms ease, flex-basis 420ms ease, border-color 240ms ease, transform 420ms ease;
}

.context-timeline__item.is-active {
  width: 640px;
  flex-basis: 640px;
  border-color: var(--context-accent-dark);
  transform: translateZ(0);
}

.context-timeline__toggle {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 264px;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
  background: transparent;
  color: var(--color-white);
  text-align: left;
}

.context-timeline__period {
  color: var(--context-accent-dark);
  font-family: var(--font-editorial);
  font-size: 26px;
  line-height: 30px;
}

.context-timeline__toggle strong {
  max-width: 360px;
  margin-top: 14px;
  font-family: var(--font-editorial);
  font-size: 29px;
  font-weight: 500;
  line-height: 34px;
}

.context-timeline__toggle > span:nth-of-type(2) {
  max-width: 420px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 22px;
}

.context-timeline__toggle i {
  position: absolute;
  right: 24px;
  bottom: 24px;
  color: var(--context-accent-dark);
  font-size: 24px;
  font-style: normal;
  line-height: 24px;
  transition: transform 240ms ease;
}

.context-timeline__item.is-active .context-timeline__toggle i {
  transform: rotate(45deg);
}

.context-timeline__detail {
  position: relative;
  min-height: 260px;
  padding: 28px 28px 28px 300px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.context-timeline__detail figure {
  position: absolute;
  inset: 0 auto 0 0;
  width: 272px;
  margin: 0;
  overflow: hidden;
}

.context-timeline__detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.context-timeline__detail p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 23px;
}

.context-timeline__detail a {
  display: block;
  margin-top: 10px;
  color: var(--context-accent-dark);
  font-size: 11px;
  line-height: 17px;
  text-decoration: none;
}

.context-geography {
  padding-bottom: 88px;
}

.context-geography__experience {
  position: relative;
  min-height: 720px;
  border: 1px solid var(--context-rule-dark);
}

.context-map-stage {
  position: sticky;
  top: calc(var(--header-height) + 84px);
  align-self: flex-start;
  height: 720px;
  overflow: hidden;
  border-right: 1px solid var(--context-rule-dark);
  background: var(--context-ink);
}

.context-map-stage__top {
  position: relative;
  z-index: 3;
  height: 60px;
  padding: 0 22px;
  border-bottom: 1px solid var(--context-rule-dark);
}

.context-map-stage__top p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.context-map-stage__top p span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--context-accent-dark);
  box-shadow: 0 0 0 5px rgba(201, 165, 109, 0.12);
}

.context-map-stage__top button {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: transparent;
  color: var(--color-white);
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.context-map-stage__top button:hover,
.context-map-stage__top button[aria-pressed="true"] {
  border-color: var(--context-accent-dark);
  color: var(--context-accent-dark);
}

.context-map-stage__svg-shell {
  position: relative;
  height: 604px;
  padding: 34px;
  overflow: hidden;
}

.context-map-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: scale(1);
  transform-origin: center;
  transition: transform 520ms ease;
}

.context-map-stage__svg-shell.is-focused .context-map-svg {
  transform: scale(1.045);
}

.context-map-svg__base :is(path, polygon, polyline) {
  fill: rgba(255, 255, 255, 0.035) !important;
  stroke: rgba(255, 255, 255, 0.42) !important;
  stroke-width: 1.4px !important;
  vector-effect: non-scaling-stroke;
}

.context-map-svg__route {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.context-map-svg__route--base {
  stroke: rgba(255, 255, 255, 0.12);
  stroke-width: 2px;
}

.context-map-svg__route--light {
  stroke: var(--context-accent-dark);
  stroke-width: 3px;
  stroke-dasharray: 0.04 0.03;
  stroke-dashoffset: 1;
  filter: drop-shadow(0 0 4px rgba(201, 165, 109, 0.56));
}

.context-map-marker {
  cursor: pointer;
  outline: 0;
}

.context-map-marker__wave,
.context-map-marker__halo,
.context-map-marker__point,
.context-map-marker__particle {
  vector-effect: non-scaling-stroke;
}

.context-map-marker__wave {
  fill: transparent;
  stroke: rgba(201, 165, 109, 0.38);
  stroke-width: 2px;
  opacity: 0;
  transform-origin: center;
}

.context-map-marker__halo {
  fill: rgba(201, 165, 109, 0.12);
  stroke: rgba(201, 165, 109, 0.32);
  stroke-width: 1px;
}

.context-map-marker__point {
  fill: var(--context-ink);
  stroke: var(--context-accent-dark);
  stroke-width: 4px;
  transition: fill 180ms ease, transform 180ms ease;
}

.context-map-marker__particle {
  fill: var(--context-accent-dark);
  opacity: 0.42;
}

.context-map-marker:hover .context-map-marker__point,
.context-map-marker:focus .context-map-marker__point,
.context-map-marker.is-active .context-map-marker__point {
  fill: var(--context-accent-dark);
  transform: scale(1.2);
}

.context-map-marker.is-active .context-map-marker__wave {
  animation: context-map-pulse 2.8s ease-out infinite;
}

.context-map-marker.is-active .context-map-marker__particle--one {
  animation: context-map-particle-one 4s ease-in-out infinite alternate;
}

.context-map-marker.is-active .context-map-marker__particle--two {
  animation: context-map-particle-two 4.8s ease-in-out infinite alternate;
}

.context-map-stage__legend {
  height: 56px;
  align-items: center;
  gap: 24px;
  padding: 0 22px;
  border-top: 1px solid var(--context-rule-dark);
  color: rgba(255, 255, 255, 0.54);
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.context-map-story {
  position: relative;
  min-height: 720px;
  background: var(--context-paper-soft);
  color: var(--context-text);
}

.context-map-story__stops {
  margin: 0;
  padding: 0;
  list-style: none;
}

.context-map-story__stops li {
  border-bottom: 1px solid var(--context-rule);
}

.context-map-story__stops button {
  display: flex;
  width: 100%;
  min-height: 104px;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: transparent;
  color: var(--context-text);
  text-align: left;
  transition: background 180ms ease, color 180ms ease;
}

.context-map-story__stops button span {
  color: var(--context-accent-light);
  font-size: 11px;
  line-height: 16px;
}

.context-map-story__stops button strong {
  flex: 1 1 auto;
  font-family: var(--font-editorial);
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.context-map-story__stops button small {
  max-width: 130px;
  color: var(--context-muted);
  font-size: 11px;
  line-height: 16px;
  text-align: right;
}

.context-map-story__stops li.is-active button,
.context-map-story__stops button:hover {
  background: var(--context-ink-soft);
  color: var(--color-white);
}

.context-map-story__stops li.is-active button small,
.context-map-story__stops button:hover small {
  color: rgba(255, 255, 255, 0.68);
}

.context-map-sheet {
  position: absolute;
  top: 28px;
  right: 28px;
  bottom: 28px;
  left: 28px;
  z-index: 4;
  padding: 30px;
  overflow-y: auto;
  border: 1px solid var(--context-rule);
  background: var(--context-paper);
  box-shadow: 0 18px 54px rgba(9, 9, 9, 0.16);
  transform: translateX(112%);
  transition: transform 420ms ease;
}

.context-map-sheet.is-open {
  transform: translateX(0);
}

.context-map-sheet__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--context-rule);
  background: transparent;
  color: var(--context-text);
  font-size: 24px;
  line-height: 32px;
}

.context-map-sheet h3 {
  max-width: 420px;
  margin: 0 42px 20px 0;
  font-family: var(--font-editorial);
  font-size: 35px;
  font-weight: 500;
  line-height: 39px;
}

.context-map-sheet figure {
  position: relative;
  height: 180px;
  margin: 0 0 20px;
  overflow: hidden;
}

.context-map-sheet figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.context-map-sheet dl {
  margin: 0 0 18px;
  border-top: 1px solid var(--context-rule);
  border-bottom: 1px solid var(--context-rule);
}

.context-map-sheet dl > div {
  padding: 12px 0;
}

.context-map-sheet dt,
.context-map-sheet dd {
  font-size: 11px;
  line-height: 16px;
}

.context-map-sheet dt {
  color: var(--context-muted);
  text-transform: uppercase;
}

.context-map-sheet dd {
  margin: 3px 0 0;
  font-weight: 700;
}

.context-map-sheet > p:not(.context-kicker) {
  font-size: 14px;
  line-height: 22px;
}

.context-map-sheet__source {
  padding-top: 14px;
  border-top: 1px solid var(--context-rule);
  color: var(--context-muted);
  font-size: 11px !important;
  line-height: 17px !important;
}

.context-map-sheet > a {
  color: var(--context-accent-light);
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.context-map-sheet__precision {
  margin-top: 18px;
  color: var(--context-muted);
  font-size: 10px !important;
  line-height: 15px !important;
}

.context-map-fallback {
  margin-top: 22px;
  border-top: 1px solid var(--context-rule-dark);
  border-bottom: 1px solid var(--context-rule-dark);
}

.context-map-fallback summary {
  padding: 18px 0;
  color: var(--color-white);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.context-map-fallback ol {
  margin: 0;
  padding: 0 0 20px;
  list-style: none;
}

.context-map-fallback li {
  padding: 18px;
  border: 1px solid var(--context-rule-dark);
}

.context-map-fallback strong,
.context-map-fallback p,
.context-map-fallback a {
  font-size: 12px;
  line-height: 19px;
}

.context-map-fallback p {
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.68);
}

.context-map-fallback a {
  color: var(--context-accent-dark);
}

.context-map-unavailable {
  padding: 28px;
  border: 1px solid var(--context-rule-dark);
}

.context-dimensions {
  background: var(--context-paper-soft);
}

.context-dimensions__row {
  border-top: 1px solid var(--context-rule);
  border-left: 1px solid var(--context-rule);
}

.context-dimension-card {
  position: relative;
  border-right: 1px solid var(--context-rule);
  border-bottom: 1px solid var(--context-rule);
}

.context-dimension-card__inner {
  position: relative;
  min-height: 370px;
  overflow: hidden;
  background: var(--context-ink-soft);
}

.context-dimension-card__inner > img,
.context-dimension-card__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.context-dimension-card__inner > img {
  object-fit: cover;
  transition: transform 520ms ease, filter 520ms ease;
}

.context-dimension-card__shade {
  background: linear-gradient(0deg, rgba(9, 9, 9, 0.9) 0%, rgba(9, 9, 9, 0.28) 72%, rgba(9, 9, 9, 0.08) 100%);
}

.context-dimension-card__copy {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  z-index: 2;
  color: var(--color-white);
}

.context-dimension-card__copy > span {
  color: var(--context-accent-dark);
  font-size: 12px;
  line-height: 18px;
}

.context-dimension-card__copy h3 {
  margin: 8px 0 0;
  font-family: var(--font-editorial);
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}

.context-dimension-card__copy p {
  max-width: 320px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 20px;
}

.context-dimension-card__inner > button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 54px;
  height: 54px;
  border-left: 1px solid rgba(255, 255, 255, 0.32);
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(9, 9, 9, 0.5);
  color: var(--context-accent-dark);
}

.context-dimension-card__inner > button i {
  font-size: 24px;
  font-style: normal;
  line-height: 24px;
  transition: transform 240ms ease;
}

.context-dimension-card.is-expanded .context-dimension-card__inner > button i {
  display: inline-block;
  transform: rotate(45deg);
}

.context-dimension-card:hover .context-dimension-card__inner > img,
.context-dimension-card.is-expanded .context-dimension-card__inner > img {
  filter: saturate(0.78);
  transform: scale(1.035);
}

.context-dimension-card__detail {
  min-height: 180px;
  padding: 26px 28px;
  background: var(--context-paper);
}

.context-dimension-card__detail p {
  margin: 0;
  font-size: 14px;
  line-height: 23px;
}

.context-dimension-card__detail a {
  display: inline-block;
  margin-top: 18px;
  color: var(--context-accent-light);
  font-size: 11px;
  font-weight: 700;
  line-height: 17px;
  text-decoration: none;
}

.context-dimension-card__detail small {
  display: block;
  margin-top: 18px;
  color: var(--context-muted);
  font-size: 10px;
  line-height: 15px;
}

.context-consequences {
  padding: 0;
}

.context-consequences__media {
  position: relative;
  min-height: 760px;
  margin: 0;
  overflow: hidden;
  background: var(--context-ink-soft);
}

.context-consequences__media img {
  width: 100%;
  height: 760px;
  object-fit: cover;
  object-position: center 54%;
}

.context-consequences__data {
  display: flex;
  min-height: 760px;
  flex-direction: column;
  justify-content: center;
  padding: 72px 72px 64px;
}

.context-consequences h2 {
  max-width: 500px;
  color: var(--color-white);
  font-size: 46px;
  line-height: 52px;
}

.context-consequences__facts {
  margin-top: 34px;
}

.context-consequences__facts article {
  padding: 20px 0;
  border-top: 1px solid var(--context-rule-dark);
}

.context-consequences__facts article:last-child {
  border-bottom: 1px solid var(--context-rule-dark);
}

.context-consequences__facts strong {
  display: block;
  color: var(--color-white);
  font-family: var(--font-editorial);
  font-size: 43px;
  font-weight: 500;
  line-height: 48px;
}

.context-consequences__facts p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 21px;
}

.context-consequences .context-text-link {
  align-self: flex-start;
  margin-top: 26px;
}

.context-consequences__note {
  max-width: 520px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px !important;
  line-height: 17px !important;
}

.context-memory__filters {
  margin-bottom: 24px;
  border-top: 1px solid var(--context-rule);
  border-left: 1px solid var(--context-rule);
}

.context-memory__filters button {
  min-width: 210px;
  flex: 1 1 0;
  padding: 17px 20px;
  border-right: 1px solid var(--context-rule);
  border-bottom: 1px solid var(--context-rule);
  background: transparent;
  color: var(--context-text);
  font-size: 13px;
  line-height: 20px;
  text-align: left;
}

.context-memory__filters button span {
  float: right;
  color: var(--context-muted);
  font-size: 11px;
}

.context-memory__filters button:hover,
.context-memory__filters button[aria-selected="true"] {
  background: var(--context-ink-soft);
  color: var(--color-white);
}

.context-memory__filters button[aria-selected="true"] span {
  color: var(--context-accent-dark);
}

.context-memory__browser {
  min-height: 620px;
  border: 1px solid var(--context-rule);
}

.context-memory__map {
  min-height: 620px;
  border-right: 1px solid var(--context-rule);
  background: var(--context-paper-soft);
}

.context-memory__map-shell {
  position: relative;
  height: 100%;
  min-height: 620px;
  overflow: hidden;
}

.context-memory__map svg {
  width: 100%;
  height: 620px;
  padding: 44px;
  transform: scale(1);
  transform-origin: center;
  transition: transform 360ms ease;
}

.context-memory__base :is(path, polygon, polyline) {
  fill: rgba(9, 9, 9, 0.025) !important;
  stroke: rgba(9, 9, 9, 0.34) !important;
  stroke-width: 1.4px !important;
  vector-effect: non-scaling-stroke;
}

.context-memory__marker {
  fill: var(--context-accent-light);
  stroke: var(--context-paper);
  stroke-width: 4px;
  opacity: 0;
  transform: scale(0.6);
  transform-box: fill-box;
  transform-origin: center;
  transition: opacity 280ms ease, transform 280ms ease;
  vector-effect: non-scaling-stroke;
}

.context-memory__marker.is-visible {
  opacity: 1;
  transform: scale(1);
}

.context-memory__empty {
  position: absolute;
  top: 50%;
  right: 48px;
  left: 48px;
  z-index: 2;
  margin: 0;
  padding: 24px;
  border: 1px solid var(--context-rule);
  background: var(--context-paper);
  color: var(--context-muted);
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  transform: translateY(-50%);
}

.context-memory__zoom {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  align-items: center;
  border: 1px solid var(--context-rule);
  background: var(--context-paper);
}

.context-memory__zoom button {
  width: 40px;
  height: 40px;
  background: transparent;
  color: var(--context-text);
}

.context-memory__zoom output {
  min-width: 60px;
  padding: 0 8px;
  font-size: 11px;
  line-height: 40px;
  text-align: center;
}

.context-memory__panel {
  padding: 42px;
  background: var(--context-paper);
}

.context-memory__panel h3 {
  margin: 0 0 24px;
  font-family: var(--font-editorial);
  font-size: 42px;
  font-weight: 500;
  line-height: 47px;
}

.context-memory__panel figure {
  position: relative;
  height: 250px;
  margin: 0 0 24px;
  overflow: hidden;
}

.context-memory__panel figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.context-memory__panel > p:not(.context-kicker) {
  font-size: 15px;
  line-height: 24px;
}

.context-memory__panel > a {
  display: inline-block;
  margin-top: 12px;
  color: var(--context-accent-light);
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.context-transmission {
  min-height: 680px;
  padding: 100px 0 0;
  overflow: hidden;
  isolation: isolate;
}

.context-transmission__media,
.context-transmission__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.context-transmission__media {
  object-fit: cover;
  object-position: center;
}

.context-transmission__shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(9, 9, 9, 0.94) 0%, rgba(9, 9, 9, 0.76) 44%, rgba(9, 9, 9, 0.2) 78%, rgba(9, 9, 9, 0.1) 100%);
}

.context-transmission__copy {
  padding-bottom: 76px;
}

.context-transmission h2 {
  color: var(--color-white);
  font-size: 62px;
  line-height: 68px;
}

.context-transmission__copy > p:last-child {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 29px;
}

.context-transmission__routes {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(9, 9, 9, 0.76);
}

.context-transmission__route {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.context-transmission__route a {
  position: relative;
  display: flex;
  min-height: 126px;
  flex-direction: column;
  justify-content: center;
  padding: 20px 22px;
  color: var(--color-white);
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease;
}

.context-transmission__route a > span {
  color: var(--context-accent-dark);
  font-size: 11px;
  line-height: 16px;
}

.context-transmission__route a strong {
  margin-top: 8px;
  font-family: var(--font-editorial);
  font-size: 21px;
  font-weight: 500;
  line-height: 25px;
}

.context-transmission__route a i {
  position: absolute;
  right: 18px;
  bottom: 16px;
  color: var(--context-accent-dark);
  font-style: normal;
}

.context-transmission__route a:hover {
  background: rgba(255, 255, 255, 0.06);
}

.context-transmission__route--primary a {
  background: var(--context-accent-dark);
  color: var(--context-ink);
}

.context-transmission__route--primary a > span,
.context-transmission__route--primary a i {
  color: var(--context-ink);
}

.context-transmission__route--primary a:hover {
  background: var(--accent-on-dark-hover);
}

.context-sources {
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(9, 9, 9, 0.7);
}

.context-sources summary {
  padding: 18px 0;
  color: rgba(255, 255, 255, 0.84);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.context-sources ul {
  margin: 0;
  padding: 0 0 20px;
  list-style: none;
}

.context-sources li {
  padding: 0;
}

.context-sources a {
  display: flex;
  min-height: 118px;
  flex-direction: column;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--color-white);
  text-decoration: none;
}

.context-sources a strong,
.context-sources a span,
.context-sources a small {
  font-size: 11px;
  line-height: 17px;
}

.context-sources a span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.7);
}

.context-sources a small {
  margin-top: auto;
  padding-top: 8px;
  color: var(--context-accent-dark);
}

@keyframes context-atmosphere-drift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(12px, -8px, 0); }
}

@keyframes context-map-pulse {
  0% { opacity: 0.42; transform: scale(0.68); }
  75%, 100% { opacity: 0; transform: scale(1.42); }
}

@keyframes context-map-particle-one {
  from { transform: translate(0, 0); }
  to { transform: translate(10px, -8px); }
}

@keyframes context-map-particle-two {
  from { transform: translate(0, 0); }
  to { transform: translate(-8px, 9px); }
}

@media (max-width: 1199.98px) {
  .context-reading ol {
    gap: 14px;
  }

  .context-reading a {
    font-size: 10px;
  }

  .context-section {
    padding: 88px 0;
  }

  .context-map-stage {
    height: 680px;
  }

  .context-map-stage__svg-shell {
    height: 564px;
  }

  .context-geography__experience,
  .context-map-story {
    min-height: 680px;
  }

  .context-consequences__data {
    padding-right: 44px;
    padding-left: 44px;
  }

  .context-consequences__facts strong {
    font-size: 37px;
    line-height: 42px;
  }
}

@media (max-width: 991.98px) {
  .context-reading nav {
    display: none;
  }

  .context-reading p {
    min-width: 0;
  }

  .context-intro__copy {
    padding: 54px 0 0;
  }

  .context-intro__copy::before {
    display: none;
  }

  .context-intro__media,
  .context-intro__media img {
    min-height: 430px;
    height: 430px;
  }

  .context-map-stage {
    position: relative;
    top: auto;
    height: 680px;
    border-right: 0;
    border-bottom: 1px solid var(--context-rule-dark);
  }

  .context-map-story {
    min-height: auto;
  }

  .context-map-story__stops {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .context-map-story__stops li {
    min-width: 220px;
    border-right: 1px solid var(--context-rule);
    scroll-snap-align: start;
  }

  .context-map-story__stops button {
    min-height: 112px;
    flex-wrap: wrap;
  }

  .context-map-story__stops button small {
    width: 100%;
    max-width: none;
    padding-left: 30px;
    text-align: left;
  }

  .context-map-sheet {
    position: relative;
    inset: auto;
    margin: 24px;
    transform: none;
  }

  .context-map-sheet__close {
    display: none;
  }

  .context-consequences__media,
  .context-consequences__media img {
    min-height: 600px;
    height: 600px;
  }

  .context-consequences__data {
    min-height: auto;
    padding: 64px calc((100% - 696px) / 2);
  }

  .context-memory__map {
    min-height: 520px;
    border-right: 0;
    border-bottom: 1px solid var(--context-rule);
  }

  .context-memory__map-shell,
  .context-memory__map svg {
    min-height: 520px;
    height: 520px;
  }

  .context-memory__panel {
    padding: 38px;
  }

  .context-transmission {
    min-height: 720px;
  }
}

@media (max-width: 767.98px) {
  .context-hero__atmosphere {
    display: none;
  }

  .context-hero__media {
    object-position: 66% center;
  }

  .context-reading__inner {
    min-height: 54px;
  }

  .context-section {
    padding: 72px 0;
  }

  .context-heading {
    margin-bottom: 38px;
  }

  .context-heading h2,
  .context-intro h2,
  .context-consequences h2,
  .context-transmission h2 {
    font-size: 37px;
    line-height: 42px;
    letter-spacing: -0.3px;
  }

  .context-heading .offset-lg-1 p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 24px;
  }

  .context-intro {
    padding-top: 56px;
  }

  .context-intro__media,
  .context-intro__media img {
    min-height: 340px;
    height: 340px;
  }

  .context-intro__lead {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .context-timeline__track {
    gap: 12px;
  }

  .context-timeline__item,
  .context-timeline__item.is-active {
    width: 320px;
    flex-basis: 320px;
    transform: none;
  }

  .context-timeline__toggle {
    min-height: 236px;
    padding: 24px;
  }

  .context-timeline__toggle strong {
    font-size: 26px;
    line-height: 31px;
  }

  .context-timeline__detail {
    min-height: 0;
    padding: 22px;
  }

  .context-timeline__detail figure {
    position: relative;
    inset: auto;
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
  }

  .context-geography {
    padding-bottom: 64px;
  }

  .context-geography__experience {
    min-height: auto;
  }

  .context-map-stage {
    height: 540px;
  }

  .context-map-stage__top {
    height: 56px;
    padding: 0 14px;
  }

  .context-map-stage__top button {
    padding: 7px 9px;
    font-size: 10px;
  }

  .context-map-stage__svg-shell {
    height: 430px;
    padding: 20px;
  }

  .context-map-stage__legend {
    height: 54px;
    gap: 12px;
    padding: 0 14px;
    font-size: 9px;
  }

  .context-map-sheet {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1200;
    max-height: 78%;
    margin: 0;
    padding: 26px 20px calc(28px + env(safe-area-inset-bottom));
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    box-shadow: 0 -18px 56px rgba(9, 9, 9, 0.28);
    transform: translateY(105%);
  }

  .context-map-sheet.is-open {
    transform: translateY(0);
  }

  .context-map-sheet__close {
    display: block;
  }

  .context-map-sheet h3 {
    font-size: 31px;
    line-height: 36px;
  }

  .context-dimension-card__inner {
    min-height: 330px;
  }

  .context-consequences__media,
  .context-consequences__media img {
    min-height: 520px;
    height: 520px;
  }

  .context-consequences__data {
    padding: 56px 24px;
  }

  .context-consequences__facts strong {
    font-size: 34px;
    line-height: 39px;
  }

  .context-memory__filters button {
    min-width: 100%;
  }

  .context-memory__map,
  .context-memory__map-shell,
  .context-memory__map svg {
    min-height: 420px;
    height: 420px;
  }

  .context-memory__map svg {
    padding: 28px;
  }

  .context-memory__panel {
    padding: 30px 22px;
  }

  .context-memory__panel h3 {
    font-size: 35px;
    line-height: 40px;
  }

  .context-memory__panel figure {
    height: 220px;
  }

  .context-transmission {
    min-height: 760px;
    padding-top: 76px;
  }

  .context-transmission__media {
    object-position: 68% center;
  }

  .context-transmission__shade {
    background: rgba(9, 9, 9, 0.72);
  }

  .context-transmission__copy {
    padding-bottom: 48px;
  }

  .context-transmission__route a {
    min-height: 82px;
    padding: 14px 18px;
  }

  .context-transmission__route a strong {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 430px) {
  .context-map-stage {
    height: 480px;
  }

  .context-map-stage__svg-shell {
    height: 370px;
    padding: 14px;
  }

  .context-map-stage__legend {
    gap: 8px;
  }

  .context-map-stage__legend span {
    width: 100%;
  }

  .context-map-story__stops li {
    min-width: 196px;
  }

  .context-map-story__stops button {
    padding: 16px;
  }

  .context-map-story__stops button strong {
    font-size: 21px;
    line-height: 25px;
  }

  .context-memory__map,
  .context-memory__map-shell,
  .context-memory__map svg {
    min-height: 360px;
    height: 360px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .context-hero__atmosphere,
  .context-map-marker.is-active .context-map-marker__wave,
  .context-map-marker.is-active .context-map-marker__particle,
  .context-map-svg,
  .context-timeline__item,
  .context-dimension-card__inner > img,
  .context-map-sheet,
  .context-memory__map svg {
    animation: none !important;
    transition: none !important;
  }

  .context-map-svg,
  .context-map-stage__svg-shell.is-focused .context-map-svg,
  .context-timeline__item,
  .context-timeline__item.is-active,
  .context-dimension-card__inner > img,
  .context-dimension-card:hover .context-dimension-card__inner > img,
  .context-dimension-card.is-expanded .context-dimension-card__inner > img {
    transform: none !important;
  }
}
