/* ================================================================
   Topbody Vitaltreff Dachau — „frisch & vital"
   Creme / Tannengrün / Mango — Bricolage Grotesque + Instrument Sans
   ================================================================ */

:root {
  --cream: #FAF5EC;
  --cream-deep: #F2EADA;
  --green: #113B2C;
  --green-soft: #1C5540;
  --green-tint: #E3EDE4;
  --mango: #FF7A29;
  --mango-deep: #E85D04;
  --lime: #C6F24E;
  --ink: #16211B;
  --ink-soft: #45544B;
  --white: #FFFFFF;
  --border: rgba(17, 59, 44, 0.14);
  --radius: 22px;
  --radius-lg: 34px;
  --shadow-soft: 0 18px 45px -18px rgba(17, 59, 44, 0.28);
  --shadow-card: 0 10px 30px -12px rgba(17, 59, 44, 0.18);
  --font-display: "Bricolage Grotesque", Georgia, serif;
  --font-body: "Instrument Sans", "Helvetica Neue", sans-serif;
  --wrap: 1160px;
}

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

html { scroll-behavior: smooth; }

section[id], [id="inhalt"] { scroll-margin-top: 90px; }

a, button {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--ink);
  line-height: 1.65;
  font-size: 1.0625rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

.container { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

h1, h2, h3 {
  font-family: var(--font-display);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--green);
  text-wrap: balance;
}

h1 { font-size: clamp(2.6rem, 6.2vw, 4.4rem); font-weight: 800; }
h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); font-weight: 700; }
h3 { font-size: 1.25rem; font-weight: 700; line-height: 1.25; }

p { color: var(--ink-soft); }

.accent-word {
  color: var(--mango-deep);
  position: relative;
  white-space: nowrap;
}

.eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green-soft);
  background: var(--green-tint);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 7px 16px;
  margin-bottom: 20px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 12px;
  z-index: 200;
  background: var(--green);
  color: var(--white);
  padding: 10px 18px;
  border-radius: 8px;
}
.skip-link:focus { left: 12px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1rem;
  padding: 14px 26px;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  min-height: 48px;
}
.btn svg { width: 19px; height: 19px; flex-shrink: 0; }
.btn-lg { padding: 17px 32px; font-size: 1.05rem; }

.btn-solid {
  background: var(--mango);
  color: #3A1A02;
  box-shadow: 0 10px 26px -10px rgba(232, 93, 4, 0.55);
}
.btn-solid:hover { background: var(--mango-deep); color: var(--white); transform: translateY(-2px); }

.btn-ghost {
  background: transparent;
  color: var(--green);
  border: 1.5px solid var(--green);
}
.btn-ghost:hover { background: var(--green); color: var(--cream); transform: translateY(-2px); }

.btn-outline-light {
  background: transparent;
  color: var(--cream);
  border: 1.5px solid rgba(250, 245, 236, 0.6);
}
.btn-outline-light:hover { background: var(--cream); color: var(--green); transform: translateY(-2px); }

.btn:focus-visible,
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--mango-deep);
  outline-offset: 3px;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 245, 236, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow 0.2s ease;
}
.site-header.scrolled { box-shadow: 0 8px 30px -18px rgba(17, 59, 44, 0.4); }

.header-inner {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  margin-right: auto;
}
.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 13px;
  background: var(--green);
  color: var(--lime);
  display: grid;
  place-items: center;
}
.brand-mark svg { width: 21px; height: 21px; }
.brand-text {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.3rem;
  color: var(--green);
  letter-spacing: -0.02em;
}
.brand-text em { font-style: normal; color: var(--mango-deep); font-weight: 600; }

.main-nav { display: flex; gap: 26px; }
.main-nav a {
  text-decoration: none;
  color: var(--ink);
  font-weight: 500;
  font-size: 0.98rem;
  position: relative;
  padding: 6px 0;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 2px;
  background: var(--mango);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.main-nav a:hover::after { transform: scaleX(1); }

.header-cta { padding: 11px 20px; font-size: 0.95rem; }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 46px;
  height: 46px;
  background: var(--green);
  border: none;
  border-radius: 13px;
  cursor: pointer;
  padding: 12px;
}
.nav-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--cream);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 10px 24px 24px;
  border-top: 1px solid var(--border);
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  font-size: 1.1rem;
  padding: 13px 4px;
  border-bottom: 1px solid var(--border);
}
.mobile-nav .btn { margin-top: 16px; justify-content: center; border-bottom: none; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background:
    radial-gradient(52% 60% at 85% 8%, rgba(198, 242, 78, 0.28) 0%, transparent 70%),
    radial-gradient(45% 55% at 8% 90%, rgba(255, 122, 41, 0.12) 0%, transparent 70%),
    var(--cream);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(17, 59, 44, 0.055) 1px, transparent 1px);
  background-size: 26px 26px;
  pointer-events: none;
}

.hero-inner {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: clamp(56px, 9vh, 110px) 24px clamp(60px, 8vh, 100px);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(36px, 5vw, 70px);
  align-items: center;
  position: relative;
}

.hero h1 { margin-bottom: 24px; }
.lead { font-size: 1.18rem; max-width: 34em; margin-bottom: 32px; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }

.hero-proof {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  color: var(--green-soft);
  font-weight: 500;
  font-size: 0.95rem;
}
.hero-proof li { display: flex; align-items: center; gap: 8px; }
.hero-proof li::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--mango);
  flex-shrink: 0;
}

.hero-visual { position: relative; }

.hero-img-frame {
  border-radius: 48% 52% 46% 54% / 52% 46% 54% 48%;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 6px solid var(--white);
  animation: blob-breathe 9s ease-in-out infinite;
}
.hero-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 0.92;
}

@keyframes blob-breathe {
  0%, 100% { border-radius: 48% 52% 46% 54% / 52% 46% 54% 48%; }
  50%      { border-radius: 53% 47% 52% 48% / 46% 53% 47% 54%; }
}

.float-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--white);
  border-radius: 18px;
  box-shadow: var(--shadow-card);
  padding: 13px 18px;
  animation: float-drift 6s ease-in-out infinite;
}
.float-card svg { width: 26px; height: 26px; color: var(--mango-deep); flex-shrink: 0; }
.float-card strong { display: block; font-size: 0.95rem; color: var(--green); line-height: 1.25; }
.float-card span { font-size: 0.83rem; color: var(--ink-soft); }
.float-card-1 { top: 8%; left: -6%; }
.float-card-2 { bottom: 6%; right: -4%; animation-delay: 3s; }

@keyframes float-drift {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}

/* ---------- Ticker ---------- */
.ticker {
  background: var(--green);
  overflow: hidden;
  padding: 14px 0;
  position: relative;
}
.ticker-track {
  display: flex;
  align-items: center;
  gap: 30px;
  width: max-content;
  animation: ticker-scroll 28s linear infinite;
}
.ticker span {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--cream);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}
.ticker i { color: var(--lime); font-style: normal; font-size: 0.8rem; }

@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ---------- Intro ---------- */
.intro { padding: clamp(70px, 11vh, 130px) 0; }
.intro-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(36px, 5vw, 80px);
  align-items: center;
}
.intro-text h2 { margin-bottom: 22px; }
.intro-text p + p { margin-top: 16px; }

.intro-stats { display: grid; gap: 18px; }
.stat-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px 28px;
  box-shadow: var(--shadow-card);
  transition: transform 0.25s ease;
}
.stat-card:hover { transform: translateY(-4px) rotate(-0.5deg); }
.stat-card:nth-child(2) { margin-left: 34px; }
.stat-card:nth-child(3) { margin-left: 10px; }
.stat-num {
  display: block;
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--green);
  line-height: 1;
  margin-bottom: 6px;
}
.stat-label { font-size: 0.95rem; color: var(--ink-soft); }
.stat-card-dark { background: var(--green); border-color: var(--green); }
.stat-card-dark .stat-num { color: var(--lime); }
.stat-card-dark .stat-label { color: rgba(250, 245, 236, 0.85); }
.stat-card-accent { background: var(--mango); border-color: var(--mango); }
.stat-card-accent .stat-num { color: #3A1A02; }
.stat-card-accent .stat-label { color: #4A2508; }

/* ---------- Sections shared ---------- */
.section-head { max-width: 640px; margin-bottom: clamp(36px, 5vh, 56px); }
.section-head h2 { margin-bottom: 14px; }
.section-sub { font-size: 1.08rem; }

/* ---------- Leistungen ---------- */
.services {
  background: var(--cream-deep);
  padding: clamp(70px, 11vh, 130px) 0;
  position: relative;
}
.services::before {
  content: "";
  position: absolute;
  top: -1px; left: 0; right: 0;
  height: 60px;
  background: var(--cream);
  clip-path: ellipse(60% 100% at 50% 0%);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.service-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 28px;
  border: 1px solid var(--border);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  overflow: hidden;
}
.service-card::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 4px;
  background: linear-gradient(90deg, var(--mango), var(--lime));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.service-card:hover::after { transform: scaleX(1); }
.service-card:nth-child(even) { transform: translateY(14px); }
.service-card:nth-child(even):hover { transform: translateY(8px); }

.service-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: var(--green-tint);
  color: var(--green);
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}
.service-icon svg { width: 27px; height: 27px; }
.service-card h3 { margin-bottom: 10px; }
.service-card p { font-size: 0.97rem; }

/* ---------- Bildband ---------- */
.photo-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: clamp(50px, 8vh, 90px) 24px;
  max-width: 1320px;
  margin: 0 auto;
  align-items: center;
}
.photo-band figure { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-card); }
.photo-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  transition: transform 0.5s ease;
}
.photo-band .band-tall img { aspect-ratio: 3 / 4; }
.photo-band figure:hover img { transform: scale(1.05); }
.photo-band figure:nth-child(odd) { transform: translateY(-14px); }
.photo-band figure:nth-child(even) { transform: translateY(14px); }

/* ---------- Ablauf ---------- */
.process {
  background: var(--green);
  color: var(--cream);
  padding: clamp(80px, 12vh, 140px) 0;
  position: relative;
  overflow: hidden;
}
.process::before {
  content: "";
  position: absolute;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198, 242, 78, 0.14) 0%, transparent 70%);
  top: -180px; right: -140px;
}
.section-head-light h2 { color: var(--cream); }
.section-head-light .eyebrow {
  background: rgba(198, 242, 78, 0.14);
  border-color: rgba(198, 242, 78, 0.3);
  color: var(--lime);
}
.section-head-light .accent-word { color: var(--lime); }

.process-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  counter-reset: step;
}
.process-step {
  background: rgba(250, 245, 236, 0.06);
  border: 1px solid rgba(250, 245, 236, 0.16);
  border-radius: var(--radius);
  padding: 30px 26px;
  transition: background 0.25s ease, transform 0.25s ease;
}
.process-step:hover { background: rgba(250, 245, 236, 0.11); transform: translateY(-5px); }
.process-step:nth-child(even) { margin-top: 26px; }
.step-num {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--mango);
  display: block;
  line-height: 1;
  margin-bottom: 16px;
}
.process-step h3 { color: var(--cream); margin-bottom: 10px; font-size: 1.15rem; }
.process-step p { color: rgba(250, 245, 236, 0.75); font-size: 0.95rem; }

/* ---------- Angebote ---------- */
.offers { padding: clamp(80px, 12vh, 140px) 0; }
.offers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}
.offer-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 38px 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.offer-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.offer-card h3 { font-size: 1.45rem; margin-bottom: 4px; }
.offer-tag {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--mango-deep);
  margin-bottom: 20px;
}
.offer-card ul { list-style: none; margin-bottom: 30px; flex-grow: 1; display: grid; gap: 12px; }
.offer-card li {
  position: relative;
  padding-left: 30px;
  color: var(--ink-soft);
  font-size: 0.98rem;
}
.offer-card li::before {
  content: "";
  position: absolute;
  left: 0; top: 3px;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--green-tint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23113B2C' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 10px no-repeat;
}
.offer-card .btn { justify-content: center; }

.offer-card-featured {
  background: var(--green);
  border-color: var(--green);
  transform: scale(1.03);
}
.offer-card-featured:hover { transform: scale(1.03) translateY(-6px); }
.offer-card-featured h3 { color: var(--cream); }
.offer-card-featured .offer-tag { color: var(--lime); }
.offer-card-featured li { color: rgba(250, 245, 236, 0.85); }
.offer-card-featured li::before {
  background-color: rgba(198, 242, 78, 0.18);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C6F24E' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
}
.offer-flag {
  position: absolute;
  top: -14px;
  right: 28px;
  background: var(--mango);
  color: #3A1A02;
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 16px;
  border-radius: 999px;
  box-shadow: 0 6px 16px -6px rgba(232, 93, 4, 0.6);
}

/* ---------- Community ---------- */
.community { background: var(--cream-deep); padding: clamp(80px, 12vh, 140px) 0; }
.community-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(36px, 5vw, 80px);
  align-items: center;
}
.community-visual { position: relative; }
.community-visual img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  transform: rotate(-1.5deg);
}
.community-badge {
  position: absolute;
  bottom: -20px;
  right: -10px;
  background: var(--green);
  color: var(--cream);
  border-radius: 18px;
  padding: 16px 22px;
  box-shadow: var(--shadow-card);
  transform: rotate(1.5deg);
}
.community-badge strong { display: block; font-family: var(--font-display); font-size: 1.05rem; color: var(--lime); }
.community-badge span { font-size: 0.88rem; opacity: 0.85; }

.community-text h2 { margin-bottom: 20px; }
.community-text > p { margin-bottom: 24px; }

.check-list { list-style: none; display: grid; gap: 13px; margin-bottom: 32px; }
.check-list li {
  position: relative;
  padding-left: 34px;
  font-weight: 500;
  color: var(--ink);
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 2px;
  width: 22px; height: 22px;
  border-radius: 8px;
  background: var(--mango) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233A1A02' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 12px no-repeat;
}

/* ---------- CTA-Banner ---------- */
.cta-banner {
  background:
    radial-gradient(60% 90% at 20% 10%, rgba(198, 242, 78, 0.16) 0%, transparent 60%),
    radial-gradient(50% 80% at 85% 90%, rgba(255, 122, 41, 0.2) 0%, transparent 60%),
    var(--green);
  color: var(--cream);
  text-align: center;
  padding: clamp(80px, 12vh, 130px) 0;
}
.cta-banner h2 { color: var(--cream); margin-bottom: 18px; }
.cta-banner .accent-word { color: var(--lime); }
.cta-banner p { color: rgba(250, 245, 236, 0.8); font-size: 1.12rem; margin-bottom: 34px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }

/* ---------- Kontakt ---------- */
.contact { padding: clamp(80px, 12vh, 140px) 0; }
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(36px, 5vw, 70px);
  align-items: start;
}
.contact-info h2 { margin-bottom: 30px; }
address { font-style: normal; display: grid; gap: 22px; }
.contact-row { display: flex; gap: 16px; align-items: flex-start; }
.contact-row svg {
  width: 24px; height: 24px;
  color: var(--mango-deep);
  flex-shrink: 0;
  margin-top: 3px;
}
.contact-row strong { color: var(--green); }
.contact-row a { color: var(--ink); font-weight: 500; text-decoration-color: var(--mango); text-underline-offset: 3px; }
.contact-row a:hover { color: var(--mango-deep); }

.contact-map {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 6px solid var(--white);
  min-height: 420px;
}
.contact-map iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--green);
  color: rgba(250, 245, 236, 0.8);
  padding: 54px 0 40px;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: start;
}
.footer-brand .brand-text { color: var(--cream); font-size: 1.35rem; }
.footer-brand .brand-text em { color: var(--mango); }
.footer-brand p { color: rgba(250, 245, 236, 0.65); margin-top: 10px; font-size: 0.95rem; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-nav a { color: rgba(250, 245, 236, 0.85); text-decoration: none; font-weight: 500; }
.footer-nav a:hover { color: var(--lime); }
.footer-note {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(250, 245, 236, 0.15);
  padding-top: 22px;
  font-size: 0.88rem;
  color: rgba(250, 245, 236, 0.55);
}
.footer-note strong { color: var(--lime); font-weight: 600; }

/* ---------- Mobiler Anruf-Button ---------- */
.mobile-call {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  display: none;
  align-items: center;
  gap: 9px;
  background: var(--mango);
  color: #3A1A02;
  font-weight: 700;
  text-decoration: none;
  padding: 15px 22px;
  border-radius: 999px;
  box-shadow: 0 14px 34px -10px rgba(232, 93, 4, 0.65);
}
.mobile-call svg { width: 20px; height: 20px; }

/* ---------- Animationen ---------- */
.load-fade {
  opacity: 0;
  transform: translateY(24px);
  animation: load-in 0.7s ease-out forwards;
  animation-delay: var(--d, 0s);
}
@keyframes load-in {
  to { opacity: 1; transform: translateY(0); }
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease-out, transform 0.6s ease-out;
  transition-delay: var(--d, 0s);
}
.reveal.visible { opacity: 1; transform: translateY(0); }

.photo-band figure.reveal { opacity: 0; }
.photo-band figure.reveal.visible { opacity: 1; }
.photo-band figure:nth-child(odd).reveal.visible { transform: translateY(-14px); }
.photo-band figure:nth-child(even).reveal.visible { transform: translateY(14px); }
.service-card:nth-child(even).reveal.visible { transform: translateY(14px); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .load-fade, .reveal {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }
  .hero-img-frame, .float-card, .ticker-track { animation: none !important; }
  .photo-band figure, .service-card, .process-step, .stat-card { transform: none !important; }
  * { transition-duration: 0.01ms !important; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .main-nav, .header-cta { display: none; }
  .nav-toggle { display: flex; }

  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { max-width: 480px; margin: 0 auto; }
  .float-card-1 { left: 0; }
  .float-card-2 { right: 0; }

  .intro-grid, .community-grid, .contact-grid { grid-template-columns: 1fr; }
  .stat-card:nth-child(2), .stat-card:nth-child(3) { margin-left: 0; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .offers-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .offer-card-featured { transform: none; }
  .offer-card-featured:hover { transform: translateY(-6px); }
  .photo-band { grid-template-columns: repeat(2, 1fr); }
  .community-visual { max-width: 560px; }
  .community-badge { right: 6px; }
}

@media (max-width: 640px) {
  body { font-size: 1rem; }
  .accent-word { white-space: normal; }
  .hero-inner > * { min-width: 0; }
  h1 { font-size: clamp(2.3rem, 10vw, 2.8rem); }
  .services-grid, .process-grid { grid-template-columns: 1fr; }
  .service-card:nth-child(even), .process-step:nth-child(even) { transform: none; margin-top: 0; }
  .service-card:nth-child(even).reveal.visible { transform: none; }
  .photo-band figure:nth-child(odd), .photo-band figure:nth-child(even) { transform: none; }
  .photo-band figure:nth-child(odd).reveal.visible,
  .photo-band figure:nth-child(even).reveal.visible { transform: none; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .cta-actions .btn { width: 100%; justify-content: center; }
  .mobile-call { display: inline-flex; }
  .site-footer { padding-bottom: 96px; }
  .footer-inner { grid-template-columns: 1fr; }
}
