@font-face {
  font-family: "Cormorant Garamond";
  src: url("fonts/cormorant-garamond-wollwesen-20260728.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("fonts/cormorant-garamond-italic-400-wollwesen-20260806.woff2") format("woff2");
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
}

@font-face {
  font-family: "Newsreader";
  src: url("fonts/newsreader-latin-variable-20260805.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
}

@font-face {
  font-family: "Newsreader";
  src: url("fonts/newsreader-latin-variable-italic-20260805.woff2") format("woff2");
  font-style: italic;
  font-weight: 300 500;
  font-display: swap;
}

@font-face {
  font-family: "Italianno";
  src: url("fonts/italianno-latin-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "EB Garamond";
  src: url("fonts/eb-garamond-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --ink: #24221d;
  --deep-green: #171615;
  --forest: #171615;
  --gallery-green: #121110;
  --cream: #e8dfcf;
  --paper: #e3d7bd;
  --old-gold: #987f47;
  --gold-light: #c9b47d;
  --gold-hairline: rgba(152, 127, 71, 0.42);
  --line: rgba(60, 51, 30, 0.2);
  --copy: #3d3d35;
  --serif: "Cormorant Garamond", Georgia, serif;
  --nav-serif: "EB Garamond", Georgia, serif;
  --reading: "Newsreader", Georgia, serif;
}

* { box-sizing: border-box; }

html {
  min-height: 100%;
  background-color: #0b110d;
  scroll-behavior: smooth;
}

html.encounter-root {
  min-height: 100%;
  background: #0b110d;
}

html.encounter-root body {
  min-height: 100%;
  background-color: #0b110d;
}

main { overflow: clip; }

body {
  min-height: 100%;
  margin: 0;
  color: var(--copy);
  background: var(--cream);
  font-family: var(--reading);
  font-size: 18px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Der Seitenhintergrund bleibt beim iOS-Bounce dunkel; Safe Areas verschieben
   nur die Navigations- und Abschlussflächen auf Geräten mit Notch. */
@supports (padding: env(safe-area-inset-top)) {
  @media (max-width: 720px) {
    .site-header {
      padding-top: env(safe-area-inset-top, 0px);
    }

    :is(.site-footer, .book-footer) {
      padding-bottom: env(safe-area-inset-bottom, 0px);
    }
  }
}

/* Verbindliches Gestaltungs- und Lesbarkeitssystem der Startseite. */
.home-page {
  --ink: #24221d;
  --deep-green: #1d1b19;
  --forest: #171615;
  --gallery-green: #121110;
  --cream: #e9dfcc;
  --paper: #f3e6cc;
  --old-gold: #765c2b;
  --gold-light: #d2bb82;
  --gold-hairline: rgba(160, 132, 72, .48);
  --line: rgba(68, 55, 34, .2);
  --copy: #453f36;
  --bordeaux: #6d2a36;
  --ivory: var(--ad-cream);
  --soft-cream: var(--ad-cream-soft);
  --heading-cream: var(--ad-cream);
  --muted-cream: var(--ad-cream-soft);
  --link-cream: var(--ad-cream-soft);
  --link-cream-muted: var(--ad-cream-soft);
  --dark-copy: rgba(243, 230, 204, .84);
  --supporting-text: clamp(1.25rem, 1.45vw, 1.375rem);
  --action-text: 1.188rem;
  --nav-serif: var(--reading);
}

body.home-page {
  background: #171513;
}

.home-page::before {
  opacity: .28;
  background-image: radial-gradient(rgba(76, 58, 34, .14) .55px, transparent .65px);
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  content: "";
  opacity: 0.34;
  pointer-events: none;
  background-image: radial-gradient(rgba(63, 51, 33, 0.18) 0.55px, transparent 0.65px);
  background-size: 5px 5px;
}

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

a:focus-visible,
button:focus-visible {
  outline: 1px solid var(--old-gold);
  outline-offset: 5px;
}

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

h1, h2, h3 { color: var(--ink); font-family: var(--serif); font-weight: 500; }

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

.skip-link { position: absolute; top: -5rem; left: 1rem; z-index: 20; padding: .6rem .8rem; background: var(--ink); color: var(--ad-cream); }
.skip-link:focus { top: 1rem; }

.site-header {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: min(100% - 7vw, 1440px);
  min-height: 132px;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
}

.site-header::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: clamp(88px, 13vw, 185px);
  height: 1px;
  content: "";
  background: var(--old-gold);
}

.wordmark { display: inline-grid; justify-self: start; line-height: .9; }
.wordmark__eyebrow { color: var(--old-gold); font: 500 11px/1.1 var(--reading); letter-spacing: .2em; text-transform: uppercase; }
.site-header .wordmark__eyebrow { color: #302d2b; }
.wordmark__name { color: #302d2b; font: 500 clamp(2rem, 3vw, 2.85rem)/.9 var(--serif); letter-spacing: -.045em; }
.site-header .wordmark__name { color: var(--old-gold); font-family: "Italianno", "Cormorant Garamond", Georgia, serif; font-size: clamp(2.75rem, 3.5vw, 3.25rem); font-weight: 400; line-height: .72; letter-spacing: 0; }

.main-nav { display: flex; align-items: center; gap: clamp(1.35rem, 2.7vw, 3.1rem); color: #302d2b; font: 400 clamp(1.25rem, 1.7vw, 1.625rem)/1 var(--nav-serif); }
.main-nav a { position: relative; padding: .5rem 0; }
.main-nav a::after { position: absolute; right: 0; bottom: .1rem; left: 0; height: 1px; content: ""; background: var(--old-gold); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after, .main-nav .is-current::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; }

.hero {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  isolation: isolate;
  background: var(--forest);
  border-top: 1px solid var(--gold-hairline);
  border-bottom: 1px solid var(--gold-hairline);
}

.section-kicker { display: flex; align-items: center; gap: .75rem; margin-bottom: 1.1rem; color: var(--old-gold); font-size: 11px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.section-kicker::before { width: 18px; height: 1px; content: ""; flex: 0 0 auto; background: var(--old-gold); }

.hero__copy { position: absolute; z-index: 2; top: 50%; left: 50.7%; width: min(38%, 620px); color: var(--ad-cream); transform: translateY(-50%); }
.hero h1 { max-width: 720px; color: var(--ad-cream); font-size: clamp(4rem, 6vw, 6.6rem); line-height: .9; letter-spacing: -.055em; text-shadow: 0 2px 24px rgba(0, 0, 0, .38); }
.hero__title { max-width: 620px; color: var(--ad-cream); font: 500 clamp(2rem, 2.5vw, 2.625rem)/1.18 var(--serif); text-wrap: balance; }
.hero__intro { max-width: 620px; margin: 1.375rem 0 0; color: rgba(234, 213, 175, .88); font: 400 clamp(1.25rem, 1.62vw, 1.688rem)/1.42 var(--nav-serif); }
.hero__link { margin-top: clamp(2.625rem, 3.15vw, 2.875rem); color: var(--ad-cream) !important; font: 500 clamp(1.25rem, 1.55vw, 1.563rem)/1 var(--nav-serif); }
.hero__link::after { width: 160px; }
.hero .text-link { color: var(--ad-cream); }

.text-link { display: inline-flex; align-items: baseline; gap: .5rem; color: var(--ink); font-size: 16px; font-weight: 500; border-bottom: 1px solid var(--old-gold); transition: color .2s ease, border-color .2s ease; }
.text-link:hover, .text-link:focus-visible { color: var(--old-gold); border-color: var(--ink); }

.hero__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1671 / 941;
  background: #181614;
  box-shadow: none;
}
.hero__media::before { position: absolute; z-index: 1; inset: clamp(14px, 1.35vw, 24px); content: ""; pointer-events: none; border: 1px solid rgba(152, 127, 71, .28); }
.hero__media::after { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(270deg, rgba(18, 17, 16, .72) 0%, rgba(18, 17, 16, .39) 34%, rgba(18, 17, 16, .08) 54%, transparent 70%); }
.hero__media picture, .hero__media img { display: block; width: 100%; height: 100%; }
.hero__media img { object-fit: contain; }

.opening {
  display: grid;
  grid-template-columns: .2fr 1.1fr .8fr;
  gap: clamp(2rem, 6vw, 7rem);
  align-items: start;
  padding: clamp(5rem, 10vw, 10rem) max(7vw, calc((100% - 1290px) / 2));
  color: var(--ad-cream);
  background: linear-gradient(to bottom, #181614 0%, var(--forest) 20%, var(--forest) 100%);
  border-top: 1px solid var(--gold-hairline);
  border-bottom: 1px solid var(--gold-hairline);
}
.opening h2, .opening .text-link { color: var(--ad-cream); }
.opening h2 { max-width: 650px; font-size: clamp(3rem, 4.7vw, 5.2rem); line-height: .9; letter-spacing: -.05em; }
.opening__ornament { width: 1px; height: 90px; margin-top: .5rem; background: var(--old-gold); }
.opening__text { max-width: 370px; padding-top: 1.15rem; }
.opening__text p { margin-bottom: 1.7rem; }

.story-quick {
  scroll-margin-top: 1rem;
  color: var(--ad-cream);
  background: #181818;
  border-top: 1px solid var(--gold-hairline);
  border-bottom: 1px solid var(--gold-hairline);
}

.story-quick__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: start;
  width: min(100% - 14vw, 1290px);
  min-height: 76px;
  margin: 0 auto;
  padding: 1.35rem 0 1.45rem;
}

.story-quick__label {
  color: var(--old-gold);
  font: 500 11px/1.1 "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: .19em;
  text-transform: uppercase;
  white-space: nowrap;
}

.story-quick__groups {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.story-quick__group {
  display: grid;
  grid-template-columns: 7.4rem minmax(0, 1fr);
  gap: clamp(1.25rem, 2.5vw, 2.4rem);
  align-items: start;
  min-width: 0;
}

.story-quick__group[hidden] {
  display: none;
}

.story-quick__group + .story-quick__group {
  padding-top: 1rem;
  border-top: 1px solid rgba(152, 127, 71, .23);
}

.story-quick__group-label {
  padding-top: .2rem;
  color: rgba(195, 169, 112, .76);
  font: 500 9px/1.25 "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: .24em;
  text-transform: uppercase;
  white-space: nowrap;
}

.story-quick__links {
  display: grid;
  justify-self: end;
  justify-items: start;
  gap: .48rem;
  min-width: 0;
}

.story-quick__links--many {
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(2rem, 4vw, 4.5rem);
}

.story-quick__links--many a {
  white-space: normal;
}

.story-quick__profiles {
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(2rem, 4vw, 4.5rem);
}

.story-quick__links a {
  color: var(--ad-cream-soft);
  font: 400 clamp(.94rem, 1.15vw, 1.06rem)/1.25 var(--reading);
  white-space: nowrap;
  border-bottom: 1px solid rgba(195, 169, 112, .46);
  transition: color .2s ease, border-color .2s ease;
}

.story-quick__links a:hover,
.story-quick__links a:focus-visible {
  color: var(--ad-cream);
  border-bottom-color: rgba(195, 169, 112, .82);
}

.story-quick__new {
  color: var(--ad-cream-soft) !important;
  border-bottom-color: rgba(195, 169, 112, .46) !important;
  text-shadow: none;
}

.story-quick__new:hover,
.story-quick__new:focus-visible {
  color: var(--ad-cream) !important;
  border-bottom-color: rgba(195, 169, 112, .82) !important;
}

.story-quick__new-label {
  margin-right: .45rem;
  color: #c5a96e;
  font: 500 .58rem/1 "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.story-quick__new-label::after {
  display: none;
  content: "";
}

@keyframes story-quick-sparkle {
  0%, 100% { opacity: .24; text-shadow: 0 0 0 rgba(195, 169, 112, 0); transform: scale(.76); }
  50% { opacity: 1; text-shadow: 0 0 8px rgba(195, 169, 112, .52); transform: scale(1.08); }
}

@keyframes story-quick-sparkle-reduced {
  0%, 100% { opacity: .3; text-shadow: 0 0 0 rgba(195, 169, 112, 0); }
  50% { opacity: 1; text-shadow: 0 0 7px rgba(195, 169, 112, .46); }
}

@media (prefers-reduced-motion: reduce) {
  .story-quick__new-label::after {
    animation: story-quick-sparkle-reduced 1.9s ease-in-out infinite both;
  }
}

/* Das bestätigte schlichte Startseiten-Logo gilt in allen Kopfzeilen. */
.site-header > .wordmark {
  justify-items: start;
  text-align: left;
}

.site-header > .wordmark .wordmark__eyebrow {
  color: rgba(152, 127, 71, .58);
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: .65rem;
  font-weight: 400;
  letter-spacing: .2em;
}

.site-header > .wordmark .wordmark__name {
  color: rgba(152, 127, 71, .58);
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: .72rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: .24em;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .site-header > .wordmark .wordmark__eyebrow {
    font-size: .58rem;
    letter-spacing: .21em;
  }

  .site-header > .wordmark .wordmark__name {
    font-size: .66rem;
  }
}

.gallery-teaser { padding: clamp(5.5rem, 10vw, 10rem) max(7vw, calc((100% - 1290px) / 2)); }
.section-anchor { display: block; position: relative; top: -2rem; visibility: hidden; }
.gallery-teaser__heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 3rem; margin-bottom: 4rem; }
.gallery-teaser__heading .section-kicker { grid-column: 1 / -1; }
.gallery-teaser h2 { font-size: clamp(3rem, 4.7vw, 5.1rem); line-height: .9; letter-spacing: -.05em; }
.gallery-teaser__intro { max-width: 370px; padding-bottom: .2rem; }
.gallery-teaser__intro p { margin-bottom: 1.45rem; }
.character-preview { display: grid; grid-template-columns: .72fr 1.1fr .58fr; gap: clamp(1.8rem, 5vw, 6rem); align-items: center; padding-top: 1rem; border-top: 1px solid var(--gold-hairline); }
.character-preview__portrait { position: relative; display: block; overflow: hidden; width: 92%; aspect-ratio: 2 / 3; justify-self: start; background: linear-gradient(135deg, #302d29, #191716 77%); border: 1px solid rgba(118, 92, 43, .72); box-shadow: 13px 15px 0 rgba(109, 85, 38, .11); }
.character-preview__portrait::before { display: none; }
.character-preview__portrait img { display: block; width: 100%; height: 100%; object-fit: cover; }
.character-preview__number { position: absolute; bottom: 1.2rem; left: 1.5rem; color: rgba(234, 213, 175, .8); font: 400 3rem/1 var(--serif); }
.character-preview__light { position: absolute; top: 18%; right: 23%; width: 18%; aspect-ratio: 1; border: 1px solid rgba(244, 229, 185, .3); border-radius: 50%; box-shadow: 0 0 45px 12px rgba(216, 188, 112, .14); }
.character-preview__story { max-width: 470px; }
.character-preview h3 { font-size: clamp(2.8rem, 4vw, 4.7rem); line-height: .86; letter-spacing: -.05em; }
.character-preview__role {
  margin-top: 1rem;
  color: var(--old-gold);
  font: 400 clamp(.9rem, 1.15vw, 1.05rem)/1.32 var(--serif);
  letter-spacing: .115em;
  text-transform: uppercase;
  text-wrap: balance;
}
.character-preview blockquote { margin: 1.7rem 0; padding-left: 1.15rem; color: var(--old-gold); font: 400 clamp(1.35rem, 2vw, 1.75rem)/1.18 var(--serif); border-left: 1px solid var(--old-gold); }
.character-preview blockquote cite { display: block; margin-top: .7rem; color: var(--copy); font: 400 12px/1.35 var(--reading); letter-spacing: .06em; }
.character-preview__paths { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: 2rem 0 2rem 1.8rem; border-left: 1px solid var(--line); }
.character-preview__paths > p { margin-bottom: .85rem; color: var(--old-gold); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.character-preview__paths ul { display: grid; gap: .2rem; margin: 0; padding: 0; list-style: none; }
.character-preview__paths li { position: relative; padding: .55rem 0 .55rem 1.45rem; border-bottom: 1px solid var(--line); }
.character-preview__paths li::before { position: absolute; top: 50%; left: 0; width: .7rem; height: 1px; content: ""; background: var(--old-gold); }

.encounters h2, .book-teaser h2 { font-size: clamp(3.2rem, 4.9vw, 5.35rem); line-height: .9; letter-spacing: -.05em; }
.book-teaser__copy > p:not(.section-kicker), .encounters__copy > p:not(.section-kicker) { margin: 1.7rem 0; }

.encounters { display: grid; grid-template-columns: .88fr 1.12fr; align-items: stretch; min-height: 620px; background: var(--forest); color: var(--ad-cream); box-shadow: inset 0 1px var(--gold-hairline), inset 0 -1px var(--gold-hairline); }
.home-page .encounters[data-story-without-image] {
  grid-template-columns: minmax(0, 1fr);
  min-height: 0;
}
.home-page .encounters[data-story-without-image] > .encounters__copy {
  width: min(calc(100% - 14vw), 930px);
  max-width: none;
  margin-inline: auto;
  padding-top: clamp(5rem, 8vw, 7.5rem);
  padding-bottom: clamp(5rem, 8vw, 7.5rem);
}
.encounters__copy { display: flex; flex-direction: column; justify-content: center; max-width: 660px; padding: clamp(4.5rem, 8vw, 9rem) clamp(4rem, 7vw, 7rem); }
.encounters h2 { color: var(--ad-cream); }
.encounters__scene { position: relative; display: grid; overflow: hidden; min-height: 500px; padding: clamp(1rem, 2vw, 1.7rem); place-items: center; color: rgba(234, 213, 175, .7); background: #121110; }
.encounters__scene::before { position: absolute; z-index: 1; inset: clamp(1rem, 2vw, 1.7rem); content: ""; pointer-events: none; border: 1px solid rgba(152, 127, 71, .24); }
.encounters__scene picture, .encounters__scene img { display: block; width: 100%; height: 100%; }
.encounters__scene img { object-fit: contain; transition: transform .55s ease; }
.encounters__scene--portrait-preview img { width: auto; max-width: min(100%, 430px); height: auto; max-height: 690px; }
.encounters__scene:hover img, .encounters__scene:focus-visible img { transform: scale(1.008); }
.encounter-links { display: grid; gap: .65rem; margin-top: .25rem; color: var(--gold-light); font-size: 13px; }
.encounter-links a { display: flex; align-items: center; gap: .7rem; width: fit-content; }
.encounter-links a::before { width: 21px; height: 1px; content: ""; flex: 0 0 auto; background: currentColor; transition: width .2s ease; }
.encounter-links a:hover::before, .encounter-links a:focus-visible::before { width: 31px; }

.book-teaser { position: relative; display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(3.5rem, 11vw, 12rem); align-items: center; min-height: 610px; padding: clamp(5.5rem, 10vw, 10rem) max(7vw, calc((100% - 1290px) / 2)); color: var(--ad-cream); background: var(--forest); border-bottom: 1px solid var(--gold-hairline); }
.book-teaser::before { position: absolute; top: 0; left: max(7vw, calc((100% - 1290px) / 2)); width: clamp(70px, 9vw, 130px); height: 1px; content: ""; background: var(--old-gold); }
.book-object { position: relative; display: block; width: min(100%, 300px); height: 400px; margin: 0 auto; perspective: 700px; }
.book-object__cover { position: absolute; z-index: 2; inset: 0 21px 0 0; display: flex; flex-direction: column; justify-content: space-between; padding: 2rem 1.8rem; color: #d5c389; background: linear-gradient(120deg, #151413, #302d29); border: 1px solid rgba(169, 143, 78, .8); box-shadow: 12px 13px 30px rgba(0, 0, 0, .34); transform: rotateY(-7deg); transform-origin: right; }
.book-object__cover::before { position: absolute; inset: 12px; content: ""; border: 1px solid rgba(218, 195, 130, .45); }
.book-object__cover span { position: relative; font: 500 6.6rem/.7 var(--serif); }
.book-object__cover i { position: relative; font: 500 1.75rem/.92 var(--serif); }
.book-object__pages { position: absolute; top: 10px; right: 0; bottom: 9px; width: 35px; background: repeating-linear-gradient(to bottom, #d8ceb7 0 2px, #b8ad94 2px 3px); transform: skewY(-8deg); box-shadow: 5px 5px 10px rgba(34, 29, 21, .14); }
.book-teaser__copy { max-width: 540px; }
.book-teaser h2 { color: var(--ad-cream); }
.book-object__cover { transition: transform .45s ease, box-shadow .45s ease; }

.home-page .main-nav,
.encounter-page .main-nav {
  color: var(--link-cream);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.125rem, 1.35vw, 1.25rem);
  font-weight: 400;
  line-height: 1.1;
}

.home-page .site-header {
  min-height: 112px;
  border-bottom-color: transparent;
}

.home-page .site-header .wordmark {
  justify-items: start;
  text-align: left;
}

.home-page .site-header .wordmark__eyebrow {
  color: rgba(152, 127, 71, .58);
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: .65rem;
  font-weight: 400;
  letter-spacing: .2em;
}

.home-page .site-header .wordmark__name {
  color: rgba(152, 127, 71, .58);
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: .72rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.home-page .menu-toggle {
  color: var(--link-cream);
}

.home-page .site-header::after {
  width: 100%;
  background: rgba(160, 132, 72, .55);
}

.home-page .main-nav a::after {
  background: var(--old-gold);
}

.home-page .main-nav .is-current::after {
  background: var(--old-gold);
}

.home-page .hero {
  background: var(--gallery-green);
  border-top: 0;
  border-color: var(--gold-hairline);
}

.home-page .hero__media {
  background: #151413;
}

.home-page .hero__media::after {
  background: linear-gradient(270deg, rgba(18, 17, 16, .86) 0%, rgba(18, 17, 16, .48) 35%, rgba(18, 17, 16, .1) 56%, transparent 72%);
}

.home-page .hero__title {
  display: block;
  max-width: 560px;
  color: var(--ivory);
  line-height: 1;
}

.home-page .hero__invitation {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.home-page .hero__title-kicker {
  display: inline;
  margin-right: .14em;
  color: var(--old-gold);
  font-family: "Italianno", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4rem, 5.3vw, 5.3rem);
  font-weight: 400;
  line-height: .86;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .25);
}

.home-page .hero__title-thought {
  display: block;
  margin-top: 1.25rem;
  color: var(--ad-cream);
  font-family: var(--reading);
  font-size: clamp(1.25rem, 1.4vw, 1.375rem);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: normal;
  white-space: normal;
}

.home-page .hero__title-thought-line {
  white-space: nowrap;
}

.home-page .hero__intro {
  max-width: 570px;
  color: var(--soft-cream);
  font-family: var(--reading);
  font-size: clamp(1.438rem, 1.65vw, 1.5rem);
  font-weight: 300;
  line-height: 1.2;
}

.home-page .hero__link {
  color: var(--ad-cream) !important;
  border-color: var(--gold-light);
  font-family: var(--reading);
  font-size: 17px;
  font-weight: 300;
}

.home-page .hero__key-link {
  display: block;
  width: clamp(70px, 6vw, 90px);
  margin: clamp(1.55rem, 2vw, 2rem) auto 0;
  opacity: .82;
  filter: drop-shadow(0 5px 7px rgba(0, 0, 0, .28));
  transition: opacity .25s ease, filter .25s ease, transform .16s ease;
}

.home-page .hero__key-link img {
  display: block;
  width: 100%;
  height: auto;
}

.home-page .hero__key-link:hover,
.home-page .hero__key-link:focus-visible {
  opacity: .96;
  filter: drop-shadow(0 6px 9px rgba(0, 0, 0, .34));
  transform: translateY(-1px);
}

.home-page .hero__key-link:active {
  opacity: 1;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .26));
  transform: translateY(5px) scale(.99);
}

.home-page .hero__key-link:focus-visible {
  outline: 1px solid rgba(211, 188, 132, .68);
  outline-offset: 7px;
}

.home-page .opening .text-link {
  font-size: 1rem;
  font-weight: 300;
}

.home-page main .text-link {
  font-family: var(--reading);
  font-size: var(--action-text);
  line-height: 1.25;
}

.home-page main .hero__link {
  font-size: 16px;
  font-weight: 300;
}

.home-page .section-kicker {
  position: relative;
  width: fit-content;
  font-family: var(--reading);
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: .15em;
}

.home-page .section-kicker::before {
  display: none;
}

.home-page .opening {
  background: linear-gradient(145deg, #11100f 0%, #1d1b19 100%);
}

.home-page .opening__text > p {
  font-family: var(--reading);
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  font-weight: 300;
  line-height: 1.35;
  text-wrap: pretty;
}

.home-page .opening .section-kicker,
.home-page .encounters .section-kicker,
.home-page .book-teaser .section-kicker {
  color: var(--muted-cream);
}

.home-page .opening .section-kicker {
  color: var(--ad-cream);
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: .75rem;
  font-weight: 300;
  letter-spacing: .2em;
}

.home-page .gallery-teaser__heading > .section-kicker,
.home-page .character-preview__story > .section-kicker {
  color: var(--ad-cream);
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .2em;
}

.home-page .gallery-teaser {
  color: var(--ad-cream);
  background: linear-gradient(180deg, #2c2926 0%, #24211f 100%);
}

.home-page .gallery-teaser h2 {
  color: #c3a970;
  font-size: clamp(2.25rem, 2.55vw, 2.5rem);
}

.home-page .gallery-teaser .section-kicker,
.home-page .gallery-teaser__intro > p,
.home-page .character-preview__story > p:last-child {
  color: var(--ad-cream);
}

.home-page .gallery-teaser__intro .text-link,
.home-page .character-preview__paths a {
  color: var(--link-cream);
}

.home-page .character-preview h3 {
  color: var(--heading-cream);
}

.home-page .character-preview__role,
.home-page .character-preview__paths > p,
.home-page .character-preview blockquote {
  color: #c3a970;
}

.home-page .character-preview__paths > p {
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .2em;
}

.home-page .character-preview blockquote {
  border-color: #c3a970;
}

.home-page .character-preview blockquote cite {
  color: var(--link-cream-muted);
}

.home-page .character-preview__paths,
.home-page .character-preview__paths li {
  border-color: rgba(210, 187, 130, .22);
}

.home-page .gallery-teaser__intro > p {
  font-family: var(--reading);
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  font-weight: 300;
  line-height: 1.35;
  text-wrap: pretty;
}

.home-page .gallery-teaser__intro .text-link {
  font-size: var(--action-text);
  font-weight: 400;
}

.home-page .gallery-teaser__heading > .section-kicker,
.home-page .book-teaser__copy > .section-kicker {
  padding-bottom: .9rem;
}

.home-page .book-teaser__copy > .section-kicker::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 1px;
  content: "";
  background: currentColor;
  opacity: .72;
}

.home-page .character-preview__role {
  color: #c3a970;
  font-family: var(--reading);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
}

.home-page .character-preview blockquote {
  color: var(--ad-cream);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.375rem, 2vw, 1.5rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.25;
  border-color: #c3a970;
}

.home-page .character-preview__portrait {
  background: linear-gradient(135deg, #302d29, #191716 77%);
}

.home-page .character-preview__story > p:last-child,
.home-page .encounters__copy > p:not(.section-kicker) {
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  line-height: 1.35;
  text-wrap: pretty;
}

.home-page .character-preview__story > p:last-child {
  font-family: var(--reading);
  font-weight: 300;
}

.home-page .character-preview__paths a {
  font-family: var(--reading);
  font-size: 1.125rem;
  line-height: 1.1;
  transition: color .2s ease;
}

.home-page .character-preview__paths a:hover,
.home-page .character-preview__paths a:focus-visible {
  color: #c3a970;
}

.home-page .character-preview__paths {
  padding-left: 0;
  border: 0;
}

.home-page .character-preview__paths ul {
  gap: 0;
}

.home-page .character-preview__paths li {
  padding: 0;
  border: 0;
}

.home-page .character-preview__paths li::before {
  display: none;
}

.home-page .encounters {
  background: linear-gradient(180deg, #2c2926 0%, #24211f 100%);
}

.home-page .encounters__scene {
  background: #0f0e0d;
}

.home-page .encounters__copy > p:not(.section-kicker) {
  color: var(--ad-cream);
  font-family: var(--reading);
  font-weight: 300;
}

.home-page .encounters__copy > .section-kicker {
  color: rgba(216, 196, 163, .7);
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .13em;
  margin-bottom: .42rem;
  padding-bottom: 0;
}

.home-page .encounters__copy > .section-kicker::after {
  display: none;
}

.home-page .encounter-links {
  gap: .15rem;
  margin-top: .45rem;
  color: var(--link-cream);
  font-family: var(--reading);
  font-size: 1.125rem;
  line-height: 1.15;
}

.home-page .encounter-links__group {
  margin-top: .75rem;
}

.home-page .encounter-links a {
  padding: 0;
  font-weight: 400;
  border: 0;
  transition: color .2s ease;
}

.home-page .encounter-links a::before {
  display: none;
}

.home-page .encounter-links a:hover,
.home-page .encounter-links a:focus-visible {
  color: var(--heading-cream);
  border-color: var(--link-cream);
}

.home-page .encounter-links__primary {
  color: var(--ad-cream);
  font-size: 1.125rem;
  font-weight: 400;
  border: 0 !important;
}

.home-page .book-teaser {
  background: linear-gradient(140deg, #171513 0%, #211e1b 100%);
}

.home-page .book-teaser::before {
  display: none;
}

.home-page .book-teaser__copy > p:not(.section-kicker) {
  color: var(--dark-copy);
  font-family: var(--reading);
  font-size: var(--supporting-text);
  font-weight: 300;
  line-height: 1.35;
  text-wrap: pretty;
}

.home-page .book-teaser__copy > .section-kicker {
  color: var(--ad-cream);
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .2em;
}

.home-page .opening .section-kicker,
.home-page .gallery-teaser__heading > .section-kicker,
.home-page .character-preview__story > .section-kicker,
.home-page .character-preview__paths > p,
.home-page .encounters__copy > .section-kicker,
.home-page .book-teaser__copy > .section-kicker {
  color: var(--muted-cream);
}

.home-page .book-teaser__copy > .section-kicker {
  color: var(--ad-cream);
}

.home-page .book-teaser__copy > .section-kicker::after {
  display: none;
}

.home-page .book-teaser__link {
  color: var(--link-cream);
  border-color: rgba(213, 200, 179, .68);
  font-size: 1.125rem;
  font-weight: 300;
}

.home-page .book-teaser__link:visited {
  color: var(--link-cream);
}

.home-page .book-teaser__link:hover,
.home-page .book-teaser__link:focus-visible {
  color: var(--heading-cream);
  border-color: var(--heading-cream);
}

.home-page .encounter-links a:focus-visible,
.home-page .book-teaser a:focus-visible {
  outline-color: var(--link-cream);
}

.home-page .book-object__cover {
  padding: 0;
  color: #c6b27d;
  background:
    linear-gradient(90deg, rgba(10, 6, 7, .76), transparent 6.5%, transparent 94%, rgba(10, 6, 7, .68)),
    radial-gradient(ellipse at 50% 14%, rgba(204, 178, 112, .09), transparent 27%),
    radial-gradient(ellipse at 64% 78%, rgba(156, 130, 75, .12), transparent 38%),
    repeating-linear-gradient(84deg, rgba(255, 255, 255, .018) 0 1px, transparent 1px 5px),
    linear-gradient(120deg, #171012 0%, #251719 46%, #3a2528 100%);
  border-color: rgba(185, 156, 89, .62);
  box-shadow: 14px 16px 32px rgba(0, 0, 0, .38);
}

.home-page .book-object__cover::before {
  inset: 12px;
  border-color: var(--gold-hairline);
}

.home-page .book-object__cover::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5.5%;
  width: 1px;
  content: "";
  background: linear-gradient(transparent 2%, rgba(191, 162, 96, .4) 16%, rgba(191, 162, 96, .4) 84%, transparent 98%);
  box-shadow: 5px 0 12px rgba(0, 0, 0, .26);
}

.home-page .book-object__cover-inner {
  position: absolute;
  inset: 12% 11% 10% 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translateY(-4%);
}

.home-page .book-object__monogram {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  margin: 0;
  color: rgba(212, 190, 133, .72);
  font: 400 3.4rem/.66 "Italianno", var(--serif);
  text-shadow: 0 1px 0 rgba(11, 8, 7, .65);
  transform: translateX(-50%);
}

.home-page .book-object__title-block {
  margin: 0;
  text-align: center;
}

.home-page .book-object__label {
  display: block;
  margin-bottom: .72rem;
  color: rgba(198, 178, 125, .68);
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: .54rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.home-page .book-object__title {
  display: block;
  color: #c6b27d;
  font: 400 3.55rem/.78 "Italianno", var(--serif);
  letter-spacing: .01em;
  text-align: center;
}

.home-page .book-object__title::after {
  display: block;
  width: 3.5rem;
  height: 1px;
  margin: 1.05rem auto 0;
  content: "";
  background: var(--gold-hairline);
}

.home-page .book-object__genre {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 90%;
  margin: 0 auto;
  color: #c6b27d;
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: .58rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: .13em;
  text-align: center;
  text-transform: uppercase;
}

.home-page .site-footer {
  color: rgba(234, 213, 175, .76);
  background: #11100f;
  font-size: 1rem;
  line-height: 1.5;
}

.home-page .wordmark--footer .wordmark__eyebrow {
  color: var(--muted-cream);
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: .65rem;
  font-weight: 400;
  letter-spacing: .2em;
}

.home-page .wordmark--footer .wordmark__name {
  color: #c3a970;
  font-family: "Italianno", "Cormorant Garamond", Georgia, serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: .78;
  letter-spacing: 0;
}

.home-page .opening h2 {
  color: var(--ivory);
  font-size: clamp(2.25rem, 2.55vw, 2.5rem);
  font-weight: 400;
}

.home-page .book-teaser h2 {
  color: #c3a970;
}

.home-page .opening h2,
.home-page .gallery-teaser h2,
.home-page .book-teaser h2 {
  line-height: .95;
  letter-spacing: -.025em;
}

.home-page .encounters h2 {
  color: var(--ivory);
}

.home-page .opening h2,
.home-page .gallery-teaser h2,
.home-page .character-preview h3,
.home-page .encounters h2,
.home-page .book-teaser h2 {
  font-family: "Italianno", "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

.home-page .character-preview h3,
.home-page .encounters h2 {
  font-size: clamp(2.2rem, 3.1vw, 3.5rem);
  line-height: .92;
  letter-spacing: -.025em;
}

.home-page .book-teaser h2 {
  font-size: clamp(3.5rem, 4.4vw, 4.5rem);
}

.home-page .opening h2,
.home-page .gallery-teaser h2,
.home-page .character-preview h3,
.home-page .encounters h2,
.home-page .book-teaser h2 {
  font-size: clamp(3rem, 4vw, 4.25rem);
}

.home-page .opening h2 {
  color: var(--old-gold);
  font-size: clamp(3.5rem, 4.8vw, 5rem);
}

.home-page .gallery-teaser h2 {
  font-size: clamp(3.5rem, 4.4vw, 4.5rem);
}

.home-page .character-preview h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 3.5vw, 3.25rem);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.025em;
}

.home-page .encounters h2 {
  color: var(--heading-cream);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 3.5vw, 3.25rem);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.025em;
}
.book-object:hover .book-object__cover, .book-object:focus-visible .book-object__cover { box-shadow: 16px 17px 34px rgba(0, 0, 0, .38); transform: rotateY(-13deg); }
.book-teaser__link { color: var(--gold-light); }
.book-teaser__link:hover, .book-teaser__link:focus-visible { color: var(--ad-cream); border-color: var(--gold-light); }

.gallery-intro {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
  padding: clamp(5rem, 9vw, 9rem) max(7vw, calc((100% - 1290px) / 2));
}
.gallery-intro .section-kicker { font-family: var(--nav-serif); font-size: 18px; font-weight: 500; letter-spacing: .22em; }
.gallery-intro h1 { color: #211d18; font-size: clamp(4.5rem, 6.25vw, 6rem); line-height: .95; letter-spacing: -.045em; }
.gallery-intro__text { max-width: 680px; padding-bottom: .35rem; color: #403d36; font: 400 clamp(1.25rem, 1.6vw, 1.438rem)/1.5 var(--nav-serif); }

.portrait-salon {
  min-height: 70vh;
  padding: clamp(3.2rem, 6vw, 6rem) max(7vw, calc((100% - 1290px) / 2)) clamp(6rem, 10vw, 11rem);
  color: var(--ad-cream);
  background: var(--gallery-green);
  border-top: 1px solid var(--gold-hairline);
  border-bottom: 1px solid var(--gold-hairline);
}
.gallery-controls { display: flex; justify-content: space-between; gap: 2rem; align-items: center; margin-bottom: clamp(3rem, 5vw, 5rem); padding-bottom: 1.1rem; border-bottom: 1px solid rgba(201, 180, 125, .24); }
.gallery-filter { display: flex; gap: clamp(1.4rem, 3vw, 3.25rem); align-items: center; }
.gallery-filter button { position: relative; padding: .35rem 0; color: rgba(234, 213, 175, .58); background: transparent; border: 0; font: 500 13px/1.3 var(--reading); letter-spacing: .045em; cursor: pointer; }
.gallery-filter button::after { position: absolute; right: 0; bottom: -.15rem; left: 0; height: 1px; content: ""; background: var(--old-gold); transform: scaleX(0); transform-origin: right; transition: transform .24s ease; }
.gallery-filter button:hover, .gallery-filter button:focus-visible, .gallery-filter button.is-active { color: var(--gold-light); }
.gallery-filter button.is-active::after { transform: scaleX(1); transform-origin: left; }
.gallery-count { color: rgba(234, 213, 175, .52); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }

.portrait-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: clamp(1.25rem, 2.2vw, 2rem); row-gap: clamp(4.25rem, 6.5vw, 6.5rem); margin: 0; padding: 0; list-style: none; }
.portrait-card { min-width: 0; }
.portrait-card__figure { margin: 0; }
.portrait-card__figure > img { display: block; width: 100%; height: auto; aspect-ratio: 2 / 3; object-fit: contain; background: #191716; }
.portrait-card__caption { min-block-size: 2.2em; padding-top: 1rem; text-align: center; }
.portrait-card h2 {
  color: rgba(234, 213, 175, .88);
  font-size: clamp(1.05rem, 1.35vw, 1.35rem);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: .16em;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}
.portrait-card__title { margin-top: .55rem; color: var(--gold-light); font: 500 clamp(.72rem, .82vw, .85rem)/1.35 var(--nav-serif); letter-spacing: .18em; text-transform: uppercase; }
.portrait-card__link {
  display: block;
  cursor: pointer;
  perspective: 1200px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.portrait-card__link .portrait-card__figure {
  position: relative;
  transform: translateZ(0);
  transform-origin: right center;
  transform-style: preserve-3d;
  transition: transform .42s cubic-bezier(.2, .72, .2, 1);
}
.portrait-card__link .portrait-card__figure::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  aspect-ratio: 2 / 3;
  content: "";
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(115% 82% at 0 0, rgba(232, 223, 207, .16), rgba(201, 180, 125, .065) 38%, transparent 72%);
  box-shadow: -9px -11px 32px -21px rgba(232, 223, 207, .4), inset 1px 1px rgba(201, 180, 125, .14);
  transition: opacity .36s ease;
}
.portrait-card__link .portrait-card__figure > img {
  box-shadow: 0 18px 34px -28px rgba(0, 0, 0, .86);
  transition: box-shadow .42s cubic-bezier(.2, .72, .2, 1), filter .16s ease;
}
.portrait-card__link:hover .portrait-card__figure,
.portrait-card__link:focus-visible .portrait-card__figure {
  transform: translate3d(0, -2px, 8px) rotateX(.2deg) rotateY(-.3deg) scale(1.003);
}
.portrait-card__link:hover .portrait-card__figure::before,
.portrait-card__link:focus-visible .portrait-card__figure::before {
  opacity: 1;
}
.portrait-card__link:hover .portrait-card__figure > img,
.portrait-card__link:focus-visible .portrait-card__figure > img {
  box-shadow: 0 25px 42px -25px rgba(0, 0, 0, .9);
}
.portrait-card__link:hover h2, .portrait-card__link:focus-visible h2 { text-decoration: underline; text-decoration-color: var(--old-gold); text-decoration-thickness: 1px; text-underline-offset: .35em; }
/* Safari may otherwise replace the quiet gallery focus with its blue system ring.
   Keep keyboard navigation visible, but within the gallery's altgold palette. */
.portrait-card__link:focus { outline: none; }
.portrait-card__link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 1px var(--old-gold), 0 0 0 6px rgba(18, 17, 16, .94);
}
.gallery-noscript { color: var(--ad-cream); }

/* Galerie im bestätigten Anthrazit-, Creme- und Altgold-System. */
.gallery-page {
  --ink: #24221d;
  --deep-green: #1d1b19;
  --forest: #171615;
  --gallery-green: #121110;
  --cream: #e9dfcc;
  --paper: #f3e6cc;
  --old-gold: #765c2b;
  --gold-light: #d2bb82;
  --gold-hairline: rgba(160, 132, 72, .48);
  --line: rgba(160, 132, 72, .22);
  --copy: #d5c8b3;
  --heading-cream: var(--ad-cream);
  --muted-cream: var(--ad-cream-soft);
  --dark-copy: rgba(226, 213, 190, .82);
  --nav-serif: var(--reading);
  color: var(--dark-copy);
  background: #171513;
}

.gallery-page::before {
  opacity: .24;
  background-image: radial-gradient(rgba(76, 58, 34, .14) .55px, transparent .65px);
}

.gallery-page .site-header {
  min-height: 112px;
  border-bottom-color: transparent;
}

.gallery-page .site-header::after {
  width: 100%;
  background: rgba(160, 132, 72, .55);
}

.gallery-page .site-header .wordmark__eyebrow {
  color: var(--muted-cream);
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: .65rem;
  font-weight: 400;
  letter-spacing: .2em;
}

.gallery-page .site-header .wordmark__name {
  color: #c3a970;
}

.gallery-page .main-nav {
  color: var(--muted-cream);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.125rem, 1.35vw, 1.25rem);
  font-weight: 400;
  line-height: 1.1;
}

.gallery-page .menu-toggle {
  color: var(--muted-cream);
}

.gallery-page .gallery-intro {
  min-height: 430px;
  align-items: center;
  color: var(--dark-copy);
  background: linear-gradient(140deg, #171513 0%, #211e1b 100%);
  border-bottom: 1px solid var(--gold-hairline);
}

.gallery-page .gallery-intro .section-kicker {
  color: var(--muted-cream);
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .2em;
}

.gallery-page .gallery-intro .section-kicker::before {
  display: none;
}

.gallery-page .gallery-intro h1 {
  color: #c3a970;
  font-family: "Italianno", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4.5rem, 6vw, 6.25rem);
  font-weight: 400;
  line-height: .82;
  letter-spacing: 0;
}

.gallery-page .gallery-intro__text {
  max-width: 31ch;
  padding-bottom: 0;
  color: var(--dark-copy);
  font-family: var(--reading);
  font-size: clamp(1.25rem, 1.45vw, 1.375rem);
  font-weight: 300;
  line-height: 1.35;
  text-wrap: pretty;
}

.gallery-page .portrait-salon {
  color: var(--ad-cream);
  background: linear-gradient(150deg, #211e1b 0%, #171513 68%, #11100f 100%);
  border-top: 0;
}

.gallery-page .gallery-controls {
  border-bottom-color: rgba(160, 132, 72, .28);
}

.gallery-page .gallery-filter button,
.gallery-page .gallery-count {
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.gallery-page .gallery-filter button {
  color: rgba(216, 196, 163, .68);
  font-size: .72rem;
  letter-spacing: .13em;
}

.gallery-page .gallery-filter button:hover,
.gallery-page .gallery-filter button:focus-visible,
.gallery-page .gallery-filter button.is-active {
  color: var(--muted-cream);
}

.gallery-page .portrait-card__figure > img {
  background: #171513;
}

.gallery-page .portrait-card__caption {
  position: relative;
  padding-top: 1.15rem;
}

.gallery-page .portrait-card__new-label {
  display: inline-block;
  margin-right: .45rem;
  color: #b86a6d;
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: .52rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
  vertical-align: .28em;
}

.gallery-page .portrait-card h2 {
  color: var(--ad-cream-soft);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 1.75vw, 1.85rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.015em;
  text-transform: none;
}

.gallery-page .portrait-card__title {
  margin-top: .6rem;
  color: #c3a970;
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(.68rem, .72vw, .76rem);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.gallery-page .site-footer {
  color: rgba(234, 213, 175, .76);
  background: #11100f;
  font-size: 1rem;
}

.gallery-page .wordmark--footer .wordmark__eyebrow {
  color: var(--muted-cream);
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: .65rem;
  font-weight: 400;
  letter-spacing: .2em;
}

.gallery-page .wordmark--footer .wordmark__name {
  color: #c3a970;
  font-family: "Italianno", "Cormorant Garamond", Georgia, serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: .75;
  letter-spacing: 0;
}

.profile-article { padding-bottom: clamp(6rem, 10vw, 10rem); }

.profile-tableau {
  position: relative;
  overflow: hidden;
  width: min(100% - 7vw, 1440px);
  margin: clamp(2.5rem, 4vw, 4.5rem) auto 0;
  background: #171513;
  box-shadow: 20px 23px 0 -10px rgba(152, 127, 71, .23);
}
.profile-tableau::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(10, 9, 8, .5) 0%, transparent 12%, transparent 84%, rgba(10, 9, 8, .7) 100%);
}
.profile-tableau::after { position: absolute; z-index: 2; inset: 18px; content: ""; pointer-events: none; border: 1px solid rgba(201, 180, 125, .33); }
.profile-tableau picture, .profile-tableau img { display: block; width: 100%; }
.profile-tableau img { height: auto; }

.profile-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(260px, .86fr);
  grid-template-rows: auto auto 1fr;
  column-gap: clamp(3rem, 8vw, 8rem);
  width: min(100% - 14vw, 1120px);
  margin: 0 auto;
  padding: clamp(5.5rem, 9vw, 9rem) 0 clamp(5rem, 8vw, 8rem);
  border-bottom: 1px solid var(--gold-hairline);
}
.profile-intro .section-kicker { grid-column: 1 / -1; }
.profile-intro > .section-kicker {
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .2em;
}
.profile-intro h1 { grid-column: 1; grid-row: 2 / 4; max-width: 690px; font-size: clamp(3.45rem, 5vw, 5.7rem); line-height: .84; letter-spacing: -.052em; overflow-wrap: anywhere; }
.profile-intro h1 span { display: block; }
.profile-intro__role {
  grid-column: 2;
  grid-row: 2;
  align-self: end;
  padding-bottom: 1.1rem;
  color: var(--old-gold);
  font: 400 clamp(.938rem, 1.05vw, 1rem)/1.35 "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
  text-wrap: balance;
}
.profile-intro__essence { grid-column: 2; grid-row: 3; max-width: 410px; padding-top: 1.1rem; font-size: clamp(1.05rem, 1.3vw, 1.2rem); border-top: 1px solid var(--line); }
.profile-intro__traits {
  display: flex;
  grid-column: 2;
  grid-row: 4;
  flex-wrap: wrap;
  gap: .45rem .65rem;
  max-width: 460px;
  margin: 1.35rem 0 0;
  padding: 1rem 0 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.profile-intro__traits li {
  padding: .38rem .68rem .34rem;
  color: rgba(79, 66, 44, .88);
  font: 400 .72rem/1.25 "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: .055em;
  background: rgba(160, 132, 72, .08);
  border: 1px solid rgba(118, 92, 43, .23);
  border-radius: 999px;
}

.profile-story { width: min(100% - 18vw, 680px); margin: 0 auto; padding: clamp(5.5rem, 9vw, 9rem) 0; }
.profile-story h2 { max-width: 620px; margin-bottom: clamp(2.4rem, 3.6vw, 3.25rem); font-size: clamp(3rem, 4.2vw, 4.45rem); line-height: .92; letter-spacing: -.04em; text-wrap: balance; }
.profile-story p:not(.section-kicker) { font-size: clamp(1.25rem, 1.4vw, 1.3rem); line-height: 1.72; }
.profile-story p:not(.section-kicker) + p { margin-top: 1.65rem; }
.profile-story--second { border-top: 1px solid var(--gold-hairline); }

.profile-connections {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(3rem, 9vw, 10rem);
  padding: clamp(5.5rem, 9vw, 9rem) max(7vw, calc((100% - 1290px) / 2));
  color: var(--ad-cream);
  background: var(--gallery-green);
  border-top: 1px solid var(--gold-hairline);
  border-bottom: 1px solid var(--gold-hairline);
}
.profile-connections h2 { color: var(--ad-cream); font-size: clamp(2.7rem, 3.6vw, 3.8rem); line-height: .92; letter-spacing: -.04em; }
.profile-connections__list { border-top: 1px solid rgba(201, 180, 125, .31); }
.profile-connections__list > * { display: grid; grid-template-columns: minmax(130px, .55fr) minmax(0, 1.45fr); gap: 1.5rem; align-items: baseline; padding: 1.55rem 0; border-bottom: 1px solid rgba(201, 180, 125, .23); }
.profile-connections__list span { color: rgba(234, 213, 175, .54); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.profile-connections__list strong { color: rgba(234, 213, 175, .9); font: 400 clamp(1.45rem, 2vw, 1.9rem)/1.1 var(--serif); overflow-wrap: anywhere; }
.profile-connections__list a strong { transition: color .2s ease; }
.profile-connections__list a:hover strong, .profile-connections__list a:focus-visible strong { color: var(--gold-light); }

.profile-afterword { width: min(100% - 18vw, 680px); margin: 0 auto clamp(5rem, 8vw, 8rem); padding: clamp(2.2rem, 4vw, 3.5rem); color: var(--ad-cream); background: var(--gallery-green); border-left: 1px solid var(--old-gold); }
.profile-afterword .section-kicker { color: var(--gold-light); }
.profile-afterword > p:last-child { font: 400 clamp(1.35rem, 2vw, 1.75rem)/1.42 var(--serif); }

.profile-quote { position: relative; width: min(100% - 18vw, 860px); margin: 0 auto; padding: clamp(3.5rem, 6vw, 5.5rem) 3vw; text-align: center; border-top: 1px solid var(--gold-hairline); border-bottom: 1px solid var(--gold-hairline); }
.profile-page .profile-quote::before { position: absolute; top: -4px; left: 50%; width: 7px; height: 7px; content: ""; background: var(--cream); border: 1px solid var(--old-gold); transform: translateX(-50%) rotate(45deg); }
.profile-quote blockquote { margin: 0; color: var(--ad-cream); font: italic 400 clamp(1.3rem, 1.8vw, 1.7rem)/1.2 var(--serif); text-wrap: balance; }
.profile-quote figcaption { margin-top: 1.15rem; color: var(--copy); font-size: 13px; letter-spacing: .045em; }
.profile-quote cite { font-style: italic; }

.encounter-page {
  --ink: #302d2b;
  --deep-green: #171615;
  --forest: #171615;
  --gallery-green: #121110;
  --cream: #e6dcc7;
  --paper: #e6dcc7;
  --old-gold: #765c2b;
  --gold-light: #c7ad76;
  --gold-hairline: rgba(160, 132, 72, .42);
  --line: rgba(68, 55, 34, .2);
  --copy: #3d3d35;
  --muted-cream: var(--ad-cream-soft);
  --link-cream: var(--ad-cream-soft);
  background: #121110;
}

.encounter-page .site-header {
  min-height: 112px;
  color: var(--link-cream);
  background: transparent;
  border-bottom-color: transparent;
}

.encounter-page .site-header::after {
  width: 100%;
  background: rgba(160, 132, 72, .55);
}

.encounter-page .site-header .wordmark__eyebrow {
  color: var(--muted-cream);
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: .65rem;
  font-weight: 400;
  letter-spacing: .2em;
}

.encounter-page .site-header .wordmark__name {
  color: #c3a970;
}

.encounter-page .main-nav a {
  color: var(--link-cream);
}

.encounter-page .main-nav a::after {
  background: var(--old-gold);
}

.encounter-page .menu-toggle {
  color: var(--link-cream);
}

.encounter-article {
  padding-bottom: 0;
  background: #181614;
}

.encounter-tableau-stage {
  padding: clamp(2.5rem, 4vw, 4.5rem) 0;
  background: #121110;
}

.encounter-tableau {
  position: relative;
  width: 100%;
  margin: clamp(2.5rem, 4vw, 4.5rem) auto 0;
  overflow: hidden;
  background: #121110;
}
.encounter-tableau-stage .encounter-tableau { margin: 0 auto; }
.encounter-tableau::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(18, 17, 16, .16) 0%, rgba(18, 17, 16, 0) 5%, rgba(18, 17, 16, 0) 88%, #121110 100%),
    linear-gradient(90deg, rgba(18, 17, 16, .42) 0%, rgba(18, 17, 16, 0) 3.5%, rgba(18, 17, 16, 0) 96.5%, rgba(18, 17, 16, .42) 100%);
}
.encounter-tableau picture, .encounter-tableau img { display: block; width: 100%; }
.encounter-tableau img { height: auto; object-fit: contain; }
.encounter-tableau-stage--portrait-preview { padding-right: 7vw; padding-left: 7vw; }
.encounter-tableau--portrait-preview { width: min(100%, 610px); }

.encounter-intro {
  width: 100%;
  margin: 0;
  padding: clamp(4.5rem, 7vw, 7rem) max(7vw, calc((100% - 1290px) / 2)) clamp(5rem, 8vw, 8rem);
  color: var(--ad-cream-soft);
  text-align: left;
  background: #121110;
  border-bottom: 1px solid rgba(186, 153, 91, .18);
}
.encounter-intro .section-kicker {
  justify-content: flex-start;
  margin-bottom: 1.35rem;
  color: var(--ad-cream-soft);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .18em;
}
.encounter-intro h1 {
  max-width: 22ch;
  margin: 0;
  color: var(--ad-cream-soft);
  font-size: clamp(3.15rem, 4.4vw, 5.25rem);
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.encounter-intro h1 span { display: block; }
.encounter-intro__names {
  margin-top: clamp(1.65rem, 2.8vw, 2.5rem);
  color: #c7ad76;
  font: 400 clamp(.95rem, 1.25vw, 1.12rem)/1.32 var(--serif);
  letter-spacing: .115em;
  text-transform: uppercase;
}
.encounter-intro__names i { padding: 0 .4em; color: var(--ad-cream-soft); font-weight: 400; }
.encounter-intro__lead {
  max-width: 39rem;
  margin: 1.4rem 0 0;
  padding-top: 1.35rem;
  color: var(--ad-cream-soft);
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
  line-height: 1.62;
  border-top: 1px solid rgba(186, 153, 91, .3);
  text-wrap: pretty;
}

.encounter-cast {
  display: grid;
  grid-template-columns: minmax(230px, .62fr) minmax(0, 1.38fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: start;
  padding: clamp(5rem, 8vw, 8rem) max(7vw, calc((100% - 1290px) / 2));
  color: var(--ad-cream);
  background: var(--gallery-green);
  border-top: 1px solid var(--gold-hairline);
  border-bottom: 1px solid var(--gold-hairline);
}
.encounter-cast .section-kicker { margin: .3rem 0 0; color: var(--gold-light); }
.encounter-page .encounter-intro .section-kicker,
.encounter-page .encounter-cast .section-kicker {
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .2em;
}
.encounter-page .encounter-cast {
  background: linear-gradient(145deg, #211e1b 0%, #171513 100%);
}
.encounter-page .encounter-cast__links strong {
  font: 400 clamp(1.45rem, 2vw, 1.9rem)/1.1 var(--serif);
}
.encounter-page .encounter-afterword {
  color: var(--ad-cream-soft);
  background: #181614;
}
.encounter-page .encounter-afterword > p:last-child {
  color: var(--ad-cream-soft);
  font-size: clamp(1.25rem, 1.7vw, 1.6rem);
}
.encounter-page .encounter-afterword .section-kicker,
.encounter-page .encounter-return .section-kicker {
  display: block;
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .2em;
}
.encounter-page .encounter-afterword .section-kicker::before,
.encounter-page .encounter-return .section-kicker::before {
  display: none;
}
.encounter-page .encounter-afterword .section-kicker::after,
.encounter-page .encounter-return .section-kicker::after {
  display: none;
}
.encounter-page .encounter-return .section-kicker {
  color: #c7ad76;
}
.encounter-page .encounter-return {
  color: var(--ad-cream-soft);
  background: #181614;
}
.encounter-page .encounter-return > div {
  border-top: 0;
}
.encounter-page .encounter-return a {
  color: var(--ad-cream-soft);
}
.encounter-page .encounter-return a:first-child {
  border: 0;
}
.encounter-page .encounter-return a:hover,
.encounter-page .encounter-return a:focus-visible {
  color: #c7ad76;
}
.encounter-page .site-footer {
  color: rgba(234, 213, 175, .76);
  background: #12110f;
  font-size: 1rem;
  line-height: 1.5;
  border-top: 0;
}
.encounter-page .wordmark--footer .wordmark__eyebrow {
  color: var(--muted-cream);
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: .65rem;
  font-weight: 400;
  letter-spacing: .2em;
}
.encounter-page .wordmark--footer .wordmark__name {
  color: #c3a970;
  font-family: "Italianno", "Cormorant Garamond", Georgia, serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: .72;
  letter-spacing: 0;
}
.encounter-cast__links { border-top: 1px solid rgba(201, 180, 125, .31); }
.encounter-cast__links a { display: grid; grid-template-columns: minmax(100px, .42fr) minmax(0, 1.58fr); gap: 1.5rem; align-items: baseline; padding: 1.65rem 0; border-bottom: 1px solid rgba(201, 180, 125, .23); }
.encounter-cast__links span { color: rgba(234, 213, 175, .52); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.encounter-cast__links strong { color: rgba(234, 213, 175, .91); font: 400 clamp(1.55rem, 2.15vw, 2.05rem)/1.1 var(--serif); overflow-wrap: anywhere; transition: color .2s ease; }
.encounter-cast__links a:hover strong, .encounter-cast__links a:focus-visible strong { color: var(--gold-light); }

.encounter-story {
  width: min(69ch, calc(100% - 14vw));
  margin: 0 auto;
  padding: clamp(6rem, 10vw, 10rem) 0 clamp(5.5rem, 9vw, 9rem);
  color: #37342f;
  background: #c8c1b5;
  border: 0;
  box-shadow: 0 0 0 100vmax #c8c1b5;
  clip-path: inset(0 -100vmax);
}
@media (min-width: 901px) {
  .encounter-page .encounter-story {
    width: min(830px, calc(100% - 12vw));
    padding-right: clamp(3.5rem, 5vw, 4.75rem);
    padding-left: clamp(3.5rem, 5vw, 4.75rem);
    box-shadow: 0 34px 76px -54px rgba(0, 0, 0, .88);
    clip-path: none;
  }
}
.encounter-story h3 {
  max-width: 24ch;
  margin: 0 0 2rem;
  color: #26221e;
  font-family: var(--serif);
  font-size: clamp(1.75rem, 2.35vw, 2.25rem);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.02;
  text-wrap: balance;
}
.encounter-story p {
  margin: 0;
  color: #37342f;
  font-family: var(--reading);
  font-size: clamp(1.25rem, 1.3vw, 1.3rem);
  font-weight: 400;
  hyphens: auto;
  line-height: 1.76;
  overflow-wrap: break-word;
  text-wrap: pretty;
}
.encounter-story p + p { margin-top: 1.55rem; }
.encounter-story__movement + .encounter-story__movement { position: relative; margin-top: clamp(4.5rem, 7vw, 6.5rem); padding-top: clamp(4rem, 6vw, 5.5rem); border-top: 1px solid rgba(111, 89, 47, .25); }
.encounter-story__movement + .encounter-story__movement::before { position: absolute; top: -1px; left: 0; width: clamp(54px, 8vw, 84px); height: 1px; content: ""; background: #6f592f; }

.encounter-afterword { width: min(69ch, calc(100% - 14vw)); margin: 0 auto; padding: clamp(5rem, 7vw, 6.25rem) 0 clamp(4.25rem, 5.5vw, 5.25rem); color: var(--ad-cream-soft); background: #181614; border: 0; }
.encounter-afterword .section-kicker { color: #c7ad76; }
.encounter-afterword > p:last-child { max-width: 61ch; margin-top: 1.45rem; font: 400 clamp(1.45rem, 2.2vw, 1.9rem)/1.48 var(--serif); text-wrap: pretty; }

.encounter-return {
  width: min(calc(100% - 14vw), 920px);
  margin: 0 auto;
  padding: clamp(2.75rem, 4vw, 3.5rem) 0 clamp(3rem, 4.5vw, 4rem);
  border-top: 1px solid rgba(199, 173, 118, .24);
  border-bottom: 0;
}
.encounter-return > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 1.4rem; border-top: 0; }
.encounter-return a { display: flex; justify-content: space-between; gap: 1.25rem; padding: 1.45rem 0 1.2rem; color: var(--ink); font: 400 clamp(1.3rem, 1.8vw, 1.65rem)/1.2 var(--serif); transition: color .2s ease; }
.encounter-return a:first-child { padding-right: clamp(1.5rem, 4vw, 4rem); border-right: 1px solid var(--line); }
.encounter-return a:last-child { padding-left: clamp(1.5rem, 4vw, 4rem); }
.encounter-return a span { color: var(--old-gold); }
.encounter-return a:hover, .encounter-return a:focus-visible { color: var(--old-gold); }

.site-footer { display: grid; grid-template-columns: 1fr auto auto; gap: 2rem; align-items: end; padding: 3.5rem max(7vw, calc((100% - 1290px) / 2)); color: rgba(234, 213, 175, .74); background: var(--gallery-green); font-size: 14px; border-top: 1px solid var(--gold-hairline); }
.wordmark--footer .wordmark__name { color: var(--ad-cream); font-size: 2.25rem; }
.site-footer > a:last-child { color: var(--gold-light); }

@media (max-width: 1120px) {
  .portrait-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .home-page .story-quick__inner {
    grid-template-columns: 1fr;
    gap: .8rem;
  }

  .home-page .story-quick__groups,
  .home-page .story-quick__search,
  .home-page .story-quick__search-results {
    grid-column: 1 / -1;
    justify-self: stretch;
    width: 100%;
  }

  .home-page .story-quick__search {
    margin-top: .35rem;
  }
}

@media (max-width: 980px) {
  body { font-size: 17px; }
  .site-header { width: min(100% - 9vw, 1440px); min-height: 108px; gap: 1.5rem; }
  .wordmark__name { font-size: 2.1rem; }
  .main-nav { justify-self: end; gap: clamp(.75rem, 1.6vw, 1.1rem); font-size: 13px; }
  .home-page .main-nav { font-size: 16px; }
  .hero { display: block; width: 100%; padding: 0; }
  .hero__copy { position: static; width: min(100%, 520px); color: var(--copy); transform: none; }
  .hero h1 { color: var(--ink); text-shadow: none; }
  .hero .text-link { color: var(--ink); }
  .hero__media { width: 100%; box-shadow: none; }
  .hero__media::after { display: none; }
  .opening { grid-template-columns: 1px 1fr; gap: 1.4rem 1.8rem; padding-right: 9vw; padding-left: 9vw; }
  .opening__text { grid-column: 2; padding-top: 0; }
  .gallery-teaser, .book-teaser { padding-right: 9vw; padding-left: 9vw; }
  .gallery-teaser__heading { grid-template-columns: 1fr; gap: 1rem; margin-bottom: 2.8rem; }
  .gallery-teaser__intro { max-width: 480px; }
  .character-preview { grid-template-columns: .85fr 1.15fr; gap: 2.5rem; }
  .character-preview__paths { grid-column: 1 / -1; padding: 1.6rem 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .encounters { grid-template-columns: 1fr; }
  .encounters__copy { max-width: none; padding: 5.5rem 9vw; }
  .encounters__scene { min-height: 0; }
  .encounters__scene picture, .encounters__scene img { height: auto; }
  .book-teaser { grid-template-columns: 1fr; gap: 3.7rem; }
  .book-object { margin-left: 5%; }
  .gallery-intro { grid-template-columns: 1fr; gap: 2rem; padding-right: 9vw; padding-left: 9vw; }
  .gallery-intro__text { max-width: 560px; }
  .portrait-salon { padding-right: 9vw; padding-left: 9vw; }
  .profile-tableau { width: min(100% - 9vw, 900px); box-shadow: 15px 17px 0 -8px rgba(152, 127, 71, .22); }
  .profile-intro { grid-template-columns: 1fr; grid-template-rows: auto; gap: 0; width: min(100% - 18vw, 720px); }
  .profile-intro .section-kicker, .profile-intro h1, .profile-intro__role, .profile-intro__essence, .profile-intro__traits { grid-column: 1; grid-row: auto; }
  .profile-intro h1 { margin-bottom: 2.5rem; }
  .profile-intro__role { padding-bottom: .8rem; }
  .profile-intro__essence { max-width: 520px; }
  .profile-connections { grid-template-columns: 1fr; gap: 3.5rem; padding-right: 9vw; padding-left: 9vw; }
  .encounter-tableau { width: 100%; }
  .encounter-page .encounter-intro { width: 100%; padding-right: 9vw; padding-left: 9vw; }
  .encounter-cast { grid-template-columns: 1fr; gap: 2.7rem; padding-right: 9vw; padding-left: 9vw; }
  .site-footer { grid-template-columns: 1fr auto; padding-right: 9vw; padding-left: 9vw; }
  .site-footer p { grid-column: 1 / -1; grid-row: 2; }
}

@media (min-width: 721px) and (max-width: 980px) {
  .hero { position: relative; display: block; width: 100%; padding: 0; }
  .hero__copy { position: absolute; top: 50%; right: clamp(2rem, 5vw, 4rem); width: min(34%, 320px); color: rgba(234, 213, 175, .9); transform: translateY(-50%); }
  .hero .text-link { color: var(--ad-cream); }
  .hero__media::after { display: block; }
}

@media (min-width: 721px) {
  /* Die Haupttitel der Begegnungsgeschichten bleiben dem Bild und der Erzählung untergeordnet. */
  body.encounter-page .encounter-intro h1 {
    font-size: clamp(2.35rem, 2.65vw, 2.65rem);
    line-height: .98;
  }

  body.encounter-page .encounter-intro h1.encounter-intro__title--hunger {
    max-width: none;
    white-space: nowrap;
  }

  body.encounter-page .encounter-intro__title--hunger span {
    display: inline;
  }

  /* Die Begegnungsgeschichten sollen auf großen Bildschirmen dem Bild Raum lassen. */
  body.home-page .encounters .encounters__copy h2 {
    font-size: clamp(2.35rem, 2.65vw, 2.65rem);
    line-height: .98;
  }

  .home-page .encounters__scene {
    align-self: center;
    min-height: 0;
    aspect-ratio: 3 / 2;
    padding: 0;
    background: transparent;
  }
  .home-page .encounters__scene picture,
  .home-page .encounters__scene img {
    width: 100%;
    height: 100%;
  }
  .home-page .encounters__scene img {
    object-fit: cover;
    object-position: center;
  }
  .home-page .encounters > .encounters__scene::before {
    display: none;
  }
  .home-page .encounters > .encounters__scene::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    pointer-events: none;
    background:
      linear-gradient(180deg, rgba(36, 33, 31, .14) 0%, rgba(36, 33, 31, 0) 5%, rgba(36, 33, 31, 0) 88%, #24211f 100%),
      linear-gradient(90deg, #24211f 0%, rgba(36, 33, 31, .9) 7%, rgba(24, 22, 20, .48) 14%, rgba(24, 22, 20, 0) 24%, rgba(24, 22, 20, 0) 96%, rgba(36, 33, 31, .34) 100%);
  }
}

/* Die Gattungszeile bleibt bei allen Begegnungsvorschauen zart und zurückhaltend. */
body.home-page .encounters .encounters__copy > .section-kicker {
  color: rgba(216, 196, 163, .7);
}

/* Alle Begegnungstitel tragen auf Mac und iPhone dasselbe ruhige Altgold. */
body.home-page .encounters .encounters__copy > h2 {
  color: var(--old-gold);
}

/* Begegnungsfotos wieder ohne verlaufenden Rand. */
.encounter-page .encounter-tableau::after,
.home-page .encounters__scene::after {
  display: none;
}

body.encounter-page .encounter-intro > .section-kicker {
  color: var(--cream);
}

body.encounter-page .encounter-intro > h1 {
  color: var(--old-gold);
}

/* Einheitlicher, ruhiger Kopf aller Begegnungsgeschichten auf Mac und iPhone. */
body.encounter-page .encounter-intro > .section-kicker {
  margin-bottom: .45rem;
}

body.encounter-page .encounter-intro > .section-kicker::before {
  display: none;
}

body.encounter-page .encounter-intro__names {
  color: rgba(234, 213, 175, .78);
  font-family: var(--reading);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  font-weight: 300;
  letter-spacing: .025em;
  text-transform: none;
}

body.encounter-page .encounter-intro__names i {
  color: inherit;
  font-style: normal;
}

@media (max-width: 720px) {
  .story-quick__inner {
    grid-template-columns: 1fr;
    gap: .8rem;
    width: 82vw;
    min-height: 0;
    padding: 1.15rem 0 1.3rem;
  }

  .story-quick__links {
    display: grid;
    justify-self: stretch;
    justify-content: stretch;
    gap: .7rem;
  }

  .story-quick__group {
    grid-template-columns: 1fr;
    gap: .55rem;
  }

  .story-quick__group + .story-quick__group {
    padding-top: .9rem;
  }

  .story-quick__group-label {
    padding-top: 0;
  }

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

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

  .story-quick__links a {
    width: fit-content;
    max-width: 100%;
    font-size: clamp(.82rem, 3.55vw, .94rem);
    white-space: normal;
  }

  .story-quick__new-label {
    font-size: .54rem;
  }

  /* Der lange Titel der ersten Begegnung braucht auf dem iPhone eine ruhigere,
   * lesbare Hierarchie als die kürzere Silberwalzer-Überschrift. */
  body.home-page .encounters .encounters__copy h2 {
    font-size: clamp(1.75rem, 6.8vw, 2.05rem);
    line-height: .97;
  }

  body.home-page .book-teaser .book-teaser__copy h2 {
    color: var(--old-gold);
    width: auto;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2rem, 8.6vw, 2.25rem);
    font-weight: 400;
    font-style: italic;
    line-height: .96;
    letter-spacing: -.01em;
    white-space: normal;
  }

  body.home-page .book-teaser .book-teaser__copy h2 span {
    display: block;
  }

  body.home-page .character-preview .character-preview__story h3 {
    font-size: clamp(1.8rem, 7.8vw, 2.1rem);
    white-space: nowrap;
  }

  body.home-page .character-preview .character-preview__story > .section-kicker {
    color: var(--old-gold);
  }

  body.home-page .character-preview .character-preview__role {
    color: var(--muted-cream);
    font-size: 1rem;
    font-weight: 300;
  }

  .home-page .encounters__scene {
    min-height: 0;
    padding: 0;
    background: transparent;
  }

  .home-page .encounters__scene::before {
    display: none;
  }

  .home-page .encounters__scene::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    pointer-events: none;
    background:
      linear-gradient(180deg, rgba(36, 33, 31, .12) 0%, rgba(36, 33, 31, 0) 4%, rgba(36, 33, 31, 0) 87%, #24211f 100%),
      linear-gradient(90deg, rgba(36, 33, 31, .3) 0%, rgba(36, 33, 31, 0) 3%, rgba(36, 33, 31, 0) 97%, rgba(36, 33, 31, .3) 100%);
  }

  .character-preview__portrait { width: 100%; }
  .encounter-page .encounter-tableau-stage {
    padding: 0;
    background: transparent;
  }
  .encounter-page .encounter-tableau {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    overflow: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  .encounter-page .encounter-tableau picture,
  .encounter-page .encounter-tableau img {
    border: 0;
    outline: 0;
    box-shadow: none;
  }
  .hero { display: flex; flex-direction: column; gap: 0; padding: 0; }
  .hero__copy { position: static; display: block; order: 0; width: 100%; padding: 2.7rem 9vw 2.8rem; color: rgba(234, 213, 175, .9); transform: none; border-bottom: 1px solid var(--gold-hairline); }
  .hero__intro { max-width: 31rem; margin-bottom: 1.5rem; font-size: clamp(1.1rem, 5.5vw, 1.3rem); }
  .home-page .hero__title-kicker { font-size: clamp(2.8rem, 12.3vw, 3.3rem); white-space: nowrap; }
  .home-page .hero__title-thought { font-size: clamp(1.188rem, 5vw, 1.25rem); line-height: 1.2; white-space: normal; }
  .home-page .hero__title-thought-line { white-space: normal; }
  .home-page .hero__intro { font-size: clamp(1.188rem, 5vw, 1.25rem); line-height: 1.2; }
  .home-page .hero__link { font-size: 16px; }
  .hero .text-link { color: var(--ad-cream); }
  .hero__media { aspect-ratio: 1122 / 1402; }
  .site-header { position: relative; grid-template-columns: 1fr auto; min-height: 92px; gap: 1rem; }
  .gallery-page .site-header { min-height: 92px; }
  .home-page .site-header .wordmark__eyebrow,
  .gallery-page .site-header .wordmark__eyebrow,
  .profile-page .site-header .wordmark__eyebrow,
  .encounter-page .site-header .wordmark__eyebrow {
    color: rgba(216, 196, 163, .68);
    font-size: .58rem;
    letter-spacing: .21em;
  }
  .home-page .site-header .wordmark__name,
  .gallery-page .site-header .wordmark__name,
  .profile-page .site-header .wordmark__name,
  .encounter-page .site-header .wordmark__name {
    color: #9f8a61;
    font-size: 2.25rem;
  }
  .home-page .site-header .wordmark__name {
    font-size: .66rem;
  }
  .home-page .site-header .wordmark__eyebrow,
  .home-page .site-header .wordmark__name {
    color: rgba(152, 127, 71, .58);
  }
  .home-page .site-header::after {
    background: rgba(160, 132, 72, .32);
  }
  .home-page .wordmark--footer .wordmark__eyebrow,
  .gallery-page .wordmark--footer .wordmark__eyebrow,
  .profile-page .wordmark--footer .wordmark__eyebrow,
  .encounter-page .wordmark--footer .wordmark__eyebrow {
    color: rgba(216, 196, 163, .68);
  }
  .home-page .wordmark--footer .wordmark__name,
  .gallery-page .wordmark--footer .wordmark__name,
  .profile-page .wordmark--footer .wordmark__name,
  .encounter-page .wordmark--footer .wordmark__name {
    color: #9f8a61;
  }
  .menu-toggle { display: grid; width: 42px; height: 42px; place-content: center; gap: 6px; padding: 0; color: var(--ink); background: transparent; border: 0; cursor: pointer; }
  .menu-toggle__line { display: block; width: 23px; height: 1px; background: currentColor; transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] .menu-toggle__line:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-toggle__line:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { position: absolute; z-index: 5; top: 100%; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 4.5vw 1.5rem; color: rgba(234, 213, 175, .9); background: var(--gallery-green); border-bottom: 1px solid var(--old-gold); box-shadow: 0 16px 24px rgba(20, 19, 18, .2); font-size: 15px; letter-spacing: .055em; }
  .home-page .main-nav,
  .gallery-page .main-nav,
  .profile-page .main-nav,
  .encounter-page .main-nav {
    color: var(--link-cream);
    font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
  }
  .gallery-page .main-nav { color: var(--muted-cream); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: .75rem 0; }
  .main-nav a::after { right: auto; width: 35px; }
  .main-nav .is-current { color: var(--gold-light); }
  .portrait-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 1.35rem; }
  .gallery-page .gallery-intro { min-height: 0; padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .gallery-controls { align-items: flex-start; }
  .profile-tableau::after { inset: 12px; }
  .profile-connections__list > * { grid-template-columns: 1fr; gap: .55rem; }
  .encounter-cast__links a { grid-template-columns: 1fr; gap: .55rem; }
  .encounter-return > div { grid-template-columns: 1fr; }
  .encounter-return a:first-child { padding-right: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .encounter-return a:last-child { padding-left: 0; }
}

@media (max-width: 600px) {
  .portrait-grid { grid-template-columns: 1fr; max-width: 410px; margin-right: auto; margin-left: auto; }
}

@media (max-width: 470px) {
  .hero h1 { font-size: clamp(3.25rem, 17vw, 4.2rem); }
  .opening h2, .gallery-teaser h2, .encounters h2, .book-teaser h2 { font-size: clamp(2.9rem, 15vw, 3.9rem); }
  .home-page .opening h2,
  .home-page .gallery-teaser h2,
  .home-page .encounters h2,
  .home-page .book-teaser h2 { font-size: clamp(2.625rem, 12.5vw, 3.125rem); }
  .home-page .opening h2 { font-size: clamp(2.125rem, 9vw, 2.25rem); }
  .home-page .gallery-teaser h2 { font-size: clamp(2.125rem, 9vw, 2.25rem); }
  .home-page .character-preview h3,
  .home-page .encounters h2 { font-size: clamp(2.125rem, 9vw, 2.375rem); }
  .home-page .opening h2,
  .home-page .gallery-teaser h2,
  .home-page .character-preview h3,
  .home-page .encounters h2,
  .home-page .book-teaser h2 { font-size: clamp(2.75rem, 11vw, 3.25rem); }
  .home-page .opening h2 { font-size: clamp(3.125rem, 13vw, 3.75rem); }
  .character-preview { grid-template-columns: 1fr; }
  .character-preview__paths { grid-column: auto; }
  .gallery-intro h1 { font-size: clamp(3.55rem, 18vw, 4.65rem); }
  .gallery-page .gallery-intro h1 { font-size: clamp(3.75rem, 18vw, 4.5rem); }
  .gallery-controls { display: grid; gap: 1rem; }
  .gallery-filter { justify-content: space-between; gap: 1rem; }
  .gallery-count { grid-row: 1; }
  .portrait-grid { row-gap: 4.5rem; }
  .portrait-card__caption { min-height: 0; }
  .profile-intro, .profile-story, .profile-afterword, .profile-quote { width: min(100% - 18vw, 680px); }
  .profile-intro h1 { font-size: clamp(2.75rem, 13vw, 3.55rem); }
  .profile-story h2, .profile-connections h2 { font-size: clamp(2.35rem, 10vw, 3rem); }
  .profile-afterword { padding: 2rem 1.6rem; }
  .encounter-page .encounter-intro { width: 100%; padding-right: 9vw; padding-left: 9vw; }
  .encounter-story, .encounter-afterword, .encounter-return { width: min(100% - 18vw, 680px); }
  /* Einheitliche Titelgröße für alle Begegnungsgeschichten am iPhone. */
  body.encounter-page .encounter-intro h1 { max-width: 18ch; font-size: clamp(2.05rem, 8vw, 2.4rem); line-height: .98; overflow-wrap: anywhere; }
  .encounter-intro__names i { display: inline; padding: 0 .25em; }
  .encounter-story {
    width: calc(100% - 38px);
    padding: 5.2rem 0 5rem;
    background: #c8c1b5;
    box-shadow: 0 0 0 100vmax #c8c1b5;
  }
  .encounter-story h3 { margin-bottom: 1.6rem; font-size: clamp(1.65rem, 7vw, 2.05rem); line-height: 1.04; }
  .encounter-story p { font-size: 1.25rem; line-height: 1.72; }
  .encounter-story__movement + .encounter-story__movement { margin-top: 3.8rem; padding-top: 3.5rem; }
  .encounter-afterword { width: calc(100% - 38px); padding: 4.2rem 0; }
  .encounter-page .encounter-return { width: calc(100% - 38px); padding-top: 2.6rem; padding-bottom: 3.4rem; }
  .encounter-page .encounter-return > div { margin-top: 1.2rem; }
  .encounter-page .encounter-return a { padding: 1rem 0; }
  .encounter-page .encounter-return a + a { margin-top: .3rem; }
  .site-footer { grid-template-columns: 1fr; gap: 1.5rem; }
  .site-footer p { grid-column: auto; grid-row: auto; }
}

@media (max-width: 720px) {
  /* Safari auf dem iPhone darf die feststehende Papiertextur beim Scrollen
     langer Leseseiten nicht als helle Compositing-Fläche neu zeichnen. */
  body::before {
    display: none;
    content: none;
  }

  /* Das schlichte Logo bleibt auf allen iPhone-Seiten kompakt und verursacht keinen Überstand. */
  .site-header > .wordmark {
    min-width: 0;
    max-width: calc(100% - 58px);
  }

  .site-header > .wordmark .wordmark__eyebrow {
    font-size: .58rem;
    letter-spacing: .21em;
  }

  .site-header > .wordmark .wordmark__name {
    font-size: .66rem;
    line-height: 1.1;
    letter-spacing: .24em;
    white-space: nowrap;
  }

  body.encounter-page .encounter-intro > .section-kicker {
    color: var(--cream);
  }

  body.encounter-page .encounter-intro > h1 {
    color: var(--old-gold);
  }

  body.home-page .encounters .encounters__copy > .section-kicker {
    color: rgba(216, 196, 163, .7);
  }

  body.home-page .encounters .encounters__copy > .section-kicker::after {
    display: none;
  }

  .home-page .encounters .encounters__copy h2 {
    color: var(--old-gold);
  }

  .home-page .hero {
    border-bottom: 0;
  }

  .home-page .hero__copy {
    border-bottom: 0;
  }

  .home-page .hero__media::before {
    display: block;
    inset: auto 14px 14px;
    height: 1px;
    background: rgba(152, 127, 71, .28);
    border: 0;
  }

  .home-page .hero__key-link {
    width: 76px;
  }

  body.encounter-page .encounter-intro h1.encounter-title--stimmen,
  body.home-page .encounters .encounters__copy h2.encounter-title--stimmen {
    max-width: none;
    width: max-content;
    font-size: clamp(1.45rem, 6vw, 1.65rem);
    line-height: .98;
    letter-spacing: -.035em;
    overflow-wrap: normal;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .portrait-card__link:hover .portrait-card__figure,
  .portrait-card__link:focus-visible .portrait-card__figure { transform: none; }
}
