/* ============================================================
   PHYSIOTOPIA ZÜRICH AFFOLTERN — Editorial-Magazin-Design
   Archetyp: Kapitel-Magazin (riesige Kapitelnummern, asymmetrische
   Grids, Methoden-Marquee, gepinnter Ablauf via GSAP)
   Palette: Petrol-Tinte + Logo-Aqua + Lime-Akzent auf kühlem Papier
   Typo: Bricolage Grotesque (Display) + Instrument Sans (Text)
   ============================================================ */

:root {
  --ink: #07272f;
  --petrol: #0c3a47;
  --petrol-soft: #11485a;
  --aqua: #3e7f9b;
  --aqua-bright: #7db9d3;
  --ice: #e6f0f4;
  --paper: #f5f8f8;
  --white: #ffffff;
  --lime: #c9e45a;
  --lime-deep: #7e9718;
  --line: rgba(7, 39, 47, 0.14);
  --line-dark: rgba(230, 240, 244, 0.16);
  --radius: 22px;
  --font-display: "Bricolage Grotesque", "Arial Black", sans-serif;
  --font-body: "Instrument Sans", "Segoe UI", sans-serif;
  --wrap: 1200px;
  --header-h: 76px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  font-family: var(--font-body);
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--aqua); text-decoration: none; }
a:hover { text-decoration: underline; }
:focus-visible { outline: 3px solid var(--lime-deep); outline-offset: 3px; border-radius: 4px; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 clamp(1.1rem, 4vw, 2.4rem); }

h1, h2, h3 { font-family: var(--font-display); line-height: 1.04; letter-spacing: -0.02em; font-weight: 700; }
h1 { font-size: clamp(2.6rem, 6.4vw, 5.2rem); }
h2 { font-size: clamp(1.9rem, 4vw, 3.1rem); }
h3 { font-size: 1.22rem; line-height: 1.25; }

/* Maskierte Zeilen-Reveals — Maske mit Unterlängen-Schutz.
   Startzustand wird NUR per JS gesetzt: ohne JS bleibt alles sichtbar. */
.mask-line { display: block; overflow: hidden; padding-bottom: 0.18em; margin-bottom: -0.18em; }
.mask-line > span { display: inline-block; will-change: transform; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: var(--font-display); font-weight: 600; font-size: 1rem;
  padding: 0.92rem 1.7rem; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; text-decoration: none !important;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, color 0.16s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(0.98); }
.btn-lime { background: var(--lime); color: var(--ink); }
.btn-lime:hover { box-shadow: 0 10px 26px rgba(201, 228, 90, 0.35); }
.btn-outline-dark { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-outline-light { border-color: rgba(230, 240, 244, 0.55); color: var(--ice); background: transparent; }
.btn-outline-light:hover { border-color: var(--lime); color: var(--lime); }
.btn-petrol { background: var(--petrol); color: var(--white); }
.btn-petrol:hover { background: var(--petrol-soft); box-shadow: 0 10px 26px rgba(12, 58, 71, 0.28); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 60; height: var(--header-h);
  display: flex; align-items: center;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}
.site-header .wrap { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.site-header.scrolled { background: rgba(7, 39, 47, 0.92); backdrop-filter: blur(10px); box-shadow: 0 2px 24px rgba(0, 0, 0, 0.25); }
.brand { display: flex; align-items: baseline; gap: 0.55rem; text-decoration: none !important; }
.brand-name { font-family: var(--font-display); font-weight: 800; font-size: 1.32rem; color: var(--ice); letter-spacing: -0.01em; }
.brand-tick { width: 11px; height: 11px; border-radius: 3px; background: var(--lime); display: inline-block; transform: rotate(45deg); }
.brand-sub { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--aqua-bright); }
.main-nav { display: flex; gap: 1.6rem; align-items: center; }
.main-nav a { color: var(--ice); font-weight: 500; font-size: 0.98rem; text-decoration: none; position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--lime); transition: right 0.22s ease; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { right: 0; }
.header-cta { flex-shrink: 0; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 0.5rem; }
.nav-toggle span { display: block; width: 26px; height: 2px; background: var(--ice); margin: 6px 0; transition: transform 0.2s ease, opacity 0.2s ease; }

/* ---------- Hero (Startseite) ---------- */
.hero {
  position: relative; background: var(--ink); color: var(--ice);
  padding: calc(var(--header-h) + clamp(3rem, 8vh, 5.5rem)) 0 0; overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(60% 80% at 82% 10%, rgba(62, 127, 155, 0.35), transparent 65%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 7fr 5fr; gap: clamp(1.6rem, 4vw, 3.4rem); align-items: center; position: relative; }
.hero-copy .kicker { display: flex; align-items: center; gap: 0.6rem; color: var(--aqua-bright); font-size: 0.86rem; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 1.3rem; }
.kicker-tick { width: 26px; height: 3px; background: var(--lime); border-radius: 2px; }
.hero h1 em { font-style: normal; color: var(--lime); }
.hero-lead { max-width: 34rem; margin: 1.5rem 0 2rem; color: rgba(230, 240, 244, 0.82); font-size: 1.08rem; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 0.9rem; align-items: center; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 1.6rem 2.4rem; margin: 2.6rem 0 3rem; }
.hero-facts div { border-left: 2px solid var(--line-dark); padding-left: 0.9rem; }
.hero-facts b { display: block; font-family: var(--font-display); font-size: 1.25rem; color: var(--lime); }
.hero-facts span { font-size: 0.86rem; color: rgba(230, 240, 244, 0.7); }
.hero-visual { position: relative; align-self: end; }
.hero-visual figure { border-radius: var(--radius) var(--radius) 0 0; overflow: hidden; aspect-ratio: 4/5.1; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; will-change: transform; }
.hero-badge {
  position: absolute; left: -1.4rem; bottom: 1.6rem; background: var(--lime); color: var(--ink);
  border-radius: 16px; padding: 0.85rem 1.15rem; font-family: var(--font-display);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35); max-width: 210px;
}
.hero-badge b { font-size: 1.35rem; display: block; }
.hero-badge span { font-size: 0.8rem; font-family: var(--font-body); font-weight: 600; line-height: 1.35; display: block; }

/* ---------- Methoden-Marquee ---------- */
.marquee { background: var(--petrol); color: var(--ice); overflow: hidden; padding: 1.05rem 0; border-top: 1px solid var(--line-dark); }
.marquee-track { display: flex; gap: 2.6rem; width: max-content; animation: marquee 36s linear infinite; }
.marquee ul { display: flex; gap: 2.6rem; list-style: none; }
.marquee li { display: flex; align-items: center; gap: 2.6rem; white-space: nowrap; font-family: var(--font-display); font-weight: 500; font-size: 1.02rem; color: var(--aqua-bright); }
.marquee li::after { content: "✦"; color: var(--lime); font-size: 0.75rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Kapitel-System ---------- */
.chapter { position: relative; padding: clamp(4rem, 9vw, 7rem) 0; }
.chapter-head { display: grid; grid-template-columns: auto 1fr; gap: clamp(1rem, 3vw, 2.2rem); align-items: start; margin-bottom: clamp(2.2rem, 5vw, 3.6rem); }
.chapter-num {
  font-family: var(--font-display); font-weight: 800; line-height: 0.8;
  font-size: clamp(4.6rem, 10vw, 8.5rem);
  color: transparent; -webkit-text-stroke: 2px rgba(62, 127, 155, 0.4);
  user-select: none;
}
.chapter-title .eyebrow { display: flex; align-items: center; gap: 0.55rem; color: var(--lime-deep); font-weight: 700; font-size: 0.85rem; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 0.7rem; }
.chapter-title .eyebrow::before { content: ""; width: 22px; height: 3px; background: var(--lime); border-radius: 2px; }
.chapter-title p.chapter-lead { max-width: 44rem; margin-top: 1rem; color: rgba(7, 39, 47, 0.75); }

/* ---------- Kapitel 01: Behandlungen (asymmetrisch) ---------- */
.treat-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.3rem; }
.treat-card { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--white); border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.treat-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(7, 39, 47, 0.12); }
.treat-xl { grid-column: span 7; }
.treat-md { grid-column: span 5; }
.treat-sm { grid-column: span 4; padding: 1.5rem; background: var(--ice); border: 0; }
.treat-card figure { overflow: hidden; }
.treat-xl figure { aspect-ratio: 16/8.5; }
.treat-md figure { aspect-ratio: 16/9.5; }
.treat-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.treat-card:hover figure img { transform: scale(1.05); }
.treat-body { padding: 1.5rem 1.6rem 1.7rem; display: flex; flex-direction: column; gap: 0.55rem; flex: 1; }
.treat-body h3 { font-size: 1.45rem; }
.treat-sm h3 { font-size: 1.12rem; }
.treat-note { margin-top: auto; padding-top: 0.8rem; font-size: 0.84rem; font-weight: 700; color: var(--lime-deep); text-transform: uppercase; letter-spacing: 0.07em; }
.treat-more { margin-top: 2.2rem; display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; }
.treat-more p { color: rgba(7, 39, 47, 0.7); font-size: 0.95rem; }

/* ---------- Kapitel 02: Ablauf (gepinnt + horizontal gescrubbt) ---------- */
.flow-section { background: var(--ink); color: var(--ice); overflow: hidden; }
.flow-section .chapter-num { -webkit-text-stroke-color: rgba(201, 228, 90, 0.35); }
.flow-section .chapter-title .eyebrow { color: var(--lime); }
.flow-section .chapter-title p.chapter-lead { color: rgba(230, 240, 244, 0.72); }
.flow-viewport { position: relative; }
.flow-track { display: flex; gap: 1.4rem; will-change: transform; }
.flow-panel {
  flex: 0 0 clamp(270px, 30vw, 400px); background: var(--petrol); border: 1px solid var(--line-dark);
  border-radius: var(--radius); padding: 2rem 1.8rem 2.2rem; display: flex; flex-direction: column; gap: 0.9rem; min-height: 300px;
}
.flow-panel b.flow-num { font-family: var(--font-display); font-size: 2.6rem; color: var(--lime); line-height: 1; }
.flow-panel h3 { color: var(--white); font-size: 1.3rem; }
.flow-panel p { color: rgba(230, 240, 244, 0.78); font-size: 0.97rem; }
.flow-hint { margin-top: 2rem; font-size: 0.85rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--aqua-bright); display: flex; align-items: center; gap: 0.6rem; }
.flow-progress { height: 3px; background: var(--line-dark); border-radius: 2px; margin-top: 1.6rem; overflow: hidden; }
.flow-progress i { display: block; height: 100%; width: 0; background: var(--lime); border-radius: 2px; }

/* ---------- Zahlen-Band ---------- */
.stats-band { background: var(--lime); color: var(--ink); padding: clamp(2.6rem, 5vw, 3.8rem) 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.6rem; text-align: center; }
.stat b { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.1rem, 4.6vw, 3.4rem); display: block; line-height: 1; }
.stat span { font-size: 0.9rem; font-weight: 600; display: block; margin-top: 0.45rem; }

/* ---------- Kapitel 03: Praxis & Team ---------- */
.praxis-grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(1.8rem, 4vw, 3.2rem); align-items: start; }
.praxis-collage { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; position: sticky; top: calc(var(--header-h) + 1.5rem); }
.praxis-collage figure { border-radius: 18px; overflow: hidden; }
.praxis-collage figure:nth-child(1) { grid-column: 1 / -1; aspect-ratio: 16/9; }
.praxis-collage figure:nth-child(n+2) { aspect-ratio: 1/1.05; }
.praxis-collage img { width: 100%; height: 100%; object-fit: cover; }
.usp-list { list-style: none; display: grid; gap: 1.15rem; margin: 1.6rem 0 2rem; }
.usp-list li { display: grid; grid-template-columns: auto 1fr; gap: 0.95rem; background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 1.05rem 1.2rem; }
.usp-ico { width: 40px; height: 40px; border-radius: 12px; background: var(--ice); display: grid; place-items: center; font-size: 1.15rem; }
.usp-list strong { font-family: var(--font-display); font-size: 1.03rem; display: block; }
.usp-list span.usp-txt { color: rgba(7, 39, 47, 0.72); font-size: 0.93rem; }
.team-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; margin-top: 0.6rem; }
.team-card { background: var(--white); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.team-card figure { aspect-ratio: 4/4.4; overflow: hidden; }
.team-card img { width: 100%; height: 100%; object-fit: cover; }
.team-card div { padding: 0.95rem 1.05rem 1.1rem; }
.team-card h3 { font-size: 1.02rem; }
.team-card p { font-size: 0.82rem; color: rgba(7, 39, 47, 0.65); margin-top: 0.15rem; }

/* ---------- Bewertungen ---------- */
.reviews { background: var(--petrol); color: var(--ice); }
.reviews .chapter-num { -webkit-text-stroke-color: rgba(201, 228, 90, 0.35); }
.reviews .chapter-title .eyebrow { color: var(--lime); }
.review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem; align-items: stretch; }
.review-score { background: var(--ink); border-radius: var(--radius); padding: 2.2rem; display: flex; flex-direction: column; justify-content: center; gap: 0.6rem; }
.review-score b { font-family: var(--font-display); font-size: 4rem; line-height: 1; color: var(--lime); }
.review-stars { color: var(--lime); letter-spacing: 0.2em; font-size: 1.2rem; }
.review-score span { color: rgba(230, 240, 244, 0.75); font-size: 0.95rem; }
.review-quote { background: rgba(230, 240, 244, 0.06); border: 1px solid var(--line-dark); border-radius: var(--radius); padding: 1.9rem 2rem; display: flex; flex-direction: column; gap: 1rem; }
.review-quote blockquote { font-family: var(--font-display); font-weight: 500; font-size: 1.18rem; line-height: 1.45; color: var(--white); }
.review-quote cite { font-style: normal; font-size: 0.85rem; color: var(--aqua-bright); }

/* ---------- Booking-Band (Startseite) ---------- */
.booking-band { padding: clamp(4rem, 8vw, 6.5rem) 0; }
.booking-panel {
  background: var(--ink); color: var(--ice); border-radius: calc(var(--radius) + 8px);
  padding: clamp(2.2rem, 5vw, 3.6rem); display: grid; grid-template-columns: 7fr 5fr;
  gap: clamp(1.6rem, 4vw, 3rem); align-items: center; position: relative; overflow: hidden;
}
.booking-panel::after {
  content: ""; position: absolute; right: -80px; top: -80px; width: 300px; height: 300px;
  border-radius: 50%; border: 60px solid rgba(201, 228, 90, 0.14); pointer-events: none;
}
.booking-panel h2 { color: var(--white); }
.booking-panel h2 em { font-style: normal; color: var(--lime); }
.booking-panel p { color: rgba(230, 240, 244, 0.8); margin-top: 0.9rem; max-width: 30rem; }
.booking-side { display: grid; gap: 0.9rem; position: relative; z-index: 1; }
.booking-side .btn { justify-content: center; }
.booking-side small { text-align: center; color: rgba(230, 240, 244, 0.65); font-size: 0.85rem; }

/* ---------- Unterseiten ---------- */
.page-hero { background: var(--ink); color: var(--ice); padding: calc(var(--header-h) + clamp(2.6rem, 6vw, 4.2rem)) 0 clamp(2.6rem, 6vw, 4rem); position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(50% 90% at 85% 0%, rgba(62, 127, 155, 0.35), transparent 60%); }
.page-hero .kicker { display: flex; align-items: center; gap: 0.6rem; color: var(--aqua-bright); font-size: 0.86rem; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 1rem; }
.page-hero h1 { font-size: clamp(2.3rem, 5vw, 3.8rem); position: relative; }
.page-hero p.lead { max-width: 40rem; margin-top: 1.1rem; color: rgba(230, 240, 244, 0.8); position: relative; }

.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; margin-top: 2rem; }
.method-card { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 1.25rem 1.35rem; }
.method-card h3 { font-size: 1.05rem; margin-bottom: 0.35rem; }
.method-card p { font-size: 0.92rem; color: rgba(7, 39, 47, 0.72); }

.faq-list { display: grid; gap: 0.9rem; max-width: 52rem; }
.faq-list details { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 1.1rem 1.4rem; }
.faq-list summary { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-list summary::after { content: "+"; font-size: 1.5rem; color: var(--lime-deep); transition: transform 0.2s ease; flex-shrink: 0; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { padding-top: 0.8rem; color: rgba(7, 39, 47, 0.78); }

.contact-grid { display: grid; grid-template-columns: 7fr 5fr; gap: clamp(1.8rem, 4vw, 3rem); align-items: start; }
.contact-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; display: grid; gap: 1.3rem; }
.contact-row { display: grid; grid-template-columns: auto 1fr; gap: 0.95rem; align-items: start; }
.contact-row strong { font-family: var(--font-display); }
.contact-row span { color: rgba(7, 39, 47, 0.7); font-size: 0.92rem; }
.hours-table { width: 100%; border-collapse: collapse; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.hours-table td { padding: 0.85rem 1.3rem; border-bottom: 1px solid var(--line); font-size: 0.97rem; }
.hours-table tr:last-child td { border-bottom: 0; }
.hours-table td:last-child { text-align: right; font-weight: 600; }
.map-frame { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); margin-top: 1.3rem; }
.map-frame iframe { width: 100%; height: 320px; border: 0; display: block; }
.locations { margin-top: 2rem; background: var(--ice); border-radius: var(--radius); padding: 1.5rem 1.7rem; }
.locations h3 { margin-bottom: 0.6rem; }
.locations ul { list-style: none; display: grid; gap: 0.4rem; font-size: 0.95rem; color: rgba(7, 39, 47, 0.8); }

/* ---------- Booking-Seite ---------- */
.booking-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.8rem, 4vw, 2.8rem); max-width: 46rem; }
.booking-card p { margin: 0.8rem 0 1.4rem; color: rgba(7, 39, 47, 0.78); }
.booking-alt { margin-top: 1.4rem !important; font-size: 0.93rem; }
.booking-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; margin-top: 2rem; }
.booking-step { background: var(--ice); border-radius: 16px; padding: 1.3rem 1.4rem; font-size: 0.93rem; color: rgba(7, 39, 47, 0.78); }
.booking-step b { display: block; font-family: var(--font-display); color: var(--ink); margin-bottom: 0.4rem; font-size: 1rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: rgba(230, 240, 244, 0.75); padding: clamp(2.8rem, 6vw, 4.2rem) 0 1.8rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; padding-bottom: 2.2rem; border-bottom: 1px solid var(--line-dark); }
.footer-grid h3 { color: var(--white); font-size: 0.95rem; margin-bottom: 0.8rem; letter-spacing: 0.06em; text-transform: uppercase; }
.footer-grid ul { list-style: none; display: grid; gap: 0.45rem; }
.footer-grid a { color: rgba(230, 240, 244, 0.75); font-size: 0.95rem; }
.footer-grid a:hover { color: var(--lime); text-decoration: none; }
.footer-logo { height: 54px; width: auto; }
.footer-brand p { font-size: 0.93rem; max-width: 26rem; margin-top: 0.9rem; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.8rem; padding-top: 1.6rem; font-size: 0.85rem; }
.footer-bottom a { color: rgba(230, 240, 244, 0.75); }

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .treat-xl, .treat-md { grid-column: span 6; }
  .treat-sm { grid-column: span 4; }
  .praxis-grid { grid-template-columns: 1fr; }
  .praxis-collage { position: static; }
}
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 480px; }
  .hero-badge { left: 1rem; }
  .main-nav {
    position: fixed; inset: var(--header-h) 0 auto 0; background: var(--ink);
    flex-direction: column; padding: 1.4rem 1.6rem 1.8rem; gap: 1.1rem; display: none;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  }
  .main-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .header-cta { display: none; }
  .treat-xl, .treat-md, .treat-sm { grid-column: span 12; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .review-grid, .booking-panel, .contact-grid { grid-template-columns: 1fr; }
  .team-row { grid-template-columns: 1fr; max-width: 380px; }
  .method-grid, .booking-steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  /* Ablauf: mobil vertikal, ohne Pin */
  .flow-track { flex-direction: column; }
  .flow-panel { flex-basis: auto; min-height: 0; }
  .flow-hint, .flow-progress { display: none; }
}

/* Feinschliff für schmale Handys */
@media (max-width: 480px) {
  .chapter-head { grid-template-columns: 1fr; gap: 0.4rem; }
  .chapter-num { font-size: 3.4rem; -webkit-text-stroke-width: 1.5px; line-height: 1; }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .hero-ctas .btn, .booking-side .btn { width: 100%; justify-content: center; }
  .hero-facts { gap: 1rem 1.4rem; margin: 2rem 0 2.4rem; }
  .btn { padding: 0.85rem 1.3rem; font-size: 0.95rem; }
  .treat-body { padding: 1.2rem 1.25rem 1.4rem; }
  .review-score { padding: 1.6rem; }
  .review-score b { font-size: 3rem; }
  .review-quote { padding: 1.4rem 1.5rem; }
  .booking-panel { padding: 1.7rem 1.4rem; }
  .stats-grid { gap: 1.2rem; }
  .marquee li { font-size: 0.92rem; }
}

/* ---------- Reduced Motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .marquee-track { animation: none; }
}
