/* ============================================================
   Babyfotografie bei Alena D. — Website-Layout (mehrseitig)
   Ergänzt styles.css (Design-System-Tokens). Breiter Header.
   ============================================================ */
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.wrap--wide { max-width: 1440px; }
a { text-decoration: none; }
img { display: block; }

/* ---------- Breiter Header (full-bleed) ---------- */
.hdr { position: sticky; top: 0; z-index: 40; background: #ffffff;
  backdrop-filter: blur(9px); border-bottom: 1px solid var(--line); }
/* Desktop: bewusst breiter & prominenter — Inhalt hugt die Kanten */
.hdr__in { display: flex; align-items: center; justify-content: space-between;
  padding: 22px clamp(28px, 4.4vw, 104px); width: 100%; }
.logo { display: flex; align-items: center; gap: 15px; }
.logo .m { width: 56px; height: 56px; background: var(--espresso);
  -webkit-mask: url(images/logo-full.png) center/contain no-repeat;
          mask: url(images/logo-full.png) center/contain no-repeat; }
.logo b { font-family: var(--font-display); font-weight: 500; text-transform: uppercase;
  letter-spacing: 0.2em; font-size: 0.94rem; color: var(--espresso); line-height: 1; }
.logo b span { display: block; font-family: var(--font-display); font-style: italic; font-weight: 500;
  text-transform: none; letter-spacing: 0.01em; font-size: 1.02rem; color: var(--mocha); margin-top: 4px; }
.nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 46px); }
.nav a { font-family: var(--font-body); font-size: 0.88rem; letter-spacing: 0.05em;
  color: var(--ink-soft); padding: 4px 0; position: relative; }
.nav a:not(.btn):hover { color: var(--espresso); }
.nav a.active:not(.btn) { color: var(--espresso); }
.nav a.active:not(.btn)::after { content: ""; position: absolute; left: 0; right: 0; bottom: -3px;
  height: 1px; background: var(--clay); }
.nav .btn { padding: 0.72em 1.4em; font-size: 0.64rem; color: var(--on-dark); }
.navtoggle { display: none; background: none; border: none; cursor: pointer; font-size: 1.4rem; color: var(--espresso); }
@media (max-width: 940px){
  .hdr__in { padding: 12px 20px; }
  .logo .m { width: 42px; height: 42px; }
  .logo b { font-size: 0.78rem; letter-spacing: 0.16em; }
  .logo b span { font-size: 1rem; }
  .nav { position: fixed; inset: 66px 0 auto 0; flex-direction: column; align-items: stretch;
    gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); padding: 8px 0;
    transform: translateY(-140%); transition: transform .3s var(--ease); }
  .hdr.open .nav { transform: translateY(0); }
  .nav a { padding: 13px clamp(24px,5vw,72px); border-top: 1px solid var(--line); }
  .nav a:first-child { border-top: none; }
  .nav .btn { margin: 10px clamp(24px,5vw,72px); text-align: center; }
  .navtoggle { display: block; }
}

/* ---------- Bänder ---------- */
.band { padding: 84px 0; }
.band--sm { padding: 60px 0; }
.band--inset { background: var(--inset); }
.band--esp { background: var(--espresso); color: var(--on-dark); }
.band--esp h2, .band--esp h3, .band--esp h4 { color: var(--on-dark); }
.band--esp .eyebrow { color: var(--on-dark-soft); }
.head { text-align: center; max-width: 660px; margin: 0 auto 48px; }
.head h2 { font-size: clamp(2rem, 4.2vw, 3rem); margin-top: 10px; }
.head p { margin: 14px auto 0; color: var(--ink-soft); }
.rh-div { display: flex; align-items: center; gap: 16px; color: var(--line-strong); max-width: 260px; margin: 0 auto 6px; }
.rh-div::before, .rh-div::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.rh-div i { width: 6px; height: 6px; border-radius: 50%; background: var(--clay); }
.center-cta { text-align: center; margin-top: 46px; }

/* ---------- Home-Hero (zentrierte Gruppe, dynamischer Abstand, Foto vollständig) ---------- */
.hero__grid { display: flex; align-items: center; justify-content: center;
  gap: clamp(32px, 5vw, 96px);            /* Abstand Text<->Foto, skaliert mit Breite */
  width: 100%; max-width: 1440px; margin: 0 auto;
  padding: 44px clamp(24px, 4vw, 60px); box-sizing: border-box; }
.hero .copy { flex: 0 1 540px; max-width: 540px;
  display: flex; flex-direction: column; justify-content: center; }
.hero h1 { font-size: clamp(2.3rem, 4.4vw, 3.9rem); line-height: 1.04; margin: 14px 0 0; }
.hero .lead { margin: 18px 0 26px; max-width: 42ch; }
.hero__sig { width: 100px; height: 100px; margin: 20px 0 0 -5px; background: var(--espresso);
  -webkit-mask: url(images/logo-full.png) center/contain no-repeat;
          mask: url(images/logo-full.png) center/contain no-repeat; }
.sig { font-family: var(--font-display); font-style: italic; font-weight: 500; }
/* Foto: volle Höhe, Breite folgt dem Bild -> kein Beschnitt */
.hero__media { flex: 0 0 auto; height: min(78vh, 700px); display: flex; }
.hero__media img { height: 100%; width: auto; max-width: 100%; display: block; border-radius: 3px; }
@media (max-width: 940px){
  .hero__grid { flex-direction: column; gap: 22px; max-width: none; padding: 0 0 36px; }
  .hero__media { height: auto; width: 100%; order: -1; }
  .hero__media img { width: 100%; height: auto; border-radius: 0; }
  .hero .copy { flex: none; max-width: 100%; padding: 30px 22px 0; text-align: center; align-items: center; }
  .hero h1 { font-size: clamp(2.1rem, 8vw, 3rem); }
  .hero__sig { margin: 18px auto 0; width: 92px; height: 92px; }
}

/* ---------- Video-Block: einfaches Full-Width-Band, 50vh ---------- */
.videoband { position: relative; width: 100%; height: 50vh; min-height: 320px;
  overflow: hidden; background: var(--espresso); }
.videoband__vid { position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 42%; display: block; }
/* Scrim links – Text bleibt lesbar, rechts zeigt sich das Baby */
.videoband__scrim { position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, rgba(43,34,28,.52) 0%, rgba(43,34,28,.20) 34%,
    rgba(43,34,28,0) 62%); }
.videoband__cap { position: absolute; inset: 0; z-index: 2; display: flex; align-items: center;
  padding: 0 clamp(24px, 6vw, 96px); box-sizing: border-box; }
.videoband__cap-in { max-width: 1440px; width: 100%; margin: 0 auto; }
.videoband__cap .eyebrow { color: var(--blush); }
.videoband__cap p { font-family: var(--font-display); font-style: italic; font-weight: 500;
  color: #fff; font-size: clamp(1.6rem, 3.2vw, 2.6rem); line-height: 1.16;
  margin: 8px 0 0; text-shadow: 0 1px 18px rgba(0,0,0,.45); }
@media (max-width: 820px){
  .videoband { height: 36vh; min-height: 240px; }
}
@media (prefers-reduced-motion: reduce){
  .videoband__vid { display: none; }
  .videoband { background: var(--espresso) url(video/poster.png) center 42%/cover; }
}

/* ---------- Subpage-Hero (Galerie/Studio) ---------- */
.subhero { padding: 62px 0 44px; text-align: center; }
.subhero h1 { font-size: clamp(2.3rem, 5vw, 3.6rem); margin: 12px 0 0; }
.subhero p { margin: 16px auto 0; max-width: 56ch; color: var(--ink-soft); }
.crumbs { font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mute); }
.crumbs a { color: var(--ink-mute); }

/* ---------- Leistungen (Home-Teaser) ---------- */
.services { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.svc { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow-sm); display: block; color: inherit;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease); }
.svc:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.svc__img { aspect-ratio: 4/3; overflow: hidden; }
.svc__img img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--dur) var(--ease); }
.svc:hover .svc__img img { transform: scale(1.04); }
.svc__body { padding: 24px 26px 28px; }
.svc__body h3 { margin: 0 0 8px; font-size: 1.5rem; }
.svc__body p { font-size: 0.88rem; margin: 0 0 14px; }
.svc__more { font-family: var(--font-body); font-size: 0.66rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--espresso); }
.svc__more::after { content: " →"; }
@media (max-width: 820px){ .services { grid-template-columns: 1fr; } }

/* ---------- Split (Über) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.split__img { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/5; box-shadow: var(--shadow-lg); }
.split__img img { width: 100%; height: 100%; object-fit: cover; }
.split blockquote { font-family: var(--font-display); font-weight: 500; font-size: 1.7rem; line-height: 1.34; color: var(--ink); margin: 0 0 18px; }
@media (max-width: 820px){ .split { grid-template-columns: 1fr; gap: 28px; } .split__img { order: -1; } }

/* ---------- Galerie (Unterseiten) ---------- */
.gal-page { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gal-page figure { margin: 0; border-radius: var(--radius-sm); overflow: hidden; aspect-ratio: 4/5; }
.gal-page figure.wide { grid-column: span 2; aspect-ratio: 8/5; }
.gal-page img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--dur) var(--ease); }
.gal-page figure:hover img { transform: scale(1.04); }
@media (max-width: 820px){ .gal-page { grid-template-columns: repeat(2,1fr); } .gal-page figure.wide { grid-column: span 2; } }

/* ---------- Ablauf ---------- */
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.step { text-align: center; }
.step .n { font-family: var(--font-display); font-weight: 500; font-size: 2rem; color: var(--blush-deep); }
.step h4 { margin: 8px 0 6px; color: #fff; }
.step p { font-size: 0.84rem; margin: 0; color: var(--on-dark-soft); }
@media (max-width: 820px){ .steps { grid-template-columns: 1fr 1fr; gap: 30px; } }

/* ---------- Pakete ---------- */
.pkgs { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: stretch; }
.pkg { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 32px 28px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.pkg--feat { background: var(--espresso); border-color: transparent; box-shadow: var(--shadow-lg); }
.pkg--feat .pkg__name, .pkg--feat .pkg__price { color: var(--on-dark); }
.pkg--feat .pkg__sub { color: var(--on-dark-soft); }
.pkg__name { font-family: var(--font-display); font-weight: 500; font-size: 1.7rem; color: var(--ink); }
.pkg__sub { font-size: 0.78rem; color: var(--ink-mute); margin-top: 2px; }
.pkg__price { font-family: var(--font-display); font-weight: 500; font-size: 2.5rem; color: var(--espresso); margin: 18px 0 2px; line-height: 1; }
.pkg__from { font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mute); }
.pkg--feat .pkg__from { color: var(--on-dark-soft); }
.pkg ul { list-style: none; margin: 20px 0 24px; padding: 0; flex: 1; }
.pkg li { font-size: 0.86rem; color: var(--ink-soft); padding: 7px 0 7px 20px; position: relative; }
.pkg--feat li { color: var(--on-dark); }
.pkg li::before { content:""; position:absolute; left:0; top:13px; width:6px; height:6px; border-radius:50%; background:var(--clay); }
.pkg--feat li::before { background: var(--blush); }
.pkg .rb { align-self: flex-start; margin-bottom: 4px; }
@media (max-width: 820px){ .pkgs { grid-template-columns: 1fr; } }

/* ---------- Stimmen ---------- */
/* Karussell: horizontal scrollbar, Snap, versteckte Scrollbar */
.revwrap { position: relative; }
.quotes { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x proximity;
  scroll-behavior: smooth; padding: 4px 2px 8px; margin: 0 -2px;
  -webkit-overflow-scrolling: touch; scrollbar-width: none; touch-action: pan-x pan-y; }
.quotes::-webkit-scrollbar { display: none; }
.qc { scroll-snap-align: start; flex: 0 0 clamp(268px, 31%, 356px); box-sizing: border-box;
  align-self: flex-start; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 26px; box-shadow: var(--shadow-xs);
  display: flex; flex-direction: column; }
.qc .stars { color: var(--clay); letter-spacing: 3px; font-size: 0.85rem; }
.qc__text { font-family: var(--font-display); font-weight: 500; font-size: 1.06rem;
  color: var(--ink); line-height: 1.45; margin: 12px 0 14px;
  display: -webkit-box; -webkit-line-clamp: 8; -webkit-box-orient: vertical; overflow: hidden; }
.qc__text.open { -webkit-line-clamp: unset; overflow: visible; }
.qc__more { align-self: flex-start; background: none; border: none; font: inherit;
  font-size: 0.8rem; color: var(--fir-deep); cursor: pointer; padding: 0 0 14px;
  text-decoration: underline; text-underline-offset: 3px; }
.qc .who { margin-top: auto; }
.qc .who b { font-size: 0.82rem; color: var(--ink); font-weight: 600; display: block; }
.qc .who span { font-size: 0.72rem; color: var(--ink-mute); }
/* Pfeil-Buttons */
.revnav { position: absolute; top: 42%; transform: translateY(-50%); z-index: 3;
  width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line);
  background: #fff; color: var(--espresso); font-size: 1.4rem; line-height: 1; cursor: pointer;
  box-shadow: var(--shadow-sm); display: flex; align-items: center; justify-content: center;
  transition: background var(--dur) var(--ease), transform var(--dur-fast) var(--ease); }
.revnav:hover { background: var(--fir); color: #fff; border-color: var(--fir); }
.revnav--prev { left: -18px; }
.revnav--next { right: -18px; }
@media (max-width: 820px){
  .qc { flex-basis: 82%; }
  /* Pfeile bleiben auch mobil — kleiner, innen am Rand */
  .revnav { width: 38px; height: 38px; font-size: 1.15rem;
    background: rgba(255,255,255,.92); }
  .revnav--prev { left: 4px; }
  .revnav--next { right: 4px; }
}

/* ---------- Studios ---------- */
.studios2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.studio-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.studio-card .ph { aspect-ratio: 3/2; background-color: var(--sand);
  background-image: repeating-linear-gradient(45deg, transparent 0 13px, rgba(94,75,59,.09) 13px 14px);
  display: flex; align-items: center; justify-content: center; }
.studio-card .ph span { font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mute); }
.studio-card .body { padding: 26px 28px 30px; }
.studio-card h3 { margin: 0 0 6px; }
.studio-card p { font-size: 0.86rem; margin: 0 0 12px; }
.studio-card .meta { font-size: 0.78rem; color: var(--ink-mute); }
@media (max-width: 820px){ .studios2 { grid-template-columns: 1fr; } }

/* ---------- Kontakt / Formular ---------- */
.contact { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 44px; align-items: start; }
.contact__info .rh-line { display:flex; gap:10px; align-items:flex-start; padding:13px 0; border-top:1px solid var(--line); }
.contact__info .rh-line:first-of-type { border-top:none; }
.contact__info .rh { width:7px; height:7px; border-radius:50%; background:var(--clay); flex:none; margin-top:8px; }
.contact__info b { color: var(--ink); font-weight: 400; }
.formcard { background: var(--card); border: 1px solid var(--line-strong); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: 30px; }
.formcard .fh { display:flex; align-items:center; gap:10px; margin-bottom:18px; }
.formcard .fh .rh { width:7px;height:7px;border-radius:50%;background:var(--clay); }
.fotolio-form-embed { min-height: 120px; }
.embed-hint { font-size: 0.72rem; color: var(--ink-mute); text-align: center; padding: 30px 10px; border: 1px dashed var(--line-strong); border-radius: var(--radius-md); }
@media (max-width: 820px){ .contact { grid-template-columns: 1fr; gap: 26px; } }

/* ---------- Rechtstexte (Impressum/Datenschutz) ---------- */
.legal { max-width: 760px; margin: 0 auto; }
.legal h3 { margin: 30px 0 8px; font-size: 1.4rem; }
.legal h3:first-child { margin-top: 0; }
.legal p, .legal li { font-size: 0.9rem; color: var(--ink-soft); line-height: 1.7; }
.legal ul { padding-left: 20px; }
.legal a { color: var(--espresso); }
.legal .note { background: var(--inset); border: 1px solid var(--line); border-radius: var(--radius-md);
  padding: 14px 18px; font-size: 0.8rem; color: var(--ink-mute); margin-bottom: 26px; }
.legal address { font-style: normal; }

/* Formular-Fallback */
.form-fallback { margin-top: 14px; text-align: center; font-size: 0.78rem; color: var(--ink-mute); }
.form-fallback a { color: var(--espresso); }

/* ---------- Footer ---------- */
footer { background: var(--espresso-deep); color: var(--on-dark-soft); padding: 48px 0 30px; }
footer .top { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; align-items: flex-start; }
footer .m { width: 56px; height: 56px; background: var(--on-dark);
  -webkit-mask: url(images/logo-full.png) center/contain no-repeat; mask: url(images/logo-full.png) center/contain no-repeat; }
footer a { color: var(--on-dark); font-size: 0.84rem; }
footer .cols { display: flex; gap: 48px; flex-wrap: wrap; }
footer .col b { display:block; font-family:var(--font-body); font-size:0.62rem; letter-spacing:0.18em; text-transform:uppercase; color:var(--on-dark-soft); margin-bottom:10px; }
footer .col a { display:block; padding:4px 0; }
footer .cr { margin-top: 30px; border-top: 1px solid rgba(250,247,241,.14); padding-top: 18px; font-size: 0.7rem; display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap; }

/* ---------- AI-Chat-Widget (Platzhalter) ---------- */
#chat { position: fixed; right: 22px; bottom: 22px; z-index: 60; }
#chat .fab { width: 62px; height: 62px; border-radius: 50%; background: var(--espresso); box-shadow: var(--shadow-lg); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; }
#chat .fab svg { width: 28px; height: 28px; fill: var(--on-dark); }
#chat .panel { position: absolute; right: 0; bottom: 76px; width: 340px; max-width: 82vw; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); overflow: hidden; display: none; }
#chat.open .panel { display: block; }
#chat .p-head { background: var(--espresso); color: var(--on-dark); padding: 16px 18px; display: flex; align-items: center; gap: 10px; }
#chat .p-head .w { width: 30px; height: 30px; background: var(--on-dark); -webkit-mask: url(images/wreath.png) center/contain no-repeat; mask: url(images/wreath.png) center/contain no-repeat; }
#chat .p-head b { font-family: var(--font-display); font-weight: 500; font-size: 1rem; }
#chat .p-head span { font-size: 0.64rem; color: var(--on-dark-soft); display: block; }
#chat .p-body { padding: 18px; background: var(--paper); }
#chat .msg { background: var(--card); border: 1px solid var(--line); border-radius: 12px 12px 12px 3px; padding: 12px 14px; font-size: 0.84rem; color: var(--ink-soft); margin-bottom: 10px; }
#chat .chips { display: flex; flex-wrap: wrap; gap: 7px; }
#chat .chip { font-size: 0.7rem; color: var(--espresso); background: var(--inset); border: 1px solid var(--line); border-radius: var(--radius-pill); padding: 0.45em 0.8em; cursor: pointer; }
#chat .p-foot { display: flex; gap: 8px; padding: 12px; border-top: 1px solid var(--line); background: var(--card); }
#chat .p-foot input { flex: 1; border: 1px solid var(--line-strong); border-radius: var(--radius-pill); padding: 0.6em 1em; font-family: var(--font-body); font-size: 0.82rem; }
#chat .p-foot button { border: none; background: var(--espresso); color: var(--on-dark); border-radius: 50%; width: 38px; height: 38px; cursor: pointer; }
#chat .ph-note { font-size: 0.6rem; color: var(--ink-mute); text-align: center; padding: 6px; background: var(--inset); }

/* ============================================================
   SEO-Relaunch: Dropdown-Nav, Studio-/Meet-/Pakete-/FAQ-/Yoga-Seiten
   ============================================================ */
/* Dropdown-Navigation (Desktop) */
.nav .drop { position: relative; }
.nav .drop > a::after { content: " ›"; color: var(--clay); }
.nav .drop__menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(6px);
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-md);
  box-shadow: var(--shadow-md); padding: 8px; min-width: 190px; opacity: 0; visibility: hidden;
  transition: opacity .2s var(--ease), transform .2s var(--ease); z-index: 30; }
.nav .drop:hover .drop__menu, .nav .drop:focus-within .drop__menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(2px); }
.nav .drop__menu a { display: block; padding: 9px 14px; border-radius: var(--radius-sm); font-size: 0.84rem; white-space: nowrap; }
.nav .drop__menu a:hover { background: var(--inset); color: var(--espresso); }
@media (max-width: 940px){
  .nav .drop__menu { position: static; transform: none; opacity: 1; visibility: visible; box-shadow: none;
    border: none; border-radius: 0; padding: 0 0 6px; min-width: 0; background: transparent; }
  .nav .drop > a::after { content: ""; }
  .nav .drop__menu a { padding: 10px clamp(24px,5vw,72px) 10px calc(clamp(24px,5vw,72px) + 14px);
    border-radius: 0; border-top: 1px solid var(--line); }
}

/* Subpage-Hero mit SEO-Intro */
.page-hero { padding: 66px 0 40px; text-align: center; }
.page-hero .crumbs { font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 12px; }
.page-hero .crumbs a { color: var(--ink-mute); }
.page-hero h1 { font-size: clamp(2.2rem, 4.6vw, 3.4rem); margin: 0; }
.page-hero .lead { margin: 16px auto 0; max-width: 58ch; color: var(--ink-soft); }

/* Fließtext-Block (SEO-Text) */
.prose { max-width: 68ch; margin: 0 auto; }
.prose p { font-size: 0.95rem; line-height: 1.72; margin: 0 0 16px; }
.prose h2 { font-size: 1.7rem; margin: 34px 0 12px; }
.prose h3 { font-size: 1.25rem; margin: 26px 0 8px; }

/* Studio-Seite */
.studio-split { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 46px; align-items: start; }
.studio-facts { list-style: none; margin: 18px 0 0; padding: 0; }
.studio-facts li { display: grid; grid-template-columns: 26px 1fr; gap: 12px; padding: 11px 0; border-top: 1px solid var(--line); font-size: 0.9rem; color: var(--ink-soft); }
.studio-facts li:first-child { border-top: none; }
.studio-facts .ic { width: 8px; height: 8px; border-radius: 50%; background: var(--clay); margin-top: 8px; }
.studio-facts b { color: var(--ink); font-weight: 500; }
.map-embed { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 4/3;
  background-color: var(--sand); background-image: repeating-linear-gradient(45deg, transparent 0 13px, rgba(94,75,59,.09) 13px 14px);
  display: flex; align-items: center; justify-content: center; }
.map-embed span { font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mute); }
.map-embed iframe { width: 100%; height: 100%; border: 0; }
@media (max-width: 820px){ .studio-split { grid-template-columns: 1fr; gap: 26px; } }

/* Pakete-Übersicht */
.paket-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.paket-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px 30px; box-shadow: var(--shadow-xs); }
.paket-card h3 { margin: 0 0 6px; }
.paket-card p { font-size: 0.86rem; margin: 0 0 12px; }
.paket-card ul { list-style: none; margin: 0; padding: 0; }
.paket-card li { font-size: 0.82rem; color: var(--ink-soft); padding: 5px 0 5px 18px; position: relative; }
.paket-card li::before { content:""; position:absolute; left:0; top:12px; width:5px; height:5px; border-radius:50%; background:var(--clay); }
.incl-note { text-align: center; background: var(--inset); border-radius: var(--radius-lg); padding: 24px 30px; margin-top: 24px; font-size: 0.88rem; color: var(--ink-soft); }
.incl-note b { color: var(--ink); font-weight: 500; }
@media (max-width: 820px){ .paket-list { grid-template-columns: 1fr; } }

/* FAQ-Seite */
.faqlist { max-width: 760px; margin: 0 auto; }
.faqlist details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.faqlist summary { cursor: pointer; list-style: none; font-family: var(--font-display); font-weight: 500; font-size: 1.25rem; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faqlist summary::-webkit-details-marker { display: none; }
.faqlist summary::after { content: "+"; color: var(--mocha); font-weight: 300; }
.faqlist details[open] summary::after { content: "–"; }
.faqlist p { margin: 12px 0 0; font-size: 0.9rem; color: var(--ink-soft); line-height: 1.7; }

/* JSON-LD ist unsichtbar; keine Styles nötig */

/* ---------- Google-Bewertungs-Badge + Reviews-CTA ---------- */
.gbadge { display: flex; width: max-content; max-width: 100%; margin: 8px auto 46px;
  align-items: center; gap: 18px; flex-wrap: wrap; justify-content: center;
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  padding: 15px 30px; box-shadow: var(--shadow-sm); }
.gbadge__g { display: flex; }
.gbadge__num { font-family: var(--font-body); font-weight: 700; font-size: 2.2rem;
  line-height: 1; color: var(--espresso); letter-spacing: -0.01em; }
.gbadge__col { display: flex; flex-direction: column; gap: 3px; text-align: left; }
.gbadge__stars { color: #F5B400; letter-spacing: 3px; font-size: 1.05rem; }
.gbadge__meta { font-size: 0.82rem; color: var(--mocha); line-height: 1.35; }
.rev-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 14px; margin-top: 42px; }
.rev-cta > span { color: var(--mocha); font-size: 0.9rem; width: 100%; text-align: center; margin-bottom: 2px; }

/* ---------- Instagram-Sektion ---------- */
.igband { text-align: center; }
.ig-head { display: flex; flex-direction: column; align-items: center; margin-bottom: 34px; }
.ig-glyph { display: inline-flex; margin-bottom: 14px; }
.ig-glyph svg { filter: drop-shadow(0 5px 14px rgba(0,0,0,.14)); }
.ig-head h2 { margin-top: 8px; }
.ig-handle { margin-top: 12px; font-family: var(--font-body); font-size: 1.02rem;
  letter-spacing: 0.01em; color: var(--fir-deep); }
.ig-handle:hover { text-decoration: underline; text-underline-offset: 3px; }
.ig-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px;
  max-width: 1000px; margin: 0 auto; }
.ig-tile { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: 10px; display: block; }
.ig-tile img { width: 100%; height: 100%; object-fit: cover;
  transition: transform var(--dur) var(--ease); }
.ig-tile:hover img { transform: scale(1.07); }
.ig-tile__ov { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(43,34,28,0); opacity: 0; transition: opacity var(--dur) var(--ease), background var(--dur) var(--ease); }
.ig-tile:hover .ig-tile__ov { opacity: 1; background: rgba(43,34,28,.30); }
.ig-follow svg { width: 1.15em; height: 1.15em; }
@media (max-width: 820px){
  .ig-grid { grid-template-columns: repeat(3, 1fr); max-width: 440px; }
}

/* ---------- Foto-Karussell (Studios, Yoga) ---------- */
.pcar { position: relative; }
.pcar__track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x proximity;
  scroll-behavior: smooth; padding: 4px 2px 10px; -webkit-overflow-scrolling: touch;
  scrollbar-width: none; touch-action: pan-x pan-y; }
.pcar__track::-webkit-scrollbar { display: none; }
.pcar__track img { flex: 0 0 auto; height: 380px; width: auto; scroll-snap-align: start;
  border-radius: 8px; box-shadow: var(--shadow-sm);
  min-width: 220px; background: var(--sand); /* Platzhalter vor dem Lazy-Load (sonst 0px breit → lädt nie) */ }
/* Auf Fotos brauchen die Pfeile dunklen Kontrast (weiß-auf-weiß unsichtbar) */
.pcar .revnav { top: 50%; background: rgba(43,34,28,.48); color: #fff;
  border-color: transparent; backdrop-filter: blur(2px); }
.pcar .revnav:hover { background: var(--fir); border-color: var(--fir); }
@media (max-width: 820px){
  .pcar__track img { height: 250px; min-width: 150px; }
  /* Pfeile bleiben auch mobil — kleiner, innen über den Fotos */
  .pcar .revnav { width: 38px; height: 38px; font-size: 1.15rem; }
  .pcar .revnav--prev { left: 8px; }
  .pcar .revnav--next { right: 8px; }
}

/* ---------- Google-Maps: Klick-zum-Laden (DSGVO) ---------- */
.map-embed { position: relative; background: var(--inset); display: flex; align-items: center; justify-content: center; }
.map-embed__gate { display: flex; flex-direction: column; align-items: center; gap: 9px;
  text-align: center; padding: 26px 22px; }
.map-embed__pin { width: 15px; height: 15px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg);
  background: var(--fir); margin-bottom: 2px; }
.map-embed__gate b { font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; color: var(--espresso); }
.map-embed__adr { font-size: 0.85rem; color: var(--ink-soft); }
.map-embed__gate .btn { margin-top: 6px; }
.map-embed__route { font-size: 0.8rem; color: var(--fir-deep); text-decoration: underline; text-underline-offset: 3px; }
.map-embed__note { font-size: 0.66rem; letter-spacing: 0.02em; text-transform: none; color: var(--ink-mute); max-width: 32ch; }

/* ---------- Mobile-Feinschliff: Chat kompakter, Kontaktformular breiter ---------- */
@media (max-width: 600px){
  /* Sally als leichtes Bottom-Sheet statt Fast-Vollbild */
  #sallyPanel{ left:10px; right:10px; bottom:10px; width:auto;
    height:min(72vh, 560px); height:min(72dvh, 560px); border-radius:18px; }
  .sp-msgs{ padding:12px; }
  .sp-note{ font-size:.56rem; }
  /* iOS zoomt bei Eingabefeldern <16px automatisch rein — 16px verhindert das */
  #sallyPanel .sp-form input{ font-size:16px; }
  /* Anfrage-Formular: nutzt die volle Breite */
  .contact{ gap:18px; }
  .formcard{ margin:0 -14px; padding:18px 10px; border-radius:12px; }
  .formcard .fh{ padding-left:6px; }
  .form-fallback{ padding-left:6px; }
}
