/* ============================================================
   Hello Kitty Edition · Stylesheet
   Skin-Variante von raw-ready-global.css
   Alle Klassen identisch — Farben, Fonts, Radien neu.
   ============================================================ */

:root {
  --raw-black: #2D1B2E;          /* dunkles Plum statt Schwarz */
  --concrete: #4A2C4D;
  --signal-green: #FF5BA7;       /* Hot-Pink statt Grün */
  --boxer-white: #FFF5F8;        /* warme Cream-Pink statt weiß */
  --alster-blue: #FFB6D9;        /* Pastell-Pink statt Blau */
  --muted: #C4A4C8;              /* gedimmtes Lavendel-Pink */
  --line: rgba(255, 182, 217, .35);
  --light-line: rgba(255, 91, 167, .18);
  --max: 1160px;
  --radius: 32px;                /* extra rund — kawaii */
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Quicksand, "Comic Sans MS", system-ui, -apple-system, sans-serif;
  color: var(--boxer-white);
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 182, 217, .25), transparent 40%),
    radial-gradient(circle at 80% 80%, rgba(255, 91, 167, .18), transparent 50%),
    var(--raw-black);
  line-height: 1.6;
  font-weight: 500;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.skip-link {
  position: absolute;
  left: -999px;
  top: 1rem;
  background: var(--signal-green);
  color: white;
  padding: .8rem 1.4rem;
  border-radius: 999px;
  z-index: 99;
  font-weight: 700;
}
.skip-link:focus { left: 1rem; }

.container {
  width: min(calc(100% - 32px), var(--max));
  margin-inline: auto;
}
.narrow { max-width: 780px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 245, 248, .96);
  border-bottom: 2px solid var(--signal-green);
  box-shadow: 0 6px 24px rgba(255, 91, 167, .18);
}
.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}
.brand-logo {
  width: clamp(180px, 22vw, 280px);
  height: auto;
  display: block;
  filter: hue-rotate(280deg) saturate(1.4) brightness(.95);
}
.brand-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--raw-black);
  font-weight: 600;
  font-size: .95rem;
}
.site-nav a:hover { color: var(--signal-green); }
.nav-cta {
  background: var(--signal-green);
  color: white !important;
  padding: .9rem 1.4rem;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(255, 91, 167, .4);
}
.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 2px solid var(--signal-green);
  background: white;
  border-radius: 16px;
  padding: 10px;
}
.nav-toggle span {
  display: block;
  height: 2.5px;
  margin: 5px 0;
  background: var(--signal-green);
  border-radius: 999px;
}

.section-dark {
  background:
    radial-gradient(ellipse 80% 55% at 82% 0%, rgba(255, 91, 167, .22), transparent 65%),
    var(--raw-black);
}
.hero.section-dark {
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 182, 217, .35), transparent 45%),
    radial-gradient(circle at 82% 90%, rgba(255, 91, 167, .3), transparent 50%),
    linear-gradient(135deg, #3D1F40, var(--raw-black) 52%, #1F0D24);
}
.section-light {
  background: var(--boxer-white);
  color: var(--raw-black);
}

.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  align-items: center;
  padding: 110px 0;
  overflow: hidden;
}
.hero-grid, .split-grid, .contact-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 72px;
  align-items: center;
}
.hero-grid {
  grid-template-areas:
    "copy media"
    "facts media";
  align-items: start;
  row-gap: 32px;
}
.hero-copy { grid-area: copy; }
.hero-media { grid-area: media; align-self: center; }
.hero-facts { grid-area: facts; }

.eyebrow, .section-kicker {
  margin: 0 0 16px;
  color: var(--signal-green);
  font-family: Pacifico, "Brush Script MT", cursive;
  font-weight: 400;
  letter-spacing: .02em;
  text-transform: none;
  font-size: 1.1rem;
}
h1, h2, h3 { margin: 0; line-height: 1.05; }
h1, h2 {
  font-family: Fredoka, "Quicksand", sans-serif;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.02em;
}
h1 {
  font-size: clamp(3.4rem, 8vw, 7rem);
  max-width: 860px;
  color: white;
}
h1 s {
  display: block;
  color: var(--muted);
  text-decoration: line-through;
  text-decoration-color: var(--signal-green);
  text-decoration-thickness: .1em;
  text-underline-offset: 0;
  opacity: .55;
  font-weight: inherit;
}
h1 mark {
  display: block;
  background: transparent;
  color: var(--signal-green);
}
h2 { font-size: clamp(2.4rem, 5vw, 4.6rem); }
h3 {
  font-size: 1.32rem;
  font-family: Fredoka, sans-serif;
  font-weight: 600;
  letter-spacing: -.01em;
}
.hero-lead {
  max-width: 680px;
  margin: 32px 0 0;
  color: #FFE8F1;
  font-size: clamp(1.06rem, 2vw, 1.3rem);
  line-height: 1.6;
}
.hero-actions, .cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 46px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 1rem 1.4rem;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  font-family: Quicksand, sans-serif;
  transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.btn:hover { transform: translateY(-3px) scale(1.02); }
.btn-primary {
  background: var(--signal-green);
  color: white;
  box-shadow: 0 8px 24px rgba(255, 91, 167, .4);
}
.btn-primary:hover { box-shadow: 0 12px 30px rgba(255, 91, 167, .55); }
.btn-ghost {
  border-color: rgba(255, 182, 217, .5);
  color: white;
  background: rgba(255, 182, 217, .08);
}
.btn-ghost:hover { background: rgba(255, 182, 217, .18); border-color: var(--signal-green); }
.btn-dark {
  background: var(--raw-black);
  color: white;
  box-shadow: 0 6px 18px rgba(45, 27, 46, .4);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 0;
}
.hero-facts div {
  border: 2px solid rgba(255, 182, 217, .35);
  background: rgba(255, 182, 217, .1);
  padding: 20px 18px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: transform .3s ease, box-shadow .3s ease;
}
.hero-facts div:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(255, 91, 167, .25);
  border-color: var(--signal-green);
}
.hero-fact-icon {
  color: var(--signal-green);
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  background: white;
  border-radius: 999px;
  padding: 5px;
  box-shadow: 0 4px 12px rgba(255, 91, 167, .25);
}
.hero-fact-icon svg { width: 100%; height: 100%; display: block; }
.hero-facts dt {
  font-family: Fredoka, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -.01em;
  text-transform: none;
  color: white;
}
.hero-facts dd {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: .85rem;
  line-height: 1.4;
}

.hero-media { position: relative; }
.image-card {
  border: 3px solid white;
  border-radius: var(--radius);
  padding: 14px;
  background: linear-gradient(135deg, rgba(255, 91, 167, .15), rgba(255, 182, 217, .1));
  box-shadow:
    0 8px 0 rgba(255, 91, 167, .35),
    0 24px 60px rgba(255, 91, 167, .35);
}
.image-placeholder {
  min-height: 560px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background:
    linear-gradient(rgba(45, 27, 46, .25), rgba(45, 27, 46, .55)),
    repeating-linear-gradient(135deg, #FFB6D9, #FFB6D9 18px, #FF8FC1 18px, #FF8FC1 36px);
  border: 2px solid white;
  color: white;
  text-align: center;
  padding: 28px;
  overflow: hidden;
  font-weight: 600;
}
.image-placeholder.small { min-height: 430px; }
.image-placeholder video {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 560px;
  object-fit: cover;
  border-radius: 18px;
}
.corner-note {
  position: absolute;
  left: -24px;
  bottom: 34px;
  max-width: 260px;
  background: var(--signal-green);
  color: white;
  padding: 18px 22px;
  border-radius: 24px;
  box-shadow: 0 12px 30px rgba(255, 91, 167, .45);
  font-weight: 600;
}
.corner-note strong { display: block; margin-bottom: 6px; font-family: Fredoka, sans-serif; }
.corner-note span { display: block; font-size: .92rem; }

.google-badge {
  position: absolute;
  right: -18px;
  bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 20px;
  background: white;
  color: #1f1f1f;
  border-radius: 22px;
  border: 2px solid var(--signal-green);
  box-shadow: 0 12px 30px rgba(255, 91, 167, .35);
  text-decoration: none;
  z-index: 4;
  transition: transform .25s ease, box-shadow .3s ease;
}
.google-badge:hover {
  transform: translateY(-4px) rotate(-2deg);
  box-shadow: 0 18px 40px rgba(255, 91, 167, .5);
}
.google-badge-logo {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  display: block;
}
.google-badge-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.25;
}
.google-badge-stars {
  color: #FFC93C;
  font-size: 1rem;
  letter-spacing: .08em;
  line-height: 1;
}
.google-badge-title {
  font-weight: 700;
  font-size: .92rem;
  color: #2D1B2E;
  font-family: Fredoka, sans-serif;
}
.google-badge-sub {
  font-size: .76rem;
  color: #8A6C8E;
}

.intro, .medical, .process, .faq { padding: 130px 0; }
.services, .why, .about, .contact { padding: 150px 0; }
.intro h2 { margin-bottom: 32px; }
.intro p:not(.section-kicker), .medical p, .about p, .contact p {
  font-size: 1.08rem;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: end;
  margin-bottom: 60px;
}
.section-heading h2 { max-width: 780px; }

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.service-card {
  min-height: 380px;
  border: 2px solid rgba(255, 182, 217, .35);
  border-radius: var(--radius);
  padding: 28px;
  background: linear-gradient(160deg, rgba(255, 91, 167, .15) 0%, rgba(255, 182, 217, .08) 100%);
  display: flex;
  flex-direction: column;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.service-card:hover {
  transform: translateY(-6px) rotate(-.5deg);
  border-color: var(--signal-green);
  box-shadow: 0 20px 50px rgba(255, 91, 167, .3);
}
.card-number {
  color: var(--signal-green);
  font-weight: 700;
  font-family: Fredoka, sans-serif;
  font-size: 1.4rem;
  margin-bottom: 28px;
}
.service-card h3 { margin-bottom: 18px; color: white; }
.service-card p { color: #FFD8E8; }
.card-line {
  margin-top: auto;
  color: var(--signal-green) !important;
  font-weight: 700;
  font-family: Fredoka, sans-serif;
}

.text-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--signal-green);
  font-weight: 700;
  border-bottom: 2px solid currentColor;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.why-item {
  border-top: 4px solid var(--signal-green);
  padding-top: 22px;
  position: relative;
}
.why-item::before {
  content: "♡";
  position: absolute;
  top: -22px;
  left: 0;
  background: var(--raw-black);
  color: var(--signal-green);
  padding: 0 10px;
  font-size: 1.4rem;
  line-height: 1;
}
.why-item p { color: #FFD8E8; }
.why-item h3 { color: white; }

.process-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 22px;
}
.process-list li {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 22px;
  border: 2px solid var(--light-line);
  border-radius: 24px;
  padding: 26px;
  background: white;
  box-shadow: 0 6px 20px rgba(255, 91, 167, .12);
  transition: transform .3s ease, box-shadow .3s ease;
}
.process-list li:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(255, 91, 167, .25);
}
.process-list span {
  font-family: Fredoka, sans-serif;
  font-weight: 700;
  color: var(--signal-green);
  font-size: 2.4rem;
  line-height: 1;
}
.process-list h3 { margin-bottom: 8px; color: var(--raw-black); }
.process-list p { margin: 0; color: #5A3A5E; }
.cta-panel {
  margin-top: 50px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--signal-green), #FF8FC1);
  color: white;
  padding: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: 0 18px 50px rgba(255, 91, 167, .4);
}
.cta-panel h3 { color: white; font-family: Fredoka, sans-serif; font-weight: 700; }
.cta-panel p { color: rgba(255, 255, 255, .9); }

.about-photo .image-placeholder { min-height: 460px; }
.faq-list {
  display: grid;
  gap: 16px;
}
details {
  background: white;
  border: 2px solid var(--light-line);
  border-radius: 24px;
  padding: 0;
  overflow: hidden;
  transition: border-color .3s ease, box-shadow .3s ease;
}
details:hover { border-color: var(--signal-green); box-shadow: 0 8px 24px rgba(255, 91, 167, .15); }
details[open] { border-color: var(--signal-green); }
summary {
  cursor: pointer;
  list-style: none;
  padding: 24px 26px;
  font-weight: 700;
  font-family: Fredoka, sans-serif;
  font-size: 1.08rem;
  color: var(--raw-black);
}
summary::-webkit-details-marker { display: none; }
summary::before {
  content: "♡ ";
  color: var(--signal-green);
  margin-right: 6px;
}
details p {
  margin: 0;
  padding: 0 26px 24px;
  color: #5A3A5E;
}

.contact-form {
  border: 2px solid rgba(255, 182, 217, .4);
  border-radius: var(--radius);
  padding: 28px;
  background: linear-gradient(160deg, rgba(255, 91, 167, .12) 0%, rgba(255, 182, 217, .06) 100%);
  display: grid;
  gap: 14px;
}
.contact-form label {
  display: grid;
  gap: 8px;
  color: white;
  font-weight: 600;
  font-family: Fredoka, sans-serif;
}
input, select, textarea {
  width: 100%;
  border: 2px solid rgba(255, 182, 217, .4);
  border-radius: 16px;
  background: rgba(255, 255, 255, .12);
  color: white;
  padding: 14px 16px;
  outline: none;
  transition: border-color .25s ease, background .25s ease;
}
select option { color: var(--raw-black); }
input:focus, select:focus, textarea:focus { border-color: var(--signal-green); background: rgba(255, 255, 255, .18); }
.form-note {
  margin: 0;
  color: var(--muted) !important;
  font-size: .88rem !important;
}

.site-footer {
  background: linear-gradient(180deg, var(--raw-black), #1F0D24);
  border-top: 2px solid var(--signal-green);
  color: #E8C8E8;
}
.footer-inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.footer-inner a { margin-left: 18px; color: #E8C8E8; }
.footer-inner a:hover { color: var(--signal-green); }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    width: 94vw;
    max-width: 480px;
    height: 100vh;
    height: 100dvh;
    background: linear-gradient(160deg, var(--boxer-white), #FFE8F1);
    padding: 84px 28px 32px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 0;
    border-left: 3px solid var(--signal-green);
    border-radius: 0;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition:
      transform .4s cubic-bezier(.4, 0, .2, 1),
      opacity .25s ease;
    z-index: 200;
    overflow-y: auto;
    overscroll-behavior: contain;
    display: flex;
  }
  .site-nav.is-open {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }
  body.is-nav-open { overflow: hidden; }
  .site-nav a { padding: 14px 0; color: var(--raw-black); }
  .nav-main {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    transition: opacity .25s ease, transform .3s ease;
  }
  .site-nav.is-sub-open .nav-main,
  .site-nav.is-sub-open > .nav-cta {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-30px);
    position: absolute;
    visibility: hidden;
  }
  .nav-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: Fredoka, sans-serif;
    color: var(--raw-black);
    border-bottom: 1.5px solid var(--light-line);
    padding: 18px 0;
  }
  .nav-chevron {
    color: var(--signal-green);
    font-size: 1.4rem;
    line-height: 1;
    margin-left: 16px;
  }
  .site-nav > .nav-cta {
    margin-top: 28px;
    text-align: center;
    align-self: stretch;
  }
  .nav-back {
    display: none;
    align-self: flex-start;
    background: transparent;
    border: 0;
    color: var(--signal-green);
    font-weight: 700;
    font-family: Fredoka, sans-serif;
    font-size: 1rem;
    letter-spacing: .04em;
    padding: 4px 0 22px;
    cursor: pointer;
  }
  .site-nav.is-sub-open .nav-back { display: inline-flex; align-items: center; gap: 8px; }
  .nav-sub {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-direction: column;
    gap: 0;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity .3s ease .05s, transform .35s cubic-bezier(.4, 0, .2, 1) .05s;
  }
  .nav-sub.is-open {
    display: flex;
    opacity: 1;
    transform: translateX(0);
  }
  .nav-sub li a {
    display: block;
    padding: 18px 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--raw-black);
    border-bottom: 1.5px solid var(--light-line);
  }
  .nav-sub li a:hover { color: var(--signal-green); }
  .mega-nav { display: none; }
  .hero-grid, .split-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid {
    grid-template-areas:
      "copy"
      "media"
      "facts";
    row-gap: 40px;
  }
  .card-grid, .why-grid { grid-template-columns: repeat(2, 1fr); }
  .hero { min-height: auto; }
  .corner-note { left: 18px; }
  .hero-facts { grid-template-columns: repeat(2, 1fr); margin-top: 16px; }
  .google-badge { right: 12px; bottom: -32px; padding: 10px 14px; gap: 10px; }
  .google-badge-logo { width: 28px; height: 28px; }
  .google-badge-title { font-size: .82rem; }
  .google-badge-sub { font-size: .68rem; }
}

@media (max-width: 640px) {
  .brand-logo { width: 184px; }
  h1 { font-size: 3.2rem; }
  h2 { font-size: 2.4rem; }
  .hero-facts { grid-template-columns: 1fr; }
  .card-grid, .why-grid { grid-template-columns: 1fr; }
  .section-heading { display: block; }
  .image-placeholder { min-height: 360px; }
  .process-list li { grid-template-columns: 1fr; }
  .cta-panel { display: block; }
  .footer-inner { flex-direction: column; justify-content: center; padding: 22px 0; }
  .footer-inner a { margin: 0 8px; }
}

/* ===== Navigation: Sub-Nav + Desktop Mega-Menu ===== */
.nav-main {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 22px;
}
.nav-main > .nav-item > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.nav-back { display: none; }
.nav-sub { display: none; }

@media (min-width: 981px) {
  .nav-chevron { display: none; }
  .mega-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, white, #FFE8F1);
    border-top: 2px solid var(--signal-green);
    border-bottom: 2px solid var(--signal-green);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition:
      transform .3s cubic-bezier(.4, 0, .2, 1),
      opacity .25s ease,
      max-height .3s ease;
    z-index: 49;
    overflow: hidden;
    max-height: 0;
    box-shadow: 0 12px 40px rgba(255, 91, 167, .25);
  }
  .mega-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    max-height: 600px;
  }
  .mega-nav-inner {
    display: flex;
    justify-content: flex-end;
    gap: 56px;
    padding: 38px 0 36px;
  }
  .mega-col {
    min-width: 200px;
    display: none;
  }
  .mega-nav[data-active-sub="ems"] .mega-col[data-sub="ems"],
  .mega-nav[data-active-sub="team"] .mega-col[data-sub="team"] { display: block; }
  .mega-col h4 {
    font-family: Fredoka, sans-serif;
    font-size: 1.15rem;
    text-transform: none;
    color: var(--signal-green);
    letter-spacing: -.01em;
    margin: 0 0 16px;
  }
  .mega-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .mega-col a {
    color: var(--raw-black);
    font-weight: 600;
    font-size: .96rem;
    transition: color .2s ease, transform .2s ease;
    display: inline-block;
    padding: 2px 0;
  }
  .mega-col a:hover {
    color: var(--signal-green);
    transform: translateX(4px);
  }
}

/* ===== Subpage-Hero · Editorial Banner ===== */
.hero.hero--banner {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: var(--raw-black);
}
.hero.hero--banner .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero.hero--banner .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero.hero--banner .hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(45, 27, 46, .85) 0%, rgba(255, 91, 167, .35) 100%),
    linear-gradient(180deg, rgba(45, 27, 46, .35) 0%, rgba(45, 27, 46, .85) 100%);
  z-index: 1;
}
.hero-breadcrumb {
  position: relative;
  z-index: 3;
  padding: 26px 0 0;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.hero-breadcrumb-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  justify-content: flex-start;
}
.hero-breadcrumb-bar {
  width: 22px;
  height: 1px;
  background: var(--signal-green);
  flex-shrink: 0;
}
.hero-breadcrumb a { color: var(--muted); transition: color .2s ease; }
.hero-breadcrumb a:hover { color: white; }
.hero-breadcrumb .sep { color: var(--signal-green); font-size: .9rem; opacity: .8; }
.hero-breadcrumb .current { color: #F0D0E8; overflow: hidden; text-overflow: ellipsis; min-width: 0; }
.hero.hero--banner .hero-content-wrap {
  position: relative;
  z-index: 3;
  margin-top: auto;
  padding: 110px 0 90px;
}
.hero.hero--banner .hero-content {
  border-left: 4px solid var(--signal-green);
  padding-left: 32px;
  max-width: 760px;
}
.hero.hero--banner .hero-content .eyebrow { margin-bottom: 18px; }
.hero.hero--banner .hero-content h1 { margin: 0 0 28px; }
.hero.hero--banner .hero-content .hero-lead { margin: 0 0 32px; max-width: 640px; }
.hero.hero--banner .hero-actions { margin-top: 0; }

/* ===== Team-Sektion ===== */
.team { padding: 0 0 150px; }
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.team-card { display: flex; flex-direction: column; }
.team-photo {
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 24px;
  background: rgba(255, 182, 217, .15);
  border: 3px solid white;
  aspect-ratio: 1 / 1;
  position: relative;
  box-shadow: 0 8px 0 rgba(255, 91, 167, .3), 0 16px 40px rgba(255, 91, 167, .2);
  transition: transform .35s ease;
}
.team-card:hover .team-photo { transform: rotate(-1.5deg); }
.team-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-name {
  font-family: Fredoka, sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -.02em;
  color: white;
  margin: 0 0 8px;
}
.team-role {
  color: var(--signal-green);
  font-weight: 600;
  font-family: Pacifico, cursive;
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 16px;
}
.team-bio { color: #FFD8E8; font-size: 1rem; line-height: 1.5; margin: 0 0 18px; }
.team-quote {
  margin: auto 0 0;
  color: white;
  font-weight: 600;
  font-family: Fredoka, sans-serif;
  font-size: 1.04rem;
  line-height: 1.4;
  padding-left: 16px;
  border-left: 4px solid var(--signal-green);
}

/* ===== Reviews · Bewertungs-Cards · Modal ===== */
.reviews { padding-top: 200px; }
.reviews-rating {
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
  max-width: 520px;
  margin: 0 auto 48px;
}
.reviews-stars {
  font-size: 2rem;
  letter-spacing: .15em;
  color: #FFC93C;
  line-height: 1;
}
.reviews-score { margin: 4px 0 0; font-size: 1.04rem; color: inherit; }
.reviews-score strong {
  font-family: Fredoka, sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: -.02em;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  color: var(--raw-black);
}
.reviews-link {
  margin-top: 4px;
  display: inline-flex;
  color: var(--signal-green);
  font-weight: 700;
  border-bottom: 2px solid currentColor;
}
.reviews-grid-wrap { position: relative; }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 30px 4px;
  perspective: 1600px;
  perspective-origin: center 35%;
}
.reviews-grid > * {
  opacity: 0;
  transform-origin: center top;
  transition:
    opacity 1s cubic-bezier(.16, 1, .3, 1),
    transform 1.1s cubic-bezier(.34, 1.56, .64, 1),
    box-shadow .45s ease,
    border-color .35s ease;
  will-change: opacity, transform;
}
.reviews-grid > *:nth-child(3n+1) {
  transform: translate3d(-80px, 90px, -120px) rotateY(-28deg) rotateX(18deg) scale(.82);
  transform-origin: right center;
}
.reviews-grid > *:nth-child(3n+2) {
  transform: translate3d(0, 120px, -160px) rotateX(45deg) scale(.82);
  transform-origin: center top;
}
.reviews-grid > *:nth-child(3n+3) {
  transform: translate3d(80px, 90px, -120px) rotateY(28deg) rotateX(18deg) scale(.82);
  transform-origin: left center;
}
.reviews-grid.is-visible > *,
.reviews-grid.is-visible > *:nth-child(3n+1),
.reviews-grid.is-visible > *:nth-child(3n+2),
.reviews-grid.is-visible > *:nth-child(3n+3) {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotateY(0) rotateX(0) scale(1);
}
.reviews-grid.is-visible > *:nth-child(1)  { transition-delay: 0ms,   0ms; }
.reviews-grid.is-visible > *:nth-child(2)  { transition-delay: 90ms,  90ms; }
.reviews-grid.is-visible > *:nth-child(3)  { transition-delay: 180ms, 180ms; }
.reviews-grid.is-visible > *:nth-child(4)  { transition-delay: 270ms, 270ms; }
.reviews-grid.is-visible > *:nth-child(5)  { transition-delay: 360ms, 360ms; }
.reviews-grid.is-visible > *:nth-child(6)  { transition-delay: 450ms, 450ms; }
.reviews-grid.is-visible > *:nth-child(7)  { transition-delay: 540ms, 540ms; }
.reviews-grid.is-visible > *:nth-child(8)  { transition-delay: 630ms, 630ms; }
.reviews-grid.is-visible > *:nth-child(9)  { transition-delay: 720ms, 720ms; }
.reviews-grid.is-visible > *:nth-child(10) { transition-delay: 810ms, 810ms; }
.reviews-grid.is-visible > *:nth-child(11) { transition-delay: 900ms, 900ms; }
.reviews-grid.is-visible > *:nth-child(12) { transition-delay: 990ms, 990ms; }
.reviews-grid > *::before {
  transform: scale(0) rotate(-180deg);
  opacity: 0;
  transition:
    transform .9s cubic-bezier(.68, -.55, .265, 1.55),
    opacity .6s ease,
    color .3s ease,
    text-shadow .3s ease;
  transition-delay: 400ms;
}
.reviews-grid.is-visible > *::before {
  transform: scale(1) rotate(0);
  opacity: .85;
}
.reviews-grid.is-visible > *:nth-child(1)::before  { transition-delay: 400ms; }
.reviews-grid.is-visible > *:nth-child(2)::before  { transition-delay: 490ms; }
.reviews-grid.is-visible > *:nth-child(3)::before  { transition-delay: 580ms; }
.reviews-grid.is-visible > *:nth-child(4)::before  { transition-delay: 670ms; }
.reviews-grid.is-visible > *:nth-child(5)::before  { transition-delay: 760ms; }
.reviews-grid.is-visible > *:nth-child(6)::before  { transition-delay: 850ms; }
.reviews-grid.is-visible > *:nth-child(7)::before  { transition-delay: 940ms; }
.reviews-grid.is-visible > *:nth-child(8)::before  { transition-delay: 1030ms; }
.reviews-grid.is-visible > *:nth-child(9)::before  { transition-delay: 1120ms; }
.reviews-grid.is-visible > *:nth-child(10)::before { transition-delay: 1210ms; }
.reviews-grid.is-visible > *:nth-child(11)::before { transition-delay: 1300ms; }
.reviews-grid.is-visible > *:nth-child(12)::before { transition-delay: 1390ms; }

.review-card {
  border: 2px solid var(--light-line);
  border-radius: var(--radius);
  background: white;
  padding: 30px 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  height: 280px;
  cursor: pointer;
  overflow: hidden;
  transform-style: preserve-3d;
}
.review-card::before {
  content: "♡";
  position: absolute;
  top: -8px;
  left: 18px;
  font-family: Fredoka, sans-serif;
  font-size: 5rem;
  line-height: 1;
  color: var(--signal-green);
  opacity: .85;
  pointer-events: none;
  z-index: 2;
}
.review-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 80%;
  height: 100%;
  background: linear-gradient(105deg, transparent 30%, rgba(255, 91, 167, .2) 50%, transparent 70%);
  transition: left .9s ease;
  pointer-events: none;
  z-index: 1;
}
.review-card:hover,
.review-card:focus-visible {
  transform: translateY(-14px) scale(1.035) rotateX(-4deg);
  border-color: var(--signal-green);
  box-shadow:
    inset 0 -4px 0 var(--signal-green),
    0 36px 70px rgba(255, 91, 167, .25),
    0 26px 50px rgba(45, 27, 46, .12);
  outline: none;
}
.review-card:hover::after,
.review-card:focus-visible::after { left: 120%; }
.review-card:hover::before,
.review-card:focus-visible::before {
  transform: scale(1.25) translate(-4px, -4px);
  opacity: 1;
  text-shadow: 0 0 28px rgba(255, 91, 167, .6);
}
.review-card .review-quote {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #4A2C4D;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  overflow: hidden;
  margin-top: 38px;
}
.review-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
}
.review-card .review-author {
  margin: 0;
  font-weight: 700;
  font-family: Fredoka, sans-serif;
  color: #5A3A5E;
  font-size: .92rem;
}
.review-card-foot .review-stars {
  font-size: 1rem;
  letter-spacing: .14em;
  color: #FFC93C;
  line-height: 1;
  flex-shrink: 0;
}

.review-image-card {
  display: flex;
  height: 280px;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  border: 3px solid white;
  background: white;
  box-shadow: 0 18px 40px rgba(255, 91, 167, .15);
  transition: transform .35s ease, box-shadow .4s ease;
}
.review-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}
.review-image-card:hover {
  transform: translateY(-6px) rotate(-1deg);
  box-shadow: 0 30px 60px rgba(255, 91, 167, .3), 0 22px 44px rgba(45, 27, 46, .15);
}
.review-image-card:hover img { transform: scale(1.05); }

.reviews-more { display: none; margin: 28px auto 0; }

.review-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}
.review-modal.is-open { opacity: 1; pointer-events: auto; }
.review-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(45, 27, 46, .72);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.review-modal-card {
  position: relative;
  background: white;
  color: var(--raw-black);
  border-radius: var(--radius);
  border: 3px solid var(--signal-green);
  max-width: 640px;
  width: 100%;
  max-height: 80vh;
  overflow: hidden;
  padding: 56px 56px 40px;
  box-shadow: 0 32px 90px rgba(255, 91, 167, .55);
  transform: scale(.94);
  transition: transform .3s ease;
  cursor: pointer;
}
.review-modal.is-open .review-modal-card { transform: scale(1); }
.review-modal-card::before {
  content: "♡";
  position: absolute;
  top: 8px;
  left: 22px;
  font-family: Fredoka, sans-serif;
  font-size: 5rem;
  line-height: 1;
  color: var(--signal-green);
  pointer-events: none;
}
.review-modal-close,
.review-modal-prev,
.review-modal-next {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 2px solid var(--signal-green);
  background: white;
  color: var(--signal-green);
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease, color .2s ease, transform .2s ease;
  z-index: 2;
}
.review-modal-close { top: 14px; right: 14px; font-size: 1.6rem; }
.review-modal-prev { left: -22px; top: 50%; transform: translateY(-50%); }
.review-modal-next { right: -22px; top: 50%; transform: translateY(-50%); }
.review-modal-close:hover,
.review-modal-prev:hover,
.review-modal-next:hover {
  background: var(--signal-green);
  color: white;
}
.review-modal-prev:hover { transform: translateY(-50%) translateX(-3px); }
.review-modal-next:hover { transform: translateY(-50%) translateX(3px); }
.review-modal-inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-height: calc(80vh - 96px);
  overflow-y: auto;
  padding-right: 6px;
  scrollbar-width: none;
}
.review-modal-inner::-webkit-scrollbar { display: none; }
.review-modal .review-stars {
  font-size: 1.2rem;
  letter-spacing: .16em;
  color: #FFC93C;
  line-height: 1;
}
.review-modal-quote {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.6;
  color: #4A2C4D;
  white-space: pre-wrap;
}
.review-modal-author {
  margin: 0;
  font-weight: 700;
  font-family: Fredoka, sans-serif;
  color: #5A3A5E;
  font-size: .98rem;
}
body.is-modal-open { overflow: hidden; }

/* ===== Galerie ===== */
.gallery { padding: 92px 0; }
.gallery-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 36px) / 3);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.gallery-track::-webkit-scrollbar { display: none; }
.gallery-track > .image-card {
  scroll-snap-align: start;
  transition: transform .35s ease;
}
.gallery-track > .image-card:hover { transform: translateY(-4px) rotate(-1deg); }
.gallery-track .image-placeholder {
  min-height: 360px;
  padding: 0;
  overflow: hidden;
}
.gallery-track .image-placeholder img {
  width: 100%;
  height: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 18px;
  transition: transform .6s ease;
}
.gallery-track > .image-card:hover .image-placeholder img { transform: scale(1.05); }
.gallery-hint { margin: 14px 0 0; color: var(--muted); font-size: .9rem; font-family: Pacifico, cursive; }
.gallery-nav { display: flex; gap: 10px; justify-content: flex-end; margin-top: 18px; }
.gallery-btn {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: 2px solid var(--signal-green);
  background: white;
  color: var(--signal-green);
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.gallery-btn:hover { background: var(--signal-green); color: white; transform: translateY(-3px); }
.gallery-btn:focus-visible { outline: 2px solid var(--signal-green); outline-offset: 3px; }

.gallery2 {
  position: relative;
  z-index: 5;
  padding: 82px 0 0;
}
.gallery2 .gallery-track { margin-bottom: -168px; margin-top: -190px; }
.gallery2 .image-card {
  border: 3px solid white;
  background: transparent;
  padding: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 30px 60px -22px rgba(255, 91, 167, .35);
}
.gallery2 .image-placeholder {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 18px;
}
.gallery2 .image-placeholder img { border-radius: 0; }

/* ===== Back-to-top ===== */
.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 3px solid white;
  background: var(--signal-green);
  color: white;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(255, 91, 167, .5);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .3s ease, transform .3s ease, background .2s ease;
  z-index: 60;
}
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.back-to-top:hover { transform: translateY(-4px) scale(1.1); }
.back-to-top:focus-visible { outline: 3px solid white; outline-offset: 3px; }

.site-header { transition: background .25s ease, border-color .25s ease; }
.site-header.is-scrolled { background: rgba(255, 245, 248, .98); }

.section-kicker {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
}
.section-kicker::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--signal-green);
  transition: width .8s ease .2s;
}
[data-reveal].is-visible .section-kicker::after,
[data-reveal-stagger].is-visible .section-kicker::after { width: 36px; }

.service-card {
  transition: transform .35s ease, border-color .35s ease, background .35s ease, box-shadow .35s ease;
}
.nav-cta { transition: background .2s ease, transform .2s ease, box-shadow .25s ease; }
.nav-cta:hover { box-shadow: 0 12px 30px rgba(255, 91, 167, .55); }

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .75s ease, transform .75s ease;
  will-change: opacity, transform;
}
[data-reveal="left"] { transform: translateX(-32px); }
[data-reveal="right"] { transform: translateX(32px); }
[data-reveal="scale"] { transform: scale(.94); }
[data-reveal].is-visible { opacity: 1; transform: none; }

[data-reveal-stagger] > * {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s ease;
  will-change: opacity, transform;
}
[data-reveal-stagger].is-visible > * { opacity: 1; transform: none; }
[data-reveal-stagger].is-visible > *:nth-child(1) { transition-delay: 0ms; }
[data-reveal-stagger].is-visible > *:nth-child(2) { transition-delay: 90ms; }
[data-reveal-stagger].is-visible > *:nth-child(3) { transition-delay: 180ms; }
[data-reveal-stagger].is-visible > *:nth-child(4) { transition-delay: 270ms; }
[data-reveal-stagger].is-visible > *:nth-child(5) { transition-delay: 360ms; }
[data-reveal-stagger].is-visible > *:nth-child(6) { transition-delay: 450ms; }

@media (prefers-reduced-motion: reduce) {
  [data-reveal],
  [data-reveal-stagger] > * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .section-kicker::after { transition: none; width: 36px; }
  html { scroll-behavior: auto; }
  .review-modal,
  .review-modal-card { transition: none !important; }
  .review-modal-card { transform: none !important; }
}

/* ============================================================
   Hello Kitty SPECIAL EFFECTS — Cuteness Overload ♡
   ============================================================ */

/* — Floating Hearts & Sparkles im Hintergrund — */
.kitty-floating {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}
.kitty-floating span {
  position: absolute;
  bottom: -50px;
  font-size: 28px;
  color: rgba(255, 91, 167, .55);
  filter: drop-shadow(0 0 12px rgba(255, 91, 167, .5));
  animation: kitty-float-up 18s linear infinite;
  user-select: none;
}
.kitty-floating span:nth-child(1)  { left: 6%;  font-size: 24px; animation-delay: 0s;   animation-duration: 20s; }
.kitty-floating span:nth-child(2)  { left: 18%; font-size: 32px; animation-delay: 3s;   animation-duration: 24s; }
.kitty-floating span:nth-child(3)  { left: 32%; font-size: 20px; animation-delay: 6s;   animation-duration: 16s; }
.kitty-floating span:nth-child(4)  { left: 46%; font-size: 28px; animation-delay: 9s;   animation-duration: 22s; }
.kitty-floating span:nth-child(5)  { left: 60%; font-size: 22px; animation-delay: 1s;   animation-duration: 19s; }
.kitty-floating span:nth-child(6)  { left: 74%; font-size: 30px; animation-delay: 5s;   animation-duration: 25s; }
.kitty-floating span:nth-child(7)  { left: 88%; font-size: 24px; animation-delay: 8s;   animation-duration: 17s; }
.kitty-floating span:nth-child(8)  { left: 12%; font-size: 18px; animation-delay: 12s;  animation-duration: 21s; color: rgba(255, 201, 60, .55); }
.kitty-floating span:nth-child(9)  { left: 38%; font-size: 26px; animation-delay: 14s;  animation-duration: 23s; color: rgba(255, 182, 217, .65); }
.kitty-floating span:nth-child(10) { left: 66%; font-size: 22px; animation-delay: 15s;  animation-duration: 18s; color: rgba(255, 201, 60, .5); }
.kitty-floating span:nth-child(11) { left: 82%; font-size: 32px; animation-delay: 11s;  animation-duration: 26s; }
.kitty-floating span:nth-child(12) { left: 26%; font-size: 18px; animation-delay: 17s;  animation-duration: 20s; }

@keyframes kitty-float-up {
  0%   { transform: translateY(0) rotate(0deg) scale(.9); opacity: 0; }
  10%  { opacity: 1; }
  50%  { transform: translateY(-50vh) rotate(180deg) scale(1.1); }
  90%  { opacity: 1; }
  100% { transform: translateY(-110vh) rotate(360deg) scale(.9); opacity: 0; }
}

/* — Peek-in Cat Mascot — */
.kitty-mascot {
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 55;
  pointer-events: none;
  transform: translateX(120%);
  animation: kitty-peek 22s ease-in-out infinite;
}
.kitty-mascot-body {
  position: relative;
  display: inline-block;
  animation: kitty-wave 1.4s ease-in-out infinite;
  transform-origin: bottom center;
}
.kitty-mascot-emoji {
  font-size: 88px;
  line-height: 1;
  display: block;
  filter: drop-shadow(0 8px 20px rgba(255, 91, 167, .55));
}
.kitty-mascot-bubble {
  position: absolute;
  top: -32px;
  right: 70px;
  background: white;
  color: var(--signal-green);
  font-family: Fredoka, sans-serif;
  font-weight: 700;
  font-size: .82rem;
  padding: 6px 14px;
  border-radius: 999px;
  border: 2px solid var(--signal-green);
  box-shadow: 0 8px 18px rgba(255, 91, 167, .4);
  white-space: nowrap;
  opacity: 0;
  animation: kitty-bubble 22s ease-in-out infinite;
}
.kitty-mascot-bubble::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 14px;
  width: 12px;
  height: 12px;
  background: white;
  border-right: 2px solid var(--signal-green);
  border-bottom: 2px solid var(--signal-green);
  transform: rotate(45deg);
}

@keyframes kitty-peek {
  0%, 88%, 100% { transform: translateX(120%); }
  4%  { transform: translateX(-30px) rotate(-2deg); }
  10% { transform: translateX(-30px) rotate(2deg); }
  16% { transform: translateX(-30px) rotate(-2deg); }
  22% { transform: translateX(-30px) rotate(2deg); }
  30% { transform: translateX(-30px) rotate(0deg); }
  82% { transform: translateX(-30px); }
  86% { transform: translateX(120%); }
}
@keyframes kitty-wave {
  0%, 100% { transform: rotate(-4deg); }
  50%      { transform: rotate(4deg); }
}
@keyframes kitty-bubble {
  0%, 4%, 86%, 100% { opacity: 0; transform: translateY(8px); }
  10%, 80%          { opacity: 1; transform: translateY(0); }
}

@media (max-width: 640px) {
  .kitty-mascot { bottom: 80px; }
  .kitty-mascot-emoji { font-size: 64px; }
  .kitty-mascot-bubble { font-size: .72rem; right: 56px; }
}

/* — Subtle continuous bounce on Service Cards — */
.service-card {
  animation: kitty-card-bounce 4s ease-in-out infinite;
}
.service-card:nth-child(1) { animation-delay: 0s; }
.service-card:nth-child(2) { animation-delay: .8s; }
.service-card:nth-child(3) { animation-delay: 1.6s; }
.service-card:nth-child(4) { animation-delay: 2.4s; }
@keyframes kitty-card-bounce {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-4px); }
}
.service-card:hover { animation-play-state: paused; }

/* — Shimmer on H1 Highlight — */
h1 mark {
  background: linear-gradient(90deg, #FF5BA7 0%, #FFB6D9 25%, #FFD9EC 50%, #FFB6D9 75%, #FF5BA7 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: kitty-shimmer 4s ease-in-out infinite;
}
@keyframes kitty-shimmer {
  0%, 100% { background-position: 0% 50%; }
  50%      { background-position: 100% 50%; }
}

/* — Sparkle on Primary Button Hover — */
.btn-primary {
  position: relative;
  overflow: hidden;
}
.btn-primary::before {
  content: "✨";
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  font-size: 16px;
  opacity: 0;
  transition: opacity .3s ease, left .6s ease;
  pointer-events: none;
}
.btn-primary:hover::before {
  left: 12px;
  opacity: 1;
}
.btn-primary::after {
  content: "✨";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  font-size: 16px;
  opacity: 0;
  transition: opacity .3s ease, right .6s ease;
  pointer-events: none;
}
.btn-primary:hover::after {
  right: 12px;
  opacity: 1;
}
.btn-primary:hover {
  letter-spacing: .04em;
}

/* — Bow on Brand Logo — */
.brand {
  position: relative;
}
.brand::after {
  content: "🎀";
  position: absolute;
  top: -10px;
  right: -8px;
  font-size: 22px;
  transform: rotate(15deg);
  animation: kitty-bow-wiggle 3s ease-in-out infinite;
  filter: drop-shadow(0 4px 8px rgba(255, 91, 167, .4));
}
@keyframes kitty-bow-wiggle {
  0%, 100% { transform: rotate(15deg) scale(1); }
  50%      { transform: rotate(-5deg) scale(1.1); }
}

/* — Polka-Dot Pattern auf intro section — */
.intro.section-light {
  background-image:
    radial-gradient(circle, rgba(255, 91, 167, .12) 1.5px, transparent 2px),
    radial-gradient(circle, rgba(255, 182, 217, .15) 1.5px, transparent 2px);
  background-size: 32px 32px, 48px 48px;
  background-position: 0 0, 16px 16px;
}

/* — Why-Items: Heart-Marker statt einfacher Border — */
.why-item::before {
  animation: kitty-heart-pulse 2s ease-in-out infinite;
}
@keyframes kitty-heart-pulse {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.2); color: var(--signal-green); }
}

/* — Section-Headings bekommen kleine Sterne — */
.section-heading h2::after {
  content: " ✿";
  color: var(--signal-green);
  font-size: .7em;
  display: inline-block;
  vertical-align: super;
  animation: kitty-sparkle-twinkle 2.5s ease-in-out infinite;
}
@keyframes kitty-sparkle-twinkle {
  0%, 100% { opacity: 1; transform: scale(1) rotate(0deg); }
  50%      { opacity: .5; transform: scale(1.3) rotate(20deg); }
}

/* — Hero Eyebrow bekommt Sparkles — */
.eyebrow::before { content: "♡ "; }
.eyebrow::after  { content: " ♡"; }

/* — Footer-Verzierung — */
.site-footer::before {
  content: "♡ ♡ ♡";
  display: block;
  text-align: center;
  color: var(--signal-green);
  font-size: 1.4rem;
  letter-spacing: .8em;
  padding: 24px 0 0;
  opacity: .6;
}

/* — Reduce-Motion respektieren auch für die Special Effects — */
@media (prefers-reduced-motion: reduce) {
  .kitty-floating,
  .kitty-mascot { display: none; }
  .service-card,
  .brand::after,
  .why-item::before,
  .section-heading h2::after,
  h1 mark { animation: none !important; }
  .btn-primary::before,
  .btn-primary::after { display: none; }
}
