@font-face {
  font-family: "Mass Shippori Display";
  src: url("../fonts/song/ShipporiMinchoB1-Medium-subset.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Mass Shippori Reading";
  src: url("../fonts/song/ShipporiMinchoB1-Regular-subset.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Mass Zen Utility";
  src: url("../fonts/song/ZenKakuGothicNew-Medium-subset.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  --paper: #eee9df;
  --paper-light: #f5f1e9;
  --paper-warm: #e4dacb;
  --paper-deep: #d6cbb9;
  --ink: #20241f;
  --ink-soft: #434942;
  --muted: #6f726b;
  --forest: #1c2b23;
  --sea: #5f7a7d;
  --rust: #9b7350;
  --line: rgba(32, 36, 31, 0.2);
  --display: "Mass Shippori Display", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --reading: "Mass Shippori Reading", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --utility: "Mass Zen Utility", system-ui, sans-serif;
}

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

[hidden] {
  display: none !important;
}

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

html {
  background: var(--paper);
  color: var(--ink);
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--reading);
  font-size: 17px;
  font-weight: 400;
  line-height: 2.04;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--paper-light);
  color: var(--ink);
  font-family: var(--utility);
  font-size: 13px;
  transform: translateY(-180%);
}

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

:focus-visible {
  outline: 2px solid var(--rust);
  outline-offset: 4px;
}

.review-band {
  position: relative;
  z-index: 20;
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 8px 20px;
  border-bottom: 1px solid var(--line);
  background: var(--paper-light);
  color: var(--muted);
  font-family: var(--utility);
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.review-band strong {
  color: #714c3c;
  font-weight: 500;
}

.work-nav {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px max(5vw, 24px);
  border-bottom: 1px solid var(--line);
  background: var(--paper-light);
  color: var(--muted);
  font-family: var(--utility);
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.work-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  color: var(--ink-soft);
  text-decoration: none;
}

.work-nav a:hover {
  color: var(--forest);
}

.work-nav p {
  text-align: right;
}

.work-nav p span {
  color: var(--sea);
}

.utility-label,
.chapter__number,
.peak-number {
  color: var(--muted);
  font-family: var(--utility);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.06em;
}

.story-photo {
  position: relative;
  overflow: hidden;
  background: var(--paper-deep);
}

.story-photo figcaption {
  position: absolute;
  right: 18px;
  bottom: 14px;
  left: 18px;
  color: rgba(248, 244, 236, 0.93);
  font-size: 11px;
  line-height: 1.7;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.72);
}

.hero {
  display: grid;
  min-height: calc(100svh - 96px);
  grid-template-columns: minmax(330px, 0.82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: clamp(48px, 7vw, 118px);
  padding: clamp(76px, 9vw, 136px) max(5.5vw, 48px);
  background: var(--paper-light);
}

.hero__copy {
  width: min(100%, 500px);
  justify-self: end;
}

.hero h1 {
  margin-top: 28px;
  font-family: var(--display);
  font-size: clamp(40px, 4.4vw, 64px);
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: 0.01em;
}

.hero__lead {
  margin-top: 48px;
  color: var(--ink-soft);
}

.hero__to {
  margin-top: 54px;
  color: var(--sea);
  font-family: var(--display);
  font-size: 15px;
}

.song-player {
  min-width: 0;
  margin-top: 46px;
  padding: 28px 0 25px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.song-player__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.song-player__title {
  min-width: 0;
}

.song-player__kicker,
.song-player__note {
  font-family: var(--utility);
  font-weight: 500;
}

.song-player__kicker {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.55;
  letter-spacing: 0.025em;
}

.song-player__heading h2 {
  margin-top: 7px;
  color: var(--forest);
  font-family: var(--display);
  font-size: clamp(24px, 2.2vw, 31px);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.song-player__note {
  max-width: 12em;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.75;
  text-align: right;
}

.song-player__audio {
  display: block;
  width: 100%;
  height: 44px;
  margin-top: 16px;
}

.song-player.is-enhanced .song-player__audio {
  display: none;
}

.song-player__controls {
  display: grid;
  grid-template-columns: 84px minmax(150px, 1fr) auto;
  align-items: center;
  gap: 22px;
  margin-top: 25px;
  min-width: 0;
}

.song-player__toggle,
.song-player__mute,
.song-player__dock {
  min-height: 44px;
  border: 0;
  background: transparent;
  color: var(--forest);
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.song-player__toggle {
  display: grid;
  width: 84px;
  height: 84px;
  min-height: 84px;
  place-content: center;
  gap: 9px;
  padding: 0;
  border: 1px solid rgba(95, 122, 125, 0.54);
  border-radius: 50%;
  font-size: 10px;
  letter-spacing: 0.02em;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.song-player__toggle-mark {
  display: block;
  width: 0;
  height: 0;
  justify-self: center;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid currentColor;
  transform: translateX(2px);
}

.song-player__mute {
  min-width: 0;
  min-height: 44px;
  padding: 0 2px;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  color: var(--muted);
  font-size: 10px;
}

.song-player__toggle:hover,
.song-player__mute:hover,
.song-player__dock:hover {
  border-color: var(--rust);
}

.song-player__toggle:disabled,
.song-player__mute:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.song-player__toggle[aria-pressed="true"] {
  border-color: var(--forest);
  background: var(--forest);
  color: var(--paper-light);
}

.song-player__toggle[aria-pressed="true"] .song-player__toggle-mark {
  width: 11px;
  height: 14px;
  border: 0;
  background: linear-gradient(to right, currentColor 0 3px, transparent 3px 8px, currentColor 8px 11px);
  transform: none;
}

.song-player__timeline {
  min-width: 0;
}

.song-player__time-row {
  display: flex;
  min-height: 20px;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.song-player__progress-label {
  display: grid;
  min-width: 0;
  min-height: 34px;
  align-items: center;
}

.song-player__progress {
  --song-progress: 0%;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  max-width: 100%;
  min-width: 72px;
  height: 28px;
  margin: 0;
  background: transparent;
  cursor: pointer;
}

.song-player__progress::-webkit-slider-runnable-track {
  height: 1px;
  border: 0;
  background: linear-gradient(to right, var(--rust) 0 var(--song-progress), rgba(32, 36, 31, 0.24) var(--song-progress) 100%);
}

.song-player__progress::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  margin-top: -5.5px;
  border: 1px solid var(--forest);
  border-radius: 50%;
  background: var(--paper-light);
  box-shadow: 0 0 0 4px rgba(245, 241, 233, 0.84);
}

.song-player__progress::-moz-range-track {
  height: 1px;
  border: 0;
  background: rgba(32, 36, 31, 0.24);
}

.song-player__progress::-moz-range-progress {
  height: 1px;
  background: var(--rust);
}

.song-player__progress::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: 1px solid var(--forest);
  border-radius: 50%;
  background: var(--paper-light);
  box-shadow: 0 0 0 4px rgba(245, 241, 233, 0.84);
}

.song-player__progress:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.song-player__time,
.song-player__status {
  color: var(--muted);
  font-family: var(--utility);
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  line-height: 1.55;
  letter-spacing: 0.025em;
}

.song-player__time {
  white-space: nowrap;
}

.song-player__status {
  min-width: 0;
  color: var(--ink-soft);
}

.song-player__dock {
  position: fixed;
  z-index: 80;
  right: max(16px, env(safe-area-inset-right));
  bottom: max(16px, env(safe-area-inset-bottom));
  min-width: 88px;
  padding: 0 17px;
  border: 1px solid var(--forest);
  border-radius: 2px;
  background: rgba(28, 43, 35, 0.96);
  color: var(--paper-light);
  box-shadow: 0 8px 28px rgba(40, 38, 31, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.song-player__dock[aria-pressed="false"] {
  border-color: rgba(32, 36, 31, 0.32);
  background: rgba(245, 241, 233, 0.94);
  color: var(--forest);
}

.story-photo--road {
  width: min(100%, 800px);
  aspect-ratio: 4 / 3;
  justify-self: start;
  box-shadow: 0 22px 68px rgba(46, 42, 34, 0.14);
}

.story-photo--road img {
  object-position: 50% 43%;
  filter: brightness(1.14) saturate(0.94);
}

.chapter {
  position: relative;
}

.chapter h2 {
  font-family: var(--display);
  font-weight: 500;
}

.chapter__header {
  display: grid;
  width: min(1120px, calc(100% - 96px));
  grid-template-columns: 54px 1fr;
  gap: 28px;
  margin: 0 auto;
}

.chapter__header h2,
.seawall-heading h2,
.return-copy h2,
.bridge-copy h2 {
  margin-top: 22px;
  font-size: clamp(30px, 3.4vw, 49px);
  line-height: 1.68;
}

.lyrics {
  display: grid;
  gap: 34px;
  color: var(--ink-soft);
}

.chapter--ordinary {
  padding: clamp(120px, 13vw, 198px) 0 clamp(138px, 15vw, 224px);
  background: var(--paper);
}

.ordinary-grid {
  display: grid;
  width: min(1200px, calc(100% - 96px));
  grid-template-columns: minmax(300px, 0.76fr) minmax(540px, 1.24fr);
  align-items: end;
  gap: clamp(62px, 9vw, 150px);
  margin: clamp(72px, 8vw, 126px) auto 0;
}

.lyrics--ordinary {
  width: min(100%, 430px);
  justify-self: end;
}

.story-photo--car {
  aspect-ratio: 4 / 3;
  box-shadow: 0 20px 62px rgba(48, 43, 34, 0.12);
}

.story-photo--car img {
  object-position: 50% 48%;
  filter: brightness(1.08) saturate(0.94);
}

.chapter--seawall {
  padding: clamp(118px, 12vw, 184px) 0 clamp(126px, 13vw, 200px);
  background: var(--paper-light);
}

.seawall-heading {
  display: grid;
  width: min(1040px, calc(100% - 96px));
  grid-template-columns: 54px 1fr;
  gap: 28px;
  margin: 0 auto;
}

.story-photo--seawall {
  width: min(1220px, calc(100% - 96px));
  aspect-ratio: 3 / 2;
  margin: clamp(70px, 8vw, 120px) auto 0;
  box-shadow: 0 24px 72px rgba(48, 43, 34, 0.12);
}

.story-photo--seawall img {
  object-position: 50% 54%;
  filter: brightness(1.08) saturate(0.92);
}

.lyrics--seawall {
  width: min(440px, calc(100% - 96px));
  margin: clamp(58px, 6vw, 92px) calc(50% + 5vw) 0 auto;
}

.chapter--chorus {
  display: grid;
  min-height: 82svh;
  grid-template-columns: 20px minmax(330px, 520px) minmax(220px, 380px);
  align-items: center;
  justify-content: center;
  gap: clamp(44px, 7vw, 112px);
  padding: clamp(112px, 12vw, 180px) max(7vw, 48px);
  background: var(--paper-warm);
}

.chorus-mark {
  width: 1px;
  height: min(330px, 44vh);
  justify-self: center;
  background: var(--rust);
}

.chorus-copy h2 {
  margin-top: 22px;
  color: var(--forest);
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.5;
  white-space: nowrap;
}

.chorus-copy .lyrics {
  margin-top: 46px;
}

.chorus-note {
  align-self: end;
  padding-bottom: 18px;
  color: var(--sea);
  font-size: 13px;
  line-height: 2;
}

.chapter--return {
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(520px, 1.16fr) minmax(330px, 0.84fr);
  align-items: center;
  gap: clamp(62px, 9vw, 150px);
  padding: clamp(118px, 12vw, 182px) max(6vw, 52px);
  background: var(--paper);
}

.story-photo--dusk {
  width: min(100%, 760px);
  aspect-ratio: 4 / 3;
  justify-self: end;
  box-shadow: 0 20px 62px rgba(48, 43, 34, 0.12);
}

.story-photo--dusk img {
  object-position: 50% 50%;
  filter: brightness(1.14) saturate(0.94);
}

.return-copy {
  width: min(100%, 470px);
}

.return-copy .utility-label {
  margin-top: 24px;
}

.return-copy .lyrics {
  margin-top: 54px;
}

.chapter--bridge {
  display: grid;
  min-height: 92svh;
  place-items: center;
  padding: 130px 32px 170px;
  background: var(--paper-light);
}

.bridge-copy {
  width: min(600px, 100%);
}

.bridge-copy .utility-label {
  margin-top: 24px;
}

.bridge-copy .lyrics {
  width: min(430px, 100%);
  margin: 62px 0 0 auto;
}

.chapter--peak {
  min-height: 115svh;
  display: grid;
  place-items: center;
  overflow: clip;
  padding: clamp(116px, 13vw, 198px) max(5vw, 38px);
  background: var(--paper-warm);
}

.peak-number {
  position: absolute;
  top: clamp(48px, 5vw, 76px);
  left: max(5vw, 38px);
}

.story-photo--walk {
  width: min(78vw, 1160px);
  aspect-ratio: 3 / 2;
  box-shadow: 0 26px 82px rgba(53, 45, 32, 0.15);
}

.story-photo--walk img {
  object-position: 52% 58%;
  filter: brightness(1.08) saturate(0.92);
}

.peak-copy {
  position: absolute;
  right: max(5vw, 38px);
  bottom: clamp(48px, 6vw, 94px);
  width: min(590px, 46vw);
  padding: clamp(38px, 4vw, 62px);
  background: rgba(247, 243, 235, 0.97);
  box-shadow: 10px 16px 42px rgba(50, 43, 33, 0.15);
}

.peak-copy h2 {
  margin-top: 18px;
  font-size: clamp(38px, 4.2vw, 60px);
  line-height: 1.45;
  white-space: nowrap;
}

.peak-copy .lyrics {
  gap: 24px;
  margin-top: 30px;
}

.afterglow {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: 118px 32px 178px;
  background: var(--paper-light);
  text-align: center;
}

.afterglow__copy {
  width: min(420px, 100%);
}

.afterglow h2 {
  margin-top: 42px;
  font-family: var(--display);
  font-size: 26px;
  font-weight: 500;
}

.afterglow__copy > p:not(.utility-label) {
  margin-top: 34px;
}

.afterglow__last {
  margin-top: 78px !important;
  color: var(--forest);
  font-family: var(--display);
  font-size: 21px;
}

.song-passage {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(420px, 1.18fr);
  align-items: center;
  gap: clamp(56px, 8vw, 132px);
  padding: clamp(118px, 13vw, 190px) max(6vw, 34px);
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.song-passage__copy {
  width: min(100%, 500px);
  justify-self: end;
}

.song-passage__copy h2 {
  margin-top: 22px;
  font-family: var(--display);
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 500;
  line-height: 1.65;
}

.song-passage__copy > p:not(.utility-label) {
  width: min(100%, 410px);
  margin-top: 34px;
  color: var(--ink-soft);
  font-size: 14px;
}

.song-passage__primary,
.song-passage__return {
  display: flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  color: var(--forest);
  text-decoration: none;
}

.song-passage__primary {
  gap: 10px;
  margin-top: 42px;
  border-bottom: 1px solid rgba(32, 36, 31, 0.32);
  font-family: var(--display);
  font-size: 16px;
}

.song-passage__return {
  margin-top: 16px;
  color: var(--muted);
  font-family: var(--utility);
  font-size: 10px;
}

.song-passage__photo {
  width: min(100%, 780px);
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--paper-deep);
  box-shadow: 0 26px 76px rgba(37, 38, 32, 0.14);
}

.song-passage__photo img {
  object-position: 50% 50%;
  filter: brightness(1.08) saturate(0.92);
}

.work-footer {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px max(5vw, 24px);
  border-top: 1px solid var(--line);
  background: var(--paper-light);
  color: var(--muted);
  font-family: var(--utility);
  font-size: 9px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.work-footer__eyebrow {
  color: var(--sea);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.work-footer__return {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 8px;
  color: var(--forest);
  font-family: var(--reading);
  font-size: 13px;
  line-height: 1.7;
  text-decoration: none;
  border-bottom: 1px solid rgba(32, 36, 31, 0.28);
}

.work-footer__return:hover {
  border-color: currentColor;
}

.work-footer__meta {
  text-align: right;
}

@media (max-width: 900px) {
  body {
    font-size: 16px;
    line-height: 2;
  }

  .review-band {
    justify-content: space-between;
    gap: 12px;
    padding-inline: 16px;
    font-size: 9px;
  }

  .work-nav {
    padding-inline: 16px;
  }

  .hero {
    min-height: 0;
    min-width: 0;
    grid-template-columns: 1fr;
    gap: 58px;
    padding: 82px 20px 118px;
  }

  .hero__copy {
    width: min(100%, 540px);
    min-width: 0;
    justify-self: center;
  }

  .hero h1 {
    margin-top: 22px;
    font-size: 32px;
    line-height: 1.58;
  }

  .hero__lead {
    margin-top: 38px;
  }

  .hero__to {
    margin-top: 40px;
  }

  .song-player {
    margin-top: 38px;
  }

  .story-photo--road {
    width: 100%;
    max-width: 620px;
    aspect-ratio: 4 / 3;
    justify-self: center;
  }

  .chapter__header,
  .seawall-heading {
    width: calc(100% - 40px);
    grid-template-columns: 34px 1fr;
    gap: 14px;
  }

  .chapter__header h2,
  .seawall-heading h2,
  .return-copy h2,
  .bridge-copy h2 {
    margin-top: 16px;
    font-size: 27px;
    line-height: 1.67;
  }

  .lyrics {
    gap: 28px;
  }

  .chapter--ordinary {
    padding: 108px 0 132px;
  }

  .ordinary-grid {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 58px;
    margin-top: 64px;
  }

  .lyrics--ordinary {
    width: calc(100% - 80px);
    max-width: 520px;
    justify-self: center;
  }

  .story-photo--car {
    width: calc(100% - 20px);
    max-width: 620px;
    aspect-ratio: 4 / 3;
    justify-self: end;
  }

  .chapter--seawall {
    padding: 106px 0 130px;
  }

  .story-photo--seawall {
    width: calc(100% - 20px);
    aspect-ratio: 3 / 2;
    margin-top: 64px;
  }

  .lyrics--seawall {
    width: calc(100% - 80px);
    max-width: 520px;
    margin: 54px auto 0;
  }

  .chapter--chorus {
    min-height: 0;
    grid-template-columns: 10px 1fr;
    gap: 26px;
    padding: 112px 34px 126px;
  }

  .chorus-mark {
    height: 330px;
  }

  .chorus-copy h2 {
    margin-top: 18px;
    font-size: 30px;
    white-space: normal;
  }

  .chorus-copy .lyrics {
    margin-top: 38px;
  }

  .chorus-note {
    display: none;
  }

  .chapter--return {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 70px;
    padding: 112px 20px 138px;
  }

  .story-photo--dusk {
    width: calc(100% + 20px);
    max-width: 620px;
    aspect-ratio: 4 / 3;
    justify-self: start;
    margin-left: -20px;
  }

  .return-copy {
    width: calc(100% - 40px);
    max-width: 520px;
    justify-self: center;
  }

  .return-copy .lyrics {
    margin-top: 44px;
  }

  .chapter--bridge {
    min-height: 82svh;
    padding: 112px 40px 140px;
  }

  .bridge-copy .lyrics {
    margin-top: 50px;
  }

  .chapter--peak {
    min-height: 0;
    display: block;
    padding: 94px 20px 126px;
  }

  .peak-number {
    position: static;
    margin-bottom: 34px;
  }

  .story-photo--walk {
    width: calc(100% + 20px);
    margin-left: -10px;
    aspect-ratio: 4 / 5;
  }

  .story-photo--walk img {
    object-position: 52% 50%;
  }

  .peak-copy {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 12px);
    margin: -44px 0 0 auto;
    padding: 32px 26px 38px;
  }

  .peak-copy h2 {
    margin-top: 15px;
    font-size: 31px;
    line-height: 1.5;
    white-space: nowrap;
  }

  .peak-copy .lyrics {
    gap: 22px;
    margin-top: 24px;
  }

  .afterglow {
    min-height: 92svh;
    padding: 104px 24px 154px;
  }

  .afterglow h2 {
    font-size: 23px;
  }

  .afterglow__last {
    font-size: 19px;
  }

  .song-passage {
    grid-template-columns: 1fr;
    gap: 54px;
    padding: 96px 20px 120px;
  }

  .song-passage__copy {
    width: calc(100% - 20px);
    justify-self: center;
  }

  .song-passage__copy h2 {
    font-size: 29px;
  }

  .song-passage__photo {
    width: calc(100% + 20px);
    margin-left: -20px;
    aspect-ratio: 4 / 3;
  }

  .work-footer {
    display: grid;
    justify-items: start;
  }

  .work-footer__meta {
    text-align: left;
  }
}

@media (max-width: 520px) {
  .review-band {
    display: grid;
    min-height: 48px;
    justify-content: center;
    gap: 2px;
    padding: 7px 12px;
    text-align: center;
  }

  .work-nav {
    min-height: 52px;
  }

  .work-nav p {
    display: none;
  }

  .song-player__heading {
    display: grid;
    gap: 10px;
  }

  .song-player__note {
    max-width: none;
    text-align: left;
  }

  .song-player__controls {
    grid-template-columns: 76px minmax(0, 1fr);
    align-items: start;
    gap: 10px 18px;
  }

  .song-player__toggle {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 76px;
    height: 76px;
    min-height: 76px;
    justify-self: start;
  }

  .song-player__timeline {
    grid-column: 2;
    grid-row: 1;
  }

  .song-player__mute {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
  }

  .song-player__time-row {
    display: grid;
    gap: 2px;
  }
}

@media (max-width: 370px) {
  body {
    font-size: 15px;
  }

  .review-band span {
    max-width: 170px;
  }

  .hero h1 {
    font-size: 29px;
  }

  .song-player {
    padding-block: 24px 22px;
  }

  .song-player__heading h2 {
    font-size: 25px;
  }

  .song-player__controls {
    grid-template-columns: 70px minmax(0, 1fr);
    column-gap: 14px;
  }

  .song-player__toggle {
    width: 70px;
    height: 70px;
    min-height: 70px;
    font-size: 9px;
  }

  .chapter__header h2,
  .seawall-heading h2,
  .return-copy h2,
  .bridge-copy h2 {
    font-size: 25px;
  }

  .chorus-copy h2,
  .peak-copy h2 {
    font-size: 27px;
  }
}

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

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

@media print {
  .review-band,
  .work-nav,
  .skip-link,
  .song-player,
  .song-player__dock,
  .song-passage {
    display: none;
  }
}
