/* =====================================================
   HELFER FUCHS — Theme-Overrides für Runok-Template
   Mappt --rr-color-* Tokens auf unsere Markenpalette.
   =====================================================

   STRUKTUR:
   ▸ Tokens & Branding-Farben
   ▸ Globale Komponenten (Header, Buttons, Sections)
   ▸ Mobile-Optimierungen (am Ende der Datei)
   ===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400..800&family=Inter:wght@400..700&display=swap');

:root {
  /* Markenfarben Helfer Fuchs */
  --hf-orange: #E55A2B;
  --hf-orange-deep: #C8542B;
  --hf-orange-soft: #F4A572;
  --hf-cream: #FBF7EE;
  --hf-cream-deep: #F4E8D8;
  --hf-petrol: #3DA5A5;
  --hf-edelweiss: #E8B842;
  --hf-bavarian-blue: #2D6FA3;
  --hf-coffee: #2A1810;
  --hf-coffee-soft: #5C3A1E;

  /* === Token-Overrides für Template === */
  --rr-color-theme-primary: var(--hf-orange);
  --rr-color-theme-secondary: var(--hf-edelweiss);
  --rr-color-heading-primary: var(--hf-coffee);
  --rr-color-text-body: #6B5544;
  --rr-color-text-body-light: #8A7460;
  --rr-color-bg-1: var(--hf-coffee);
  --rr-color-grey-1: var(--hf-cream);
  --rr-color-grey-2: var(--hf-coffee);
  --rr-color-grey-light: var(--hf-cream-deep);
  --rr-color-border-1: rgba(244, 232, 216, 0.12);
  --rr-color-border-light: rgba(42, 24, 16, 0.10);

  /* Typografie */
  --rr-ff-heading: 'Bricolage Grotesque', serif;
  --rr-ff-heading-2: 'Bricolage Grotesque', serif;
  --rr-ff-body: 'Inter', sans-serif;
  --rr-ff-p: 'Inter', sans-serif;
  --rr-ff-body-2: 'Inter', sans-serif;
}

/* Globaler Body-Hintergrund (Template hat hardcoded #02050A) */
body { background-color: var(--hf-cream) !important; color: #6B5544 !important; }

/* Headings auf dunkles Coffee statt White, je nach Sektionsumfeld via .bg-dark-1 invertiert */
h1, h2, h3, h4, h5, h6,
.section-title, .title { color: var(--hf-coffee) !important; letter-spacing: -0.02em; }
.bg-dark-1 h1, .bg-dark-1 h2, .bg-dark-1 h3, .bg-dark-1 h4,
.bg-dark-1 .section-title, .bg-dark-1 .title { color: var(--hf-cream) !important; }
.bg-dark-1 p { color: rgba(244, 232, 216, 0.75) !important; }
.bg-dark-1 { background: var(--hf-coffee) !important; }

/* Sub-Heading (kleines Label oben) */
.sub-heading { color: var(--hf-orange) !important; font-family: var(--rr-ff-body) !important; text-transform: uppercase; letter-spacing: 0.18em; font-size: 14px !important; font-weight: 600 !important; }

/* Primary-Button */
.rr-primary-btn {
  background: var(--hf-orange) !important;
  color: var(--hf-cream) !important;
  border: none !important;
  font-family: var(--rr-ff-body) !important;
  font-weight: 600 !important;
  border-radius: 999px !important;
  padding: 16px 30px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px;
  transition: background 0.2s ease, transform 0.2s ease !important;
}
.rr-primary-btn:hover { background: var(--hf-orange-deep) !important; transform: translateY(-2px); color: var(--hf-cream) !important; }
.rr-primary-btn::before, .rr-primary-btn::after { display: none !important; }

/* Hero */
.hero-section-11 {
  background: var(--hf-cream) !important;
  padding: 0 0 90px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero-section-11 { padding: 8px 0 70px; }
}
/* Template setzt .hero-info auf padding-top: 355px → riesige Lücke zwischen
   Navbar und Hero-Content. Auf einen kleinen Sicherheitsabstand zur Navbar reduzieren. */
.hero-section-11 .hero-info { padding-top: 140px !important; padding-bottom: 0 !important; }
@media (max-width: 991px) { .hero-section-11 .hero-info { padding-top: 110px !important; } }
.hero-section-11 .hero-info h1.title { color: var(--hf-coffee) !important; font-size: 72px !important; line-height: 1.02 !important; font-weight: 700 !important; letter-spacing: -0.035em !important; text-wrap: balance; }
.hero-section-11 .hero-info h1.title .title-2 { color: var(--hf-orange) !important; display: inline; }
.hero-section-11 .hero-info p { color: var(--hf-coffee-soft) !important; font-size: 18px !important; line-height: 1.55 !important; max-width: 520px; margin-top: 18px; }
.hero-section-11 .bg-shape, .hero-section-11 .shapes { display: none !important; }
@media (max-width: 991px) {
  .hero-section-11 .hero-info h1.title { font-size: 48px !important; }
}

/* Hero-Pill */
.hf-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: var(--hf-cream-deep);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: var(--hf-coffee-soft);
  margin-bottom: 24px;
}
.hf-hero__pill-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #2D5016;
  box-shadow: 0 0 0 3px rgba(45,80,22,0.18);
  animation: hf-pulse 2.4s ease-in-out infinite;
}
@keyframes hf-pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(45,80,22,0.18); }
  50%      { box-shadow: 0 0 0 6px rgba(45,80,22,0.05); }
}
/* Auf Phone die Erreichbarkeits-Pill komplett ausblenden — die Öffnungszeiten
   stehen im Footer, im Hero kostet die Pill nur wertvollen Platz und wirkt
   neben einer 3-zeiligen Headline deplatziert */
@media (max-width: 575px) {
  .hf-hero__pill { display: none; }
}

/* Hero-Buttons */
.hf-hero__btns { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.hf-hero__btn--ghost {
  background: transparent !important;
  color: var(--hf-coffee) !important;
  border: 2px solid var(--hf-coffee) !important;
}
.hf-hero__btn--ghost:hover { background: var(--hf-coffee) !important; color: var(--hf-cream) !important; }

/* Quick-Help-Chips (ersetzen Trust-Bar) */
.hf-hero__chips { margin-top: 40px; }
.hf-hero__chips-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--hf-coffee-soft);
  opacity: 0.7;
  margin-bottom: 12px;
}
.hf-hero__chips-row { display: flex; gap: 10px; flex-wrap: wrap; }
.hf-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: white;
  border: 1.5px solid rgba(42,24,16,0.10);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: var(--hf-coffee) !important;
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}
.hf-chip span { font-size: 16px; line-height: 1; }
.hf-chip:hover {
  border-color: var(--hf-orange);
  background: var(--hf-cream-deep);
  transform: translateY(-2px);
  color: var(--hf-coffee) !important;
}

/* Hero-Visual: rechte Spalte mit großem Slot für 3D-Viewer + PNG-Fallback */
.hf-hero__visual {
  position: relative;
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  aspect-ratio: 1 / 1;
}
@media (max-width: 991px) {
  .hf-hero__visual { margin: 0 auto; max-width: 480px; }
}

/* Canvas-3D-Schicht (initial unsichtbar; wird sichtbar, sobald das Modell geladen ist) */
/* pointer-events: none → der Canvas fängt keine Maus-Events, damit der Cursor frei
   durchgeht und der Fuchs ihn überall verfolgt (nicht nur über sich selbst). */
.hf-hero__visual-canvas {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
.hf-hero__visual.is-3d-ready .hf-hero__visual-canvas { opacity: 1; }

/* PNG-Fallback (zeigt sich, solange Modell lädt; bleibt bei WebGL-/Lade-Fehler) */
.hf-hero__visual-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: opacity 0.5s ease;
  animation: hf-hero-float 5s ease-in-out infinite;
}
.hf-hero__visual.is-3d-ready .hf-hero__visual-img {
  opacity: 0;
  pointer-events: none;
  animation: none;
}
@keyframes hf-hero-float {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50%      { transform: translateY(-12px) rotate(1deg); }
}
@media (prefers-reduced-motion: reduce) {
  .hf-hero__visual-img { animation: none; }
}


/* Hero-Platzhalter (bleibt bis zum echten PNG) */
.hero-img-placeholder {
  position: absolute; inset: 0;
  background: var(--hf-cream-deep);
  border: 2px dashed var(--hf-orange);
  border-radius: 28px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
  color: var(--hf-coffee-soft);
  padding: 24px;
}
.hero-img-placeholder .ph-icon { font-size: 64px; margin-bottom: 14px; }
.hero-img-placeholder .ph-title { font-family: var(--rr-ff-heading); font-size: 26px; font-weight: 700; color: var(--hf-coffee); }
.hero-img-placeholder .ph-sub { font-size: 14px; max-width: 320px; line-height: 1.5; margin-top: 8px; }

/* Process-Sektion: warmtonig, hebt sich klar vom Hero ab */
.hf-process-section {
  background: var(--hf-cream-deep);
  padding: 90px 0 100px;
  position: relative;
  overflow: hidden;
}
.hf-process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(229,90,43,0.08), transparent 38%),
    radial-gradient(circle at 88% 82%, rgba(45,111,163,0.06), transparent 42%);
  pointer-events: none;
}
.hf-process-section .container { position: relative; }
.hf-process-section .section-heading { margin-bottom: 56px; }
.hf-process-section .section-title { font-size: 52px !important; }
.hf-process-section__intro {
  max-width: 620px;
  margin: 16px auto 0 !important;
  font-size: 17px;
  color: var(--hf-coffee-soft);
  line-height: 1.55;
}

/* Process-Karten */
.process-item {
  background: white;
  border-radius: 22px;
  padding: 36px 30px !important;
  border: 1.5px solid rgba(42,24,16,0.06);
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.process-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(42,24,16,0.10);
  border-color: rgba(229,90,43,0.30);
}
.process-item .process-icon {
  background: var(--hf-cream-deep) !important;
  border-radius: 16px !important;
  width: 68px !important;
  height: 68px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  position: relative;
}
.process-item .process-icon img { display: none !important; }
.process-item .icon-border { display: none !important; }
/* Template-Pseudo-Kreis (140px Outline-Kreis hinter dem Icon) ausblenden */
.process-item .process-icon::before,
.process-item .process-icon::after,
.process-item:hover .process-icon::before,
.process-item:hover .process-icon::after { content: none !important; display: none !important; }
.process-item .process-content .title { font-size: 22px !important; margin-top: 22px !important; margin-bottom: 10px !important; }
.process-item .process-content p { color: var(--hf-coffee-soft) !important; font-size: 15px !important; line-height: 1.6 !important; }

/* About-Sektion (eigenständig, auf Cream) */
.hf-about-section {
  background: var(--hf-cream) !important;
  padding: 100px 0;
}
.about-img-wrap-11 {
  background: var(--hf-cream-deep);
  border-radius: 28px;
  aspect-ratio: 4/3 !important;
  height: auto !important;
  max-width: 700px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  position: relative;
  overflow: hidden;
  padding: 24px;
}
.about-img-wrap-11 .about-img-1, .about-img-wrap-11 .about-img-2, .about-img-wrap-11 .img-wrap-shape { display: none !important; }
.about-img-wrap-11__img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  margin-left: 0;
  animation: hf-about-bob 7s ease-in-out infinite;
}
@keyframes hf-about-bob {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}
@media (prefers-reduced-motion: reduce) {
  .about-img-wrap-11__img { animation: none; }
}
@media (max-width: 575px) {
  .about-img-wrap-11 { padding: 16px; }
}
.about-counter-box {
  background: var(--hf-coffee) !important;
  border-radius: 18px !important;
  padding: 18px 22px !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  top: auto !important;     /* Template-Override: kein top:134 */
  display: inline-flex !important;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  z-index: 2;
  box-shadow: 0 12px 30px rgba(42,24,16,0.25);
}
.about-counter-box .title { color: var(--hf-orange) !important; font-size: 44px !important; line-height: 1 !important; margin: 0 !important; }
.about-counter-box p { color: var(--hf-cream) !important; margin: 0 !important; font-size: 13px !important; line-height: 1.25 !important; }
.about-content-11 .about-item { border-bottom: 1px solid rgba(42,24,16,0.08) !important; padding-bottom: 18px !important; margin-bottom: 18px !important; }
.about-content-11 .about-item .number { color: var(--hf-orange) !important; font-family: var(--rr-ff-heading) !important; font-size: 24px !important; }
.about-content-11 .about-item h4 { font-size: 20px !important; }
.about-content-11 .about-item p { color: var(--hf-coffee-soft) !important; }

/* Service-Sektion: dunkler Hintergrund mit dezenter Akzent-Glow */
.service-section-11 {
  background: var(--hf-coffee) !important;
  background-image:
    radial-gradient(circle at 15% 20%, rgba(229,90,43,0.10), transparent 40%),
    radial-gradient(circle at 85% 80%, rgba(61,165,165,0.08), transparent 45%);
}
.service-section-11 .section-heading { margin-bottom: 60px; }
.service-section-11 .section-title { font-size: 56px !important; }
.service-section-11 .section-heading p { color: rgba(244,232,216,0.65) !important; font-size: 17px; max-width: 640px; margin: 18px auto 0; }

/* Service-Karten-Grid (3×3) */
.hf-services-grid { margin-top: 20px; }

.hf-service-card {
  position: relative;
  height: 100%;
  min-height: 410px;
  background: rgba(244,232,216,0.04);
  border: 1px solid rgba(244,232,216,0.10);
  border-radius: 24px;
  padding: 40px 32px 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}
.hf-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(229,90,43,0.0) 0%, rgba(229,90,43,0.06) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.hf-service-card:hover {
  transform: translateY(-6px);
  background: rgba(244,232,216,0.06);
  border-color: rgba(229,90,43,0.45);
  box-shadow: 0 24px 60px rgba(0,0,0,0.35);
}
.hf-service-card:hover::before { opacity: 1; }

.hf-service-card__num {
  position: absolute;
  top: 28px;
  right: 32px;
  font-family: var(--rr-ff-heading);
  font-size: 16px;
  font-weight: 700;
  color: var(--hf-orange);
  letter-spacing: 0.04em;
  opacity: 0.85;
}

.hf-service-card__icon {
  width: 64px; height: 64px;
  border-radius: 16px;
  background: rgba(229,90,43,0.14);
  border: 1.5px solid rgba(229,90,43,0.30);
  display: flex; align-items: center; justify-content: center;
  font-size: 30px;
  margin-bottom: 6px;
  transition: transform 0.3s ease, background 0.3s ease;
}
.hf-service-card:hover .hf-service-card__icon { transform: scale(1.06) rotate(-3deg); background: rgba(229,90,43,0.22); }

.hf-service-card__title {
  font-family: var(--rr-ff-heading) !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: var(--hf-cream) !important;
  margin: 0 !important;
  letter-spacing: -0.015em !important;
}
.hf-service-card__title small {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: rgba(244,232,216,0.55);
  margin-top: 4px;
  letter-spacing: 0.02em;
}

.hf-service-card__desc {
  font-family: var(--rr-ff-body) !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: rgba(244,232,216,0.72) !important;
  margin: 0 !important;
  flex: 1;
}

.hf-service-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  margin-top: 8px;
  color: var(--hf-orange) !important;
  font-family: var(--rr-ff-body) !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: gap 0.2s ease, color 0.2s ease;
}
.hf-service-card__cta span { font-size: 18px; line-height: 1; transition: transform 0.2s ease; }
.hf-service-card__cta:hover { color: var(--hf-orange-soft) !important; gap: 14px; }

/* CTA-Banner unter dem Grid: Was nicht dabei? */
.hf-services-cta {
  margin-top: 56px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 32px 40px;
  background: linear-gradient(135deg, rgba(229,90,43,0.14), rgba(232,184,66,0.08));
  border: 1px solid rgba(229,90,43,0.35);
  border-radius: 22px;
  flex-wrap: wrap;
}
.hf-services-cta__icon {
  width: 64px; height: 64px;
  border-radius: 16px;
  background: var(--hf-orange);
  color: var(--hf-cream);
  display: flex; align-items: center; justify-content: center;
  font-size: 30px;
  flex-shrink: 0;
}
.hf-services-cta__text { flex: 1; min-width: 240px; }
.hf-services-cta__text h3 {
  font-family: var(--rr-ff-heading) !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  color: var(--hf-cream) !important;
  margin: 0 0 4px !important;
  letter-spacing: -0.015em;
}
.hf-services-cta__text p {
  margin: 0 !important;
  font-size: 15px !important;
  color: rgba(244,232,216,0.70) !important;
}

/* Responsive: Karten füllen die Breite auf kleinen Screens */
@media (max-width: 575px) {
  .hf-service-card { padding: 32px 24px; }
  .service-section-11 .section-title { font-size: 38px !important; }
  .hf-services-cta { padding: 28px 24px; }
}

/* Team */
.team-section-7 { background: var(--hf-cream) !important; }
.team-item-3 {
  background: white;
  border-radius: 22px;
  padding: 24px;
  border: 1.5px solid rgba(42,24,16,0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.team-thumb { background: var(--hf-cream-deep); border-radius: 16px; aspect-ratio: 1/1.1; display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; border: 2px dashed var(--hf-orange); flex: 0 0 auto; }
.team-thumb img { display: none !important; }
.team-content {
  padding-top: 20px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}
.team-content .title { font-size: 22px !important; line-height: 1.15 !important; margin: 0 !important; display: flex; flex-direction: column; gap: 2px; }
.team-content .title .hf-team__first { font-weight: 600; color: var(--hf-coffee-soft); font-size: 18px; letter-spacing: -0.01em; }
.team-content .title .hf-team__last  { font-weight: 700; color: var(--hf-coffee); font-size: 24px; letter-spacing: -0.02em; }
.team-content > span { color: var(--hf-orange) !important; font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 0.12em; margin-top: auto; padding-top: 8px; }
.team-social-2 { display: none !important; }
.team-item-3 .line-box { display: none !important; }

/* FAQ */
.faq-section { background: var(--hf-cream-deep) !important; }
.faq-item, .accordion-item { background: white !important; border-radius: 14px !important; border: 1px solid rgba(42,24,16,0.08) !important; margin-bottom: 14px; overflow: hidden; }
.accordion-button, .faq-header, .accordion-header button {
  background: transparent !important; color: var(--hf-coffee) !important;
  font-family: var(--rr-ff-heading) !important; font-weight: 600 !important; font-size: 18px !important;
  padding: 22px 24px !important; box-shadow: none !important;
}
.accordion-button:not(.collapsed) { color: var(--hf-orange) !important; }
.accordion-button::after { background-image: none !important; content: "↓"; color: var(--hf-cream); background: var(--hf-orange); width: 32px; height: 32px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; transform: none !important; }
.accordion-button:not(.collapsed)::after { content: "↑"; }
.accordion-body { padding: 0 24px 22px !important; color: var(--hf-coffee-soft) !important; font-size: 15px !important; line-height: 1.6 !important; }

/* Testimonials */
.testimonial-section-7 { background: var(--hf-cream) !important; }
.testi-item, .testimonial-item { background: white !important; border-radius: 22px !important; padding: 36px !important; border: 1.5px solid rgba(42,24,16,0.08) !important; }
.testi-item p, .testimonial-item p { color: var(--hf-coffee) !important; font-size: 17px !important; line-height: 1.65 !important; }
.testi-item .name, .testimonial-item .name { color: var(--hf-coffee) !important; }

/* Kontakt-Bild (verwirrter Fuchs neben Formular) */
.hf-contact__visual {
  position: relative;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  aspect-ratio: 1/1.1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hf-contact__visual-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  animation: hf-contact-wobble 6s ease-in-out infinite;
}
@keyframes hf-contact-wobble {
  0%, 100% { transform: rotate(-2deg) translateY(0); }
  50%      { transform: rotate(2deg) translateY(-8px); }
}
@media (prefers-reduced-motion: reduce) {
  .hf-contact__visual-img { animation: none; }
}
@media (max-width: 991px) {
  .hf-contact__visual { max-width: 320px; margin-top: 32px; }
}

/* Request / Kontakt-Block */
.request-section { background: var(--hf-coffee) !important; padding: 100px 0 !important; }
.request-section .section-title, .request-section .title { color: var(--hf-cream) !important; }
.request-section input, .request-section textarea, .request-section select {
  background: rgba(244,232,216,0.06) !important;
  border: 1px solid rgba(244,232,216,0.15) !important;
  color: var(--hf-cream) !important;
  border-radius: 10px !important;
  padding: 14px 18px !important;
  font-family: var(--rr-ff-body) !important;
}
.request-section input::placeholder, .request-section textarea::placeholder { color: rgba(244,232,216,0.45) !important; }
/* Kontaktformular: Privacy-Checkbox */
.request-section .kf-privacy {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 18px 0 8px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(244,232,216,0.85) !important;
  cursor: pointer;
}
.request-section .kf-privacy input[type="checkbox"] {
  margin-top: 3px;
  width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  flex-shrink: 0;
  accent-color: var(--hf-orange);
  cursor: pointer;
  padding: 0 !important;
}
.request-section .kf-privacy a {
  color: var(--hf-orange);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}
.request-section .kf-privacy a:hover { color: var(--hf-orange-soft); }

/* Status-Meldung nach Submit */
.request-section .kf-status {
  font-size: 14px;
  line-height: 1.5;
  margin: 14px 0 0;
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 500;
  display: none;
}
.request-section .kf-status:not(:empty) { display: block; }
.request-section .kf-status--success {
  background: rgba(45, 80, 22, 0.18);
  border: 1px solid rgba(120, 180, 80, 0.40);
  color: #b8e08a !important;
}
.request-section .kf-status--error {
  background: rgba(229, 90, 43, 0.16);
  border: 1px solid rgba(229, 90, 43, 0.40);
  color: var(--hf-orange-soft) !important;
}

/* Native Select-Dropdown-Optionen: dunkler Text auf hellem Hintergrund (vom System
   gerenderte Liste — sonst cremiger Text auf weißem Default-Background = unlesbar) */
.request-section select option {
  background: var(--hf-cream) !important;
  color: var(--hf-coffee) !important;
  font-family: var(--rr-ff-body) !important;
  font-size: 16px;
}
.request-section select option:disabled { color: var(--hf-coffee-soft) !important; }
/* Eigener Caret-Pfeil (statt Browser-Default), damit der Select nicht doppelte Pfeile
   zeigt; das Background-Image legt den Pfeil rechts in die Box, in Cream-Farbe */
.request-section select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23FBF7EE' d='M6 8L0 0h12z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 18px center !important;
  background-size: 12px 8px !important;
  padding-right: 44px !important;
  cursor: pointer;
}

/* Location-Sektion mit OSM-Karte */
.hf-location-section {
  background: var(--hf-cream-deep);
  padding: 90px 0 100px;
  position: relative;
}
.hf-location-section .section-title { font-size: 48px !important; }
.hf-location-section__intro {
  max-width: 580px;
  margin: 14px auto 0 !important;
  font-size: 17px;
  color: var(--hf-coffee-soft);
  line-height: 1.55;
}

.hf-location__map-wrap {
  position: relative;
  height: 100%;
  min-height: 380px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(42,24,16,0.14);
  border: 1px solid rgba(42,24,16,0.10);
  background: var(--hf-cream);
}
.hf-location__map {
  width: 100%;
  height: 100%;
  min-height: 380px;
  border: 0;
  display: block;
  filter: saturate(0.95);
}
.hf-location__map-link {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: var(--hf-cream);
  color: var(--hf-coffee) !important;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid rgba(42,24,16,0.10);
  box-shadow: 0 4px 12px rgba(42,24,16,0.10);
  transition: background 0.2s ease;
}
.hf-location__map-link:hover { background: var(--hf-orange); color: var(--hf-cream) !important; }

.hf-location__card {
  height: 100%;
  background: white;
  border: 1px solid rgba(42,24,16,0.08);
  border-radius: 22px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 18px 50px rgba(42,24,16,0.06);
}
.hf-location__icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: rgba(229,90,43,0.12);
  display: flex; align-items: center; justify-content: center;
  font-size: 28px;
  margin-bottom: 4px;
}
.hf-location__title {
  font-family: var(--rr-ff-heading) !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  color: var(--hf-coffee) !important;
  margin: 0 !important;
  letter-spacing: -0.015em;
}
.hf-location__sub {
  font-size: 13px;
  color: var(--hf-coffee-soft);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  margin: 0 !important;
}
.hf-location__addr {
  font-style: normal;
  font-size: 17px;
  line-height: 1.55;
  color: var(--hf-coffee);
  margin: 8px 0 0;
}
.hf-location__contacts {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 15px;
  color: var(--hf-coffee);
}
.hf-location__contacts a { color: var(--hf-coffee); font-weight: 600; transition: color 0.2s ease; }
.hf-location__contacts a:hover { color: var(--hf-orange); }
.hf-location__cta { margin-top: auto; padding-top: 18px; }

@media (max-width: 991px) {
  .hf-location-section .section-title { font-size: 36px !important; }
  .hf-location__map-wrap, .hf-location__map { min-height: 320px; }
}

/* Cookie-Consent-Banner (DSGVO-konform: gleichwertige Buttons, keine Vorauswahl) */
.hf-consent {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 9999;
  background: var(--hf-coffee);
  color: var(--hf-cream);
  border-top: 3px solid var(--hf-orange);
  box-shadow: 0 -10px 40px rgba(0,0,0,0.3);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(.2,.8,.2,1);
}
.hf-consent.is-visible { transform: translateY(0); }
.hf-consent__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 22px 28px;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.hf-consent__text { flex: 1; min-width: 280px; }
.hf-consent__title {
  font-family: var(--rr-ff-heading) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--hf-cream) !important;
  margin: 0 0 6px !important;
  letter-spacing: -0.01em;
}
.hf-consent__desc {
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: rgba(244,232,216,0.85) !important;
  margin: 0 !important;
}
.hf-consent__actions { display: flex; gap: 12px; flex-shrink: 0; }
.hf-consent__btn {
  font-family: var(--rr-ff-body);
  font-weight: 600;
  font-size: 14px;
  padding: 12px 22px;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
  white-space: nowrap;
  border: 1.5px solid;
}
/* Beide Buttons gleichwertig gestaltet (DSGVO/EuGH Planet49):
   identische Größe, ähnliche visuelle Prominenz — kein Nudging zum „Akzeptieren". */
.hf-consent__btn--reject,
.hf-consent__btn--accept {
  background: rgba(244,232,216,0.10);
  border-color: rgba(244,232,216,0.40);
  color: var(--hf-cream);
}
.hf-consent__btn--reject:hover,
.hf-consent__btn--accept:hover {
  background: rgba(244,232,216,0.20);
  border-color: var(--hf-cream);
  transform: translateY(-1px);
}
@media (max-width: 575px) {
  .hf-consent__inner { padding: 18px 18px 22px; gap: 16px; }
  .hf-consent__actions { width: 100%; }
  .hf-consent__btn { flex: 1; padding: 12px 14px; font-size: 13px; }
}

/* Rechtliche Unterseiten (Impressum, Datenschutz, AGB) */
.hf-legal-section {
  background: var(--hf-cream-deep);
  padding: 160px 0 100px; /* Top-Padding wegen sticky Navbar */
  min-height: calc(100vh - 400px);
}
@media (max-width: 991px) {
  .hf-legal-section { padding: 130px 0 70px; }
}
.hf-legal__card {
  background: white;
  border-radius: 22px;
  padding: 56px 60px;
  border: 1px solid rgba(42,24,16,0.08);
  box-shadow: 0 18px 50px rgba(42,24,16,0.06);
  font-family: var(--rr-ff-body);
  color: var(--hf-coffee);
  line-height: 1.65;
  font-size: 16px;
}
@media (max-width: 575px) {
  .hf-legal__card { padding: 36px 26px; }
}
.hf-legal__card h1 {
  font-family: var(--rr-ff-heading) !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  color: var(--hf-coffee) !important;
  margin: 0 0 32px !important;
  letter-spacing: -0.025em;
}
.hf-legal__card h2 {
  font-family: var(--rr-ff-heading) !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  color: var(--hf-coffee) !important;
  margin: 36px 0 12px !important;
  letter-spacing: -0.015em;
  hyphens: auto;
}
.hf-legal__card p {
  margin: 0 0 16px !important;
  color: var(--hf-coffee) !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}
.hf-legal__card p strong { color: var(--hf-coffee); font-weight: 700; }
.hf-legal__card a { color: var(--hf-orange); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.hf-legal__card a:hover { color: var(--hf-orange-deep); }
.hf-legal__back-wrap { margin-top: 40px !important; padding-top: 24px; border-top: 1px solid rgba(42,24,16,0.08); }

/* Footer */
.footer-section { background: var(--hf-coffee) !important; padding-top: 100px !important; }
.footer-section .title { color: var(--hf-cream) !important; }
.footer-section p, .footer-section a, .footer-section li { color: rgba(244,232,216,0.75) !important; }
.footer-section a:hover { color: var(--hf-orange) !important; }
.footer-bottom { border-top: 1px solid rgba(244,232,216,0.10); padding: 24px 0 !important; }
/* Footer-Adresse: Pin-Icon in eigener Spalte, beide Zeilen sauber linksbündig */
.hf-footer-addr {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.hf-footer-addr__icon { flex-shrink: 0; line-height: 1.5; }
.hf-footer-addr__text { line-height: 1.5; }
/* Rechtlicher Disclaimer im Footer (Facebook/Google Marken-Disclaimer für Werbeanzeigen) */
.hf-footer-disclaimer {
  font-size: 11.5px !important;
  line-height: 1.55 !important;
  color: rgba(244,232,216,0.45) !important;
  margin: 0 0 6px !important;
  padding: 22px 0 14px !important;
  border-top: 1px solid rgba(244,232,216,0.08);
  max-width: 100%;
  text-align: justify;
  hyphens: auto;
}
@media (max-width: 575px) {
  .hf-footer-disclaimer { font-size: 11px !important; text-align: left; }
}

/* Header */
.header { background: var(--hf-cream) !important; border-bottom: 1px solid rgba(42,24,16,0.08); }
.header.sticky { background: var(--hf-cream) !important; box-shadow: 0 4px 20px rgba(42,24,16,0.06); }

/* Wortmarke mit Maskottchen-Logo (Header + Footer) */
.wordmark {
  font-family: var(--rr-ff-heading);
  font-weight: 700;
  letter-spacing: -0.02em;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  line-height: 1;
}
.wordmark__fox {
  height: 76px;
  width: auto;
  display: block;
  object-fit: contain;
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.wordmark:hover .wordmark__fox { transform: rotate(-4deg) scale(1.04); }
.wordmark__copy {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  line-height: 1;
}
.wordmark__text {
  font-size: 30px;
  color: var(--hf-coffee);
  white-space: nowrap;
  line-height: 1;
}
.wordmark__tagline {
  font-family: var(--rr-ff-body);
  font-size: 12px;
  font-weight: 500;
  color: var(--hf-coffee-soft);
  letter-spacing: 0.04em;
  text-transform: none;
  white-space: nowrap;
  line-height: 1.2;
  opacity: 0.85;
}
/* Header darf für das größere Logo etwas mehr Höhe bekommen */
.header .primary-header { padding-top: 6px; padding-bottom: 6px; }

/* Header-Telefon-Button: zwei Varianten Desktop (Nummer) / Mobile (Wort) */
.hf-header-phone { padding: 12px 22px !important; font-size: 14px !important; min-height: 44px; }
.hf-header-phone__short { display: none; }
@media (max-width: 767px) {
  .hf-header-phone { padding: 10px 16px !important; font-size: 14px !important; }
  .hf-header-phone__num { display: none; }
  .hf-header-phone__short { display: inline; }
}

/* Footer-Variante: heller Text auf dunklem Untergrund, etwas größer */
.wordmark--footer { gap: 6px; }
.wordmark--footer .wordmark__text { color: var(--hf-cream); font-size: 32px; }
.wordmark--footer .wordmark__tagline { color: rgba(244,232,216,0.7); font-size: 13px; }
.wordmark--footer .wordmark__fox { height: 88px; }
/* Auf kleinen Screens etwas kompakter */
@media (max-width: 575px) {
  .wordmark__fox { height: 56px; }
  .wordmark__text { font-size: 22px; }
  .wordmark__tagline { font-size: 11px; }
  .wordmark--footer .wordmark__fox { height: 64px; }
  .wordmark--footer .wordmark__text { font-size: 24px; }
  .wordmark--footer .wordmark__tagline { font-size: 12px; }
}

.mobile-menu-items ul li a { color: var(--hf-coffee) !important; font-weight: 500; font-size: 15px; }
.mobile-menu-items ul li a:hover { color: var(--hf-orange) !important; }
.sidebar-trigger { color: var(--hf-coffee) !important; }

/* Section heading center alignment fix */
.section-title { font-size: 56px !important; line-height: 1.05 !important; font-weight: 700 !important; }

/* Sidebar */
.sidebar-area { background: var(--hf-coffee) !important; }
.sidebar-area .side-menu-content h3, .sidebar-area .side-menu-content p,
.sidebar-area .side-menu-content a { color: var(--hf-cream) !important; }

/* Divs/Shapes ausblenden, die auf assets/img verweisen */
.bg-shape img, .shape-1 img, .shape-2 img,
.process-bg-shape img { display: none !important; }
.process-bg-shape { display: none !important; }

/* Linien-Hintergrund (line-wrap): als fixed Overlay clippen, sonst dehnt die
   Animation (top: -50% → 110%) die Body-Höhe um ~15vh und erzeugt Leerraum
   unter dem Footer. Mit overflow:hidden + position:fixed bleiben die Linien
   im Viewport-Layer, ohne den Scroll zu verlängern. */
.line-wrap {
  position: fixed !important;
  inset: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
  z-index: -1 !important;
}
.line-wrap .line { background: rgba(42,24,16,0.05) !important; }
.line-wrap .line span { background: var(--hf-orange) !important; }

/* Preloader: Helfer-Fuchs-Farben + sauberer Fade-Out, nachdem die Animation komplett durchgelaufen ist */
#preloader {
  background: var(--hf-cream) !important;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
#preloader.hf-done { opacity: 0; visibility: hidden; pointer-events: none; }
.loading { color: transparent !important; }
.loading::before { color: rgba(229, 90, 43, 0.18) !important; }
.loading::after {
  color: var(--hf-orange) !important;
  animation: loading 1.6s ease-in-out forwards !important;
}

/* Sponsor-Sektion (versteckt, falls noch da) */
.sponsor-section { display: none !important; }

/* Ergänzungen für Helfer-Fuchs-spezifische Sektionen */
.hf-banner-30min {
  background: var(--hf-coffee);
  color: var(--hf-cream);
  padding: 90px 0;
  text-align: center;
  background-image: radial-gradient(circle at 70% 50%, rgba(229,90,43,0.20), transparent 60%);
}
.hf-banner-30min h2 {
  font-family: var(--rr-ff-heading);
  font-size: 56px;
  font-weight: 700;
  color: var(--hf-orange) !important;
  letter-spacing: -0.025em;
  line-height: 1.1;
  text-wrap: balance;
  max-width: 1000px;
  margin: 0 auto;
}
.hf-banner-30min p {
  font-size: 17px;
  margin-top: 24px;
  opacity: 0.85;
  max-width: 600px;
  margin-inline: auto;
  color: var(--hf-cream) !important;
}

/* Region-Block */
.hf-region { background: var(--hf-coffee); padding: 90px 0; }
.hf-region .lk-card { padding: 22px 26px; background: rgba(244,232,216,0.06); border: 1px solid rgba(244,232,216,0.15); border-radius: 14px; display: flex; align-items: center; gap: 14px; }
.hf-region .lk-dot { width: 10px; height: 10px; background: var(--hf-orange); border-radius: 50%; flex-shrink: 0; }
.hf-region .lk-name { font-family: var(--rr-ff-heading); font-size: 20px; font-weight: 600; color: var(--hf-cream); }

/* =====================================================
   ▸ MOBILE OPTIMIERUNGEN
   Alles unter 992 px (Tablet & Phone) zusammengefasst.
   Touch-Targets ≥ 44 px, Form-Inputs ≥ 16 px (kein iOS-Auto-Zoom),
   Hamburger-Drawer für Navi, kompakte Section-Paddings.
   ===================================================== */

/* Hamburger-Button (nur Mobile/Tablet sichtbar) */
.hf-burger {
  display: none;
  width: 48px; height: 48px;
  background: var(--hf-cream-deep);
  border: 1.5px solid rgba(42,24,16,0.10);
  border-radius: 12px;
  padding: 0;
  cursor: pointer;
  position: relative;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.hf-burger:hover { background: var(--hf-orange); border-color: var(--hf-orange); }
.hf-burger:hover span { background: var(--hf-cream); }
.hf-burger span {
  display: block;
  position: absolute;
  left: 12px; right: 12px;
  height: 2.5px;
  background: var(--hf-coffee);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.2s ease, top 0.3s ease;
}
.hf-burger span:nth-child(1) { top: 14px; }
.hf-burger span:nth-child(2) { top: 22.5px; }
.hf-burger span:nth-child(3) { top: 31px; }
/* Aktivierungs-Zustand → X */
.hf-burger.is-active { background: var(--hf-orange); border-color: var(--hf-orange); }
.hf-burger.is-active span { background: var(--hf-cream); }
.hf-burger.is-active span:nth-child(1) { top: 22.5px; transform: rotate(45deg); }
.hf-burger.is-active span:nth-child(2) { opacity: 0; }
.hf-burger.is-active span:nth-child(3) { top: 22.5px; transform: rotate(-45deg); }

/* Body bekommt overflow-hidden wenn Menu offen ist */
body.hf-menu-open { overflow: hidden; }
body.hf-menu-open::after {
  content: "";
  position: fixed; inset: 0;
  background: rgba(42,24,16,0.55);
  backdrop-filter: blur(2px);
  z-index: 90;
  animation: hf-fade-in 0.3s ease;
}
@keyframes hf-fade-in { from { opacity: 0; } to { opacity: 1; } }

/* ============== <992 px: Tablet & Phone ============== */
@media (max-width: 991px) {
  /* Header kompakter */
  .header .primary-header { padding-top: 4px; padding-bottom: 4px; }
  .wordmark__fox { height: 52px !important; }
  .wordmark__text { font-size: 19px !important; }
  .wordmark__tagline { font-size: 10.5px !important; }
  .header-right { display: flex; align-items: center; gap: 10px; }
  .hf-burger { display: block; }

  /* Drawer-Navi */
  .header-menu-wrap { position: static; }
  .mobile-menu-items {
    position: fixed;
    top: 0; right: 0;
    width: min(86%, 360px);
    height: 100dvh;
    background: var(--hf-cream);
    border-left: 1px solid rgba(42,24,16,0.10);
    box-shadow: -20px 0 60px rgba(42,24,16,0.18);
    transform: translateX(100%);
    transition: transform 0.32s cubic-bezier(.2,.8,.2,1);
    z-index: 100;
    padding: 90px 28px 28px;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .mobile-menu-items.is-open { transform: translateX(0); }
  .mobile-menu-items ul {
    list-style: none;
    padding: 0; margin: 0;
    display: flex !important;
    flex-direction: column;
    gap: 4px;
  }
  .mobile-menu-items ul li a {
    display: block;
    padding: 16px 18px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    border-radius: 12px;
    color: var(--hf-coffee) !important;
    transition: background 0.15s ease, color 0.15s ease;
    min-height: 44px;
  }
  .mobile-menu-items ul li a:hover,
  .mobile-menu-items ul li a:focus { background: var(--hf-cream-deep); color: var(--hf-orange) !important; }

  /* Hero kompakter */
  .hero-section-11 { padding: 6px 0 60px; }
  .hero-section-11 .hero-info { padding-top: 100px !important; }
  .hero-section-11 .hero-info p { font-size: 16px !important; }
  .hf-hero__chips { margin-top: 32px; }
  .hf-hero__chips-row { gap: 8px; }
  .hf-chip { padding: 10px 14px; font-size: 13px; min-height: 44px; }

  /* Hero-Visual auf Mobile in eigene Reihe und kleiner */
  .hf-hero__visual { aspect-ratio: 1/1; max-width: 420px; }

  /* Sections kompakter */
  .hf-process-section { padding: 64px 0 70px; }
  .hf-process-section .section-heading { margin-bottom: 36px; }
  .hf-process-section .section-title { font-size: 36px !important; }
  .hf-process-section__intro { font-size: 16px; }

  .hf-about-section { padding: 64px 0 70px; }
  .about-content-11 .section-title { font-size: 32px !important; }

  .hf-banner-30min { padding: 60px 0; }
  .hf-banner-30min h2 { font-size: 30px !important; }

  .service-section-11 { padding: 64px 0 70px !important; }
  .service-section-11 .section-heading { margin-bottom: 36px; }
  .service-section-11 .section-title { font-size: 36px !important; }
  .hf-services-cta { margin-top: 36px; padding: 24px; }
  .hf-services-cta__icon { width: 52px; height: 52px; font-size: 24px; }
  .hf-services-cta__text h3 { font-size: 20px !important; }

  .team-section-7 { padding: 64px 0 70px !important; }
  .team-section-7 .section-title { font-size: 32px !important; }

  .faq-section { padding: 64px 0 70px !important; }
  .faq-section .section-title { font-size: 32px !important; }
  .accordion-button { font-size: 16px !important; padding: 18px 20px !important; min-height: 60px; }
  .accordion-body { font-size: 14px !important; padding: 0 20px 18px !important; }

  .hf-region { padding: 60px 0; }
  .hf-region .section-title { font-size: 32px !important; }
  .hf-region .lk-card { padding: 16px 20px; }

  .request-section { padding: 64px 0 !important; }
  .request-section .section-title { font-size: 32px !important; }

  .hf-location-section { padding: 60px 0 70px; }
  .hf-location-section .section-title { font-size: 30px !important; }

  .footer-section { padding-top: 70px !important; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px !important; }
  .footer-bottom > div { gap: 16px !important; }
}

/* ============== <576 px: Phone ============== */
@media (max-width: 575px) {
  /* Container etwas mehr Luft an den Seiten */
  .container { padding-left: 18px; padding-right: 18px; }

  /* Wordmark-Tagline auf Phone ausblenden — spart wertvolle Höhe */
  .wordmark__tagline { display: none; }
  .wordmark__fox { height: 46px !important; }
  .wordmark__text { font-size: 18px !important; }

  /* Hero noch kompakter */
  .hero-section-11 .hero-info h1.title { font-size: 40px !important; line-height: 1 !important; text-wrap: initial; }
  .hero-section-11 .hero-info { padding-top: 80px !important; }
  /* Auf Phone wird die Headline gekürzt zu „Servus." (mit Punkt) +
     „Probleme mit der Technik?" — das Komma und „moi wieder" werden
     ausgeblendet, damit es als sauberer Zwei-Satz-Block wirkt. */
  .hf-hero__title-extra { display: none; }
  .hf-hero__title-comma { display: none; }
  /* Erzwinge Zeilenumbruch zur orangen Phrase per display:block (statt <br>),
     weil text-wrap balance den <br> auf Phone manchmal verschluckt */
  .hero-section-11 .hero-info h1.title .title-2 { display: block !important; margin-top: 4px; }
  .hf-hero__pill { font-size: 12px; padding: 7px 14px; max-width: 100%; }
  .hf-hero__btns { gap: 10px; flex-direction: column; align-items: stretch; }
  .hf-hero__btns .rr-primary-btn { width: 100%; justify-content: center; min-height: 48px; }

  /* CTAs alle Min-Touch */
  .rr-primary-btn { min-height: 48px; }

  /* Service-Karten Mobile-Padding */
  .hf-service-card { padding: 28px 22px; min-height: auto; }
  .hf-service-card__title { font-size: 20px !important; }
  .hf-service-card__desc { font-size: 15px !important; }

  /* Process-Karten */
  .process-item { padding: 26px 22px !important; }

  /* Form-Felder min-Höhe + Touch */
  .request-section input,
  .request-section select,
  .request-section textarea {
    font-size: 16px !important;        /* verhindert iOS-Zoom beim Fokus */
    min-height: 48px;
    padding: 14px 16px !important;
  }
  .request-section textarea { min-height: 120px; }
  .request-section button[type="submit"] { min-height: 52px; font-size: 15px !important; }

  /* Footer-Spalten in eine Spalte stapeln, mit Atmungsraum */
  .footer-section .row { row-gap: 28px !important; }

  /* Location-Karte und Map auf Phone */
  .hf-location__card { padding: 28px 22px; }
  .hf-location__map-wrap, .hf-location__map { min-height: 260px; }

  /* Cookie-Banner: feste Lesbarkeit */
  .hf-consent__title { font-size: 16px !important; }
  .hf-consent__desc { font-size: 13px !important; line-height: 1.5 !important; }
  .hf-consent__btn { min-height: 44px; }

  /* Chip-Reihe auf Phone scrollbar (vermeidet Wrapping-Probleme bei vielen Chips) */
  .hf-hero__chips-row {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 6px;
    margin-bottom: -6px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .hf-hero__chips-row::-webkit-scrollbar { display: none; }
  .hf-chip { flex-shrink: 0; }
}

/* Touch-Targets generell sicherstellen */
@media (pointer: coarse) {
  a, button, input, select, textarea { min-height: 44px; }
  .hf-chip, .hf-service-card__cta { min-height: 44px; align-items: center; }
  .footer-section a { display: inline-block; padding: 4px 0; }
}

/* Headline-Punkt: nur auf Phone sichtbar (≤575 px). Auf Tablet/Desktop ausgeblendet,
   damit dort der Vollsatz „Servus, moi wieder" mit Komma erscheint. */
@media (min-width: 576px) {
  .hf-hero__title-dot { display: none; }
}

