/* ===================================================================
   Haarraum — Friseursalon Moers
   VORTE Beispiel-Website (Paket: Starter, 5 Seiten)
   Farbkonzept: Option B "Schwarz/Weiß editorial + gedecktes Gold"
   Aufbau: Mobile First (Basis = Mobil, min-width-Queries = größer)

   HINWEIS: Fiktives Portfolio-Projekt von VORTE (Convent Media
   Dienstleistung). Firmenname, Inhaberin, Team, Adresse, Telefon,
   E-Mail, Steuernummer und Handwerksrollen-Nummer sind frei erfundene
   Platzhalter. Es existiert kein Betrieb unter diesen Angaben.
   =================================================================== */

/* ── KUNDENVARIABLEN ───────────────────────────────────────────────
   KONTRASTWERTE — alle Werte unten wurden nach der WCAG-2.x-Formel
   (relative Luminanz je Kanal: c<=0,03928 ? c/12,92 : ((c+0,055)/1,055)^2,4;
   L = 0,2126R + 0,7152G + 0,0722B; Kontrast = (L1+0,05)/(L2+0,05))
   gegen die HIER TATSÄCHLICH GESETZTEN Hex-Werte durchgerechnet —
   nicht geschätzt und nicht aus dem Briefing übernommen:

     Weiß          auf --primary      #171717 ......... 17,93:1  ✓ AAA
     Weiß          auf --primary-hover #000000 ........ 21,00:1  ✓ AAA
     Weiß          auf --primary-soft #2A2A28 ......... 14,38:1  ✓ AAA
     --text #232323 auf --bg          #FAFAF8 ......... 15,04:1  ✓ AAA
     --text #232323 auf --card-bg     #FFFFFF ......... 15,72:1  ✓ AAA
     --muted #5C5A55 auf --bg .......................... 6,59:1  ✓ AA
     --muted #5C5A55 auf Weiß .......................... 6,89:1  ✓ AA
     --primary #171717 auf --bg ....................... 17,16:1  ✓ AAA
     --accent-ink #6E5527 auf Weiß ..................... 7,02:1  ✓ AAA
     --accent-ink #6E5527 auf --bg ..................... 6,72:1  ✓ AA
     Weiß          auf --accent-ink   #6E5527 .......... 7,02:1  ✓ AAA
     --accent-l #C9A45E auf --primary .................. 7,65:1  ✓ AAA
     --input-border #8C8880 auf Weiß ................... 3,53:1  ✓ (WCAG 1.4.11, ≥3:1)
     --req #A3341F auf Weiß ............................ 6,84:1  ✓ AA
     #171717 auf WhatsApp-Grün #25D366 ................. 9,04:1  ✓ AAA

   WICHTIGE NEGATIVBEFUNDE (deshalb bewusst NICHT so eingesetzt):
     Weiß auf --accent #9C7A3C ......................... 3,99:1  ✗ (unter 4,5:1)
       → --accent ist eine reine DEKORATIONSFARBE (Linien, Rahmen,
         Ringe, Flächen). Nie weißer oder dunkler Fließtext darauf,
         nie als Button-Grund mit Text. Für Buttons/Links mit weißem
         Text auf Gold: --accent-ink (7,02:1).
       (Das Briefing nannte 4,13:1 — nachgerechnet ergibt die
        WCAG-Formel 3,99:1. Beide Werte liegen unter 4,5:1, die
        Schlussfolgerung bleibt identisch, der Wert ist hier korrigiert.)
     --accent #9C7A3C auf --primary #171717 ............ 4,49:1
       → als dekorative Linie/Rahmen auf Dunkel in Ordnung (≥3:1),
         aber NICHT für normalgroßen Text auf Dunkel. Dafür gibt es
         --accent-l #C9A45E (7,65:1).
     --accent-l #C9A45E auf Weiß ....................... 2,34:1  ✗
       → nur auf dunklem Grund verwenden, nie auf hellem.
     --border #E2E0DA auf Weiß ......................... 1,32:1
       → rein dekorativer Kartenrahmen. Für Bedienelement-Rahmen
         (Formularfelder) gilt --input-border (3,53:1).

   Textfarben auf dunklem Grund (--primary #171717), nachgerechnet —
   ein universell sicherer Opacity-Wert existiert nicht, er hängt an
   der Helligkeit der Primärfarbe (siehe haeufige-fehler.md #1/#3);
   auf diesem sehr dunklen Schwarz ist der Puffer groß:
     rgba(255,255,255,0.88) ........................... 13,99:1  ✓ AAA
     rgba(255,255,255,0.76) ........................... 10,64:1  ✓ AAA
     rgba(255,255,255,0.72) ............................ 9,65:1  ✓ AAA
   ─────────────────────────────────────────────────────────────── */
:root {
  --bg:            #FAFAF8;  /* Warmes Off-White — Seitenhintergrund */
  --white:         #FFFFFF;
  --card-bg:       #FFFFFF;
  --primary:       #171717;  /* Fast Schwarz — Header, Footer, Buttons */
  --primary-hover: #000000;  /* Hover für primäre Buttons */
  --primary-soft:  #2A2A28;  /* Flächen INNERHALB dunkler Bereiche */
  --text:          #232323;  /* Fließtext */
  --muted:         #5C5A55;  /* Sekundärtext */
  --border:        #E2E0DA;  /* NUR dekorative Rahmen (1,32:1 auf Weiß) */
  --input-border:  #8C8880;  /* Formularfeld-/Bedienelement-Rahmen (3,53:1) */
  --accent:        #9C7A3C;  /* Gedecktes Gold — NUR Dekoration */
  --accent-ink:    #6E5527;  /* Gold für TEXT/Buttons (beide Richtungen 7,02:1) */
  --accent-l:      #C9A45E;  /* Gold für Text/Linien AUF dunklem Grund */
  --req:           #A3341F;  /* Pflichtfeld-Sternchen */

  --on-dark:       rgba(255,255,255,0.88);
  --on-dark-soft:  rgba(255,255,255,0.76);
  --on-dark-min:   rgba(255,255,255,0.72);

  --font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
          'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
  --radius-s: 3px;
  --radius-m: 8px;
  --radius-l: 16px;
  --shadow-s: 0 1px 3px rgba(23,23,23,0.08);
  --shadow-m: 0 10px 30px rgba(23,23,23,0.13);
}

/* ── RESET ─────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 90px; }
body {
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; height: auto; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { font-family: inherit; }
address { font-style: normal; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* ── SICHTBARER TASTATURFOKUS (BFSG) ───────────────────────────── */
/* Der Fokusrahmen ist ein Bedienelement und braucht nach WCAG 1.4.11 /
   2.4.13 mindestens 3:1 gegen den Untergrund. --primary #171717 hat
   17,16:1 auf --bg und 17,93:1 gegen Weiß — bewusst nicht Gold, damit
   der Fokus nicht mit einem Akzentelement verwechselt wird. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 2px;
  border-radius: var(--radius-s);
}
/* Auf dunklen Flächen wäre Schwarz-auf-Schwarz unsichtbar → Weiß. */
.nav a:focus-visible,
.nav button:focus-visible,
.nav-mobile a:focus-visible,
.pagehead a:focus-visible,
.usp-strip a:focus-visible,
.band-dark a:focus-visible,
.cta-panel a:focus-visible,
.cookie-bar a:focus-visible,
.cookie-bar button:focus-visible,
footer a:focus-visible {
  outline-color: #FFFFFF;
}

/* ── SKIP LINK ─────────────────────────────────────────────────── */
.skip-link {
  position: absolute; top: -60px; left: 0;
  background: var(--primary); color: #FFFFFF;
  padding: 10px 18px; z-index: 1000;
  font-size: 14px; font-weight: 700;
  transition: top 0.15s;
}
.skip-link:focus { top: 0; }

/* ── LAYOUT ────────────────────────────────────────────────────── */
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.section { padding: 52px 0; }
.section-alt { background: var(--white); }
.narrow { max-width: 760px; }

/* Dunkles Band (Team-Teaser, USP-Leiste, Panels).
   Farbregeln stehen bewusst auf ALLEN umgebenden Elementen, nicht nur
   auf `a` — siehe haeufige-fehler.md #2 (reiner Text ohne <a> fällt
   sonst auf die dunkle globale Fließtextfarbe zurück). */
.band-dark { background: var(--primary); }
.band-dark,
.band-dark p,
.band-dark li,
.band-dark div,
.band-dark span,
.band-dark address,
.band-dark dt,
.band-dark dd { color: var(--on-dark); }
/* Zweigliedrig (.section.band-dark): das weiter unten stehende
   `.section h2 { color: var(--text) }` hat dieselbe Spezifität und
   würde als späteres Regelwerk sonst gewinnen — dunkle Überschrift
   auf schwarzem Band. */
.band-dark h2, .band-dark h3,
.section.band-dark h2, .section.band-dark h3 { color: #FFFFFF; }
/* Inline-Elemente mit eigener globaler Farbregel brauchen in dunklen
   Bereichen eine EIGENE Override-Regel — eine direkt auf das Element
   zielende Regel gewinnt immer gegen einen nur vererbten Wert
   (haeufige-fehler.md Technik #4). */
.band-dark strong, .band-dark em, .band-dark b { color: #FFFFFF; }

/* ── TYPOGRAFIE ────────────────────────────────────────────────── */
/* overflow-wrap: lange deutsche Komposita ohne Leerzeichen koennen auf
   schmalen Viewports breiter sein als die verfuegbare Spalte und ohne
   Umbruchpunkt horizontal ueberlaufen -- praeventiv nach Fund auf
   berger-bedachungen/leistungen.html (30.08.2026), siehe
   haeufige-fehler.md Technik #16. */
h1 { font-size: clamp(28px, 6.4vw, 46px); font-weight: 800; line-height: 1.12; letter-spacing: -0.025em; overflow-wrap: break-word; }
h2 { font-size: clamp(22px, 4.2vw, 32px); font-weight: 800; line-height: 1.22; letter-spacing: -0.02em; }
h3 { font-size: 19px; font-weight: 700; line-height: 1.35; }
h4 { font-size: 15px; font-weight: 700; }
p  { font-size: 16px; line-height: 1.72; color: var(--muted); }
strong { color: var(--text); font-weight: 700; }

.section h2 { color: var(--text); margin-bottom: 14px; }
.section p + p { margin-top: 14px; }
.section-head { margin-bottom: 30px; }
.section-head p { max-width: 660px; }

/* Kleiner Gold-Kicker über Überschriften (editorial) */
.kicker {
  display: block;
  font-size: 12px; font-weight: 800;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--accent-ink);
  margin-bottom: 10px;
}
.band-dark .kicker, .cta-panel .kicker, .pagehead .kicker { color: var(--accent-l); }

/* Feiner Goldstrich unter Überschriften */
.h-rule::after {
  content: ""; display: block;
  width: 46px; height: 2px;
  background: var(--accent);
  margin-top: 14px;
}
.band-dark .h-rule::after, .cta-panel .h-rule::after { background: var(--accent-l); }

/* Textlinks im Fließtext (helle Flächen) */
.section a:not(.btn):not(.nav-link):not(.card-link):not(.plain) {
  color: var(--accent-ink);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.section a:not(.btn):not(.nav-link):not(.card-link):not(.plain):hover { color: var(--primary); }
/* … innerhalb dunkler Bänder greift stattdessen Weiß.
   Die :not()-Kette wird bewusst wiederholt: die Regel darüber hat durch
   ihre vier :not()-Klassen eine hohe Spezifität (0-5-1) und würde sonst
   gewinnen — Goldtext (--accent-ink, 7,02:1 auf Weiß) hätte auf
   schwarzem Grund nur 1,68:1 und wäre praktisch unlesbar. */
.section.band-dark a:not(.btn):not(.nav-link):not(.card-link):not(.plain),
.section .cta-panel a:not(.btn):not(.nav-link):not(.card-link):not(.plain),
.band-dark a:not(.btn),
.cta-panel a:not(.btn) { color: #FFFFFF; text-decoration: underline; }

/* ── BUTTONS ───────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 26px; border-radius: var(--radius-s);
  font-family: var(--font); font-size: 15px; font-weight: 700;
  letter-spacing: .01em;
  cursor: pointer; text-align: center;
  border: 2px solid transparent;
  transition: background-color .15s, color .15s, border-color .15s, transform .15s;
}
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }

/* Primär: Schwarz mit weißem Text (17,93:1 ✓) */
.btn-primary { background: var(--primary); color: #FFFFFF; border-color: var(--primary); }
.btn-primary:hover { background: var(--primary-hover); border-color: var(--primary-hover); transform: translateY(-1px); }

/* Sekundär: Outline Schwarz auf hellem Grund (Text 15,04:1 ✓) */
.btn-outline { background: transparent; color: var(--text); border-color: var(--primary); }
.btn-outline:hover { background: var(--primary); color: #FFFFFF; transform: translateY(-1px); }

/* Auf dunklem Grund: Weiß gefüllt (Text #171717 auf Weiß 17,93:1 ✓) */
.btn-light { background: #FFFFFF; color: var(--primary); border-color: #FFFFFF; }
.btn-light:hover { background: var(--accent-l); border-color: var(--accent-l); color: var(--primary); }
/* #171717 auf --accent-l #C9A45E = 7,65:1 ✓ (Hover bleibt lesbar) */

.btn-outline-light { background: transparent; color: #FFFFFF; border-color: rgba(255,255,255,0.7); }
.btn-outline-light:hover { border-color: #FFFFFF; background: rgba(255,255,255,0.12); }

.btn-block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* WhatsApp: Markengrün mit fast schwarzem Text = 9,04:1 ✓
   (Weiß auf diesem Grün wären nur 1,98:1 — bewusst nicht verwendet.) */
.btn-whatsapp { background: #25D366; color: #171717; border-color: #1FBA59; }
.btn-whatsapp:hover { background: #1FBA59; color: #171717; }

/* ── NAVIGATION ────────────────────────────────────────────────── */
.nav {
  background: var(--primary);
  position: sticky; top: 0; z-index: 100;
  border-bottom: 1px solid rgba(255,255,255,0.14);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 66px; gap: 12px;
}
.nav-logo { display: flex; align-items: center; gap: 11px; color: #FFFFFF; }
/* Logo-Mark: dunkle Schrift auf Gold = 4,49:1. Die WCAG-Großtext-Schwelle
   für fette Schrift liegt bei 14pt = 18,66px, nicht bei 18px — deshalb
   19px (statt vorher 18px), um die 3:1-Ausnahme korrekt zu erfüllen. */
.nav-logo-mark {
  width: 38px; height: 38px; flex-shrink: 0;
  border-radius: 50%;
  background: var(--accent);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 19px; color: #171717;
  letter-spacing: -0.03em;
}
.nav-logo-text { display: flex; flex-direction: column; line-height: 1.15; }
.nav-logo-name {
  font-size: 17px; font-weight: 800; color: #FFFFFF;
  letter-spacing: .04em; text-transform: lowercase;
}
.nav-logo-sub {
  font-size: 10px; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--on-dark-soft);
}

.nav-links { display: none; align-items: center; gap: 2px; }
.nav-link {
  padding: 8px 13px; font-size: 14.5px; font-weight: 600;
  color: var(--on-dark-soft); border-radius: var(--radius-s);
  transition: color .15s, background-color .15s;
}
.nav-link:hover, .nav-link.active { color: #FFFFFF; background: rgba(255,255,255,0.12); }
.nav-link.active { box-shadow: inset 0 -2px 0 var(--accent-l); }
.nav-cta {
  margin-left: 10px; padding: 11px 20px;
  background: #FFFFFF; color: var(--primary);
  font-size: 14.5px; font-weight: 700;
  border-radius: var(--radius-s);
  transition: background-color .15s;
}
.nav-cta:hover { background: var(--accent-l); color: var(--primary); }

.nav-burger {
  display: block; background: none; border: none; cursor: pointer;
  padding: 8px; border-radius: var(--radius-s);
}
.nav-burger span {
  display: block; width: 24px; height: 2px; background: #FFFFFF;
  margin: 5px 0; border-radius: 1px; transition: transform .2s, opacity .2s;
}
.nav-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-mobile {
  display: none; background: var(--primary);
  padding: 8px 0 20px;
  border-top: 1px solid rgba(255,255,255,0.14);
}
.nav-mobile.open { display: block; }
.nav-mobile .nav-link {
  display: block; padding: 13px 0; font-size: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  border-radius: 0;
}
.nav-mobile .nav-link:last-of-type { border-bottom: none; }
.nav-mobile .nav-cta { display: block; margin: 14px 0 0; text-align: center; }

/* ── HERO (hell, foto-dominiert) ───────────────────────────────── */
/* Branchen-Kalibrierung Friseur: Fotos dominieren, Icons nur Zusatz.
   Deshalb bewusst KEIN Icon-Raster im Hero, sondern ein großes Foto
   mit versetztem Goldrahmen und aufliegendem Vertrauens-Badge. */
.hero { background: var(--bg); padding: 40px 0 44px; }
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 34px; align-items: center; }
.hero h1 { margin-bottom: 16px; }
.hero-lead { font-size: 17.5px; color: var(--text); max-width: 560px; margin-bottom: 26px; }

/* Foto-Rahmen: Goldlinie versetzt hinter dem Bild (rein dekorativ,
   --accent zulässig, weil kein Text darauf steht). */
.hero-media { position: relative; width: 100%; }
.hero-media::before {
  content: ""; position: absolute;
  inset: 14px -14px -14px 14px;
  border: 2px solid var(--accent);
  border-radius: var(--radius-l);
  z-index: 0;
}
.hero-media img {
  position: relative; z-index: 1;
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover;
  border-radius: var(--radius-l);
  box-shadow: var(--shadow-m);
}

/* Vertrauens-Badge: Meisterbetrieb seit 2014.
   Kein Emoji als Icon (Skill-Regel) — Schere als Inline-SVG.
   Weiß auf --primary = 17,93:1 ✓, Icon in --accent-l auf --primary
   = 7,65:1 ✓ (als Grafik wären 3:1 nötig). */
.badge-trust {
  position: relative; z-index: 2;
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--primary); color: #FFFFFF;
  border: 1px solid var(--accent);
  border-radius: 999px;
  padding: 11px 20px 11px 16px;
  font-size: 13.5px; font-weight: 700; letter-spacing: .02em;
  box-shadow: var(--shadow-m);
}
.badge-trust svg { width: 19px; height: 19px; color: var(--accent-l); flex-shrink: 0; }
.hero-media .badge-trust { position: absolute; left: -6px; bottom: -18px; }

/* ── USP-LEISTE (dunkles Band direkt unter dem Hero) ───────────── */
.usp-strip { background: var(--primary); padding: 18px 0; }
.usp-list {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 10px 26px;
}
.usp-list li {
  display: flex; align-items: center; gap: 9px;
  font-size: 14px; font-weight: 600; color: var(--on-dark);
}
.usp-list svg { width: 16px; height: 16px; color: var(--accent-l); flex-shrink: 0; }

/* ── SEITENKOPF (Unterseiten) ──────────────────────────────────── */
.pagehead { background: var(--primary); padding: 34px 0 32px; }
.pagehead h1 { color: #FFFFFF; }
.pagehead p { color: var(--on-dark); margin-top: 12px; max-width: 660px; font-size: 16.5px; }
/* Zweigliedriger Selektor nötig: .pagehead p hat dieselbe/höhere
   Spezifität und würde die Krümelnavigation sonst auf 16,5px aufblasen. */
.pagehead .crumbs { font-size: 13px; color: var(--on-dark-soft); margin: 0 0 14px; }
.pagehead .crumbs a { color: var(--on-dark-soft); text-decoration: underline; }
.pagehead .crumbs a:hover { color: #FFFFFF; }

/* ── LEISTUNGS-KARTEN (Foto oben, Preis prominent) ─────────────── */
.svc-grid { display: grid; grid-template-columns: 1fr; gap: 22px; }
.svc-card {
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: var(--radius-l); overflow: hidden;
  box-shadow: var(--shadow-s);
  display: flex; flex-direction: column;
  transition: box-shadow .2s, transform .2s;
}
.svc-card:hover, .svc-card:focus-within { box-shadow: var(--shadow-m); transform: translateY(-3px); }
.svc-media { aspect-ratio: 3 / 2; overflow: hidden; background: var(--bg); }
.svc-media img { width: 100%; height: 100%; object-fit: cover; }
.svc-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex-grow: 1; }
.svc-head { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.svc-head svg { width: 20px; height: 20px; color: var(--accent-ink); flex-shrink: 0; }
.svc-body p { font-size: 15.5px; flex-grow: 1; }
/* Muss NACH .svc-body p stehen und ebenfalls zweigliedrig sein — sonst
   erbt der Preis Schriftgröße und flex-grow der Beschreibung. */
.svc-body .svc-price {
  font-size: 13.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  color: var(--accent-ink); margin-bottom: 10px; flex-grow: 0;
}

/* Farbmuster statt Foto (Coloration) ──────────────────────────────
   BEWUSSTE ABWEICHUNG vom Foto-Standard: Für Coloration existiert kein
   geeignetes gesichtsfreies Foto (siehe assets/img/BILDNACHWEIS.md,
   Abschnitt "Bekannte Lücke"). Statt ein unpassendes Stockfoto zu
   erzwingen, hier ein gestaltetes Farbmuster aus reinem CSS.
   Rein dekorativ; die Bedeutung steht über role="img" + aria-label im
   Markup, damit auch ohne Foto ein Alt-Äquivalent vorhanden ist. */
.swatch-media {
  aspect-ratio: 3 / 2;
  background: var(--primary);
  /* align-items: stretch (Standard) statt center — die Farbkacheln
     sollen die volle Höhe füllen. Bewusst KEINE aspect-ratio auf den
     Kacheln selbst: sie würde bei schmalen Karten höher rechnen als
     der Container und überlaufen. */
  display: flex; justify-content: center;
  padding: 22px;
}
.swatch-row { display: flex; gap: 8px; width: 100%; max-width: 300px; }
.swatch-row span {
  flex: 1; border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.16);
}
.sw-1 { background: linear-gradient(180deg, #1E1712 0%, #33261B 100%); }
.sw-2 { background: linear-gradient(180deg, #3B2A1B 0%, #55402A 100%); }
.sw-3 { background: linear-gradient(180deg, #6E5527 0%, #8A6C38 100%); }
.sw-4 { background: linear-gradient(180deg, #9C7A3C 0%, #B79055 100%); }
.sw-5 { background: linear-gradient(180deg, #C9A45E 0%, #DCC08A 100%); }
.sw-6 { background: linear-gradient(180deg, #E7D6B4 0%, #F2E7D2 100%); }

/* ── FALLBEISPIEL (Vorher/Nachher, Zweispalter) ────────────────── */
.case-grid { display: grid; grid-template-columns: 1fr; gap: 30px; align-items: center; }
.case-text p { font-size: 16.5px; }
.case-quote {
  margin-top: 20px; padding-left: 18px;
  border-left: 3px solid var(--accent);
  font-size: 18px; line-height: 1.55; font-weight: 600; color: var(--text);
}
.case-quote cite { display: block; margin-top: 8px; font-size: 14px; font-weight: 500; font-style: normal; color: var(--muted); }
.case-note { margin-top: 18px; font-size: 13px; color: var(--muted); }

/* Vorher/Nachher-Visual: gestaltete Farbverläufe statt Foto.
   Begründung im Markup — ein Stockfoto als "Ergebnis bei Lena" zu
   beschriften wäre eine irreführende Zuschreibung. */
.ba-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ba-item { display: flex; flex-direction: column; gap: 10px; }
.ba-swatch {
  height: 230px; border-radius: var(--radius-l);
  box-shadow: var(--shadow-s);
  border: 1px solid var(--border);
  overflow: hidden;
}
.ba-swatch img { width: 100%; height: 100%; object-fit: cover; }
.ba-label {
  font-size: 11.5px; font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase; color: var(--accent-ink);
}
.ba-item p { font-size: 14px; }

/* ── TEAM-TEASER (dunkles Band mit Foto) ───────────────────────── */
.teaser-grid { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; }
.teaser-media { border-radius: var(--radius-l); overflow: hidden; box-shadow: var(--shadow-m); }
.teaser-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.teaser-text p { color: var(--on-dark); font-size: 16.5px; margin-bottom: 22px; }

/* ── ZITAT-BAND (Kundenstimmen, hairline-getrennt statt Karten) ── */
.voice-grid { display: grid; grid-template-columns: 1fr; gap: 0; }
.voice {
  padding: 26px 0;
  border-top: 1px solid var(--border);
}
.voice:first-child { border-top: none; padding-top: 8px; }
.voice-mark {
  display: block; font-size: 40px; line-height: .6; font-weight: 800;
  color: var(--accent); margin-bottom: 14px;
}
.voice blockquote { margin: 0; }
.voice blockquote p { font-size: 17px; line-height: 1.55; color: var(--text); font-weight: 600; }
.voice cite {
  display: block; margin-top: 14px; font-style: normal;
  font-size: 13.5px; font-weight: 700; color: var(--muted);
}
.voice-note {
  margin-top: 26px; padding-top: 16px;
  border-top: 1px solid var(--border);
  font-size: 13px; color: var(--muted);
}

/* ── PARTNER-LEISTE (Platzhalter-Marken) ───────────────────────── */
.partner-head {
  font-size: 12.5px; font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 18px;
}
.partner-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.partner-box {
  border: 1px dashed var(--input-border);
  border-radius: var(--radius-m);
  background: var(--white);
  padding: 22px 16px; text-align: center;
}
.partner-name {
  display: block; font-size: 17px; font-weight: 800; letter-spacing: .04em;
  color: var(--text);
}
.partner-box small { display: block; margin-top: 4px; font-size: 12px; color: var(--muted); }
.partner-note { margin-top: 16px; font-size: 13px; color: var(--muted); }

/* ── CTA-PANEL (dunkle Fläche in heller Sektion) ───────────────── */
.cta-panel {
  background: var(--primary);
  border-radius: var(--radius-l);
  padding: 34px 24px;
  text-align: center;
  box-shadow: var(--shadow-m);
}
.cta-panel h2 { color: #FFFFFF; margin-bottom: 10px; }
.cta-panel p { color: var(--on-dark); margin-bottom: 24px; max-width: 520px; margin-left: auto; margin-right: auto; }
.cta-panel .btn-row { justify-content: center; }

/* ── PREISLISTE (leistungen.html) ──────────────────────────────── */
/* Branchenstandard Friseur: transparente Preisliste, keine
   "auf Anfrage"-Lücken. Bewusst als <dl>-Tabelle statt als Karten —
   die Leistungsseite soll sich strukturell von der Startseite
   unterscheiden. */
.svc-block { margin-bottom: 46px; scroll-margin-top: 90px; }
.svc-block:last-of-type { margin-bottom: 0; }
.svc-split { display: grid; grid-template-columns: 1fr; gap: 26px; align-items: start; }
.svc-figure { border-radius: var(--radius-l); overflow: hidden; box-shadow: var(--shadow-s); }
.svc-figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
/* Farbmuster-Fläche auf der Leistungsseite auf dasselbe Seitenverhältnis
   wie die Fotoblöcke daneben (4:3 statt 3:2 wie auf der Startseite),
   damit die abwechselnden Blöcke gleich hoch wirken. */
.svc-figure.swatch-media { aspect-ratio: 4 / 3; }

.price-list {
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 3px solid var(--accent);
  border-radius: var(--radius-m);
  overflow: hidden;
  margin-top: 18px;
}
.price-row {
  display: flex; justify-content: space-between; align-items: baseline; gap: 18px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--border);
}
.price-row:last-child { border-bottom: none; }
.price-row dt { font-size: 15.5px; font-weight: 600; color: var(--text); }
.price-row dd {
  font-size: 15.5px; font-weight: 800; color: var(--accent-ink);
  white-space: nowrap;
}
.price-note {
  margin-top: 22px; padding: 16px 18px;
  background: var(--white); border: 1px solid var(--border);
  border-left: 3px solid var(--accent);
  border-radius: var(--radius-m);
  font-size: 14.5px; color: var(--text);
}

/* Icon-Kachel, wenn kein Foto vorhanden ist (Kinder-Abschnitt) */
.svc-iconbox {
  aspect-ratio: 4 / 3;
  border: 1px solid var(--border);
  border-radius: var(--radius-l);
  background: var(--white);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 12px; padding: 24px; text-align: center;
}
.svc-iconbox svg { width: 54px; height: 54px; color: var(--accent-ink); }
.svc-iconbox span { font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }

/* ── TEAM-KARTEN (ueber-uns.html, bewusst OHNE Portraitfotos) ───── */
/* Siehe assets/img/BILDNACHWEIS.md: erkennbare Gesichter mit fiktiver
   Namenszuschreibung sind eine Persönlichkeitsrechts-Grauzone. Deshalb
   Text-Karten mit Initialen-Monogramm statt Portraits. */
.team-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.team-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-l); padding: 26px 22px;
  box-shadow: var(--shadow-s);
}
.team-card p { font-size: 15.5px; }
/* Monogramm und Rolle sind <p>-Elemente in der Karte — ohne den
   zweigliedrigen Selektor gewinnt .team-card p und überschreibt
   Schriftgröße/Farbe. */
.team-card .team-mono {
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--primary); color: #FFFFFF;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 800; letter-spacing: .02em;
  margin-bottom: 16px;
  border: 2px solid var(--accent);
}
.team-card h3 { margin-bottom: 2px; }
.team-card .team-role {
  font-size: 12.5px; font-weight: 800; letter-spacing: .1em;
  text-transform: uppercase; color: var(--accent-ink); margin-bottom: 10px;
}
.team-note { margin-top: 22px; font-size: 13px; color: var(--muted); }

/* Inhaber-Statement als großes Zitat */
.owner-quote {
  border-left: 3px solid var(--accent);
  padding-left: 22px;
  margin: 0;
}
.owner-quote p { font-size: 18px; line-height: 1.62; color: var(--text); }
.owner-quote p + p { margin-top: 14px; }
.owner-quote cite {
  display: block; margin-top: 18px; font-style: normal;
  font-size: 14.5px; font-weight: 800; color: var(--text);
}
.owner-quote cite span { display: block; font-weight: 500; color: var(--muted); font-size: 13.5px; margin-top: 2px; }

/* ── GALERIE (Unser Salon) ─────────────────────────────────────── */
.gallery { display: grid; grid-template-columns: 1fr; gap: 14px; }
.gallery figure { margin: 0; }
.gallery img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: var(--radius-m); box-shadow: var(--shadow-s);
}
.gallery figcaption { font-size: 13px; color: var(--muted); margin-top: 8px; }
/* Klar gekennzeichnete Leerstelle statt eines erzwungenen Fotos */
.gallery-ph {
  aspect-ratio: 4 / 3;
  border: 1px dashed var(--input-border);
  border-radius: var(--radius-m);
  background: var(--white);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; padding: 20px; text-align: center;
  color: var(--text); font-size: 14px; font-weight: 700;
}
.gallery-ph svg { width: 26px; height: 26px; color: var(--muted); }
.gallery-ph small { font-weight: 500; font-size: 12.5px; color: var(--muted); max-width: 30ch; line-height: 1.5; }

/* ── QUALITÄTS-/VERTRAUENSSEKTION ──────────────────────────────── */
.cred-strip { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.cred-chip {
  display: flex; align-items: center; gap: 10px;
  background: var(--white); border: 1px solid var(--border);
  border-radius: 999px; padding: 10px 20px 10px 12px;
  font-size: 13.5px; font-weight: 700; color: var(--text);
  box-shadow: var(--shadow-s);
}
.cred-chip svg { width: 18px; height: 18px; color: var(--accent-ink); flex-shrink: 0; }

/* ── KONTAKTDATEN ──────────────────────────────────────────────── */
.contact-list { display: grid; gap: 18px; }
.contact-list li { display: flex; gap: 14px; align-items: flex-start; font-size: 16px; color: var(--text); }
.contact-list .ci {
  flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%;
  background: var(--primary); color: #FFFFFF;
  display: flex; align-items: center; justify-content: center;
}
.contact-list .ci svg { width: 18px; height: 18px; }
.contact-list .cl {
  display: block; font-size: 11.5px; font-weight: 800; letter-spacing: .12em;
  text-transform: uppercase; color: var(--muted);
}
.contact-list a { color: var(--accent-ink); text-decoration: underline; font-weight: 600; }
.contact-list a:hover { color: var(--primary); }

/* Öffnungszeiten-Tabelle */
.hours {
  border: 1px solid var(--border); border-radius: var(--radius-m);
  background: var(--white); overflow: hidden;
}
.hours div {
  display: flex; justify-content: space-between; gap: 16px;
  padding: 12px 18px; font-size: 15.5px; color: var(--text);
  border-bottom: 1px solid var(--border);
}
.hours div:last-child { border-bottom: none; }
.hours dt { font-weight: 700; }
.hours .closed { color: var(--muted); }

/* ── FORMULAR ──────────────────────────────────────────────────── */
.form-card {
  background: var(--white); border: 1px solid var(--border);
  border-top: 3px solid var(--accent);
  border-radius: var(--radius-l); padding: 24px;
  box-shadow: var(--shadow-s);
}
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.form-group input,
.form-group textarea {
  width: 100%; padding: 12px 14px;
  border: 1.5px solid var(--input-border); border-radius: var(--radius-m);
  font-size: 16px; font-family: var(--font); color: var(--text);
  background: var(--white); transition: border-color .15s, box-shadow .15s;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: #6E6B65; }
.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(23,23,23,0.16);
}
.form-group textarea { min-height: 130px; resize: vertical; }
.form-optional { font-weight: 400; color: var(--muted); }
.req { color: var(--req); font-weight: 700; }

.form-check { display: flex; gap: 12px; align-items: flex-start; }
.form-check input[type="checkbox"] {
  width: 20px; height: 20px; margin-top: 3px; flex-shrink: 0;
  accent-color: var(--primary); cursor: pointer;
}
.form-check label { font-size: 14px; font-weight: 400; color: var(--text); cursor: pointer; line-height: 1.55; }
.form-check a { color: var(--accent-ink); text-decoration: underline; }

.form-note { font-size: 13px; color: var(--muted); margin-top: 12px; }
.form-status {
  margin-top: 14px; padding: 12px 14px; border-radius: var(--radius-m);
  font-size: 15px; font-weight: 600; display: none;
}
.form-status.show { display: block; }
.form-status.ok { background: #E8F1E8; color: #1E5B22; border: 1px solid #B7DAB8; }
.form-status.err { background: #FBE9E7; color: #8C2A16; border: 1px solid #F0C0B7; }

/* ── GOOGLE MAPS — 2-KLICK-LÖSUNG ──────────────────────────────── */
.maps-wrapper {
  margin-top: 8px; border: 1px solid var(--border);
  border-radius: var(--radius-l); overflow: hidden; background: var(--white);
}
.maps-preview {
  min-height: 260px;
  background: linear-gradient(135deg, #F1EFE9 0%, #E2E0DA 100%);
  display: flex; align-items: center; justify-content: center;
  padding: 26px 20px; text-align: center;
}
.maps-overlay { max-width: 400px; }
.maps-title { font-size: 17px; font-weight: 800; color: var(--text); margin-bottom: 4px; }
.maps-addr { font-size: 15px; color: var(--muted); margin-bottom: 16px; }
.maps-hint { font-size: 12.5px; color: var(--muted); margin-top: 12px; }
.maps-wrapper iframe { display: block; width: 100%; border: 0; }

/* ── RECHTSTEXTE (Impressum / Datenschutz) ─────────────────────── */
.legal { max-width: 800px; }
.legal h2 { margin-top: 42px; margin-bottom: 12px; scroll-margin-top: 90px; }
.legal h2:first-of-type { margin-top: 0; }
.legal h3 { margin-top: 26px; margin-bottom: 8px; color: var(--text); }
.legal p { margin-bottom: 12px; }
.legal ul { margin: 0 0 12px 0; display: grid; gap: 8px; }
.legal ul li { font-size: 16px; color: var(--muted); padding-left: 18px; position: relative; line-height: 1.65; }
.legal ul li::before {
  content: ""; position: absolute; left: 0; top: 11px;
  width: 6px; height: 6px; border-radius: 50%; background: var(--accent);
}
.legal address { font-size: 16px; color: var(--muted); line-height: 1.8; margin-bottom: 12px; }
.legal a { color: var(--accent-ink); text-decoration: underline; }
.legal a:hover { color: var(--primary); }
.legal .toc {
  background: var(--white); border: 1px solid var(--border);
  border-left: 3px solid var(--accent);
  border-radius: var(--radius-m); padding: 18px 20px; margin-bottom: 34px;
}
.legal .toc h2 { margin: 0 0 10px; font-size: 17px; }
.legal .toc ul { gap: 6px; }
.legal .toc li::before { top: 10px; }

/* Hinweiskasten (Fiktiv-Hinweis).
   #4A3A18 auf #F4EFE3 = 8,71:1 ✓, Fett #2E2410 auf #F4EFE3 = 13,26:1 ✓ */
.notice-box {
  background: #F4EFE3; border: 1px solid #E0D3B4;
  border-left: 3px solid var(--accent);
  border-radius: var(--radius-m); padding: 16px 18px; margin-bottom: 30px;
}
.notice-box p { color: #4A3A18; font-size: 14.5px; margin: 0; }
.notice-box p + p { margin-top: 8px; }
.notice-box strong { color: #2E2410; }

/* ── COOKIE-HINWEIS (statisch, kein Tracking) ──────────────────── */
.cookie-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 300;
  background: var(--primary-soft);
  border-top: 2px solid var(--accent);
  padding: 14px 20px;
  box-shadow: 0 -4px 18px rgba(0,0,0,0.28);
  display: none;
}
.cookie-bar.show { display: block; }
.cookie-inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 12px; align-items: flex-start;
}
/* Explizite helle Farbe auf UMGEBENDEN Elementen UND auf <strong>
   (haeufige-fehler.md Technik #2 und #4). */
.cookie-bar, .cookie-inner, .cookie-text { color: var(--on-dark); }
.cookie-text { font-size: 14px; line-height: 1.6; }
.cookie-text strong { color: #FFFFFF; }
.cookie-text a { color: #FFFFFF; text-decoration: underline; font-weight: 600; }
.cookie-bar .btn { flex-shrink: 0; padding: 10px 22px; }

/* ── WHATSAPP-FLOATING-BUTTON ──────────────────────────────────── */
.whatsapp-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 250;
  width: 54px; height: 54px; border-radius: 50%;
  background: #25D366; color: #171717;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.28);
  border: 2px solid #1FBA59;
  transition: transform .15s;
}
.whatsapp-float:hover { transform: scale(1.07); }
.whatsapp-float svg { width: 26px; height: 26px; }
/* Solange die Hinweisleiste sichtbar ist, rutscht der Button hoch,
   damit sich beide nicht überlagern (Klasse setzt main.js). Die
   tatsächliche Leistenhöhe wird von main.js in --cookie-bar-h
   geschrieben (offsetHeight, bei jedem resize neu gemessen) — kein
   Fixwert mehr, damit längerer Hinweistext die Leiste nicht über den
   Button wachsen lässt. 114px-Fallback nur falls JS deaktiviert ist
   (dann bleibt .cookie-visible ohnehin nie gesetzt, rein defensiv). */
body.cookie-visible .whatsapp-float { bottom: calc(var(--cookie-bar-h, 114px) + 18px); }

/* ── FOOTER ────────────────────────────────────────────────────── */
/* Farbregeln stehen auf JEDEM umgebenden Element, nicht nur auf `a` —
   sonst fällt reiner Text (z. B. die Adresse) auf die dunkle globale
   Fließtextfarbe zurück (haeufige-fehler.md Technik #2). */
footer {
  background: var(--primary);
  border-top: 2px solid var(--accent);
  padding: 44px 0 22px;
  color: var(--on-dark);
}
footer p, footer li, footer div, footer span,
footer address, footer strong, footer dt, footer dd { color: var(--on-dark); }
footer a { color: var(--on-dark); }
footer a:hover, footer a:focus-visible { color: #FFFFFF; text-decoration: underline; }

.footer-grid { display: grid; grid-template-columns: 1fr; gap: 28px; margin-bottom: 30px; }
footer h2 {
  font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  color: var(--on-dark-soft); margin-bottom: 12px;
}
footer ul li { margin-bottom: 8px; font-size: 15px; line-height: 1.55; }
footer ul li:last-child { margin-bottom: 0; }
.footer-logo { display: flex; align-items: center; gap: 11px; }
.footer-desc { font-size: 15px; line-height: 1.7; margin-top: 14px; max-width: 320px; color: var(--on-dark); }
.footer-hours { font-size: 15px; line-height: 1.7; color: var(--on-dark); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 18px;
  display: flex; flex-direction: column; gap: 10px;
  font-size: 13px; color: var(--on-dark-min);
}
.footer-bottom span, .footer-bottom div { color: var(--on-dark-min); }
.footer-bottom a { color: var(--on-dark-min); }
.footer-bottom a:hover { color: #FFFFFF; }
.footer-bottom-links { display: flex; flex-wrap: wrap; gap: 8px 18px; }

/* § 19 UStG — eigene Regel, damit die Größe nicht von footer p erbt.
   rgba(255,255,255,0.72) auf #171717 = 9,65:1 ✓ */
.legal-notice { margin-top: 14px; font-size: 13px; color: var(--on-dark-min); }
.footer-demo-note {
  margin-top: 14px; font-size: 12.5px; line-height: 1.6;
  color: var(--on-dark-min);
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 12px;
}

/* ── HILFSKLASSEN ──────────────────────────────────────────────── */
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }

/* ── RESPONSIVE (Mobile First → aufwärts) ──────────────────────── */
@media (min-width: 560px) {
  .svc-grid, .team-grid, .partner-grid { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .cookie-inner { flex-direction: row; align-items: center; justify-content: space-between; gap: 22px; }
  .footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; }
  .form-card, .cta-panel { padding: 30px; }
  .ba-swatch { height: 280px; }
}

@media (min-width: 860px) {
  .section { padding: 76px 0; }
  .hero { padding: 68px 0 72px; }
  .pagehead { padding: 52px 0 46px; }
  .nav-links { display: flex; }
  .nav-burger { display: none; }
  .nav-mobile, .nav-mobile.open { display: none; }

  .hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(300px, 430px); gap: 56px; }
  .case-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; }
  .teaser-grid { grid-template-columns: minmax(280px, 420px) minmax(0, 1fr); gap: 48px; }
  .svc-grid, .team-grid, .partner-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery { grid-template-columns: repeat(3, 1fr); }

  /* Zitat-Band: drei Spalten mit senkrechten Haarlinien statt Karten */
  .voice-grid { grid-template-columns: repeat(3, 1fr); gap: 0; }
  .voice { border-top: none; border-left: 1px solid var(--border); padding: 4px 26px; }
  .voice:first-child { border-left: none; padding-left: 0; padding-top: 4px; }
  .voice:last-child { padding-right: 0; }

  /* Leistungsseite: Bild und Text abwechselnd gespiegelt */
  .svc-split { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 44px; }
  .svc-split.reverse > :first-child { order: 2; }
  .svc-split.reverse > :last-child { order: 1; }

  .contact-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 48px; align-items: start; }

  .footer-grid { grid-template-columns: 1.6fr 1fr 1.1fr 1.1fr; gap: 36px; }
  .cta-panel { padding: 52px 40px; }
  .whatsapp-float { right: 26px; bottom: 26px; }
}

/* ── DRUCK ─────────────────────────────────────────────────────── */
@media print {
  .nav, footer, .cookie-bar, .whatsapp-float, .skip-link, .btn { display: none !important; }
  body { background: #FFFFFF; color: #000000; }
  .hero, .pagehead, .band-dark, .usp-strip, .cta-panel { background: #FFFFFF !important; }
  .pagehead h1, .band-dark h2, .cta-panel h2 { color: #000000 !important; }
}
