:root {
  color-scheme: dark;
  --night: #03050a;
  --night-soft: #07101c;
  --paper: #f2efe7;
  --ink: #10131a;
  --snow: #f8f8f3;
  --ice: #73ddff;
  --violet: #9b7bff;
  --red: #ff453a;
  --green: #3ee39f;
  --gold: #ffc864;
  --muted: rgba(248, 248, 243, 0.66);
  --line: rgba(248, 248, 243, 0.2);
  --gutter: clamp(1.25rem, 4vw, 4.75rem);
  font-family: "Manrope", Arial, sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--night);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--snow);
  background: var(--night);
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  text-decoration: none;
}

button {
  border: 0;
}

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

:focus-visible {
  outline: 3px solid var(--ice);
  outline-offset: 5px;
}

::selection {
  color: var(--night);
  background: var(--ice);
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 1000;
  padding: 0.8rem 1.1rem;
  color: var(--night);
  background: var(--snow);
  font-weight: 700;
  transform: translateY(-180%);
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 5.5rem;
  padding: 0 var(--gutter);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  transition: min-height 300ms ease, background-color 300ms ease, backdrop-filter 300ms ease;
}

.site-header.is-scrolled {
  min-height: 4.4rem;
  background: rgba(3, 5, 10, 0.86);
  backdrop-filter: blur(18px);
}

.site-brand {
  display: grid;
  justify-self: start;
  align-content: center;
  min-height: 44px;
  line-height: 0.96;
  text-transform: uppercase;
}

.site-brand span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.site-brand strong {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2vw, 2.5rem);
}

.primary-nav a {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 44px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.primary-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.45rem;
  left: 0;
  height: 2px;
  background: var(--ice);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.primary-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.header-season {
  display: flex;
  justify-self: end;
  align-items: baseline;
  gap: 0.7rem;
  margin: 0;
  text-transform: uppercase;
}

.header-season strong {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
}

.header-season span {
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.menu-toggle {
  display: none;
}

.show-hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  background: var(--night);
}

.show-hero::before {
  content: "";
  position: absolute;
  z-index: -3;
  inset: 0;
  background:
    radial-gradient(circle at 78% 14%, rgba(64, 120, 255, 0.13), transparent 29%),
    linear-gradient(180deg, #050b16 0%, #03050a 100%);
}

.stage-shell {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -46%);
}

#show-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #020309;
}

.stage-poster,
.stage-vignette {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.stage-poster {
  z-index: 0;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.15);
  transform-origin: center;
}

.stage-vignette {
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(3, 5, 10, 0.46) 0%, rgba(3, 5, 10, 0.11) 30%, transparent 50%),
    linear-gradient(180deg, rgba(3, 5, 10, 0.38) 0%, transparent 29%, transparent 65%, rgba(3, 5, 10, 0.8) 100%);
}

.hero-lockup {
  position: absolute;
  z-index: 5;
  top: clamp(7.25rem, 13vh, 9.5rem);
  left: var(--gutter);
  width: min(70rem, 88vw);
  pointer-events: none;
}

.presenter {
  margin: 0 0 1.15rem;
  color: var(--snow);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(0.8rem, 1.05vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.4;
}

.presenter span {
  display: block;
  margin-top: 0.2rem;
}

.presenter strong {
  color: var(--ice);
  font-weight: 800;
}

.hero-lockup h1 {
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.noel-word {
  position: relative;
  display: block;
  width: max-content;
  max-width: 100%;
  color: var(--snow);
  font-size: clamp(7rem, 17vw, 17rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.78;
  text-shadow: 0 2px 18px rgba(2, 4, 12, 0.45);
}

.rapids-word {
  display: flex;
  align-items: baseline;
  gap: clamp(0.65rem, 1.2vw, 1.2rem);
  margin: 1.15rem 0 0 0.3rem;
  color: var(--ice);
  font-size: clamp(2rem, 5.7vw, 6rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 2px 12px rgba(2, 4, 12, 0.9);
}

.title-preposition {
  color: var(--snow);
  font-size: 0.34em;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
}

.show-console {
  position: absolute;
  z-index: 8;
  right: var(--gutter);
  bottom: clamp(2.1rem, 5vh, 4.5rem);
  left: var(--gutter);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(1.5rem, 3.8vw, 4.5rem);
}

.watch-show {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: start;
  width: clamp(13.5rem, 17vw, 17rem);
  min-height: 5.4rem;
  padding: 1rem 1.4rem 1rem 1.8rem;
  overflow: hidden;
  color: var(--night);
  background: var(--snow);
  border-left: 0.4rem solid var(--ice);
  cursor: pointer;
  text-align: left;
  transition: color 240ms ease, transform 350ms cubic-bezier(0.22, 1, 0.36, 1);
}

.watch-show::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--ice), #fff 42%, var(--violet));
  transform: translateX(-102%);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.watch-show:hover,
.watch-show:focus-visible {
  transform: translateX(0.4rem);
}

.watch-show:hover::before,
.watch-show:focus-visible::before {
  transform: translateX(0);
}

.watch-show span,
.watch-show strong,
.watch-show i {
  position: relative;
  z-index: 1;
}

.watch-show span {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.watch-show strong {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(1.8rem, 2.4vw, 2.45rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.85;
  text-transform: uppercase;
}

.watch-show i {
  width: 2.4rem;
  height: 1px;
  margin-top: 1rem;
  background: currentColor;
}

.watch-show i::after {
  content: "";
  position: absolute;
  top: -0.23rem;
  right: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.watch-caption {
  align-self: center;
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.86);
}

.watch-caption > span {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-note {
  position: absolute;
  z-index: 7;
  right: var(--gutter);
  top: 8rem;
  display: grid;
  justify-items: end;
  gap: 0.45rem;

}

.hero-note p {
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(1.2rem, 1.65vw, 1.7rem);
  font-style: italic;
}

.hero-note a,
.text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 44px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-note a::after,
.text-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.3rem;
  left: 0;
  height: 1px;
  background: currentColor;
  transform-origin: left;
  transition: transform 220ms ease;
}

.hero-note a:hover::after,
.text-link:hover::after {
  transform: scaleX(0.3);
}

.scroll-invitation {
  display: inline-flex;
  align-self: center;
  justify-self: end;
  align-items: center;
  gap: 0.85rem;
  min-height: 3rem;
  padding: 0.5rem 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 180ms ease;
}

.scroll-invitation svg {
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 auto;
  stroke: var(--ice);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms ease;
}

.scroll-invitation:hover,
.scroll-invitation:focus-visible {
  color: var(--snow);
}

.scroll-invitation:hover svg,
.scroll-invitation:focus-visible svg {
  transform: translateY(3px);
}

.section-label {
  margin: 0;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.story {
  position: relative;
  padding: clamp(7rem, 13vw, 13rem) var(--gutter) clamp(8rem, 13vw, 14rem);
  color: var(--ink);
  background: var(--paper);
}

.story::before {
  content: "";
  position: absolute;
  top: 0;
  right: var(--gutter);
  width: 24vw;
  height: 0.7rem;
  background: linear-gradient(90deg, var(--red), var(--violet), var(--ice));
}

.story-opening {
  display: grid;
  grid-template-columns: minmax(8rem, 0.7fr) minmax(30rem, 2.2fr) minmax(16rem, 0.9fr);
  align-items: end;
  gap: clamp(2rem, 4vw, 5rem);
  max-width: 100rem;
  margin: 0 auto clamp(8rem, 13vw, 14rem);
}

.story-opening .section-label {
  align-self: start;
  padding-top: 1.2rem;
}

.story-opening :is(h1, h2),
.finale :is(h1, h2),
.visit :is(h1, h2) {
  margin: 0;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(4.7rem, 9vw, 10rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.78;
  text-transform: uppercase;
}

.story-opening :is(h1, h2) em,
.visit :is(h1, h2) em {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: none;
}

.story-intro {
  margin: 0 0 0.5rem;
  font-size: clamp(1rem, 1.35vw, 1.28rem);
  line-height: 1.75;
}

.story-journey {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.year-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  max-width: 100rem;
  margin: 0 auto 2rem;
}

.year-nav a {
  display: grid;
  align-items: center;
  min-height: 44px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-bottom: 1px solid currentColor;
}

.journey-stop {
  scroll-margin-top: 5.5rem;
  position: relative;
  display: grid;
  grid-template-columns: minmax(16rem, 0.9fr) minmax(25rem, 1.35fr);
  gap: clamp(2rem, 7vw, 9rem);
  min-height: clamp(28rem, 46vw, 46rem);
  padding: clamp(4rem, 8vw, 8rem) 0;
  border-top: 2px solid var(--ink);
}

.journey-stop time {
  color: transparent;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(8rem, 19vw, 20rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.64;
  -webkit-text-stroke: 2px var(--ink);
}

.journey-stop > div {
  align-self: center;
  max-width: 36rem;
}

.journey-place {
  margin: 0 0 1rem;
  color: #555862;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.journey-stop h3 {
  max-width: 10ch;
  margin: 0 0 1.5rem;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(3.1rem, 6vw, 6.8rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.85;
  text-transform: uppercase;
}

.journey-copy > p:not(.journey-place) {
  max-width: 35rem;
  margin: 0 0 1rem;
  color: #373b44;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.75;
}

.archive-source {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 44px;
  margin-top: 0.7rem;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.origin-quote {
  margin: 2rem 0 0;
  padding: 1.5rem 0 0;
  border-top: 1px solid rgba(16, 19, 26, 0.25);
}

.origin-quote p {
  margin: 0 0 1rem;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  line-height: 1.12;
}

.origin-quote cite {
  color: #555862;
  font-size: 0.7rem;
  font-style: normal;
}

.journey-photo {
  grid-column: 1 / -1;
  margin: 0;
  min-width: 0;
}

.journey-photo > a {
  display: block;
  background: var(--night);
}

.journey-photo img {
  width: 100%;
  height: auto;
}

.journey-photo figcaption {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem 2rem;
  padding-top: 1rem;
  color: #555862;
  font-size: 0.7rem;
  line-height: 1.6;
}

.journey-photo figcaption a {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.journey-stop:nth-child(even) time {
  color: var(--ink);
  -webkit-text-stroke: 0;
}

.journey-next {
  color: var(--snow);
  background: var(--ink);
  margin-inline: calc(var(--gutter) * -1);
  padding-inline: var(--gutter);
  border-top-color: var(--ink);
}

.journey-next time {
  -webkit-text-stroke-color: var(--ice);
}

.journey-next .journey-place,
.journey-next .journey-copy > p:not(.journey-place) {
  color: rgba(255, 255, 255, 0.68);
}

.story-thanks {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
  gap: clamp(2rem, 7vw, 9rem);
  max-width: 100rem;
  margin: clamp(5rem, 9vw, 9rem) auto 0;
  scroll-margin-top: 7rem;
}

.story-thanks .section-label {
  margin-bottom: 1.6rem;
}

.story-thanks h3 {
  max-width: 11ch;
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(3rem, 5.5vw, 5.5rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
}

.thanks-copy {
  max-width: 36rem;
  color: #373b44;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.75;
}

.thanks-copy p {
  margin: 0 0 1.5rem;
}

.thanks-copy strong {
  color: var(--ink);
}

.thanks-copy .thanks-signature {
  margin: 2rem 0 0;
  color: var(--ink);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 1.6rem;
  line-height: 1.3;
}

.community-work {
  padding: clamp(5rem, 8vw, 9rem) var(--gutter);
  border-top: 1px solid rgba(16, 19, 26, 0.2);
  color: var(--ink);
  background: var(--paper);
  scroll-margin-top: 4.4rem;
}

.community-work-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: start;
  gap: clamp(3rem, 7vw, 8rem);
  max-width: 100rem;
  margin: 0 auto;
}

.community-work-intro .section-label {
  margin-bottom: 2rem;
}

.community-work :is(h1, h2) {
  margin: 0 0 2rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(3rem, 5.8vw, 6rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.community-work :is(h1, h2) em {
  color: #285869;
  font-style: normal;
}

.community-work-intro > p:not(.section-label) {
  max-width: 33rem;
  margin: 0 0 1.5rem;
  color: #373b44;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.8;
}

.community-work-intro .community-work-purpose {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(16, 19, 26, 0.2);
}

.community-work-purpose strong {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--ink);
}

.community-projects {
  padding: 0;
  margin: 0;
  list-style: none;
}

.community-project {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.8rem 0;
  border-top: 1px solid rgba(16, 19, 26, 0.25);
}

.community-project:last-child {
  border-bottom: 1px solid rgba(16, 19, 26, 0.25);
}

.project-number {
  color: #285869;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.project-discipline {
  margin: 0 0 0.8rem;
  color: #285869;
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.community-project h3 {
  margin: 0 0 0.8rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.045em;
}

.community-project cite {
  font-style: normal;
}

.community-project div > p:last-child {
  max-width: 33rem;
  margin: 0;
  color: #373b44;
  font-size: 0.95rem;
  line-height: 1.75;
}

.finale {
  position: relative;
  min-height: 100svh;
  padding: clamp(7rem, 11vw, 12rem) var(--gutter) clamp(8rem, 12vw, 13rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 81% 30%, rgba(110, 78, 255, 0.23), transparent 27%),
    radial-gradient(circle at 17% 86%, rgba(255, 45, 87, 0.18), transparent 31%),
    #05060d;
}

.finale::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.27;
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 5rem 5rem;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}

.finale > * {
  position: relative;
  z-index: 2;
}

.finale .section-label {
  color: var(--ice);
}

.finale-layout {
  display: grid;
  grid-template-columns: minmax(28rem, 1.45fr) minmax(20rem, 0.65fr);
  align-items: end;
  gap: clamp(4rem, 10vw, 13rem);
  max-width: 100rem;
  min-height: 65vh;
  margin: 0 auto;
}

.finale :is(h1, h2) {
  font-size: clamp(6.5rem, 14vw, 15rem);
}

.finale :is(h1, h2) em {
  color: var(--ice);
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  text-transform: none;
}

.finale-copy {
  max-width: 32rem;
  padding-bottom: clamp(0rem, 5vw, 5rem);
}

.finale-lede {
  margin: 0 0 1.6rem;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 3.7rem);
  line-height: 1.06;
}

.finale-lede cite {
  color: var(--ice);
  font-style: italic;
}

.finale-copy > p:not(.finale-lede) {
  margin: 0 0 2rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.75;
}

.noel-film {
  max-width: 60rem;
  margin: clamp(4rem, 8vw, 8rem) auto 0;
  scroll-margin-top: 6rem;
}

.noel-film-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.noel-film-heading h3 {
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.8rem);
  font-weight: 700;
  letter-spacing: -0.035em;
}

.noel-film-heading > span {
  flex-shrink: 0;
  color: var(--muted);
  font-size: 0.7rem;
}

.noel-film video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  background: #000;
}

.noel-film figcaption {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem 2rem;
  padding-top: 1rem;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.7;
}

.noel-film figcaption a {
  color: var(--snow);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.finale-echo {
  position: absolute;
  z-index: 0;
  right: -0.08em;
  bottom: -0.21em;
  margin: 0;
  color: rgba(255, 255, 255, 0.025);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(18rem, 44vw, 48rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.65;
}

.finale-signal {
  position: absolute;
  top: clamp(6rem, 9vw, 9rem);
  right: var(--gutter);
  width: clamp(5rem, 8vw, 8rem);
  aspect-ratio: 1;
  transform: rotate(45deg);
}

.finale-signal span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: var(--ice);
  transform-origin: center;
}

.finale-signal span:nth-child(2) { transform: rotate(45deg); }
.finale-signal span:nth-child(3) { transform: rotate(90deg); }
.finale-signal span:nth-child(4) { transform: rotate(135deg); }

.visit {
  padding: clamp(7rem, 12vw, 13rem) var(--gutter) clamp(6rem, 10vw, 10rem);
  color: var(--ink);
  background: var(--ice);
}

.visit-heading {
  display: grid;
  grid-template-columns: minmax(9rem, 0.48fr) minmax(30rem, 1.5fr);
  gap: clamp(2rem, 6vw, 8rem);
  max-width: 100rem;
  margin: 0 auto clamp(7rem, 12vw, 12rem);
}

.visit :is(h1, h2) {
  font-size: clamp(6rem, 12.5vw, 13rem);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.show-schedule {
  max-width: 100rem;
  margin: 0 auto clamp(4rem, 7vw, 7rem);
  scroll-margin-top: 6rem;
}

.calendar-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  gap: 1.5rem 3rem;
  margin-bottom: 2rem;
}

.calendar-heading .section-label {
  margin-bottom: 0.8rem;
}

.calendar-heading h3 {
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(2rem, 4.5vw, 4.5rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.055em;
}

.calendar-hours {
  text-align: right;
}

.calendar-hours strong {
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  line-height: 1.2;
}

.calendar-hours p {
  margin: 0.5rem 0 0;
  font-size: 0.8rem;
  line-height: 1.65;
}

.show-calendar {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0.35rem;
}

.show-calendar th {
  padding: 0 0 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.show-calendar abbr {
  text-decoration: none;
}

.show-calendar td {
  padding: 0;
  vertical-align: top;
  border: 1px solid rgba(16, 19, 26, 0.18);
}

.show-calendar .calendar-empty {
  border-color: transparent;
}

.calendar-day {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: clamp(5.4rem, 9vw, 8rem);
  padding: 0.6rem 0.2rem;
}

.calendar-day time {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(1.4rem, 2.6vw, 2.4rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.calendar-status {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
}

.show-calendar .show-night {
  color: var(--snow);
  background: var(--ink);
  border-color: var(--ink);
}

.no-show-night {
  color: #31414e;
}

.show-calendar .final-night {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--ink);
}

.calendar-finale {
  margin-top: 0.35rem;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.calendar-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  padding: 1.1rem 0.35rem 0;
  font-size: 0.8rem;
  line-height: 1.6;
}

.calendar-key {
  display: flex;
  gap: 1.3rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.calendar-key li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.calendar-key span {
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid var(--ink);
}

.key-show { background: var(--ink); }
.key-finale { background: var(--paper); }

.calendar-footer p {
  margin: 0;
}

.visit-details {
  max-width: 100rem;
  margin: 0 auto;
  border-top: 2px solid var(--ink);
}

.visit-details > div {
  display: grid;
  grid-template-columns: minmax(10rem, 0.75fr) 1.5fr;
  align-items: baseline;
  min-height: clamp(7.5rem, 12vw, 11rem);
  padding: 1.4rem 0;
  border-bottom: 2px solid var(--ink);
}

.visit-details > div > span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.visit-details strong {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(3rem, 6.2vw, 6.6rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.8;
  text-transform: uppercase;
}

.visit-value {
  min-width: 0;
}

.visit-value > strong {
  display: block;
}

.visit-value p,
.visit-value address {
  margin: 1rem 0 0;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-style: normal;
  line-height: 1.6;
}

.visit-value .visit-note {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}

.visit-directions {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 44px;
  margin-top: 0.65rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.visit-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  align-items: start;
  gap: clamp(2rem, 6vw, 6rem);
  max-width: 100rem;
  margin: clamp(5rem, 9vw, 9rem) auto 0;
  scroll-margin-top: 7rem;
}

.visit-actions .section-label {
  margin: 0 0 1.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.visit-actions h3 {
  max-width: 12ch;
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 4.5rem);
  font-weight: 400;
  line-height: 1;
}

.support-copy {
  max-width: 38rem;
}

.city-partner {
  max-width: 28rem;
  margin-top: 3rem;
  padding-top: 1.7rem;
  border-top: 1px solid rgba(16, 19, 26, 0.4);
}

.city-partner h4 {
  margin: 0 0 1rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(1.4rem, 2.5vw, 2.5rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.city-partner > p:not(.section-label) {
  margin: 0;
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  line-height: 1.75;
}

.support-copy p {
  margin: 0 0 1.5rem;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.75;
}

.support-copy .partner-link {
  width: 100%;
  max-width: 28rem;
  margin-top: 2.2rem;
}

.support-thanks-link {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 44px;
  margin: 0 0 1.5rem;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.partner-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: clamp(16rem, 27vw, 27rem);
  min-height: 5.4rem;
  padding: 1.2rem 1.5rem;
  color: var(--snow);
  background: var(--ink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 240ms ease, background-color 240ms ease, transform 240ms ease;
}

.partner-link:hover,
.partner-link:focus-visible {
  color: var(--ink);
  background: var(--snow);
  transform: translateY(-0.3rem);
}

.partner-link i {
  font-size: 1.3rem;
  font-style: normal;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  align-items: end;
  gap: 3rem;
  padding: clamp(4rem, 7vw, 7rem) var(--gutter);
  background: var(--night);
}

.footer-mark {
  display: inline-grid;
  justify-self: start;
}

.footer-mark strong {
  color: var(--snow);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(4rem, 7vw, 7rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.9;
  text-transform: uppercase;
}

.footer-mark span {
  margin-top: 0.7rem;
  color: var(--ice);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.7rem;
  line-height: 1.7;
}

.footer-details > a {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.7;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.thanks-page .site-header {
  background: rgba(3, 5, 10, 0.94);
}

.gratitude-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: center;
  gap: clamp(3rem, 6vw, 7rem);
  max-width: 110rem;
  margin: 0 auto;
  padding: clamp(10rem, 14vw, 15rem) var(--gutter) clamp(5rem, 8vw, 9rem);
}

.gratitude-hero .section-label {
  color: var(--ice);
  margin-bottom: 2rem;
}

.gratitude-hero h1 {
  margin: 0 0 2rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(3rem, 6.1vw, 6.5rem);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.06em;
}

.gratitude-hero h1 span {
  color: var(--ice);
}

.gratitude-hero-copy > p:not(.section-label) {
  max-width: 35rem;
  margin: 0 0 2rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.8;
}

.gratitude-photo {
  margin: 0;
}

.gratitude-photo > div {
  overflow: hidden;
}

.gratitude-photo img {
  width: 100%;
  height: auto;
  transform: scale(1.15);
}

.gratitude-photo figcaption {
  padding-top: 1.25rem;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.7;
}

.gratitude-partner {
  padding: clamp(4rem, 7vw, 8rem) var(--gutter);
  border-top: 1px solid var(--line);
  background: var(--night-soft);
  scroll-margin-top: 4.4rem;
}

.gratitude-partner-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 6rem);
  max-width: 100rem;
  margin: 0 auto;
}

.gratitude-partner .section-label {
  color: var(--ice);
  line-height: 1.7;
  padding-top: 1rem;
}

.gratitude-partner h2 {
  margin: 0 0 1.8rem;
  color: var(--ice);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(2.7rem, 5.6vw, 6rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.06em;
}

.gratitude-partner-layout > div > p {
  max-width: 42rem;
  margin: 0 0 1.5rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}

.gratitude-partner-layout > div > .gratitude-partner-lede {
  color: var(--snow);
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 600;
  line-height: 1.5;
}

.gratitude-contributors {
  padding: clamp(5rem, 8vw, 9rem) var(--gutter);
  color: var(--ink);
  background: var(--paper);
}

.contributors-heading,
.contributor-list,
.volunteer-thanks {
  max-width: 100rem;
  margin-inline: auto;
}

.contributors-heading .section-label {
  margin-bottom: 1.8rem;
}

.contributors-heading h2,
.gratitude-invitation h2 {
  max-width: 18ch;
  margin: 0 0 1.5rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(2.5rem, 4.5vw, 4.5rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.06em;
}

.contributors-heading > p:last-child {
  max-width: 38rem;
  margin: 0;
  color: #373b44;
  font-size: 1.05rem;
  line-height: 1.8;
}

.contributor-list {
  margin-block: 3rem 0;
  padding: 0;
  list-style: none;
}

.contributor-entry,
.volunteer-thanks {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 6rem);
  padding: 3rem 0;
  border-top: 1px solid rgba(16, 19, 26, 0.25);
}

.contributor-entry h3 {
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.2;
}

.contributor-entry p,
.volunteer-thanks p {
  max-width: 37rem;
  margin: 0;
  color: #373b44;
  font-size: 1rem;
  line-height: 1.8;
}

.volunteer-thanks {
  padding-bottom: 0;
}

.volunteer-thanks h3 {
  max-width: 13ch;
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.volunteer-thanks .gratitude-signature {
  margin-top: 2rem;
  color: var(--ink);
  font-weight: 600;
}

.gratitude-invitation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 6rem);
  padding: clamp(4rem, 7vw, 8rem) var(--gutter);
  color: var(--ink);
  background: var(--ice);
}

.gratitude-invitation .section-label {
  margin-bottom: 1.8rem;
}

.gratitude-invitation > div > p:not(.section-label) {
  max-width: 37rem;
  margin: 0 0 2rem;
  font-size: 1rem;
  line-height: 1.8;
}

.gratitude-invitation .partner-link {
  width: 100%;
  max-width: 28rem;
  margin-bottom: 1.5rem;
}

.gratitude-invitation .support-thanks-link {
  margin: 0;
}

.gratitude-invitation :focus-visible,
.visit .support-thanks-link:focus-visible {
  outline-color: var(--ink);
}

.content-page .site-header {
  background: rgba(3, 5, 10, 0.94);
}

.content-page main > section:first-child {
  padding-top: clamp(8.5rem, 12vw, 12rem);
}

.story-page .story-opening {
  margin-bottom: clamp(3rem, 5vw, 5rem);
}

.visit-page .visit-heading {
  margin-bottom: clamp(3rem, 5vw, 5rem);
}

.visit-page .visit h1 {
  font-size: clamp(4rem, 8vw, 8rem);
}

.noel-page .finale {
  min-height: auto;
}

.noel-page .finale-layout {
  min-height: 0;
  margin-top: 3.5rem;
}

.noel-page .finale-copy {
  padding-bottom: 0;
}

.content-page [id] {
  scroll-margin-top: 6rem;
}

.gratitude-support {
  padding: clamp(4rem, 7vw, 8rem) var(--gutter);
  color: var(--ink);
  background: var(--ice);
}

.gratitude-support .visit-actions {
  margin-top: 0;
}

.home-visit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(3rem, 8vw, 9rem);
  padding: clamp(3.5rem, 6vw, 6rem) var(--gutter);
  color: var(--ink);
  background: var(--ice);
}

.home-visit .section-label {
  margin-bottom: 1.8rem;
  line-height: 1.7;
}

.home-visit h2,
.home-discover h2 {
  margin: 0 0 1.5rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(2.4rem, 4.4vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1.08;
}

.home-visit p:not(.section-label):not(.home-hours),
.home-visit address {
  max-width: 33rem;
  margin: 0 0 1.4rem;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.8;
}

.home-visit .home-hours {
  margin: 0 0 1rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.1;
}

.home-visit .partner-link {
  width: 100%;
  max-width: 30rem;
}

.home-visit :focus-visible,
.home-discover :focus-visible,
.gratitude-support :focus-visible {
  outline-color: var(--ink);
}

.home-discover {
  padding: clamp(3.5rem, 6vw, 6rem) var(--gutter);
  color: var(--ink);
  background: var(--paper);
}

.home-discover-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.5fr) minmax(0, 1fr);
  align-items: start;
  gap: 3rem;
  margin-bottom: 2rem;
}

.home-discover-heading .section-label {
  padding-top: 0.5rem;
}

.home-page-links > a {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 0.95fr) minmax(0, 1fr) 2rem;
  gap: 2rem;
  align-items: center;
  padding: 1.8rem 0;
  border-top: 1px solid rgba(16, 19, 26, 0.25);
}

.home-link-number {
  color: #285869;
  font-size: 0.75rem;
  font-weight: 700;
}

.home-page-links h3 {
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.home-page-links p {
  max-width: 37rem;
  margin: 0;
  color: #373b44;
  font-size: 0.9rem;
  line-height: 1.75;
}

.home-link-arrow {
  justify-self: end;
  font-size: 1.75rem;
  transition: transform 180ms ease;
}

.home-page-links a:hover .home-link-arrow {
  transform: translate(3px, -3px);
}

.has-js .reveal {
  opacity: 0;
  transform: translateY(3.5rem);
  transition: opacity 800ms ease, transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.has-js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Anchor targets stay in place while their content fades into view. */
.has-js .reveal[id] {
  transform: none;
}

@media (max-width: 1000px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .header-season {
    display: none;
  }

  .primary-nav {
    justify-self: end;
    gap: 1rem;
  }

  .primary-nav a {
    font-size: 0.61rem;
    letter-spacing: 0.06em;
  }

  .hero-note {
    display: none;
  }

  .story-opening {
    grid-template-columns: 1fr 2.3fr;
  }

  .story-intro {
    grid-column: 2;
    max-width: 40rem;
  }

  .journey-stop {
    grid-template-columns: minmax(12rem, 0.7fr) minmax(20rem, 1.3fr);
  }

  .finale-layout {
    grid-template-columns: 1.4fr 0.8fr;
    gap: 3rem;
  }
}

@media (max-width: 760px) {
  :root {
    --gutter: 1.25rem;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 4.7rem;
  }

  .menu-toggle {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    min-width: 4.5rem;
    min-height: 44px;
    padding: 0;
    background: transparent;
    cursor: pointer;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }

  .menu-toggle i,
  .menu-toggle i::after {
    display: block;
    width: 1.1rem;
    height: 1px;
    background: currentColor;
    transition: transform 220ms ease;
  }

  .menu-toggle i::after {
    content: "";
    transform: translateY(0.35rem);
  }

  .menu-toggle[aria-expanded="true"] i {
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] i::after {
    transform: rotate(90deg);
  }

  .primary-nav {
    position: fixed;
    inset: 0;
    z-index: 1;
    display: grid;
    width: 100%;
    height: 100svh;
    justify-self: stretch;
    overflow-y: auto;
    align-content: start;
    justify-items: start;
    gap: 0;
    padding: 6rem var(--gutter) 3rem;
    background: rgba(3, 5, 10, 0.97);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1rem);
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms;
  }

  .primary-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .menu-open .site-header {
    backdrop-filter: none;
  }

  .primary-nav a {
    justify-content: start;
    min-height: clamp(3.25rem, 8.5svh, 4.7rem);
    font-family: "Barlow Condensed", Impact, sans-serif;
    font-size: clamp(1.9rem, 10vw, 2.7rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    text-transform: uppercase;
  }

  .show-hero {
    min-height: max(52rem, 100svh);
  }

  .stage-shell {
    top: 32%;
    transform: translate(-50%, 0);
  }

  #show-stage {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .stage-vignette {
    background: linear-gradient(180deg, rgba(3, 5, 10, 0.12), transparent 52%, rgba(3, 5, 10, 0.64));
  }

  .hero-lockup {
    top: 6.5rem;
    width: calc(100% - 2 * var(--gutter));
  }

  .presenter {
    font-size: 0.75rem;
    margin-bottom: 1rem;
  }

  .noel-word {
    font-size: clamp(6.4rem, 29vw, 10.5rem);
  }

  .rapids-word {
    margin-top: 0.8rem;
    margin-left: 0.2rem;
    gap: 0.7rem;
    font-size: clamp(2rem, 9vw, 3.2rem);
  }

  .show-console {
    right: var(--gutter);
    bottom: 4rem;
    left: var(--gutter);
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 1.25rem 1.4rem;
  }

  .watch-show {
    width: 10.2rem;
    min-height: 4.8rem;
    padding: 0.8rem 0.9rem 0.8rem 1.15rem;
  }

  .watch-show strong {
    font-size: 1.75rem;
  }

  .watch-caption {
    max-width: 14rem;
    font-size: 0.7rem;
  }

  .watch-caption > span {
    font-size: 0.58rem;
  }

  .scroll-invitation {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .story {
    padding-top: 6rem;
    padding-bottom: 7rem;
  }

  .story::before {
    right: var(--gutter);
    width: 42vw;
    height: 0.45rem;
  }

  .story-opening {
    display: block;
    margin-bottom: 7rem;
  }

  .story-opening .section-label {
    margin-bottom: 2.5rem;
  }

  .story-opening :is(h1, h2),
  .finale :is(h1, h2),
  .visit :is(h1, h2) {
    font-size: clamp(4.15rem, 19vw, 6.3rem);
  }

  .story-intro {
    max-width: 33rem;
    margin-top: 2.5rem;
  }

  .journey-stop {
    display: block;
    min-height: 0;
    padding: 5rem 0 6rem;
  }

  .journey-stop time {
    display: block;
    margin-bottom: 3.5rem;
    font-size: clamp(8rem, 40vw, 13rem);
  }

  .journey-stop h3 {
    font-size: clamp(3.2rem, 15vw, 5rem);
  }

  .journey-photo {
    margin-top: 2.5rem;
  }

  .journey-photo figcaption {
    flex-direction: column;
  }

  .journey-next {
    margin-inline: calc(var(--gutter) * -1);
    padding-inline: var(--gutter);
  }

  .story-thanks {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.5rem;
  }

  .community-work-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.5rem;
  }

  .community-work :is(h1, h2) {
    font-size: clamp(2.9rem, 12.5vw, 5rem);
  }

  .community-project {
    grid-template-columns: 1.4rem minmax(0, 1fr);
    gap: 1rem;
  }

  .finale {
    min-height: auto;
    padding-top: 6rem;
    padding-bottom: 9rem;
  }

  .finale-layout {
    display: block;
    min-height: 0;
    margin-top: 5rem;
  }

  .finale :is(h1, h2) {
    font-size: clamp(6rem, 27vw, 9rem);
  }

  .finale-copy {
    margin-top: 5rem;
    padding: 0;
  }

  .finale-signal {
    top: 5.4rem;
    width: 4rem;
  }

  .visit {
    padding-top: 6rem;
  }

  .visit-heading {
    display: block;
    margin-bottom: 6rem;
  }

  .visit-heading .section-label {
    margin-bottom: 2.5rem;
  }

  .calendar-hours {
    text-align: left;
  }

  .show-calendar {
    border-spacing: 0.16rem;
  }

  .show-calendar th {
    font-size: 0.6rem;
    letter-spacing: 0;
  }

  .calendar-day {
    min-height: 5rem;
    padding-inline: 0;
  }

  .calendar-day time {
    font-size: 1.35rem;
  }

  .calendar-status {
    font-size: 0.67rem;
  }

  .calendar-finale {
    font-size: 0.55rem;
    letter-spacing: 0.02em;
  }

  .visit :is(h1, h2) {
    font-size: clamp(5rem, 24vw, 8rem);
  }

  .visit-details > div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    min-height: 0;
    padding: 2rem 0 2.3rem;
  }

  .visit-details strong {
    font-size: clamp(3rem, 15vw, 5rem);
  }

  .visit-actions {
    display: block;
    margin-top: 5rem;
  }

  .support-copy {
    margin-top: 2.5rem;
  }

  .partner-link {
    width: 100%;
    margin-top: 3rem;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .gratitude-hero {
    grid-template-columns: minmax(0, 1fr);
    padding-top: 8rem;
    gap: 3rem;
  }

  .gratitude-hero h1 {
    font-size: clamp(3rem, 11.5vw, 5.5rem);
  }

  .gratitude-partner-layout,
  .contributor-entry,
  .volunteer-thanks,
  .gratitude-invitation {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }

  .gratitude-partner .section-label {
    padding-top: 0;
  }

  .gratitude-partner h2 {
    font-size: clamp(2.5rem, 11vw, 4rem);
  }

  .gratitude-invitation h2 {
    margin-bottom: 0;
  }

  .home-visit,
  .home-discover-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }

  .home-page-links > a {
    grid-template-columns: minmax(0, 1fr) 2rem;
    gap: 0.8rem 1rem;
  }

  .home-link-number {
    display: none;
  }

  .home-page-links p {
    grid-column: 1;
  }

  .home-link-arrow {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .story-page .journey-stop {
    padding-block: 3.5rem;
  }

  .story-page .journey-stop time {
    font-size: clamp(7rem, 34vw, 9rem);
    margin-bottom: 2rem;
  }

  .footer-mark {
    grid-column: 1 / -1;
    margin-bottom: 2rem;
  }
}

@media (max-width: 420px) {
  .show-hero {
    min-height: 50rem;
  }

  .stage-shell {
    top: 31%;
  }

  .show-console {
    bottom: 3rem;
  }

  .watch-show {
    width: 9.4rem;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-mark {
    grid-column: auto;
  }
}

/* Real photographs stay grouped with the chapter or project they document. */
.photo-gallery {
  min-width: 0;
  scroll-margin-top: 6rem;
}

.chapter-gallery {
  grid-column: 1 / -1;
}

.community-gallery {
  max-width: 100rem;
  margin: clamp(4rem, 8vw, 8rem) auto 0;
}

.photo-gallery-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: 1.5rem 3rem;
  padding-top: 2rem;
  margin-bottom: 2rem;
  border-top: 1px solid rgba(16, 19, 26, 0.25);
}

.photo-gallery-heading .section-label {
  margin: 0 0 1rem;
}

.photo-gallery-heading :is(h2, h4) {
  max-width: 22ch;
  margin: 0;
  color: var(--ink);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(1.65rem, 2.8vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.16;
}

.photo-gallery-heading > p {
  max-width: 30rem;
  margin: 0;
  color: #555862;
  font-size: 0.9rem;
  line-height: 1.7;
}

.photo-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem 1.4rem;
}

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

.photo-gallery-grid figure {
  min-width: 0;
  margin: 0;
}

.photo-gallery-grid figure > a {
  display: block;
  overflow: hidden;
  background: var(--night);
}

.photo-gallery-grid img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 450ms ease;
}

.photo-gallery-pair img {
  aspect-ratio: 3 / 2;
}

.photo-gallery-portrait img {
  object-fit: contain;
}

.photo-gallery-grid a:is(:hover, :focus-visible) img {
  transform: scale(1.025);
}

.photo-gallery-grid figcaption {
  display: grid;
  gap: 0.35rem;
  padding-top: 0.85rem;
  color: #373b44;
  font-size: 0.78rem;
  line-height: 1.55;
}

.photo-gallery-grid .photo-date {
  color: #666a73;
  font-size: 0.69rem;
}

@media (min-width: 621px) and (max-width: 1000px) {
  .photo-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .photo-gallery-heading,
  .photo-gallery-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .photo-gallery-heading :is(h2, h4) {
    font-size: 1.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .has-js .reveal {
    opacity: 1;
    transform: none;
  }
}
