.nam-page {
  --nam-night: #111719;
  --nam-sea: #5f8890;
  --nam-pale: #d9e4df;
  --nam-sand: #d7c5a2;
  --nam-lamp: #efb24f;
  --nam-red: #b52c25;
  background: #ece8df;
}
.nam-page .nam-pad {
  padding: 110px max(24px, 6vw);
}
.nam-page .nam-kicker {
  margin: 0 0 32px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.nam-hero {
  position: relative;
  min-height: 100svh;
  padding: 110px 6vw 70px;
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(380px, 1fr);
  grid-template-rows: 1fr auto;
  gap: 3vw 8vw;
  align-items: center;
  overflow: hidden;
  background: var(--nam-night);
  color: #f4f0e8;
}
.nam-hero:before {
  content: "";
  position: absolute;
  width: 60vw;
  height: 60vw;
  top: 50%;
  right: -22vw;
  transform: translateY(-50%);
  border: 1px solid rgba(239,178,79,.2);
  border-radius: 50%;
}
.nam-hero-copy,
.nam-hero-image,
.nam-hero-line {
  position: relative;
  z-index: 1;
}
.nam-hero-copy {
  align-self: center;
}
.nam-meta,
.nam-subtitle {
  margin: 0;
  font-size: 12px;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.nam-hero h1 {
  margin: 24px 0 28px;
  font: 400 clamp(62px, 9vw, 144px)/.78 Georgia, "Times New Roman", serif;
  letter-spacing: -.07em;
}
.nam-hero-image {
  width: min(72vh, 680px);
  margin: 0;
  justify-self: center;
  box-shadow: 0 0 80px rgba(239,178,79,.18);
}
.nam-hero-image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.nam-hero-line {
  grid-column: 1 / -1;
  margin: 20px 0 0;
  font: italic 400 clamp(25px, 3vw, 46px)/1.1 Georgia, "Times New Roman", serif;
  color: var(--nam-sand);
}
.nam-down {
  color: #fff;
}
.nam-voices {
  background: var(--nam-pale);
  overflow: hidden;
}
.nam-voices-intro {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 8vw;
  align-items: end;
}
.nam-voices-intro h2 {
  margin: 0;
  font: 400 clamp(48px, 7vw, 112px)/.92 Georgia, "Times New Roman", serif;
  letter-spacing: -.055em;
}
.nam-voices-intro p {
  margin: 0 0 10px;
  max-width: 410px;
  font-size: 16px;
  line-height: 1.45;
}
.nam-voice-field {
  min-height: 160vh;
  position: relative;
  padding: 8vh 6vw 18vh;
  color: var(--nam-sea);
}
.nam-voice-field p {
  margin: 0;
  width: max-content;
  max-width: 90vw;
  font: italic 400 clamp(48px, 9vw, 150px)/.82 Arial, sans-serif;
  letter-spacing: -.06em;
}
.nam-voice-field p:nth-child(1) { margin-left: 5vw; }
.nam-voice-field p:nth-child(2) { margin: 23vh 3vw 0 auto; text-align: right; }
.nam-voice-field p:nth-child(3) { margin: 20vh 0 0 18vw; }
.nam-voice-field p:nth-child(4) { margin: 22vh 12vw 0 auto; text-align: right; }
.nam-voice-field p:nth-child(5) { margin: 20vh 0 0 3vw; }
.nam-figures {
  padding: 0 0 150px;
  background: #111;
  color: #f4f0e8;
}
.nam-figures-lead {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 8vw;
}
.nam-figures-lead .nam-kicker {
  grid-column: 1 / -1;
  color: #b9aaa0;
}
.nam-figures-lead h2 {
  margin: 0;
  font: 400 clamp(42px, 6vw, 92px)/.95 Georgia, "Times New Roman", serif;
  letter-spacing: -.045em;
}
.nam-figures-lead > p:not(.nam-kicker) {
  margin: 0;
  align-self: end;
  max-width: 620px;
  font-size: clamp(18px, 1.6vw, 25px);
  line-height: 1.42;
}
.nam-figure,
.nam-figure-pair,
.nam-figure-triptych,
.nam-figure-clown {
  width: min(88vw, 1180px);
  margin: 20vh auto 0;
}
.nam-figure figure,
.nam-figure-pair figure,
.nam-figure-triptych figure,
.nam-figure-clown figure {
  margin: 0;
}
.nam-figure > p,
.nam-figure-pair > p,
.nam-figure-triptych > p,
.nam-figure-clown > p {
  margin: 36px 0 0;
  font: 400 clamp(30px, 4vw, 62px)/1 Georgia, "Times New Roman", serif;
  letter-spacing: -.035em;
}
.nam-figure-left {
  display: grid;
  grid-template-columns: minmax(260px, .55fr) 1fr;
  gap: 7vw;
  align-items: end;
}
.nam-figure-right {
  display: grid;
  grid-template-columns: 1fr minmax(260px, .55fr);
  gap: 7vw;
  align-items: end;
}
.nam-figure-right figure { grid-column: 2; }
.nam-figure-right p { grid-column: 1; grid-row: 1; }
.nam-figure-wide figure img { width: 100%; }
.nam-figure-pair {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 2vw;
  align-items: end;
}
.nam-figure-pair figure:first-child img { width: 100%; }
.nam-figure-pair figure:nth-child(2) { margin-bottom: 14vh; }
.nam-figure-pair figure:nth-child(2) img { width: 100%; }
.nam-figure-pair p { grid-column: 1 / -1; max-width: 850px; }
.nam-figure-center {
  width: min(72vw, 820px);
  text-align: center;
}
.nam-figure-center figure { width: min(100%, 760px); margin: 0 auto; }
.nam-figure-triptych > div {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 2vw;
  align-items: end;
}
.nam-figure-triptych > div figure:first-child { width: 80%; }
.nam-figure-triptych > figure { width: 75%; margin: 7vw 0 0 auto; }
.nam-figure-clown {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 3vw;
  align-items: end;
}
.nam-figure-clown figure:nth-child(2) { margin-bottom: 12vh; }
.nam-figure-clown p { grid-column: 1 / -1; text-align: right; }
.nam-monthly {
  background: var(--nam-sand);
}
.nam-monthly h2 {
  margin: 0;
  max-width: 1220px;
  font: 400 clamp(42px, 6.7vw, 108px)/.94 Georgia, "Times New Roman", serif;
  letter-spacing: -.055em;
}
.nam-rhythm {
  margin: 22vh 0;
}
.nam-rhythm p {
  margin: 8vh 0;
  font: 700 clamp(52px, 10vw, 170px)/.78 Arial, sans-serif;
  letter-spacing: -.07em;
  text-transform: uppercase;
}
.nam-rhythm p:nth-child(even) { text-align: right; color: #6c5c45; }
.nam-monthly-end {
  max-width: 820px;
  margin: 0 0 0 auto;
  font: 400 clamp(27px, 3.2vw, 50px)/1.12 Georgia, "Times New Roman", serif;
}
.nam-bestof {
  background: #e8e2d4;
}
.nam-bestof-copy {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 4vw 8vw;
}
.nam-bestof-copy .nam-kicker,
.nam-bestof-copy .nam-bestof-title {
  grid-column: 1 / -1;
}
.nam-bestof-copy h2 {
  margin: 0;
  font: 400 clamp(37px, 5vw, 76px)/1 Georgia, "Times New Roman", serif;
  letter-spacing: -.045em;
}
.nam-bestof-copy > p:last-child {
  margin: 0;
  align-self: end;
  font-size: 20px;
  line-height: 1.45;
}
.nam-bestof-title {
  margin: 70px 0 10px;
  font: 800 clamp(54px, 10vw, 170px)/.78 Arial, sans-serif;
  letter-spacing: -.075em;
  text-transform: uppercase;
}
.nam-bestof-title em {
  color: var(--nam-red);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  text-transform: none;
}
.nam-room-sequence {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 3vw;
  padding: 0 6vw 130px;
  align-items: end;
}
.nam-room-sequence figure { margin: 0; }
.nam-room-sequence figure:first-child { align-self: start; }
.nam-room-sequence figure:nth-child(2) { margin-top: 20vh; }
.nam-room-sequence figure:nth-child(3) { grid-column: 1 / -1; width: 72%; margin: 5vh 0 0 auto; }
.nam-building {
  background: var(--nam-night);
  color: #fff;
}
.nam-building-copy h2 {
  margin: 0;
  font: 400 clamp(60px, 10vw, 170px)/.82 Georgia, "Times New Roman", serif;
  letter-spacing: -.07em;
}
.nam-building-copy p {
  margin: 50px 0 0 auto;
  max-width: 750px;
  font: 400 clamp(32px, 4.5vw, 70px)/1 Georgia, "Times New Roman", serif;
}
.nam-building-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}
.nam-building-images figure { margin: 0; background: #000; }
.nam-building-images img { width: 100%; height: 76vh; object-fit: cover; }
.nam-order {
  margin: 0;
  padding: 20vh 6vw;
  text-align: center;
  font: 400 clamp(56px, 10vw, 160px)/.8 Georgia, "Times New Roman", serif;
}
.nam-homelessness {
  min-height: 100svh;
  display: grid;
  align-items: center;
  background: var(--nam-sea);
  color: #fff;
}
.nam-homelessness h2 {
  margin: 0;
  overflow-wrap: anywhere;
  font: 700 clamp(58px, 12.5vw, 200px)/.75 Arial, sans-serif;
  letter-spacing: -.08em;
  text-transform: uppercase;
}
.nam-homelessness .nam-pad > p {
  max-width: 780px;
  margin: 75px 0 0 auto;
  font: 400 clamp(26px, 3vw, 46px)/1.16 Georgia, "Times New Roman", serif;
}
.nam-audio-card {
  margin-top: 90px;
  padding: 28px 0;
  border-top: 1px solid rgba(255,255,255,.55);
  border-bottom: 1px solid rgba(255,255,255,.55);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5vw;
  align-items: center;
}
.nam-audio-card p { margin: 5px 0; font-size: 14px; line-height: 1.45; }
.nam-audio-title { font: 400 34px Georgia, "Times New Roman", serif !important; }
.nam-audio-card audio { width: 100%; }
.nam-collapse {
  background: #1c1c19;
  color: #fff;
}
.nam-collapse-copy h2 {
  margin: 0;
  max-width: 1100px;
  font: 400 clamp(62px, 10vw, 162px)/.82 Georgia, "Times New Roman", serif;
  letter-spacing: -.065em;
}
.nam-collapse-copy p {
  max-width: 790px;
  margin: 60px 0 0 auto;
  font-size: clamp(23px, 2.5vw, 39px);
  line-height: 1.25;
}
.nam-strandgut { margin: 0; padding: 12vh 24px; }
.nam-strandgut img { width: min(100%, 479px); margin: 0 auto; image-rendering: auto; }
.nam-sea {
  background: var(--nam-pale);
  color: var(--nam-night);
}
.nam-sea-word {
  margin: 0;
  font: italic 400 clamp(60px, 12vw, 190px)/.78 Georgia, "Times New Roman", serif;
  letter-spacing: -.065em;
}
.nam-audio-light { border-color: rgba(17,23,25,.35); }
.nam-dance {
  position: relative;
  min-height: 100svh;
  padding: 9vh 6vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6vw;
  align-items: center;
  background: var(--nam-night);
  color: #fff;
}
.nam-dance figure { margin: 0; }
.nam-dance figure img { width: min(100%, 480px); margin: 0 auto; }
.nam-dance h2 {
  margin: 0;
  font: 400 clamp(34px, 4.8vw, 76px)/1 Georgia, "Times New Roman", serif;
  letter-spacing: -.045em;
}
.nam-migration {
  background: #c8d4ce;
}
.nam-migration h2 {
  margin: 0 0 70px;
  max-width: 1100px;
  font: 400 clamp(60px, 9vw, 145px)/.85 Georgia, "Times New Roman", serif;
  letter-spacing: -.065em;
}
.nam-migration > p:not(.nam-kicker) {
  max-width: 850px;
  margin: 28px 0 0 auto;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.4;
}
.nam-lineage {
  margin-top: 110px;
  padding-top: 35px;
  border-top: 1px solid rgba(17,23,25,.45);
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  font: 400 clamp(22px, 2.5vw, 40px)/1.1 Georgia, "Times New Roman", serif;
  text-align: center;
}
.nam-lineage b { font-family: Arial, sans-serif; font-weight: 400; }
.nam-process {
  background: #ece8df;
}
.nam-process details { border-top: 1px solid; border-bottom: 1px solid; }
.nam-process summary {
  list-style: none;
  cursor: pointer;
  padding: 28px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: 400 clamp(26px, 3vw, 46px)/1 Georgia, "Times New Roman", serif;
}
.nam-process summary::-webkit-details-marker { display: none; }
.nam-process details[open] summary span:last-child { transform: rotate(45deg); }
.nam-process-grid {
  padding: 35px 0 80px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 70px 4vw;
}
.nam-process-grid figure { margin: 0; }
.nam-process-grid figure img { width: 100%; max-height: 75vh; object-fit: contain; object-position: left bottom; }
.nam-process-grid figcaption,
.nam-process-grid cite {
  display: block;
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.4;
  font-style: normal;
}
.nam-process-wide { grid-column: 1 / -1; }
.nam-process-grid blockquote {
  margin: 0;
  padding: 32px;
  align-self: stretch;
  background: #dcd6ca;
}
.nam-process-grid blockquote p {
  margin: 0;
  font: 400 clamp(23px, 2.4vw, 36px)/1.15 Georgia, "Times New Roman", serif;
}
.nam-credits {
  background: #171714;
  color: #f4f0e8;
}
.nam-credits h2 {
  margin: 0 0 100px;
  font: 400 clamp(58px, 9vw, 140px)/.82 Georgia, "Times New Roman", serif;
  letter-spacing: -.06em;
}
.nam-facts { border-top: 1px solid rgba(255,255,255,.35); }
.nam-facts > div {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 4vw;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255,255,255,.35);
}
.nam-facts span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.nam-facts p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}
.nam-facts small { color: #b5b1a8; }
.nam-footer {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
  background: #171714;
  color: #f4f0e8;
}

/* Ruhigeres Grundraster: Neukölln am Meer */
.nam-page {
  --nam-content: 1180px;
  --nam-section-space: clamp(82px, 9vw, 132px);
  --nam-display: clamp(48px, 6.2vw, 92px);
  --nam-heading: clamp(38px, 4.5vw, 68px);
  --nam-label: clamp(27px, 3.2vw, 44px);
}
.nam-page .nam-pad {
  padding: var(--nam-section-space) max(24px, 6vw);
}
.nam-page .nam-pad > * {
  max-width: var(--nam-content);
  margin-left: auto;
  margin-right: auto;
}
.nam-page .nam-kicker {
  margin-bottom: 24px;
}
.nam-voices-intro h2,
.nam-figures-lead h2,
.nam-monthly h2,
.nam-bestof-copy h2,
.nam-building-copy h2,
.nam-collapse-copy h2,
.nam-migration h2,
.nam-credits h2 {
  font-size: var(--nam-heading);
  line-height: 1.02;
  letter-spacing: -.035em;
}
.nam-voices-intro,
.nam-figures-lead,
.nam-bestof-copy {
  max-width: var(--nam-content);
  margin-inline: auto;
}
.nam-voice-field {
  min-height: auto;
  max-width: var(--nam-content);
  margin: 0 auto;
  padding: 30px max(24px, 6vw) var(--nam-section-space);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(30px, 6vw, 80px);
}
.nam-voice-field p,
.nam-voice-field p:nth-child(n) {
  width: auto;
  margin: 0;
  max-width: none;
  font-size: clamp(44px, 6.5vw, 92px);
  line-height: .9;
  text-align: left;
}
.nam-voice-field p:nth-child(even) { text-align: right; }
.nam-voice-field p:last-child { grid-column: 1 / -1; }
.nam-figures {
  padding-bottom: var(--nam-section-space);
}
.nam-figure,
.nam-figure-pair,
.nam-figure-triptych,
.nam-figure-clown {
  width: min(88vw, var(--nam-content));
  margin-top: clamp(90px, 11vw, 155px);
}
.nam-figure > p,
.nam-figure-pair > p,
.nam-figure-triptych > p,
.nam-figure-clown > p {
  margin-top: 26px;
  max-width: 900px;
  font-size: var(--nam-label);
  line-height: 1.08;
  letter-spacing: -.025em;
  text-align: left;
}
.nam-figure-left,
.nam-figure-right {
  grid-template-columns: minmax(280px, .8fr) 1.2fr;
  gap: clamp(35px, 6vw, 90px);
}
.nam-figure-pair {
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}
.nam-figure-pair figure:nth-child(2) { margin-bottom: 0; }
.nam-figure-pair img {
  width: 100%;
  height: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}
.nam-figure-center {
  width: min(72vw, 760px);
  text-align: left;
}
.nam-figure-triptych > div { gap: 24px; }
.nam-figure-triptych > figure { margin-top: 36px; }
.nam-figure-clown { gap: 24px; }
.nam-figure-clown figure:nth-child(2) { margin-bottom: 0; }
.nam-monthly h2 { max-width: 1050px; }
.nam-rhythm {
  max-width: var(--nam-content);
  margin: clamp(80px, 10vw, 140px) auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 50px;
}
.nam-rhythm p,
.nam-rhythm p:nth-child(n) {
  margin: 0;
  font-size: clamp(44px, 6vw, 88px);
  line-height: .92;
  text-align: left;
}
.nam-bestof-title {
  margin-top: 55px;
  font-size: clamp(52px, 8vw, 118px);
  line-height: .84;
}
.nam-room-sequence {
  max-width: var(--nam-content);
  margin: 0 auto;
  padding: 0 24px var(--nam-section-space);
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}
.nam-room-sequence figure:nth-child(n) {
  width: auto;
  margin: 0;
  grid-column: auto;
}
.nam-room-sequence img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.nam-building-copy p {
  margin-top: 38px;
  font-size: var(--nam-label);
  line-height: 1.08;
}
.nam-building-images {
  max-width: var(--nam-content);
  margin: 0 auto;
  gap: 24px;
  padding: 0 24px;
}
.nam-building-images img {
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.nam-order {
  padding: var(--nam-section-space) 6vw;
  font-size: var(--nam-display);
  line-height: .9;
}
.nam-homelessness { min-height: auto; }
.nam-homelessness h2 {
  overflow-wrap: normal;
  font-size: clamp(48px, 8vw, 118px);
  line-height: .82;
}
.nam-collapse-copy p,
.nam-homelessness .nam-pad > p,
.nam-monthly-end {
  font-size: clamp(24px, 2.5vw, 36px);
  line-height: 1.22;
}
.nam-strandgut {
  max-width: var(--nam-content);
  margin: 0 auto;
  padding: 0 24px var(--nam-section-space);
}
.nam-strandgut img {
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
}
.nam-sea-word {
  font-size: var(--nam-display);
  line-height: .88;
}
.nam-dance {
  min-height: auto;
  padding: var(--nam-section-space) max(24px, 6vw);
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(40px, 6vw, 90px);
}
.nam-dance figure img {
  width: 100%;
  max-width: none;
}
.nam-dance h2 {
  font-size: var(--nam-label);
  line-height: 1.08;
  letter-spacing: -.025em;
}
.nam-migration h2 { margin-bottom: 48px; }
.nam-process-grid {
  gap: 48px 24px;
}
.nam-process-makeup {
  grid-column: 2;
}
.nam-process-grid blockquote p {
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.22;
}
.nam-credits h2 { margin-bottom: 70px; }

@media (max-width: 800px) {
  .nam-page .nam-pad { padding: 80px 20px; }
  .nam-page .site-header { padding: 15px 16px; }
  .nam-page .site-header nav { gap: 12px; }
  .nam-page .site-header nav a:nth-child(3) { display: none; }
  .nam-hero {
    padding: 90px 20px 70px;
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 45px;
  }
  .nam-hero h1 { font-size: clamp(62px, 22vw, 104px); }
  .nam-hero-image { width: 100%; grid-row: 2; }
  .nam-hero-line { grid-column: 1; grid-row: 3; }
  .nam-voices-intro,
  .nam-figures-lead,
  .nam-bestof-copy,
  .nam-dance { grid-template-columns: 1fr; }
  .nam-voices-intro p { margin-top: 30px; }
  .nam-voice-field { min-height: auto; padding: 80px 20px 120px; }
  .nam-voice-field p:nth-child(n) {
    margin: 14vh 0 0;
    width: 100%;
    max-width: 100%;
    text-align: left;
    font-size: clamp(48px, 18vw, 84px);
  }
  .nam-voice-field p:nth-child(even) { text-align: right; }
  .nam-figures-lead h2 { margin-bottom: 20px; }
  .nam-figure,
  .nam-figure-pair,
  .nam-figure-triptych,
  .nam-figure-clown {
    width: auto;
    margin: 100px 20px 0;
  }
  .nam-figure-left,
  .nam-figure-right,
  .nam-figure-pair,
  .nam-figure-clown { grid-template-columns: 1fr; }
  .nam-figure-right figure,
  .nam-figure-right p,
  .nam-figure-pair p,
  .nam-figure-clown p { grid-column: 1; grid-row: auto; }
  .nam-figure-pair figure:nth-child(2),
  .nam-figure-clown figure:nth-child(2) { margin: 20px 0 0 20%; }
  .nam-figure-pair p,
  .nam-figure-clown p { text-align: left; }
  .nam-figure-center { width: auto; }
  .nam-figure-triptych > div { grid-template-columns: .8fr 1.2fr; }
  .nam-figure-triptych > figure { width: 100%; }
  .nam-rhythm { margin: 100px 0; }
  .nam-rhythm p { margin: 65px 0; }
  .nam-bestof-copy .nam-bestof-title { margin-top: 40px; }
  .nam-room-sequence { grid-template-columns: 1fr; padding: 0 20px 90px; }
  .nam-room-sequence figure:nth-child(n) { width: 100%; margin: 25px 0 0; grid-column: 1; }
  .nam-building-images { grid-template-columns: 1fr; }
  .nam-building-images img { height: auto; max-height: none; }
  .nam-homelessness h2 { font-size: clamp(43px, 15vw, 78px); }
  .nam-audio-card { grid-template-columns: 1fr; }
  .nam-strandgut img { min-height: 0; }
  .nam-dance { padding: 80px 20px; min-height: auto; }
  .nam-dance h2 { margin-top: 40px; }
  .nam-lineage {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .nam-lineage b { transform: rotate(90deg); justify-self: start; margin-left: 10px; }
  .nam-process-grid { grid-template-columns: 1fr; }
  .nam-process-wide { grid-column: 1; }
  .nam-facts > div { grid-template-columns: 1fr; }
  .nam-voice-field { grid-template-columns: 1fr; gap: 55px; }
  .nam-voice-field p:nth-child(n) { grid-column: 1; text-align: left; }
  .nam-rhythm { grid-template-columns: 1fr; gap: 38px; }
  .nam-figure-pair img { aspect-ratio: auto; height: auto; }
  .nam-building-images { padding-inline: 20px; }
  .nam-strandgut { padding-inline: 20px; }
  .nam-dance { grid-template-columns: 1fr; }
  .nam-process-makeup { grid-column: 1; }
}
