/* =================================================================
   HÄUSERHELDEN · mobile.css
   Eigenständige Premium-Mobil-Schicht ("20k-App-Niveau").
   Greift NUR auf echten Smartphones (html.is-phone, gesetzt per JS
   anhand pointer:coarse + Viewport <= 760px). iPad + Desktop bleiben
   unangetastet (volle Kino-Version).

   Prinzipien:
   - Vertrauen zuerst (Reihenfolge umsortiert: Stats > Rezensionen >
     Über uns > Referenzen ... Erklärbereiche nach unten).
   - NICHT "alles untereinander gestapelt": seitliche Wisch-Karussells
     mit Scroll-Snap (Rezensionen, Referenzen, Konditionen, Zahlen).
   - Aktive, einladende Navigation + feste Aktionsleiste (Anrufen/Termin).
   - Große Tap-Flächen, klare Typo (Zielgruppe: ältere Eigentümer).
   ================================================================= */

html.is-phone {
  /* Sanfteres Tap-Highlight, kein graues iOS-Kästchen */
  -webkit-tap-highlight-color: transparent;
}

/* =================================================================
   0 · GERÄTE-UMSCHALTUNG (kritisch!)
   Desktop/iPad sehen die VOLLE alte Startseite (.home-desktop).
   NUR echte Handys (html.is-phone) sehen die schlanke Version
   (.home-mobile). Standard (ohne is-phone) blendet .home-mobile aus
   -> Desktop bleibt unangetastet.
   ================================================================= */
html.is-phone .home-desktop { display: none !important; }
html.is-phone .home-mobile { display: block !important; }

/* =================================================================
   1 · SEKTIONS-RHYTHMUS
   Die Startseite ist bereits bewusst minimal (Hero, Über uns,
   Rezensionen, Kontakt). Der Rest liegt auf eigenen Seiten in der
   Navigation. Hier nur ruhigere, gleichmäßige Abstände auf dem Handy.
   ================================================================= */
/* Ruhigerer, gleichmäßiger Sektions-Rhythmus auf dem Handy */
html.is-phone .stats,
html.is-phone .room,
html.is-phone .process,
html.is-phone .compare,
html.is-phone .refs,
html.is-phone .reviews,
html.is-phone .about,
html.is-phone .konditionen,
html.is-phone .darstellung,
html.is-phone .knowledge,
html.is-phone .contact {
  padding-top: clamp(2.6rem, 7vw, 3.4rem);
  padding-bottom: clamp(2.6rem, 7vw, 3.4rem);
}

/* =================================================================
   2 · HERO — app-artig, voll, ruhig (GSAP ist auf Phone aus)
   ================================================================= */
html.is-phone .hero--expand { min-height: 92svh; }
html.is-phone .hero__pin { min-height: 92svh; padding: 6rem 1.25rem 7rem; justify-content: flex-end; }
html.is-phone .hero__media { width: 100% !important; height: 100% !important; border-radius: 0 !important; }
html.is-phone .hero__title--split {
  margin: 0 0 1.4rem;
  align-items: flex-start;
  text-align: left;
}
html.is-phone .hero__title--split .hx { font-size: clamp(2.3rem, 11vw, 3.1rem); line-height: 1.02; }
html.is-phone .hero--expand .hero__content { margin: 0; max-width: 100%; }
html.is-phone .hero__actions { flex-direction: column; width: 100%; gap: 0.7rem; }
html.is-phone .hero__actions .btn { width: 100%; justify-content: center; padding: 1.05rem 1.4rem; font-size: 1.02rem; }
html.is-phone .hero__scrollhint { display: none; }

/* Intro ruhig & lesbar */
html.is-phone .hero-intro { padding: 2.6rem 1.25rem 1rem; text-align: left; }
html.is-phone .hero-intro__text { font-size: clamp(1.25rem, 5.4vw, 1.6rem); line-height: 1.42; }

/* =================================================================
   3 · WISCH-KARUSSELLS (Scroll-Snap)
   Gemeinsame Mechanik: horizontal, Karten "lugen" rechts hervor,
   Snap pro Karte, Scrollbar versteckt, weiche Kanten.
   ================================================================= */
html.is-phone .hh-rail {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.9rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-padding-left: 1.25rem;
  padding: 0.4rem 1.25rem 0.6rem;
  margin: 0 calc(-1 * var(--gutter));   /* bis an den Rand (full-bleed Gefühl) */
  scrollbar-width: none;
}
html.is-phone .hh-rail::-webkit-scrollbar { display: none; }
html.is-phone .hh-rail > * {
  scroll-snap-align: start;
  flex: 0 0 auto;
}

/* Rezensionen → Karussell, große Karte, nächste lugt hervor */
html.is-phone .reviews__grid {
  display: flex; flex-wrap: nowrap; gap: 0.9rem;
  overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  scroll-padding-left: 1.25rem; padding: 0.4rem 1.25rem 0.6rem;
  margin: 1.4rem calc(-1 * var(--gutter)) 0; scrollbar-width: none;
}
html.is-phone .reviews__grid::-webkit-scrollbar { display: none; }
html.is-phone .reviews__grid .review {
  flex: 0 0 84%; scroll-snap-align: center;
  display: flex; flex-direction: column; justify-content: center;
  min-height: 200px; padding: 1.8rem 1.6rem; border-radius: 20px;
}
html.is-phone .reviews__grid .review p { font-size: 1.06rem; }
html.is-phone .reviews__head { text-align: left; }
html.is-phone .reviews__write,
html.is-phone .reviews__google { display: flex; width: 100%; justify-content: center; margin-top: 0.7rem; }

/* Referenzen / verkaufte Objekte → Wisch-Slider mit großen Karten */
html.is-phone .refs-grid {
  display: flex; flex-wrap: nowrap; gap: 0.9rem;
  overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  scroll-padding-left: 1.25rem; padding: 0.4rem 1.25rem 0.2rem;
  margin: 1.6rem calc(-1 * var(--gutter)) 0; scrollbar-width: none;
}
html.is-phone .refs-grid::-webkit-scrollbar { display: none; }
html.is-phone .refs-grid .rcard { flex: 0 0 74%; scroll-snap-align: start; border-radius: 18px; }
html.is-phone .refs-grid .rcard__thumb { aspect-ratio: 4/3; }
html.is-phone .refs-grid .rcard__info { padding: 0.8rem 1rem 1rem; }
html.is-phone .refs-grid .rcard__loc { font-size: 1rem; }
html.is-phone .refs-grid .rcard__price { font-size: 0.95rem; }
html.is-phone .refs__head { text-align: left; }
html.is-phone .refs__ims { display: inline-flex; }

/* Konditionen → wischbare Karten (im .split-Layout) */
html.is-phone .konditionen .split { display: block; }
html.is-phone .split .kond-grid,
html.is-phone .kond-grid {
  display: flex; flex-wrap: nowrap; gap: 0.9rem;
  overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  scroll-padding-left: 1.25rem; padding: 0.4rem 1.25rem 0.4rem;
  margin: 1.4rem calc(-1 * var(--gutter)) 0; scrollbar-width: none;
}
html.is-phone .kond-grid::-webkit-scrollbar { display: none; }
html.is-phone .kond-grid .kond { flex: 0 0 80%; scroll-snap-align: start; border-radius: 20px; }

/* Zahlen → kompakte Wisch-Reihe statt 4 gestapelter Blöcke */
html.is-phone .stats {
  display: flex; flex-wrap: nowrap; gap: 0.7rem;
  grid-template-columns: none;
  overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  scroll-padding-left: 1.25rem; padding-left: 1.25rem; padding-right: 1.25rem;
  margin-left: 0; margin-right: 0; scrollbar-width: none;
}
html.is-phone .stats::-webkit-scrollbar { display: none; }
html.is-phone .stats .stat { flex: 0 0 60%; scroll-snap-align: start; padding: 1.4rem 1.1rem; border-radius: 16px; }

/* Wisch-Hinweis + Punkte-Indikator (per JS gefüllt) */
html.is-phone .hh-dots {
  display: flex; justify-content: center; gap: 7px;
  margin-top: 1rem; padding: 0 1.25rem;
}
html.is-phone .hh-dots span {
  width: 7px; height: 7px; border-radius: 50%;
  background: rgba(44,44,44,0.22); transition: all 0.3s var(--ease);
}
html.is-phone .hh-dots span.is-active { background: var(--brass-500); width: 22px; border-radius: 4px; }
html.is-phone .hh-swipe {
  display: block; margin-top: 0.6rem; padding: 0 1.25rem;
  font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--muted); text-align: center;
}

/* =================================================================
   4 · ERKLÄRBEREICHE — auf dem Handy als ruhige Karten (nach unten)
   Exposé-Flipbook & Dokumenten-Stapel bleiben funktional, nur kompakter.
   ================================================================= */
html.is-phone .room__inner,
html.is-phone .about__inner { grid-template-columns: 1fr; gap: 1.8rem; }
html.is-phone .room--reverse .room__media { order: 0; }
html.is-phone .room__title { font-size: clamp(1.8rem, 7.5vw, 2.3rem); }
html.is-phone .flipbook { max-width: 100%; }
html.is-phone .dokstack { max-width: 100%; }

/* Darstellung-Streifen → Wisch-Slider statt drei hohe Blöcke */
html.is-phone .darstellung__head { text-align: left; }
html.is-phone .darstellung__strips {
  flex-direction: row; align-items: stretch; gap: 0.9rem;
  overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  scroll-padding-left: 1.25rem; padding: 0.4rem 1.25rem 0.2rem;
  margin: 1.6rem calc(-1 * var(--gutter)) 0; scrollbar-width: none;
}
html.is-phone .darstellung__strips::-webkit-scrollbar { display: none; }
html.is-phone .darstellung__strips .dstrip { flex: 0 0 78%; scroll-snap-align: start; height: 420px; }
html.is-phone .darstellung__strips .dstrip:hover { height: 420px; }
html.is-phone .dstrip__cap p { opacity: 1; max-height: 200px; }

/* Vergleich: zwei Spalten untereinander, aber als klare Karten */
html.is-phone .compare__grid { grid-template-columns: 1fr; gap: 1rem; }
html.is-phone .compare__col { border-radius: 20px; }
html.is-phone .compare__head { text-align: left; }

/* Ablauf-Timeline ruhig */
html.is-phone .process .split { display: block; }
html.is-phone .process__cta { align-items: stretch; }
html.is-phone .process__cta .btn { width: 100%; justify-content: center; }

/* Über uns / Gründer aufgeräumt */
html.is-phone .about__region { grid-template-columns: 1fr; gap: 1.4rem; }
html.is-phone .founder { grid-template-columns: 1fr; gap: 1.4rem; text-align: left; }
html.is-phone .founder__actions { flex-direction: column; }
html.is-phone .founder__actions .btn { width: 100%; justify-content: center; }
html.is-phone .about__text .btn { width: 100%; justify-content: center; }

/* Wissen / Kontakt */
html.is-phone .knowledge__cols { grid-template-columns: 1fr; gap: 2rem; }
html.is-phone .contact__actions { flex-direction: column; }
html.is-phone .contact__actions .btn { width: 100%; justify-content: center; }
html.is-phone .contact__form { grid-template-columns: 1fr; }

/* =================================================================
   5 · NAVIGATION — aktiv & einladend (statt nur dünnem Burger)
   ================================================================= */
/* Burger als klar erkennbarer "Menü"-Button mit Label */
html.is-phone .nav__burger {
  flex-direction: row; align-items: center; gap: 8px;
  width: auto; padding: 0.55rem 0.9rem; border-radius: 100px;
  border: 1px solid rgba(44,44,44,0.16); background: rgba(247,244,239,0.7);
  position: relative;
}
html.is-phone .nav__burger::after {
  content: 'Menü'; font-family: var(--font-body); font-weight: 700;
  font-size: 0.86rem; color: var(--ink-900); letter-spacing: 0.01em;
}
html.is-phone .nav__burger span:nth-child(1),
html.is-phone .nav__burger span:nth-child(3) { width: 18px; }
html.is-phone .nav__burger span:nth-child(2) { width: 18px; }
html.is-phone .nav__burger.is-open::after { content: 'Schließen'; }
/* Beim Öffnen sollen die Striche das X bilden (Höhe stabil) */
html.is-phone .nav__burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
html.is-phone .nav__burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Vollbild-Menü: hochwertig, große Tap-Flächen, gestaffelt */
html.is-phone .mobile-menu {
  justify-content: flex-start; align-items: stretch; gap: 0;
  padding: max(5.5rem, env(safe-area-inset-top)) 1.5rem 2rem;
  background: linear-gradient(180deg, #1b1a18 0%, #232220 100%);
  overflow-y: auto;
}
html.is-phone .mobile-menu__head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 1.6rem;
}
html.is-phone .mobile-menu__eyebrow {
  font-family: var(--font-mono); font-size: 0.64rem; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--brass-400);
}
html.is-phone .mobile-menu a {
  font-family: var(--font-display); font-size: 1.5rem; font-weight: 600;
  color: var(--cream-50); text-align: left;
  padding: 1rem 0; border-bottom: 1px solid rgba(247,244,239,0.1);
  display: flex; align-items: center; justify-content: space-between;
  opacity: 0; transform: translateY(14px);
}
html.is-phone .mobile-menu a::after {
  content: '→'; color: var(--brass-400); font-family: var(--font-body);
  font-size: 1.2rem; opacity: 0.7;
}
html.is-phone .mobile-menu.is-open a {
  opacity: 1; transform: none;
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease);
}
/* Gestaffeltes Einblenden */
html.is-phone .mobile-menu.is-open a:nth-child(1) { transition-delay: 0.05s; }
html.is-phone .mobile-menu.is-open a:nth-child(2) { transition-delay: 0.10s; }
html.is-phone .mobile-menu.is-open a:nth-child(3) { transition-delay: 0.15s; }
html.is-phone .mobile-menu.is-open a:nth-child(4) { transition-delay: 0.20s; }
html.is-phone .mobile-menu.is-open a:nth-child(5) { transition-delay: 0.25s; }
html.is-phone .mobile-menu.is-open a:nth-child(6) { transition-delay: 0.30s; }
html.is-phone .mobile-menu.is-open a:nth-child(7) { transition-delay: 0.35s; }
html.is-phone .mobile-menu.is-open a:nth-child(8) { transition-delay: 0.40s; }

/* Termin-CTA im Menü = große goldene Fläche, kein Rahmen-Look */
html.is-phone .mobile-menu .mobile-menu__cta {
  margin-top: 1.6rem; border: 0 !important;
  background: var(--brass-500); color: var(--espresso-900) !important;
  font-family: var(--font-body) !important; font-weight: 700 !important;
  font-size: 1.05rem !important; justify-content: center;
  padding: 1.1rem 1.4rem !important; border-radius: 100px;
}
html.is-phone .mobile-menu .mobile-menu__cta::after { content: ''; }
/* Anruf-Zeile unten im Menü */
html.is-phone .mobile-menu__call {
  margin-top: 1rem; text-align: center;
  font-family: var(--font-mono); color: var(--brass-400) !important;
  font-size: 1.05rem !important; border: 0 !important; justify-content: center;
}
html.is-phone .mobile-menu__call::after { content: ''; }

/* =================================================================
   6 · FESTE AKTIONSLEISTE unten (Anrufen · Termin)
   Premium-App-Pattern: immer griffbereit, mit Safe-Area.
   ================================================================= */
.hh-actionbar { display: none; }
html.is-phone .hh-actionbar {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem;
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 1050;
  padding: 0.7rem 0.9rem calc(0.7rem + env(safe-area-inset-bottom));
  background: rgba(247,244,239,0.86);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  border-top: 1px solid rgba(44,44,44,0.1);
  box-shadow: 0 -10px 30px -18px rgba(0,0,0,0.4);
  transform: translateY(120%); transition: transform 0.4s var(--ease);
}
html.is-phone .hh-actionbar.is-visible { transform: none; }
.hh-actionbar a {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font-family: var(--font-body); font-weight: 700; font-size: 1rem;
  padding: 0.95rem 1rem; border-radius: 100px;
}
.hh-actionbar__call { background: transparent; color: var(--ink-900); border: 1.5px solid rgba(44,44,44,0.2); }
.hh-actionbar__book { background: var(--brass-500); color: var(--espresso-900); }
.hh-actionbar svg { width: 18px; height: 18px; }

/* Platz schaffen, damit die Aktionsleiste nichts überdeckt */
html.is-phone body { padding-bottom: 4.8rem; }
html.is-phone .footer { padding-bottom: calc(2rem + 4.8rem); }

/* =================================================================
   7 · FEINSCHLIFF
   ================================================================= */
/* Grain auf Phone dezenter (Performance + Sauberkeit) */
html.is-phone .grain { opacity: 0.03; }
/* Section-Titel etwas kompakter */
html.is-phone .section-title { font-size: clamp(1.9rem, 8vw, 2.6rem); }
/* Eyebrow klar */
html.is-phone .eyebrow { margin-bottom: 0.9rem; }
/* Anker-Versatz an die fixe Nav-Höhe anpassen */
html.is-phone :where(section[id]) { scroll-margin-top: 76px; }

/* =================================================================
   8 · SCHLANK & STILVOLL (v2 — User-Feedback: zu fett, zu groß,
   alles füllt den ganzen Screen, zu viel Portrait). Überschreibt
   die obigen Werte mit dezenteren, kompakteren Größen.
   ================================================================= */
/* Engerer Rhythmus -> mehr passt auf einen Screen */
html.is-phone .stats, html.is-phone .room, html.is-phone .process,
html.is-phone .compare, html.is-phone .refs, html.is-phone .reviews,
html.is-phone .about, html.is-phone .konditionen, html.is-phone .darstellung,
html.is-phone .knowledge, html.is-phone .contact, html.is-phone .more {
  padding-top: clamp(1.5rem, 4.2vw, 2.1rem);
  padding-bottom: clamp(1.5rem, 4.2vw, 2.1rem);
}

/* Kleinere, ruhigere Typo */
html.is-phone .section-title { font-size: clamp(1.5rem, 6.2vw, 1.95rem); line-height: 1.12; letter-spacing: -0.02em; }
html.is-phone .eyebrow { font-size: 0.6rem; margin-bottom: 0.55rem; }

/* Hero niedriger + Titel kleiner, damit darunter etwas durchblitzt */
html.is-phone .hero--expand, html.is-phone .hero__pin { min-height: 76svh; }
html.is-phone .hero__pin { padding: 4.8rem 1.25rem 5rem; }
html.is-phone .hero__title--split .hx { font-size: clamp(1.9rem, 8.4vw, 2.45rem); }
html.is-phone .hero-intro { padding: 1.7rem 1.25rem 0.3rem; }
html.is-phone .hero-intro__text { font-size: clamp(1.02rem, 4.3vw, 1.25rem); line-height: 1.42; }

/* Buttons schlanker (nicht „fett") */
html.is-phone .btn { padding: 0.7rem 1.15rem; font-size: 0.88rem; font-weight: 600; gap: 0.45rem; }
html.is-phone .btn--lg { padding: 0.78rem 1.25rem; font-size: 0.92rem; }
html.is-phone .hero__actions { gap: 0.55rem; }
/* Hero-Buttons schlanker (überschreibt die frühere, fettere v1-Regel) */
html.is-phone .hero__actions .btn { padding: 0.8rem 1.2rem; font-size: 0.92rem; }
/* CTA-Gruppen nebeneinander & auto-Breite statt voll/fett */
html.is-phone .founder__actions, html.is-phone .contact__actions {
  flex-direction: row; flex-wrap: wrap; gap: 0.5rem;
}
html.is-phone .founder__actions .btn, html.is-phone .contact__actions .btn,
html.is-phone .about__text .btn { width: auto; }

/* Rezensionen: kleiner & schicker, keine Riesenkarten */
html.is-phone .reviews__head { display: flex; flex-direction: column; align-items: flex-start; gap: 0.5rem; }
html.is-phone .reviews__grid { margin-top: 0.9rem; }
html.is-phone .reviews__grid .review {
  flex: 0 0 77%; min-height: 0; padding: 1.15rem 1.25rem; border-radius: 14px;
}
html.is-phone .reviews__grid .review p { font-size: 0.9rem; line-height: 1.5; margin: 0.45rem 0 0.65rem; }
html.is-phone .reviews__grid .review .stars { font-size: 0.85rem; }
html.is-phone .reviews__grid .review cite { font-size: 0.66rem; }
html.is-phone .reviews__agg { font-size: 0.78rem; margin-top: 0.2rem; }
html.is-phone .reviews__write, html.is-phone .reviews__google {
  width: auto; font-size: 0.82rem; padding: 0.55rem 1rem; margin-top: 0.2rem;
}

/* Daniel deutlich weniger dominant: kleines Portrait statt großflächig */
html.is-phone .about__inner { gap: 1.1rem; }
html.is-phone .about__text p { font-size: 0.96rem; line-height: 1.55; }
html.is-phone .founder {
  grid-template-columns: 72px 1fr; gap: 0.55rem 0.9rem;
  align-items: center; padding: 1.1rem 1.2rem; margin-top: 1.4rem;
}
html.is-phone .founder__photo { width: 72px; aspect-ratio: 1 / 1; border-radius: 50%; margin: 0; }
html.is-phone .founder__photo img { border-radius: 50%; }
html.is-phone .founder__text { grid-column: 2; }
html.is-phone .founder__name { font-size: 1.25rem; }
html.is-phone .founder__role { margin: 0.25rem 0 0; font-size: 0.68rem; }
html.is-phone .founder__credo { font-size: 0.92rem; line-height: 1.45; margin: 0.6rem 0 0.8rem; }
/* Zitat + Buttons über die volle Breite unter Bild+Name */
html.is-phone .founder__credo, html.is-phone .founder__actions { grid-column: 1 / -1; }

/* „Alle Leistungen"-Band dezenter */
html.is-phone .more { padding-top: 0.4rem; }
html.is-phone .more__card { padding: 1.2rem; gap: 0.8rem; }
html.is-phone .more__card h2 { font-size: 1.15rem; }
html.is-phone .more__card p { font-size: 0.9rem; }

/* Aktionsleiste schlanker */
html.is-phone .hh-actionbar { padding: 0.5rem 0.7rem calc(0.5rem + env(safe-area-inset-bottom)); gap: 0.5rem; }
html.is-phone .hh-actionbar a { padding: 0.7rem 0.9rem; font-size: 0.9rem; font-weight: 600; }
html.is-phone body { padding-bottom: 4rem; }
html.is-phone .footer { padding-bottom: calc(2rem + 4rem); }

/* Menü-Links etwas schlanker */
html.is-phone .mobile-menu a { font-size: 1.3rem; padding: 0.85rem 0; }

/* =================================================================
   9 · DEUTLICH SCHLANKER (v3 — User: „viel zu fett", Buttons müssen
   schmal sein, Bild klein an der Seite, nichts fett untereinander).
   Editorial statt Vollbreit-Pillen.
   ================================================================= */
/* --- Buttons grundsätzlich schmal & auto-Breite (keine fetten Pillen) --- */
html.is-phone .btn {
  width: auto; align-self: flex-start;
  padding: 0.5rem 1.05rem; font-size: 0.8rem; font-weight: 600;
  border-radius: 100px;
}
html.is-phone .btn--lg { padding: 0.55rem 1.1rem; font-size: 0.82rem; }

/* --- Hero: schlanke, linksbündige CTA + Textlink statt zwei fetter Pillen --- */
html.is-phone .hero__actions { flex-direction: column; align-items: flex-start; gap: 0.55rem; width: auto; }
html.is-phone .hero__actions .btn { width: auto; }
html.is-phone .hero__actions .btn--primary { padding: 0.62rem 1.2rem; font-size: 0.84rem; }
/* Kapitalrechner = eigene schlanke Pille (klare zweite CTA, kein Textlink) */
html.is-phone .hero__actions .btn--rechner {
  padding: 0.62rem 1.2rem; font-size: 0.84rem; font-weight: 600;
  background: rgba(247,244,239,0.96); color: var(--espresso-900); border: 0;
}
html.is-phone .hero__actions .btn--rechner:hover { background: #fff; color: var(--espresso-900); }

/* Bewertungs-Kopf: Überschrift links, Sterne rechts daneben (mittig);
   Satz darunter in einer Zeile, dann Buttons. */
html.is-phone .reviews__titlerow {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: nowrap; gap: 0.7rem;
}
html.is-phone .reviews__titlerow .section-title { flex: 1; margin: 0; }
html.is-phone .reviews__stars {
  flex: none; white-space: nowrap; line-height: 1;
  font-size: 1rem; letter-spacing: 2px; color: var(--brass-400);
}
html.is-phone .reviews__agg { font-size: 0.72rem; letter-spacing: 0.02em; white-space: nowrap; }

/* --- Button-Gruppen: nebeneinander, links, schlank (nicht gestapelt-fett) --- */
html.is-phone .founder__actions, html.is-phone .contact__actions {
  flex-direction: row; flex-wrap: wrap; align-items: center; gap: 0.5rem;
}
html.is-phone .founder__actions .btn, html.is-phone .contact__actions .btn,
html.is-phone .about__text .btn, html.is-phone .reviews__write,
html.is-phone .reviews__google, html.is-phone .more__card .btn { width: auto; }
/* Sekundär-Buttons als dezenter Ghost (nicht fett) */
html.is-phone .btn--ghost { padding: 0.5rem 1rem; font-size: 0.8rem; }

/* --- Rezensionen: schmaler & ruhiger --- */
html.is-phone .reviews__head { align-items: flex-start; }
html.is-phone .reviews__grid .review { flex: 0 0 70%; padding: 1rem 1.1rem; border-radius: 13px; }
html.is-phone .reviews__grid .review p { font-size: 0.85rem; line-height: 1.5; }
html.is-phone .reviews__write, html.is-phone .reviews__google { font-size: 0.78rem; padding: 0.45rem 0.9rem; }

/* --- Daniel: kleines Foto an der Seite, kompakte Zeile (nicht groß) --- */
html.is-phone .about__video { border-radius: 12px; }
html.is-phone .founder {
  grid-template-columns: 54px 1fr; gap: 0.45rem 0.8rem; padding: 0.95rem 1.05rem;
  align-items: center;
}
html.is-phone .founder__photo { width: 54px; }
html.is-phone .founder__name { font-size: 1.1rem; }
html.is-phone .founder__role { font-size: 0.64rem; }
html.is-phone .founder__credo { font-size: 0.85rem; line-height: 1.45; margin: 0.45rem 0 0.6rem; }

/* --- Hero etwas niedriger, damit nicht „eins pro Screen" --- */
html.is-phone .hero--expand, html.is-phone .hero__pin { min-height: 70svh; }

/* --- „Alle Leistungen"-Band: Button schlank, nicht voll --- */
html.is-phone .more__card .btn { width: auto; }

/* =================================================================
   AKTIONSLEISTE feste Höhe + ESELSOHR bündig direkt darüber (2026-06-10)
   Behebt den „Millimeter-Spalt"/abgeschnitten auf dem Handy: das Eselsohr
   sitzt mit der Unterkante exakt auf der Oberkante der Aktionsleiste.
   ================================================================= */
html.is-phone { --hh-bar-h: 3.4rem; }
html.is-phone .hh-actionbar {
  height: calc(var(--hh-bar-h) + env(safe-area-inset-bottom));
  align-items: center;
  padding: 0 0.7rem env(safe-area-inset-bottom);
}
html.is-phone .hh-actionbar a { padding: 0.6rem 0.9rem; }
html.is-phone body { padding-bottom: calc(var(--hh-bar-h) + env(safe-area-inset-bottom) + 0.3rem); }
html.is-phone .footer { padding-bottom: calc(2rem + var(--hh-bar-h) + env(safe-area-inset-bottom)); }
