/* ============================================================
   JTA Fotos - Redesign, freundliches helles Hochzeitstheme
   Palette: Creme/Champagner-Töne, 1 Akzent (warmes Karamell)
   Display: Dancing Script (gut leserliche Handschrift)
   Zitate: Cormorant Garamond kursiv / Body: Outfit (variabel)
   Formen: Buttons = Pill, Bilder/Karten = 18px, Hero/Porträt = Bogen
   Theme: bewusst nur hell (Kundenwunsch)
   ============================================================ */

@font-face {
  font-family: "Dancing Script";
  src: url("fonts/dancing-script.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("fonts/cormorant-garamond.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("fonts/cormorant-garamond-italic.woff2") format("woff2");
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("fonts/outfit.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #fdfaf4;
  --bg-blush: #f6efe2;
  --ink: #3b352c;
  --ink-soft: #776e5e;
  --accent: #7e6038;
  --accent-soft: #ece2cf;
  --accent-ink: #fdfaf4;
  --line: #e9e0cf;
  --radius: 18px;
  --radius-pill: 999px;
  --font-display: "Dancing Script", "Snell Roundhand", cursive;
  --font-serif: "Cormorant Garamond", "Times New Roman", serif;
  --font-body: "Outfit", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

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

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

.wrap {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 3rem);
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: 0;
  text-wrap: balance;
  padding-bottom: .1em;
}

h1 em, h2 em {
  font-style: normal;
  font-weight: 600;
  color: var(--accent);
}

p { max-width: 62ch; }

a { color: inherit; }

::selection { background: var(--accent); color: var(--accent-ink); }

/* ---------- Topbar ---------- */

.topbar {
  background: var(--accent);
  color: var(--accent-ink);
  font-size: .85rem;
}
.topbar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  min-height: 40px;
  padding-block: .3rem;
}
.topbar-contact,
.topbar-social {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2rem);
}
.topbar a {
  text-decoration: none;
  transition: opacity .25s ease;
}
.topbar a:hover,
.topbar a:focus-visible { opacity: .8; }

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: color-mix(in srgb, var(--bg) 90%, transparent);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.brand {
  display: flex;
  align-items: baseline;
  gap: .6rem;
  text-decoration: none;
}
.brand strong {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: .01em;
}
.brand span {
  font-size: .78rem;
  letter-spacing: .04em;
  color: var(--ink-soft);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.25rem);
}
.site-nav a {
  text-decoration: none;
  font-size: .95rem;
  font-weight: 500;
  color: var(--ink-soft);
  transition: color .25s ease;
}
.site-nav a:hover,
.site-nav a:focus-visible { color: var(--accent); }

.nav-cta {
  padding: .55rem 1.3rem;
  background: var(--accent);
  color: var(--accent-ink) !important;
  border-radius: var(--radius-pill);
}
.nav-cta:hover { opacity: .9; }

/* ---------- Buttons ---------- */

.btn {
  display: inline-block;
  padding: .95rem 2.1rem;
  background: var(--accent);
  color: var(--accent-ink);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .02em;
  text-decoration: none;
  border: none;
  border-radius: var(--radius-pill);
  cursor: pointer;
  white-space: nowrap;
  transition: transform .15s ease, opacity .25s ease, box-shadow .25s ease;
}
.btn:hover {
  opacity: .92;
  box-shadow: 0 10px 30px -12px color-mix(in srgb, var(--accent) 55%, transparent);
}
.btn:active { transform: translateY(1px) scale(.985); }

/* ---------- Hero ---------- */

.hero {
  background: linear-gradient(180deg, var(--bg-blush), var(--bg) 85%);
}

.hero .wrap {
  display: grid;
  grid-template-columns: 6fr 5fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: calc(100dvh - 72px);
  padding-block: clamp(2rem, 4vh, 4rem);
}

.hero h1 {
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 1.18;
  padding-bottom: .25rem;
}

.hero .sub {
  margin-top: 1.4rem;
  font-size: 1.125rem;
  color: var(--ink-soft);
  max-width: 44ch;
}

.hero .btn { margin-top: 2.2rem; }

.hero-media {
  position: relative;
  align-self: center;
}
.hero-media img {
  width: 100%;
  height: min(74vh, 680px);
  object-fit: cover;
  border-radius: var(--radius-pill) var(--radius-pill) var(--radius) var(--radius);
}

/* ---------- Manifest / Intro ---------- */

.intro {
  padding-block: clamp(5rem, 12vh, 9rem);
}
.intro .wrap { max-width: 880px; }
.intro h2 {
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
}
.intro p {
  margin-top: 1.5rem;
  font-size: 1.15rem;
  color: var(--ink-soft);
  max-width: 58ch;
}

/* ---------- Über mich ---------- */

.about {
  padding-block: clamp(4rem, 10vh, 8rem);
}
.about .wrap {
  display: grid;
  grid-template-columns: 4fr 7fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}
.about-media img {
  border-radius: var(--radius-pill) var(--radius-pill) var(--radius) var(--radius);
  background: var(--bg-blush);
}
.about h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); }
.about p {
  margin-top: 1.25rem;
  color: var(--ink-soft);
}
.about p strong { color: var(--ink); font-weight: 600; }

/* ---------- Erfahrungsberichte ---------- */

.voices {
  padding-block: clamp(4rem, 10vh, 8rem);
  background: var(--bg-blush);
}
.voices h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: clamp(2.5rem, 6vh, 4rem);
}
.voices-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: clamp(1.5rem, 3vw, 3rem);
}
.quote-featured {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: clamp(0rem, 3vw, 3rem);
}
.quote-featured blockquote {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  font-weight: 500;
  line-height: 1.35;
  text-wrap: balance;
}
.quote-side {
  display: grid;
  gap: clamp(1.25rem, 2.5vw, 2rem);
  align-content: center;
}
.quote-side > div {
  background: var(--bg);
  border-radius: var(--radius);
  padding: 1.5rem 1.75rem;
}
.quote-side blockquote {
  font-size: 1.02rem;
  color: var(--ink-soft);
}
.voices cite {
  display: block;
  margin-top: 1rem;
  font-style: normal;
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: .02em;
  color: var(--accent);
}
.quote-side cite { margin-top: .75rem; }

/* ---------- Ablauf ---------- */

.expect {
  padding-block: clamp(4rem, 10vh, 8rem);
}
.expect h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  max-width: 20ch;
}
.expect > .wrap > p {
  margin-top: 1.25rem;
  color: var(--ink-soft);
}
.steps {
  margin-top: clamp(2.5rem, 6vh, 4rem);
  display: grid;
  gap: 2.5rem;
}
.step {
  display: grid;
  grid-template-columns: minmax(140px, 220px) 1fr;
  gap: clamp(1rem, 4vw, 4rem);
  align-items: baseline;
  padding-top: 2.5rem;
  border-top: 1px solid var(--line);
}
.step h3 {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  color: var(--accent);
}
.step p { color: var(--ink-soft); max-width: 52ch; }

/* ---------- CTA ---------- */

.cta {
  padding-block: clamp(4rem, 10vh, 8rem);
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-blush) 30%);
}
.cta .wrap {
  display: grid;
  grid-template-columns: 6fr 5fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}
.cta h2 {
  font-size: clamp(2.1rem, 4.2vw, 3.4rem);
  max-width: 18ch;
}
.cta p {
  margin-top: 1.25rem;
  max-width: 48ch;
  color: var(--ink-soft);
}
.cta .btn { margin-top: 2.25rem; }
.cta-media img {
  width: 100%;
  height: min(58vh, 520px);
  object-fit: cover;
  border-radius: var(--radius-pill) var(--radius-pill) var(--radius) var(--radius);
}

/* ---------- Footer ---------- */

.site-footer {
  padding-block: clamp(3rem, 7vh, 5rem) 2rem;
  background: var(--bg-blush);
  border-top: 1px solid var(--line);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
}
.site-footer h3 {
  font-size: 1.35rem;
  margin-bottom: .9rem;
}
.site-footer .brand strong { font-size: 1.35rem; }
.site-footer p,
.site-footer address {
  font-style: normal;
  font-size: .97rem;
  color: var(--ink-soft);
}
.site-footer ul {
  list-style: none;
  display: grid;
  gap: .45rem;
}
.site-footer li a {
  text-decoration: none;
  font-size: .97rem;
  color: var(--ink-soft);
  transition: color .25s ease;
}
.site-footer li a:hover { color: var(--accent); }

.footer-meta {
  margin-top: clamp(2.5rem, 6vh, 4rem);
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: .88rem;
  color: var(--ink-soft);
}

/* ---------- Reveal-Animation ---------- */

@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .8s cubic-bezier(.16, 1, .3, 1), transform .8s cubic-bezier(.16, 1, .3, 1);
  }
  .reveal.is-visible {
    opacity: 1;
    transform: none;
  }
}

/* ---------- Mobile ---------- */

@media (max-width: 900px) {
  .topbar-address { display: none; }

  .site-nav a:not(.nav-cta) { display: none; }

  .hero .wrap {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-block: 3rem 1rem;
  }
  .hero-media img { height: min(60vh, 480px); }

  .about .wrap { grid-template-columns: 1fr; }
  .about-media { max-width: 420px; }

  .voices-grid { grid-template-columns: 1fr; }

  .step { grid-template-columns: 1fr; gap: .5rem; }

  .cta .wrap { grid-template-columns: 1fr; }
  .cta-media { order: -1; max-width: 480px; }

  .footer-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   Portfolio-Seite
   ============================================================ */

.site-nav a[aria-current="page"] { color: var(--accent); }

.page-hero {
  background: linear-gradient(180deg, var(--bg-blush), var(--bg) 85%);
  padding-block: clamp(4rem, 10vh, 7rem);
}
.page-hero h1 {
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  max-width: 16ch;
}
.page-hero p {
  margin-top: 1.4rem;
  font-size: 1.125rem;
  color: var(--ink-soft);
  max-width: 52ch;
}

/* Masonry-Galerie */

.masonry-section { padding-block: clamp(3rem, 8vh, 6rem); }

.masonry {
  columns: 3;
  column-gap: clamp(1rem, 2vw, 1.75rem);
}
.masonry figure {
  break-inside: avoid;
  margin-bottom: clamp(1rem, 2vw, 1.75rem);
  overflow: hidden;
  border-radius: var(--radius);
  cursor: zoom-in;
}
.masonry img {
  width: 100%;
  transition: transform .7s cubic-bezier(.16, 1, .3, 1);
}
.masonry figure:hover img { transform: scale(1.03); }

/* Lightbox */

.lightbox {
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  width: 100vw;
  height: 100dvh;
  max-width: 100vw;
  max-height: 100dvh;
  inset: 0;
}
.lightbox[open] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox::backdrop {
  background: rgb(28 24 18 / .88);
  backdrop-filter: blur(6px);
}
.lightbox img {
  max-width: min(92vw, 1100px);
  max-height: 88dvh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: var(--radius);
}
.lightbox-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: var(--radius-pill);
  background: var(--bg);
  color: var(--ink);
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
}

/* Making-of */

.bts { padding-block: clamp(4rem, 10vh, 8rem); }
.bts .wrap {
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}
.bts h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); }
.bts p { margin-top: 1.25rem; color: var(--ink-soft); }
.bts-pair {
  position: relative;
  padding-bottom: clamp(3rem, 8vw, 5rem);
}
.bts-pair img { border-radius: var(--radius); }
.bts-pair figure:first-child { width: 74%; }
.bts-pair figure:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52%;
  z-index: 2;
}
.bts-pair figure:last-child img { box-shadow: 12px 12px 0 0 var(--accent-soft); }
.bts-pair figure:last-child figcaption {
  background: var(--bg);
  display: inline-block;
  padding: .15rem .6rem;
  border-radius: var(--radius-pill);
}
.bts-pair figcaption {
  margin-top: .6rem;
  font-size: .85rem;
  color: var(--ink-soft);
}

/* Videos */

.videos {
  padding-block: clamp(4rem, 10vh, 8rem);
  background: var(--bg-blush);
}
.videos h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.videos > .wrap > p {
  margin-top: 1.25rem;
  color: var(--ink-soft);
  max-width: 58ch;
}
.video-grid {
  margin-top: clamp(2rem, 5vh, 3.5rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.25rem, 3vw, 2.5rem);
}
.video-grid iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
  border-radius: var(--radius);
  background: #efe9dc;
}
.video-card {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  background: #efe9dc;
}
.video-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.16, 1, .3, 1);
}
.video-card:hover img { transform: scale(1.03); }
.video-card:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: var(--radius-pill);
  background: color-mix(in srgb, var(--bg) 92%, transparent);
  box-shadow: 0 8px 30px -8px rgb(28 24 18 / .45);
  transition: transform .25s ease;
}
.video-play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent var(--accent);
}
.video-card:hover .video-play { transform: translate(-50%, -50%) scale(1.08); }

@media (max-width: 900px) {
  .masonry { columns: 2; }
  .bts .wrap { grid-template-columns: 1fr; }
  .video-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .masonry { columns: 1; }
}

/* ============================================================
   Über-mich-Seite
   ============================================================ */

.mission {
  padding-block: clamp(4rem, 10vh, 8rem);
  background: var(--bg-blush);
}
.mission .wrap {
  display: grid;
  grid-template-columns: 7fr 4fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}
.mission h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.mission p {
  margin-top: 1.25rem;
  color: var(--ink-soft);
}
.mission-media img {
  border-radius: var(--radius-pill) var(--radius-pill) var(--radius) var(--radius);
}

@media (max-width: 900px) {
  .mission .wrap { grid-template-columns: 1fr; }
  .mission-media { max-width: 420px; }
}

/* ---------- Social-Icons ---------- */

.icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
  display: block;
}
.topbar-social a,
.social-list a {
  display: flex;
  align-items: center;
}
.topbar-social { gap: 1rem; }
.topbar .icon { width: 17px; height: 17px; }
.site-footer .social-list {
  display: flex;
  gap: 1.1rem;
}
.social-list a { color: var(--ink-soft); transition: color .25s ease; }
.social-list a:hover { color: var(--accent); }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

/* ============================================================
   Kontakt-Seite
   ============================================================ */

.contact {
  padding-block: clamp(4rem, 10vh, 8rem);
}
.contact .wrap {
  display: grid;
  grid-template-columns: 7fr 4fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}
.contact p {
  color: var(--ink-soft);
}
.contact p + p { margin-top: 1.25rem; }
.contact-details {
  margin-top: 2rem;
  padding: 1.75rem 2rem;
  background: var(--bg-blush);
  border-radius: var(--radius);
  font-style: normal;
  font-size: .97rem;
  color: var(--ink-soft);
}
.contact-details strong {
  display: block;
  color: var(--ink);
  font-weight: 600;
  margin-bottom: .35rem;
}
.contact-details a {
  color: var(--accent);
  text-decoration: none;
}
.contact-details a:hover { text-decoration: underline; }
.contact .btn { margin-top: 2rem; }
.contact-media img {
  border-radius: var(--radius-pill) var(--radius-pill) var(--radius) var(--radius);
  background: var(--bg-blush);
}

/* FAQ */

.faq {
  padding-block: clamp(4rem, 10vh, 8rem);
  background: var(--bg-blush);
}
.faq h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: clamp(2rem, 5vh, 3.5rem);
}
.faq-list {
  display: grid;
  gap: .9rem;
  max-width: 880px;
}
.faq details {
  background: var(--bg);
  border-radius: var(--radius);
  padding: 1.1rem 1.5rem;
}
.faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-weight: 500;
  color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  flex-shrink: 0;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--accent);
  transition: transform .3s ease;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p {
  margin-top: .85rem;
  color: var(--ink-soft);
  font-size: .98rem;
}

@media (max-width: 900px) {
  .contact .wrap { grid-template-columns: 1fr; }
  .contact-media { max-width: 420px; }
}

/* ============================================================
   Verspielte Akzente
   ============================================================ */

/* Gewellte Unterstreichung unter betonten Wörtern */
h1 em, h2 em {
  text-decoration: underline wavy color-mix(in srgb, var(--accent) 40%, transparent);
  text-decoration-thickness: 2px;
  text-underline-offset: .16em;
}

/* Herzchen hinter den großen Überschriften */
.hero h1 > em:last-of-type::after,
.page-hero h1::after {
  content: " \2665";
  font-family: var(--font-body);
  font-size: .45em;
  color: var(--accent);
  vertical-align: .45em;
  display: inline-block;
  transform: rotate(12deg);
  text-decoration: none;
}
.hero h1 > em:last-of-type::after { content: "\2665"; margin-left: .15em; }

/* Leicht gekippte Bilder mit Sticker-Schatten */
.hero-media img,
.about-media img,
.mission-media img,
.contact-media img,
.cta-media img {
  transition: transform .45s cubic-bezier(.34, 1.56, .64, 1);
  box-shadow: 14px 14px 0 0 var(--accent-soft);
}
.hero-media img    { transform: rotate(1.4deg); }
.about-media img   { transform: rotate(-1.6deg); }
.mission-media img { transform: rotate(1.6deg); }
.contact-media img { transform: rotate(-1.4deg); }
.cta-media img     { transform: rotate(1.4deg); }
.hero-media:hover img,
.about-media:hover img,
.mission-media:hover img,
.contact-media:hover img,
.cta-media:hover img { transform: rotate(0deg); }

/* Galerie: abwechselnd gekippte Bilder, die sich beim Hover aufrichten */
.masonry figure {
  transition: transform .45s cubic-bezier(.34, 1.56, .64, 1);
}
.masonry figure:nth-child(odd)  { transform: rotate(-1.1deg); }
.masonry figure:nth-child(even) { transform: rotate(1.1deg); }
.masonry figure:hover { transform: rotate(0deg); }

.bts-pair figure:first-child img { transform: rotate(-1deg); }
.bts-pair figure:last-child img  { transform: rotate(2deg); }
.bts-pair img { transition: transform .45s cubic-bezier(.34, 1.56, .64, 1); }
.bts-pair figure:hover img { transform: rotate(0deg); }

/* Federnde Buttons */
.btn {
  transition: transform .35s cubic-bezier(.34, 1.56, .64, 1), opacity .25s ease, box-shadow .25s ease;
}
.btn:hover { transform: rotate(-1.5deg) scale(1.05); }
.btn:active { transform: rotate(-1deg) scale(.97); }

/* Zitate: Karten leicht gekippt, großes Zierzeichen hinter dem Hauptzitat */
.quote-featured { position: relative; }
.quote-featured::before {
  content: "\201E";
  position: absolute;
  top: -.55em;
  left: -.12em;
  font-family: var(--font-display);
  font-size: 8rem;
  line-height: 1;
  color: color-mix(in srgb, var(--accent) 18%, transparent);
  pointer-events: none;
}
.quote-side > div { transition: transform .45s cubic-bezier(.34, 1.56, .64, 1); }
.quote-side > div:nth-child(odd)  { transform: rotate(.8deg); }
.quote-side > div:nth-child(even) { transform: rotate(-.8deg); }
.quote-side > div:hover { transform: rotate(0deg); }

/* Ablauf: verspielte Nummern-Badges */
.steps { counter-reset: schritt; }
.step h3::before {
  counter-increment: schritt;
  content: counter(schritt);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  margin-right: .7rem;
  border-radius: var(--radius-pill);
  background: var(--accent-soft);
  color: var(--accent);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  vertical-align: .35em;
  transform: rotate(-6deg);
}

/* FAQ: sanftes Anheben beim Hover */
.faq details {
  transition: transform .3s ease, box-shadow .3s ease;
}
.faq details:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px -12px rgb(28 24 18 / .25);
}

@media (prefers-reduced-motion: reduce) {
  .hero-media img, .about-media img, .mission-media img,
  .contact-media img, .cta-media img, .masonry figure,
  .bts-pair img, .quote-side > div, .btn, .faq details {
    transition: none;
  }
}

/* Kontakt: Überschrift und Bild auf gleicher Höhe */

.contact-hero {
  background: linear-gradient(180deg, var(--bg-blush), var(--bg) 85%);
  padding-top: clamp(3rem, 7vh, 5rem);
}
.contact-hero .wrap { align-items: start; }
.contact-hero h1 {
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  margin-bottom: 1.5rem;
}
.contact-hero .contact-media { margin-top: .5rem; }

/* ============================================================
   Aquarell-Dekorationen (generiert)
   ============================================================ */

.page-hero, .intro { position: relative; overflow: hidden; }

.deko-corner {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(220px, 32vw, 440px);
  opacity: .9;
  pointer-events: none;
}
.intro .deko-corner { width: clamp(200px, 26vw, 360px); }

.deko-divider {
  display: block;
  width: clamp(170px, 22vw, 260px);
  margin: 0 auto clamp(2rem, 5vh, 3rem);
}

.contact-details { position: relative; padding-right: 160px; }
.deko-ringe {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(6deg);
  width: 130px;
  pointer-events: none;
}

@media (max-width: 640px) {
  .deko-corner { width: 170px; opacity: .65; }
  .deko-ringe { display: none; }
  .contact-details { padding-right: 2rem; }
}

/* ---------- Logo ---------- */

.brand-logo {
  height: 46px;
  width: auto;
  display: block;
}
.brand-logo-footer { height: 54px; }

/* ---------- Erfahrungsberichte: Pärchen-Avatare ---------- */

.quote-person {
  display: flex;
  align-items: center;
  gap: .85rem;
  margin-top: 1.25rem;
}
.quote-person cite { margin-top: 0; }
.quote-person .avatar {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: var(--radius-pill);
  box-shadow: 0 0 0 3px var(--bg), 0 0 0 5px var(--accent-soft);
}
.quote-featured .quote-person .avatar { width: 64px; height: 64px; }

/* ---------- Rechtsseiten ---------- */

.legal { padding-block: clamp(3rem, 7vh, 5rem) clamp(4rem, 10vh, 7rem); }
.legal .wrap { max-width: 800px; }
.legal h1 { font-size: clamp(2.4rem, 4.5vw, 3.6rem); margin-bottom: 2rem; }
.legal h2 {
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  margin: 2.5rem 0 .75rem;
}
.legal h3 {
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 600;
  margin: 1.5rem 0 .4rem;
}
.legal p, .legal li, .legal address { color: var(--ink-soft); font-style: normal; }
.legal p + p { margin-top: .75rem; }
.legal ul { margin: .5rem 0 .75rem 1.25rem; }
.legal a { color: var(--accent); }
.legal .stand { margin-top: 2.5rem; font-size: .9rem; }
