/*
 * Gemeinsame Art Direction fuer das Haus der Wollwesen.
 * Diese Datei liegt bewusst nach den historischen Seitenstilen und vereinheitlicht
 * Farben, Typografie, Rhythmus, Wortmarke und Fusszeilen, ohne Inhalte zu ersetzen.
 */

:root {
  --ad-ink: #11130f;
  --ad-ink-soft: #151713;
  --ad-green: #152019;
  --ad-green-deep: #0f1611;
  --ad-cream: #ead5af;
  --ad-cream-soft: #d8c4a3;
  --ad-cream-muted: #bbaa8d;
  --ad-paper: #d9d0bd;
  --ad-paper-light: #e7decc;
  --ad-paper-ink: #332f29;
  --ad-gold: #a98a4f;
  --ad-gold-light: #c5a96e;
  --ad-gold-line: rgba(177, 145, 83, .34);
  --ad-heading: "Cormorant Garamond", Georgia, serif;
  --ad-reading: "Newsreader", Georgia, serif;
  --ad-modern: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --ad-image-grade: brightness(1.005) saturate(1.005) contrast(1.01);
  --ad-image-grade-portrait: brightness(1.015) saturate(1.005) contrast(1.015);
  --ad-image-grade-active: brightness(1.025) saturate(1.01) contrast(1.02);
  --ad-image-grade-hero: brightness(1.075) saturate(1.02) contrast(1.015);
  --ad-image-grade-hero-mobile: brightness(1.085) saturate(1.01) contrast(1.01);
}

/* Eigenständiges iPhone-Porträtbuch. Es verwendet weder die Doppelseite noch
 * die frühere mobile Buchvorlage; nur Inhalte und Porträts werden geteilt. */
.mobile-volume {
  display: none;
}

.home-page .home-book-cover {
  display: none;
}

.book-home-return {
  display: none;
}

.book-cover-heading {
  display: none;
}

@media (max-width: 760px) {
  .book-page .book-stage {
    display: none;
  }

  .book-page .mobile-volume {
    position: relative;
    isolation: isolate;
    display: block;
    width: 100%;
    max-width: 480px;
    height: 100%;
    min-height: 0;
    margin: 0 auto;
    overflow: hidden;
    color: var(--ad-cream);
    border: 1px solid rgba(190, 151, 82, .7);
    border-radius: 3px 3px 14px 14px;
    background:
      radial-gradient(ellipse at 50% 8%, rgba(214, 176, 99, .18), transparent 29%),
      radial-gradient(ellipse at 50% 78%, rgba(76, 30, 45, .14), transparent 46%),
      repeating-linear-gradient(93deg, rgba(255, 255, 255, .014) 0 1px, transparent 1px 7px),
      linear-gradient(158deg, #07110c 0%, #10281b 52%, #050a07 100%);
    box-shadow:
      inset 0 0 0 8px rgba(3, 8, 5, .34),
      inset 0 0 0 9px rgba(199, 163, 92, .16),
      inset 0 0 54px rgba(0, 0, 0, .54),
      0 18px 34px rgba(0, 0, 0, .42);
    touch-action: pan-y pinch-zoom;
    -webkit-user-select: none;
    user-select: none;
  }

  .book-page .mobile-volume::before,
  .book-page .mobile-volume::after {
    display: none;
  }

  .book-page .mobile-volume::before {
    left: 13px;
    background:
      linear-gradient(90deg, rgba(204, 169, 96, .8), transparent) left top / 44px 1px no-repeat,
      linear-gradient(rgba(204, 169, 96, .8), transparent) left top / 1px 44px no-repeat,
      radial-gradient(circle, rgba(222, 191, 121, .92) 0 1px, transparent 1.5px) 7px 7px / 4px 4px no-repeat;
  }

  .book-page .mobile-volume::after {
    right: 13px;
    background:
      linear-gradient(270deg, rgba(204, 169, 96, .8), transparent) right top / 44px 1px no-repeat,
      linear-gradient(rgba(204, 169, 96, .8), transparent) right top / 1px 44px no-repeat,
      radial-gradient(circle, rgba(222, 191, 121, .92) 0 1px, transparent 1.5px) calc(100% - 7px) 7px / 4px 4px no-repeat;
  }

  .book-page .mobile-volume [hidden] {
    display: none !important;
  }

  .mobile-volume__cover {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: min(76vw, 276px);
    max-width: calc(100% - 28px);
    max-height: 100%;
    aspect-ratio: 2 / 3;
    place-items: center;
    align-content: center;
    gap: clamp(4px, 1vh, 8px);
    padding: 24px 22px;
    overflow: hidden;
    color: var(--ad-cream);
    border: 1px solid rgba(197, 169, 110, .58);
    border-radius: 3px 9px 9px 3px;
    background:
      linear-gradient(90deg, rgba(4, 9, 6, .72), transparent 8%, transparent 94%, rgba(4, 9, 6, .48)),
      radial-gradient(circle at 50% 21%, rgba(223, 187, 108, .12), transparent 30%),
      repeating-linear-gradient(89deg, rgba(255, 255, 255, .016) 0 1px, transparent 1px 5px),
      linear-gradient(145deg, #07120c 0%, #143522 52%, #07110b 100%);
    box-shadow:
      inset 9px 0 15px rgba(0, 0, 0, .28),
      inset 0 0 0 8px rgba(4, 10, 7, .42),
      inset 0 0 0 9px rgba(203, 166, 93, .18),
      8px 10px 0 -5px #cfc4a9,
      12px 14px 0 -7px #5d5a4c,
      0 22px 38px rgba(0, 0, 0, .46);
    transform: translate(-50%, -50%);
    cursor: pointer;
  }

  .mobile-volume__cover:focus-visible {
    outline: 2px solid #d0ad69;
    outline-offset: 3px;
  }

  .mobile-volume__cover-rule {
    width: 54px;
    height: 1px;
    margin-bottom: 2px;
    background: linear-gradient(90deg, transparent, #c39f59, transparent);
    transform: translateY(-32px);
  }

  .mobile-volume__cover-house,
  .mobile-volume__cover-subtitle {
    font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
  }

  .mobile-volume__cover-house {
    max-width: none;
    color: rgba(234, 213, 175, .94);
    font-size: clamp(8.5px, 2.25vw, 9.5px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: .12em;
    white-space: nowrap;
    transform: translateY(-27px);
  }

  .mobile-volume__cover-shelf {
    position: relative;
    z-index: 3;
    display: flex;
    width: clamp(188px, 61vw, 220px);
    height: clamp(76px, 13vh, 98px);
    margin: clamp(7px, 1.5vh, 12px) 0 clamp(20px, 4vh, 30px);
    padding: 0 10px 9px;
    overflow: visible;
    align-items: flex-end;
    justify-content: center;
    gap: 3px;
    transform: translateY(-18px);
  }

  .mobile-volume__cover-shelf > span {
    position: relative;
    z-index: 1;
    display: block;
    flex: 0 0 var(--book-width);
    width: var(--book-width);
    height: var(--book-height);
    border: 1px solid rgba(198, 166, 102, .11);
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
    background:
      linear-gradient(
        180deg,
        transparent 0 8px,
        rgba(197, 165, 98, .2) 8px 9px,
        transparent 9px calc(100% - 10px),
        rgba(197, 165, 98, .16) calc(100% - 10px) calc(100% - 9px),
        transparent calc(100% - 9px)
      ),
      linear-gradient(90deg, rgba(255, 255, 255, .035), transparent 28% 70%, rgba(0, 0, 0, .26)),
      var(--book-color);
    box-shadow:
      inset 1px 0 rgba(255, 255, 255, .025),
      inset -1px 0 rgba(0, 0, 0, .22),
      0 3px 5px rgba(0, 0, 0, .18);
    filter: saturate(.52) brightness(.72);
    transform-origin: 50% 100%;
  }

  .mobile-volume__cover-shelf > span:nth-child(1) {
    --book-width: 14px;
    --book-height: 47px;
    --book-color: #4a282d;
  }

  .mobile-volume__cover-shelf > span:nth-child(2) {
    --book-width: 18px;
    --book-height: 60px;
    --book-color: #344434;
  }

  .mobile-volume__cover-shelf > span:nth-child(3) {
    --book-width: 12px;
    --book-height: 51px;
    --book-color: #665034;
    margin-right: 2px;
    transform: rotate(-4deg);
  }

  .mobile-volume__cover-shelf > span:nth-child(4) {
    --book-width: 17px;
    --book-height: 67px;
    --book-color: #303531;
  }

  .mobile-volume__cover-shelf > span:nth-child(5) {
    --book-width: 15px;
    --book-height: 55px;
    --book-color: #493139;
  }

  .mobile-volume__cover-shelf > span:nth-child(6) {
    --book-width: 20px;
    --book-height: 64px;
    --book-color: #374638;
  }

  .mobile-volume__cover-shelf > span:nth-child(7) {
    --book-width: 12px;
    --book-height: 48px;
    --book-color: #563039;
  }

  .mobile-volume__cover-shelf > span:nth-child(8) {
    --book-width: 17px;
    --book-height: 59px;
    --book-color: #35424a;
  }

  .mobile-volume__cover-shelf > span:nth-child(9) {
    --book-width: 14px;
    --book-height: 53px;
    --book-color: #5a472e;
  }

  .mobile-volume__cover-shelf::after {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 9px;
    content: "";
    pointer-events: none;
    border-top: 1px solid rgba(224, 187, 108, .52);
    border-bottom: 1px solid rgba(36, 20, 7, .72);
    border-radius: 2px;
    background: linear-gradient(180deg, #8d6b38 0%, #493117 58%, #24170c 100%);
    box-shadow:
      0 3px 0 rgba(17, 10, 4, .72),
      0 7px 11px rgba(0, 0, 0, .34);
    transform: translateX(-50%);
  }

  .mobile-volume__cover-title {
    position: relative;
    z-index: 2;
    display: grid;
    justify-items: center;
    width: 100%;
    gap: clamp(4px, 1vh, 7px);
    color: rgba(234, 213, 175, .90);
    font-family: var(--ad-heading);
    font-size: clamp(25px, 7.8vw, 32px);
    font-weight: 500;
    line-height: .86;
    letter-spacing: -.025em;
    text-align: center;
    text-shadow: 0 1px 12px rgba(0, 0, 0, .22);
    transform: translateY(clamp(15px, 2.5vh, 20px));
  }

  .mobile-volume__cover-title > span {
    display: block;
  }

  .mobile-volume__cover-subtitle {
    margin-top: 12px;
    color: rgba(234, 213, 175, .82);
    font-size: clamp(8px, 2.1vw, 9px);
    font-weight: 300;
    line-height: 1;
    letter-spacing: .16em;
    transform: translateY(clamp(15px, 2.5vh, 20px));
  }

  .mobile-volume__cover-ornament {
    color: rgba(176, 142, 75, .72);
    font-size: 10px;
    line-height: 1;
    transform: translateY(clamp(15px, 2.5vh, 20px));
  }

  .book-page .mobile-volume__cover .mobile-volume__cover-house,
  .book-page .mobile-volume__cover .mobile-volume__cover-title,
  .book-page .mobile-volume__cover .mobile-volume__cover-subtitle {
    color: var(--ad-cream);
    opacity: 1;
    -webkit-text-fill-color: var(--ad-cream);
  }

  .book-page .mobile-volume__cover .mobile-volume__cover-title {
    font-weight: 400;
  }

  .book-page .mobile-volume__cover .mobile-volume__cover-subtitle {
    font-size: 9.5px;
    color: var(--ad-cream);
    -webkit-text-fill-color: var(--ad-cream);
  }

  .book-page .mobile-volume__leaf {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background:
      radial-gradient(ellipse at 50% 38%, rgba(55, 115, 78, .2), transparent 42%),
      radial-gradient(ellipse at 50% 83%, rgba(125, 64, 75, .12), transparent 36%);
  }

  .book-page .mobile-volume__portrait-surface {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    display: block;
    aspect-ratio: 2 / 3;
    min-height: 0;
    cursor: pointer;
    -webkit-user-drag: none;
  }

  .book-page .mobile-volume__portrait {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 2px 2px 0 0;
    background: transparent;
    box-shadow:
      0 20px 32px rgba(0, 0, 0, .44);
  }

  .book-page .mobile-volume__portrait::before {
    display: none;
    content: none;
  }

  .book-page .mobile-volume__portrait img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
    background: #08120c;
    -webkit-user-drag: none;
  }

  .book-page .mobile-volume__cartouche {
    position: absolute;
    z-index: 5;
    right: 11px;
    bottom: 10px;
    left: 11px;
    display: flex;
    height: clamp(116px, 23%, 132px);
    min-height: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 30px;
    color: var(--ad-cream);
    text-align: center;
    border: 1px solid rgba(202, 165, 91, .66);
    border-radius: 50% 50% 8px 8px / 18% 18% 8px 8px;
    background:
      radial-gradient(ellipse at 50% 0%, rgba(214, 177, 102, .11), transparent 46%),
      linear-gradient(152deg, rgba(15, 42, 27, .98), rgba(5, 14, 9, .985));
    box-shadow:
      inset 0 0 0 5px rgba(2, 8, 5, .34),
      inset 0 0 0 6px rgba(202, 165, 91, .15),
      0 -8px 24px rgba(0, 0, 0, .28),
      0 12px 24px rgba(0, 0, 0, .4);
  }

  .book-page .mobile-volume__cartouche::before,
  .book-page .mobile-volume__cartouche::after {
    position: absolute;
    top: 8px;
    width: 7px;
    height: 7px;
    content: "";
    border: 1px solid rgba(211, 174, 99, .72);
    background: #0d2417;
    transform: rotate(45deg);
  }

  .book-page .mobile-volume__cartouche::before {
    left: 16px;
  }

  .book-page .mobile-volume__cartouche::after {
    right: 16px;
  }

  .book-page .mobile-volume__kicker {
    margin: 0 0 4px;
    color: rgba(210, 177, 105, .78);
    font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
    font-size: 7.5px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .2em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .book-page .mobile-volume__name {
    max-width: 100%;
    margin: 0;
    overflow: visible;
    color: var(--ad-cream);
    font-family: var(--ad-heading);
    font-size: clamp(16px, 4.7vw, 18px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.015em;
    text-overflow: clip;
    white-space: nowrap;
  }

  .book-page .mobile-volume__title {
    max-width: 100%;
    margin: 3px 0 0;
    overflow: hidden;
    color: rgba(211, 179, 111, .84);
    font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(9px, 2.6vw, 10px);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: .11em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .book-page .mobile-volume__profile {
    display: flex;
    min-width: 0;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 4px;
    color: rgba(234, 213, 175, .88);
    font-family: var(--ad-reading);
    font-size: clamp(10.5px, 2.9vw, 11.5px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: .01em;
    text-decoration: none;
    -webkit-user-drag: none;
  }

  .book-page .mobile-volume__profile::after {
    position: absolute;
    bottom: 13px;
    left: 50%;
    width: 42px;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(202, 165, 91, .72), transparent);
    transform: translateX(-50%);
  }

  .book-page .mobile-volume__profile:focus-visible {
    outline: 2px solid #d0ad69;
    outline-offset: 2px;
  }

  .book-page .mobile-volume__folio {
    position: absolute;
    right: 13px;
    bottom: 9px;
    color: rgba(202, 165, 91, .48);
    font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
    font-size: 7px;
    line-height: 1;
    letter-spacing: .14em;
  }

  .book-page .reader-controls {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 10px;
    width: min(100%, 238px);
    justify-self: center;
  }

  .book-page .reader-control {
    position: relative;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    overflow: hidden;
    color: transparent;
    border: 1px solid rgba(195, 155, 82, .52);
    border-radius: 50%;
    background:
      radial-gradient(circle at 50% 35%, rgba(58, 104, 75, .28), transparent 52%),
      #07110b;
    box-shadow:
      inset 0 0 0 4px rgba(4, 10, 6, .56),
      inset 0 0 0 5px rgba(195, 155, 82, .13);
    font-size: 0;
  }

  .book-page .reader-control::before {
    position: absolute;
    top: 50%;
    left: 50%;
    color: rgba(234, 213, 175, .82);
    font-family: var(--ad-heading);
    font-size: 24px;
    line-height: 1;
    transform: translate(-50%, -56%);
  }

  .book-page #book-previous::before {
    content: "‹";
  }

  .book-page #book-next::before {
    content: "›";
  }

  .book-page .reader-control:focus-visible {
    outline: 2px solid #d0ad69;
    outline-offset: 2px;
  }

  .book-page .reader-control:disabled {
    opacity: .3;
  }

  .book-page .reader-status {
    color: rgba(210, 177, 105, .82);
    font-size: 8px;
    letter-spacing: .18em;
  }
}

/* Das vollständige Geschichtenregister lebt auf einer eigenen, ruhigen Seite.
 * Auf der Startseite bleibt nach den drei kuratierten Bildgeschichten nur der Zugang. */
.home-page [data-home-story][hidden] {
  display: none !important;
}

.stories-all-home {
  width: min(calc(100% - clamp(2rem, 7vw, 7rem)), 1320px);
  margin: clamp(1.75rem, 3vw, 2.75rem) auto clamp(3rem, 6vw, 5.5rem);
}

.stories-all-home a {
  display: inline-flex;
  gap: .8rem;
  align-items: center;
  padding: .35rem 0 .55rem;
  color: var(--ad-cream);
  font: 300 clamp(1.25rem, 2vw, 1.55rem)/1.2 var(--ad-reading);
  text-decoration: none;
  border-bottom: 1px solid rgba(177, 145, 83, .52);
  transition: color .18s ease, border-color .18s ease;
}

.stories-all-home a span {
  color: var(--ad-gold-light);
}

.stories-all-home a:hover,
.stories-all-home a:focus-visible {
  color: var(--ad-gold-light);
  border-bottom-color: var(--ad-gold-light);
}

.stories-page {
  min-height: 100%;
  color: var(--ad-cream-soft);
  background:
    radial-gradient(circle at 76% 12%, rgba(177, 145, 83, .055), transparent 30%),
    linear-gradient(145deg, #0b110d 0%, #111913 56%, #0a100c 100%);
}

.stories-page main {
  min-height: 72vh;
}

.story-archive {
  width: min(calc(100% - clamp(3rem, 10vw, 11rem)), 1120px);
  margin: 0 auto;
  padding: clamp(3rem, 5vw, 5rem) 0 clamp(6rem, 10vw, 9rem);
}

.story-archive__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, .72fr);
  gap: .75rem clamp(3rem, 8vw, 8rem);
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.story-archive__header .section-kicker {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(197, 169, 110, .72);
}

.story-archive__header h1 {
  margin: 0;
  color: var(--ad-cream);
  font: 400 clamp(3.4rem, 6.3vw, 5.75rem)/.9 var(--ad-heading);
  letter-spacing: -.03em;
}

.story-archive__intro {
  max-width: 34rem;
  margin: 0 0 .25rem;
  color: rgba(234, 213, 175, .7);
  font: 300 clamp(1rem, 1.5vw, 1.15rem)/1.5 var(--ad-reading);
}

.story-archive__tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem 2rem;
  align-items: end;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid rgba(177, 145, 83, .32);
}

.story-archive__tools input {
  width: min(100%, 32rem);
  padding: .7rem 0 .75rem;
  color: var(--ad-cream);
  font: 300 1rem/1.3 var(--ad-reading);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(177, 145, 83, .46);
  border-radius: 0;
  outline: 0;
}

.story-archive__tools input::placeholder {
  color: rgba(234, 213, 175, .5);
  opacity: 1;
}

.story-archive__tools input:hover,
.story-archive__tools input:focus {
  border-bottom-color: var(--ad-gold-light);
}

.story-archive__count {
  padding-bottom: .75rem;
  color: rgba(197, 169, 110, .66);
  font: 300 .78rem/1 var(--ad-reading);
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.story-archive__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.story-archive__item {
  border-bottom: 1px solid rgba(177, 145, 83, .2);
}

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

.story-archive__link {
  display: grid;
  grid-template-columns: 3.75rem minmax(0, 1fr) auto;
  gap: clamp(1rem, 3vw, 2.5rem);
  align-items: center;
  padding: clamp(1.45rem, 2.6vw, 2.15rem) .25rem;
  color: inherit;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease;
}

.story-archive__number {
  color: rgba(197, 169, 110, .54);
  font: 400 .72rem/1 var(--ad-reading);
  letter-spacing: .14em;
}

.story-archive__copy {
  display: grid;
  gap: .42rem;
}

.story-archive__title {
  color: var(--ad-cream);
  font: 400 clamp(1.85rem, 3.2vw, 2.8rem)/.98 var(--ad-heading);
  letter-spacing: -.018em;
}

.story-archive__people {
  color: rgba(216, 196, 163, .72);
  font: 300 clamp(.92rem, 1.4vw, 1.05rem)/1.35 var(--ad-reading);
}

.story-archive__arrow {
  color: rgba(197, 169, 110, .78);
  font: 300 1.25rem/1 var(--ad-reading);
  transition: transform .18s ease, color .18s ease;
}

.story-archive__link:hover,
.story-archive__link:focus-visible {
  background: rgba(177, 145, 83, .035);
  outline: 0;
}

.story-archive__link:hover .story-archive__title,
.story-archive__link:focus-visible .story-archive__title,
.story-archive__link:hover .story-archive__arrow,
.story-archive__link:focus-visible .story-archive__arrow {
  color: var(--ad-gold-light);
}

.story-archive__link:hover .story-archive__arrow,
.story-archive__link:focus-visible .story-archive__arrow {
  transform: translateX(.22rem);
}

.story-archive__empty {
  margin: 0;
  padding: 2.25rem 0;
  color: rgba(234, 213, 175, .68);
  font: 300 1rem/1.45 var(--ad-reading);
  border-bottom: 1px solid rgba(177, 145, 83, .2);
}

@media (max-width: 720px) {
  .stories-all-home {
    width: calc(100% - 2rem);
    margin: 1.35rem auto 3.25rem;
  }

  .stories-all-home a {
    font-size: 1.12rem;
  }

  .story-archive {
    width: calc(100% - 2.25rem);
    padding: 3.25rem 0 5rem;
  }

  .story-archive__header {
    display: block;
    margin-bottom: 2.6rem;
  }

  .story-archive__header .section-kicker {
    margin-bottom: .6rem;
  }

  .story-archive__header h1 {
    font-size: clamp(2.05rem, 8.8vw, 2.55rem);
    line-height: .96;
    letter-spacing: -.02em;
    white-space: nowrap;
  }

  .story-archive__intro {
    margin-top: 1.15rem;
    font-size: .98rem;
  }

  .story-archive__tools {
    grid-template-columns: minmax(0, 1fr);
    gap: .8rem;
  }

  .story-archive__tools input {
    width: 100%;
  }

  .story-archive__count {
    padding-bottom: 0;
  }

  .story-archive__link {
    grid-template-columns: 2rem minmax(0, 1fr) 1rem;
    gap: .75rem;
    padding: 1.25rem 0;
  }

  .story-archive__number {
    font-size: .62rem;
  }

  .story-archive__title {
    font-size: clamp(1.32rem, 6vw, 1.65rem);
    white-space: nowrap;
  }

  .story-archive__people {
    font-size: .88rem;
  }

  .story-archive__arrow {
    font-size: 1rem;
  }
}

@media (max-width: 720px) {
  body[class] :is(.site-footer, .book-footer) .wordmark--footer > .wordmark__eyebrow {
    color: rgba(234, 213, 175, .78);
    font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
    font-size: 9px;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: .2068em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  body[class] :is(.site-footer, .book-footer) .wordmark--footer > .wordmark__name {
    margin-top: 3px;
    color: #c3a970;
    font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .17em;
    text-transform: uppercase;
    white-space: nowrap;
  }
}

body {
  font-family: var(--ad-reading);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Längere Begegnungstitel bleiben auf Mac und iPhone in einer ruhigen Zeile. */
:is(body.encounter-page--falsche-beerdigung, body.encounter-page--was-noch-zu-retten-war, body.encounter-page--ein-stilles-vermaechtnis) .encounter-intro h1 {
  width: max-content;
  max-width: none !important;
  font-size: clamp(2.45rem, 2.8vw, 2.85rem) !important;
  line-height: 1;
  letter-spacing: -.03em;
  overflow-wrap: normal;
  text-wrap: nowrap;
  white-space: nowrap !important;
}

@media (max-width: 600px) {
  :is(body.encounter-page--falsche-beerdigung, body.encounter-page--was-noch-zu-retten-war, body.encounter-page--ein-stilles-vermaechtnis) .encounter-intro h1 {
    font-size: clamp(1.52rem, 6.2vw, 1.67rem) !important;
  }

  body.encounter-page--was-noch-zu-retten-war .encounter-intro h1 {
    font-size: clamp(1.85rem, 9.1vw, 2.25rem) !important;
  }
}

body :where(h1, h2, h3) {
  font-family: var(--ad-heading);
  font-weight: 400;
}

/* Gemeinsame Wortmarke und Navigation */
.site-header,
.book-header {
  min-height: 108px;
  border-bottom: 1px solid var(--ad-gold-line);
  background: var(--ad-ink);
}

.site-header {
  width: min(calc(100% - 8.4vw), 1320px);
}

.site-header::after {
  display: none;
}

.site-header > .wordmark,
.book-header > .wordmark,
.site-footer .wordmark,
.book-footer .wordmark {
  display: inline-grid;
  align-content: center;
  justify-items: start;
  line-height: 1;
}

.site-header .wordmark__eyebrow,
.book-header .wordmark__eyebrow,
.site-footer .wordmark__eyebrow,
.book-footer .wordmark__eyebrow {
  color: var(--ad-cream-muted);
  font: 400 10px/1.05 var(--ad-reading);
  letter-spacing: .19em;
  text-transform: uppercase;
}

.site-header .wordmark__name,
.book-header .wordmark__name,
.site-footer .wordmark__name,
.book-footer .wordmark__name {
  margin-top: 4px;
  color: var(--ad-cream-soft);
  font: 500 13px/1 var(--ad-heading);
  letter-spacing: .17em;
  text-transform: uppercase;
}

.site-header .main-nav {
  gap: clamp(1.8rem, 3.2vw, 3.6rem);
  color: rgba(234, 213, 175, .78);
  font: 400 17px/1 var(--ad-heading);
  letter-spacing: .01em;
}

.site-header .main-nav a {
  padding: .65rem 0;
}

.site-header .main-nav a::after {
  bottom: .2rem;
  height: 1px;
  background: var(--ad-gold);
}

.site-header .main-nav .is-current {
  color: var(--ad-gold-light);
}

/* Eine einzige leise Suche ergänzt die Navigation, ohne sie in eine
 * technische Werkzeugleiste zu verwandeln. */
.header-search {
  position: relative;
  display: flex;
  align-items: center;
}

.header-search__toggle {
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  place-items: center;
  color: rgba(197, 169, 110, .82);
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.header-search__icon {
  position: relative;
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.header-search__icon::after {
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 6px;
  height: 1px;
  content: "";
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left center;
}

.header-search__label {
  display: none;
}

.header-search__panel {
  position: absolute;
  z-index: 32;
  top: calc(100% + 16px);
  right: 0;
  width: min(370px, calc(100vw - 36px));
  padding: 18px 20px;
  background: linear-gradient(145deg, rgba(24, 34, 27, .99), rgba(10, 16, 12, .995));
  border: 1px solid var(--ad-gold-line);
  box-shadow: 0 24px 52px rgba(0, 0, 0, .38);
}

.header-search__panel[hidden] {
  display: none !important;
}

.header-search__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px;
  align-items: center;
  gap: 10px;
}

.header-search__form input {
  min-width: 0;
  padding: .55rem 0 .62rem;
  color: var(--ad-cream);
  font: 300 .98rem/1.3 var(--ad-reading);
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(177, 145, 83, .5);
  border-radius: 0;
  outline: 0;
}

.header-search__form input::placeholder {
  color: rgba(234, 213, 175, .55);
  opacity: 1;
}

.header-search__form input::-webkit-search-cancel-button,
.header-search__form input::-webkit-search-decoration {
  display: none;
  appearance: none;
  -webkit-appearance: none;
}

.header-search__form input:focus {
  border-bottom-color: var(--ad-gold-light);
}

.header-search__submit {
  display: grid;
  width: 32px;
  height: 32px;
  padding: 0;
  place-items: center;
  color: var(--ad-gold-light);
  font: 300 1rem/1 var(--ad-reading);
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.section-kicker {
  color: var(--ad-gold-light);
  font-family: var(--ad-reading);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: .18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.section-kicker::before {
  width: 24px;
  background: var(--ad-gold);
  opacity: .72;
}

.text-link {
  color: var(--ad-cream);
  font-family: var(--ad-reading);
  font-size: 18px;
  font-weight: 300;
  border-bottom-color: rgba(177, 145, 83, .66);
}

/* Einheitliche Fusszeile */
.site-footer,
.book-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 2rem;
  align-items: end;
  padding: 3.8rem max(7vw, calc((100% - 1290px) / 2));
  color: rgba(216, 196, 163, .72);
  background: #0d110e;
  border-top: 1px solid var(--ad-gold-line);
  font: 400 15px/1.45 var(--ad-reading);
}

.site-footer .wordmark__name,
.book-footer .wordmark__name {
  color: var(--ad-gold-light);
}

/* Historische Seitendateien enthalten teils staerkere Logo-Regeln. */
.home-page .site-footer .wordmark__eyebrow,
.gallery-page .site-footer .wordmark__eyebrow,
.profile-page .site-footer .wordmark__eyebrow,
.encounter-page .site-footer .wordmark__eyebrow {
  color: var(--ad-cream-muted);
  font: 400 10px/1.05 var(--ad-reading);
  letter-spacing: .19em;
  text-transform: uppercase;
}

.home-page .site-footer .wordmark__name,
.gallery-page .site-footer .wordmark__name,
.profile-page .site-footer .wordmark__name,
.encounter-page .site-footer .wordmark__name {
  margin-top: 4px;
  color: var(--ad-gold-light);
  font: 500 13px/1 var(--ad-heading);
  letter-spacing: .17em;
  text-transform: uppercase;
}

.site-footer > a:not(.wordmark):not(.footer-contact),
.book-footer > a:not(.wordmark):not(.footer-contact) {
  justify-self: end;
  text-align: right;
  color: var(--ad-cream-soft);
  font-size: 15px;
  border-bottom: 1px solid transparent;
}

.site-footer > a:not(.wordmark):not(.footer-contact):hover,
.site-footer > a:not(.wordmark):not(.footer-contact):focus-visible,
.book-footer > a:not(.wordmark):not(.footer-contact):hover,
.book-footer > a:not(.wordmark):not(.footer-contact):focus-visible {
  color: var(--ad-cream);
  border-bottom-color: var(--ad-gold);
}

.footer-contact {
  grid-column: 1 / -1;
  color: var(--ad-gold-light);
  font: 400 14px/1.45 var(--ad-reading);
  letter-spacing: .035em;
  border-bottom: 1px solid rgba(177, 145, 83, .55);
}

.footer-contact:hover,
.footer-contact:focus-visible {
  color: var(--ad-cream);
  border-bottom-color: var(--ad-cream);
}

/* Startseite: einladender Auftakt statt schwarzer Raetselzone */
body.home-page {
  --cream: var(--ad-cream);
  --paper: var(--ad-cream);
  --old-gold: var(--ad-gold);
  --gold-light: var(--ad-gold-light);
  --gold-hairline: var(--ad-gold-line);
  color: var(--ad-cream-soft);
  background: var(--ad-ink);
}

.home-page .site-header {
  min-height: 108px;
  background: var(--ad-ink);
}

@media (min-width: 721px) {
  .home-page .site-header > .wordmark {
    transform: translateY(4px);
  }
}

.home-page .hero {
  position: relative;
  min-height: calc(100svh - 108px);
  overflow: hidden;
  background: var(--ad-ink);
  border: 0;
  isolation: isolate;
}

.home-page .hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  background: var(--ad-ink);
}

.home-page .hero__media::before {
  inset: 20px;
  border-color: rgba(177, 145, 83, .27);
}

@media (min-width: 981px) {
  .home-page .hero__media::before {
    display: none;
  }
}

.home-page .hero__media::after {
  z-index: 1;
  background: linear-gradient(90deg, rgba(8, 12, 9, 0) 0%, rgba(8, 12, 9, .04) 40%, rgba(8, 12, 9, .46) 68%, rgba(8, 12, 9, .76) 100%);
}

.home-page .hero__media picture,
.home-page .hero__media img {
  height: 100%;
}

.home-page .hero__media img {
  object-fit: cover;
  object-position: center 43%;
  filter: var(--ad-image-grade-hero);
}

.home-page .hero__copy {
  top: 50%;
  left: 57%;
  width: min(38vw, 550px);
  padding: 2rem 4.5vw 2rem 0;
  color: var(--ad-cream);
  transform: translateY(-50%);
}

.home-page .hero__new-story {
  position: absolute;
  z-index: 3;
  right: 4.5vw;
  bottom: 52px;
  display: flex;
  width: fit-content;
  max-width: calc(100% - 48px);
  box-sizing: border-box;
  padding: 10px 18px 11px;
  align-items: baseline;
  gap: 11px;
  color: var(--ad-cream-soft);
  background: linear-gradient(112deg, #75161d 0%, #8e2028 58%, #6d1118 100%);
  border: 1px solid rgba(211, 181, 119, .46);
  box-shadow: 0 8px 24px rgba(4, 7, 5, .3);
  transform: rotate(-2.25deg);
  transform-origin: right center;
  transition: color .2s ease, border-color .2s ease, transform .2s ease;
}

.home-page .hero__new-story:hover,
.home-page .hero__new-story:focus-visible {
  color: var(--ad-cream);
  border-color: var(--ad-gold-light);
  transform: rotate(-2.25deg) translateY(-2px);
}

.home-page .hero__new-story-label {
  color: var(--ad-cream);
  font: 700 12px/1 "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.home-page .hero__new-story-title {
  color: var(--ad-cream);
  font: 400 18px/1.15 var(--ad-reading);
  letter-spacing: .01em;
}

.home-page .hero__kicker {
  margin: 0 0 20px;
  color: var(--ad-gold-light);
  font: 400 12px/1.25 var(--ad-reading);
  letter-spacing: .18em;
  text-transform: uppercase;
}

.home-page .hero__headline {
  max-width: 560px;
  margin: 0;
  color: var(--ad-cream);
  font: 400 clamp(48px, 4.4vw, 70px)/.92 var(--ad-heading);
  letter-spacing: -.025em;
  text-wrap: balance;
  text-shadow: 0 2px 24px rgba(0, 0, 0, .28);
}

.home-page .hero__headline-line {
  display: block;
  white-space: nowrap;
}

.home-page .hero__intro {
  max-width: 430px;
  margin: 30px 0 0;
  color: rgba(234, 213, 175, .78);
  font: 300 clamp(17px, 1.4vw, 21px)/1.48 var(--ad-reading);
}

.home-page .hero__link {
  display: inline-flex;
  gap: 12px;
  align-items: baseline;
  margin-top: 38px;
  padding: 0 0 5px;
  color: var(--ad-cream) !important;
  font: 300 18px/1.2 var(--ad-reading);
  border-bottom: 1px solid rgba(177, 145, 83, .66);
}

.home-page .opening {
  grid-template-columns: .18fr 1.05fr .82fr;
  column-gap: clamp(1.75rem, 3vw, 3.25rem);
  color: var(--ad-cream-soft);
  background: linear-gradient(135deg, #111711 0%, #172019 100%);
  border-color: var(--ad-gold-line);
  border-top: 0;
}

.home-page .opening h2,
.home-page .gallery-teaser h2,
.home-page .character-preview h3,
.home-page .encounters h2,
.home-page .book-teaser h2 {
  color: var(--ad-cream);
  font-family: var(--ad-heading);
  font-weight: 400;
  letter-spacing: -.025em;
}

.home-page .opening h2,
.home-page .gallery-teaser h2,
.home-page .book-teaser h2 {
  font-size: clamp(3rem, 4vw, 4.25rem);
  line-height: .95;
}

.home-page .opening h2 {
  font-size: clamp(2.1rem, 3vw, 3rem);
}

@media (min-width: 821px) {
  .home-page .book-teaser h2 {
    font-size: clamp(2.45rem, 3vw, 3.25rem);
    line-height: 1;
  }
}

.home-page .character-preview h3,
.home-page .encounters h2 {
  font-size: clamp(2.45rem, 3.35vw, 3.65rem);
  line-height: .94;
}

.home-page .opening__text p,
.home-page .gallery-teaser__intro > p,
.home-page .character-preview__story > p:last-child,
.home-page .encounters__copy > p:not(.section-kicker),
.home-page .book-teaser__copy > p:not(.section-kicker) {
  color: rgba(234, 213, 175, .80);
  font: 300 clamp(1.125rem, 1.25vw, 1.25rem)/1.48 var(--ad-reading);
}

.home-page .opening__text {
  margin-top: -18px;
  padding-top: 0;
}

.home-page .story-quick {
  background: #0e120f;
  border-color: var(--ad-gold-line);
}

.home-page .story-quick__inner {
  padding-top: 1.85rem;
  padding-bottom: 2rem;
}

.home-page .story-quick__links[data-quick-stories] {
  grid-column: 1 / -1;
  justify-self: end;
}

.home-page .story-quick__new-label {
  color: var(--ad-gold-light);
  font-weight: 600;
}

.home-page .story-quick__new-label::after {
  animation: none;
  opacity: .66;
  text-shadow: none;
  transform: none;
}

.home-page .story-quick__links a.story-quick__all {
  display: inline-flex;
  gap: .75rem;
  align-items: baseline;
  width: fit-content;
  margin-top: .45rem;
  padding-top: .6rem;
  color: rgba(197, 169, 110, .84);
  font-size: .9rem;
  letter-spacing: .025em;
  border-top: 1px solid rgba(177, 145, 83, .22);
  border-bottom-color: rgba(177, 145, 83, .42);
}

.home-page .story-quick__links a.story-quick__all:hover,
.home-page .story-quick__links a.story-quick__all:focus-visible {
  color: var(--ad-gold-light);
  border-bottom-color: rgba(197, 169, 110, .82);
}

.home-page .story-quick__all span {
  color: var(--ad-gold-light);
}

.home-page .encounter-links {
  gap: .08rem;
  margin-top: .3rem;
}

.home-page .encounter-links a {
  min-height: 26px;
  color: rgba(234, 213, 175, .78);
  font-weight: 400;
}

.home-page .encounter-links__primary {
  width: fit-content;
  margin-top: .6rem;
  padding-bottom: 4px;
  color: var(--ad-cream);
  border-bottom: 1px solid rgba(177, 145, 83, .62) !important;
}

.home-page .encounter-links a.encounter-links__primary {
  font-weight: 300;
}

.home-page .encounter-links a {
  font-weight: 300;
}

.home-page .encounter-links__primary::after {
  margin-left: .5rem;
  color: var(--ad-gold-light);
  content: "→";
}

.home-page .gallery-teaser,
.home-page .book-teaser {
  background: linear-gradient(140deg, #101510 0%, #19221a 100%);
}

.home-page .character-preview,
.home-page .encounters {
  background: linear-gradient(180deg, #182019 0%, #111711 100%);
}

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

@media (min-width: 981px) {
  .home-page .encounters .encounters__copy {
    padding-right: clamp(2rem, 3vw, 3.5rem);
  }
}

.home-page .book-object__cover {
  background:
    linear-gradient(90deg, rgba(6, 10, 7, .82), transparent 7%, transparent 94%, rgba(6, 10, 7, .72)),
    radial-gradient(ellipse at 52% 18%, rgba(197, 169, 110, .1), transparent 31%),
    repeating-linear-gradient(84deg, rgba(255, 255, 255, .014) 0 1px, transparent 1px 5px),
    linear-gradient(125deg, #0d1510 0%, #152219 54%, #233126 100%);
  border-color: rgba(177, 145, 83, .64);
}

.home-page .book-object__title,
.home-page .book-object__monogram {
  color: var(--ad-gold-light);
  font-family: var(--ad-heading);
  font-style: normal;
  font-weight: 400;
}

.home-page .book-object__title {
  font-size: 2.9rem;
  line-height: .88;
  letter-spacing: -.015em;
}

/* Galerie */
body.gallery-page {
  --old-gold: var(--ad-gold);
  --gold-light: var(--ad-gold-light);
  --paper: var(--ad-cream);
  --gold-hairline: var(--ad-gold-line);
  color: var(--ad-cream-soft);
  background: var(--ad-ink);
}

.gallery-page .site-header,
.gallery-page .gallery-intro,
.gallery-page .portrait-salon {
  background: var(--ad-ink);
}

.gallery-page .gallery-intro {
  grid-template-columns: minmax(0, .95fr) minmax(320px, .7fr);
  width: min(calc(100% - 14vw), 1290px);
  min-height: 0;
  margin: 0 auto;
  padding: clamp(5rem, 8vw, 8rem) 0 clamp(4.5rem, 7vw, 7rem);
  border-bottom: 1px solid var(--ad-gold-line);
}

.gallery-page .gallery-intro h1 {
  color: var(--ad-cream);
  font: 400 clamp(3.8rem, 5.4vw, 5.5rem)/.92 var(--ad-heading);
  letter-spacing: -.03em;
}

.gallery-page .gallery-intro__text {
  color: rgba(234, 213, 175, .76);
  font: 300 clamp(1.15rem, 1.35vw, 1.3rem)/1.52 var(--ad-reading);
}

.gallery-page .portrait-salon {
  padding-top: clamp(4.5rem, 7vw, 7rem);
}

.gallery-page .gallery-controls {
  border-bottom-color: var(--ad-gold-line);
}

.gallery-page .gallery-filter button,
.gallery-page .gallery-count {
  color: rgba(216, 196, 163, .56);
  font-family: var(--ad-reading);
  font-weight: 400;
}

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

.gallery-page .portrait-card__figure {
  background: #0d110e;
}

.gallery-page .portrait-card__figure > img {
  filter: var(--ad-image-grade-portrait);
}

.home-page .character-preview__portrait img,
.home-page .encounters__scene img,
.profile-page .profile-tableau img,
.profile-page .profile-story-illustration img,
.encounter-page .encounter-tableau img,
.book-page .book-portrait img {
  filter: var(--ad-image-grade);
}

.gallery-page .portrait-card__caption {
  display: grid;
  min-block-size: 3rem;
  padding: .45rem .5rem .35rem;
  place-items: center;
  background: #0b110d;
}

.gallery-page .portrait-card h2 {
  color: var(--ad-cream-soft);
  font: 400 clamp(1.5rem, 2vw, 2rem)/1.05 var(--ad-heading);
  letter-spacing: -.015em;
}

.gallery-page .portrait-card__title {
  color: var(--ad-gold-light);
  font-family: var(--ad-heading);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: .04em;
  text-transform: none;
}

/* Figurenprofile */
body.profile-page {
  --profile-house: var(--ad-ink);
  --profile-house-soft: var(--ad-green-deep);
  --profile-image-ground: #0d110e;
  --profile-cream: var(--ad-cream);
  --profile-cream-soft: var(--ad-cream-soft);
  --profile-cream-muted: var(--ad-cream-muted);
  --profile-gold: var(--ad-gold);
  --profile-gold-light: var(--ad-gold-light);
  --profile-gold-line: var(--ad-gold-line);
  --profile-gold-faint: rgba(177, 145, 83, .18);
  --profile-story-paper: var(--ad-paper);
  --profile-story-ink: var(--ad-paper-ink);
  --profile-story-heading: #27241f;
  --profile-story-gold: #745d31;
  --profile-serif: var(--ad-heading);
  --profile-reading: var(--ad-reading);
  color: var(--ad-cream-soft);
  background:
    radial-gradient(circle at 50% -10rem, rgba(96, 117, 92, .14), transparent 38rem),
    linear-gradient(180deg, var(--ad-ink) 0%, var(--ad-green-deep) 54%, #0b0f0c 100%);
}

.profile-page .site-header {
  width: min(calc(100% - 8.4vw), 1320px);
  min-height: 108px;
  background: transparent;
}

.profile-page .profile-hero {
  grid-template-columns: minmax(270px, .78fr) minmax(360px, 1.22fr);
  gap: clamp(3.5rem, 7.5vw, 8.5rem);
  width: min(calc(100% - 10vw), 1220px);
  padding-top: clamp(4rem, 6.5vw, 6.5rem);
  padding-bottom: clamp(2.4rem, 3vw, 3rem);
  border-bottom-color: var(--ad-gold-line);
}

.profile-page .profile-tableau {
  box-shadow: 0 30px 68px rgba(0, 0, 0, .3);
}

.profile-page .profile-tableau::after {
  inset: 11px;
  border-color: rgba(177, 145, 83, .34);
}

.profile-page .profile-intro__kicker,
.profile-page .profile-intro > .section-kicker {
  color: var(--ad-gold-light);
  font-family: var(--ad-reading);
  font-weight: 400;
}

.profile-page .profile-intro__name,
.profile-page .profile-intro h1 {
  max-width: 11ch;
  color: var(--ad-cream);
  font: 400 clamp(3.15rem, 4.25vw, 4.6rem)/.93 var(--ad-heading);
  letter-spacing: -.03em;
}

.profile-page .profile-intro__role {
  color: var(--ad-gold-light);
  font-family: var(--ad-reading);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  font-weight: 300;
  letter-spacing: .015em;
  text-transform: none;
}

.profile-page .profile-intro__essence {
  color: rgba(234, 213, 175, .75);
  font: 300 clamp(1.1rem, 1.35vw, 1.28rem)/1.55 var(--ad-reading);
  border-top-color: var(--ad-gold-line);
}

.profile-page .profile-quote {
  border-color: var(--ad-gold-line);
}

.profile-page .profile-quote blockquote,
.profile-page .profile-quote__text {
  color: var(--ad-cream);
  font-family: var(--ad-heading);
  font-size: clamp(1.45rem, 2.05vw, 1.85rem);
  line-height: 1.32;
}

.profile-page .profile-story {
  width: min(72ch, calc(100% - 14vw));
  color: var(--ad-paper-ink);
  background: var(--ad-paper);
  box-shadow: 0 0 0 100vmax var(--ad-paper);
}

.profile-page .profile-story__title,
.profile-page .profile-story > h2 {
  font-size: clamp(2.85rem, 3.8vw, 4.15rem);
  line-height: .98;
  letter-spacing: -.03em;
}

.profile-page .profile-story__heading,
.profile-page .profile-story h3 {
  font-size: clamp(1.7rem, 2.2vw, 2.15rem);
  line-height: 1.08;
}

.profile-page .profile-story__paragraph,
.profile-page .profile-story p {
  font: 400 clamp(1.15rem, 1.24vw, 1.24rem)/1.76 var(--ad-reading);
}

.profile-page .profile-connections {
  border-top-color: var(--ad-gold-line);
}

.profile-page .profile-connections__title,
.profile-page .profile-connections h2 {
  color: var(--ad-gold-light);
  font-family: var(--ad-reading);
  font-size: .72rem;
  letter-spacing: .16em;
}

.profile-page .profile-connections__name,
.profile-page .profile-connections__link {
  color: var(--ad-cream);
  font-family: var(--ad-heading);
}

/* Das Lebensregister steht als offenes Doppelblatt direkt unter dem Profilkopf. */
.profile-page .profile-connections--top {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  width: min(1100px, calc(100% - 14vw));
  padding: clamp(.75rem, 1.2vw, 1rem) 0 clamp(3rem, 5vw, 4.5rem);
  border: 0;
}

.profile-page .profile-connections--top > .profile-connections__group {
  width: auto;
  margin: 0;
}

.profile-page .profile-connections--top > [data-profile-target="related"] {
  padding-right: clamp(2.4rem, 5vw, 5.2rem);
}

.profile-page .profile-connections--top > [data-profile-target="people"] {
  padding-left: clamp(2.4rem, 5vw, 5.2rem);
  border-left: 1px solid rgba(177, 145, 83, .3);
}

.profile-page .profile-connections--top > [data-profile-target="encounters"] {
  grid-column: 1 / -1;
  margin-top: clamp(1.65rem, 2.6vw, 2.25rem);
  padding-top: clamp(1.45rem, 2.2vw, 1.9rem);
  border-top: 1px solid rgba(177, 145, 83, .3);
}

.profile-page .profile-connections--top.profile-connections--single > .profile-connections__group {
  grid-column: 1 / -1;
  width: min(100%, 35rem);
  padding-inline: 0;
  border-left: 0;
}

.profile-page .profile-connections--top > .profile-connections__group + .profile-connections__group {
  margin-top: 0;
}

.profile-page .profile-connections--top .profile-connections__title {
  margin-bottom: .35rem;
  color: var(--ad-gold);
  font-size: .69rem;
  font-weight: 300;
}

.profile-page [data-profile-target="people"] > .profile-connections__title {
  text-transform: none;
}

.profile-page .profile-connections--top .profile-connections__item {
  grid-template-columns: minmax(0, 1fr);
  gap: .38rem;
  padding: .85rem 0 .95rem;
}

@media (min-width: 821px) {
  .profile-page .profile-connections--top [data-profile-target="related"] .profile-connections__item {
    padding: .3rem 0 .35rem;
    border-bottom: 0;
  }
}

.profile-page .profile-connections--top .profile-connections__name,
.profile-page .profile-connections--top .profile-connections__link {
  font-size: clamp(1.16rem, 1.55vw, 1.4rem);
  line-height: 1.2;
}

.profile-page .profile-connections--top [data-profile-target="encounters"] .profile-connections__link {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1.5rem;
  color: var(--ad-cream);
  font-size: clamp(1.45rem, 1.9vw, 1.75rem);
  font-style: italic;
}

.profile-page .profile-connections--top [data-profile-target="encounters"] a.profile-connections__link::after {
  flex: 0 0 auto;
  content: "→";
  color: var(--ad-gold-light);
  font: 400 .68em/1 var(--ad-reading);
  transition: transform .2s ease;
}

.profile-page .profile-connections--top [data-profile-target="encounters"] a.profile-connections__link:hover::after,
.profile-page .profile-connections--top [data-profile-target="encounters"] a.profile-connections__link:focus-visible::after {
  transform: translateX(.25rem);
}

.profile-page .profile-connections--top .profile-connections__role,
.profile-page .profile-connections--top .profile-connections__with {
  font-size: .84rem;
}

.profile-page .profile-connections--top [data-profile-target="encounters"] .profile-connections__with {
  color: var(--ad-cream-muted);
  font-size: .9rem;
  font-style: normal;
  line-height: 1.35;
}

@media (max-width: 760px) {
  .profile-page .profile-connections--top {
    grid-template-columns: 1fr;
    padding: .25rem 0 1.25rem;
  }

  .profile-page .profile-hero.profile-hero--with-register {
    padding-bottom: 1.25rem;
  }

  .profile-page .profile-connections--top > [data-profile-target="related"],
  .profile-page .profile-connections--top > [data-profile-target="people"],
  .profile-page .profile-connections--top > [data-profile-target="encounters"] {
    padding-inline: 0;
    border-left: 0;
  }

  .profile-page .profile-connections--top > [data-profile-target="related"] + [data-profile-target="people"] {
    margin-top: 1.5rem;
    padding-top: 0;
  }

  .profile-page .profile-connections--top .profile-connections__title {
    margin-bottom: .08rem;
  }

  .profile-page .profile-connections--top .profile-connections__item {
    padding: .18rem 0 .78rem;
  }

  .profile-page .profile-connections--top [data-profile-target="related"] .profile-connections__item:last-child {
    border-bottom: 0;
  }

  .profile-page .profile-connections--top > [data-profile-target="encounters"] {
    margin-top: 1.5rem;
    padding-top: 1.55rem;
    border-top: 1px solid rgba(177, 145, 83, .3);
  }

  .profile-page .profile-connections--top.profile-connections--single > .profile-connections__group {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .profile-page .profile-connections--top [data-profile-target="encounters"] a.profile-connections__link::after {
    transition: none;
  }
}

/* Begegnungsgeschichten */
body.encounter-page,
html.encounter-root,
html.encounter-root body {
  --old-gold: var(--ad-gold);
  --gold-light: var(--ad-gold-light);
  --paper: var(--ad-cream);
  --cream: var(--ad-cream);
  --gold-hairline: var(--ad-gold-line);
  color: var(--ad-cream-soft);
  background: var(--ad-ink);
}

.encounter-page .site-header {
  width: min(calc(100% - 8.4vw), 1320px);
  min-height: 108px;
  background: transparent;
}

.encounter-page .encounter-article {
  background: var(--ad-ink);
}

.encounter-page .encounter-tableau-stage {
  padding: clamp(1rem, 2vw, 1.7rem);
  background: #0b0f0c;
}

.encounter-page .encounter-tableau::after {
  border-color: rgba(177, 145, 83, .28);
}

.encounter-page .encounter-intro {
  width: min(calc(100% - 14vw), 930px);
  padding-top: clamp(4.5rem, 7vw, 7rem);
  padding-bottom: clamp(4rem, 6vw, 6rem);
}

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

.encounter-page .encounter-intro h1 {
  max-width: 16ch;
  color: var(--ad-gold-light);
  font: 400 clamp(3.1rem, 4.4vw, 4.7rem)/.95 var(--ad-heading);
  letter-spacing: -.03em;
}

.encounter-page .encounter-intro__names {
  margin-top: 1.25rem;
  color: rgba(234, 213, 175, .88);
  font: 400 clamp(1.2rem, 1.7vw, 1.5rem)/1.35 var(--ad-heading);
}

.encounter-page .encounter-intro__lead {
  max-width: 64ch;
  color: rgba(234, 213, 175, .76);
  font: 300 clamp(1.15rem, 1.35vw, 1.28rem)/1.6 var(--ad-reading);
}

.encounter-page .encounter-cast {
  width: min(calc(100% - 14vw), 930px);
  margin-inline: auto;
  gap: clamp(2.2rem, 3.4vw, 3.2rem) clamp(3rem, 8vw, 9rem);
  padding-top: clamp(2.5rem, 4vw, 3.75rem);
  color: var(--ad-cream-soft);
  background: transparent;
  border-color: var(--ad-gold-line);
}

.encounter-page .encounter-cast__links strong {
  color: var(--ad-cream);
  font-family: var(--ad-heading);
  font-weight: 400;
}

.encounter-page .encounter-cast__others {
  grid-column: 2;
  min-width: 0;
  padding-top: .45rem;
}

.encounter-page .encounter-cast__others h2 {
  margin: 0 0 .7rem;
  color: var(--ad-gold);
  font-family: var(--ad-reading);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .18em;
  line-height: 1.35;
  text-transform: none;
}

.encounter-page .encounter-cast__others ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ad-gold-line);
}

.encounter-page .encounter-cast__others li {
  display: grid;
  grid-template-columns: minmax(10rem, .72fr) minmax(0, 1.28fr);
  gap: .55rem 1.6rem;
  align-items: baseline;
  padding: 1rem 0 1.05rem;
  border-bottom: 1px solid rgba(177, 145, 83, .18);
}

.encounter-page .encounter-cast__others strong {
  color: var(--ad-cream);
  font: 400 clamp(1.08rem, 1.4vw, 1.25rem)/1.22 var(--ad-heading);
}

.encounter-page .encounter-cast__others span {
  color: rgba(234, 213, 175, .61);
  font: 300 .88rem/1.48 var(--ad-reading);
}

@media (max-width: 980px) {
  .encounter-page .encounter-cast__others {
    grid-column: 1;
  }
}

@media (max-width: 600px) {
  .encounter-page .encounter-cast__others li {
    grid-template-columns: minmax(0, 1fr);
    gap: .3rem;
  }
}

.encounter-page .encounter-story {
  width: min(72ch, calc(100% - 14vw));
  color: var(--ad-paper-ink);
  background: var(--ad-paper);
  box-shadow: 0 0 0 100vmax var(--ad-paper);
}

.encounter-page .encounter-story h3 {
  color: #27241f;
  font: 400 clamp(1.75rem, 2.25vw, 2.2rem)/1.08 var(--ad-heading);
}

.encounter-page .encounter-story p {
  color: var(--ad-paper-ink);
  font: 400 clamp(1.15rem, 1.24vw, 1.24rem)/1.76 var(--ad-reading);
}

.encounter-page .encounter-afterword {
  color: var(--ad-cream-soft);
  background: var(--ad-green-deep);
}

.encounter-page .encounter-return {
  color: var(--ad-cream-soft);
  background: transparent;
  border-top: 1px solid var(--ad-gold-line);
}

.encounter-page .encounter-return .section-kicker {
  color: var(--ad-gold-light);
  font-family: var(--ad-reading);
  font-weight: 400;
}

.encounter-page .encounter-return a {
  color: var(--ad-cream);
  font-family: var(--ad-heading);
}

.encounter-page .encounter-return a span {
  color: var(--ad-gold-light);
}

/* Buch */
body.book-page {
  --night: var(--ad-ink);
  --green-black: var(--ad-green-deep);
  --deep-green: var(--ad-green);
  --cover-green: #1d2a20;
  --cream: var(--ad-cream);
  --paper: #171e18;
  --paper-deep: #141a15;
  --paper-ink: var(--ad-cream);
  --old-gold: var(--ad-gold);
  --gold-light: var(--ad-gold-light);
  --gold-hairline: var(--ad-gold-line);
  --serif: var(--ad-heading);
  --reading: var(--ad-reading);
  background:
    radial-gradient(circle at 50% 30%, rgba(70, 98, 73, .22), transparent 35rem),
    linear-gradient(150deg, #0e120f 0%, #172019 52%, #0b0f0c 100%);
}

.book-page .book-header {
  width: min(calc(100% - 8.4vw), 1320px);
  min-height: 108px;
  background: transparent;
}

.book-page .book-header__section {
  color: var(--ad-gold-light);
  font: 400 11px/1.1 var(--ad-reading);
  letter-spacing: .18em;
}

.book-page .reader {
  padding-top: clamp(1.6rem, 3vw, 2.6rem);
  padding-bottom: clamp(2.5rem, 4vw, 4rem);
}

.book-page .reader__heading > p,
.book-page .reader__heading h1 {
  color: var(--ad-gold-light);
  font-family: var(--ad-reading);
  font-size: .7rem;
  font-weight: 400;
}

.book-page .book-cover {
  cursor: pointer;
  color: var(--ad-gold-light);
  background:
    linear-gradient(90deg, rgba(5, 9, 6, .82), transparent 6.5%, transparent 94%, rgba(5, 9, 6, .72)),
    radial-gradient(ellipse at 50% 14%, rgba(205, 180, 118, .1), transparent 30%),
    radial-gradient(ellipse at 64% 78%, rgba(130, 160, 127, .11), transparent 40%),
    repeating-linear-gradient(84deg, rgba(255, 255, 255, .015) 0 1px, transparent 1px 5px),
    linear-gradient(125deg, #0c130e 0%, #142019 46%, #243328 100%);
  border-color: rgba(177, 145, 83, .62);
  box-shadow:
    -13px 17px 35px rgba(0, 0, 0, .46),
    8px 13px 0 -2px #cfc4a9,
    12px 16px 0 -4px #5d5a4c;
}

.book-page .book-cover::before {
  inset: 18px;
  border-color: var(--ad-gold-line);
}

.book-page .book-cover__monogram,
.book-page .book-cover__title h2 {
  color: var(--ad-gold-light);
  font-family: var(--ad-heading);
  font-style: normal;
  font-weight: 400;
}

.book-page .book-cover__monogram {
  font-size: clamp(2.3rem, 2.8vw, 3.05rem);
  line-height: .72;
}

.book-page .book-cover__title h2 {
  font-size: clamp(2.5rem, 3.25vw, 3.45rem);
  line-height: .89;
  letter-spacing: -.025em;
}

.book-page .book-cover__title > p,
.book-page .book-cover__genre {
  color: rgba(197, 169, 110, .82);
  font-family: var(--ad-reading);
  font-weight: 400;
}

@media (min-width: 761px) and (max-width: 1100px) {
  .book-page .book-cover__monogram {
    font-size: clamp(2rem, 4vw, 2.55rem);
  }

  .book-page .book-cover__title h2 {
    font-size: clamp(2rem, 4.35vw, 2.4rem);
    line-height: .9;
  }
}

.book-page .book-page__copy h2 {
  color: var(--ad-cream);
  font-family: var(--ad-heading);
  font-weight: 400;
  letter-spacing: -.03em;
}

.book-page .book-page__title,
.book-page .book-page__profile,
.book-page .reader-control,
.book-page .reader-status {
  font-family: var(--ad-reading);
  font-weight: 400;
}

.book-page .book-portrait {
  padding: 3px;
  background: linear-gradient(135deg, #c0a365 0%, #81652f 42%, #b99855 72%, #6f5428 100%);
  border: 1px solid rgba(91, 67, 28, .72);
  box-shadow:
    0 0 0 1px rgba(202, 177, 117, .22),
    0 14px 24px rgba(46, 37, 24, .15);
}

.book-page .book-portrait::after {
  display: block;
  inset: 3px;
  box-shadow: inset 0 0 0 1px rgba(50, 37, 16, .48);
}

.book-page .reader-control {
  color: var(--ad-gold-light);
  letter-spacing: .06em;
  text-transform: none;
}

.book-page .book-footer {
  margin-top: 0;
}

.book-page .reader-controls[data-view="cover"] {
  display: none;
}

.book-page .book-page__excerpt {
  display: block;
  max-width: 31ch;
  margin-bottom: clamp(1rem, 1.7vw, 1.35rem);
  color: rgba(48, 43, 36, .82);
  font: 300 clamp(.86rem, 1.05vw, 1rem)/1.48 var(--ad-reading);
}

@media (min-width: 761px) {
  .book-page .book-header {
    min-height: 96px;
  }

  .book-page .reader {
    padding-top: 1.25rem;
  }

  .book-page .reader__heading {
    justify-content: center;
    margin-bottom: .75rem;
  }

  .book-page .reader__heading > p {
    display: none;
  }

  .book-page .book-stage {
    width: min(1080px, 90vw, calc((100svh - 205px) * 1.54));
  }

  .book-page .book-portrait {
    width: min(78%, 320px);
  }

  .book-page .book-page__kicker {
    margin-bottom: clamp(1.15rem, 1.7vw, 1.5rem);
  }

  .book-page .book-page__title {
    margin-top: clamp(1rem, 1.45vw, 1.3rem);
  }

  .book-page .book-page__profile {
    margin-top: clamp(1.25rem, 1.8vw, 1.6rem);
  }

  .book-page .book-page__excerpt {
    margin-top: clamp(1.45rem, 2.3vw, 2rem);
  }
}

@media (max-width: 760px) {
  .book-page .page-turn {
    display: none !important;
    animation: none !important;
    transform: none !important;
  }

  .book-page .book-stage[data-view="spread"] {
    width: min(78vw, 310px);
    height: auto;
    aspect-ratio: auto;
  }

  .book-page .book-stage[data-view="spread"] .book {
    height: auto;
  }

  .book-page .book-stage[data-view="spread"] .book-spread {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 12.25rem;
    height: auto;
  }

  .book-page .book-stage[data-view="spread"] .book-page--portrait {
    position: relative;
    inset: auto;
    height: auto;
    padding: 1rem 1.1rem .55rem;
  }

  .book-page .book-stage[data-view="spread"] .book-page--text {
    position: relative;
    inset: auto;
    height: 12.25rem;
    padding: .7rem 1.35rem 1rem;
  }

  .book-page .book-stage[data-view="spread"] .book-portrait {
    width: min(82%, 240px);
    height: auto;
    aspect-ratio: 2 / 3;
  }

  .book-page .book-stage[data-view="spread"] .page-turn {
    height: 100%;
  }

  .book-page .book-page__excerpt {
    display: block;
    max-width: none;
    margin-top: .45rem;
    margin-bottom: .45rem;
    font-size: .7rem;
    line-height: 1.34;
  }

  .book-page .book-page__profile {
    margin-top: 0;
    min-height: 36px;
    font-size: .7rem;
  }

  .book-page .book-footer {
    margin-top: 2rem;
  }
}

@media (min-width: 901px) {
  .profile-page .profile-story,
  .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);
  }
}

@media (max-width: 820px) {
  .home-page .opening__text {
    margin-top: calc(-1.2rem - 18px);
  }

  .home-page .site-header {
    min-height: 88px;
  }

  .site-header,
  .book-header,
  .profile-page .site-header,
  .encounter-page .site-header,
  .book-page .book-header {
    width: calc(100% - 36px);
    min-height: 88px;
  }

  .site-header > .wordmark .wordmark__eyebrow,
  .book-header > .wordmark .wordmark__eyebrow {
    font-size: 9px;
    letter-spacing: .18em;
  }

  .site-header > .wordmark .wordmark__name,
  .book-header > .wordmark .wordmark__name {
    margin-top: 3px;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .17em;
  }

  .menu-toggle {
    display: grid;
    gap: 6px;
    width: 44px;
    height: 44px;
    padding: 10px;
    place-content: center;
    color: var(--ad-cream-soft);
    background: transparent;
    border: 0;
    cursor: pointer;
  }

  .menu-toggle__line {
    display: block;
    width: 24px;
    height: 1px;
    background: currentColor;
  }

  .site-header .main-nav {
    top: 100%;
    right: -18px;
    left: -18px;
    padding: 1rem 18px 1.5rem;
    color: var(--ad-cream-soft);
    background: var(--ad-green-deep);
    border-bottom-color: var(--ad-gold);
    font-family: var(--ad-reading);
    font-size: 16px;
  }

  .header-search {
    display: block;
    width: 100%;
    border-top: 1px solid rgba(177, 145, 83, .18);
  }

  .header-search__toggle {
    display: flex;
    gap: .75rem;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding: .9rem 0 .8rem;
    color: var(--ad-cream-soft);
    font: 400 16px/1.2 var(--ad-reading);
    letter-spacing: .055em;
  }

  .header-search__icon {
    width: 12px;
    height: 12px;
    margin-left: 2px;
  }

  .header-search__label {
    display: inline;
  }

  .header-search__panel {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin: 0 0 .45rem;
    padding: .15rem 0 .85rem;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(177, 145, 83, .18);
    box-shadow: none;
  }

  .home-page .hero {
    min-height: calc(100svh - 88px);
    display: grid;
    grid-template-rows: minmax(0, 58vh) 1fr;
    background: var(--ad-green-deep);
  }

  .home-page .hero__media {
    position: relative;
    grid-row: 1;
    height: auto;
  }

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

  .home-page .hero__media::after {
    background:
      radial-gradient(circle at 50% 37%, rgba(218, 175, 102, .09), transparent 48%),
      linear-gradient(180deg, rgba(9, 12, 9, .02), rgba(9, 12, 9, .15));
  }

  .home-page .hero__media img {
    object-fit: cover;
    object-position: center 51%;
    filter: var(--ad-image-grade-hero-mobile);
    transform: scale(1.22);
    transform-origin: 50% 60%;
  }

  .home-page .hero__copy {
    position: relative;
    top: auto;
    left: auto;
    grid-row: 2;
    width: auto;
    padding: 40px 14px 72px;
    color: var(--ad-cream);
    background:
      linear-gradient(105deg, rgba(40, 53, 41, .6), transparent 68%),
      var(--ad-green-deep);
    border-top: 1px solid var(--ad-gold-line);
    border-bottom: 0;
    transform: none;
  }

  .home-page .hero__new-story {
    right: max(18px, env(safe-area-inset-right));
    bottom: 20px;
    max-width: calc(100% - 36px);
    padding: 6px 10px 7px;
    gap: 6px;
    transform: rotate(-2deg);
  }

  .home-page .hero__new-story:hover,
  .home-page .hero__new-story:focus-visible {
    transform: rotate(-2deg) translateY(-2px);
  }

  .home-page .hero__new-story-label {
    font-size: 9px;
  }

  .home-page .hero__new-story-title {
    font-size: 14px;
  }

  .home-page .hero__kicker {
    margin-bottom: 10px;
    font-size: 8px;
    letter-spacing: .14em;
  }

  .home-page .hero__headline {
    max-width: 370px;
    font-size: 33px;
    line-height: .92;
    text-wrap: wrap;
  }

  .home-page .hero__intro {
    display: none;
  }

  .home-page .hero__link {
    margin-top: 26px;
    font-size: 16px;
  }

  .home-page .opening {
    grid-template-columns: 1px minmax(0, 1fr);
  }

  .home-page .opening__copy,
  .home-page .opening__text {
    grid-column: 2;
  }

  .home-page .story-quick__links {
    justify-self: stretch;
    gap: .18rem;
  }

  .home-page .story-quick__links[data-quick-stories] {
    justify-self: stretch;
  }

  .home-page .story-quick__inner {
    padding-top: 1.65rem;
    padding-bottom: 1.8rem;
  }

  .home-page .story-quick__links a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 3px 0;
    line-height: 1.3;
  }

  .home-page .encounter-links {
    gap: .08rem;
  }

  .home-page .encounter-links a {
    min-height: 30px;
    padding: 1px 0;
  }

  .home-page .encounter-links__primary {
    margin-top: .55rem;
    padding-bottom: 4px;
  }

  .gallery-page .gallery-intro {
    display: block;
    width: calc(100% - 54px);
    padding: 4.5rem 0;
  }

  .gallery-page .gallery-intro__text {
    margin-top: 1.6rem;
    padding: 0;
  }

  .profile-page .profile-hero {
    display: block;
    width: 100%;
    padding: 0 0 2.5rem;
  }

  .profile-page .profile-tableau {
    width: 100%;
    max-width: none;
    aspect-ratio: 2 / 3;
    box-shadow: none;
  }

  .profile-page .profile-intro {
    width: calc(100% - 54px);
    margin: 0 auto;
    padding: 3.2rem 0 0;
  }

  .profile-page .profile-intro__name,
  .profile-page .profile-intro h1 {
    font-size: clamp(2.8rem, 13vw, 3.7rem);
    line-height: .94;
  }

  .encounter-page .encounter-intro,
  .encounter-page .encounter-cast {
    width: calc(100% - 54px);
  }

  body.encounter-page .encounter-intro h1 {
    max-width: 16ch;
    font-size: clamp(2.45rem, 10vw, 3.15rem);
    line-height: .96;
  }

  body.encounter-page .encounter-intro h1.encounter-title--stimmen {
    width: auto;
    max-width: 16ch;
    font-size: clamp(2.45rem, 10vw, 3.15rem);
    line-height: .96;
    overflow-wrap: normal;
    white-space: normal;
  }

  .encounter-page .encounter-intro__names {
    font-size: 1.25rem;
  }

  .encounter-page .encounter-return {
    width: calc(100% - 38px);
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .encounter-page .encounter-return a:first-child {
    border-bottom: 1px solid rgba(177, 145, 83, .2);
  }

  .profile-page .profile-story,
  .encounter-page .encounter-story {
    width: calc(100% - 38px);
  }

  .profile-page .profile-story__paragraph,
  .profile-page .profile-story p,
  .encounter-page .encounter-story p {
    font-size: 1.16rem;
    line-height: 1.72;
  }

  .book-page .book-header {
    min-height: 72px;
  }

  .site-footer,
  .book-footer {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    align-items: start;
    padding: 3.2rem 27px;
  }

  .site-footer p,
  .book-footer p {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (min-width: 601px) and (max-width: 820px) and (orientation: portrait) {
  .home-page .opening__text {
    margin-top: 10px;
  }
}

@media (max-width: 600px) {
  .home-page .opening__ornament {
    height: 58px;
  }

  .home-page .opening__text {
    margin-top: -.25rem;
  }
}

@media (max-width: 470px) {
  .home-page .opening h2 {
    font-size: clamp(1.75rem, 7.5vw, 2rem);
  }

  .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.45rem, 10.8vw, 3rem);
  }

  .home-page .opening h2 {
    font-size: clamp(1.75rem, 7.5vw, 2rem);
  }

  .gallery-page .gallery-intro h1 {
    font-size: clamp(3.15rem, 15vw, 4rem);
  }

  .book-page .book-cover__title h2 {
    font-size: clamp(2.15rem, 9.7vw, 2.55rem);
  }
}

/* Personennamen bleiben auf großen Ansichten eine ruhige Einheit. */
@media (min-width: 601px) {
  .profile-page.literary-profile-page .profile-intro .profile-intro__name {
    max-width: none !important;
    white-space: nowrap !important;
  }

  .profile-page.literary-profile-page .profile-intro .profile-intro__name > span {
    display: inline !important;
  }
}

/* Geschichtenüberschriften treten auf dem iPhone ruhiger hinter die Figur zurück. */
@media (max-width: 600px) {
  body.encounter-page .encounter-intro > .section-kicker {
    display: block;
    width: max-content;
    max-width: 100%;
    font-size: clamp(.56rem, 2.45vw, .64rem);
    line-height: 1.35;
    letter-spacing: .14em;
    overflow-wrap: normal;
    white-space: nowrap;
  }

  body.encounter-page.encounter-altendorff-charlotte .encounter-intro h1 {
    width: max-content;
    max-width: 100%;
    overflow-wrap: normal;
    text-wrap: nowrap;
    white-space: nowrap;
  }

  .profile-page.literary-profile-page .profile-intro .profile-intro__name {
    max-width: 100% !important;
    font-size: var(--profile-name-size, clamp(2.15rem, 10vw, 2.45rem));
    line-height: .96;
    overflow-wrap: normal;
    text-wrap: nowrap;
    white-space: nowrap !important;
  }

  .profile-page[data-profile="donald-ashcombe"] {
    --profile-name-size: clamp(1.95rem, 9.9vw, 2.44rem);
  }

  .profile-page[data-profile="benedikt-von-lamberg"],
  .profile-page[data-profile="baerlinde-von-bielefehlt"] {
    --profile-name-size: clamp(1.9rem, 9.65vw, 2.38rem);
  }

  .profile-page[data-profile="camilla-von-hohenrain"],
  .profile-page[data-profile="fraeulein-von-altendorff"],
  .profile-page[data-profile="leonore-von-rabenfels"] {
    --profile-name-size: clamp(1.82rem, 9.15vw, 2.28rem);
  }

  .profile-page[data-profile="charlotte-von-altenburg"],
  .profile-page[data-profile="theodor-von-frauenstein"] {
    --profile-name-size: clamp(1.72rem, 8.7vw, 2.17rem);
  }

  .profile-page[data-profile="fraeulein-von-buddenbrock"] {
    --profile-name-size: clamp(1.62rem, 8.2vw, 2.03rem);
  }

  .profile-page .profile-story {
    width: calc(100% - 54px);
  }

  .profile-page .profile-story__title,
  .profile-page .profile-story > h2 {
    max-width: 100%;
    font-size: clamp(1.9rem, 7.7vw, 2.08rem);
    line-height: 1;
    overflow-wrap: normal;
    text-wrap: balance;
    white-space: normal !important;
  }

  .profile-page .profile-story__heading,
  .profile-page .profile-story h3 {
    max-width: 100%;
    font-size: clamp(1.48rem, 6.2vw, 1.72rem);
    line-height: 1.08;
    overflow-wrap: normal;
    text-wrap: balance;
  }

  body.encounter-page .encounter-intro h1,
  body.encounter-page .encounter-intro h1.encounter-title--stimmen {
    font-size: 2.18rem;
  }

  .profile-page[data-profile="konstantin-marbach"] .profile-story__title {
    font-size: clamp(1.72rem, 7.2vw, 2.1rem);
  }

  .profile-page[data-profile="leonore-von-rabenfels"] .profile-story__title {
    font-size: clamp(1.68rem, 7vw, 2.1rem);
  }
}

/* Zug nach Triest: weniger Wiederholung und ein ruhiger Rhythmus für die lange Erzählung. */
.encounter-page--triest .encounter-intro__names a {
  text-decoration-color: transparent;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .3em;
  transition: color .2s ease, text-decoration-color .2s ease;
}

.encounter-page--triest .encounter-intro__names a:hover,
.encounter-page--triest .encounter-intro__names a:focus-visible {
  color: var(--ad-gold-light);
  text-decoration-color: rgba(177, 145, 83, .6);
}

.encounter-page--triest .encounter-story {
  counter-reset: triest-chapter;
}

.encounter-page--triest .encounter-story__movement {
  counter-increment: triest-chapter;
}

.encounter-page--triest .encounter-story__movement::before {
  position: static;
  display: block;
  width: max-content;
  height: auto;
  margin: 0 auto clamp(2.8rem, 4vw, 3.6rem);
  padding: 0 .9rem .42rem;
  color: var(--profile-story-gold, #745d31);
  font: 500 1.05rem/1 var(--ad-heading);
  letter-spacing: .18em;
  content: counter(triest-chapter, upper-roman);
  background: transparent;
  border-bottom: 1px solid rgba(116, 93, 49, .38);
}

.encounter-page--triest .encounter-story__movement:first-of-type > p:first-child::first-letter {
  float: left;
  margin: .04em .12em -.02em 0;
  color: #604c29;
  font: 500 3.35rem/.76 var(--ad-heading);
}

.encounter-page .encounter-return__overview {
  display: inline-flex;
  gap: .65rem;
  align-items: baseline;
  width: fit-content;
  margin-top: .35rem;
  padding: .35rem 0;
  color: rgba(234, 213, 175, .78);
  font: 300 1rem/1.35 var(--ad-reading);
  border-bottom: 1px solid rgba(177, 145, 83, .45);
}

.encounter-page .encounter-return__overview:hover,
.encounter-page .encounter-return__overview:focus-visible {
  color: var(--ad-gold-light);
  border-bottom-color: rgba(177, 145, 83, .8);
}

@media (max-width: 600px) {
  .encounter-page--triest .encounter-intro__names {
    display: flex;
    flex-wrap: wrap;
    column-gap: .35rem;
    row-gap: .15rem;
  }

  .encounter-page--triest .encounter-intro__names i {
    padding: 0;
  }

  .encounter-page--triest .encounter-intro__names a:first-child {
    flex-basis: 100%;
  }

  .encounter-page--triest .encounter-story__movement::before {
    margin-bottom: 2.6rem;
  }

  .encounter-page--triest .encounter-return__overview {
    margin-top: 1.5rem;
  }
}
@media (min-width: 721px) and (max-width: 820px) and (orientation: portrait) {
  .home-page .hero__media img {
    object-position: left 50%;
    transform: none;
    transform-origin: center;
  }

  .home-page .hero__copy {
    left: 0;
    right: auto;
    width: 100%;
    padding: 48px 7vw 76px;
  }

  .home-page .hero__headline {
    max-width: 620px;
    font-size: clamp(40px, 5.5vw, 46px);
  }

  .home-page .hero__kicker {
    font-size: 10px;
  }

  .home-page .hero__new-story {
    right: 7vw;
    bottom: 190px;
  }
}

@media (min-width: 821px) and (max-width: 1024px) and (orientation: portrait) {
  .home-page .hero__new-story {
    right: 7vw;
    bottom: 64px;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  .home-page .hero__new-story {
    bottom: 100px;
  }
}

/* Kompakte, vollständige Galerieübersicht auf allen Geräten. */
.gallery-page .portrait-grid {
  --portrait-column-gap: clamp(.55rem, 1.8vw, 1.4rem);
  --portrait-row-gap: clamp(1.8rem, 4vw, 3.3rem);
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  width: min(100%, 1360px);
  margin-right: auto;
  margin-left: auto;
  column-gap: var(--portrait-column-gap);
  row-gap: var(--portrait-row-gap);
}

.gallery-page .portrait-card {
  position: relative;
}

.gallery-page .portrait-card__figure {
  margin: 0;
}

.gallery-page .portrait-card__image {
  position: relative;
}

.gallery-page .portrait-card__image::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  box-shadow:
    inset 0 0 clamp(16px, 2.5vw, 34px) rgba(3, 8, 6, .2),
    inset 0 -18px 24px rgba(3, 8, 6, .07);
}

.gallery-page .portrait-card__image > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: contain;
  background: #191716;
}

.gallery-page .portrait-card__story-label {
  display: inline-block;
  margin-right: .5em;
  color: #d2b77e;
  font: normal 400 .55rem/1 Georgia, serif;
  vertical-align: .12em;
  pointer-events: none;
}

.gallery-page .gallery-story-star {
  position: relative;
  display: inline-block;
  color: #d2b77e;
  font: normal 400 .55rem/1 Georgia, serif;
  opacity: 1;
  animation: none;
}

.gallery-page .gallery-story-star::after {
  content: "✦";
  position: absolute;
  inset: 0;
  color: #fff4d9;
  opacity: 0;
  text-shadow: 0 0 3px #fff0cb, 0 0 7px rgba(217, 179, 107, .8);
  pointer-events: none;
  animation: gallery-star-light 5.6s ease-in-out infinite;
}

.gallery-page .reading-directory__star {
  margin-right: .5em;
  font-size: .55rem;
  vertical-align: .12em;
}

@keyframes gallery-star-light {
  0%, 78%, 94%, 100% { opacity: 0; }
  86% { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .gallery-page .gallery-story-star::after { animation: none; }
}

.gallery-page .portrait-card__caption {
  min-block-size: 3rem;
  padding: .45rem .5rem .35rem;
}

.gallery-page .portrait-card h2 {
  font-size: clamp(.78rem, 1.45vw, 1.12rem);
  line-height: 1.05;
}

.gallery-page .portrait-card__title {
  margin-top: .35rem;
  font-size: clamp(.58rem, .8vw, .72rem);
  line-height: 1.15;
}

@media (min-width: 601px) and (max-width: 1100px) and (orientation: portrait) {
  .gallery-page .portrait-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100%, 860px);
  }
}

@media (min-width: 768px) and (max-width: 1366px) and (min-height: 600px) and (orientation: landscape) {
  .gallery-page .portrait-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(100%, 1120px);
  }
}

@media (max-width: 600px) {
  .gallery-page .gallery-intro {
    padding-top: 1.35rem;
    padding-bottom: .75rem;
  }

  .gallery-page .gallery-intro h1 {
    font-size: clamp(2.1rem, 9.2vw, 2.4rem);
  }

  .gallery-page .gallery-intro__text {
    display: none;
  }

  .gallery-page .portrait-salon {
    padding-top: 1rem;
    padding-right: 14px;
    padding-left: 14px;
  }

  .gallery-page .portrait-grid {
    --portrait-column-gap: 12px;
    --portrait-row-gap: 1.8rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
    column-gap: var(--portrait-column-gap);
    row-gap: var(--portrait-row-gap);
  }

  .gallery-page .portrait-card__caption {
    min-block-size: 3rem;
    padding: .4rem .35rem .3rem;
  }

  .gallery-page .portrait-card h2 {
    font-size: clamp(.86rem, 3.8vw, 1rem);
    line-height: 1.05;
    hyphens: none;
    overflow-wrap: normal;
  }

  .gallery-page .portrait-card__title {
    display: none;
  }

}

/* Die Hauptnavigation liegt über dem Seiteninhalt. */
.site-header {
  z-index: 20;
}

/* Zurückhaltende Porträttypografie am Mac. */
@media (min-width: 821px) {
  .profile-page.literary-profile-page .profile-intro .profile-intro__name {
    font-size: clamp(2.75rem, 3.35vw, 3.15rem);
  }

  .profile-page .profile-story__title,
  .profile-page .profile-story > h2 {
    font-size: clamp(2rem, 2.1vw, 2.2rem);
  }

  .profile-page.literary-profile-page[data-profile="fraeulein-von-buddenbrock"] .profile-intro .profile-intro__name {
    font-size: clamp(2.55rem, 2.9vw, 2.8rem);
  }

  .profile-page[data-profile="fraeulein-von-buddenbrock"] .profile-story__title {
    font-size: clamp(1.9rem, 2vw, 2.1rem);
  }
}

@media (max-width: 820px) {
  .site-header .main-nav {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .site-header .main-nav.is-open {
    display: flex;
  }

  .site-header .main-nav > a {
    display: flex;
    align-items: center;
    min-height: 44px;
  }
}





/* Die Kontaktadresse steht eine Zeile über dem Fußzeilentext. */
.site-footer > p {
  grid-column: 2;
  grid-row: 2;
}

.site-footer .footer-contact,
.book-footer .footer-contact {
  grid-column: 2;
  grid-row: 1;
  justify-self: start;
  margin-top: -.1rem;
}

@media (max-width: 980px) {
  .site-footer .footer-contact,
  .book-footer .footer-contact {
    grid-column: 1;
    grid-row: 2;
  }

  .site-footer > p {
    grid-column: 1;
    grid-row: 3;
  }
}

/* Einheitliche Proportionen nach der vollständigen Formatprüfung. */
@media (min-width: 700px) and (max-width: 820px) and (orientation: portrait) {
  .profile-page .profile-hero {
    display: grid;
    grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: clamp(2rem, 4vw, 3rem);
    width: calc(100% - 54px);
    padding: 4.5rem 0 3rem;
  }

  .profile-page .profile-tableau {
    justify-self: center;
    width: min(100%, 360px);
    max-width: 360px;
    aspect-ratio: 2 / 3;
  }

  .profile-page .profile-intro {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .profile-page .profile-intro__name,
  .profile-page .profile-intro h1 {
    max-width: 12ch;
    font-size: clamp(2.6rem, 5.5vw, 3.2rem);
  }
}

@media (min-width: 601px) and (max-width: 1100px) and (orientation: portrait) {
  .gallery-page .portrait-card h2 {
    font-size: clamp(.95rem, 2vw, 1.05rem);
  }

  .gallery-page .portrait-card__title {
    font-size: clamp(.65rem, 1.25vw, .72rem);
  }
}

@media (min-width: 761px) and (max-width: 1100px) and (min-height: 900px) and (orientation: portrait) {
  body.book-page {
    display: flex;
    flex-direction: column;
    min-height: 100svh;
  }

  .book-page > main {
    flex: 1 0 auto;
  }

  .book-page .book-footer {
    margin-top: auto;
  }
}

/* Startseite: eine große Geschichte, zwei kleinere Bildgeschichten, danach das Register. */
.home-page .encounters--featured {
  min-height: 620px;
}

.home-page .encounters--compact {
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  width: min(calc(100% - clamp(2rem, 7vw, 7rem)), 1320px);
  min-height: 0;
  margin: clamp(2.25rem, 4vw, 4rem) auto 0;
  overflow: hidden;
  border: 1px solid rgba(177, 145, 83, .24);
  box-shadow: 0 24px 54px rgba(2, 5, 3, .18);
}

.home-page .encounters--compact + .encounters--compact {
  margin-top: clamp(1.5rem, 3vw, 2.75rem);
}

.home-page .encounters--compact > .encounters__copy {
  max-width: none;
  padding: clamp(2.8rem, 5vw, 4.75rem) clamp(2.5rem, 5vw, 5rem);
}

.home-page .encounters--compact > .encounters__scene {
  align-self: stretch;
  min-height: 400px;
  aspect-ratio: auto;
}

.home-page .encounters--compact h2 {
  font-size: clamp(2.15rem, 3vw, 3rem);
}

.home-page .encounters--compact.encounters--alternate > .encounters__copy {
  order: 2;
}

.home-page .encounters--compact.encounters--alternate > .encounters__scene {
  order: 1;
}

.home-page .encounters--compact.encounters--alternate > .encounters__scene::after {
  background:
    linear-gradient(180deg, rgba(36, 33, 31, .14) 0%, transparent 5%, transparent 88%, #24211f 100%),
    linear-gradient(270deg, #24211f 0%, rgba(36, 33, 31, .9) 7%, rgba(24, 22, 20, .48) 14%, transparent 24%, transparent 96%, rgba(36, 33, 31, .34) 100%);
}

.story-register-home {
  margin-top: clamp(3.5rem, 7vw, 7rem);
  padding: clamp(4rem, 7vw, 7rem) clamp(1.25rem, 6vw, 6.5rem);
  color: var(--ad-cream-soft);
  background:
    radial-gradient(circle at 78% 12%, rgba(177, 145, 83, .06), transparent 30%),
    linear-gradient(145deg, #0d120e 0%, #151d17 100%);
  border-top: 1px solid rgba(177, 145, 83, .24);
  border-bottom: 1px solid rgba(177, 145, 83, .2);
}

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

.story-register-home__inner {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.story-register-home__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 1rem 3rem;
  padding-bottom: clamp(1.6rem, 3vw, 2.5rem);
}

.story-register-home__header .section-kicker {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(197, 169, 110, .72);
}

.story-register-home__header h2 {
  margin: 0;
  color: var(--ad-cream);
  font: 400 clamp(2.35rem, 4vw, 3.75rem)/.95 var(--ad-heading);
  letter-spacing: -.025em;
}

.story-quick__search {
  grid-column: 2;
  grid-row: 2;
  justify-self: end;
  width: min(100%, 24rem);
  margin: 0;
}

.story-quick__search input {
  width: 100%;
  padding: .6rem 0 .65rem;
  color: var(--ad-cream);
  font: 300 1rem/1.3 var(--ad-reading);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(177, 145, 83, .52);
  border-radius: 0;
  outline: 0;
  transition: border-color .18s ease, color .18s ease;
}

.story-quick__search input::placeholder {
  color: rgba(234, 213, 175, .56);
  opacity: 1;
}

.story-quick__search input:hover,
.story-quick__search input:focus {
  border-color: var(--ad-gold);
}

.story-quick__search-results {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(177, 145, 83, .3);
}

/* Die frühere Schnellübersicht bleibt als Suchmaschine erhalten, erscheint
 * aber nur noch dann, wenn die Navigation tatsächlich Treffer anfordert. */
.home-page .story-quick {
  display: none;
}

.home-page .story-quick.is-searching {
  display: block;
}

.home-page .story-quick.is-searching .story-quick__label,
.home-page .story-quick.is-searching .story-quick__groups,
.home-page .story-quick.is-searching .story-quick__search {
  display: none;
}

.home-page .story-quick.is-searching .story-quick__inner {
  display: block;
}

.home-page .story-quick.is-searching .story-quick__search-results {
  display: block;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.story-quick__search-status {
  margin: 1.2rem 0 .8rem;
  color: rgba(197, 169, 110, .72);
  font: 300 .85rem/1.4 var(--ad-reading);
}

.story-quick__search-list {
  border-bottom: 1px solid rgba(177, 145, 83, .2);
}

.story-quick__search-item {
  display: grid;
  grid-template-columns: 3.75rem minmax(0, 1fr) auto;
  gap: 1.2rem;
  align-items: center;
  padding: 1.45rem 0;
  border-top: 1px solid rgba(177, 145, 83, .2);
}

.story-quick__search-number {
  color: rgba(197, 169, 110, .55);
  font: 400 .72rem/1 var(--ad-reading);
  letter-spacing: .14em;
}

.story-quick__search-number--profile {
  font-size: .64rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.story-quick__search-item h3 {
  margin: 0;
  font: 400 clamp(1.6rem, 2.35vw, 2.15rem)/1 var(--ad-heading);
}

.story-quick__search-item h3 a {
  color: var(--ad-cream);
  text-decoration: none;
}

.story-quick__search-item h3 a:hover,
.story-quick__search-item h3 a:focus-visible,
.story-quick__search-read:hover,
.story-quick__search-read:focus-visible {
  color: var(--ad-gold-light);
}

.story-quick__search-cast,
.story-quick__search-summary {
  margin: .45rem 0 0;
  font: 300 .98rem/1.4 var(--ad-reading);
}

.story-quick__search-cast {
  color: rgba(197, 169, 110, .82);
}

.story-quick__search-summary {
  max-width: 62ch;
  color: rgba(234, 213, 175, .7);
}

.story-quick__search-findings {
  display: grid;
  gap: .55rem;
  max-width: 68ch;
  margin-top: .8rem;
}

.story-quick__search-excerpt {
  display: block;
  padding-left: .9rem;
  color: rgba(234, 213, 175, .78);
  font: 300 .98rem/1.48 var(--ad-reading);
  text-decoration: none;
  border-left: 1px solid rgba(177, 145, 83, .42);
  transition: color .18s ease, border-color .18s ease;
}

.story-quick__search-excerpt:hover,
.story-quick__search-excerpt:focus-visible {
  color: var(--ad-cream);
  border-left-color: var(--ad-gold-light);
}

.story-quick__search-excerpt mark,
.story-search-hit {
  padding: 0 .08em;
  color: inherit;
  background: rgba(177, 145, 83, .2);
  box-shadow: inset 0 -1px 0 rgba(197, 169, 110, .82);
}

.story-quick__search-excerpt mark {
  color: #d98588;
  background: rgba(164, 61, 67, .14);
  box-shadow: inset 0 -1px 0 rgba(217, 133, 136, .66);
}

.story-quick__search-more {
  margin: 0 0 0 .9rem;
  color: rgba(197, 169, 110, .68);
  font: 300 .85rem/1.35 var(--ad-reading);
}

.story-search-hit {
  scroll-margin-block: 35vh;
}

.encounter-story .story-search-hit {
  color: #8f3037;
  background: rgba(143, 48, 55, .09);
  box-shadow: inset 0 -1px 0 rgba(143, 48, 55, .58);
}

.profile-story .story-search-hit {
  color: #8f3037;
  background: rgba(143, 48, 55, .09);
  box-shadow: inset 0 -1px 0 rgba(143, 48, 55, .58);
}

.encounter-afterword .story-search-hit {
  color: #d98588;
  background: rgba(164, 61, 67, .14);
  box-shadow: inset 0 -1px 0 rgba(217, 133, 136, .66);
}

.story-quick__search-read {
  color: rgba(234, 213, 175, .82);
  font: 300 1rem/1.25 var(--ad-reading);
  text-decoration: none;
  white-space: nowrap;
}

.story-register-home__list {
  counter-reset: home-story 3;
  border-top: 1px solid rgba(177, 145, 83, .3);
}

.home-page .story-register-home__item {
  counter-increment: home-story;
  display: grid;
  grid-template-columns: 3.75rem minmax(0, 1fr);
  align-items: start;
  min-height: 0;
  margin: 0;
  padding: 0;
  color: var(--ad-cream-soft);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(177, 145, 83, .2);
  box-shadow: none;
}

.home-page .story-register-home__item::before {
  padding-top: 2.35rem;
  color: rgba(197, 169, 110, .55);
  font: 400 .72rem/1 var(--ad-reading);
  letter-spacing: .14em;
  content: counter(home-story, decimal-leading-zero);
}

.home-page .story-register-home__item > .encounters__copy {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(15rem, .75fr);
  gap: .45rem clamp(2.5rem, 6vw, 6rem);
  width: 100%;
  max-width: none;
  padding: 2rem 0 2.15rem;
}

.home-page .story-register-home__item .section-kicker,
.home-page .story-register-home__item > .encounters__scene {
  display: none;
}

.home-page .story-register-home__item h2 {
  grid-column: 1;
  margin: 0;
  color: var(--ad-cream);
  font-size: clamp(1.85rem, 2.7vw, 2.55rem);
  line-height: 1;
}

.home-page .story-register-home__item > .encounters__copy > p:not(.section-kicker) {
  grid-column: 1;
  margin: .45rem 0 0;
  max-width: 58ch;
  color: rgba(234, 213, 175, .72);
  font-size: 1.05rem;
  line-height: 1.42;
}

.home-page .story-register-home__item .encounter-links__group {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  margin: 0;
}

.home-page .story-register-home__item .encounter-links {
  gap: .12rem;
  margin: 0;
  font-size: 1rem;
}

.home-page .story-register-home__item .encounter-links__primary {
  margin-top: .55rem;
  font-size: 1rem;
}

@media (max-width: 980px) {
  .home-page .encounters--compact {
    grid-template-columns: 1fr;
    width: min(calc(100% - 3rem), 740px);
  }

  .home-page .encounters--compact > .encounters__copy,
  .home-page .encounters--compact.encounters--alternate > .encounters__copy {
    order: 1;
    padding: clamp(3rem, 7vw, 4.5rem) clamp(2rem, 7vw, 4rem);
  }

  .home-page .encounters--compact > .encounters__scene,
  .home-page .encounters--compact.encounters--alternate > .encounters__scene {
    order: 2;
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .home-page .story-register-home__item > .encounters__copy {
    grid-template-columns: minmax(0, 1fr) minmax(13rem, .72fr);
    gap: .45rem 2.5rem;
  }
}

@media (max-width: 720px) {
  .home-page .encounters--featured {
    min-height: 0;
  }

  .home-page .encounters--compact {
    width: calc(100% - 2rem);
    margin-top: 2rem;
  }

  .home-page .encounters--compact + .encounters--compact {
    margin-top: 1.25rem;
  }

  .home-page .encounters--compact > .encounters__copy,
  .home-page .encounters--compact.encounters--alternate > .encounters__copy {
    padding: 3.2rem 1.5rem 2.8rem;
  }

  .home-page .encounters--compact > .encounters__scene,
  .home-page .encounters--compact.encounters--alternate > .encounters__scene {
    aspect-ratio: 4 / 5;
  }

  .story-register-home {
    margin-top: 3.75rem;
    padding: 3.75rem 1.25rem .5rem;
  }

  .story-register-home__header {
    display: block;
    padding-bottom: 1.8rem;
  }

  .story-register-home__header .section-kicker {
    margin-bottom: .55rem;
  }

  .story-register-home__header h2 {
    font-size: clamp(2.35rem, 11vw, 3rem);
  }

  .story-quick__search {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: .35rem;
  }

  .story-quick__search-results {
    grid-column: 1 / -1;
  }

  .story-quick__search-item {
    grid-template-columns: 2.4rem minmax(0, 1fr);
    gap: .95rem;
    align-items: start;
    padding: 1.25rem 0;
  }

  .story-quick__search-read {
    grid-column: 2;
    margin-top: -.15rem;
  }

  .story-quick__search-item h3 {
    font-size: clamp(1.55rem, 7.5vw, 1.95rem);
  }

  .home-page .story-register-home__item {
    grid-template-columns: 2.4rem minmax(0, 1fr);
  }

  .home-page .story-register-home__item::before {
    padding-top: 1.8rem;
    font-size: .64rem;
  }

  .home-page .story-register-home__item > .encounters__copy {
    display: block;
    padding: 1.45rem 0 1.7rem;
  }

  .home-page .story-register-home__item h2 {
    font-size: clamp(1.75rem, 8vw, 2.15rem);
  }

  .home-page .story-register-home__item > .encounters__copy > p:not(.section-kicker) {
    margin-top: .6rem;
    font-size: 1rem;
  }

  .home-page .story-register-home__item .encounter-links__group {
    margin-top: 1rem;
  }

  .home-page .story-register-home__item .encounter-links {
    font-size: .96rem;
  }
}

/* Wollwesen-Profile, iPhone: Das Personenregister bildet einen einzigen ruhigen
 * Schluss des dunklen Profilkopfs. Auf Mac und iPad bleibt der Satz unverändert. */
@media (max-width: 600px) {
  .profile-page .profile-hero.profile-hero--with-register {
    padding-bottom: 1.25rem;
  }

  .profile-page .profile-connections--top {
    padding-top: .25rem;
    padding-bottom: .65rem;
  }

  .profile-page .profile-connections--top .profile-connections__title {
    margin-bottom: .22rem;
  }

  .profile-page .profile-connections--top .profile-connections__item {
    padding-top: .2rem;
    padding-bottom: .72rem;
  }

  .profile-page .profile-connections--top > [data-profile-target="related"] + [data-profile-target="people"] {
    margin-top: 2rem;
  }

  .profile-page .profile-connections--top [data-profile-target="related"] .profile-connections__item,
  .profile-page .profile-connections--top [data-profile-target="people"] .profile-connections__item:last-child {
    border-bottom: 0;
  }

  .profile-page .profile-connections--top [data-profile-target="related"] .profile-connections__item {
    padding: .12rem 0 .25rem;
  }

  .profile-page[data-profile] .profile-story__title {
    margin-bottom: 1.5rem;
  }
}

/* Startseite: ruhiger, buchartiger Abschluss statt verstreuter Einzelelemente. */
.home-page .site-footer--home {
  grid-template-columns: minmax(13rem, 1fr) auto minmax(13rem, .8fr);
  gap: clamp(2.5rem, 6vw, 7rem);
  align-items: center;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
  color: rgba(234, 213, 175, .74);
  background: linear-gradient(135deg, #0b110d 0%, #0a0f0c 100%);
  border-top-color: rgba(177, 145, 83, .42);
}

.home-page .site-footer--home .wordmark--footer {
  align-content: center;
}

.home-page .site-footer--home .wordmark__eyebrow {
  color: rgba(216, 196, 163, .66);
  font: 400 .62rem/1.1 var(--ad-reading);
  letter-spacing: .2em;
}

.home-page .site-footer--home .wordmark__name {
  margin-top: .4rem;
  color: var(--ad-gold-light);
  font: 400 clamp(1.55rem, 2vw, 1.85rem)/.9 var(--ad-heading);
  letter-spacing: .035em;
  text-transform: none;
}

.home-page .home-footer__nav {
  display: flex;
  gap: clamp(1.25rem, 2.4vw, 2.5rem);
  align-items: center;
  justify-content: center;
  font: 400 1rem/1.2 var(--ad-heading);
}

.home-page .home-footer__nav a {
  padding: .3rem 0;
  color: rgba(234, 213, 175, .74);
  border-bottom: 1px solid transparent;
  transition: color .2s ease, border-color .2s ease;
}

.home-page .home-footer__nav a:hover,
.home-page .home-footer__nav a:focus-visible {
  color: var(--ad-cream);
  border-bottom-color: rgba(177, 145, 83, .7);
}

.home-page .home-footer__meta {
  display: grid;
  gap: .75rem;
  justify-items: end;
}

.home-page .site-footer--home .footer-contact,
.home-page .site-footer--home .home-footer__top {
  grid-column: auto;
  grid-row: auto;
  justify-self: end;
  margin: 0;
  color: rgba(234, 213, 175, .72);
  font: 400 .92rem/1.25 var(--ad-reading);
  letter-spacing: .01em;
  border-bottom: 1px solid transparent;
}

.home-page .site-footer--home .footer-contact:hover,
.home-page .site-footer--home .footer-contact:focus-visible,
.home-page .site-footer--home .home-footer__top:hover,
.home-page .site-footer--home .home-footer__top:focus-visible {
  color: var(--ad-cream);
  border-bottom-color: rgba(177, 145, 83, .7);
}

.home-page .site-footer--home .home-footer__top span {
  margin-left: .25rem;
  color: var(--ad-gold-light);
}

@media (min-width: 721px) and (max-width: 1040px) {
  .home-page .site-footer--home {
    grid-template-columns: minmax(12rem, 1fr) auto;
    gap: 2rem 3rem;
  }

  .home-page .home-footer__nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
  }

  .home-page .home-footer__meta {
    grid-column: 2;
    grid-row: 1;
  }
}

@media (max-width: 720px) {
  .home-page .site-footer--home {
    grid-template-columns: 1fr;
    gap: 1.45rem;
    padding: 2.65rem 7vw 2.35rem;
  }

  .home-page .site-footer--home .wordmark__name {
    font-size: 1.65rem;
  }

  .home-page .home-footer__nav {
    justify-content: flex-start;
    gap: .65rem 1.3rem;
    flex-wrap: wrap;
    font-size: .98rem;
  }

  .home-page .home-footer__meta {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(177, 145, 83, .2);
  }

  .home-page .site-footer--home .footer-contact,
  .home-page .site-footer--home .home-footer__top {
    justify-self: auto;
    font-size: .88rem;
  }
}

/* Begegnungen: schmales Kolophon nach dem inhaltlichen Wegweiser. */
.encounter-page .site-footer {
  grid-template-columns: minmax(13rem, 1fr) auto minmax(13rem, 1fr);
  gap: clamp(2.5rem, 6vw, 7rem);
  align-items: center;
  padding-top: 2.55rem;
  padding-bottom: 2.55rem;
  color: rgba(234, 213, 175, .72);
  background: linear-gradient(135deg, #0b110d 0%, #0a0f0c 100%);
  border-top-color: rgba(177, 145, 83, .4);
}

.encounter-page .site-footer .wordmark__eyebrow {
  color: rgba(216, 196, 163, .64);
  font: 400 .61rem/1.1 var(--ad-reading);
  letter-spacing: .2em;
}

.encounter-page .site-footer .wordmark__name {
  margin-top: .38rem;
  color: var(--ad-gold-light);
  font: 400 clamp(1.5rem, 2vw, 1.8rem)/.9 var(--ad-heading);
  letter-spacing: .035em;
  text-transform: none;
}

.encounter-page .site-footer .footer-contact {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  margin: 0;
  color: rgba(234, 213, 175, .7);
  font: 400 .92rem/1.25 var(--ad-reading);
  letter-spacing: .01em;
  border-bottom: 1px solid transparent;
}

.encounter-page .site-footer > a:not(.wordmark):not(.footer-contact) {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  color: rgba(234, 213, 175, .72);
  font: 400 .92rem/1.25 var(--ad-reading);
}

.encounter-page .site-footer .footer-contact:hover,
.encounter-page .site-footer .footer-contact:focus-visible,
.encounter-page .site-footer > a:not(.wordmark):not(.footer-contact):hover,
.encounter-page .site-footer > a:not(.wordmark):not(.footer-contact):focus-visible {
  color: var(--ad-cream);
  border-bottom-color: rgba(177, 145, 83, .7);
}

.encounter-page .site-footer > a:not(.wordmark):not(.footer-contact) span {
  margin-left: .25rem;
  color: var(--ad-gold-light);
}

@media (max-width: 980px) {
  .encounter-page .site-footer {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.35rem 2rem;
    padding-top: 2.5rem;
    padding-bottom: 2.35rem;
  }

  .encounter-page .site-footer .wordmark {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .encounter-page .site-footer .footer-contact {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
  }

  .encounter-page .site-footer > a:not(.wordmark):not(.footer-contact) {
    grid-column: 2;
    grid-row: 2;
  }
}

@media (max-width: 720px) {
  .encounter-page .site-footer {
    gap: 1.45rem 1rem;
    padding: 2.5rem 7vw 2.25rem;
  }

  .encounter-page .site-footer .wordmark__name {
    font-size: 1.62rem;
  }

  .encounter-page .site-footer .footer-contact,
  .encounter-page .site-footer > a:not(.wordmark):not(.footer-contact) {
    font-size: .88rem;
  }
}

/* Profile: ruhiger Übergang von der Lebensgeschichte zurück ins Haus. */
.profile-page .profile-article {
  padding-bottom: 0;
}

.profile-page .profile-return {
  color: var(--ad-cream-soft);
  background:
    radial-gradient(circle at 76% 18%, rgba(177, 145, 83, .065), transparent 34%),
    linear-gradient(135deg, #101812 0%, #0d140f 100%);
  border-top: 1px solid rgba(177, 145, 83, .32);
  border-bottom: 1px solid rgba(177, 145, 83, .25);
}

.profile-page .profile-return__inner {
  width: min(calc(100% - 14vw), 980px);
  margin-inline: auto;
  padding: clamp(3.3rem, 5.5vw, 4.8rem) 0 clamp(3.5rem, 5.8vw, 5rem);
}

.profile-page .profile-return .section-kicker {
  margin-bottom: clamp(1.4rem, 2.2vw, 1.8rem);
  color: rgba(216, 196, 163, .68);
}

.profile-page .profile-return__gallery {
  display: flex;
  width: min(100%, 650px);
  justify-content: space-between;
  align-items: baseline;
  gap: 2rem;
  padding: 0 0 1rem;
  color: var(--ad-cream);
  font: 400 clamp(1.65rem, 2.5vw, 2.25rem)/1.08 var(--ad-heading);
  letter-spacing: -.018em;
  border-bottom: 1px solid rgba(177, 145, 83, .58);
  transition: color .2s ease, border-color .2s ease;
}

.profile-page .profile-return__gallery span {
  flex: 0 0 auto;
  color: var(--ad-gold-light);
  font-family: var(--ad-reading);
  font-size: .78em;
  transition: transform .2s ease;
}

.profile-page .profile-return__gallery:hover,
.profile-page .profile-return__gallery:focus-visible {
  color: var(--ad-gold-light);
  border-bottom-color: var(--ad-gold-light);
}

.profile-page .profile-return__gallery:hover span,
.profile-page .profile-return__gallery:focus-visible span {
  transform: translateX(.28rem);
}

/* Profile: kompaktes Kolophon statt einer zweiten Navigation. */
.profile-page .site-footer {
  grid-template-columns: minmax(15rem, 1fr) auto;
  grid-template-rows: auto auto;
  gap: .7rem clamp(3rem, 8vw, 8rem);
  align-items: center;
  padding-top: 2.55rem;
  padding-bottom: 2.45rem;
  color: rgba(234, 213, 175, .72);
  background: linear-gradient(135deg, #0b110d 0%, #090f0b 100%);
  border-top: 0;
}

.profile-page .site-footer .wordmark {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
}

.profile-page .site-footer .wordmark__eyebrow {
  color: rgba(216, 196, 163, .64);
  font: 400 .61rem/1.1 var(--ad-reading);
  letter-spacing: .2em;
}

.profile-page .site-footer .wordmark__name {
  margin-top: .38rem;
  color: var(--ad-gold-light);
  font: 400 clamp(1.5rem, 2vw, 1.8rem)/.9 var(--ad-heading);
  letter-spacing: .035em;
  text-transform: none;
}

.profile-page .site-footer .footer-contact {
  grid-column: 1;
  grid-row: 2;
  justify-self: start;
  margin: 0;
  color: rgba(234, 213, 175, .7);
  font: 400 .92rem/1.25 var(--ad-reading);
  letter-spacing: .01em;
  border-bottom: 1px solid transparent;
}

.profile-page .site-footer > a:not(.wordmark):not(.footer-contact) {
  grid-column: 2;
  grid-row: 1 / 3;
  justify-self: end;
  align-self: center;
  color: rgba(234, 213, 175, .72);
  font: 400 .92rem/1.25 var(--ad-reading);
}

.profile-page .site-footer .footer-contact:hover,
.profile-page .site-footer .footer-contact:focus-visible,
.profile-page .site-footer > a:not(.wordmark):not(.footer-contact):hover,
.profile-page .site-footer > a:not(.wordmark):not(.footer-contact):focus-visible {
  color: var(--ad-cream);
  border-bottom-color: rgba(177, 145, 83, .7);
}

.profile-page .site-footer > a:not(.wordmark):not(.footer-contact) span {
  margin-left: .25rem;
  color: var(--ad-gold-light);
}

@media (max-width: 720px) {
  .profile-page .profile-return__inner {
    width: calc(100% - 14vw);
    padding: 3.25rem 0 3.55rem;
  }

  .profile-page .profile-return__gallery {
    gap: 1.25rem;
    font-size: 1.65rem;
  }

  .profile-page .site-footer {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.45rem 1rem;
    padding: 2.5rem 7vw 2.25rem;
  }

  .profile-page .site-footer .wordmark {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .profile-page .site-footer .wordmark__name {
    font-size: 1.62rem;
  }

  .profile-page .site-footer .footer-contact {
    grid-column: 1;
    grid-row: 2;
  }

  .profile-page .site-footer > a:not(.wordmark):not(.footer-contact) {
    grid-column: 2;
    grid-row: 2;
  }

  .profile-page .site-footer .footer-contact,
  .profile-page .site-footer > a:not(.wordmark):not(.footer-contact) {
    font-size: .88rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .profile-page .profile-return__gallery,
  .profile-page .profile-return__gallery span {
    transition: none;
  }
}

/* Startseite iPhone: die bestätigte hochformatige Bildkomposition bleibt vollständig sichtbar. */
@media (max-width: 720px) {
  .home-page .site-header {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 18px;
    left: 18px;
    width: auto;
    min-height: 72px;
    background: transparent;
    border-bottom: 0;
  }

  .home-page .hero__headline,
  .home-page .hero__intro {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
  }

  .home-page .site-header .menu-toggle {
    margin-left: auto;
    color: rgba(234, 213, 175, .88);
    background: rgba(7, 11, 8, .18);
  }

  .home-page .site-header > .wordmark,
  .home-page .site-header > .menu-toggle {
    position: relative;
    z-index: 6;
  }

  .home-page .hero {
    display: block;
    min-height: 0;
    background: #0b100d;
  }

  .home-page .hero__media {
    position: relative;
    height: auto;
    aspect-ratio: 2 / 3;
  }

  .home-page .hero__media::before,
  .home-page .hero__media::after {
    display: none;
  }

  .home-page .hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: none;
    transform: none;
  }

  .home-page .hero__copy {
    position: absolute;
    z-index: 2;
    inset: 0;
    width: auto;
    padding: 0;
    pointer-events: none;
    background: none;
    border: 0;
    transform: none;
  }

  .home-page .hero__link {
    position: absolute;
    top: 25.7%;
    left: 9%;
    width: 42%;
    height: 4.2%;
    margin: 0;
    padding: 0;
    color: transparent !important;
    font-size: 0;
    pointer-events: auto;
    border: 0;
  }

  .home-page .hero__link span {
    display: none;
  }

  .home-page .hero__new-story {
    right: auto;
    bottom: 18px;
    left: 18px;
    padding: 7px 1px 6px;
    gap: 8px;
    color: var(--ad-cream-soft);
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(177, 145, 83, .62);
    box-shadow: none;
    transform: none;
  }

  .home-page .hero__new-story:hover,
  .home-page .hero__new-story:focus-visible {
    color: var(--ad-cream);
    border-bottom-color: var(--ad-gold-light);
    transform: translateY(-1px);
  }

  .home-page .hero__new-story-label {
    color: #b94c54;
    font-size: 8px;
    letter-spacing: .19em;
  }

  .home-page .hero__new-story-title {
    color: var(--ad-cream);
    font-size: 15px;
  }
}

/* Begegnungen: Titel und Einordnung bilden einen gemeinsamen literarischen Auftakt. */
body.encounter-page--das-verschwundene-jahr .encounter-intro--editorial > h1 {
  font-size: clamp(1.75rem, 2.2vw, 2rem);
  letter-spacing: -.015em;
  white-space: nowrap;
}

.encounter-page .encounter-cast {
  display: none;
}

.encounter-page .encounter-intro--editorial {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(22rem, 1.12fr);
  grid-template-rows: auto auto auto auto;
  column-gap: clamp(4rem, 8vw, 9rem);
  width: min(calc(100% - 14vw), 1120px);
  margin-inline: auto;
  padding-top: clamp(4.25rem, 6vw, 6rem);
  padding-right: 0;
  padding-bottom: clamp(4.5rem, 6.5vw, 6.5rem);
  padding-left: 0;
}

.encounter-page .encounter-intro--editorial > .section-kicker,
.encounter-page .encounter-intro--editorial > h1,
.encounter-page .encounter-intro--editorial > .encounter-intro__wollwesen {
  grid-column: 1;
}

.encounter-page .encounter-intro--editorial > .section-kicker {
  grid-row: 1;
}

.encounter-page .encounter-intro--editorial > h1 {
  grid-row: 2;
}

.encounter-page .encounter-intro--editorial > .encounter-intro__wollwesen {
  grid-row: 3;
  align-self: start;
  min-width: 0;
  margin-top: 1.55rem;
}

.encounter-page .encounter-intro__wollwesen-title,
.encounter-page .encounter-intro__others h2 {
  margin: 0 0 .55rem;
  color: var(--ad-gold);
  font: 300 .66rem/1.35 var(--ad-reading);
  letter-spacing: .19em;
  text-transform: uppercase;
}

.encounter-page .encounter-intro__others h2 {
  text-transform: none;
}

.encounter-page .encounter-intro--editorial .encounter-intro__names {
  display: grid;
  gap: .58rem;
  width: fit-content;
  max-width: 100%;
  margin: 0;
}

.encounter-page .encounter-intro--editorial > .encounter-intro__wollwesen .encounter-intro__names a {
  display: grid;
  grid-template-columns: .95rem minmax(0, 1fr);
  gap: .55rem;
  align-items: baseline;
  width: fit-content;
  max-width: 100%;
  color: rgba(234, 213, 175, .88);
  text-transform: none;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: .28em;
  transition: text-decoration-color .18s ease;
}

.encounter-page .encounter-intro--editorial > .encounter-intro__wollwesen .encounter-intro__names a:hover,
.encounter-page .encounter-intro--editorial > .encounter-intro__wollwesen .encounter-intro__names a:focus-visible {
  text-decoration-color: var(--ad-gold);
}

.encounter-page .encounter-intro--editorial > .encounter-intro__wollwesen .encounter-intro__names a::before {
  content: "→";
  color: var(--ad-gold-light);
  font: 400 .72em/1 var(--ad-reading);
  transition: transform .2s ease;
}

.encounter-page .encounter-intro--editorial > .encounter-intro__wollwesen .encounter-intro__names a:hover::before,
.encounter-page .encounter-intro--editorial > .encounter-intro__wollwesen .encounter-intro__names a:focus-visible::before {
  transform: translateX(.2rem);
}

.encounter-page .encounter-intro--editorial > .encounter-intro__wollwesen .encounter-intro__names i {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.encounter-page .encounter-intro--editorial > .encounter-intro__lead {
  grid-column: 2;
  grid-row: 2 / span 2;
  align-self: start;
  max-width: 42rem;
  margin: .2rem 0 0;
  padding-top: 1.35rem;
}

.encounter-page .encounter-intro__others {
  grid-column: 1;
  grid-row: 4;
  min-width: 0;
  margin-top: 1.65rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(177, 145, 83, .3);
}

.encounter-page .encounter-intro__others ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.encounter-page .encounter-intro__others li {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: .28rem;
  align-items: baseline;
  padding: .72rem 0 .78rem;
  border-bottom: 1px solid rgba(177, 145, 83, .17);
}

.encounter-page .encounter-intro__others strong {
  color: var(--ad-cream);
  font: 400 clamp(1.03rem, 1.25vw, 1.16rem)/1.24 var(--ad-heading);
}

.encounter-page .encounter-intro__others span {
  color: rgba(234, 213, 175, .61);
  font: 300 .86rem/1.45 var(--ad-reading);
}

@media (max-width: 820px) {
  .encounter-page .encounter-intro--editorial {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    column-gap: 0;
    width: calc(100% - 54px);
    padding: 3.7rem 0 4rem;
  }

  .encounter-page .encounter-intro--editorial > .section-kicker,
  .encounter-page .encounter-intro--editorial > h1,
  .encounter-page .encounter-intro--editorial > .encounter-intro__wollwesen,
  .encounter-page .encounter-intro--editorial > .encounter-intro__lead,
  .encounter-page .encounter-intro__others {
    grid-column: 1;
    grid-row: auto;
  }

  .encounter-page .encounter-intro--editorial > .encounter-intro__lead {
    margin-top: 2.1rem;
  }

  .encounter-page .encounter-intro__others {
    margin-top: 1.7rem;
  }

  .encounter-page .encounter-intro__others li {
    grid-template-columns: minmax(0, 1fr);
    gap: .28rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .encounter-page .encounter-intro--editorial > .encounter-intro__wollwesen .encounter-intro__names a::before {
    transition: none;
  }
}

@media (max-width: 600px) {
  .encounter-page .encounter-cast__others h2,
  .encounter-page .encounter-intro__others h2 {
    font-size: .61rem;
    letter-spacing: .13em;
    white-space: nowrap;
  }

  .encounter-page .encounter-intro--editorial {
    padding-bottom: 1rem;
  }

  .encounter-page--text-only .encounter-intro--editorial {
    padding-bottom: 1.35rem;
  }

  .encounter-page .encounter-story {
    padding-top: 4.25rem;
  }
}

/* Begegnungsgeschichten, iPhone: Nach dem Kurztext folgen Wollwesen, namentlich
 * genannte weitere Figuren als ruhiger Registerabschluss. */
@media (max-width: 600px) {
  .encounter-page .encounter-intro--editorial {
    padding-top: 2.35rem;
    padding-bottom: .65rem;
  }

  .encounter-page .encounter-intro--editorial > .section-kicker {
    order: 1;
    margin-bottom: .95rem;
  }

  .encounter-page .encounter-intro--editorial > h1 {
    order: 2;
  }

  .encounter-page .encounter-intro--editorial > .encounter-intro__lead {
    order: 3;
    margin-top: 1.25rem;
    padding-top: 0;
    border-top: 0;
  }

  .encounter-page .encounter-intro--editorial > .encounter-intro__wollwesen {
    order: 4;
    margin-top: 1.5rem;
  }

  .encounter-page .encounter-intro__wollwesen-title,
  .encounter-page .encounter-intro__others h2 {
    margin-bottom: .22rem;
  }

  .encounter-page .encounter-intro--editorial > .encounter-intro__wollwesen .encounter-intro__names {
    gap: .2rem;
  }

  .encounter-page .encounter-intro--editorial > .encounter-intro__wollwesen .encounter-intro__names a {
    display: block;
  }

  .encounter-page .encounter-intro--editorial > .encounter-intro__wollwesen .encounter-intro__names a::before {
    display: none;
  }

  .encounter-page .encounter-intro__others {
    order: 5;
    margin-top: 2rem;
    padding-top: 0;
    border-top: 0;
  }

  .encounter-page .encounter-intro__others li {
    gap: .28rem;
    padding: .2rem 0 .72rem;
  }

  .encounter-page .encounter-intro__others li:last-child {
    border-bottom: 0;
  }

}

/* iPhone: eine kleine Lesenavigation begleitet Lebens- und Begegnungsgeschichten. */
.reading-nav {
  display: none;
}

@media (max-width: 600px) {
  :is(.encounter-page, .profile-page) .reading-nav {
    position: fixed;
    z-index: 80;
    top: 0;
    right: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 1rem;
    align-items: center;
    min-height: 46px;
    padding: 0 18px;
    color: rgba(234, 213, 175, .82);
    background: rgba(8, 15, 10, .94);
    border-bottom: 1px solid rgba(177, 145, 83, .38);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .16);
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(-100% - 2px));
    transition: opacity .2s ease, transform .24s ease;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  :is(.encounter-page, .profile-page) .reading-nav.is-visible,
  :is(.encounter-page, .profile-page) .reading-nav:focus-within {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  :is(.encounter-page, .profile-page) .reading-nav a,
  :is(.encounter-page, .profile-page) .reading-nav button {
    min-height: 44px;
    padding: 0;
    color: inherit;
    font: 300 .78rem/1 var(--ad-reading);
    letter-spacing: .08em;
    background: transparent;
    border: 0;
  }

  :is(.encounter-page, .profile-page) .reading-nav a,
  :is(.encounter-page, .profile-page) .reading-nav__stories {
    display: inline-flex;
    align-items: center;
  }

  :is(.encounter-page, .profile-page) .reading-nav__home {
    justify-self: start;
    color: var(--ad-gold-light);
  }

  :is(.encounter-page, .profile-page) .reading-nav__stories {
    justify-self: end;
    cursor: pointer;
  }

  :is(.encounter-page, .profile-page) .reading-nav__top {
    display: grid;
    width: 44px;
    cursor: pointer;
    place-items: center;
    color: var(--ad-gold-light);
    font-size: 1rem;
  }

  :is(.encounter-page, .profile-page) .reading-nav a:focus-visible,
  :is(.encounter-page, .profile-page) .reading-nav button:focus-visible {
    outline: 1px solid var(--ad-gold-light);
    outline-offset: -5px;
  }
}

@media (max-width: 600px) and (prefers-reduced-motion: reduce) {
  :is(.encounter-page, .profile-page) .reading-nav {
    transition: none;
  }
}

/* Kopfmarke: besser lesbar, ohne ihre stille Proportion zu verändern. */
.site-header > .wordmark .wordmark__eyebrow,
.book-header > .wordmark .wordmark__eyebrow {
  color: rgba(234, 213, 175, .78);
}

.site-header > .wordmark .wordmark__name,
.book-header > .wordmark .wordmark__name {
  color: #c3a970;
  font-weight: 500;
}

.home-page .site-header > .wordmark .wordmark__eyebrow {
  font: 400 10px/1.05 var(--ad-reading);
  letter-spacing: .19em;
}

.home-page .site-header > .wordmark .wordmark__name {
  margin-top: 4px;
  font: 500 13px/1 var(--ad-heading);
  letter-spacing: .17em;
}

@media (max-width: 820px) {
  .home-page .site-header > .wordmark .wordmark__eyebrow {
    font-size: 9px;
    letter-spacing: .18em;
  }

  .home-page .site-header > .wordmark .wordmark__name {
    margin-top: 3px;
    font-size: 11px;
    letter-spacing: .17em;
  }
}

/* Begegnungsabschluss: leichte Beschriftung und engerer Leserhythmus. */
.encounter-page .encounter-return .section-kicker {
  margin-bottom: .65rem;
  font-weight: 300;
}

.encounter-page .encounter-return__overview {
  margin-top: .1rem;
  font-size: 1.08rem;
}

@media (max-width: 600px) {
  .home-page .site-header {
    min-height: 72px;
  }
}

/* Startseite Mac: ruhige literarische Schriftbuehne zur neuen Figur. */
.home-page .hero__eyebrow {
  display: none;
}

@media (min-width: 821px) {
  .home-page .hero__media::after {
    background: linear-gradient(90deg, rgba(7, 11, 8, .16) 0%, rgba(7, 11, 8, .04) 48%, transparent 72%);
  }

  .home-page .hero__media img {
    object-fit: contain;
    object-position: center;
    filter: none;
  }

  .home-page .hero__copy {
    top: 43%;
    left: max(7vw, calc((100% - 1188px) / 2 + 70px));
    width: min(44vw, 650px);
    padding: 0;
    transform: translateY(-50%);
  }

  .home-page .hero__eyebrow {
    display: block;
    margin: 0 0 24px;
    color: #bda06a;
    font: 400 18px/1.25 var(--ad-reading);
    letter-spacing: .01em;
  }

  .home-page .hero__headline {
    max-width: 650px;
    color: var(--ad-cream-soft);
    font-size: clamp(52px, 4.9vw, 76px);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.026em;
    text-shadow: 0 3px 28px rgba(0, 0, 0, .38);
  }

  .home-page .hero__headline::after {
    content: "";
    display: block;
    width: 86px;
    height: 1px;
    margin-top: 32px;
    background: #b79153;
  }

  .home-page .hero__intro {
    display: none;
  }

  .home-page .hero__link {
    margin-top: 28px;
    padding-bottom: 6px;
    color: var(--ad-cream-soft) !important;
    font-size: 18px;
    border-bottom-color: rgba(183, 145, 83, .68);
  }

  .home-page .hero__new-story {
    right: auto;
    bottom: 38px;
    left: max(7vw, calc((100% - 1188px) / 2 + 70px));
    padding: 7px 1px 6px;
    gap: 9px;
    color: var(--ad-cream-soft);
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(177, 145, 83, .58);
    box-shadow: none;
    transform: none;
  }

  .home-page .hero__new-story:hover,
  .home-page .hero__new-story:focus-visible {
    color: var(--ad-cream);
    border-bottom-color: var(--ad-gold-light);
    transform: translateY(-1px);
  }

  .home-page .hero__new-story-label {
    color: #b94c54;
    font-size: 9px;
    letter-spacing: .19em;
  }

  .home-page .hero__new-story-title {
    color: var(--ad-cream);
    font-size: 16px;
  }
}

.home-page .encounters__new,
.profile-page .profile-connections__new {
  margin-right: .55rem;
  font-family: var(--ad-modern);
  font-size: .64rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.home-page .encounters__new {
  margin-right: 0;
  color: var(--ad-gold-light);
  font-weight: 500;
}

.home-page .encounters__copy > .section-kicker {
  gap: .5rem;
}

.profile-page .profile-connections__new {
  color: #bd4f57;
  font-weight: 600;
}

.profile-page .profile-connections--top .profile-connections__item--new {
  gap: .22rem;
}

.profile-page .profile-connections--top .profile-connections__new {
  margin: 0 0 -.05rem;
  font-size: .58rem;
}

/* iPhone: einheitliche obere Kopfmarke und ruhige Starttitel-Komposition. */
@media (max-width: 720px) {
  body[class] :is(.site-header, .book-header) > .wordmark > .wordmark__eyebrow {
    color: rgba(234, 213, 175, .78);
    font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
    font-size: 9px;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: .2068em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  body[class] :is(.site-header, .book-header) > .wordmark > .wordmark__name {
    margin-top: 3px;
    color: #c3a970;
    font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .17em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .home-page .hero__eyebrow {
    display: none;
  }

  .home-page .hero__headline {
    position: absolute;
    top: clamp(113px, calc(36.5vw - 3px), 175px);
    left: 8%;
    display: block;
    overflow: visible;
    width: clamp(145px, 40vw, 165px);
    height: auto;
    padding: 0;
    clip: auto;
    clip-path: none;
    color: var(--ad-cream-soft);
    font-size: clamp(26px, 7.2vw, 31px);
    font-weight: 400;
    line-height: .94;
    letter-spacing: -.02em;
    text-shadow: 0 2px 20px rgba(0, 0, 0, .42);
    white-space: normal;
  }

  .home-page .hero__headline-line {
    white-space: normal;
  }

  .home-page .hero__headline-word {
    display: block;
  }

  .home-page .hero__headline-line + .hero__headline-line {
    margin-top: 7px;
  }

  .home-page .hero__headline::after {
    display: block;
    width: clamp(52px, 14vw, 58px);
    height: 1px;
    margin-top: 15px;
    content: "";
    background: #b79153;
  }

  .home-page .hero__link {
    position: absolute;
    top: 28.2%;
    left: 9%;
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 0 4px;
    color: var(--ad-cream-soft) !important;
    font-size: clamp(14px, 4.1vw, 16px);
    line-height: 1.2;
    pointer-events: auto;
    border: 0;
    border-bottom: 1px solid rgba(183, 145, 83, .68);
  }

  .home-page .hero__link::after {
    display: none;
  }

  .home-page .hero__link span {
    display: inline;
    margin-left: .45em;
  }

  .home-page .hero__new-story {
    left: clamp(20px, 7vw, 28px);
  }

  .home-page .hero__new-story-label {
    font-size: 9px;
  }

  .home-page .hero__new-story-title {
    font-size: 17px;
  }
}

/* Abschließende Audit-Korrekturen: ruhige Zwischenbreite, lesbare Galerierollen
 * und ein früher sichtbarer Titelauftakt der Begegnungsgeschichten. */
@media (min-width: 601px) {
  .gallery-page .portrait-card__title {
    font-size: clamp(.75rem, .9vw, .84rem);
  }
}

@media (min-width: 721px) and (max-width: 820px) {
  .home-page .hero__new-story {
    padding: 7px 1px 6px;
    gap: 8px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(177, 145, 83, .62);
    box-shadow: none;
    transform: none;
  }

  .home-page .hero__new-story:hover,
  .home-page .hero__new-story:focus-visible {
    border-bottom-color: var(--ad-gold-light);
    transform: translateY(-1px);
  }
}

@media (min-width: 821px) {
  .encounter-page .encounter-tableau {
    width: min(100%, 1080px);
  }

  .encounter-page .encounter-intro--editorial {
    padding-top: 3.25rem;
  }
}

/* Rechtliche Seiten und Fehlerseite setzen die bestehende Hausgestaltung ruhig fort. */
.legal-page {
  min-height: 100vh;
  color: var(--ad-cream-soft);
  background:
    radial-gradient(circle at 72% 8%, rgba(177, 145, 83, .1), transparent 30rem),
    linear-gradient(155deg, #111712 0%, #090d0a 100%);
}

.legal-main {
  min-height: calc(100vh - 108px);
  padding: clamp(4.5rem, 9vw, 9rem) max(7vw, calc((100% - 1120px) / 2));
  overflow: visible;
}

.legal-copy {
  width: min(100%, 760px);
  padding-left: clamp(1.5rem, 4vw, 3.5rem);
  border-left: 1px solid rgba(177, 145, 83, .42);
}

.legal-copy h1 {
  margin: 0 0 clamp(2.5rem, 5vw, 4.5rem);
  color: var(--ad-cream);
  font: 400 clamp(3.2rem, 7vw, 6rem)/.92 var(--ad-heading);
  letter-spacing: -.035em;
}

.legal-copy__section + .legal-copy__section {
  margin-top: 2.4rem;
  padding-top: 2.2rem;
  border-top: 1px solid rgba(177, 145, 83, .22);
}

.legal-copy h2 {
  margin: 0 0 .75rem;
  color: var(--ad-gold-light);
  font: 500 1.15rem/1.25 var(--ad-heading);
  letter-spacing: .02em;
}

.legal-copy p {
  max-width: 68ch;
  margin: 0;
  color: rgba(234, 213, 175, .78);
  font: 300 1.05rem/1.72 var(--ad-reading);
}

.legal-copy > .section-kicker {
  margin-bottom: 1.1rem;
  color: var(--ad-gold-light);
  font: 400 11px/1.25 var(--ad-reading);
  letter-spacing: .18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.legal-copy p + p {
  margin-top: 1rem;
}

.legal-copy a {
  color: var(--ad-cream-soft);
  border-bottom: 1px solid rgba(177, 145, 83, .55);
}

.legal-copy a:hover,
.legal-copy a:focus-visible {
  color: var(--ad-cream);
  border-bottom-color: var(--ad-gold-light);
}

.legal-copy__stand {
  margin-top: 3rem !important;
  color: rgba(234, 213, 175, .54) !important;
  font-size: .92rem !important;
}

.not-found-copy > p:not(.section-kicker) {
  max-width: 36rem;
  font-size: clamp(1.1rem, 1.6vw, 1.3rem);
}

.not-found-copy .text-link {
  display: inline-flex;
  margin-top: 1.4rem;
  color: var(--ad-cream) !important;
}

.site-footer .footer-legal,
.book-footer .footer-legal {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: .7rem 1.4rem;
  justify-self: start;
  padding-top: 1rem;
  color: rgba(234, 213, 175, .58);
  font: 400 .82rem/1.4 var(--ad-reading);
  border-top: 1px solid rgba(177, 145, 83, .18);
}

.site-footer .footer-legal a,
.book-footer .footer-legal a {
  color: inherit;
  border-bottom: 1px solid transparent;
}

.site-footer .footer-legal a:hover,
.site-footer .footer-legal a:focus-visible,
.book-footer .footer-legal a:hover,
.book-footer .footer-legal a:focus-visible {
  color: var(--ad-cream);
  border-bottom-color: rgba(177, 145, 83, .7);
}

@media (max-width: 720px) {
  .legal-main {
    min-height: calc(100vh - 88px);
    padding: 3.4rem 7vw 4.75rem;
  }

  .legal-copy {
    padding-left: 1.25rem;
  }

  .legal-copy h1 {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  .legal-copy p {
    font-size: 1rem;
    line-height: 1.65;
  }
}

/* Lebensgeschichten, Mac und iPad: Der Titel bleibt eine ruhige Kapitelzeile
 * und tritt nicht mehr wie eine zweite Hauptüberschrift auf. */
@media (min-width: 821px) {
  .profile-page[data-profile] .profile-story__title,
  .profile-page[data-profile] .profile-story > h2 {
    max-width: 24ch;
    font-size: clamp(2rem, 2.4vw, 2.35rem);
    line-height: 1.04;
    letter-spacing: -.022em;
  }
}

/* Das Buch, iPhone-Portrait: Die Smaragdkassette. Eine feste, dunkle
 * Vollbildkomposition ohne Papierweiss und ohne vertikale Seitenbewegung. */
@media (max-width: 760px) {
  html:has(body.book-page),
  body.book-page {
    width: 100%;
    height: 100svh;
    min-height: 0;
    overflow: hidden;
    overscroll-behavior: none;
  }

  body.book-page {
    position: fixed;
    inset: 0;
    background:
      radial-gradient(circle at 50% 13%, rgba(199, 163, 93, .12), transparent 24rem),
      radial-gradient(circle at 12% 74%, rgba(59, 111, 79, .14), transparent 22rem),
      radial-gradient(circle at 88% 68%, rgba(110, 50, 64, .1), transparent 19rem),
      linear-gradient(148deg, #050a07 0%, #0a130e 48%, #040806 100%);
  }

  body.book-page::before {
    opacity: .32;
    background-image:
      radial-gradient(circle, rgba(208, 178, 112, .26) 0 .45px, transparent .7px),
      repeating-linear-gradient(118deg, rgba(222, 203, 158, .025) 0 1px, transparent 1px 10px);
    background-size: 17px 17px, auto;
  }

  .book-page .book-header {
    flex: 0 0 clamp(64px, 18.3vw, 72px);
    width: calc(100% - 36px);
    min-height: clamp(64px, 18.3vw, 72px);
    height: clamp(64px, 18.3vw, 72px);
    border-bottom-color: rgba(183, 145, 83, .3);
  }

  .book-page > .reader {
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: clamp(8px, 3vw, 12px) 18px max(20px, env(safe-area-inset-bottom));
    overflow: hidden;
  }

  .book-page .reader__workspace {
    display: grid;
    grid-template-rows: minmax(0, 1fr) clamp(44px, 12.2vw, 48px);
    gap: 8px;
    width: 100%;
    height: 100%;
    min-height: 0;
  }

  .book-page .book-stage,
  .book-page .book-stage[data-view="spread"] {
    width: 100%;
    max-width: 480px;
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
    perspective: none;
    touch-action: pan-x pinch-zoom;
  }

  .book-page .book-stage .book,
  .book-page .book-stage[data-view="spread"] .book {
    width: 100%;
    height: 100%;
    transform: none;
  }

  .book-page .book__ground {
    display: none;
  }

  .book-page .book-cover {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: min(80%, 282px);
    height: auto;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    border: 1px solid rgba(197, 169, 110, .72);
    border-radius: 3px 10px 10px 3px;
    background:
      radial-gradient(circle at 50% 18%, rgba(223, 193, 121, .14), transparent 29%),
      radial-gradient(circle at 72% 76%, rgba(124, 68, 83, .18), transparent 38%),
      repeating-linear-gradient(86deg, rgba(255, 255, 255, .018) 0 1px, transparent 1px 5px),
      linear-gradient(138deg, #07100b 0%, #10271a 52%, #07110c 100%);
    box-shadow:
      0 0 0 1px rgba(197, 169, 110, .14),
      0 0 42px rgba(183, 145, 83, .16),
      0 24px 45px rgba(0, 0, 0, .56);
    transform: translate(-50%, -50%);
  }

  .book-page .book-cover::before {
    inset: 10px;
    border-color: rgba(197, 169, 110, .42);
    border-radius: 2px 7px 7px 2px;
    box-shadow: inset 0 0 22px rgba(183, 145, 83, .05);
  }

  .book-page .book-cover::after {
    left: 7%;
    background: linear-gradient(transparent 3%, rgba(197, 169, 110, .34) 17%, rgba(197, 169, 110, .34) 83%, transparent 97%);
    box-shadow: 5px 0 12px rgba(0, 0, 0, .34);
  }

  .book-page .book-cover__inner {
    inset: 9.5% 11% 8.5% 15%;
  }

  .book-page .book-cover__monogram {
    padding-bottom: .72rem;
    font-size: clamp(2rem, 9vw, 2.5rem);
  }

  .book-page .book-cover__title > p {
    gap: .55rem;
    margin-bottom: .75rem;
    font-size: .5rem;
  }

  .book-page .book-cover__title h2 {
    font-size: clamp(2rem, 10vw, 2.55rem);
    line-height: .9;
  }

  .book-page .book-cover__title h2::after {
    margin-top: .85rem;
  }

  .book-page .book-cover__genre {
    width: 88%;
    font-size: .48rem;
    line-height: 1.38;
  }

  .book-page .book-stage[data-view="spread"] .book-spread {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 62%) minmax(0, 38%);
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: var(--ad-cream);
    border: 1px solid rgba(183, 145, 83, .64);
    border-radius: 18px 18px 13px 13px;
    background:
      radial-gradient(circle at 50% 28%, rgba(70, 128, 91, .14), transparent 36%),
      linear-gradient(155deg, #07100b 0%, #102219 56%, #08110c 100%);
    box-shadow:
      0 0 0 1px rgba(197, 169, 110, .12),
      0 0 36px rgba(183, 145, 83, .11),
      0 22px 42px rgba(0, 0, 0, .52);
    transform: none;
  }

  .book-page .book-stage[data-view="spread"] .book-spread::before {
    position: absolute;
    z-index: 7;
    inset: 9px;
    content: "";
    pointer-events: none;
    border: 1px solid rgba(197, 169, 110, .23);
    border-radius: 12px 12px 8px 8px;
  }

  .book-page .book-stage[data-view="spread"] .book-spread::after {
    z-index: 6;
    inset: 0;
    width: auto;
    background: none;
    box-shadow:
      inset 0 0 42px rgba(0, 0, 0, .32),
      inset 0 0 0 1px rgba(231, 211, 164, .035);
    transform: none;
    mix-blend-mode: normal;
  }

  .book-page .book-stage[data-view="spread"] .book-spread > .book-page {
    min-width: 0;
    background-color: transparent;
    background-image: none;
  }

  .book-page .book-stage[data-view="spread"] .book-page--portrait {
    position: relative;
    inset: auto;
    grid-row: 1;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: clamp(14px, 4vw, 18px) 14px 8px;
    background:
      radial-gradient(ellipse at 50% 48%, rgba(58, 111, 77, .22), transparent 58%),
      linear-gradient(180deg, rgba(11, 27, 18, .72), rgba(6, 13, 9, .92));
    box-shadow: none;
  }

  .book-page .book-stage[data-view="spread"] .book-page--portrait::before {
    position: absolute;
    z-index: 5;
    inset: 14px;
    content: "";
    pointer-events: none;
    background:
      linear-gradient(rgba(197, 169, 110, .7), rgba(197, 169, 110, .7)) left top / 28px 1px no-repeat,
      linear-gradient(rgba(197, 169, 110, .7), rgba(197, 169, 110, .7)) left top / 1px 28px no-repeat,
      linear-gradient(rgba(197, 169, 110, .7), rgba(197, 169, 110, .7)) right top / 28px 1px no-repeat,
      linear-gradient(rgba(197, 169, 110, .7), rgba(197, 169, 110, .7)) right top / 1px 28px no-repeat,
      linear-gradient(rgba(197, 169, 110, .7), rgba(197, 169, 110, .7)) left bottom / 28px 1px no-repeat,
      linear-gradient(rgba(197, 169, 110, .7), rgba(197, 169, 110, .7)) left bottom / 1px 28px no-repeat,
      linear-gradient(rgba(197, 169, 110, .7), rgba(197, 169, 110, .7)) right bottom / 28px 1px no-repeat,
      linear-gradient(rgba(197, 169, 110, .7), rgba(197, 169, 110, .7)) right bottom / 1px 28px no-repeat;
  }

  .book-page .book-stage[data-view="spread"] .book-portrait {
    position: relative;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
    padding: 5px;
    overflow: hidden;
    border: 1px solid rgba(197, 169, 110, .55);
    border-radius: 12px 12px 5px 5px;
    background: linear-gradient(145deg, #c5aa70, #73572d 44%, #b38e4e 72%, #5f4724);
    box-shadow:
      0 0 0 1px rgba(230, 208, 156, .12),
      0 14px 26px rgba(0, 0, 0, .38),
      0 0 24px rgba(183, 145, 83, .08);
  }

  .book-page .book-stage[data-view="spread"] .book-portrait::after {
    inset: 5px;
    box-shadow: inset 0 0 0 1px rgba(31, 22, 10, .58);
  }

  .book-page .book-stage[data-view="spread"] .book-portrait img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 8px 8px 2px 2px;
    background:
      radial-gradient(circle at 50% 44%, #14251b 0%, #08110c 72%);
  }

  .book-page .book-stage[data-view="spread"] .book-page--text {
    position: relative;
    inset: auto;
    grid-row: 2;
    display: flex;
    width: 100%;
    height: auto;
    min-height: 0;
    justify-content: center;
    padding: clamp(12px, 3.5vw, 15px) clamp(20px, 6vw, 24px) clamp(12px, 3.5vw, 15px);
    text-align: center;
    border-top: 1px solid rgba(197, 169, 110, .4);
    background:
      radial-gradient(circle at 50% 0%, rgba(197, 169, 110, .1), transparent 42%),
      linear-gradient(180deg, #102219 0%, #08110c 100%);
    box-shadow: inset 0 17px 28px -27px rgba(0, 0, 0, .9);
  }

  .book-page .book-stage[data-view="spread"] .book-page--text::before {
    position: absolute;
    z-index: 3;
    top: -4px;
    left: 50%;
    width: 7px;
    height: 7px;
    content: "";
    pointer-events: none;
    border: 1px solid rgba(197, 169, 110, .82);
    background: #102219;
    transform: translateX(-50%) rotate(45deg);
  }

  .book-page .book-page__copy {
    display: flex;
    min-height: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }

  .book-page .book-page__kicker {
    margin-bottom: 6px;
    color: rgba(197, 169, 110, .86);
    font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
    font-size: 8px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .17em;
  }

  .book-page .book-page__copy h2 {
    max-width: 100%;
    color: var(--ad-cream);
    font-family: var(--ad-heading);
    font-size: clamp(18px, 5.1vw, 20px);
    font-weight: 500;
    line-height: .98;
    letter-spacing: -.018em;
    white-space: nowrap;
  }

  .book-page .book-page__title,
  .book-page .book[data-person="graf-ferdinand"] .book-page__title {
    max-width: 100%;
    margin-top: 6px;
    color: rgba(210, 183, 121, .84);
    font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(9.5px, 2.7vw, 10.5px);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: .1em;
    white-space: normal;
    text-wrap: balance;
  }

  .book-page .book-page__profile {
    min-width: 0;
    min-height: 44px;
    justify-content: center;
    margin-top: 2px;
    padding: 0 4px;
    color: rgba(234, 213, 175, .88);
    pointer-events: auto;
    font-family: var(--ad-reading);
    font-size: clamp(11px, 3vw, 12px);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: .015em;
    border-bottom-color: rgba(197, 169, 110, .52);
  }

  .book-page .book-page__imprint,
  .book-page .book-page--portrait .book-page__folio {
    display: none;
  }

  .book-page .book-page--text .book-page__folio {
    right: 14px;
    bottom: 11px;
    color: rgba(197, 169, 110, .5);
    font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
    font-size: 8px;
  }

  .book-page .book-edge {
    top: 7%;
    bottom: 7%;
    width: 12%;
  }

  .book-page .book[data-view="cover"] .book-edge--next {
    right: 10%;
    width: 18%;
  }

  .book-page .reader-controls {
    grid-template-columns: minmax(0, 1fr) 62px minmax(0, 1fr);
    gap: 8px;
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
  }

  .book-page .reader-control {
    min-width: 0;
    min-height: 44px;
    padding: 0 10px;
    color: rgba(234, 213, 175, .86);
    border: 1px solid rgba(183, 145, 83, .42);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(30, 56, 40, .72), rgba(8, 17, 12, .88));
    box-shadow: inset 0 0 0 1px rgba(230, 208, 156, .035);
    font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
    font-size: 9px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .book-page .reader-control:disabled {
    color: rgba(234, 213, 175, .24);
    border-color: rgba(183, 145, 83, .16);
    background: rgba(7, 14, 10, .54);
  }

  .book-page .reader-status {
    overflow: hidden;
    color: rgba(197, 169, 110, .76);
    font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
    font-size: 9px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .14em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/* Die Kontaktadresse bleibt in jeder Fußzeile ruhig, hell und leicht. */
/* Das Buch, Mac: dunkles Sammlerbuch mit fest verankerter Doppelseite. */
@media (min-width: 761px) {
  .book-page .book-stage[data-view="spread"] {
    width: min(1100px, 86vw, calc((100svh - 205px) * 1.56));
    aspect-ratio: 1.56 / 1;
  }

  .book-page .book-stage[data-view="spread"] .book-spread {
    color: var(--ad-cream);
    border: 1px solid rgba(182, 148, 83, .32);
    background: #141a15;
    box-shadow:
      0 28px 52px rgba(0, 0, 0, .58),
      0 6px 0 -2px #776f5f,
      0 10px 0 -4px #282a25,
      inset 0 0 0 1px rgba(224, 201, 150, .035);
  }

  .book-page .book-stage[data-view="spread"] .book-spread::after {
    width: 30px;
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, .48),
      rgba(219, 204, 171, .035) 47%,
      rgba(0, 0, 0, .5)
    );
    mix-blend-mode: normal;
  }

  .book-page .book-stage[data-view="spread"] .book-spread > .book-page {
    background-color: #171e18;
    background-image:
      radial-gradient(circle at 34% 36%, rgba(77, 100, 78, .16), transparent 38%),
      repeating-linear-gradient(96deg, rgba(222, 207, 171, .012) 0 1px, transparent 1px 7px),
      radial-gradient(rgba(197, 171, 112, .06) .4px, transparent .55px);
    background-size: auto, auto, 8px 8px;
  }

  .book-page .book-stage[data-view="spread"] .book-page--portrait {
    padding: clamp(1.6rem, 3vw, 3rem) clamp(2rem, 3.5vw, 3.6rem);
    box-shadow: inset -28px 0 34px -27px rgba(0, 0, 0, .82);
  }

  .book-page .book-stage[data-view="spread"] .book-page--text {
    justify-content: center;
    padding: clamp(3rem, 5.5vw, 5.5rem) clamp(3rem, 5vw, 5rem);
    box-shadow: inset 28px 0 34px -27px rgba(0, 0, 0, .82);
  }

  .book-page .book-stage[data-view="spread"] .book-portrait {
    width: min(88%, 372px);
    max-width: none;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: #0d110e;
    box-shadow:
      0 0 0 1px rgba(197, 164, 96, .18),
      0 22px 36px rgba(0, 0, 0, .44),
      0 0 28px rgba(177, 145, 83, .07);
  }

  .book-page .book-stage[data-view="spread"] .book-portrait::after {
    display: none;
  }

  .book-page .book-stage[data-view="spread"] .book-portrait img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #0d110e;
  }

  .book-page .book-stage[data-view="spread"] .book-page__copy {
    transform: translateY(-4%);
  }

  .book-page .book-stage[data-view="spread"] .book-page__kicker {
    margin-bottom: clamp(.9rem, 1.4vw, 1.25rem);
    color: rgba(198, 166, 101, .72);
  }

  .book-page .book-stage[data-view="spread"] .book-page__copy h2 {
    color: var(--ad-cream);
    font-size: clamp(2.05rem, 2.85vw, 2.75rem);
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    text-shadow: 0 1px 18px rgba(0, 0, 0, .24);
  }

  .book-page .book-stage[data-view="spread"] .book-page__title,
  .book-page .book-stage[data-view="spread"] .book[data-person="graf-ferdinand"] .book-page__title {
    margin-top: clamp(.85rem, 1.3vw, 1.15rem);
    color: rgba(205, 177, 116, .82);
  }

  .book-page .book-stage[data-view="spread"] .book-page__title::after {
    display: block;
    width: 2.75rem;
    height: 1px;
    margin-top: clamp(.9rem, 1.4vw, 1.2rem);
    content: "";
    background: rgba(183, 148, 82, .42);
  }

  .book-page .book-stage[data-view="spread"] .book-page__profile {
    min-height: 0;
    margin-top: clamp(1rem, 1.45vw, 1.3rem);
    padding: .55rem 1rem .58rem;
    color: rgba(234, 213, 175, .9);
    border: 1px solid rgba(183, 148, 82, .42);
    background: rgba(183, 148, 82, .045);
  }

  .book-page .book-stage[data-view="spread"] .book-page__profile:hover,
  .book-page .book-stage[data-view="spread"] .book-page__profile:focus-visible {
    color: var(--ad-cream);
    border-color: rgba(202, 170, 105, .68);
    background: rgba(183, 148, 82, .09);
  }

  .book-page .book-stage[data-view="spread"] .book-page__imprint {
    display: none;
  }

  .book-page .book-stage[data-view="spread"] .book-page__folio {
    color: rgba(195, 163, 99, .48);
  }

  .book-page .book-stage[data-view="spread"] .page-turn__face {
    background-color: #171e18;
    background-image:
      linear-gradient(90deg, rgba(0, 0, 0, .3), transparent 13%, transparent 86%, rgba(219, 204, 171, .035)),
      repeating-linear-gradient(96deg, rgba(222, 207, 171, .012) 0 1px, transparent 1px 7px),
      radial-gradient(rgba(197, 171, 112, .06) .4px, transparent .55px);
    background-size: auto, auto, 8px 8px;
  }

  .book-page .book-stage[data-view="spread"] .book-edge {
    top: 50%;
    bottom: auto;
    width: 48px;
    height: 76px;
    opacity: 1;
    transform: translateY(-50%);
  }

  .book-page .book-stage[data-view="spread"] .book-edge--previous {
    left: -58px;
  }

  .book-page .book-stage[data-view="spread"] .book-edge--next {
    right: -58px;
  }

  .book-page .book-stage[data-view="spread"] .book-edge span {
    position: static;
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: rgba(194, 163, 99, .64);
    background: none;
    font: 300 2.4rem/1 var(--ad-heading);
    opacity: 1;
    transition: color 180ms ease, transform 180ms ease;
  }

  .book-page .book-stage[data-view="spread"] .book-edge:hover span,
  .book-page .book-stage[data-view="spread"] .book-edge:focus-visible span {
    color: rgba(222, 198, 145, .94);
    transform: scale(1.08);
  }

  .book-page .reader-controls[data-view="spread"] {
    grid-template-columns: 1fr;
    width: 8rem;
    margin-top: clamp(.8rem, 1.4vw, 1.1rem);
  }

  .book-page .reader-controls[data-view="spread"] .reader-control {
    display: none;
  }

  .book-page .reader-controls[data-view="spread"] .reader-status {
    display: block;
    grid-column: 1;
    color: rgba(194, 163, 99, .64);
    font-family: var(--ad-reading);
    font-size: .72rem;
    letter-spacing: .16em;
    text-align: center;
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .book-page .book-stage[data-view="spread"] .book-edge--previous {
    left: 10px;
  }

  .book-page .book-stage[data-view="spread"] .book-edge--next {
    right: 10px;
  }

  .book-page .book-stage[data-view="spread"] .book-page__copy h2 {
    font-size: clamp(1.55rem, 2.8vw, 2rem);
    white-space: normal;
  }
}

body[class] :is(.site-footer, .book-footer) a.footer-contact {
  color: rgba(234, 213, 175, .88);
  font-weight: 300;
}

/* iPhone-Portraetbuch: ruhiges Albumblatt statt der frueheren Kassette.
 * Die Bilder stammen verbindlich aus der aktuellen, einheitlich gerahmten Galerie. */
@media (max-width: 760px) {
  html:has(body.book-page),
  body.book-page {
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    overscroll-behavior: none;
  }

  body.book-page {
    position: fixed;
    inset: 0;
    min-height: 100svh;
    background:
      radial-gradient(circle at 50% 8%, rgba(177, 145, 83, .1), transparent 25rem),
      linear-gradient(148deg, #07100b 0%, #0d1711 48%, #050a07 100%);
  }

  .book-page .book-header {
    display: none;
  }

  .book-page > .reader {
    width: 100%;
    height: 100svh;
    min-height: 0;
    padding:
      max(8px, env(safe-area-inset-top))
      6px
      max(10px, env(safe-area-inset-bottom));
    overflow: hidden;
  }

  .book-page .reader__workspace {
    display: grid;
    grid-template-rows: auto 42px 28px;
    gap: 6px;
    width: 100%;
    height: 100%;
    min-height: 0;
    align-content: start;
  }

  .book-page .reader__workspace:has(.mobile-volume[data-view="cover"]) {
    align-content: center;
  }

  .book-page .mobile-volume {
    --mobile-cartouche-height: clamp(
      82px,
      calc(
        100svh - 150vw - max(8px, env(safe-area-inset-top)) -
          max(10px, env(safe-area-inset-bottom)) - 64px
      ),
      182px
    );
    display: block;
    width: min(100%, 520px, calc(66.667svh - 122px));
    max-width: 520px;
    height: auto;
    max-height: 100%;
    min-height: 0;
    margin: 0 auto;
    overflow: visible;
    color: var(--ad-cream);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    touch-action: pan-y pinch-zoom;
  }

  .book-page .mobile-volume[data-view="cover"] {
    aspect-ratio: auto;
  }

  .book-page .mobile-volume__cover {
    position: relative;
    top: auto;
    left: auto;
    display: grid;
    width: min(88%, 292px);
    max-width: none;
    max-height: 100%;
    aspect-ratio: 2 / 3;
    margin: 0 auto;
    padding: 34px 28px 32px;
    place-items: center;
    align-content: center;
    grid-template-rows: auto minmax(104px, 1fr) auto auto;
    gap: 0;
    color: var(--ad-cream-soft);
    border: 1px solid rgba(180, 145, 78, .68);
    border-radius: 2px 8px 8px 2px;
    background:
      linear-gradient(90deg, rgba(2, 7, 4, .68), transparent 8%, transparent 95%, rgba(2, 7, 4, .42)),
      radial-gradient(ellipse at 50% 27%, rgba(204, 166, 89, .1), transparent 33%),
      repeating-linear-gradient(92deg, rgba(255, 255, 255, .012) 0 1px, transparent 1px 6px),
      linear-gradient(145deg, #08140d 0%, #153421 54%, #08130d 100%);
    box-shadow:
      inset 12px 0 18px rgba(0, 0, 0, .32),
      inset 0 0 0 10px rgba(2, 8, 5, .42),
      inset 0 0 0 11px rgba(184, 148, 79, .2),
      8px 10px 0 -6px #c8bda3,
      12px 14px 0 -8px #5f5a4b,
      0 24px 42px rgba(0, 0, 0, .5);
    transform: none;
  }

  .book-page .mobile-volume__cover::before {
    position: absolute;
    inset: 18px;
    display: block;
    content: "";
    border: 1px solid rgba(190, 154, 83, .4);
    border-radius: 1px 5px 5px 1px;
    background: none;
  }

  .book-page .mobile-volume__cover-house {
    position: relative;
    z-index: 1;
    max-width: none;
    color: rgba(216, 196, 163, .74);
    font-size: 8px;
    letter-spacing: .18em;
    white-space: nowrap;
    transform: none;
  }

  .book-page .mobile-volume__cover-monogram {
    position: relative;
    z-index: 1;
    display: grid;
    width: 94px;
    height: 112px;
    margin-top: 20px;
    place-items: center;
    color: rgba(205, 173, 105, .72);
    border: 1px solid rgba(190, 154, 83, .44);
    border-radius: 50%;
    font: 400 56px/.8 "Italianno", var(--ad-heading);
    text-shadow: 0 1px 8px rgba(0, 0, 0, .36);
  }

  .book-page .mobile-volume__cover-monogram::after {
    position: absolute;
    inset: 7px;
    content: "";
    border: 1px solid rgba(190, 154, 83, .2);
    border-radius: 50%;
  }

  .book-page .mobile-volume__cover-title {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 2px;
    margin-top: 19px;
    color: var(--ad-cream-soft);
    font-family: var(--ad-heading);
    font-size: clamp(28px, 8.4vw, 34px);
    font-weight: 400;
    line-height: .86;
    letter-spacing: -.018em;
    transform: none;
  }

  .book-page .mobile-volume__cover-subtitle {
    position: relative;
    z-index: 1;
    margin-top: 22px;
    color: rgba(205, 173, 105, .72);
    font-size: 8px;
    letter-spacing: .16em;
    transform: none;
  }

  .book-page .mobile-volume__leaf {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) var(--mobile-cartouche-height);
    width: 100%;
    height: auto;
    min-height: 0;
    overflow: hidden;
    border: 1px solid rgba(190, 154, 83, .48);
    border-radius: 3px;
    background: #0a130e;
    box-shadow:
      0 0 0 1px rgba(190, 154, 83, .1),
      0 22px 38px rgba(0, 0, 0, .42);
  }

  .book-page .mobile-volume__portrait-surface {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    min-width: 0;
    height: auto;
    aspect-ratio: 2 / 3;
    min-height: 0;
    cursor: pointer;
  }

  .book-page .mobile-volume__portrait {
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #090e0a;
    box-shadow: none;
  }

  .book-page .mobile-volume__portrait img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 0;
    background: #090e0a;
  }

  .book-page .mobile-volume__cartouche {
    position: relative;
    inset: auto;
    display: flex;
    width: 100%;
    min-width: 0;
    height: var(--mobile-cartouche-height);
    min-height: 0;
    padding: 10px 22px 9px;
    color: var(--ad-cream);
    border: 0;
    border-top: 1px solid rgba(190, 154, 83, .42);
    border-radius: 0;
    background:
      radial-gradient(ellipse at 50% 0%, rgba(190, 154, 83, .09), transparent 52%),
      linear-gradient(180deg, #13241a 0%, #09130d 100%);
    box-shadow: inset 0 12px 24px -24px rgba(0, 0, 0, .9);
  }

  .book-page .mobile-volume__cartouche::before,
  .book-page .mobile-volume__cartouche::after {
    display: none;
  }

  .book-page .mobile-volume__kicker {
    margin-bottom: 6px;
    color: rgba(190, 154, 83, .78);
    font-size: clamp(9px, 2.5vw, 10.5px);
    letter-spacing: .15em;
  }

  .book-page .mobile-volume__name {
    color: var(--ad-cream);
    font-size: clamp(20px, 5.7vw, 23px);
    font-weight: 500;
  }

  .book-page .mobile-volume__title {
    margin-top: 5px;
    color: rgba(205, 173, 105, .8);
    font-size: clamp(10px, 2.8vw, 11.5px);
    letter-spacing: .09em;
  }

  .book-page .mobile-volume__profile {
    display: none;
  }

  .book-page .mobile-volume__profile::after {
    display: none;
  }

  .book-page .mobile-volume__folio {
    right: 12px;
    bottom: 9px;
    font-size: 7px;
  }

  .book-page .reader-controls {
    grid-template-columns: 48px minmax(58px, 1fr) 48px;
    gap: 4px;
    width: min(100%, 520px);
    height: 42px;
    margin: 0 auto;
  }

  .book-page .book-home-return {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    justify-self: center;
    color: rgba(205, 173, 105, .9);
    font-family: var(--ad-modern);
    font-size: clamp(9.5px, 2.55vw, 10.5px);
    font-weight: 500;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .book-page .book-home-return:focus-visible {
    color: var(--ad-cream);
    outline: 1px solid rgba(190, 154, 83, .66);
    outline-offset: 4px;
  }

  .book-page .reader-control {
    position: relative;
    width: 48px;
    min-width: 0;
    height: 42px;
    min-height: 42px;
    padding: 0;
    overflow: visible;
    color: rgba(205, 173, 105, .82);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: 0;
  }

  .book-page .reader-control::before {
    display: none;
  }

  .book-page .reader-control::after {
    display: block;
    font: 400 30px/1 var(--ad-heading);
  }

  .book-page #book-previous::after {
    content: "‹";
  }

  .book-page #book-next::after {
    content: "›";
  }

  .book-page .reader-status {
    font-size: 9px;
    letter-spacing: .12em;
  }
}

@media (max-width: 600px) {
  .home-page .opening__copy h2 {
    color: rgba(234, 213, 175, .88);
    letter-spacing: -.01em;
  }
}

@media (max-width: 720px) {
  .home-page .opening {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-page .opening__ornament,
  .home-page .encounters__new {
    display: none;
  }

  .home-page .opening__copy,
  .home-page .opening__text {
    grid-column: 1;
  }

  .home-page .opening__copy h2 {
    display: none;
  }

  .home-page .opening__text {
    margin-top: -1.5rem;
  }
}

.home-page .book-teaser__section-header {
  display: none;
}

@media (min-width: 721px) {
  .home-page .book-teaser__copy-title {
    margin: 0;
    color: var(--ad-cream);
    font: 400 clamp(3rem, 4vw, 4.25rem)/.95 var(--ad-heading);
    letter-spacing: -.025em;
  }

  .home-page .book-teaser__copy-title > span {
    display: inline;
  }
}

@media (min-width: 821px) {
  .home-page .book-teaser__copy-title {
    font-size: clamp(2.45rem, 3vw, 3.25rem);
    line-height: 1;
  }
}

@media (max-width: 720px) {
  .home-page .story-register-home__header h2 {
    margin: 0;
    color: rgba(234, 213, 175, .88);
    font: 400 clamp(1.75rem, 7.5vw, 2.1rem)/.95 var(--ad-heading);
    letter-spacing: -.01em;
  }

  .home-page .book-teaser {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    min-height: 0;
    padding: clamp(2.25rem, 8vw, 2.75rem) 9vw 3.5rem;
  }

  .home-page .book-teaser__section-header {
    display: block;
    grid-column: 1;
    grid-row: 1;
    justify-self: stretch;
    width: 100%;
    text-align: center;
  }

  .home-page .book-teaser__section-header .section-kicker {
    position: relative;
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    color: #bdaa80;
    font: 400 .875rem/1.45 var(--ad-modern);
    letter-spacing: .14em;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
    opacity: 1;
  }

  .home-page .book-teaser__section-header .section-kicker::before,
  .home-page .book-teaser__section-header .section-kicker::after {
    display: none;
    content: none;
  }

  .home-page .encounter-links > a:not(.encounter-links__primary) {
    min-height: 24px;
    padding-block: 0;
  }

  .home-page .encounters__copy > p:not(.section-kicker) {
    margin-bottom: .65rem;
  }

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

  .home-page .encounter-links__primary {
    padding-bottom: 0;
    border-bottom: 0 !important;
  }

  .home-page .encounters:not(.story-register-home__item) > .encounters__copy {
    padding-bottom: 2.25rem;
  }

  .home-page .encounters--featured > .encounters__copy {
    padding-top: 3rem;
  }

  .home-page .book-object {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
    margin: 28px auto 0;
  }

  .home-page .book-teaser__copy {
    grid-column: 1;
    grid-row: 3;
    width: 100%;
    /* Including the visible page block, about 48px of clear space remains. */
    margin-top: 3.5rem;
  }

  .home-page .book-teaser__copy > p > span {
    display: block;
  }

  .home-page .book-teaser__copy > p > span + span {
    margin-top: 1.1rem;
  }

  .home-page .book-teaser__copy > p:first-of-type {
    margin-top: 0;
  }

  .home-page .book-teaser__copy-title {
    display: none;
  }

  .home-page .book-teaser__copy-title > span {
    display: block;
  }
}

@media (max-width: 600px) and (orientation: portrait) {
  .home-page .book-object {
    width: 100%;
    max-width: none;
    height: min(130vw, 450px);
    perspective: none;
  }

  .home-page .book-object__cover,
  .home-page .book-object__pages {
    display: none;
  }

  .home-page .home-book-cover {
    display: grid;
    width: min(78vw, 292px);
    max-width: calc(100% - 24px);
    aspect-ratio: 2 / 3;
    grid-template-rows: auto minmax(104px, 1fr) auto auto;
    place-items: center;
    align-content: center;
    gap: 0;
    padding: 34px 28px 32px;
    color: var(--ad-cream-soft);
    border: 1px solid rgba(180, 145, 78, .68);
    border-radius: 2px 8px 8px 2px;
    background:
      linear-gradient(90deg, rgba(2, 7, 4, .68), transparent 8%, transparent 95%, rgba(2, 7, 4, .42)),
      radial-gradient(ellipse at 50% 27%, rgba(204, 166, 89, .1), transparent 33%),
      repeating-linear-gradient(92deg, rgba(255, 255, 255, .012) 0 1px, transparent 1px 6px),
      linear-gradient(145deg, #08140d 0%, #153421 54%, #08130d 100%);
    box-shadow:
      inset 12px 0 18px rgba(0, 0, 0, .32),
      inset 0 0 0 10px rgba(2, 8, 5, .42),
      inset 0 0 0 11px rgba(184, 148, 79, .2),
      8px 10px 0 -6px #c8bda3,
      12px 14px 0 -8px #5f5a4b,
      0 24px 42px rgba(0, 0, 0, .5);
  }

  .home-page .home-book-cover::before {
    position: absolute;
    inset: 18px;
    display: block;
    content: "";
    border: 1px solid rgba(190, 154, 83, .4);
    border-radius: 1px 5px 5px 1px;
    background: none;
  }

  .home-page .home-book-cover .mobile-volume__cover-house,
  .home-page .home-book-cover .mobile-volume__cover-title,
  .home-page .home-book-cover .mobile-volume__cover-subtitle {
    color: var(--ad-cream);
    opacity: 1;
    -webkit-text-fill-color: var(--ad-cream);
  }

  .home-page .home-book-cover .mobile-volume__cover-title {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 2px;
    margin-top: 19px;
    color: var(--ad-cream-soft);
    font-size: clamp(28px, 8.4vw, 34px);
    font-weight: 400;
    line-height: .86;
    letter-spacing: -.018em;
    transform: none;
  }

  .home-page .home-book-cover .mobile-volume__cover-subtitle {
    position: relative;
    z-index: 1;
    margin-top: 22px;
    color: rgba(205, 173, 105, .72);
    font-size: 8px;
    letter-spacing: .16em;
    transform: none;
    -webkit-text-fill-color: rgba(205, 173, 105, .72);
  }

  .home-page .home-book-cover .mobile-volume__cover-house {
    position: relative;
    z-index: 1;
    max-width: none;
    color: rgba(216, 196, 163, .74);
    font-size: 8px;
    letter-spacing: .18em;
    white-space: nowrap;
    transform: none;
    -webkit-text-fill-color: rgba(216, 196, 163, .74);
  }

  .home-page .home-book-cover .mobile-volume__cover-monogram {
    position: relative;
    z-index: 1;
    display: grid;
    width: 94px;
    height: 112px;
    margin-top: 20px;
    place-items: center;
    color: rgba(205, 173, 105, .72);
    border: 1px solid rgba(190, 154, 83, .44);
    border-radius: 50%;
    font: 400 56px/.8 "Italianno", var(--ad-heading);
    text-shadow: 0 1px 8px rgba(0, 0, 0, .36);
  }

  .home-page .home-book-cover .mobile-volume__cover-monogram::after {
    position: absolute;
    inset: 7px;
    content: "";
    border: 1px solid rgba(190, 154, 83, .2);
    border-radius: 50%;
  }

  .home-page .book-object:focus-visible {
    outline: 0;
  }

  .home-page .book-object:focus-visible .home-book-cover {
    outline: 2px solid #d0ad69;
    outline-offset: 3px;
  }
}

/* Startseite iPhone: literarische 9:16-Komposition nach der bestätigten Vorlage. */
.home-page .hero__ornament,
.home-page .hero__quote {
  display: none;
}

@media (max-width: 600px) and (orientation: portrait) {
  .home-page .opening {
    padding-top: 4rem;
  }

  .home-page .opening__copy > .section-kicker {
    color: var(--ad-gold-light);
    font-weight: 400;
  }

  .home-page .site-header {
    top: 0;
    right: 23px;
    left: 23px;
    min-height: 72px;
  }

  .home-page .site-header > .wordmark {
    position: absolute;
    top: 30px;
    left: 0;
    transform: none;
  }

  .home-page .site-header > .wordmark .wordmark__eyebrow {
    color: rgba(234, 213, 175, .88);
    font-size: 8px;
    letter-spacing: .18em;
  }

  .home-page .site-header > .wordmark .wordmark__name {
    color: #c5a568;
    font-size: 10px;
    letter-spacing: .17em;
  }

  .home-page .hero__media {
    aspect-ratio: 9 / 16;
  }

  .home-page .hero__media img {
    object-fit: cover;
    object-position: center;
  }

  .home-page .hero__copy {
    position: absolute;
    z-index: 2;
    inset: 0;
    width: auto;
    height: auto;
    padding: 0;
    pointer-events: none;
    background: none;
    border: 0;
    transform: none;
  }

  .home-page .hero__headline {
    position: absolute;
    top: calc(22.5% - clamp(17px, 2.5dvh, 24px));
    left: clamp(19px, 5.6vw, 22px);
    display: block;
    width: calc(100% - 40px);
    max-width: none;
    height: auto;
    padding: 0;
    overflow: visible;
    color: var(--ad-cream-soft);
    font: 400 clamp(30px, 9.42vw, 37px)/1.08 var(--ad-heading);
    letter-spacing: -.025em;
    text-shadow: 0 2px 22px rgba(0, 0, 0, .48);
    clip: auto;
    clip-path: none;
    white-space: normal;
  }

  .home-page .hero__headline-line {
    display: block;
    margin: 0;
    white-space: nowrap;
  }

  .home-page .hero__headline-word {
    display: inline;
  }

  .home-page .hero__headline-line + .hero__headline-line {
    margin-top: 0;
  }

  .home-page .hero__headline::after {
    display: none;
  }

  .home-page .hero__ornament {
    position: absolute;
    top: calc(35.6% - clamp(17px, 2.5dvh, 24px));
    left: clamp(20px, 6.05vw, 24px);
    display: grid;
    width: 112px;
    grid-template-columns: 1fr 7px 1fr;
    column-gap: 8px;
    align-items: center;
    color: rgba(185, 149, 89, .64);
  }

  .home-page .hero__ornament::before,
  .home-page .hero__ornament::after {
    height: 1px;
    content: "";
    background: rgba(185, 149, 89, .58);
  }

  .home-page .hero__ornament > span {
    width: 7px;
    height: 7px;
    box-sizing: border-box;
    border: .75px solid currentColor;
    transform: rotate(45deg);
  }

  .home-page .hero__quote {
    position: absolute;
    top: calc(39% - clamp(17px, 2.5dvh, 24px));
    left: clamp(20px, 6.05vw, 24px);
    display: block;
    width: 155px;
    max-width: none;
    margin: 0;
    color: rgba(234, 213, 175, .92);
    font: 300 clamp(8.7px, 2.3vw, 9.1px)/1.48 var(--ad-reading);
    letter-spacing: 0;
  }

  .home-page .hero__quote::before,
  .home-page .hero__quote::after {
    content: none;
  }

  .home-page .hero__quote p {
    margin: 0;
  }

  .home-page .hero__quote footer {
    display: flex;
    margin-top: 10px;
    align-items: baseline;
    gap: 7px;
    color: rgba(234, 213, 175, .78);
    font: 300 italic clamp(9px, 2.45vw, 9.8px)/1.2 var(--ad-reading);
  }

  .home-page .hero__intro {
    display: none;
  }
}

/* Unter dem schmalen dunklen Header tragen die redaktionellen Seiten wieder
 * das tiefe Grün der Startseite; der äußere Seitenhintergrund bleibt schwarz. */
body.profile-page .profile-article,
body.encounter-page .encounter-article,
body.gallery-page main,
body.stories-page main {
  background: linear-gradient(135deg, #111711 0%, #172019 100%);
}

/* Die kleineren Startseiten-Geschichten stehen wie die große Geschichte
 * bündig und ohne schwarzen Außenrand – auf schmalen wie breiten Ansichten. */
body.home-page .encounters--compact {
  width: 100%;
  max-width: none;
  margin-top: 0;
  border: 0;
  box-shadow: none;
}

body.home-page .encounters--compact + .encounters--compact {
  margin-top: 0;
}

@media (min-width: 721px) {
  /* Die erste Begegnung folgt am Mac wieder der tatsächlichen Bildhöhe.
   * Die frühere Mindesthöhe erzeugte darunter einen leeren grünen Streifen. */
  body.home-page .encounters--featured {
    min-height: 0;
  }

  body.home-page .encounters--featured > .encounters__scene {
    align-self: stretch;
    aspect-ratio: auto;
  }
}

@media (min-width: 981px) {
  /* Die drei Begegnungen bilden am Mac eine zusammenhängende, ruhige Folge:
   * identische Zweispalter, identische Bildflächen und ein fester Rhythmus. */
  body.home-page .encounters--featured,
  body.home-page .encounters--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    height: clamp(32.5rem, 42vw, 38.75rem);
    min-height: 0;
    margin-right: 0;
    margin-left: 0;
    overflow: hidden;
  }

  body.home-page .encounters--featured + .encounters--compact,
  body.home-page .encounters--compact + .encounters--compact {
    margin-top: clamp(1.25rem, 2vw, 1.75rem);
  }

  body.home-page .encounters--featured > .encounters__copy,
  body.home-page .encounters--compact > .encounters__copy,
  body.home-page .encounters--compact.encounters--alternate > .encounters__copy {
    order: 1;
    width: 100%;
    max-width: none;
    padding: clamp(3.25rem, 5vw, 5rem) clamp(3.25rem, 6vw, 6.5rem);
  }

  body.home-page .encounters--featured > .encounters__scene,
  body.home-page .encounters--compact > .encounters__scene,
  body.home-page .encounters--compact.encounters--alternate > .encounters__scene {
    order: 2;
    align-self: stretch;
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
  }

  body.home-page .encounters--featured > .encounters__scene picture,
  body.home-page .encounters--compact > .encounters__scene picture,
  body.home-page .encounters--featured > .encounters__scene img,
  body.home-page .encounters--compact > .encounters__scene img {
    width: 100%;
    height: 100%;
  }

  body.home-page .encounters--featured > .encounters__scene img,
  body.home-page .encounters--compact > .encounters__scene img {
    object-fit: cover;
    object-position: center;
  }

  body.home-page .encounters--compact.encounters--alternate > .encounters__scene::after {
    background:
      linear-gradient(180deg, rgba(17, 23, 17, .12) 0%, transparent 6%, transparent 92%, rgba(17, 23, 17, .28) 100%),
      linear-gradient(90deg, rgba(17, 23, 17, .32) 0%, transparent 12%, transparent 100%);
  }
}

body.encounter-page .encounter-tableau-stage,
body.encounter-page .encounter-intro,
body.gallery-page .gallery-intro,
body.gallery-page .portrait-salon {
  background: transparent;
}

body.encounter-page .encounter-tableau::after {
  background:
    linear-gradient(180deg, rgba(17, 23, 17, .16) 0%, rgba(17, 23, 17, 0) 5%, rgba(17, 23, 17, 0) 88%, #111711 100%),
    linear-gradient(90deg, rgba(17, 23, 17, .42) 0%, rgba(17, 23, 17, 0) 3.5%, rgba(17, 23, 17, 0) 96.5%, rgba(17, 23, 17, .42) 100%);
}

@media (min-width: 601px) {
  body.gallery-page .gallery-intro .section-kicker {
    color: #b99861;
  }
}

/* Galerienamen: wie eine feine museale Bildbeschriftung, eng an den Rahmen
 * gesetzt und bewusst heller als der Grund, aber nicht goldfarben. */
body.gallery-page .portrait-card__caption {
  min-block-size: 2.45rem;
  padding: .2rem .4rem .28rem;
}

body.gallery-page .portrait-card h2 {
  color: var(--ad-cream-soft);
  font-family: var(--ad-reading);
  font-size: clamp(.88rem, 1.35vw, 1.08rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0;
  text-shadow: none;
}

@media (max-width: 600px) and (orientation: portrait) {
  /* Galerie: eine zurückgenommene Beschriftung, damit die Porträts den
   * ersten Eindruck bestimmen. */
  .gallery-page .gallery-intro {
    width: calc(100% - 42px);
    padding: 1.05rem 0 1rem;
    border-bottom: 0;
  }

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

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

  .gallery-page .gallery-intro h1 {
    position: relative;
    margin: 0;
    padding-bottom: .75rem;
    color: var(--ad-cream);
    font-size: clamp(2.25rem, 10.8vw, 2.7rem);
    font-weight: 400;
    letter-spacing: -.025em;
    line-height: .95;
  }

  .gallery-page .gallery-intro h1::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 4.25rem;
    height: 1px;
    content: "";
    background: rgba(185, 152, 97, .64);
  }

  body.gallery-page .portrait-card__caption {
    min-block-size: 2.35rem;
    padding: .18rem .3rem .24rem;
  }

  body.gallery-page .portrait-card h2 {
    font-size: clamp(.82rem, 3.7vw, .98rem);
  }

  .book-page .book-header__section {
    position: relative;
    padding-bottom: .72rem;
    color: #b99861;
    font-family: var(--ad-heading);
    font-size: clamp(1.22rem, 5.5vw, 1.4rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: .035em;
    text-transform: none;
    text-shadow: 0 1px 12px rgba(0, 0, 0, .16);
  }

  .book-page .book-header__section::after {
    position: absolute;
    right: 0;
    bottom: .08rem;
    width: 4rem;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(220, 193, 137, .78) 22%, rgba(220, 193, 137, .78));
  }

  /* Die erste Startszene folgt auf jedem iPhone der tatsächlich sichtbaren
   * Browserhöhe. Der nächste grüne Abschnitt beginnt erst unterhalb davon. */
  .home-page .hero {
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    min-height: 100svh;
    overflow: hidden;
  }

  .home-page .hero__media {
    width: 100%;
    height: 100%;
    min-height: 100%;
    aspect-ratio: auto;
  }

  .home-page .hero__media picture,
  .home-page .hero__media img {
    width: 100%;
    height: 100%;
  }
}

/* A small literary invitation within the opening scene. */
.home-page .hero { position: relative; }
.home-page .home-invitation {
  position: absolute;
  z-index: 4;
  left: clamp(32px, 13.2vw, 220px);
  bottom: 8%;
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 43%;
  padding: 0;
  color: var(--ad-cream);
  text-decoration: none;
  border: 0;
  background: none;
  box-shadow: none;
}
.home-page .home-invitation__image {
  display: block;
  flex: 0 0 auto;
  width: 72px;
  height: 90px;
  object-fit: contain;
  opacity: .94;
}
.home-page .home-invitation__copy { display: grid; gap: 7px; text-shadow: 0 1px 5px rgba(0, 0, 0, .65); }
.home-page .home-invitation__label {
  color: var(--ad-cream);
  font: 400 12px/1.4 var(--ad-sans, sans-serif);
  text-transform: none;
  letter-spacing: .035em;
}
.home-page .home-invitation__title {
  font: 400 27px/1.2 var(--ad-sans, sans-serif);
  white-space: nowrap;
}
.home-page .home-invitation__arrow { margin-left: 9px; color: var(--ad-cream); font-size: 20px; font-style: normal; }
.home-page .home-invitation__names { color: var(--ad-cream-muted); font: 400 14px/1.45 var(--ad-reading); }
.home-page .home-invitation:hover .home-invitation__title { color: var(--ad-cream); }
.home-page .home-invitation:focus-visible { outline: 1px solid #d0c9bc; outline-offset: 7px; }
@media (max-width: 600px) and (orientation: portrait) {
  .home-page .home-invitation {
    left: 6%;
    bottom: 7%;
    display: grid;
    width: 28%;
    max-width: 116px;
    gap: 14px;
    padding: 0;
  }
  .home-page .home-invitation__image { width: 100%; height: auto; aspect-ratio: 4 / 5; }
  .home-page .home-invitation__label { font-size: 11px; letter-spacing: .025em; }
  .home-page .home-invitation__title { font-size: 22px; }
  .home-page .home-invitation__arrow { margin-left: 3px; font-size: 16px; }
  .home-page .home-invitation__names { font-size: 12px; line-height: 1.4; }
}

/* Begegnungsgeschichten: Bild, Titel und Vorspann bilden einen zusammenhängenden Einstieg. */
.encounter-page .encounter-intro--editorial {
  padding-top: 34px;
  padding-bottom: 32px;
}
.encounter-page .encounter-intro--editorial > .encounter-intro__lead {
  line-height: 1.45;
}
.encounter-page .encounter-story { padding-top: 40px; }
@media (max-width: 820px) {
  .encounter-page .encounter-intro--editorial {
    width: calc(100% - 48px);
    padding: 28px 0 20px;
  }
  .encounter-page .encounter-intro--editorial > .section-kicker {
    margin: 0 0 10px;
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: .13em;
  }
  .encounter-page .encounter-intro--editorial > h1 {
    margin: 0;
    font-size: 36px;
    line-height: 1.1;
  }
  .encounter-page .encounter-intro--editorial > .encounter-intro__lead {
    margin-top: 18px;
    padding-top: 0;
    border-top: 0;
    font-size: 20px;
    line-height: 1.45;
  }
  .encounter-page .encounter-intro--editorial > .encounter-intro__wollwesen {
    margin-top: 24px;
  }
  .encounter-page .encounter-intro__wollwesen-title {
    margin-bottom: 6px;
    font-size: 10px;
    line-height: 1.4;
  }
  .encounter-page .encounter-intro--editorial .encounter-intro__names { gap: 4px; }
  .encounter-page .encounter-intro--editorial .encounter-intro__names a {
    font-size: 17px;
    line-height: 1.35;
  }
  .encounter-page .encounter-story { padding-top: 30px; }
}

.encounter-page .encounter-story :is(h2, h3, h4, h5, h6),
.profile-page .profile-story :is(h2, h3, h4, h5, h6) {
  display: none;
}

/* Tablet: Bild und Titel teilen eine feste Komposition statt verschiedener
 * Bildschirmhöhen. Die Figur bleibt vollständig rechts vom Schriftfeld. */
@media (min-width: 721px) and (max-width: 1100px),
       (min-width: 1101px) and (max-width: 1366px) and (hover: none) and (pointer: coarse) {
  .home-page .hero {
    display: block;
    height: auto;
    min-height: 0;
    aspect-ratio: 3 / 2;
    overflow: hidden;
  }

  .home-page .hero__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
  }

  .home-page .hero__media picture,
  .home-page .hero__media img {
    width: 100%;
    height: 100%;
  }

  .home-page .hero__media img {
    object-fit: cover;
    object-position: center;
    transform: none;
    filter: none;
  }

  .home-page .hero__media::before,
  .home-page .hero__media::after {
    display: none;
  }

  .home-page .hero__copy {
    position: absolute;
    top: 43%;
    right: auto;
    left: 7%;
    width: 45%;
    padding: 0;
    background: none;
    border: 0;
    transform: translateY(-50%);
  }

  .home-page .hero__eyebrow {
    display: block;
    margin: 0 0 22px;
    color: #bda06a;
    font: 400 clamp(15px, 1.7vw, 18px)/1.25 var(--ad-reading);
    letter-spacing: .01em;
  }

  .home-page .hero__headline {
    max-width: none;
    margin: 0;
    color: var(--ad-cream-soft);
    font-size: clamp(36px, 4.7vw, 56px);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -.026em;
    text-shadow: 0 2px 20px rgba(0, 0, 0, .3);
  }

  .home-page .hero__headline::after {
    display: block;
    width: 68px;
    height: 1px;
    margin-top: 26px;
    content: "";
    background: #b79153;
  }
}

@media (min-width: 721px) and (max-width: 1100px) and (orientation: portrait) {
  .home-page .hero { aspect-ratio: 4 / 3; }
  .home-page .hero__media img { object-position: 65% center; }
  .home-page .hero__copy { left: 6%; width: 43%; }
  .home-page .hero__headline { font-size: clamp(34px, 4.4vw, 48px); }
}

/* Mac: one quiet gallery heading with a secondary name directory. */
@media (min-width: 821px) {
  .gallery-page .site-header {
    min-height: 108px;
    border-bottom: 1px solid var(--ad-gold-line);
  }
}
@media (min-width: 601px) {
  .gallery-page .gallery-intro {
    --gallery-heading-size: clamp(3rem, 4.725vw, 4.3125rem);
    --gallery-heading-top: clamp(2.5rem, 4vw, 3.5rem);
    position: relative;
    display: block;
    padding: var(--gallery-heading-top) 0 0;
    border-bottom: 0;
  }

  .gallery-page .gallery-intro__title {
    padding-right: 13rem;
  }

  .gallery-page .gallery-intro h1 {
    margin: 0;
    color: var(--ad-cream);
    font: 400 var(--gallery-heading-size)/1.1 var(--ad-heading);
    letter-spacing: -.03em;
  }

  .gallery-page .portrait-salon {
    padding-top: clamp(1.75rem, 3vw, 2.5rem);
  }
}

/* Quiet, native directories keep the image-led overviews in their existing order. */
:is(.stories-page, .gallery-page) .reading-directory {
  min-width: 0;
  margin: .85rem 0 .75rem;
}
:is(.stories-page, .gallery-page) .reading-directory summary {
  display: flex;
  align-items: center;
  gap: .8rem;
  width: fit-content;
  max-width: 100%;
  min-height: 44px;
  padding: .35rem 0;
  color: var(--ad-gold-light);
  font: 400 .875rem/1.5 var(--ad-modern);
  letter-spacing: .025em;
  list-style: none;
  cursor: pointer;
}
.reading-directory summary::-webkit-details-marker { display: none; }
.reading-directory__chevron {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  margin-top: -3px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}
.reading-directory[open] .reading-directory__chevron {
  margin-top: 3px;
  transform: rotate(225deg);
}
.reading-directory__list {
  columns: 2;
  column-gap: clamp(2rem, 5vw, 5rem);
  margin: .65rem 0 1rem;
  padding: .5rem 0;
  border-block: 1px solid var(--ad-gold-line);
  list-style: none;
}
.reading-directory__list li { break-inside: avoid; }
.reading-directory__list a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 44px;
  padding: .65rem .15rem;
  color: var(--ad-cream-soft);
  text-decoration: none;
  overflow-wrap: anywhere;
}
.reading-directory__title {
  font: 400 1.125rem/1.35 var(--ad-reading);
}
.reading-directory__subtitle {
  margin-top: .2rem;
  color: var(--ad-cream-muted);
  font: 400 .875rem/1.45 var(--ad-reading);
}
.reading-directory__list a:hover .reading-directory__title { color: var(--ad-gold-light); }
.reading-directory :is(summary, a):focus-visible {
  outline: 1px solid var(--ad-gold-light);
  outline-offset: 4px;
}
.gallery-page .reading-directory {
  width: min(calc(100% - 14vw), 1290px);
  margin: 1.25rem auto 0;
}
/* The native directory opens below the title and pushes the pictures down. */
.gallery-page .gallery-intro > .reading-directory {
  width: 100%;
  margin: 0;
}
@media (min-width: 601px) {
  .gallery-page .gallery-intro > .reading-directory > summary {
    position: absolute;
    top: var(--gallery-heading-top);
    right: 0;
    min-height: max(44px, calc(var(--gallery-heading-size) * 1.1));
    gap: .65rem;
    color: var(--ad-cream-muted);
    font-size: .875rem;
    letter-spacing: .015em;
  }
  .gallery-page .gallery-intro > .reading-directory > summary:hover {
    color: var(--ad-gold-light);
  }
  .gallery-page .gallery-intro .reading-directory__list {
    margin-top: 1.25rem;
    margin-bottom: 0;
  }
}
.gallery-page .portrait-card { scroll-margin-top: 8rem; }
@media (max-width: 720px) {
  .reading-directory__list { columns: 1; }
}
@media (max-width: 600px) {
  .gallery-page .reading-directory {
    width: calc(100% - 42px);
    margin-top: 0;
  }
  .gallery-page .portrait-card { scroll-margin-top: 5rem; }
}

/* The approved illustrated cover is shared by the book and its home preview. */
@media (min-width: 721px) {
  .home-page .book-teaser {
    padding-inline: max(clamp(1.5rem, 5vw, 5.5rem), calc((100% - 1120px) / 2));
    padding-top: clamp(3rem, 5vw, 4.5rem);
    row-gap: 2.5rem;
  }
  .home-page .book-teaser__section-header {
    display: block;
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: stretch;
  }
  .home-page .book-teaser__section-header .section-kicker {
    display: block;
    margin: 0;
    padding: 0;
    color: #bdaa80;
    font: 400 .95rem/1.45 var(--ad-modern);
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .home-page .book-teaser__section-header .section-kicker::before,
  .home-page .book-teaser__section-header .section-kicker::after { display: none; }
  .home-page .book-teaser__copy {
    width: 100%;
    max-width: 32rem;
  }
  .home-page .book-teaser__copy > p:not(.section-kicker) {
    max-width: 40ch;
    margin: 0;
    font-size: clamp(1.0625rem, 1.3vw, 1.1875rem);
    line-height: 1.6;
    text-wrap: pretty;
  }
  .home-page .book-teaser__copy > p > span { display: block; }
  .home-page .book-teaser__copy > p > span + span { margin-top: 1.1rem; }
  .home-page .book-teaser__link { margin-top: 1.7rem; }
  .home-page .book-teaser__copy-title {
    margin: 0 0 1.6rem;
    color: var(--ad-cream);
    font: 400 clamp(2rem, 2.8vw, 2.7rem)/1.08 var(--ad-heading);
    letter-spacing: -.015em;
  }
  .home-page .book-teaser__copy-title > span { display: block; }
}
@media (min-width: 721px) and (max-width: 980px) {
  .home-page .book-teaser__copy { justify-self: center; }
  .home-page .book-object { justify-self: center; margin-inline: 0; }
}
.book-cover-art {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: inherit;
}
.book-page .book-cover,
.book-page .mobile-volume__cover,
.home-page .home-book-cover,
.home-page .book-object__cover {
  padding: 0;
  overflow: hidden;
  background: #101c19;
  border: 1px solid rgba(177, 145, 83, .35);
}
.book-page .book-cover::before,
.book-page .book-cover::after,
.book-page .mobile-volume__cover::before,
.home-page .home-book-cover::before,
.home-page .book-object__cover::before,
.home-page .book-object__cover::after { display: none; }
.book-page .book-page__story { display: none; }

@media (min-width: 821px) {
  .book-page .book-cover {
    width: auto;
    height: 97%;
    aspect-ratio: 2 / 3;
  }
  .book-page .book-stage[data-view="spread"] .book-page__copy {
    transform: none;
  }
  .book-page .book-page__story {
    display: block;
    max-width: 30ch;
    margin-top: clamp(1.1rem, 2vw, 1.8rem);
  }
  .book-page .book-page__story h3 {
    margin: 0 0 .65rem;
    color: var(--ad-gold-light);
    font: 400 clamp(1.3rem, 1.8vw, 1.75rem)/1.15 var(--ad-heading);
    text-wrap: balance;
  }
  .book-page .book-page__story p {
    margin: 0;
    color: var(--ad-cream-soft);
    font: 400 clamp(.95rem, 1.2vw, 1.125rem)/1.55 var(--ad-reading);
    text-wrap: pretty;
  }
}
@media (min-width: 601px) {
  .home-page .book-object {
    width: min(100%, 350px);
    height: auto;
    aspect-ratio: 2 / 3;
  }
  .home-page .book-object__cover { inset: 0; }
}
@media (max-width: 760px) {
  .book-page .mobile-volume__cover,
  .home-page .home-book-cover {
    grid-template-rows: 1fr;
    padding: 0;
    box-shadow: 5px 6px 0 -3px #b8ab8e, 8px 9px 0 -5px #575546,
      0 24px 42px rgba(0, 0, 0, .5);
  }
  .book-page .mobile-volume[data-view="portrait"] {
    --mobile-cartouche-height: 136px;
    width: min(100%, 390px, calc((100svh - 224px) * .66667));
  }
  .book-page .mobile-volume__cartouche {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
  }
  .book-page .mobile-volume__profile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    min-height: 44px;
    margin: 4px 0 0;
    padding: 0 4px;
    color: var(--ad-gold-light);
    font: 400 14px/1.2 var(--ad-reading);
    text-transform: none;
    letter-spacing: 0;
  }
}

/* Ein gemeinsamer Einband: dieselbe Buchstärke auf Startseite und Buchseite.
 * Die Illustration bleibt vollständig; Rücken und Papier liegen außerhalb. */
:is(.home-page, .book-page) .bound-book {
  --book-depth: clamp(16px, 1.6vw, 23px);
  --book-tilt: -8deg;
  --book-lift: 0px;
  --bound-shadow:
    4px 5px 0 -1px #c3b79b,
    8px 9px 0 -2px #a99e84,
    12px 13px 0 -3px #142019,
    10px 26px 42px rgba(0, 0, 0, .52);
  overflow: visible;
  border-radius: 2px 4px 4px 2px;
  background: #101c19;
  box-shadow: var(--bound-shadow);
  transition: transform 280ms cubic-bezier(.2, .65, .3, 1);
}
:is(.home-page, .book-page) .bound-book > .book-cover-art {
  position: relative;
  z-index: 2;
  border-radius: inherit;
}
:is(.home-page, .book-page) .bound-book::before {
  position: absolute;
  z-index: 3;
  display: block;
  content: "";
  inset: 0 auto 0 -7px;
  width: 10px;
  border: 0;
  border-radius: 4px 0 0 4px;
  background: linear-gradient(90deg, #080f0c, #26382e 45%, #101e18 75%, rgba(5, 12, 8, .6));
  box-shadow: 3px 0 5px rgba(0, 0, 0, .28);
  pointer-events: none;
}
:is(.home-page, .book-page) .bound-book::after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  inset: 5px auto -5px 100%;
  width: var(--book-depth);
  border: 0;
  border-right: 3px solid #27352a;
  border-bottom: 4px solid #142019;
  border-radius: 0 2px 3px 0;
  background:
    linear-gradient(90deg, rgba(27, 28, 20, .28), transparent 30%, rgba(42, 42, 29, .14)),
    repeating-linear-gradient(0deg, #cabea1 0 1px, #a99f87 1px 1.7px, #d3c6a8 1.7px 3px);
  box-shadow: inset 2px 0 4px rgba(0, 0, 0, .2);
  transform: skewY(23deg);
  transform-origin: left top;
  pointer-events: none;
}
.home-page .book-object__pages { display: none; }
.home-page .book-object { perspective: 2200px; }
.home-page .book-object__cover.bound-book,
.home-page .book-object:hover .book-object__cover.bound-book,
.home-page .book-object:focus-visible .book-object__cover.bound-book {
  transform: translateY(var(--book-lift)) rotateY(var(--book-tilt));
  transform-origin: left center;
  box-shadow: var(--bound-shadow);
}
@media (min-width: 761px) {
  .book-page .book-cover.bound-book {
    width: auto;
    height: 97%;
    aspect-ratio: 2 / 3;
    transform: translate(-50%, var(--book-lift)) rotateY(var(--book-tilt)) translateZ(12px);
  }
}
@media (max-width: 760px) {
  .book-page .mobile-volume__cover.bound-book,
  .home-page .home-book-cover.bound-book {
    position: relative;
    transform: perspective(1400px) translateY(var(--book-lift)) rotateY(var(--book-tilt));
    transform-origin: left center;
  }
  .home-page .home-book-cover.bound-book {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + var(--book-lift))) perspective(1400px) rotateY(var(--book-tilt));
  }

  /* Deckelansicht: Kapitelname, Einband und Rücklink mit eigener Luft.
   * Der untere Papierrand und die seitliche Buchstärke zählen optisch mit. */
  .book-page .reader__workspace:has(.mobile-volume[data-view="cover"]) {
    grid-template-rows: auto auto auto;
    gap: 0;
  }

  .book-page .reader__workspace:has(.mobile-volume[data-view="cover"]) .book-cover-heading {
    display: block;
    margin: 0 0 32px;
    color: var(--ad-gold-light);
    font: 400 14px/20px var(--ad-modern);
    letter-spacing: .16em;
    text-align: center;
    text-transform: uppercase;
  }

  .book-page .mobile-volume[data-view="cover"] {
    padding-bottom: 14px;
  }

  .book-page .mobile-volume__cover.bound-book {
    left: -5px;
  }

  .book-page .reader__workspace:has(.mobile-volume[data-view="cover"]) .book-home-return {
    margin-top: 40px;
  }
}

/* Mehr Raum für den beweglichen Einband auf der iPhone-Startseite. */
@media (max-width: 600px) and (orientation: portrait) {
  .home-page .book-object {
    --home-cover-width: min(66.3vw, 248px);
    height: calc(var(--home-cover-width) * 1.5 + 24px);
  }

  .home-page .home-book-cover.bound-book {
    width: var(--home-cover-width);
    left: calc(50% - 5px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .home-page .book-object:focus-visible .bound-book,
  .book-page .book-cover.bound-book:focus-visible,
  .book-page .mobile-volume__cover.bound-book:focus-visible {
    --book-tilt: -16deg;
    --book-lift: -3px;
  }

  .home-page .book-object.is-opening .bound-book,
  .book-page .mobile-volume__cover.bound-book.is-opening {
    --book-tilt: -22deg;
    --book-lift: -4px;
  }
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .home-page .book-object:hover:not(.is-opening) .bound-book,
  .book-page .book-cover.bound-book:hover,
  .book-page .mobile-volume__cover.bound-book:hover:not(.is-opening) {
    --book-tilt: -16deg;
    --book-lift: -3px;
    cursor: pointer;
  }
}

@media (prefers-reduced-motion: reduce) {
  :is(.home-page, .book-page) .bound-book {
    transition: none;
  }
}

/* Die aktuelle mobile Buchansicht bleibt auch im flachen Prüffenster erhalten. */
@media (max-width: 760px) and (max-height: 600px) and (orientation: landscape) {
  .book-page .mobile-volume[data-view="portrait"] {
    width: min(calc(100% - 32px), 600px);
  }
  .book-page .mobile-volume__leaf {
    grid-template-columns: minmax(0, 1fr) minmax(180px, .95fr);
    grid-template-rows: 1fr;
    height: calc(100svh - 104px);
  }
  .book-page .mobile-volume__portrait-surface {
    height: 100%;
    aspect-ratio: auto;
    min-height: 0;
  }
  .book-page .mobile-volume__cartouche {
    height: 100%;
    border-top: 0;
    border-left: 1px solid var(--ad-gold-line);
  }
  .book-page .mobile-volume__name {
    font-size: 21px;
    line-height: 1.08;
    white-space: normal;
    text-align: center;
  }
}

/* The fixed phone reader handles one-finger swipes across its full width. */
@media (max-width: 760px) {
  .book-page .reader__workspace {
    touch-action: pinch-zoom;
    -webkit-user-select: none;
    user-select: none;
  }

  .book-page .mobile-volume,
  .book-page .mobile-volume a,
  .book-page .mobile-volume img {
    touch-action: pinch-zoom;
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
  }
}

/* Phone: the same quiet gallery introduction, with the directory below. */
@media (max-width: 600px) {
  .gallery-page .gallery-intro {
    display: block;
    width: calc(100% - 42px);
    padding: 1.5rem 0 0;
    border-bottom: 0;
  }
  .gallery-page .gallery-intro h1 {
    margin: 0;
    padding: 0;
    font-size: clamp(2.15rem, 9vw, 2.5rem);
    line-height: 1.1;
  }
  .gallery-page .gallery-intro h1::after { display: none; }
  .gallery-page .gallery-intro > .reading-directory {
    width: 100%;
    margin: .5rem 0 0;
  }
  .gallery-page .gallery-intro > .reading-directory > summary {
    color: var(--ad-cream-muted);
    gap: .65rem;
    font-size: .875rem;
    letter-spacing: .015em;
  }
  .gallery-page .portrait-salon { padding-top: 1.25rem; }
}

/* Modern navigation and overview titles; the stories keep their reading type. */
/* Tenor Sans license: "/fonts/tenor-sans-OFL.txt" */
@font-face {
  font-family: "Tenor Sans";
  src: url("/fonts/tenor-sans-regular-20260907.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
:root {
  --ad-navigation: "Tenor Sans", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --overview-heading-size: clamp(2.25rem, 3.3vw, 3.125rem);
}
body.gallery-page .gallery-intro {
  --gallery-heading-size: var(--overview-heading-size);
}
body.gallery-page #gallery-title,
body.stories-page #story-archive-title {
  color: var(--ad-cream);
  font: 400 var(--overview-heading-size)/1.18 var(--ad-navigation);
  letter-spacing: .005em;
  text-transform: none;
}
body .site-header .main-nav,
body .site-header .main-nav > a {
  font: 400 1rem/1.4 var(--ad-navigation);
  letter-spacing: .025em;
}
body .site-header .search-toggle { font-family: var(--ad-navigation); }
body.stories-page .story-archive__categories a {
  font-family: var(--ad-navigation);
}
body:is(.stories-page, .gallery-page) .reading-directory summary {
  color: var(--ad-cream-muted);
  font-family: var(--ad-navigation);
  font-size: .875rem;
  letter-spacing: .015em;
}
body:is(.stories-page, .gallery-page) .reading-directory__title {
  font: 400 .9375rem/1.5 var(--ad-navigation);
}
body:is(.stories-page, .gallery-page) .reading-directory__subtitle {
  font-family: var(--ad-navigation);
}
@media (max-width: 820px) {
  body .site-header .main-nav,
  body .site-header .main-nav > a {
    font-size: 1.125rem;
  }
}
@media (max-width: 600px) {
  :root { --overview-heading-size: clamp(1.65rem, 7.6vw, 2rem); }
}

/* A quiet secondary control beneath or beside the gallery heading. */
body.gallery-page .gallery-intro > .reading-directory > summary {
  color: rgba(190, 172, 125, .7);
  font-size: .75rem;
  font-weight: 400;
  font-synthesis: none;
  letter-spacing: .01em;
  gap: .5rem;
}
body.gallery-page .gallery-intro > .reading-directory > summary:hover,
body.gallery-page .gallery-intro > .reading-directory > summary:focus-visible {
  color: var(--ad-gold-light);
}
body.gallery-page .gallery-intro .reading-directory__chevron {
  width: 5px;
  height: 5px;
  flex-basis: 5px;
}

/* Compact phone header; keep the existing logo and comfortable menu target. */
@media (max-width: 600px) {
  body[class] :is(.site-header, .book-header) {
    min-height: 64px;
  }
  body.home-page .site-header > .wordmark {
    top: 20px;
  }
}

/* The shared masthead ends without a separating gold rule. */
body[class] :is(.site-header, .book-header) {
  border-bottom: 0;
}
body[class] :is(.site-header, .book-header)::after {
  display: none;
  content: none;
}
@media (min-width: 821px) {
  body.gallery-page .site-header { border-bottom: 1px solid var(--ad-gold-line); }
}

/* Die Navigation greift die leichte Buchschrift des neuen Geschichtenauftakts auf. */
body .site-header .main-nav,
body .site-header .main-nav > a {
  font-family: var(--ad-reading);
  font-weight: 300;
}

/* iPhone: ein vollständiges, ruhiges Titelbild mit Zugang zum Haus. */
.home-page .hero__discover { display: none; }
@media (max-width: 720px) {
  body.home-page .hero {
    height: 100svh;
    min-height: 0;
    max-height: none;
    aspect-ratio: auto;
    margin: 0;
    padding: 0;
    background: #090f0b;
  }
  body.home-page .hero__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    background: #090f0b;
  }
  body.home-page .hero__media picture,
  body.home-page .hero__media img { width: 100%; height: 100%; }
  body.home-page .hero__media img {
    object-fit: contain;
    object-position: right bottom;
    transform: none;
  }
  body.home-page .hero__headline {
    top: clamp(86px, 16svh, 150px);
    left: 24px;
    width: calc(100% - 48px);
    font-size: clamp(28px, 8.9vw, 37px);
    line-height: 1.1;
  }
  body.home-page .hero__ornament { display: none; }
  body.home-page .hero__quote {
    top: calc(clamp(86px, 16svh, 150px) + clamp(28px, 8.9vw, 37px) * 2.2 + 22px);
    left: 24px;
    width: min(56%, 210px);
    font: italic 300 clamp(11px, 3vw, 12px)/1.5 var(--ad-reading);
    color: #c6b590;
  }
  body.home-page .hero__quote footer {
    margin-top: 10px;
    font: italic 300 11px/1.4 var(--ad-reading);
    color: #b3a483;
  }
  body.home-page .hero__discover {
    position: absolute;
    z-index: 3;
    inset: 0;
    display: block;
    color: #c1ad81;
    text-decoration: none;
    background: transparent;
    border: 0;
    cursor: pointer;
  }
  body.home-page .hero__discover svg {
    position: absolute;
    left: 28px;
    bottom: max(24px, env(safe-area-inset-bottom));
    width: 42px;
    height: 44px;
    filter: drop-shadow(0 1px 5px #090f0b);
  }
  body.home-page .hero__discover:focus-visible {
    outline: 1px solid #c1ad81;
    outline-offset: -8px;
  }
  body.home-page #haus { scroll-margin-top: 0; }
}

/* Die Galerie beginnt wie ein stiller Salon: ein ruhiger Titel, ein feines
 * Zeichen und erst danach die Porträts. Die Komposition bleibt auf allen
 * Bildschirmgrößen gleich, nur ihre Abstände werden enger. */
body.gallery-page main {
  background:
    radial-gradient(ellipse at 50% -8rem, rgba(83, 105, 76, .16), transparent 34rem),
    linear-gradient(180deg, #0d1811 0%, #0c1610 36rem, #0b140e 100%);
}

body.gallery-page .gallery-intro {
  width: min(calc(100% - 14vw), 1120px);
  margin-inline: auto;
  padding: clamp(4rem, 7vw, 6rem) 1.1rem clamp(2.1rem, 3.5vw, 3rem);
  text-align: left;
}

body.gallery-page .gallery-intro__title {
  display: grid;
  justify-items: start;
  padding: 0;
}

body.gallery-page #gallery-title {
  margin: 0;
  padding: 0;
  color: #dfcba7;
  font: 400 clamp(3.8rem, 6.1vw, 5.35rem)/.92 var(--ad-heading);
  letter-spacing: -.035em;
  text-wrap: balance;
}

body.gallery-page .gallery-intro__title::after {
  content: "";
  display: block;
  width: clamp(14rem, 23vw, 18rem);
  max-width: 100%;
  aspect-ratio: 14 / 3;
  margin-top: clamp(1.05rem, 1.8vw, 1.5rem);
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20280%2060%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23b59a65%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M3%2044C30%2044%2046%2032%2067%2034S105%2051%20142%2039%20198%2024%20229%2034Q248%2040%20275%2030%22%2F%3E%3Cpath%20d%3D%22M17%2042C28%2030%2042%2031%2047%2036%2034%2039%2027%2040%2017%2042ZM54%2035C59%2022%2070%2019%2077%2022%2073%2031%2066%2035%2054%2035ZM83%2037C93%2031%20104%2033%20111%2041%2099%2044%2090%2043%2083%2037ZM155%2035C164%2020%20176%2017%20186%2019%20181%2028%20170%2033%20155%2035ZM201%2030C211%2018%20223%2019%20229%2023%20221%2030%20212%2033%20201%2030ZM222%2033C229%2044%20242%2047%20251%2043%20242%2037%20231%2034%20222%2033%22%2F%3E%3Cpath%20d%3D%22M106%2043C120%2042%20132%2034%20135%2026M132%2031C121%2029%20116%2022%20120%2017%20125%2018%20130%2022%20132%2031M137%2026C147%2024%20153%2018%20150%2014%20143%2015%20139%2019%20137%2026%22%2F%3E%3Cpath%20d%3D%22M135%2026C122%2023%20122%2011%20129%208%20129%201%20140%201%20143%208%20152%209%20153%2019%20145%2024L135%2026ZM135%2022C128%2018%20128%2011%20134%209%20140%208%20145%2013%20142%2018L135%2022ZM134%2010C134%2015%20138%2018%20142%2018M129%208C133%205%20140%206%20143%208%22%2F%3E%3Cpath%20d%3D%22M43%2035C46%2047%2034%2055%2028%2049%2023%2044%2030%2039%2034%2043M174%2030C184%2040%20193%2044%20200%2039%20204%2035%20199%2031%20196%2034%22%20opacity%3D%22.7%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") left center / contain no-repeat;
  opacity: .9;
}

body.gallery-page .gallery-intro > .reading-directory {
  width: min(100%, 42rem);
  margin: clamp(.9rem, 1.8vw, 1.35rem) 0 0;
}

body.gallery-page .gallery-intro > .reading-directory > summary {
  position: static;
  justify-content: flex-start;
  min-height: 44px;
  margin-inline: 0;
  padding: .35rem 0;
  color: #ad986f;
  font: italic 300 clamp(.95rem, 1.25vw, 1.08rem)/1.45 var(--ad-reading);
  letter-spacing: .012em;
}

body.gallery-page .gallery-intro .reading-directory__chevron {
  width: 6px;
  height: 6px;
  flex-basis: 6px;
  color: #b69a65;
}

body.gallery-page .gallery-intro .reading-directory__list {
  width: min(100%, 28rem);
  margin: .55rem 0 0;
  padding: .55rem 0 .65rem;
  border-color: rgba(177, 145, 83, .26);
  columns: 1;
  text-align: left;
}

body.gallery-page .gallery-intro .reading-directory__list a {
  min-height: 36px;
  padding: .16rem .25rem .16rem 0;
  text-align: left;
  justify-content: start;
  align-items: start;
  color: rgba(224, 207, 172, .88);
}

body.gallery-page .gallery-intro .reading-directory__title {
  position: relative;
  font: italic 300 clamp(1rem, 1.35vw, 1.12rem)/1.28 var(--ad-reading);
  letter-spacing: .008em;
}

body.gallery-page .gallery-intro .reading-directory__star {
  position: absolute;
  left: -1.05rem;
  top: .32em;
  margin: 0;
}

body.gallery-page .gallery-intro .reading-directory__list a:hover .reading-directory__title,
body.gallery-page .gallery-intro .reading-directory__list a:focus-visible .reading-directory__title {
  color: #ead7af;
  text-decoration: underline;
  text-decoration-color: rgba(190, 155, 92, .72);
  text-decoration-thickness: 1px;
  text-underline-offset: .22em;
}

body.gallery-page .portrait-salon {
  padding-top: clamp(1.25rem, 2.5vw, 2.1rem);
  background: transparent;
}

@media (max-width: 600px) {
  body.gallery-page .gallery-intro {
    width: calc(100% - 36px);
    padding: 2rem 1.1rem 1rem;
  }

  body.gallery-page #gallery-title {
    font-size: clamp(2.8rem, 14vw, 3.45rem);
    line-height: .96;
  }

  body.gallery-page .gallery-intro__title::after {
    width: min(100%, 15rem);
    margin-top: .9rem;
  }

  body.gallery-page .gallery-intro > .reading-directory {
    width: 100%;
    margin-top: .55rem;
  }

  body.gallery-page .gallery-intro > .reading-directory > summary {
    font-size: .96rem;
  }

  body.gallery-page .gallery-intro .reading-directory__list {
    width: min(100%, 20rem);
    margin-top: .45rem;
    padding-block: .45rem .55rem;
  }

  body.gallery-page .gallery-intro .reading-directory__list a {
    min-height: 34px;
    padding-block: .12rem;
  }

  body.gallery-page .gallery-intro .reading-directory__title {
    font-size: 1.02rem;
    line-height: 1.22;
  }

  body.gallery-page .portrait-salon {
    padding-top: .85rem;
  }
}
