/* Über-mich-Identität: verbindet Autorenname, Marke und Debüt direkt im Einstieg. */

.identity-hero {
  position: relative;
  min-height: 790px;
  padding-block: clamp(124px, 14vw, 168px) clamp(88px, 10vw, 128px);
  overflow: hidden;
}
.identity-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--pride-gradient);
}
.identity-hero__shape {
  position: absolute;
  border-radius: 52% 48% 44% 56%;
  pointer-events: none;
}
.identity-hero__shape--rose {
  width: 54vw;
  height: 54vw;
  min-width: 640px;
  min-height: 640px;
  left: -24vw;
  bottom: -34vw;
  background: color-mix(in oklab, var(--rose) 58%, var(--cream));
  transform: rotate(18deg);
}
.identity-hero__shape--mint {
  width: 48vw;
  height: 48vw;
  min-width: 560px;
  min-height: 560px;
  right: -19vw;
  top: -18vw;
  background: color-mix(in oklab, var(--mint) 46%, var(--cream));
  transform: rotate(-17deg);
}
.identity-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
}
.identity-hero__copy { max-width: 640px; }
.identity-hero__title > span {
  display: block;
  font-size: clamp(3.3rem, 7.1vw, 6.6rem);
}
.identity-hero__title em {
  display: block;
  margin: .12em 0 .48em;
  color: var(--berry-65);
  font-size: clamp(1.75rem, 3.4vw, 3rem);
  font-weight: 600;
}
.identity-hero__lead {
  max-width: 59ch;
  color: var(--berry-80);
  font-size: clamp(1.05rem, 1.55vw, 1.26rem);
}
.identity-hero__actions { margin-top: 30px; }
.identity-hero__note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 22px;
  color: var(--berry-65);
  font-size: .9rem;
}
.identity-hero__note span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: color-mix(in oklab, var(--mint) 72%, var(--berry));
}

.identity-portrait {
  position: relative;
  width: min(100%, 420px);
  margin: 0 auto;
}
.identity-portrait__frame {
  position: relative;
  z-index: 2;
  aspect-ratio: .82;
  overflow: hidden;
  border: 9px solid color-mix(in oklab, var(--cream) 92%, transparent);
  border-radius: 46% 46% 28px 28px;
  background: var(--lavender);
  box-shadow: 0 42px 78px -34px var(--berry-45);
  transform: rotate(1.8deg);
}
.identity-portrait__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 37%;
}
.identity-portrait figcaption {
  position: absolute;
  z-index: 3;
  right: -38px;
  bottom: 50px;
  padding: 15px 21px;
  border: 1px solid var(--berry-15);
  border-radius: 18px 18px 4px 18px;
  background: var(--cream);
  box-shadow: 0 24px 46px -29px var(--berry-45);
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.25;
  transform: rotate(-2deg);
}
.identity-portrait figcaption strong {
  color: color-mix(in oklab, var(--mint) 52%, var(--berry));
  font-weight: 600;
}
.identity-portrait__ripples {
  position: absolute;
  z-index: 1;
  left: -42px;
  bottom: -35px;
  width: 165px;
  height: 84px;
  transform: rotate(-7deg);
}
.identity-portrait__ripples i {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border: 3px solid color-mix(in oklab, var(--mint) 58%, transparent);
  border-radius: 50%;
}
.identity-portrait__ripples i:nth-child(1) { inset: 0; }
.identity-portrait__ripples i:nth-child(2) { inset: 18px 28px; }
.identity-portrait__ripples i:nth-child(3) { inset: 35px 58px; }

/* Die vorhandene Faktenbox wird auf die vier freigegebenen Kernpunkte reduziert. */
.about-facts-section { position: relative; z-index: 4; }
.about-facts-section .author-facts {
  max-width: none;
  margin-top: -48px;
  padding: 27px 32px;
  border: 1px solid var(--berry-15);
  background: var(--lavender);
}
.about-facts-section .author-facts > .eyebrow { display: none; }
.about-facts-section .author-facts__grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.about-facts-section .author-facts__grid li {
  min-width: 0;
  padding: 4px 24px;
  border-right: 1px solid var(--berry-15);
}
.about-facts-section .author-facts__grid li:first-child { padding-left: 0; }
.about-facts-section .author-facts__grid li:last-child { padding-right: 0; border-right: 0; }
.about-facts-section .author-facts__ic { display: none; }
.about-facts-section .author-facts__txt { font-size: 1rem; }

.identity-intro { padding-block: clamp(96px, 12vw, 150px); }
.identity-intro__grid {
  display: grid;
  grid-template-columns: .84fr 1.16fr;
  gap: clamp(46px, 8vw, 110px);
}
.identity-intro .section-title,
.identity-book .section-title { font-size: clamp(2.6rem, 5vw, 4.55rem); }
.identity-intro__copy {
  max-width: 650px;
  color: var(--berry-80);
  font-size: clamp(1.05rem, 1.4vw, 1.18rem);
}
.identity-intro__copy p + p { margin-top: 1.12em; }
.identity-intro__copy > p:first-child::first-letter {
  float: left;
  margin: -.14em .11em -.12em 0;
  color: var(--berry);
  font-family: var(--font-display);
  font-size: 4.4em;
  font-weight: 600;
  line-height: .88;
}
.identity-quiet-link {
  display: inline-flex;
  align-items: center;
  gap: .6em;
  margin-top: 24px;
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
  color: var(--berry);
  font-weight: 800;
  text-decoration: none;
}
.identity-quiet-link span { transition: transform .2s ease; }
.identity-quiet-link:hover span { transform: translateX(4px); }

.identity-book {
  background: color-mix(in oklab, var(--mint) 76%, var(--cream));
}
.identity-book__card {
  display: grid;
  grid-template-columns: minmax(180px, 270px) minmax(0, 1fr);
  gap: clamp(46px, 8vw, 100px);
  align-items: center;
}
.identity-book__cover {
  aspect-ratio: var(--book-cover-ratio);
  overflow: hidden;
  border-radius: var(--radius-sm);
  box-shadow: 0 34px 55px -28px var(--berry-45);
  transform: rotate(-2deg);
}
.identity-book__cover img { width: 100%; height: 100%; object-fit: cover; }
.identity-book__copy { max-width: 700px; }
.identity-book__copy > p:not(.eyebrow) {
  max-width: 56ch;
  margin-top: 22px;
  color: var(--berry-80);
  font-size: 1.08rem;
}
.identity-book__chips { margin-top: 24px; }
.identity-book .identity-quiet-link { margin: 0 0 0 6px; }

/* Der bestehende Langtext bleibt erhalten und erhält eine klare Fortsetzungskante. */
.about-page__body {
  padding-block: clamp(84px, 10vw, 130px);
  background: var(--cream);
}

@media (max-width: 880px) {
  .identity-hero { min-height: 0; }
  .identity-hero__inner { grid-template-columns: 1fr; }
  .identity-hero__copy { max-width: 680px; }
  .identity-portrait { width: min(84vw, 410px); margin-top: 12px; }
  .identity-portrait figcaption { right: -10px; }
  .about-facts-section .author-facts { margin-top: -22px; }
  .about-facts-section .author-facts__grid { grid-template-columns: 1fr 1fr; gap: 22px 0; }
  .about-facts-section .author-facts__grid li:nth-child(2) { border-right: 0; }
  .about-facts-section .author-facts__grid li:nth-child(3) { padding-left: 0; }
  .identity-intro__grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .identity-hero { padding-top: 112px; padding-bottom: 82px; }
  .identity-hero__title > span { font-size: clamp(3.15rem, 16vw, 4.75rem); }
  .identity-hero__title em { font-size: 1.75rem; }
  .identity-hero__actions { align-items: stretch; flex-direction: column; }
  .identity-hero__actions .btn { width: 100%; }
  .identity-portrait { width: 88vw; }
  .identity-portrait figcaption { right: -5px; bottom: 28px; font-size: 1rem; }
  .about-facts-section .author-facts { padding: 24px; }
  .about-facts-section .author-facts__grid li { padding-inline: 14px; }
  .identity-book__card { grid-template-columns: 1fr; gap: 30px; align-items: start; }
  .identity-book__cover { width: 150px; }
  .identity-book__copy .eyebrow { margin-bottom: 10px; }
  .identity-book .section-title { font-size: clamp(2rem, 10vw, 3rem); }
  .identity-book .hero__actions { align-items: stretch; flex-direction: column; }
  .identity-book .hero__actions .btn { width: 100%; }
  .identity-book .identity-quiet-link { margin: 4px auto 0; }
}

@media (prefers-reduced-motion: reduce) {
  .identity-quiet-link span { transition: none; }
}
