/* ============================================================
   BAGGER-OWL.de — Baugelb/Schwarz Designsystem
   Statische Website · kein Tracking, keine externen Ressourcen
   ============================================================ */

:root {
  /* Farben */
  --yellow:        #f7b500;
  --yellow-bright: #ffc71f;
  --yellow-dark:   #cf9900;
  --black:         #0b0b0c;
  --ink:           #121316;
  --ink-2:         #1a1b1f;
  --ink-3:         #232529;
  --surface:       #ffffff;
  --surface-2:     #f6f6f3;
  --surface-3:     #efefe9;
  --muted:         #6d7178;
  --muted-light:   #a7abb2;
  --border:        #e5e4de;
  --border-dark:   #2b2d32;

  /* Text */
  --text:          #16181c;
  --text-on-dark:  #f4f4f2;

  /* Typografie */
  --font: "system-ui", -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-display: "Arial Black", "Arial Bold", "Helvetica Neue", system-ui, sans-serif;

  /* Maße */
  --maxw: 1200px;
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --radius: 14px;
  --radius-sm: 9px;
  --header-h: 76px;

  /* Effekte */
  --shadow-sm: 0 1px 2px rgba(10, 10, 10, .08), 0 4px 12px rgba(10, 10, 10, .05);
  --shadow-md: 0 6px 24px rgba(10, 10, 10, .12);
  --shadow-lg: 0 18px 50px rgba(10, 10, 10, .22);
  --ring: 0 0 0 4px rgba(247, 181, 0, .35);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--text);
  background: var(--surface);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 { line-height: 1.12; margin: 0; font-weight: 800; letter-spacing: -0.02em; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
::selection { background: var(--yellow); color: var(--black); }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

/* Skip-Link (Barrierefreiheit) */
.skip-link {
  position: absolute;
  left: -9999px;
  top: .75rem;
  z-index: 400;
  background: var(--yellow);
  color: var(--black);
  font-weight: 700;
  padding: .7rem 1.2rem;
  border-radius: 8px;
  box-shadow: var(--shadow-md);
}
.skip-link:focus { left: .75rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  padding: .95rem 1.5rem;
  border-radius: 999px;
  border: 2px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn svg { width: 20px; height: 20px; flex: none; }

.btn--yellow {
  background: var(--yellow);
  color: var(--black);
  border-color: var(--yellow);
  box-shadow: 0 6px 18px rgba(247, 181, 0, .35);
}
.btn--yellow:hover { background: var(--yellow-bright); border-color: var(--yellow-bright); transform: translateY(-2px); box-shadow: 0 10px 26px rgba(247, 181, 0, .45); }

.btn--black {
  background: var(--black);
  color: #fff;
  border-color: var(--black);
}
.btn--black:hover { background: var(--ink-3); border-color: var(--ink-3); transform: translateY(-2px); box-shadow: 0 10px 26px rgba(0,0,0,.28); }

.btn--ghost-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.32);
}
.btn--ghost-light:hover { border-color: var(--yellow); color: var(--yellow); transform: translateY(-2px); }

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

.btn--whatsapp {
  background: #25d366;
  color: #05361b;
  border-color: #25d366;
  box-shadow: 0 6px 18px rgba(37, 211, 102, .32);
}
.btn--whatsapp:hover { background: #1fc058; border-color: #1fc058; transform: translateY(-2px); }

.btn--lg { padding: 1.15rem 1.9rem; font-size: 1.06rem; }
.btn--lg svg { width: 22px; height: 22px; }
.btn--block { width: 100%; }

/* ---------- Kicker / Überschriften ---------- */
.kicker {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--yellow-dark);
}
.kicker::before {
  content: "";
  width: 34px; height: 4px;
  background: var(--yellow);
  border-radius: 2px;
}
.kicker--light { color: var(--yellow); }

.h2 { font-size: clamp(1.8rem, 4vw, 2.7rem); margin-top: .5rem; }
.h2--light { color: #fff; }

.lead { font-size: 1.13rem; color: var(--muted); margin-top: 1rem; max-width: 62ch; }
.lead--light { color: var(--muted-light); }

/* ---------- Hazard-Streifen (Warnstreifen) ---------- */
.hazard {
  height: 12px;
  background: repeating-linear-gradient(
    -45deg,
    var(--yellow) 0 22px,
    var(--black) 22px 44px
  );
}

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(11, 11, 12, .92);
  backdrop-filter: blur(10px);
  color: #fff;
  border-bottom: 1px solid var(--border-dark);
}
.site-header.is-scrolled { box-shadow: 0 8px 30px rgba(0,0,0,.45); }
.header-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  height: var(--header-h);
}
.logo {
  display: flex;
  align-items: center;
  line-height: 1;
}
.logo img {
  display: block;
  height: 52px;
  width: auto;
}
.logo b { color: var(--yellow); }

.nav { display: flex; align-items: center; gap: .35rem; margin-left: auto; }
.nav a {
  padding: .55rem .9rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: .95rem;
  color: #d7d8db;
  transition: background .15s, color .15s;
}
.nav a:hover { background: rgba(255,255,255,.08); color: #fff; }

.header-cta { display: flex; align-items: center; gap: .45rem; margin-left: .5rem; }
.header-cta .btn { padding: .55rem .95rem; font-size: .85rem; }
.header-cta .btn svg { width: 16px; height: 16px; }

.nav-toggle {
  display: none;
  margin-left: auto;
  background: none;
  border: 0;
  color: #fff;
  padding: .5rem;
}
.nav-toggle svg { width: 28px; height: 28px; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  background: #0b0b0c;
  color: #fff;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center 40%;
}
.hero-bg--1 { background-image: url("../img/hero-bagger.jpg"); }
.hero-bg--2 { opacity: 0; transition: opacity 1.5s ease; will-change: opacity; }
.hero-bg--2.is-visible { opacity: 1; }
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(11,11,12,.96) 0%, rgba(11,11,12,.88) 38%, rgba(11,11,12,.6) 70%, rgba(11,11,12,.42) 100%);
}
.hero .hazard { position: relative; z-index: 3; }
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(800px 500px at 20% 0%, #000 0%, transparent 70%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 3rem;
  align-items: center;
  padding: clamp(3.5rem, 8vw, 7rem) 0 clamp(4rem, 9vw, 8rem);
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-weight: 800;
  font-size: .8rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--yellow);
  background: rgba(247,181,0,.1);
  border: 1px solid rgba(247,181,0,.35);
  padding: .45rem 1rem;
  border-radius: 999px;
  margin-bottom: 1.4rem;
}
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 6vw, 4.1rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.04;
  max-width: 15ch;
}
.hero h1 .hl { color: var(--yellow); }
.hero-sub {
  margin-top: 1.3rem;
  font-size: 1.2rem;
  color: #c7c9ce;
  max-width: 52ch;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }

.hero-bullets {
  margin-top: 2.2rem;
  display: grid;
  gap: .7rem;
}
.hero-bullets li {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  color: #d7d8db;
  font-weight: 500;
}
.hero-bullets li svg { width: 21px; height: 21px; color: var(--yellow); flex: none; margin-top: .1rem; }

/* Hero-Karte (Geräte/Maschinen) */
.hero-card {
  position: relative;
  background: linear-gradient(180deg, #1c1d21, #141519);
  border: 1px solid var(--border-dark);
  border-radius: var(--radius);
  padding: 1.75rem;
  box-shadow: var(--shadow-lg);
}
.hero-card .tag-row { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.4rem; }
.hero-card .tag {
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--black);
  background: var(--yellow);
  border-radius: 6px;
  padding: .45rem .8rem;
}
.hero-card .tag--outline {
  background: transparent;
  color: var(--yellow);
  border: 1px solid rgba(247,181,0,.4);
}
.hero-card h2 { font-size: 1.3rem; color: #fff; margin-bottom: .6rem; }
.hero-card p { color: #aeb0b6; font-size: .98rem; }
.hero-card .stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .8rem;
  margin-top: 1.5rem;
}
.hero-card .stat {
  background: rgba(255,255,255,.04);
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-sm);
  padding: 1rem;
}
.hero-card .stat .num { font-family: var(--font-display); font-weight: 900; font-size: 1.6rem; color: var(--yellow); line-height: 1; }
.hero-card .stat .lbl { font-size: .8rem; color: #9a9da3; margin-top: .4rem; }

/* ============================================================
   SECTIONS (gemeinsam)
   ============================================================ */
.section { padding: clamp(3.5rem, 8vw, 6.5rem) 0; }
.section--tint { background: var(--surface-2); }
.section--dark { background: var(--black); color: #fff; }
.section-head { max-width: 760px; margin-bottom: clamp(2.2rem, 5vw, 3.5rem); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .kicker { justify-content: center; }

/* ---------- Leistungen ---------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.service {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  background-color: var(--ink-2);
  background-size: cover;
  background-position: center;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 1.75rem 1.5rem;
  box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  overflow: hidden;
}
.service:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--yellow); }
.service::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
  z-index: 3;
}
.service:hover::before { transform: scaleX(1); }
.service::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(11,11,12,.28) 0%, rgba(11,11,12,.44) 55%, rgba(11,11,12,.8) 100%);
}
.service-icon {
  position: relative;
  z-index: 2;
  width: 52px; height: 52px;
  border-radius: 12px;
  background: var(--yellow);
  color: var(--black);
  display: grid;
  place-items: center;
  margin-bottom: 1.1rem;
}
.service-icon svg { width: 27px; height: 27px; }
.service h3 { position: relative; z-index: 2; font-size: 1.14rem; margin-bottom: .5rem; color: #fff; text-shadow: 0 1px 4px rgba(0,0,0,.55); }
.service p { position: relative; z-index: 2; color: rgba(255,255,255,.85); font-size: .96rem; text-shadow: 0 1px 3px rgba(0,0,0,.5); }

/* ---------- Intro / Über ---------- */
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.intro-media {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 360px;
  background: linear-gradient(150deg, #141519, #0b0b0c);
  border: 1px solid var(--border-dark);
}
.intro-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-badge {
  position: absolute;
  left: 1.1rem;
  bottom: 1.1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: var(--yellow);
  color: var(--black);
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: .5rem .85rem;
  border-radius: 7px;
  box-shadow: var(--shadow-md);
}
.media-badge svg { width: 16px; height: 16px; }
.intro-body h2 { font-size: clamp(1.7rem, 3.5vw, 2.3rem); }
.intro-body p { color: var(--muted); margin-top: 1rem; }
.intro-body .checklist { margin-top: 1.5rem; display: grid; gap: .75rem; }
.intro-body .checklist li { display: flex; gap: .7rem; align-items: flex-start; font-weight: 600; }
.intro-body .checklist li svg { width: 21px; height: 21px; color: var(--yellow-dark); flex: none; margin-top: .12rem; }
.intro-body .btn { margin-top: 1.75rem; }

/* ---------- Einsatzgebiet ---------- */
.region-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .55rem;
  margin-bottom: 1rem;
}
.town-btn {
  display: inline-block;
  text-decoration: none;
  border: 2px solid var(--border);
  background: var(--surface);
  color: var(--text);
  font-weight: 700;
  font-size: .95rem;
  padding: .6rem 1.15rem;
  border-radius: 999px;
  transition: border-color .15s ease, color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.town-btn:hover {
  border-color: var(--yellow);
  color: var(--yellow-dark);
  transform: translateY(-1px);
  box-shadow: var(--shadow-sm);
}

/* ---------- Referenzen ---------- */
.ref-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.ref-card {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
}
.ref-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.ref-media {
  position: relative;
  display: block;
  height: 240px;
  overflow: hidden;
  background: linear-gradient(150deg, #17181c, #0b0b0c);
}
.ref-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.ref-card:hover .ref-media img { transform: scale(1.05); }
.ref-media .media-badge { left: auto; right: 1.1rem; bottom: 1.1rem; }
.ref-body { padding: 1.6rem 1.75rem 1.9rem; display: flex; flex-direction: column; flex: 1; }
.ref-body .date {
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: .7rem;
}
.ref-body h3 { font-size: 1.25rem; margin-bottom: .7rem; color: var(--text); }
.ref-body p { color: var(--muted); font-size: .98rem; flex: 1; }

/* ---------- Kontakt / CTA ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
.contact-cards { display: grid; gap: .9rem; }
.contact-card {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.15rem 1.35rem;
  color: var(--text);
  box-shadow: var(--shadow-sm);
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.contact-card:hover { border-color: var(--yellow); box-shadow: var(--shadow-md); transform: translateX(4px); }
.contact-card .c-icon {
  width: 48px; height: 48px;
  flex: none;
  border-radius: 11px;
  background: var(--yellow);
  color: var(--black);
  display: grid;
  place-items: center;
}
.contact-card .c-icon svg { width: 23px; height: 23px; }
.contact-card .c-label { font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.contact-card .c-value { font-weight: 800; font-size: 1.12rem; margin-top: .15rem; word-break: break-word; color: var(--text); }
.contact-card .c-sub { font-size: .85rem; color: var(--muted); margin-top: .1rem; }

/* ---------- FAQ ---------- */
.faq { max-width: 760px; margin-inline: auto; display: grid; gap: 1rem; }
.faq-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem 1.75rem;
}
.faq-item h3 { font-size: 1.15rem; display: flex; align-items: center; gap: .7rem; }
.faq-item h3 svg { width: 22px; height: 22px; color: var(--yellow-dark); flex: none; }
.faq-item p { color: var(--muted); margin-top: .8rem; }
.faq-item a { color: var(--yellow-dark); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.faq-item a:hover { color: var(--black); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: #08080a; color: #a7a9ad; }
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2.5rem;
  padding: clamp(3rem, 6vw, 4.5rem) 0 2.5rem;
}
.footer-brand p { color: #8b8e94; margin-top: .9rem; max-width: 34ch; }
.footer-col h4 {
  color: #fff;
  font-size: .85rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.footer-col ul { display: grid; gap: .6rem; }
.footer-col a { color: #a7a9ad; transition: color .15s; }
.footer-col a:hover { color: var(--yellow); }
.footer-bottom {
  border-top: 1px solid var(--border-dark);
  padding: 1.4rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  font-size: .88rem;
}
.footer-bottom .legal { display: flex; gap: 1.5rem; }
.footer-bottom a:hover { color: var(--yellow); }

/* ============================================================
   FLOATING CONTACT (permanent erreichbar)
   ============================================================ */
.float-wa {
  position: fixed;
  right: 1.4rem;
  bottom: 1.4rem;
  z-index: 90;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #05361b;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 28px rgba(37,211,102,.45);
  transition: transform .18s ease;
}
.float-wa:hover { transform: scale(1.08); }
.float-wa svg { width: 30px; height: 30px; }
.float-wa .pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid #25d366;
  animation: pulse 2.4s ease-out infinite;
}
@keyframes pulse {
  0% { transform: scale(1); opacity: .7; }
  100% { transform: scale(1.7); opacity: 0; }
}

/* Mobile Aktionsleiste */
.mobile-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 95;
  display: none;
  grid-template-columns: 1fr 1fr 1fr;
  background: var(--black);
  border-top: 1px solid var(--border-dark);
  box-shadow: 0 -8px 30px rgba(0,0,0,.35);
}
.mobile-bar a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .25rem;
  padding: .7rem .5rem calc(.7rem + env(safe-area-inset-bottom, 0px));
  color: #fff;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .02em;
}
.mobile-bar a svg { width: 22px; height: 22px; }
.mobile-bar a.mb-call { color: var(--yellow); }
.mobile-bar a.mb-wa { color: #34e07a; }

/* ============================================================
   LEGAL SEITEN
   ============================================================ */
.page-hero {
  background: linear-gradient(160deg, #0b0b0c, #17181c);
  color: #fff;
  padding: clamp(3rem, 7vw, 5rem) 0;
}
.page-hero h1 { font-family: var(--font-display); font-size: clamp(2rem, 5vw, 3rem); font-weight: 900; }
.legal { max-width: 820px; }
.legal h2 { font-size: 1.35rem; margin: 2.4rem 0 .8rem; }
.legal h3 { font-size: 1.08rem; margin: 1.8rem 0 .6rem; }
.legal p { color: var(--text); margin-bottom: .9rem; }
.legal ul { list-style: disc; padding-left: 1.3rem; margin-bottom: .9rem; display: grid; gap: .35rem; }
.legal a { color: var(--yellow-dark); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.legal .legal-block {
  background: var(--surface-2);
  border-left: 4px solid var(--yellow);
  border-radius: var(--radius-sm);
  padding: 1.4rem 1.6rem;
  margin: 1.2rem 0;
}
.legal .legal-block p { margin-bottom: .4rem; }
.legal .legal-block p:last-child { margin-bottom: 0; }

/* ============================================================
   GALERIE / LIGHTBOX / EINBLICKE
   ============================================================ */
/* Mini-Galerie in Referenz-Karten */
.ref-gallery {
  display: flex;
  gap: .5rem;
  margin-top: 1.1rem;
  overflow-x: auto;
  padding-bottom: .25rem;
  scrollbar-width: thin;
}
.ref-gallery a {
  position: relative;
  flex: 0 0 auto;
  width: 88px;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 2px solid transparent;
  transition: border-color .15s ease, transform .15s ease;
}
.ref-gallery a:hover { border-color: var(--yellow); transform: translateY(-2px); }
.ref-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; }

.ref-more {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-top: 1.2rem;
  font-weight: 700;
  font-size: .92rem;
  color: var(--black);
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: color .15s ease;
}
.ref-more svg { width: 18px; height: 18px; transition: transform .2s ease; }
.ref-more:hover { color: var(--yellow-dark); }
.ref-more:hover svg { transform: translateX(4px); }

/* Einblicke (Foto-Grid) */
.einblicke-grid {
  columns: 3 250px;
  column-gap: 1rem;
}
.einblicke-grid a {
  position: relative;
  display: block;
  break-inside: avoid;
  margin-bottom: 1rem;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border-dark);
  background: var(--ink-2);
}
.einblicke-grid img { width: 100%; height: auto; display: block; transition: transform .35s ease, opacity .35s ease; }
.einblicke-grid a:hover img { transform: scale(1.04); }
.einblicke-grid .gi-cap {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.6rem .9rem .7rem;
  background: linear-gradient(transparent, rgba(0,0,0,.72));
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .02em;
  opacity: 0;
  transition: opacity .25s ease;
}
.einblicke-grid a:hover .gi-cap { opacity: 1; }

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: rgba(4, 4, 5, .95);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 4vw, 3rem);
}
.lightbox[hidden] { display: none; }
.lb-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
}
.lightbox .lb-stage { position: relative; }
.lb-img {
  display: block;
  max-width: 92vw;
  max-height: 76vh;
  border-radius: 10px;
  box-shadow: var(--shadow-lg);
  margin-inline: auto;
}
.lb-btn {
  position: absolute;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,.1);
  color: #fff;
  transition: background .15s ease, color .15s ease;
  z-index: 2;
}
.lb-btn:hover { background: var(--yellow); color: var(--black); }
.lb-btn svg { width: 26px; height: 26px; }
.lb-close { top: 1.2rem; right: 1.2rem; }
.lb-prev { left: 1.2rem; top: 50%; transform: translateY(-50%); }
.lb-next { right: 1.2rem; top: 50%; transform: translateY(-50%); }
.lb-caption {
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin-top: 1rem;
  font-size: 1rem;
}
.lb-count {
  text-align: center;
  color: var(--muted-light);
  font-size: .85rem;
  margin-top: .35rem;
  letter-spacing: .06em;
}

/* ============================================================
   CONSENT-BANNER (Cookie-Einwilligung)
   ============================================================ */
.consent-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 250;
  max-width: 640px;
  margin-inline: auto;
  background: var(--ink);
  color: #fff;
  border: 1px solid var(--border-dark);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: 1.25rem 1.5rem;
}
.consent-banner[hidden] { display: none; }
.consent-text strong { font-size: 1.02rem; }
.consent-text p { color: #b9bbc0; font-size: .92rem; margin-top: .45rem; line-height: 1.55; }
.consent-text a { color: var(--yellow); text-decoration: underline; text-underline-offset: 3px; }
.consent-text a:hover { color: var(--yellow-bright); }
.consent-actions { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.1rem; }
.consent-actions .btn { padding: .75rem 1.35rem; font-size: .95rem; }

/* ---------- Responsive ---------- */
/* Orts-Unterseiten */
.breadcrumb-back {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: #c7c9ce;
  font-weight: 600;
  font-size: .92rem;
  margin-bottom: 1.2rem;
  transition: color .15s ease;
}
.breadcrumb-back:hover { color: var(--yellow); }

.svc-list { display: grid; gap: .8rem; max-width: 720px; }
.svc-list li {
  display: flex;
  gap: .7rem;
  align-items: flex-start;
  font-weight: 600;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: .9rem 1.1rem;
}
.svc-list li svg { width: 20px; height: 20px; color: var(--yellow-dark); flex: none; margin-top: .1rem; }

.stat--link { text-decoration: none; cursor: pointer; }
.stat--link:hover { border-color: var(--yellow); }
.stat--link:hover .num { text-decoration: underline; text-underline-offset: 4px; }

.link-chips { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.2rem; }
.link-chips a {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: .6rem 1.1rem;
  font-weight: 700;
  font-size: .93rem;
  color: var(--text);
  text-decoration: none;
  transition: border-color .15s ease, color .15s ease, transform .15s ease;
}
.link-chips a:hover { border-color: var(--yellow); color: var(--yellow-dark); transform: translateY(-1px); }

.js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .header-cta .btn span { display: none; }
  .header-cta .btn { padding: .55rem .7rem; }
}

@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-card { max-width: 520px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .intro-grid { grid-template-columns: 1fr; }
  .intro-media { min-height: 280px; order: -1; }
  .contact-grid { grid-template-columns: 1fr; }
  .ref-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .nav, .header-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .header-inner { gap: 1rem; }

  .nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    top: var(--header-h);
    left: 0; right: 0;
    background: var(--ink);
    border-bottom: 1px solid var(--border-dark);
    padding: .75rem var(--gutter) 1.25rem;
    gap: .15rem;
  }
  .nav.is-open a { padding: .8rem .9rem; border-radius: 10px; }
  .nav.is-open .header-cta { display: flex; flex-wrap: wrap; margin: .5rem 0 0; }
  .nav.is-open .header-cta .btn { flex: 1 1 auto; justify-content: center; }

  .services-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .mobile-bar { display: grid; }
  .float-wa { bottom: calc(76px + env(safe-area-inset-bottom, 0px)); }
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px)); }
  .hero-ctas .btn { flex: 1 1 auto; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .lb-btn { width: 44px; height: 44px; }
  .lb-prev { left: .5rem; }
  .lb-next { right: .5rem; }
  .lb-close { top: .75rem; right: .75rem; }
  .einblicke-grid { columns: 2 160px; }
  .consent-banner { left: .75rem; right: .75rem; bottom: calc(72px + env(safe-area-inset-bottom, 0px)); padding: 1.1rem 1.2rem; }
  .consent-actions .btn { flex: 1 1 auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}
