:root {
  --red: #b72d20;
  --red-dark: #872016;
  --blue: #0c4f93;
  --blue-dark: #073867;
  --cream: #f2e5c6;
  --paper: #fff4d9;
  --ink: #21170f;
  --muted-ink: #5b4939;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Inter", Arial, sans-serif;
  --mono: "IBM Plex Mono", Consolas, monospace;
  --page-pad: clamp(1rem, 4.2vw, 5rem);
  --border: 3px solid var(--ink);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--body);
  font-size: 17px;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 30;
  pointer-events: none;
  content: "";
  opacity: 0.075;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

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

img {
  width: 100%;
  height: auto;
}

a {
  color: inherit;
}

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

button {
  font: inherit;
}

::selection {
  color: var(--cream);
  background: var(--blue);
}

.skip-link {
  position: fixed;
  top: -5rem;
  left: 1rem;
  z-index: 100;
  padding: 0.7rem 0.9rem;
  color: var(--ink);
  background: var(--paper);
  border: 2px solid var(--ink);
  font: 700 0.7rem/1 var(--mono);
  text-decoration: none;
}

.skip-link:focus {
  top: 1rem;
}

.story-red {
  color: var(--paper);
  background: var(--red);
}

.story-blue {
  color: var(--paper);
  background: var(--blue);
}

.story-cream {
  color: var(--ink);
  background: var(--cream);
}

.story-panel {
  position: relative;
  padding: clamp(5rem, 10vw, 10rem) var(--page-pad);
}

.eyebrow {
  margin: 0 0 1rem;
  font: 700 clamp(0.62rem, 0.86vw, 0.78rem)/1.45 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.red-ink {
  color: var(--red-dark);
}

.lead {
  max-width: 39rem;
  margin: 0;
  font-size: clamp(1.12rem, 1.8vw, 1.55rem);
  font-weight: 650;
  line-height: 1.42;
  text-wrap: balance;
}

.light {
  color: var(--paper);
}

.punchline {
  max-width: 35rem;
  margin: 1.2rem 0 0;
  font: 800 clamp(1.08rem, 1.65vw, 1.45rem)/1.28 var(--body);
  letter-spacing: 0.005em;
  text-transform: uppercase;
  text-wrap: balance;
}

.title-lines,
.hero-title {
  margin: 0;
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: -0.012em;
  line-height: 0.94;
  text-transform: uppercase;
  text-wrap: balance;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.title-lines {
  font-size: clamp(3.5rem, 8vw, 8.8rem);
}

.title-lines > span,
.hero-title > span {
  display: block;
  white-space: nowrap;
}

.section-index {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: clamp(2rem, 5vw, 4.5rem);
  font-family: var(--mono);
  font-weight: 700;
  text-transform: uppercase;
}

.section-index::after {
  width: min(220px, 22vw);
  height: 2px;
  content: "";
  background: currentColor;
}

.section-index span {
  display: grid;
  width: 42px;
  aspect-ratio: 1;
  place-items: center;
  color: var(--paper);
  background: var(--red);
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  font-size: 0.75rem;
}

.section-index p {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.light-index span {
  color: var(--ink);
  background: var(--paper);
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.05rem;
  border: var(--border);
  box-shadow: 5px 5px 0 var(--ink);
  font: 700 0.7rem/1.1 var(--mono);
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translate(3px, 3px);
  box-shadow: 2px 2px 0 var(--ink);
}

.button-cream {
  color: var(--ink);
  background: var(--paper);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  min-height: 64px;
  align-items: center;
  padding: 0.6rem var(--page-pad);
  color: var(--ink);
  background: rgba(242, 229, 198, 0.96);
  border-bottom: 2px solid var(--ink);
  backdrop-filter: blur(10px);
}

.wordmark {
  font: 800 clamp(1.25rem, 2.1vw, 1.8rem)/1 var(--display);
  letter-spacing: -0.012em;
  text-decoration: none;
}

.wordmark span {
  color: var(--red);
}

.site-header nav {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 3vw, 3rem);
}

.site-header nav a,
.header-action {
  font: 700 clamp(0.6rem, 0.9vw, 0.72rem)/1 var(--mono);
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-header nav a {
  padding-block: 0.35rem;
  border-bottom: 1px solid transparent;
}

.site-header nav a:hover {
  border-color: currentColor;
}

.header-action {
  padding: 0.65rem 0.75rem;
  border: 2px solid var(--ink);
  box-shadow: 3px 3px 0 var(--red);
  transform: rotate(0.6deg);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
  height: clamp(680px, calc(100svh - 64px), 860px);
  min-height: 0;
  padding: 0;
  overflow: hidden;
}

.hero-media {
  position: relative;
  height: 100%;
  min-height: 0;
  background: var(--red-dark);
  clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%);
}

.hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.98) contrast(1.03);
}

.evidence-tag {
  position: absolute;
  left: 1.2rem;
  bottom: 1.25rem;
  padding: 0.5rem 0.65rem;
  color: var(--ink);
  background: var(--paper);
  border: 2px solid var(--ink);
  font: 700 clamp(0.55rem, 0.8vw, 0.68rem)/1.2 var(--mono);
  transform: rotate(-1.2deg);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(2.5rem, 5vw, 4.5rem) clamp(2rem, 4vw, 4.75rem) clamp(2.5rem, 5vw, 4.5rem) clamp(2rem, 3.4vw, 4rem);
}

.hero-title {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.13em;
  margin-top: 0.55rem;
  font-size: clamp(4.5rem, 6.25vw, 7.8rem);
  line-height: 0.9;
  text-shadow: 7px 7px 0 rgba(76, 16, 10, 0.28);
  transform: translateX(-0.03em);
}

.hero .hero-title > span {
  display: inline;
}

.hero-line {
  max-width: 34rem;
  margin: clamp(1.4rem, 2.6vw, 2.2rem) 0 1.4rem;
  font: 800 clamp(1.25rem, 1.7vw, 1.85rem)/1.12 var(--body);
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

.hero-actions,
.submit-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.4rem;
}

.underlined-link {
  padding-block: 0.35rem;
  border-bottom: 2px solid currentColor;
  font: 700 0.7rem/1 var(--mono);
  text-decoration: none;
}

.bubbles {
  position: absolute;
  right: 2.7vw;
  top: 8%;
  width: 150px;
  height: 250px;
  opacity: 0.65;
}

.bubbles i {
  position: absolute;
  display: block;
  width: 31px;
  aspect-ratio: 1;
  border: 2px solid rgba(255, 244, 217, 0.75);
  border-radius: 50%;
  box-shadow: inset -5px -5px 0 rgba(255, 255, 255, 0.1);
  animation: bubble 5s ease-in-out infinite alternate;
}

.bubbles i:nth-child(2) { width: 52px; left: 51px; top: 45px; animation-delay: -1s; }
.bubbles i:nth-child(3) { width: 18px; left: 18px; top: 112px; animation-delay: -2s; }
.bubbles i:nth-child(4) { width: 37px; left: 81px; top: 150px; animation-delay: -3s; }
.bubbles i:nth-child(5) { width: 15px; left: 39px; top: 211px; animation-delay: -4s; }

@keyframes bubble {
  to { transform: translate3d(8px, -20px, 0); }
}

.story-bridge {
  --bridge-line: var(--blue);
  display: flex;
  min-height: 126px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  overflow: hidden;
}

.story-bridge::after {
  width: 3px;
  height: 52px;
  border-radius: 999px;
  content: "";
  background: var(--bridge-line);
}

.story-bridge span {
  position: static;
  padding: 0.48rem 0.68rem;
  color: var(--ink);
  background: var(--paper);
  border: 2px solid var(--ink);
  font: 700 0.66rem/1.2 var(--mono);
  letter-spacing: 0.04em;
}

.bridge-cream { --bridge-line: var(--blue); background: var(--cream); }
.bridge-red { --bridge-line: var(--paper); background: var(--red); }
.bridge-blue { --bridge-line: var(--paper); background: var(--blue); }

.origin {
  display: grid;
  grid-template-columns: minmax(430px, 1fr) minmax(0, 1fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
}

.origin .section-index {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.origin-copy .title-lines {
  max-width: 8.5em;
  font-size: clamp(3.5rem, 5.7vw, 6.5rem);
}

.origin-copy .lead {
  margin-top: 2rem;
}

.source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.3rem;
  margin-top: 2rem;
}

.source-links a {
  font: 700 0.68rem/1 var(--mono);
}

.source-tweet-card {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  align-self: center;
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
  border: var(--border);
  box-shadow: 12px 12px 0 var(--red);
  text-decoration: none;
  transform: rotate(0.45deg);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.source-tweet-card:hover,
.source-tweet-card:focus-visible {
  box-shadow: 7px 7px 0 var(--red);
  transform: translate(3px, 3px) rotate(0deg);
}

.source-tweet-card:focus-visible {
  outline: 4px solid var(--blue);
  outline-offset: 5px;
}

.tweet-proof-bar,
.tweet-meta,
.tweet-author {
  display: flex;
  align-items: center;
}

.tweet-proof-bar {
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0.9rem;
  color: var(--paper);
  background: var(--red);
  border-bottom: 3px solid var(--ink);
  font: 700 clamp(0.6rem, 0.75vw, 0.72rem)/1.2 var(--mono);
  letter-spacing: 0.04em;
}

.tweet-source-image {
  display: block;
  aspect-ratio: 1600 / 1164;
  object-fit: cover;
  object-position: center;
  border-bottom: 3px solid var(--ink);
}

.tweet-copy {
  padding: clamp(1rem, 2vw, 1.45rem);
}

.tweet-author {
  gap: 0.75rem;
}

.tweet-avatar {
  display: grid;
  width: 42px;
  flex: 0 0 42px;
  aspect-ratio: 1;
  place-items: center;
  color: var(--paper);
  background: var(--blue);
  border: 2px solid var(--ink);
  border-radius: 50%;
  font: 800 0.75rem/1 var(--mono);
}

.tweet-author > span:nth-child(2) {
  display: grid;
  min-width: 0;
  gap: 0.2rem;
}

.tweet-author strong {
  font: 800 clamp(0.95rem, 1.35vw, 1.15rem)/1.1 var(--body);
}

.tweet-author small {
  overflow-wrap: anywhere;
  color: rgba(31, 20, 14, 0.68);
  font: 700 clamp(0.58rem, 0.72vw, 0.68rem)/1.2 var(--mono);
}

.tweet-author b {
  margin-left: auto;
  font: 800 1.25rem/1 var(--body);
}

.tweet-copy blockquote {
  margin: 1.25rem 0 1.4rem;
  font: 800 clamp(1.45rem, 2.4vw, 2.2rem)/1.08 var(--body);
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.tweet-meta {
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.9rem;
  border-top: 2px solid var(--ink);
  font: 700 clamp(0.6rem, 0.8vw, 0.72rem)/1.2 var(--mono);
}

.tweet-meta strong {
  color: var(--red);
}

.framed-photo {
  position: relative;
  margin: 0;
  border: var(--border);
  box-shadow: 12px 12px 0 var(--red);
  transform: rotate(0.8deg);
}

.framed-photo img {
  aspect-ratio: 3 / 1;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  background: var(--red);
}

.framed-photo figcaption {
  position: absolute;
  right: -1.5rem;
  bottom: -2.2rem;
  width: min(370px, 76%);
  padding: 0.9rem 1rem;
  color: var(--ink);
  background: var(--paper);
  border: 2px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
  transform: rotate(-1.7deg);
}

.framed-photo figcaption span,
.framed-photo figcaption strong {
  display: block;
}

.framed-photo figcaption span {
  margin-bottom: 0.35rem;
  font: 700 0.62rem/1 var(--mono);
}

.framed-photo figcaption strong {
  font: 800 clamp(1.25rem, 2vw, 1.8rem)/0.95 var(--display);
}

.reveal {
  display: grid;
  min-height: 92svh;
  align-items: end;
  padding: 0;
  overflow: hidden;
}

.reveal-image,
.reveal-shade,
.reveal-copy {
  grid-area: 1 / 1;
}

.reveal-image {
  height: 92svh;
  object-fit: cover;
  object-position: center;
}

.reveal-shade {
  align-self: stretch;
  background: linear-gradient(90deg, rgba(54, 10, 7, 0.86) 0%, rgba(54, 10, 7, 0.25) 56%, rgba(54, 10, 7, 0.03) 100%);
}

.reveal-copy {
  position: relative;
  z-index: 2;
  width: min(820px, 88vw);
  padding: clamp(4rem, 9vw, 9rem) var(--page-pad);
}

.reveal-copy .title-lines {
  font-size: clamp(4.5rem, 8vw, 8.5rem);
}

.reveal-line {
  margin: 1.7rem 0 0;
  font: 800 clamp(1.35rem, 2.6vw, 2.5rem)/0.95 var(--display);
  text-transform: uppercase;
}

.tub-caption {
  position: absolute;
  right: var(--page-pad);
  bottom: 1.5rem;
  z-index: 3;
  padding: 0.55rem 0.7rem;
  color: var(--ink);
  background: var(--paper);
  border: 2px solid var(--ink);
  font: 700 0.63rem/1 var(--mono);
  transform: rotate(1deg);
}

.archive-header,
.status-header,
.field-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.44fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: clamp(3.5rem, 7vw, 7rem);
}

.archive-header .title-lines,
.status-header .title-lines,
.field-header .title-lines {
  font-size: clamp(3.4rem, 6.2vw, 7.2rem);
}

.archive-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.archive-desk {
  position: relative;
  margin: 0;
  border: var(--border);
  box-shadow: 12px 12px 0 var(--ink);
  transform: rotate(-0.65deg);
}

.archive-desk img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.archive-desk figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.55rem 0.7rem;
  color: var(--ink);
  background: var(--paper);
  border: 2px solid var(--ink);
  font: 700 0.62rem/1 var(--mono);
}

.record-card {
  padding: clamp(1.4rem, 3.5vw, 3.2rem);
  color: var(--ink);
  background: var(--paper);
  border: var(--border);
  box-shadow: 10px 10px 0 var(--ink);
  transform: rotate(1.1deg);
}

.record-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid var(--ink);
  font-family: var(--mono);
}

.record-card-head span {
  font-size: 0.65rem;
  font-weight: 700;
}

.record-card-head strong {
  color: var(--red);
  font-size: 1rem;
}

.record-card h3 {
  margin: 1.4rem 0 1.6rem;
  font: 800 clamp(2.5rem, 5vw, 5rem)/0.94 var(--display);
  letter-spacing: -0.01em;
}

.record-card dl {
  margin: 0;
  border-top: 1px solid rgba(33, 23, 15, 0.35);
}

.record-card dl div {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 0.8rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(33, 23, 15, 0.35);
}

.record-card dt,
.record-card dd {
  margin: 0;
  font: 700 0.65rem/1.35 var(--mono);
}

.record-card dd {
  text-align: right;
}

.record-card > p {
  margin: 1.3rem 0 0;
  font: 800 1rem/1.3 var(--body);
  text-transform: uppercase;
}

.status-light {
  display: inline-block;
  width: 9px;
  aspect-ratio: 1;
  margin-right: 0.45rem;
  background: #e6a934;
  border: 1px solid var(--ink);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(230, 169, 52, 0.22);
}

.status-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2.2vw, 2.2rem);
}

.status-card {
  color: var(--ink);
  background: var(--paper);
  border: var(--border);
  box-shadow: 7px 7px 0 var(--ink);
}

.rotate-left { transform: rotate(-0.8deg); }
.rotate-right { transform: rotate(0.8deg); }

.status-card img {
  aspect-ratio: 1;
  object-fit: cover;
  border-bottom: 3px solid var(--ink);
}

.status-card > div {
  min-height: 145px;
  padding: 1rem;
}

.status-card span {
  font: 700 0.61rem/1 var(--mono);
}

.status-card h3 {
  margin: 0.45rem 0 0.5rem;
  font: 800 clamp(2.2rem, 4vw, 4rem)/0.94 var(--display);
  letter-spacing: -0.01em;
}

.status-card p {
  margin: 0;
  font: 800 clamp(0.95rem, 1.2vw, 1.08rem)/1.25 var(--body);
  text-transform: uppercase;
}

.question-break {
  position: relative;
  display: grid;
  min-height: 280px;
  align-content: center;
  justify-items: center;
  padding: 3.5rem var(--page-pad);
  text-align: center;
  overflow: hidden;
}

.question-break::before,
.question-break::after {
  position: absolute;
  width: min(30vw, 390px);
  aspect-ratio: 1;
  border: 3px solid rgba(255, 244, 217, 0.22);
  border-radius: 50%;
  content: "";
}

.question-break::before { left: -11vw; top: -8vw; }
.question-break::after { right: -10vw; bottom: -10vw; }

.question-small {
  max-width: 38rem;
  font: 700 clamp(0.7rem, 1.2vw, 0.92rem)/1.35 var(--mono);
  letter-spacing: 0.07em;
}

.question-break strong {
  position: relative;
  z-index: 2;
  margin-top: 1rem;
  font: 800 clamp(4rem, 8vw, 8rem)/0.94 var(--display);
  letter-spacing: -0.012em;
  text-transform: uppercase;
  text-wrap: balance;
}

.submit {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
}

.submit > *,
.submit-visual,
.submit-visual figure {
  min-width: 0;
}

.submit .title-lines {
  max-width: 8em;
  font-size: clamp(3.4rem, 5.4vw, 6rem);
}

.submit-copy > .lead {
  margin-top: 2rem;
}

.scout-steps {
  margin: 2.5rem 0;
  padding: 0;
  border-top: 2px solid var(--paper);
  list-style: none;
}

.scout-steps li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 2px solid var(--paper);
}

.scout-steps li > span {
  font: 700 0.7rem/1.5 var(--mono);
}

.scout-steps b {
  display: block;
  font: 800 clamp(1.05rem, 1.5vw, 1.35rem)/1.2 var(--body);
  text-transform: uppercase;
}

.scout-steps p {
  margin: 0.3rem 0 0;
  font-size: 0.93rem;
  font-weight: 650;
  line-height: 1.3;
}

.copy-button,
.copy-list button {
  border: 0;
  cursor: pointer;
}

.copy-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 0;
  color: var(--paper);
  background: transparent;
  border-bottom: 2px solid var(--paper);
  font: 700 0.68rem/1 var(--mono);
}

.copy-button b {
  color: #91c9f1;
  font-size: 0.6rem;
}

.copy-status {
  min-height: 1.1em;
  margin: 1.2rem 0 0;
  color: #a7d4f2;
  font: 700 0.61rem/1.4 var(--mono);
}

.submit-visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.78fr);
  gap: 1.25rem;
  align-items: start;
}

.submit-visual figure {
  margin: 0;
}

.scout-photo,
.template-card {
  position: static;
  width: 100%;
  height: auto;
  margin: 0;
  border: var(--border);
  transform: none;
}

.scout-photo {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  box-shadow: 8px 8px 0 var(--ink);
}

.template-card {
  height: auto;
  object-fit: contain;
  box-shadow: 6px 6px 0 var(--ink);
}

.submit-visual figcaption {
  margin-top: 0.7rem;
  font: 700 0.61rem/1.35 var(--mono);
  letter-spacing: 0.03em;
}

.bath-times {
  max-width: 1360px;
  margin: 0 auto;
  padding: clamp(1rem, 3vw, 2.5rem);
  color: var(--ink);
  background: var(--paper);
  border: var(--border);
  box-shadow: 12px 12px 0 var(--ink);
  transform: rotate(-0.35deg);
}

.bath-times > header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  align-items: end;
  padding-bottom: 0.8rem;
  border-bottom: 5px double var(--ink);
  font: 700 0.62rem/1 var(--mono);
}

.bath-times > header span:last-child {
  text-align: right;
}

.bath-times h2 {
  margin: 0;
  font: 800 clamp(3.3rem, 7vw, 7rem)/0.92 var(--display);
  letter-spacing: -0.012em;
  text-align: center;
  text-transform: uppercase;
}

.bath-times-body {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  padding-top: 1.5rem;
}

.bath-times-body figure {
  margin: 0;
}

.bath-times-body figure img {
  aspect-ratio: 3 / 1;
  object-fit: contain;
  object-position: center;
  background: var(--red);
  border: 2px solid var(--ink);
}

.bath-times-body figcaption {
  margin-top: 0.55rem;
  font: 700 0.62rem/1 var(--mono);
}

.bath-times-body article {
  border-left: 2px solid var(--ink);
  padding-left: clamp(1rem, 2.5vw, 2.2rem);
}

.bath-times-body h3 {
  margin: 0.5rem 0 1rem;
  font: 800 clamp(2.4rem, 4.8vw, 4.9rem)/0.94 var(--display);
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.bath-times-body article > p:not(.eyebrow) {
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.45;
}

.bath-times-body ul {
  margin: 1rem 0 1.4rem;
  padding: 0;
  border-top: 1px solid var(--ink);
  list-style: none;
}

.bath-times-body li {
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--ink);
  font: 700 0.64rem/1.2 var(--mono);
}

.bath-times-body article > strong {
  font: 800 clamp(1.2rem, 2vw, 1.8rem)/1 var(--display);
  text-transform: uppercase;
}

.field-header {
  margin-bottom: clamp(3rem, 6vw, 6rem);
}

.download-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 2rem);
}

.download-card {
  grid-column: span 4;
  background: var(--paper);
  border: 2px solid var(--ink);
}

.download-card.wide-download {
  grid-column: span 8;
}

.download-card img {
  aspect-ratio: 1;
  object-fit: cover;
  border-bottom: 2px solid var(--ink);
}

.wide-download img {
  aspect-ratio: 3 / 1;
  object-fit: contain;
  object-position: center;
  background: var(--red);
}

.download-card > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.4rem 1rem;
  align-items: end;
  min-height: 105px;
  padding: 0.9rem;
}

.download-card span {
  grid-column: 1 / -1;
  font: 700 0.58rem/1 var(--mono);
}

.download-card h3 {
  margin: 0;
  font: 800 clamp(1.3rem, 2.1vw, 2rem)/0.95 var(--display);
  letter-spacing: 0;
  text-transform: uppercase;
}

.download-card a {
  font: 700 0.58rem/1 var(--mono);
  white-space: nowrap;
}

.copy-deck {
  grid-column: span 8;
  padding: clamp(1.5rem, 3.5vw, 3.2rem);
  color: var(--paper);
  background: var(--ink);
  border: 2px solid var(--ink);
}

.copy-deck h3 {
  margin: 0 0 1.8rem;
  font: 800 clamp(2.5rem, 5.7vw, 5.8rem)/0.94 var(--display);
  letter-spacing: -0.012em;
  text-transform: uppercase;
}

.copy-list {
  border-top: 1px solid rgba(255, 244, 217, 0.38);
}

.copy-list button {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
  color: var(--paper);
  background: transparent;
  border-bottom: 1px solid rgba(255, 244, 217, 0.38);
  font-size: clamp(0.85rem, 1.3vw, 1rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

.copy-list button b {
  color: #91c9f1;
  font: 700 0.58rem/1.4 var(--mono);
}

.finale {
  display: grid;
  grid-template-columns: minmax(360px, 0.76fr) minmax(0, 1.24fr);
  align-items: center;
  min-height: 82svh;
  padding: 0;
  overflow: hidden;
}

.finale > * {
  min-width: 0;
}

.finale > img {
  height: 100%;
  min-height: 650px;
  object-fit: cover;
  clip-path: circle(47% at 50% 50%);
  transform: scale(1.07) translateX(-2%);
}

.finale > div {
  padding: clamp(4rem, 8vw, 8rem) var(--page-pad);
}

.finale .title-lines {
  font-size: clamp(4rem, 8.8vw, 9.5rem);
}

.finale .lead {
  margin: 2rem 0;
}

.official-links[hidden] {
  display: none;
}

footer {
  display: grid;
  grid-template-columns: auto minmax(300px, 680px) auto;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  padding: 2rem var(--page-pad);
  color: var(--paper);
  background: var(--ink);
  border-top: 2px solid var(--paper);
}

.footer-wordmark {
  color: var(--paper);
}

.boundary-copy {
  display: grid;
  gap: 0.5rem;
}

.boundary-copy a {
  color: var(--paper);
  font-weight: 700;
  text-underline-offset: 0.2em;
}

footer p {
  margin: 0;
  font: 600 0.6rem/1.55 var(--mono);
}

.copyright {
  text-align: right;
  white-space: nowrap;
}

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

  .site-header nav {
    display: none;
  }

  .header-action {
    justify-self: end;
  }

  .hero {
    grid-template-columns: 1fr;
    height: auto;
    max-height: none;
  }

  .hero-media {
    min-height: 0;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
  }

  .hero-media img {
    object-position: center;
  }

  .hero-copy {
    padding: 0 var(--page-pad) 4.5rem;
  }

  .hero-title {
    display: block;
    font-size: clamp(7rem, 23vw, 12rem);
  }

  .hero .hero-title > span {
    display: block;
  }

  .bubbles {
    top: 60%;
  }

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

  .origin > * {
    min-width: 0;
  }

  .origin-copy {
    max-width: 760px;
  }

  .origin-photo {
    width: min(100%, 900px);
    justify-self: center;
  }

  .source-tweet-card {
    width: min(100%, 900px);
    min-width: 0;
    justify-self: center;
  }

  .archive-header,
  .status-header,
  .field-header {
    grid-template-columns: 1fr;
  }

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

  .record-card {
    width: min(720px, 90%);
    justify-self: center;
  }

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

  .status-card > div {
    min-height: 130px;
  }

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

  .submit-copy {
    max-width: 800px;
  }

  .submit-visual {
    width: min(900px, 100%);
    justify-self: center;
  }

  .bath-times-body {
    grid-template-columns: 1fr;
  }

  .bath-times-body article {
    padding-top: 1.5rem;
    padding-left: 0;
    border-top: 2px solid var(--ink);
    border-left: 0;
  }

  .download-card,
  .download-card.wide-download {
    grid-column: span 6;
  }

  .copy-deck {
    grid-column: span 12;
  }

  footer {
    grid-template-columns: 1fr auto;
  }

  .boundary-copy {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (max-width: 650px) {
  :root {
    --page-pad: 1rem;
  }

  html {
    scroll-padding-top: 58px;
  }

  body {
    font-size: 15px;
  }

  .site-header {
    min-height: 58px;
  }

  .header-action {
    padding: 0.52rem 0.58rem;
    font-size: 0.56rem;
  }

  .wordmark {
    font-size: 1.25rem;
  }

  .story-panel {
    padding: 5rem var(--page-pad);
  }

  .title-lines {
    font-size: clamp(3.1rem, 14vw, 4.9rem);
    line-height: 0.96;
  }

  .lead {
    font-size: 1.05rem;
    line-height: 1.5;
  }

  .section-index {
    gap: 0.75rem;
    margin-bottom: 2.4rem;
  }

  .section-index::after {
    width: 50px;
  }

  .section-index span {
    width: 38px;
  }

  .hero {
    min-height: 0;
    padding: 0;
  }

  .hero-media {
    min-height: 66svh;
  }

  .hero-media img {
    object-position: center;
  }

  .evidence-tag {
    left: 0.7rem;
    bottom: 1.8rem;
    max-width: calc(100% - 1.4rem);
    font-size: 0.53rem;
  }

  .hero-copy {
    padding: 0 1rem 4rem;
  }

  .hero-title {
    font-size: clamp(5.8rem, 27vw, 8.5rem);
    line-height: 0.92;
    text-shadow: 4px 4px 0 rgba(76, 16, 10, 0.25);
  }

  .hero-line {
    max-width: 16em;
    margin-top: 1.8rem;
    font-size: 1.28rem;
    line-height: 1.25;
  }

  .hero-actions,
  .submit-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .bubbles {
    display: none;
  }

  .story-bridge {
    min-height: 108px;
  }

  .story-bridge::after {
    height: 38px;
  }

  .story-bridge span {
    font-size: 0.56rem;
  }

  .origin {
    padding-bottom: 6.5rem;
  }

  .origin-copy .title-lines {
    font-size: clamp(3rem, 13.5vw, 4.6rem);
  }

  .origin-copy .lead {
    margin-top: 1.5rem;
  }

  .source-links {
    align-items: flex-start;
    flex-direction: column;
  }

  .source-tweet-card {
    width: 100%;
    max-width: calc(100vw - 2rem);
    box-shadow: 7px 7px 0 var(--red);
    transform: none;
  }

  .tweet-proof-bar,
  .tweet-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .tweet-copy blockquote {
    font-size: clamp(1.35rem, 6vw, 1.9rem);
  }

  .framed-photo img {
    min-height: 0;
    aspect-ratio: 3 / 1;
    object-fit: contain;
    object-position: center;
  }

  .framed-photo figcaption {
    right: 0.5rem;
    bottom: -3rem;
    width: 88%;
  }

  .reveal {
    min-height: 88svh;
    padding: 0;
  }

  .reveal-image {
    height: 88svh;
    object-position: center;
  }

  .reveal-shade {
    background: linear-gradient(0deg, rgba(54, 10, 7, 0.9) 0%, rgba(54, 10, 7, 0.2) 72%);
  }

  .reveal-copy {
    width: 100%;
    padding: 3rem 1rem;
  }

  .reveal-copy .title-lines {
    font-size: clamp(3.8rem, 16vw, 5.8rem);
  }

  .reveal-line {
    font-size: 1.22rem;
    line-height: 1.2;
  }

  .tub-caption {
    right: 0.8rem;
    bottom: 0.8rem;
    font-size: 0.53rem;
  }

  .archive-header .title-lines,
  .status-header .title-lines,
  .field-header .title-lines,
  .submit .title-lines {
    font-size: clamp(3rem, 12.5vw, 4.4rem);
  }

  .archive-desk {
    box-shadow: 7px 7px 0 var(--ink);
  }

  .archive-desk img {
    aspect-ratio: 1;
    object-position: center;
  }

  .archive-desk figcaption {
    left: 0.55rem;
    bottom: 0.55rem;
    font-size: 0.5rem;
  }

  .record-card {
    width: 100%;
    box-shadow: 7px 7px 0 var(--ink);
  }

  .record-card h3 {
    font-size: 2.7rem;
    line-height: 0.98;
  }

  .record-card dl div {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .record-card dt,
  .record-card dd {
    font-size: 0.55rem;
  }

  .status-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .status-card {
    width: calc(100% - 0.4rem);
  }

  .status-card > div {
    min-height: 116px;
  }

  .status-card h3 {
    font-size: 2.8rem;
    line-height: 0.98;
  }

  .question-break {
    min-height: 0;
    padding: 3rem 1rem;
  }

  .question-break strong {
    font-size: clamp(3.2rem, 15vw, 4.8rem);
    line-height: 0.96;
  }

  .question-small {
    max-width: 22rem;
    font-size: 0.62rem;
  }

  .submit-visual {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    width: 100%;
    max-width: 100%;
  }

  .submit-copy,
  .submit-visual figure {
    width: 100%;
    max-width: 100%;
  }

  .scout-photo,
  .template-card {
    width: 100%;
  }

  .bath-times {
    padding: 0.8rem;
    box-shadow: 7px 7px 0 var(--ink);
  }

  .bath-times > header {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0.4rem;
  }

  .bath-times > header span:last-child {
    text-align: center;
  }

  .bath-times h2 {
    grid-row: 1;
    font-size: clamp(2.8rem, 14vw, 4.5rem);
    line-height: 0.95;
  }

  .bath-times-body figure img {
  aspect-ratio: 3 / 1;
  object-fit: contain;
  object-position: center;
  background: var(--red);
  border: 2px solid var(--ink);
}

  .bath-times-body h3 {
    font-size: 2.7rem;
    line-height: 0.98;
  }

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

  .download-card,
  .download-card.wide-download,
  .copy-deck {
    grid-column: auto;
  }

  .wide-download img {
  aspect-ratio: 3 / 1;
  object-fit: contain;
  object-position: center;
  background: var(--red);
}

  .copy-deck h3 {
    font-size: clamp(2.3rem, 11.5vw, 3.8rem);
    line-height: 0.98;
  }

  .copy-list button {
    font-size: 0.82rem;
  }

  .finale {
    grid-template-columns: 1fr;
    padding: 0 0 4rem;
  }

  .finale > img {
    width: 100%;
    min-height: 94vw;
    max-height: 520px;
    object-position: center;
    clip-path: circle(46%);
    transform: none;
  }

  .finale > div {
    padding: 1rem 1rem 3rem;
  }

  .finale .title-lines {
    font-size: clamp(3.5rem, 15vw, 5.2rem);
  }

  footer {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 1.5rem 1rem;
  }

  .boundary-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .copyright {
    text-align: left;
  }
}

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

  .bubbles i {
    animation: none;
  }

  .button {
    transition: none;
  }
}