:root {
  --wine: #772f46;
  --wine-dark: #4d1f30;
  --clay: #c56d54;
  --ink: #272120;
  --ink-soft: #625956;
  --canvas: #f7f1e9;
  --paper: #fffdf9;
  --blush: #e8ceca;
  --sage: #d8e0d6;
  --line: #cbbdb0;
  --display: Georgia, "Times New Roman", serif;
  --body: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  --page: min(1180px, calc(100% - 2rem));
  --reading: 720px;
  --shadow: 0 24px 70px rgba(51, 35, 32, 0.12);
}

.fonts-enabled {
  --display: "Playfair Display", Georgia, "Times New Roman", serif;
  --body: "Work Sans", "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: var(--body);
  font-size: 1.03rem;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

body.menu-locked {
  overflow: hidden;
}

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

h1,
h2,
h3 {
  hyphens: auto;
  overflow-wrap: normal;
}

a {
  color: var(--wine);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--wine-dark);
}

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

:focus-visible {
  outline: 3px solid var(--clay);
  outline-offset: 4px;
}

.skipJump {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.65rem 0.9rem;
  color: #fff;
  background: var(--wine-dark);
  transform: translateY(-160%);
}

.skipJump:focus {
  transform: translateY(0);
}

.adNotice {
  padding: 0.48rem 1rem;
  color: #fff8f3;
  background: var(--wine-dark);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.adNotice a {
  color: inherit;
}

.topFrame {
  position: sticky;
  z-index: 30;
  top: 0;
  border-bottom: 1px solid rgba(119, 47, 70, 0.16);
  background: rgba(247, 241, 233, 0.94);
  backdrop-filter: blur(16px);
}

.topFrame__inner {
  width: var(--page);
  min-height: 5rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.identity {
  color: var(--ink);
  text-decoration: none;
}

.identity__name {
  display: block;
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
}

.identity__tag {
  display: block;
  margin-top: 0.35rem;
  color: var(--ink-soft);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.navFold {
  display: flex;
  align-items: center;
  gap: 1.7rem;
}

.navFold a {
  color: var(--ink);
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.navFold a:hover {
  color: var(--wine);
}

.navFold .navFold__accent {
  padding: 0.65rem 1rem;
  border: 1px solid var(--wine);
  color: var(--wine);
}

.menuKey {
  display: none;
  width: 2.9rem;
  height: 2.9rem;
  padding: 0;
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
}

.menuKey span {
  display: block;
  width: 1.25rem;
  height: 2px;
  margin: 0.25rem auto;
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.heroSpread {
  width: var(--page);
  margin: 0 auto;
  padding: clamp(2.5rem, 5vw, 5rem) 0 clamp(3rem, 6vw, 5.5rem);
}

.heroSpread__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
}

.editionMark,
.folio__label,
.sectionMark,
.miniTitle {
  margin: 0 0 1rem;
  color: var(--wine);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.heroSpread h1 {
  max-width: 15ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.8rem, 5.15vw, 4.2rem);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1;
}

.heroSpread__deck {
  max-width: 58ch;
  margin: 1.6rem 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.65;
}

.heroAction {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding: 0.82rem 1.05rem;
  border: 1px solid var(--wine);
  color: #fff;
  background: var(--wine);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.heroAction::after {
  content: "↓";
}

.heroAction:hover {
  color: #fff;
  background: var(--wine-dark);
}

.heroSpread__visual {
  margin: 0;
  aspect-ratio: 6 / 6;
}

.heroSpread__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% center;
  box-shadow: var(--shadow);
}

.heroSpread__visual figcaption,
.photoPlate figcaption {
  margin-top: 0.75rem;
  padding-left: 2.8rem;
  color: var(--ink-soft);
  font-size: 0.78rem;
  line-height: 1.55;
  position: relative;
}

.heroSpread__visual figcaption::before,
.photoPlate figcaption::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 2rem;
  border-top: 1px solid var(--wine);
  content: "";
}

.editionData {
  margin: 1.8rem 0 0;
  padding: 1.2rem 0 0;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.editionData dl {
  min-width: 0;
  margin: 0;
}

.editionData dt {
  color: var(--ink-soft);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.editionData dd {
  margin: 0.25rem 0 0;
  font-family: var(--display);
  font-size: 0.95rem;
  line-height: 1.3;
}

.chapterRibbon {
  position: sticky;
  z-index: 25;
  top: 5rem;
  border-block: 1px solid var(--line);
  background: var(--paper);
  box-shadow: 0 8px 20px rgba(51, 35, 32, 0.06);
}

.chapterRibbon__inner {
  width: var(--page);
  margin: 0 auto;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.chapterRibbon strong {
  flex: 0 0 auto;
  color: var(--wine);
  font-family: var(--display);
}

.chapterRibbon ol {
  display: flex;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  list-style: none;
  scrollbar-width: thin;
}

.chapterRibbon li {
  flex: 0 0 auto;
}

.chapterRibbon a {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

.openingNote {
  width: min(var(--reading), calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
}

.openingNote__lead {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.65rem, 3.2vw, 2.55rem);
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.openingNote__source {
  margin: 2rem 0 0;
  padding: 1.2rem 0 0 2rem;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.85rem;
}

.folio {
  width: var(--page);
  margin: 0 auto clamp(4.5rem, 8vw, 7rem);
}

.folio__head {
  display: grid;
  grid-template-columns: 0.32fr 1fr;
  gap: 2rem;
  margin-bottom: 2.7rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--ink);
}

.folio__head h2 {
  max-width: 17ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.folio__head p {
  max-width: 46ch;
  margin: 0.5rem 0 0;
  color: var(--ink-soft);
}

.twoWeekLedger {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--line);
  background: var(--paper);
}

.twoWeekLedger article {
  padding: clamp(1.5rem, 4vw, 3.5rem);
}

.twoWeekLedger article + article {
  border-left: 1px solid var(--line);
  background: var(--sage);
}

.twoWeekLedger h3 {
  margin: 0 0 1.3rem;
  font-family: var(--display);
  font-size: 1.7rem;
}

.numberedLines {
  margin: 0;
  padding: 0;
  counter-reset: ledger;
  list-style: none;
}

.numberedLines li {
  position: relative;
  padding: 0.95rem 0 0.95rem 2.6rem;
  border-top: 1px solid rgba(39, 33, 32, 0.14);
  counter-increment: ledger;
}

.numberedLines li::before {
  position: absolute;
  top: 1.05rem;
  left: 0;
  color: var(--wine);
  font-family: var(--display);
  font-size: 1.2rem;
  content: counter(ledger, decimal-leading-zero);
}

.storyRun {
  overflow: hidden;
}

.storyScene {
  width: var(--page);
  margin: 0 auto clamp(4.75rem, 8vw, 8rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(2rem, 5vw, 5rem);
}

.storyScene--reverse .storyScene__copy {
  order: 2;
}

.storyScene--reverse .storyScene__side {
  order: 1;
}

.storyScene__copy {
  max-width: 620px;
}

.storyScene__copy h2 {
  margin: 0 0 1.5rem;
  font-family: var(--display);
  font-size: clamp(2.1rem, 3.8vw, 3.65rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.storyScene__copy > p {
  margin: 0 0 1rem;
  font-size: 1.05rem;
}

.sceneNumber {
  display: block;
  margin-bottom: 1.5rem;
  color: var(--clay);
  font-family: var(--display);
  font-size: clamp(3.5rem, 7vw, 6.5rem);
  line-height: 0.7;
}

.marginNotes {
  margin-top: 2rem;
  padding: 1.5rem;
  border-left: 5px solid var(--wine);
  background: var(--paper);
  box-shadow: 0 12px 32px rgba(51, 35, 32, 0.07);
}

.marginNotes h3,
.resourceLine h3 {
  margin: 0 0 0.7rem;
  font-family: var(--display);
  font-size: 1.2rem;
}

.marginNotes ul,
.marginNotes ol {
  margin: 0;
  padding-left: 1.2rem;
}

.marginNotes li + li {
  margin-top: 0.5rem;
}

.resourceLine {
  margin-top: 1.5rem;
  padding-top: 1.3rem;
  border-top: 1px solid var(--line);
}

.resourceLine ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.resourceLine li {
  padding: 0.5rem 0;
}

.token {
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0.1rem 0.42rem;
  border: 1px solid currentColor;
  color: #376348;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.token--paid {
  color: var(--wine);
}

.storyScene__side {
  min-width: 0;
}

.fieldCard {
  position: relative;
  padding: clamp(2rem, 5vw, 4.5rem);
  border: 1px solid rgba(119, 47, 70, 0.14);
  background: var(--blush);
}

.fieldCard::after {
  position: absolute;
  right: -6rem;
  bottom: -6rem;
  width: 12rem;
  height: 12rem;
  border: 1px solid rgba(119, 47, 70, 0.35);
  border-radius: 50%;
  content: "";
}

.fieldCard h3 {
  max-width: 16ch;
  margin: 0 0 1.4rem;
  font-family: var(--display);
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  line-height: 1.18;
}

.fieldCard blockquote {
  margin: 0;
  font-family: var(--display);
  font-size: 1.25rem;
  font-style: italic;
}

.photoPlate {
  margin: 0;
  aspect-ratio: 8 / 10;
}

.photoPlate img {
  width: 100%;
  height: 100%;
  /* aspect-ratio: 16 / 10; */
  object-fit: cover;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.photoPlate--tall img {
  aspect-ratio: 4 / 5;
}

.fullQuote {
  margin: 0 0 clamp(4.75rem, 8vw, 8rem);
  padding: clamp(3.5rem, 7vw, 7rem) max(1rem, calc((100% - 980px) / 2));
  color: #fff8f3;
  background: var(--wine-dark);
  text-align: center;
}

.fullQuote p {
  margin: 0 auto;
  font-family: var(--display);
  font-size: clamp(2rem, 4.8vw, 4.8rem);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.fullQuote cite {
  display: block;
  margin-top: 1.5rem;
  color: #eac6bf;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pitfallSheet {
  width: min(960px, calc(100% - 2rem));
  margin: 0 auto clamp(4.75rem, 8vw, 8rem);
  padding: clamp(2rem, 6vw, 5rem);
  border: 1px solid var(--ink);
  background: var(--paper);
}

.pitfallSheet h2 {
  margin: 0 0 2rem;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.1;
}

.pitfallSheet dl {
  margin: 0;
}

.pitfallSheet dt {
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
  color: var(--wine);
  font-weight: 800;
}

.pitfallSheet dd {
  margin: 0.35rem 0 1.1rem;
}

.choiceGallery {
  padding: clamp(4rem, 7vw, 7rem) 1rem;
  background: var(--sage);
}

.choiceGallery__inner {
  width: min(1040px, 100%);
  margin: 0 auto;
}

.choiceGallery__inner > h2 {
  max-width: 15ch;
  margin: 0 auto 1rem;
  font-family: var(--display);
  font-size: clamp(2.2rem, 4.4vw, 4.1rem);
  line-height: 1.05;
  text-align: center;
}

.choiceGallery__intro {
  max-width: 52ch;
  margin: 0 auto 3rem;
  color: var(--ink-soft);
  text-align: center;
}

.choiceGallery__rows {
  border-top: 1px solid var(--ink);
}

.choiceRow {
  display: grid;
  grid-template-columns: 0.25fr 0.75fr 0.2fr;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--ink);
  align-items: start;
}

.choiceRow h3,
.choiceRow p {
  margin: 0;
}

.choiceRow h3 {
  font-family: var(--display);
  font-size: 1.35rem;
}

.choiceRow strong {
  color: var(--wine);
  font-size: 0.73rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.recommendation {
  padding: clamp(4.5rem, 8vw, 8rem) 1rem;
  color: #fff9f4;
  background: var(--ink);
}

.recommendation__inner {
  width: min(800px, 100%);
  margin: 0 auto;
  text-align: center;
}

.recommendation h2 {
  margin: 0 0 1.5rem;
  font-family: var(--display);
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1;
}

.recommendation p {
  max-width: 56ch;
  margin: 0 auto 1.5rem;
  color: #d8ceca;
}

.primaryLink {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.95rem 1.25rem;
  border: 1px solid #f4d8d1;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.primaryLink:hover {
  color: var(--ink);
  background: #f4d8d1;
}

.recommendation .finePrint {
  margin-top: 1rem;
  font-size: 0.76rem;
}

.publisherNote {
  width: min(780px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 7rem) 0;
  font-size: 0.92rem;
  text-align: center;
}

.siteEnd {
  padding: 3.5rem 0 1.5rem;
  color: #eadfdb;
  background: #211b1a;
}

.siteEnd__grid {
  width: var(--page);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 3rem;
}

.siteEnd__brand {
  margin: 0 0 0.7rem;
  color: #fff;
  font-family: var(--display);
  font-size: 1.8rem;
}

.siteEnd h2 {
  margin: 0 0 0.8rem;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.siteEnd p {
  margin: 0;
  font-size: 0.86rem;
}

.siteEnd ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.siteEnd li + li {
  margin-top: 0.45rem;
}

.siteEnd a {
  color: #eadfdb;
}

.siteEnd__bottom {
  width: var(--page);
  margin: 2.8rem auto 0;
  padding-top: 1rem;
  border-top: 1px solid #4b403e;
  color: #bfb2ae;
  font-size: 0.75rem;
}

.consentTray {
  position: fixed;
  z-index: 60;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: none;
  max-width: 760px;
  margin: 0 auto;
  padding: 1rem;
  border: 1px solid #635654;
  color: #f8f1ec;
  background: #211b1a;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
}

.consentTray.is-visible {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
}

.consentTray p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
}

.consentTray a {
  color: #f4d8d1;
}

.consentTray__actions {
  display: flex;
  gap: 0.5rem;
}

.consentTray button {
  padding: 0.65rem 0.8rem;
  border: 1px solid #f4d8d1;
  color: #fff;
  background: transparent;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 800;
  cursor: pointer;
}

.consentTray button[data-consent="accept"] {
  color: var(--ink);
  background: #f4d8d1;
}

.legalPage {
  min-height: 65vh;
}

.legalHero {
  width: min(880px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 7rem) 0 2.5rem;
  border-bottom: 1px solid var(--ink);
}

.crumbLine {
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.legalHero h1 {
  margin: 1.2rem 0 0.7rem;
  font-family: var(--display);
  font-size: clamp(2.7rem, 7vw, 6rem);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1;
}

.legalHero p {
  max-width: 52ch;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.legalText {
  width: min(760px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 3.5rem 0 7rem;
}

.legalText h2 {
  margin: 2.5rem 0 0.7rem;
  font-family: var(--display);
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  line-height: 1.25;
}

.legalText h2:first-child {
  margin-top: 0;
}

.legalText ul {
  padding-left: 1.25rem;
}

.legalText code {
  padding: 0.15rem 0.35rem;
  background: var(--blush);
}

.dateStamp {
  margin-top: 3rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.8rem;
}

.contactLedger {
  margin: 0;
  border-top: 1px solid var(--ink);
  display: grid;
  grid-template-columns: 0.35fr 0.65fr;
}

.contactLedger dt {
  padding: 0.85rem 1rem 0.85rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--wine);
  font-weight: 800;
}

.contactLedger dd {
  margin: 0;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
}

@media (max-width: 900px) {
  .photoPlate {
    aspect-ratio: unset;
  }

  .heroSpread__grid,
  .storyScene {
    grid-template-columns: 1fr;
  }

  .heroSpread__copy {
    max-width: 760px;
  }

  .heroSpread__visual {
    margin-left: auto;
    height: 400px;
    aspect-ratio: 0;
  }

  .heroSpread__visual img {
    aspect-ratio: 16 / 10;
  }

  .storyScene__copy,
  .storyScene__side {
    width: auto;
    max-width: none;
  }

  .storyScene--reverse .storyScene__copy,
  .storyScene--reverse .storyScene__side {
    order: initial;
  }

  .storyScene--reverse .storyScene__copy {
    margin-left: auto;
  }

  .storyScene--reverse .storyScene__side {
    margin-right: auto;
  }

  .photoPlate--tall img {
    aspect-ratio: 16 / 10;
  }

  .siteEnd__grid {
    grid-template-columns: 1.2fr 0.8fr;
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 5.5rem;
  }

  .adNotice {
    font-size: 0.62rem;
    letter-spacing: 0.08em;
  }

  .topFrame__inner {
    min-height: 4.3rem;
  }

  .chapterRibbon {
    top: 4.3rem;
  }

  .identity__tag {
    display: none;
  }

  .menuKey {
    display: block;
  }

  .menuKey[aria-expanded="true"] span:first-child {
    transform: translateY(6px) rotate(45deg);
  }

  .menuKey[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menuKey[aria-expanded="true"] span:last-child {
    transform: translateY(-6px) rotate(-45deg);
  }

  .navFold {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    padding: 2rem 1rem;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .navFold.is-open {
    display: grid;
    gap: 1.3rem;
  }

  .navFold a {
    font-size: 1rem;
    text-align: center;
  }

  .heroSpread h1 {
    max-width: 16ch;
    font-size: clamp(2.55rem, 12vw, 4rem);
  }

  .heroSpread__deck,
  .storyScene__copy > p {
    font-size: 1rem;
  }

  .storyScene {
    margin-bottom: 4.75rem;
  }

  .storyScene__copy h2 {
    font-size: clamp(2rem, 9vw, 3.1rem);
  }

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

  .folio__head {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

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

  .twoWeekLedger article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .choiceRow {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

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

  .consentTray.is-visible {
    grid-template-columns: 1fr;
  }

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

  .contactLedger dt {
    padding-bottom: 0.1rem;
    border-bottom: 0;
  }

  .contactLedger dd {
    padding-top: 0.1rem;
  }
}

@media (max-width: 480px) {
  :root {
    --page: calc(100% - 1.25rem);
  }

  .heroSpread__visual figcaption,
  .photoPlate figcaption {
    padding-left: 0;
  }

  .heroSpread__visual figcaption::before,
  .photoPlate figcaption::before {
    display: none;
  }

  .chapterRibbon__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
  }

  .chapterRibbon ol {
    width: 100%;
  }

  .consentTray {
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
