:root {
  --ink: #171512;
  --ink-soft: #24201b;
  --deep: #101513;
  --paper: #eee8dc;
  --paper-bright: #f7f2e8;
  --sand: #d9ccb6;
  --line: rgba(24, 21, 17, 0.2);
  --line-light: rgba(255, 249, 235, 0.18);
  --muted: #6c655b;
  --muted-light: #b8ae9d;
  --cream: #f3eadb;
  --stamp: #d46239;
  --gold: #c6933f;
  --green: #5f8e6c;
  --red: #d2633d;
  --pale-gold: #d7bd73;
  --serif: Iowan Old Style, Palatino Linotype, Book Antiqua, Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "IBM Plex Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --wide: min(1160px, calc(100vw - 64px));
  --narrow: min(710px, calc(100vw - 48px));
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

button {
  font: inherit;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 9px 14px;
  color: var(--ink);
  background: var(--paper-bright);
  transform: translateY(-160%);
}

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

.reading-progress {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  height: 3px;
  pointer-events: none;
}

.reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--stamp);
}

.masthead {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  display: flex;
  width: var(--wide);
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  color: var(--cream);
  border-bottom: 1px solid var(--line-light);
  transform: translateX(-50%);
}

.wordmark {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  color: inherit;
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.wordmark-mark {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--paper-bright);
  background: var(--stamp);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.masthead nav {
  display: flex;
  gap: 26px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.masthead nav a {
  color: rgba(243, 234, 219, 0.74);
  text-decoration: none;
}

.masthead nav a:hover,
.masthead nav a:focus-visible {
  color: var(--cream);
}

.band {
  position: relative;
  padding: 112px 0;
  overflow: clip;
}

.band-dark,
.band-ink,
.band-film,
.band-deep {
  color: var(--cream);
  background: var(--ink);
}

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

.band-sand {
  color: var(--ink);
  background: var(--sand);
}

.band-film {
  background: #201813;
}

.band-deep {
  background: var(--deep);
}

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

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

.prose h2,
.prose h3,
.film-heading h2,
.evidence-heading h3,
.method-title h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.prose h2,
.method-title h2 {
  font-size: clamp(40px, 5vw, 66px);
}

.prose h3 {
  margin-top: 50px;
  font-size: 30px;
}

.prose p {
  margin: 28px 0 0;
}

.prose .lead {
  font-family: var(--serif);
  font-size: clamp(22px, 2.5vw, 29px);
  line-height: 1.47;
}

.prose-light {
  color: var(--cream);
}

.prose-light p {
  color: rgba(243, 234, 219, 0.77);
}

.section-label,
.kicker,
.chart-kicker,
.frame-role {
  margin: 0 0 20px;
  color: var(--stamp);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero {
  min-height: 860px;
  padding-top: 150px;
  padding-bottom: 90px;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(circle at 82% 23%, rgba(186, 122, 40, 0.19), transparent 33%),
    radial-gradient(circle at 62% 76%, rgba(47, 91, 59, 0.14), transparent 29%),
    linear-gradient(120deg, #12100e 0%, #191510 56%, #0f1311 100%);
  content: "";
}

.hero-grain {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.22;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  pointer-events: none;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: 82px;
  align-items: center;
}

.hero h1 {
  margin: 0;
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(84px, 10vw, 144px);
  font-weight: 500;
  line-height: 0.75;
  letter-spacing: -0.075em;
}

.hero h1 em {
  display: inline-block;
  margin-left: 0.22em;
  color: var(--gold);
  font-weight: 400;
}

.standfirst {
  max-width: 660px;
  margin: 57px 0 0;
  color: rgba(243, 234, 219, 0.77);
  font-family: var(--serif);
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.43;
}

.hero-meta {
  display: flex;
  margin-top: 38px;
  gap: 14px 24px;
  flex-wrap: wrap;
  color: var(--muted-light);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-meta span {
  position: relative;
}

.hero-meta span:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -14px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--stamp);
  content: "";
}

.hero-rule {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 8px;
  background: linear-gradient(90deg, #090401 0 20%, #543009 20% 38%, #6b541e 38% 54%, #38553f 54% 72%, #b56626 72% 88%, #d8bd73 88%);
}

.opening {
  padding-top: 130px;
}

.finding-grid {
  display: grid;
  margin-top: 80px;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.finding-card {
  padding: 46px 46px 44px 0;
}

.finding-card + .finding-card {
  padding-left: 46px;
  border-left: 1px solid var(--line);
}

.finding-number {
  display: block;
  color: var(--stamp);
  font-family: var(--serif);
  font-size: clamp(60px, 7vw, 92px);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.finding-number small {
  font-size: 0.45em;
}

.finding-card h3 {
  margin: 24px 0 0;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.finding-card p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.evidence-frame {
  margin-top: 90px;
  padding: 32px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.19);
}

.evidence-frame-dark {
  border-color: var(--line-light);
  background: rgba(255, 255, 255, 0.025);
}

.hero-palette {
  width: 100%;
  margin: 0;
  padding: 25px;
  align-self: center;
  backdrop-filter: blur(9px);
}

.evidence-frame > figcaption,
.compact-frame > figcaption {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.evidence-frame-dark > figcaption,
.hero-palette > figcaption {
  border-color: var(--line-light);
}

.evidence-frame > figcaption strong {
  display: block;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.2;
}

.evidence-frame > figcaption span:not(.chart-number) {
  display: block;
  margin-top: 5px;
  color: var(--muted-light);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-transform: uppercase;
}

.chart-number {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  color: var(--paper-bright);
  background: var(--stamp);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
}

.evidence-heading {
  display: flex;
  gap: 40px;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--line);
}

.evidence-heading h3 {
  max-width: 760px;
  font-size: clamp(30px, 4vw, 48px);
}

.chart-kicker {
  margin-bottom: 11px;
}

.evidence-note {
  max-width: 260px;
  margin: 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: right;
  text-transform: uppercase;
}

.chart {
  position: relative;
  width: 100%;
  min-width: 0;
}

.chart svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

.chart .axis text,
.chart .chart-label,
.chart .tick-label {
  fill: currentColor;
  font-family: var(--mono);
  font-size: 10px;
}

.chart .axis line,
.chart .axis path,
.chart .grid line {
  stroke: currentColor;
  stroke-opacity: 0.18;
}

.chart-reading {
  margin: 13px 0 0;
  padding-top: 20px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 13px;
  line-height: 1.55;
}

.chart-reading strong {
  color: var(--stamp);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bridge {
  padding: 98px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.bridge .prose h2 {
  color: var(--gold);
}

.film-section {
  padding-top: 94px;
}

.film-heading {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  gap: 30px;
  align-items: end;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--line-light);
}

.film-index {
  color: var(--stamp);
  font-family: var(--serif);
  font-size: 58px;
  line-height: 0.78;
}

.film-heading .section-label {
  margin-bottom: 9px;
}

.film-heading h2 {
  font-size: clamp(45px, 5.2vw, 74px);
}

.film-statline {
  display: grid;
  gap: 4px;
  padding-bottom: 3px;
  color: var(--muted-light);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.film-statline strong {
  color: var(--cream);
  font-weight: 600;
}

.film-thesis {
  margin-top: 75px;
}

.film-thesis h3 {
  margin-top: 0;
  color: var(--gold);
  font-size: clamp(32px, 4vw, 47px);
}

.frame-grid {
  display: grid;
  margin-top: 70px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 52px 24px;
}

.frame-grid-divider {
  grid-column: 1 / -1;
  display: grid;
  margin: 35px 0 4px;
  padding: 22px 0 18px;
  grid-template-columns: minmax(130px, 0.28fr) minmax(0, 0.72fr);
  gap: 28px;
  align-items: baseline;
  border-top: 1px solid rgba(215, 189, 115, 0.55);
  border-bottom: 1px solid var(--line-light);
}

.frame-grid-divider span {
  color: var(--stamp);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.frame-grid-divider strong {
  color: var(--cream);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}

.frame-card-darkness {
  border-top-color: rgba(215, 189, 115, 0.38);
}

.frame-card {
  min-width: 0;
  margin: 0;
  border-top: 1px solid var(--line-light);
}

.frame-button {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  cursor: zoom-in;
  background: #000;
  border: 0;
}

.frame-button::after {
  position: absolute;
  right: 13px;
  bottom: 13px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--cream);
  background: rgba(14, 13, 11, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.35);
  content: "+";
  font-family: var(--mono);
  font-size: 15px;
}

.frame-button img {
  width: 100%;
  height: auto;
  transition: transform 280ms ease;
}

.frame-button:hover img,
.frame-button:focus-visible img {
  transform: scale(1.012);
}

.frame-button:focus-visible {
  outline: 3px solid var(--stamp);
  outline-offset: 3px;
}

.frame-card figcaption {
  padding: 22px 5px 0;
}

.frame-role {
  display: block;
  margin-bottom: 8px;
  color: var(--pale-gold);
  font-size: 9px;
}

.frame-card h4 {
  margin: 0;
  color: var(--cream);
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 500;
  line-height: 1.12;
}

.frame-card figcaption > p {
  max-width: 560px;
  min-height: 48px;
  margin: 13px 0 0;
  color: var(--muted-light);
  font-size: 13px;
  line-height: 1.55;
}

.frame-data {
  display: flex;
  margin-top: 20px;
  gap: 7px;
  flex-wrap: wrap;
}

.frame-data span {
  padding: 4px 7px;
  color: rgba(243, 234, 219, 0.72);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line-light);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.frame-palette {
  display: flex;
  height: 7px;
  margin-top: 18px;
  overflow: hidden;
  background: #000;
}

.frame-palette span {
  min-width: 2px;
  height: 100%;
}

.distribution-section {
  padding-top: 130px;
}

.chart-pair {
  display: grid;
  margin-top: 78px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.chart-pair .evidence-frame {
  min-width: 0;
  margin-top: 0;
}

.compact-frame {
  padding: 24px;
}

.asymmetric {
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
}

.feature-section .evidence-frame {
  color: var(--cream);
}

.feature-section .after-chart {
  margin-top: 70px;
}

.craft-section .prose .lead {
  color: #29241e;
}

.darkness-section {
  background:
    radial-gradient(circle at 82% 16%, rgba(75, 97, 72, 0.16), transparent 30%),
    radial-gradient(circle at 16% 72%, rgba(160, 102, 37, 0.12), transparent 32%),
    var(--deep);
}

.darkness-section .prose h2 em {
  color: var(--pale-gold);
  font-weight: 400;
}

.darkness-prevalence-frame {
  margin-top: 82px;
  color: var(--cream);
}

.darkness-pair .evidence-frame {
  color: var(--cream);
  background: rgba(255, 255, 255, 0.018);
}

.darkness-interpretation {
  margin-top: 76px;
  padding-top: 7px;
  border-top: 1px solid var(--line-light);
}

.darkness-interpretation h3 {
  color: var(--gold);
}

.band-movement {
  color: var(--cream);
  background:
    linear-gradient(135deg, rgba(210, 99, 61, 0.08), transparent 38%),
    radial-gradient(circle at 82% 58%, rgba(95, 142, 108, 0.13), transparent 33%),
    #14110f;
}

.movement-section .prose h2 {
  color: var(--cream);
}

.movement-section .prose h2 em,
.movement-interpretation h3 {
  color: var(--gold);
}

.movement-score-frame {
  margin-top: 82px;
  color: var(--cream);
  background: rgba(0, 0, 0, 0.18);
}

.movement-findings {
  display: grid;
  margin-top: 28px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}

.movement-findings article {
  min-width: 0;
  padding: 28px 24px 25px;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.movement-findings strong {
  display: block;
  color: var(--pale-gold);
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 51px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
}

.movement-findings strong small {
  font-family: var(--mono);
  font-size: 0.27em;
  letter-spacing: 0;
}

.movement-findings span {
  display: block;
  min-height: 44px;
  margin-top: 13px;
  color: var(--cream);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.25;
}

.movement-findings p {
  margin: 13px 0 0;
  color: var(--muted-light);
  font-size: 12px;
  line-height: 1.55;
}

.movement-pair .evidence-frame {
  color: var(--cream);
  background: rgba(255, 255, 255, 0.018);
}

.movement-interpretation {
  margin-top: 78px;
  padding-top: 5px;
  border-top: 1px solid var(--line-light);
}

.colour-timeline-svg,
.mood-trajectory-svg,
.look-families-svg {
  overflow: visible;
}

.craft-pair {
  align-items: start;
}

.pressure-frame {
  margin-top: 24px;
}

.evidence-heading-dark {
  border-color: var(--line-light);
}

.chart-reading-dark {
  color: var(--muted-light);
  border-color: var(--line-light);
}

.continuity-section .evidence-frame {
  color: var(--cream);
}

.grade-desk-grid {
  display: grid;
  margin-top: 72px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.grade-card {
  min-width: 0;
  padding: 38px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.grade-card-index {
  margin: 0 0 13px;
  color: var(--stamp);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.grade-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(31px, 4vw, 46px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.grade-card-thesis {
  min-height: 78px;
  margin: 21px 0 30px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}

.grade-card dl {
  margin: 0;
  border-top: 1px solid var(--line);
}

.grade-card dl div {
  display: grid;
  padding: 10px 0;
  grid-template-columns: minmax(105px, 0.42fr) minmax(0, 0.58fr);
  gap: 16px;
  border-bottom: 1px solid var(--line);
}

.grade-card dt {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.grade-card dd {
  margin: 0;
  font-family: var(--mono);
  font-size: 10px;
  line-height: 1.4;
  text-align: right;
}

.skin-section .evidence-frame,
.rhythm-section .evidence-frame {
  margin-top: 72px;
}

.rhythm-section .evidence-frame {
  background: rgba(255, 255, 255, 0.12);
}

.conclusion .prose h2 {
  color: var(--gold);
}

.method-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  gap: 110px;
  align-items: start;
}

.method-title {
  position: sticky;
  top: 40px;
}

.method-copy h3:first-child {
  margin-top: 0;
}

.method-copy p,
.method-copy li,
.definitions {
  color: #4f4940;
  font-size: 15px;
}

.method-copy ul {
  margin: 25px 0 0;
  padding-left: 21px;
}

.method-copy li + li {
  margin-top: 12px;
}

.definitions {
  margin: 30px 0 0;
  border-top: 1px solid var(--line);
}

.definitions div {
  display: grid;
  padding: 12px 0;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.definitions dt {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.definitions dd {
  margin: 0;
}

.footer {
  padding: 42px 0;
  color: var(--muted-light);
  background: #0c0b0a;
  border-top: 1px solid var(--line-light);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.footer .wide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .wide > div {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--cream);
}

.footer p {
  margin: 0;
}

.footer a {
  color: var(--cream);
  text-decoration: none;
}

.chart-tooltip {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  max-width: 260px;
  padding: 9px 11px;
  pointer-events: none;
  color: var(--cream);
  background: rgba(15, 13, 11, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
  font-family: var(--mono);
  font-size: 10px;
  line-height: 1.5;
  opacity: 0;
  transform: translate(-50%, calc(-100% - 12px));
  transition: opacity 100ms ease;
}

.chart-tooltip.visible {
  opacity: 1;
}

.chart-tooltip strong {
  color: var(--pale-gold);
}

.lightbox {
  position: fixed;
  inset: 50% auto auto 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  width: min(1480px, calc(100vw - 40px));
  max-width: none;
  max-height: calc(100vh - 40px);
  padding: 0;
  overflow: visible;
  color: var(--cream);
  background: #0b0a09;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(4px);
}

.lightbox-media {
  display: grid;
  max-height: calc(100vh - 165px);
  place-items: center;
  background: #000;
}

.lightbox-media img {
  width: 100%;
  max-height: calc(100vh - 165px);
  object-fit: contain;
}

.lightbox-caption {
  display: flex;
  padding: 17px 22px;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
  color: var(--muted-light);
  font-size: 12px;
}

.lightbox-caption strong {
  color: var(--cream);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
}

.lightbox-close {
  position: absolute;
  z-index: 2;
  top: -17px;
  right: -17px;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  cursor: pointer;
  color: var(--cream);
  background: var(--stamp);
  border: 0;
  border-radius: 50%;
  font-size: 25px;
  line-height: 1;
}

@media (max-width: 980px) {
  :root {
    --wide: min(100% - 40px, 860px);
  }

  .hero {
    min-height: auto;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero-palette {
    max-width: 720px;
  }

  .finding-card {
    padding-right: 25px;
  }

  .finding-card + .finding-card {
    padding-left: 25px;
  }

  .film-heading {
    grid-template-columns: 60px 1fr;
  }

  .film-statline {
    display: flex;
    padding-top: 18px;
    grid-column: 2;
    gap: 17px;
    text-align: left;
    flex-wrap: wrap;
  }

  .chart-pair,
  .chart-pair.asymmetric {
    grid-template-columns: 1fr;
  }

  .method-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .grade-desk-grid {
    grid-template-columns: 1fr;
  }

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

  .grade-card-thesis {
    min-height: 0;
  }

  .method-title {
    position: static;
  }
}

@media (max-width: 700px) {
  :root {
    --wide: calc(100% - 28px);
    --narrow: calc(100% - 36px);
  }

  body {
    font-size: 16px;
  }

  .masthead {
    min-height: 65px;
  }

  .masthead nav {
    display: none;
  }

  .band {
    padding: 82px 0;
  }

  .hero {
    padding-top: 112px;
    padding-bottom: 70px;
  }

  .hero-layout {
    gap: 50px;
  }

  .hero h1 {
    font-size: clamp(72px, 25vw, 106px);
  }

  .hero h1 em {
    margin-left: 0.08em;
  }

  .standfirst {
    margin-top: 44px;
    font-size: 21px;
  }

  .hero-meta {
    display: grid;
    gap: 7px;
  }

  .hero-meta span::after {
    display: none;
  }

  .hero-palette {
    padding: 16px;
  }

  .finding-grid {
    margin-top: 56px;
    grid-template-columns: 1fr;
  }

  .finding-card,
  .finding-card + .finding-card {
    padding: 32px 0;
    border-left: 0;
  }

  .finding-card + .finding-card {
    border-top: 1px solid var(--line);
  }

  .evidence-frame {
    margin-top: 62px;
    padding: 17px;
  }

  .evidence-heading {
    display: block;
  }

  .evidence-note {
    margin-top: 15px;
    text-align: left;
  }

  .film-heading {
    grid-template-columns: 45px 1fr;
    gap: 13px;
  }

  .film-index {
    font-size: 43px;
  }

  .film-heading h2 {
    font-size: 39px;
  }

  .film-statline {
    grid-column: 1 / -1;
  }

  .film-thesis {
    margin-top: 52px;
  }

  .frame-grid {
    margin-top: 54px;
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .movement-findings {
    grid-template-columns: 1fr;
  }

  .movement-findings span {
    min-height: 0;
  }

  .frame-grid-divider {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .frame-card figcaption > p {
    min-height: 0;
  }

  .chart-pair {
    margin-top: 60px;
  }

  .grade-desk-grid {
    margin-top: 52px;
  }

  .grade-card {
    padding: 27px 22px;
  }

  .grade-card dl div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .grade-card dd {
    text-align: left;
  }

  .definitions div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .footer .wide {
    display: grid;
    gap: 18px;
  }

  .lightbox {
    width: calc(100vw - 18px);
    max-height: calc(100vh - 18px);
  }

  .lightbox-close {
    top: 7px;
    right: 7px;
  }

  .lightbox-caption {
    display: grid;
    gap: 4px;
  }
}

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

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

@media print {
  .masthead,
  .reading-progress,
  .frame-button::after,
  .footer a {
    display: none;
  }

  .band {
    padding: 50px 0;
    break-inside: avoid;
  }

  .hero {
    min-height: 0;
    padding-top: 70px;
  }

  .frame-card,
  .evidence-frame {
    break-inside: avoid;
  }
}
