:root {
  --story-accent: #b90e2b;
  --story-accent-dark: #891428;
  --story-accent-ink: #620b1c;
  --story-paper: #fcf9ea;
  --story-paper-deep: #f3eedf;
  --story-surface: #ffffff;
  --story-ink: #3f3f3f;
  --story-muted: #6f6d65;
  --story-line: rgba(63, 63, 63, 0.14);
  --story-width: 1320px;
  --story-header-height: 76px;
  --story-rhythm-text: 24px;
  --story-rhythm-kicker: clamp(28px, 4vw, 56px);
  --story-rhythm-action: 40px;
  --story-rhythm-heading: clamp(42px, 6vw, 70px);
  --story-rhythm-feature: clamp(48px, 5vw, 64px);
  --story-rhythm-media: clamp(58px, 7vw, 92px);
  --story-rhythm-chapter-end: clamp(112px, 13vw, 190px);
  --story-rhythm-chapter-start: clamp(86px, 10vw, 142px);
  color: var(--story-ink);
  background: var(--story-surface);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--story-header-height) + 28px);
}

body {
  min-width: 320px;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  overflow-x: clip;
  color: var(--story-ink);
  background: var(--story-surface);
}

body,
button,
a {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

figure,
blockquote,
p,
h1,
h2 {
  margin: 0;
}

.story-page :is(h1, h2) {
  text-wrap: balance;
}

.story-page :is(p, blockquote) {
  text-wrap: pretty;
}

.story-skip-link {
  position: fixed;
  z-index: 200;
  top: 10px;
  left: 10px;
  padding: 12px 16px;
  border-radius: 10px;
  color: #fff;
  background: var(--story-accent);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

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

.story-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--story-header-height);
  border-bottom: 1px solid var(--story-line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px) saturate(150%);
}

.story-header__progress {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--story-accent);
  transform: scaleX(0);
  transform-origin: left;
}

@supports (animation-timeline: scroll()) {
  .story-header__progress {
    animation: story-reading-progress linear both;
    animation-timeline: scroll(root block);
  }
}

@keyframes story-reading-progress {
  to {
    transform: scaleX(1);
  }
}

.story-header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  width: min(var(--story-width), calc(100% - 48px));
  height: 100%;
  margin-inline: auto;
}

.story-header__brand,
.story-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  color: var(--story-accent-dark);
  font-size: 16px;
  font-weight: 700;
}

.story-header__symbol,
.story-footer__brand span:first-child {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--story-accent);
}

.story-header__nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--story-muted);
  font-size: 14px;
  font-weight: 550;
}

.story-header__home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  gap: 9px;
  min-height: 44px;
  padding-inline: 18px;
  border: 1px solid var(--story-line);
  border-radius: 999px;
  color: var(--story-accent-dark);
  background: var(--story-surface);
  font-size: 14px;
  font-weight: 650;
}

.story-header__brand,
.story-header__nav a,
.story-header__home,
.story-hero__start,
.story-outline a,
.story-actions a,
.story-closing__button,
.story-closing__home,
.story-footer a {
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, opacity 180ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) {
  .story-header__brand:hover,
  .story-header__nav a:hover,
  .story-footer a:hover {
    opacity: 0.68;
  }

  .story-header__home:hover,
  .story-hero__start:hover,
  .story-outline a:hover {
    color: var(--story-accent);
    border-color: rgba(185, 14, 43, 0.34);
  }

  .story-actions a:hover,
  .story-closing__button:hover {
    transform: translateY(-3px);
  }
}

.story-page :is(a, button):focus-visible {
  outline: 3px solid var(--story-accent);
  outline-offset: 4px;
}

.story-hero {
  padding: clamp(42px, 6vw, 84px) 0 clamp(72px, 9vw, 128px);
  background: var(--story-paper);
}

.story-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(380px, 0.74fr);
  gap: clamp(48px, 7vw, 104px);
  width: min(var(--story-width), calc(100% - 48px));
  min-height: calc(100svh - var(--story-header-height) - 126px);
  margin-inline: auto;
}

.story-hero__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.story-hero__eyebrow,
.story-outline__label,
.story-actions__eyebrow,
.story-closing__eyebrow {
  color: var(--story-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.story-hero__title {
  max-width: 8ch;
  margin-top: var(--story-rhythm-kicker);
  color: var(--story-ink);
  font-size: clamp(72px, 10vw, 148px);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 0.82;
}

.story-hero__lead {
  display: grid;
  max-width: 720px;
  gap: var(--story-rhythm-text);
  margin-top: var(--story-rhythm-heading);
  padding-left: clamp(0px, 7vw, 118px);
  color: var(--story-muted);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.55;
}

.story-hero__lead p:first-child {
  color: var(--story-ink);
  font-size: clamp(21px, 1.9vw, 27px);
  font-weight: 520;
  line-height: 1.35;
}

.story-hero__start {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  gap: 28px;
  margin-top: var(--story-rhythm-action);
  margin-left: clamp(0px, 7vw, 118px);
  border-bottom: 1px solid rgba(185, 14, 43, 0.38);
  color: var(--story-accent-dark);
  font-size: 15px;
  font-weight: 650;
}

.story-media {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: var(--story-paper-deep);
}

.story-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-media--hero {
  min-height: 720px;
  align-self: stretch;
}

.story-media--hero img {
  object-position: 100% 50%;
}

.story-reading {
  padding-block: clamp(88px, 10vw, 152px) 0;
  background: var(--story-surface);
}

.story-reading__inner {
  --story-media-bleed: 34px;
  display: grid;
  grid-template-columns: 168px minmax(0, 720px) 224px;
  align-items: start;
  justify-content: center;
  gap: clamp(34px, 4.2vw, 68px);
  width: min(var(--story-width), calc(100% - 48px));
  margin-inline: auto;
}

.story-outline,
.story-actions {
  position: sticky;
  top: calc(var(--story-header-height) + 30px);
}

.story-outline__label {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--story-line);
}

.story-outline nav {
  display: grid;
}

.story-outline a {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  padding-block: 13px;
  border-bottom: 1px solid var(--story-line);
  color: var(--story-muted);
  font-size: 13px;
  line-height: 1.2;
}

.story-outline a span {
  color: var(--story-accent);
  font-variant-numeric: tabular-nums;
}

.story-article {
  min-width: 0;
}

.story-chapter {
  position: relative;
  padding-bottom: var(--story-rhythm-chapter-end);
}

.story-chapter + .story-chapter {
  padding-top: var(--story-rhythm-chapter-start);
  border-top: 1px solid var(--story-line);
}

.story-chapter__header {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  align-items: start;
  margin-bottom: var(--story-rhythm-heading);
}

.story-chapter__number {
  padding-top: 9px;
  color: var(--story-accent);
  font-size: 14px;
  font-weight: 720;
  font-variant-numeric: tabular-nums;
}

.story-chapter h2 {
  max-width: 12ch;
  color: var(--story-ink);
  font-size: clamp(42px, 5.3vw, 70px);
  font-weight: 620;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.story-chapter > p,
.story-quote p {
  margin-left: 78px;
  color: var(--story-ink);
  font-size: clamp(18px, 1.55vw, 21px);
  line-height: 1.62;
}

.story-chapter > p + p {
  margin-top: var(--story-rhythm-text);
}

.story-chapter__header + p {
  color: var(--story-accent-ink);
  font-size: clamp(21px, 1.9vw, 26px);
  font-weight: 520;
  line-height: 1.48;
}

.story-fact {
  margin-block: var(--story-rhythm-feature) !important;
  padding: 28px 30px;
  border-radius: 18px;
  color: #fff !important;
  background: var(--story-accent);
  font-size: clamp(21px, 2vw, 28px) !important;
  line-height: 1.25 !important;
}

.story-emphasis {
  margin-block: var(--story-rhythm-feature) !important;
  padding-block: 30px;
  border-top: 1px solid rgba(185, 14, 43, 0.34);
  border-bottom: 1px solid rgba(185, 14, 43, 0.34);
  color: var(--story-accent-dark) !important;
  font-size: clamp(24px, 2.6vw, 36px) !important;
  font-weight: 560;
  letter-spacing: -0.025em;
  line-height: 1.22 !important;
}

.story-final-thought {
  margin-top: var(--story-rhythm-feature) !important;
  margin-left: 0 !important;
  padding: clamp(36px, 5vw, 64px);
  border-radius: 28px;
  color: #fff !important;
  background: var(--story-accent);
  font-size: clamp(28px, 3.5vw, 48px) !important;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.08 !important;
}

.story-quote {
  width: calc(100% + 86px);
  margin: var(--story-rhythm-feature) 0 var(--story-rhythm-feature) -42px;
  padding: 44px 42px;
  border-top: 1px solid var(--story-accent);
  border-bottom: 1px solid var(--story-accent);
}

.story-quote p {
  margin-left: 0;
  color: var(--story-accent-dark);
  font-size: clamp(29px, 3vw, 43px);
  font-weight: 560;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.story-chapter > .story-media {
  width: calc(100% + var(--story-media-bleed) + var(--story-media-bleed));
  margin-top: var(--story-rhythm-media);
  margin-left: calc(0px - var(--story-media-bleed));
}

.story-media--archive {
  width: min(580px, 100%) !important;
  aspect-ratio: 931 / 1214;
  margin-left: auto !important;
}

.story-media--archive img {
  transform: scale(1.06);
}

.story-media--diptych {
  display: grid;
  align-items: end;
  gap: 10px;
  background: transparent;
  overflow: visible;
  border-radius: 0;
}

.story-media--diptych img {
  height: auto;
  border-radius: 24px;
}

.story-media--study {
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.story-media--study .story-media__study-group {
  grid-column: 1 / -1;
  height: auto;
}

.story-media--study .story-media__study-document {
  aspect-ratio: 929 / 640;
  height: 100%;
  object-fit: cover;
}

.story-media__study-document--top {
  object-position: 50% 0;
}

.story-media__study-document--bottom {
  object-position: 50% 100%;
}

.story-media--practice {
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  aspect-ratio: 1.42;
}

.story-media__practice-frame {
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
}

.story-media--practice img {
  height: 100%;
}

.story-media__practice-frame--procedure img {
  transform: scale(1.03);
}

.story-media--teaching {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
}

.story-media__teaching-frame {
  min-width: 0;
  aspect-ratio: 1.8;
  overflow: hidden;
  border-radius: 24px;
}

.story-media--teaching img {
  object-position: center;
}

.story-media--portrait-end {
  width: min(520px, 100%) !important;
  aspect-ratio: 4 / 5;
  margin-left: auto !important;
}

.story-media--portrait-end img {
  object-position: 50% 42%;
}

.story-chapter--documents {
  padding-bottom: clamp(98px, 11vw, 150px);
}

.documents-gallery {
  width: calc(100% + var(--story-media-bleed) + var(--story-media-bleed));
  margin-top: var(--story-rhythm-media);
  margin-left: calc(0px - var(--story-media-bleed));
  border-top: 1px solid var(--story-line);
  border-bottom: 1px solid var(--story-line);
}

.documents-gallery__summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px 48px;
  align-items: center;
  gap: 24px;
  min-height: 152px;
  padding: 26px 4px;
  cursor: pointer;
  list-style: none;
}

.documents-gallery__summary::-webkit-details-marker {
  display: none;
}

.documents-gallery__summary-copy {
  display: grid;
  gap: 12px;
}

.documents-gallery__label {
  color: var(--story-muted);
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.1em;
}

.documents-gallery__action {
  color: var(--story-accent-dark);
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 610;
  letter-spacing: -0.03em;
  line-height: 1;
}

.documents-gallery__action--close,
.documents-gallery[open] .documents-gallery__action--open {
  display: none;
}

.documents-gallery[open] .documents-gallery__action--close {
  display: block;
}

.documents-gallery__stack {
  position: relative;
  display: block;
  width: 94px;
  height: 98px;
}

.documents-gallery__stack span {
  position: absolute;
  inset: 8px 10px;
  overflow: hidden;
  border: 1px solid rgba(185, 14, 43, 0.18);
  border-radius: 9px;
  background: #fff;
  box-shadow: 5px 7px 18px rgba(62, 25, 32, 0.1);
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.documents-gallery__stack img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.documents-gallery__stack span:first-child {
  transform: translate(-8px, 7px) rotate(-8deg);
}

.documents-gallery__stack span:nth-child(2) {
  transform: translate(8px, 4px) rotate(7deg);
}

.documents-gallery[open] .documents-gallery__stack span:first-child {
  transform: translate(-16px, 5px) rotate(-12deg);
}

.documents-gallery[open] .documents-gallery__stack span:nth-child(2) {
  transform: translate(16px, 2px) rotate(11deg);
}

.documents-gallery__toggle {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(185, 14, 43, 0.24);
  border-radius: 50%;
  color: var(--story-accent);
  font-size: 21px;
  transition: color 180ms ease, background-color 180ms ease, transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.documents-gallery[open] .documents-gallery__toggle {
  color: #fff;
  background: var(--story-accent);
  transform: rotate(180deg);
}

.documents-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 190px;
  grid-auto-flow: dense;
  gap: 10px;
  padding: 10px 0 20px;
}

.documents-gallery__item {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
}

.documents-gallery__item {
  padding: 0;
  color: #fff;
  background: var(--story-paper-deep);
  cursor: zoom-in;
}

.documents-gallery__item--portrait {
  grid-row: span 2;
}

.documents-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.documents-gallery__item-meta {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 42px;
  padding: 8px 12px;
  border-radius: 12px;
  color: var(--story-accent-dark);
  background: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 680;
  backdrop-filter: blur(12px);
}

.documents-gallery__item-meta span:first-child {
  color: var(--story-accent);
  font-variant-numeric: tabular-nums;
}

.document-lightbox {
  width: min(1040px, calc(100% - 32px));
  max-width: none;
  max-height: calc(100% - 32px);
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 18px;
  background: transparent;
}

.document-lightbox::backdrop {
  background: rgba(24, 19, 20, 0.88);
  backdrop-filter: blur(12px);
}

.document-lightbox__figure {
  display: grid;
  max-height: calc(100vh - 32px);
  max-height: calc(100dvh - 32px);
  justify-items: center;
  gap: 12px;
}

.document-lightbox__figure img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 90px);
  max-height: calc(100dvh - 90px);
  border-radius: 14px;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.32);
}

.document-lightbox__figure figcaption {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

.document-lightbox__close {
  position: fixed;
  z-index: 2;
  top: 18px;
  right: 18px;
  display: grid;
  width: 50px;
  height: 50px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  background: rgba(20, 16, 17, 0.74);
  cursor: pointer;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}

@media (hover: hover) {
  .documents-gallery__summary:hover .documents-gallery__toggle {
    color: #fff;
    background: var(--story-accent);
  }

  .documents-gallery__item:hover img {
    transform: scale(1.025);
  }
}

.story-actions {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(185, 14, 43, 0.18);
  border-radius: 22px;
  background: var(--story-paper);
  transition: opacity 240ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.story-actions__title {
  color: var(--story-accent-ink);
  font-size: 19px;
  font-weight: 620;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.story-actions__buttons {
  display: grid;
  gap: 8px;
}

.story-actions a {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding-inline: 14px;
  border: 1px solid rgba(185, 14, 43, 0.2);
  border-radius: 999px;
  color: var(--story-accent-dark);
  background: var(--story-surface);
  font-size: 13px;
  font-weight: 680;
  text-align: center;
}

.story-actions a:first-child {
  border-color: var(--story-accent);
  color: #fff;
  background: var(--story-accent);
}

.story-actions.is-hidden {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translateY(24px);
}

.story-closing {
  padding: clamp(74px, 9vw, 130px) 24px;
  color: #fff;
  background: var(--story-accent);
}

.story-closing__inner {
  display: grid;
  max-width: 1040px;
  justify-items: center;
  margin-inline: auto;
  text-align: center;
}

.story-closing__eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.story-closing h2 {
  max-width: 18ch;
  margin-top: var(--story-rhythm-text);
  font-size: clamp(48px, 7.2vw, 96px);
  font-weight: 620;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.story-closing__inner > p:not(.story-closing__eyebrow) {
  max-width: 620px;
  margin-top: var(--story-rhythm-text);
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}

.story-closing__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: var(--story-rhythm-action);
}

.story-closing__button {
  display: inline-flex;
  min-width: 230px;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding-inline: 28px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
}

.story-closing__button--primary {
  color: var(--story-accent);
  background: #fff;
}

.story-closing__button--secondary {
  color: #fff;
  background: transparent;
}

.story-closing__home {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: var(--story-rhythm-action);
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 620;
}

.story-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  width: min(var(--story-width), calc(100% - 48px));
  min-height: 112px;
  margin-inline: auto;
  color: var(--story-muted);
  font-size: 13px;
}

.story-footer > a:last-child {
  justify-self: end;
  color: var(--story-accent-dark);
  font-weight: 650;
}

@media (max-width: 1180px) {
  .story-hero__inner,
  .story-reading__inner {
    width: calc(100% - 40px);
  }

  .story-reading__inner {
    --story-media-bleed: 16px;
    grid-template-columns: 138px minmax(0, 680px) 204px;
    gap: 32px;
  }
}

@media (max-width: 980px) {
  .story-header__nav {
    display: none;
  }

  .story-header__inner {
    grid-template-columns: 1fr auto;
  }

  .story-hero__inner {
    grid-template-columns: 1fr minmax(320px, 0.72fr);
    gap: 36px;
  }

  .story-hero__title {
    font-size: clamp(66px, 10vw, 104px);
  }

  .story-hero__lead,
  .story-hero__start {
    padding-left: 0;
    margin-left: 0;
  }

  .story-media--hero {
    min-height: 640px;
  }

  .story-reading__inner {
    grid-template-columns: minmax(0, 680px) 220px;
  }

  .story-outline {
    display: none;
  }

  .documents-gallery {
    width: 100%;
    margin-left: 0;
  }

  .documents-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 160px;
  }
}

@media (max-width: 760px) {
  :root {
    --story-header-height: 66px;
    --story-rhythm-kicker: 28px;
    --story-rhythm-action: 32px;
    --story-rhythm-heading: 38px;
    --story-rhythm-feature: 48px;
    --story-rhythm-media: 54px;
    --story-rhythm-chapter-end: 110px;
    --story-rhythm-chapter-start: 80px;
  }

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

  .story-header__inner {
    width: calc(100% - 28px);
  }

  .story-header__brand {
    gap: 8px;
    font-size: 14px;
  }

  .story-header__symbol {
    width: 30px;
    height: 30px;
  }

  .story-header__home {
    min-height: 40px;
    padding-inline: 14px;
    font-size: 13px;
  }

  .story-hero {
    padding: 42px 0 68px;
  }

  .story-hero__inner {
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
    min-height: 0;
  }

  .story-hero__title {
    margin-top: var(--story-rhythm-kicker);
    font-size: clamp(62px, 20vw, 96px);
    line-height: 0.84;
  }

  .story-hero__lead {
    margin-top: var(--story-rhythm-heading);
    font-size: 17px;
  }

  .story-hero__lead p:first-child {
    font-size: 21px;
  }

  .story-hero__start {
    margin-top: var(--story-rhythm-action);
  }

  .story-media--hero {
    min-height: 520px;
  }

  .story-media--hero img {
    object-position: 52% 50%;
  }

  .story-reading {
    padding-top: 80px;
  }

  .story-reading__inner {
    display: block;
    width: calc(100% - 28px);
  }

  .story-chapter {
    padding-bottom: var(--story-rhythm-chapter-end);
  }

  .story-chapter + .story-chapter {
    padding-top: var(--story-rhythm-chapter-start);
  }

  .story-chapter__header {
    grid-template-columns: 38px 1fr;
    gap: 12px;
    margin-bottom: var(--story-rhythm-heading);
  }

  .story-chapter__number {
    padding-top: 6px;
    font-size: 12px;
  }

  .story-chapter h2 {
    font-size: clamp(38px, 12.2vw, 54px);
    letter-spacing: -0.035em;
  }

  .story-chapter > p,
  .story-quote p {
    margin-left: 50px;
    font-size: 18px;
    line-height: 1.6;
  }

  .story-chapter__header + p {
    font-size: 21px;
  }

  .story-fact {
    margin-left: 0 !important;
    padding: 26px;
  }

  .story-emphasis {
    margin-left: 0 !important;
    font-size: 25px !important;
  }

  .story-final-thought {
    padding: 30px;
    font-size: 30px !important;
  }

  .story-quote {
    width: 100%;
    margin-left: 0;
    padding: 36px 0;
  }

  .story-quote p {
    margin-left: 0;
    font-size: 29px;
  }

  .story-chapter > .story-media {
    width: 100%;
    margin-top: var(--story-rhythm-media);
    margin-left: 0;
  }

  .story-media--archive,
  .story-media--portrait-end {
    width: min(100%, 480px) !important;
  }

  .documents-gallery {
    width: 100%;
    margin-left: 0;
  }

  .documents-gallery__summary {
    grid-template-columns: minmax(0, 1fr) 88px 44px;
    gap: 14px;
    min-height: 132px;
  }

  .documents-gallery__stack {
    width: 76px;
    height: 82px;
  }

  .documents-gallery__toggle {
    width: 44px;
    height: 44px;
  }

  .documents-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: clamp(98px, 31vw, 122px);
    gap: 8px;
  }

  .story-media--diptych {
    gap: 8px;
  }

  .story-actions {
    position: fixed;
    z-index: 90;
    top: var(--story-header-height);
    right: 12px;
    bottom: auto;
    left: 12px;
    display: block;
    padding: 8px;
    border-radius: 0 0 22px 22px;
    background: rgba(252, 249, 234, 0.94);
    box-shadow: 0 14px 38px rgba(52, 18, 27, 0.18);
    backdrop-filter: blur(18px) saturate(150%);
  }

  .story-actions__eyebrow,
  .story-actions__title {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .story-actions__buttons {
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }

  .story-actions a {
    min-height: 48px;
  }

  .story-actions.is-hidden {
    transform: translateY(calc(-100% - 24px));
  }

  .story-closing {
    padding-inline: 18px;
  }

  .story-closing h2 {
    margin-top: var(--story-rhythm-text);
    font-size: clamp(44px, 13.6vw, 68px);
  }

  .story-closing__actions {
    display: grid;
    width: 100%;
  }

  .story-closing__button {
    width: 100%;
    min-width: 0;
  }

  .story-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    width: calc(100% - 28px);
    padding-block: 38px;
    text-align: center;
  }

  .story-footer > a:last-child {
    justify-self: center;
  }
}

@media (max-width: 420px) {
  .story-header__home span:first-child {
    display: none;
  }

  .story-hero__title {
    font-size: clamp(58px, 19vw, 78px);
  }

  .story-media--hero {
    min-height: 450px;
  }

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

  .story-chapter__number {
    padding-top: 0;
  }

  .story-chapter > p,
  .story-quote p {
    margin-left: 0;
  }

  .story-media--practice {
    gap: 6px;
  }

  .story-media--diptych img {
    border-radius: 16px;
  }

  .story-media__practice-frame {
    border-radius: 16px;
  }

  .story-media__teaching-frame {
    border-radius: 16px;
  }

  .documents-gallery__summary {
    grid-template-columns: minmax(0, 1fr) 42px;
    min-height: 116px;
  }

  .documents-gallery__stack {
    display: none;
  }

  .documents-gallery__action {
    font-size: 24px;
  }


  .story-actions a {
    padding-inline: 10px;
    font-size: 12px;
  }
}

@media (max-width: 340px) {
  .story-actions a {
    padding-inline: 6px;
    font-size: 11px;
    letter-spacing: -0.015em;
  }
}

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

  .story-header__progress {
    display: none;
  }

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