/* Thull Malerwerkstatt GmbH, Köln-Poll — gestanzt aus templates/handwerk */
/* ── FONTS: archivo ── */
@font-face { font-family: "Display"; src: url("display.woff2") format("woff2"); font-weight: 400 700; font-display: swap; }
@font-face { font-family: "Body"; src: url("body.woff2") format("woff2"); font-weight: 300 800; font-display: swap; }
:root {
  --display: "Display", "Arial Black", Impact, sans-serif;
  --sans: "Body", "Helvetica Neue", Arial, system-ui, sans-serif;
  --display-weight: 400;
  --display-tracking: 0.005em;
  --display-case: uppercase;
}
/* ── FONTS:END ── */

/* ── PALETTE: hell-industrial ── */
:root {
  color-scheme: light;
  --bg: #f5f6f7;
  --bg-rgb: 245 246 247;
  --panel: #ffffff;
  --line: #dde1e5;
  --ink: #14181c;
  --ink-rgb: 20 24 28;
  --muted: #5c6670;
  --accent: #d64123;
  --accent-rgb: 214 65 35;
  --accent-dark: #b13114;
  --accent2: #5c6670;
  --accent2-rgb: 92 102 112;
  --on-accent: #ffffff;
  --btn-bg: #d64123;
  --btn-ink: #ffffff;
  --grad: linear-gradient(100deg, #d64123, #b13114);
  --photo-filter: none;
}
/* ── PALETTE:END ── */

/* ── Basis ── */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { background: var(--bg); color: var(--ink); font-family: var(--sans); line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: var(--accent-dark); text-decoration: none; }
.container { max-width: 1120px; margin: 0 auto; padding: 0 22px; }
.container.narrow { max-width: 780px; }
.center { text-align: center; }
.acc { color: var(--accent); }
.ic { width: 1.1em; height: 1.1em; vertical-align: -0.18em; }
/* Werkstatt-Textur: feines Rauschen, bewusst unter 5% Opazität */
.grain { position: relative; }
.grain::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.045; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E"); }

.demo-banner { background: var(--accent); color: var(--on-accent); text-align: center; padding: 7px 16px; font-size: 12.5px; font-weight: 700; letter-spacing: 0.04em; position: relative; z-index: 30; }

/* ── Header ── */
.site-header { position: sticky; top: 0; z-index: 20; background: rgb(var(--bg-rgb) / 0.92); backdrop-filter: blur(10px); border-bottom: 2px solid var(--line); }
.nav { display: flex; align-items: center; gap: 24px; padding-top: 12px; padding-bottom: 12px; }
.brand { font-family: var(--display); font-weight: var(--display-weight); text-transform: var(--display-case); font-size: 19px; letter-spacing: 0.03em; color: var(--ink); line-height: 1.15; }
.brand .brand-dot { color: var(--accent); }
.logo-img { height: 44px; width: auto; }
.main-nav { display: flex; gap: 20px; margin-left: auto; font-size: 14.5px; font-weight: 600; }
.main-nav a { color: var(--muted); }
.main-nav a:hover { color: var(--ink); }

/* ── Buttons: gestanzte Schilder (harte Kante, harter Schatten) ── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 14px 24px; border-radius: 3px; font-weight: 800; font-size: 16px; letter-spacing: 0.01em; border: 0; cursor: pointer; transition: transform 120ms ease, box-shadow 120ms ease, filter 120ms ease; }
.btn-primary { background: var(--btn-bg); color: var(--btn-ink); box-shadow: 4px 4px 0 rgb(var(--ink-rgb) / 0.85); }
.btn-primary:hover { transform: translate(-1px, -1px); box-shadow: 6px 6px 0 rgb(var(--ink-rgb) / 0.85); filter: brightness(1.04); }
.btn-primary:active { transform: translate(2px, 2px); box-shadow: 2px 2px 0 rgb(var(--ink-rgb) / 0.85); }
.btn-ghost { border: 2px solid rgb(var(--ink-rgb) / 0.75); color: var(--ink); background: transparent; font-weight: 700; }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent-dark); }
.btn-small { padding: 9px 16px; font-size: 13.5px; }
.btn-big { padding: 17px 30px; font-size: 17px; }
.btn-wa { background: #1faa53; color: #fff; font-size: 15px; padding: 13px 20px; box-shadow: 4px 4px 0 rgb(var(--ink-rgb) / 0.85); }
.btn-wa:hover { transform: translate(-1px, -1px); box-shadow: 6px 6px 0 rgb(var(--ink-rgb) / 0.85); filter: brightness(1.05); }
.btn-insta { background: transparent; border: 2px solid rgb(var(--ink-rgb) / 0.4); color: var(--ink); font-size: 14.5px; padding: 11px 18px; }
.btn-insta:hover { border-color: var(--accent); }

/* ── Hero: gemeinsame Bausteine ── */
.kicker { color: var(--accent); font-weight: 800; letter-spacing: 0.22em; text-transform: uppercase; font-size: 13px; margin-bottom: 14px; }
.hero h1 { font-family: var(--display); font-weight: var(--display-weight); text-transform: var(--display-case); font-size: clamp(40px, 5.6vw, 72px); line-height: 0.98; letter-spacing: var(--display-tracking); }
.hero h1 .acc { display: inline-block; }
.hero h1 .nw { white-space: nowrap; }
.hero .sub { margin-top: 20px; font-size: 18.5px; color: var(--muted); max-width: 52ch; }
.cta-row { display: flex; gap: 13px; flex-wrap: wrap; margin-top: 30px; }
.badge-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 20px; }
.badge { display: inline-flex; align-items: center; gap: 8px; border: 2px solid rgb(var(--ink-rgb) / 0.18); background: rgb(var(--bg-rgb) / 0.6); backdrop-filter: blur(5px); border-radius: 3px; padding: 6px 12px; font-size: 12.5px; font-weight: 700; letter-spacing: 0.04em; color: var(--muted); text-transform: uppercase; }
.badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; }
.badge .dot.closed { background: var(--accent); animation: none; }
.badge .pulse { animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
.hours-micro { margin-top: 16px; font-size: 14px; color: var(--muted); }
.rating-badge { margin-top: 18px; font-size: 15px; color: var(--muted); }
.rating-badge strong { color: var(--ink); font-size: 16.5px; }
.rating-badge a { color: inherit; }
.stars-inline { color: var(--accent); letter-spacing: 2px; }
.stars-inline em { font-style: normal; color: rgb(var(--accent-rgb) / 0.28); }
.star-frac { position: relative; display: inline-block; }
.star-frac::before { content: "★"; position: absolute; left: 0; top: 0; width: var(--f, 50%); overflow: hidden; color: var(--accent); }
.stat-row { display: flex; align-items: center; gap: 14px; margin-top: 26px; font-size: 14.5px; color: var(--muted); flex-wrap: wrap; }
.stat strong { color: var(--ink); font-size: 16px; }
.stat-sep { width: 5px; height: 5px; background: rgb(var(--ink-rgb) / 0.3); }


/* ── VARIANT:hero-blatt — helles Werkblatt: viel Weißraum, Foto im harten Rahmen ── */
.hero-blatt { padding: 72px 0 84px; background: var(--bg); overflow: hidden; border-bottom: 6px solid var(--accent); }
.hero-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 52px; align-items: center; }
.hero-photo { position: relative; margin: 0; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 4.6; border: 2px solid var(--ink); border-radius: 3px; box-shadow: 10px 10px 0 rgb(var(--accent-rgb) / 0.9); filter: var(--photo-filter); }
.hero-photo .foto-label { position: absolute; left: 12px; bottom: 12px; background: var(--panel); color: var(--muted); border: 2px solid var(--line); border-radius: 3px; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 4px 8px; }
@media (max-width: 880px) { .hero-grid { grid-template-columns: 1fr; gap: 26px; } .hero-photo { max-width: 300px; } .hero-photo img { aspect-ratio: 4 / 3; box-shadow: 6px 6px 0 rgb(var(--accent-rgb) / 0.9); } }
/* ── /VARIANT:hero-blatt ── */

/* ── Vertrauensleiste (Pflichtbaustein, direkt unter dem Hero) ── */
.trust { border-bottom: 2px solid var(--line); background: var(--panel); }
.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.trust-item { display: flex; align-items: center; gap: 10px; padding: 18px 18px; font-size: 14px; font-weight: 700; border-left: 2px solid var(--line); }
.trust-item:first-child { border-left: 0; padding-left: 0; }
.trust-item .t-ic { width: 22px; height: 22px; color: var(--accent); flex: none; }
.trust-item small { display: block; font-size: 12px; font-weight: 500; color: var(--muted); line-height: 1.35; }
@media (max-width: 880px) { .trust-row { grid-template-columns: 1fr 1fr; } .trust-item { border-left: 0; padding-left: 0; padding-top: 12px; padding-bottom: 12px; } }

/* ── SIGNATURE:zollstock — Kennzahlband mit Skalenstrichen und Count-up ── */
.zollstock { background: var(--panel); border-bottom: 2px solid var(--line); padding: 44px 0 36px; position: relative; }
.zollstock::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 14px;
  background: repeating-linear-gradient(90deg, rgb(var(--ink-rgb) / 0.5) 0 2px, transparent 2px 24px),
              repeating-linear-gradient(90deg, rgb(var(--ink-rgb) / 0.5) 0 2px, transparent 2px 120px);
  background-size: auto 8px, auto 14px; background-repeat: repeat-x; opacity: 0.5; }
.zoll-row { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.zoll-stat { flex: 1 1 180px; }
.zoll-num { display: block; font-family: var(--display); font-weight: var(--display-weight); text-transform: none; font-size: clamp(40px, 5.4vw, 64px); line-height: 1; letter-spacing: 0.01em; color: var(--ink); font-variant-numeric: tabular-nums; }
.zoll-num .acc { color: var(--accent); }
.zoll-label { display: block; margin-top: 8px; font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
/* ── /SIGNATURE:zollstock ── */

/* ── Sections ── */
.section { padding: 88px 0; scroll-margin-top: 84px; }
.section.alt { background: var(--panel); }
.section h2, .section h1 { font-family: var(--display); font-weight: var(--display-weight); text-transform: var(--display-case); font-size: clamp(30px, 4.4vw, 52px); line-height: 1.04; letter-spacing: var(--display-tracking); margin-bottom: 20px; }
.section-intro { color: var(--muted); max-width: 62ch; margin-bottom: 40px; font-size: 17px; }
.section p + p { margin-top: 14px; }
.h-rule { display: inline-block; width: 54px; height: 6px; background: var(--accent); margin-bottom: 18px; }

/* Leistungen: Karten mit Werkzeugkoffer-Ordnung */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 900px) { .svc-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .svc-grid { grid-template-columns: 1fr; } }
.svc { background: var(--panel); border: 2px solid var(--line); border-left: 4px solid var(--accent); border-radius: 3px; padding: 24px 22px 20px; transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease; }
.section.alt .svc { background: var(--bg); }
.svc:hover { transform: translateY(-4px); border-color: rgb(var(--accent-rgb) / 0.6); border-left-color: var(--accent); box-shadow: 6px 6px 0 rgb(var(--ink-rgb) / 0.08); }
.svc h3 { font-family: var(--display); font-weight: var(--display-weight); text-transform: var(--display-case); font-size: 17.5px; letter-spacing: 0.02em; margin-bottom: 8px; }
.svc p { color: var(--muted); font-size: 14.5px; }
.preis-note { margin-top: 30px; display: flex; align-items: center; gap: 12px; background: var(--panel); border: 2px dashed rgb(var(--accent-rgb) / 0.55); border-radius: 3px; padding: 16px 18px; font-size: 15px; }
.section.alt .preis-note { background: var(--bg); }
.preis-note strong { color: var(--accent-dark); }
.preis-note .t-ic { width: 26px; height: 26px; color: var(--accent); flex: none; }
.cta-inline { margin-top: 34px; text-align: center; }

/* Ablauf: nummerierte Schritte wie Maße auf dem Zollstock */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }
.step { counter-increment: step; background: var(--bg); border: 2px solid var(--line); border-radius: 3px; padding: 22px 20px 18px; position: relative; }
.section:not(.alt) .step { background: var(--panel); }
.step::before { content: "0" counter(step); font-family: var(--display); font-weight: var(--display-weight); font-size: 34px; line-height: 1; color: var(--accent); display: block; margin-bottom: 12px; }
.step h3 { font-size: 16.5px; font-weight: 800; margin-bottom: 6px; }
.step p { color: var(--muted); font-size: 14px; }
.reaktion { margin-top: 26px; font-size: 15.5px; color: var(--muted); }
.reaktion strong { color: var(--ink); }

/* ── SIGNATURE:vorher — Vorher/Nachher-Schieber (Beweis-Moment) ── */
.ba-wrap { position: relative; border: 2px solid var(--ink); border-radius: 3px; overflow: hidden; aspect-ratio: 16 / 9; touch-action: pan-y; }
.ba-wrap img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: var(--photo-filter); }
.ba-after { clip-path: inset(0 0 0 var(--pos, 50%)); }
.ba-line { position: absolute; top: 0; bottom: 0; left: var(--pos, 50%); width: 3px; background: var(--accent); transform: translateX(-50%); pointer-events: none; }
.ba-handle { position: absolute; top: 50%; left: var(--pos, 50%); transform: translate(-50%, -50%); width: 46px; height: 46px; border-radius: 50%; background: var(--accent); color: var(--on-accent); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 14px rgb(0 0 0 / 0.35); pointer-events: none; font-weight: 800; }
.ba-handle svg { width: 26px; height: 26px; }
.ba-tag { position: absolute; top: 12px; font-size: 11.5px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; background: rgb(var(--ink-rgb) / 0.82); color: var(--bg); padding: 5px 10px; border-radius: 3px; pointer-events: none; }
.ba-tag.vorher { left: 12px; }
.ba-tag.nachher { right: 12px; }
.ba-range { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; margin: 0; }
.ba-note { margin-top: 12px; font-size: 13px; color: var(--muted); text-align: center; }
/* ── /SIGNATURE:vorher ── */

/* Projekt-/Arbeitsgalerie: asymmetrisches Raster wie ein Bauplan */
.werk-grid { display: grid; grid-template-columns: 1.55fr 1fr 1fr; grid-auto-rows: 240px; gap: 14px; }
.werk-grid .tile:first-child { grid-row: span 2; }
.werk-grid .tile:last-child { grid-column: span 2; } /* 4 Kacheln in 3 Spalten: letzte Kachel füllt die Restzelle */
@media (max-width: 900px) { .werk-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 200px; } }
@media (max-width: 560px) { .werk-grid { grid-template-columns: 1fr; grid-auto-rows: 230px; } .werk-grid .tile:first-child { grid-row: span 1; } .werk-grid .tile:last-child { grid-column: auto; } }
.tile { position: relative; overflow: hidden; border: 2px solid var(--line); border-radius: 3px; }
.tile img { width: 100%; height: 100%; object-fit: cover; filter: var(--photo-filter); transition: transform 400ms ease; }
.tile:hover img { transform: scale(1.03); }
/* Gradient kräftig genug für fast weiße Bildpartien (Review: „Beispielfoto“ auf hellem Grund unlesbar) */
.tile figcaption { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; gap: 10px; padding: 16px 12px 10px; background: linear-gradient(to top, rgb(var(--ink-rgb) / 0.88) 0%, rgb(var(--ink-rgb) / 0.55) 60%, transparent); color: var(--bg); font-size: 12.5px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; text-shadow: 0 1px 2px rgb(var(--ink-rgb) / 0.35); }
.tile figcaption small { font-weight: 600; letter-spacing: 0.02em; text-transform: none; opacity: 0.85; }
.gallery-note { margin-top: 12px; font-size: 13px; color: var(--muted); text-align: center; }

/* ── SECTION:quotes — echte Google-Stimmen ── */
.quotes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 880px) { .quotes-grid { grid-template-columns: 1fr; } }
.quote { background: var(--panel); border: 2px solid var(--line); border-radius: 3px; padding: 24px 22px; position: relative; }
.section.alt .quote { background: var(--bg); }
.quote::before { content: "„"; font-family: var(--display); font-size: 54px; line-height: 0.6; color: var(--accent); display: block; margin-bottom: 14px; }
.quote p { font-size: 15px; }
.quote .q-meta { margin-top: 14px; font-size: 12.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }
.quotes-src { margin-top: 18px; font-size: 13px; color: var(--muted); text-align: center; }
/* ── /SECTION:quotes ── */

/* ── SECTION:rating-hero — die große Zahl als Werkbank ── */
.rating-stage { border-block: 2px solid var(--line); background: var(--panel); }
.rating-num { font-family: var(--display); font-weight: var(--display-weight); font-size: clamp(96px, 15vw, 170px); line-height: 1; color: var(--accent); font-variant-numeric: tabular-nums; }
.rating-stars { font-size: clamp(22px, 3.4vw, 30px); letter-spacing: 0.3em; color: var(--accent); margin-top: 6px; }
.rating-stars .star-dim { opacity: 0.25; }
html.js .rating-stars span { color: rgb(var(--accent-rgb) / 0.18); transition: color 420ms ease; }
html.js .rating-stars span.star-dim { transition: none; }
.stars-in .rating-stars span:nth-child(1) { transition-delay: 200ms; }
.stars-in .rating-stars span:nth-child(2) { transition-delay: 420ms; }
.stars-in .rating-stars span:nth-child(3) { transition-delay: 640ms; }
.stars-in .rating-stars span:nth-child(4) { transition-delay: 860ms; }
.stars-in .rating-stars span:nth-child(5) { transition-delay: 1080ms; }
html.js .stars-in .rating-stars span { color: var(--accent); }
html.js .stars-in .rating-stars span.star-dim { color: rgb(var(--accent-rgb) / 0.25); }
html.js .rating-stars span.star-frac::before { opacity: 0; transition: opacity 420ms ease 1080ms; }
html.js .stars-in .rating-stars span.star-frac::before { opacity: 1; }
.rating-sub { margin-top: 16px; font-size: 17px; color: var(--muted); }
.rating-sub strong { color: var(--ink); }
.rating-sub a { font-weight: 600; }
/* ── /SECTION:rating-hero ── */

/* FAQ: harte Klappen */
.faq-list { max-width: 780px; }
.faq-list details { border: 2px solid var(--line); border-radius: 3px; background: var(--panel); margin-bottom: 10px; }
.section.alt .faq-list details { background: var(--bg); }
.faq-list summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 16px 18px; font-weight: 800; font-size: 16px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font-family: var(--display); font-size: 22px; color: var(--accent); flex: none; line-height: 1; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details[open] { border-color: rgb(var(--accent-rgb) / 0.55); }
.faq-list .faq-a { padding: 0 18px 18px; color: var(--muted); font-size: 15px; }

/* Öffnungszeiten */
.hours-table { width: 100%; max-width: 460px; border-collapse: collapse; font-size: 17px; }
.hours-table th, .hours-table td { padding: 13px 0; border-bottom: 2px solid var(--line); text-align: left; font-weight: 400; }
.hours-table td:last-child { text-align: right; font-weight: 700; color: var(--accent-dark); }
.hours-note { margin-top: 18px; color: var(--muted); }

/* Kontakt */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
@media (max-width: 720px) { .contact-grid { grid-template-columns: 1fr; } }
.adr { font-size: 18px; line-height: 1.7; }
.adr-note { margin-top: 10px; margin-bottom: 12px; color: var(--muted); max-width: 46ch; }
.contact-info p { margin-bottom: 12px; }
.maps-link { font-weight: 700; }
.maps-link:hover { text-decoration: underline; }
.social-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }
.contact-cta { background: var(--bg); border: 2px solid var(--ink); border-radius: 3px; padding: 28px; text-align: center; box-shadow: 8px 8px 0 rgb(var(--accent-rgb) / 0.9); }
.section.alt .contact-cta { background: var(--bg); }
.contact-cta > p { color: var(--muted); margin-bottom: 18px; }
.contact-cta .small { margin-top: 12px; font-size: 13px; margin-bottom: 0; }

/* ── Sticky Mobile Call (Pflicht) ── */
.sticky-call { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 25; display: none; align-items: center; justify-content: center; gap: 9px; padding: 16px; border-radius: 3px; background: var(--btn-bg); color: var(--btn-ink); font-weight: 800; font-size: 16px; box-shadow: 0 10px 30px rgb(var(--ink-rgb) / 0.35), 4px 4px 0 rgb(var(--ink-rgb) / 0.85); }

/* ── Footer ── */
.site-footer { border-top: 2px solid var(--line); padding: 24px 0 32px; font-size: 13.5px; color: var(--muted); }
.footer-row { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.site-footer a { color: var(--muted); }
.site-footer a:hover { color: var(--ink); }
.made-by { font-size: 12.5px; opacity: 0.9; }

/* ── Scroll-Reveal (nur mit JS scharf — ohne Skript bleibt alles sichtbar) ── */
html.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity 550ms ease, transform 550ms ease; }
html.js .reveal.in { opacity: 1; transform: none; }

/* ── Mobil ── */
@media (max-width: 760px) {
  .sticky-call { display: flex; }
  .main-nav { display: none; }
  .nav { justify-content: space-between; }
  .brand { font-size: 14.5px; letter-spacing: 0.02em; max-width: 60%; }
  .cta-row .btn-primary { display: none; } /* Sticky-Call übernimmt, kein Doppel-CTA */
  .hero-werk { min-height: auto; }
  .demo-banner { font-size: 11px; }
  body { font-size: 16.5px; }
  .zoll-row { gap: 18px; }
  .zoll-stat { flex: 1 1 40%; }
  #kontakt { padding-bottom: calc(96px + env(safe-area-inset-bottom)); }
  .site-footer { padding-bottom: calc(88px + env(safe-area-inset-bottom)); }
}

/* ── Reduced Motion: alle Loops aus, Inhalte sofort sichtbar ── */
@media (prefers-reduced-motion: reduce) {
  html.js .reveal { opacity: 1; transform: none; transition: none; }
  .badge .pulse { animation: none; }
  html.js .rating-stars span { color: var(--accent); transition: none; }
  .btn, .svc, .tile img, .stempel { transition: none; }
  .tile:hover img { transform: none; }
}
