@import url('fonts.css');

/* ==========================================================================
   Sandblitz – Design-System
   Mobiles Sandstrahlen · Allgäu
   Farbwelt: Anthrazit · Gold · Sand
   ========================================================================== */

:root {
  /* Farben */
  --anthracite:      #24262b;
  --anthracite-900:  #16171a;
  --anthracite-800:  #1e2024;
  --anthracite-700:  #2c2f35;
  --gold:            #c69433;
  --gold-bright:     #dcab45;
  --gold-dark:       #a97c25;
  --sand-50:         #faf7f1;
  --sand-100:        #f4efe6;
  --sand-200:        #ece3d3;
  --sand-300:        #ddceb4;
  --line:            #e4dccd;
  --white:           #ffffff;

  --text:            #24262b;
  --text-soft:       #55585f;
  --text-mute:       #8a8d94;
  --text-on-dark:    #ecebe8;
  --text-on-dark-soft:#b3b4b8;

  /* Typografie */
  --font-head: 'Archivo', 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;

  /* Maße */
  --wrap: 1200px;
  --wrap-narrow: 820px;
  --radius: 14px;
  --radius-sm: 9px;
  --radius-lg: 22px;
  --shadow-sm: 0 2px 8px rgba(24,26,31,.06);
  --shadow: 0 12px 32px -10px rgba(24,26,31,.18);
  --shadow-lg: 0 30px 60px -20px rgba(24,26,31,.30);
  --header-h: 96px;
  --ease: cubic-bezier(.4,.02,.2,1);
}

/* ---------- Reset / Basis ---------- */
*,*::before,*::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--sand-50);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img,picture,svg,video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
ul { list-style: none; padding: 0; }

h1,h2,h3,h4 {
  font-family: var(--font-head);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--anthracite);
}
h1 { font-size: clamp(2.1rem, 5.2vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.45rem); font-weight: 700; }
p { color: var(--text-soft); }

::selection { background: var(--gold); color: #fff; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 4px; }

/* ---------- Layout-Helfer ---------- */
.wrap { width: min(100% - 2.4rem, var(--wrap)); margin-inline: auto; }
.wrap-narrow { width: min(100% - 2.4rem, var(--wrap-narrow)); margin-inline: auto; }
.section { padding: clamp(3.5rem, 8vw, 6.5rem) 0; }
.section--sand { background: var(--sand-100); }
.section--dark { background: var(--anthracite); color: var(--text-on-dark); }
.section--dark h2,.section--dark h3 { color: #fff; }
.section--dark p { color: var(--text-on-dark-soft); }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 1000;
  background: var(--anthracite); color: #fff; padding: .8rem 1.2rem; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-head); font-weight: 700; font-size: .8rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--gold-dark);
  margin-bottom: 1rem;
}
.eyebrow::before { content:""; width: 26px; height: 2px; background: var(--gold); display:inline-block; }
.section--dark .eyebrow { color: var(--gold-bright); }

.section-head { max-width: 680px; margin-bottom: clamp(2rem,4vw,3rem); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p { margin-top: 1rem; font-size: 1.08rem; }
.lead { font-size: 1.18rem; color: var(--text-soft); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  font-family: var(--font-head); font-weight: 700; font-size: .98rem;
  padding: .95rem 1.7rem; border-radius: 999px; border: 2px solid transparent;
  transition: transform .18s var(--ease), background .2s, box-shadow .2s, border-color .2s, color .2s;
  white-space: nowrap; line-height: 1;
}
.btn svg { width: 1.05em; height: 1.05em; }
.btn--primary { background: var(--gold); color: #1c1a12; box-shadow: 0 8px 20px -8px rgba(198,148,51,.7); }
.btn--primary:hover { background: var(--gold-bright); transform: translateY(-2px); box-shadow: 0 14px 26px -10px rgba(198,148,51,.8); }
.btn--dark { background: var(--anthracite); color: #fff; }
.btn--dark:hover { background: var(--anthracite-700); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--anthracite); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--anthracite); transform: translateY(-2px); }
.btn--light { background: #fff; color: var(--anthracite); }
.btn--light:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.btn--outline-light:hover { border-color: #fff; background: rgba(255,255,255,.08); transform: translateY(-2px); }
.btn--lg { padding: 1.1rem 2.1rem; font-size: 1.05rem; }
.btn--block { display: flex; width: 100%; }

/* ==========================================================================
   Header / Navigation
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250,247,241,.88);
  backdrop-filter: saturate(1.4) blur(12px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .25s, border-color .25s, background .25s;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); border-color: var(--line); background: rgba(250,247,241,.96); }
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; height: var(--header-h);
}
.brand { display: flex; align-items: center; gap: .7rem; flex-shrink: 0; }
.brand img { height: 56px; width: auto; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__name { font-family: var(--font-head); font-weight: 800; font-size: 1.15rem; letter-spacing: -.01em; color: var(--anthracite); }
.brand__tag { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-dark); font-weight: 600; margin-top: 3px; }

.main-nav ul { display: flex; align-items: center; gap: .3rem; }
.main-nav a {
  display: block; padding: .55rem .85rem; border-radius: 8px; font-weight: 500; font-size: .96rem;
  color: var(--text); transition: color .18s, background .18s; position: relative;
}
.main-nav a:hover { color: var(--gold-dark); background: rgba(198,148,51,.09); }
.main-nav a.active { color: var(--gold-dark); }
.main-nav a.active::after {
  content:""; position:absolute; left: .85rem; right: .85rem; bottom: 2px; height: 2px; background: var(--gold); border-radius: 2px;
}

.header-actions { display: flex; align-items: center; gap: .8rem; }

/* Sprachschalter (Dropdown Desktop) */
.lang { position: relative; }
.lang__btn {
  display: inline-flex; align-items: center; gap: .35rem; background: transparent;
  border: 1px solid var(--line); border-radius: 999px; padding: .45rem .75rem;
  font-family: var(--font-head); font-weight: 700; font-size: .82rem; color: var(--anthracite); text-transform: uppercase;
  transition: border-color .2s, background .2s;
}
.lang__btn:hover { border-color: var(--gold); background: rgba(198,148,51,.06); }
.lang__btn svg { width: 14px; height: 14px; transition: transform .2s; }
.lang.open .lang__btn svg { transform: rotate(180deg); }
.lang-dropdown {
  position: absolute; right: 0; top: calc(100% + .5rem); min-width: 148px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  box-shadow: var(--shadow); padding: .4rem; opacity: 0; visibility: hidden;
  transform: translateY(-6px); transition: opacity .2s, transform .2s, visibility .2s;
}
.lang.open .lang-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.lang-dropdown a {
  display: flex; align-items: center; justify-content: space-between; gap: .6rem;
  padding: .5rem .7rem; border-radius: 7px; font-size: .9rem; font-weight: 500; color: var(--text);
}
.lang-dropdown a:hover { background: var(--sand-100); color: var(--gold-dark); }
.lang-dropdown a[aria-current="true"] { color: var(--gold-dark); font-weight: 700; }
.lang-dropdown a span { font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--text-mute); font-weight: 700; }

/* Hamburger */
.nav-toggle {
  display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 10px;
  background: #fff; position: relative; flex-shrink: 0;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content:""; position: absolute; left: 50%; width: 20px; height: 2px; background: var(--anthracite);
  border-radius: 2px; transform: translateX(-50%); transition: transform .25s var(--ease), opacity .2s;
}
.nav-toggle span { top: 50%; transform: translate(-50%,-50%); }
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }
body.nav-open .nav-toggle span { background: transparent; }
body.nav-open .nav-toggle span::before { top: 0; transform: translateX(-50%) rotate(45deg); }
body.nav-open .nav-toggle span::after { top: 0; transform: translateX(-50%) rotate(-45deg); }

/* Mobile Menü Overlay */
.mobile-menu {
  position: fixed; inset: var(--header-h) 0 0 0; z-index: 90;
  background: var(--sand-50); padding: 2rem 1.4rem 3rem; overflow-y: auto;
  transform: translateX(100%); transition: transform .35s var(--ease); visibility: hidden;
}
body.nav-open .mobile-menu { transform: translateX(0); visibility: visible; }
.mobile-menu nav ul { display: flex; flex-direction: column; gap: .2rem; }
.mobile-menu nav a {
  display: block; padding: .95rem .4rem; font-family: var(--font-head); font-weight: 700; font-size: 1.3rem;
  color: var(--anthracite); border-bottom: 1px solid var(--line);
}
.mobile-menu nav a.active { color: var(--gold-dark); }
.mobile-menu .btn { margin-top: 1.6rem; }
.mobile-langs { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .4rem; align-items: center; }
.mobile-langs .lbl { width: 100%; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: var(--text-mute); font-weight: 700; margin-bottom: .4rem; }
.mobile-langs a { padding: .4rem .7rem; border: 1px solid var(--line); border-radius: 999px; font-weight: 600; font-size: .88rem; font-family: var(--font-head); }
.mobile-langs a[aria-current="true"] { background: var(--gold); color: #fff; border-color: var(--gold); }
.mobile-contact { margin-top: 2rem; display: grid; gap: .6rem; }
.mobile-contact a { display: flex; align-items: center; gap: .6rem; font-weight: 600; color: var(--anthracite); }
.mobile-contact svg { width: 18px; height: 18px; color: var(--gold-dark); }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero { position: relative; color: #fff; isolation: isolate; }
.hero__bg { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero::after {
  content:""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(100deg, rgba(20,21,25,.94) 0%, rgba(22,23,27,.82) 42%, rgba(24,26,31,.45) 100%);
}
.hero__inner { padding: clamp(3.5rem, 9vw, 7rem) 0 clamp(3rem, 7vw, 5.5rem); max-width: 760px; }
.hero h1 { color: #fff; }
.hero h1 .accent { color: var(--gold-bright); }
.hero__sub { font-size: clamp(1.05rem, 2vw, 1.28rem); color: rgba(255,255,255,.9); margin-top: 1.3rem; max-width: 600px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2.2rem; }
.hero__badges { display: flex; flex-wrap: wrap; gap: 1.4rem 2rem; margin-top: 2.6rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.16); }
.hero__badge { display: flex; align-items: center; gap: .65rem; font-size: .92rem; font-weight: 500; color: rgba(255,255,255,.92); }
.hero__badge svg { width: 22px; height: 22px; color: var(--gold-bright); flex-shrink: 0; }

/* ==========================================================================
   Leistungen (Cards)
   ========================================================================== */
.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px,1fr)); gap: 1.4rem; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.8rem; transition: transform .22s var(--ease), box-shadow .22s, border-color .22s;
  position: relative; overflow: hidden;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--sand-300); }
.card__icon {
  width: 54px; height: 54px; border-radius: 13px; display: grid; place-items: center;
  background: linear-gradient(140deg, var(--sand-200), var(--sand-100)); color: var(--gold-dark); margin-bottom: 1.2rem;
}
.card__icon svg { width: 28px; height: 28px; }
.card h3 { margin-bottom: .55rem; }
.card p { font-size: .97rem; }
.card__link { margin-top: 1.1rem; display: inline-flex; align-items: center; gap: .4rem; font-weight: 700; font-family: var(--font-head); font-size: .9rem; color: var(--gold-dark); }
.card__link svg { width: 15px; height: 15px; transition: transform .2s; }
.card:hover .card__link svg { transform: translateX(4px); }
.card--feature { background: linear-gradient(150deg, var(--anthracite), var(--anthracite-800)); border-color: var(--anthracite); color: #fff; }
.card--feature h3 { color: #fff; }
.card--feature p { color: var(--text-on-dark-soft); }
.card--feature .card__icon { background: rgba(198,148,51,.18); color: var(--gold-bright); }
.card--feature .card__link { color: var(--gold-bright); }
.badge-new { position: absolute; top: 1.2rem; right: 1.2rem; font-family: var(--font-head); font-weight: 800; font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; background: var(--gold); color: #1c1a12; padding: .3rem .6rem; border-radius: 999px; }

/* ==========================================================================
   Vorher / Nachher – Slider
   ========================================================================== */
.ba { position: relative; width: 100%; aspect-ratio: 3/2; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); user-select: none; touch-action: pan-y; }
.ba img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba__after { z-index: 1; }
.ba__before { z-index: 2; clip-path: inset(0 50% 0 0); }
.ba__handle { position: absolute; top: 0; bottom: 0; left: 50%; z-index: 3; width: 3px; background: #fff; transform: translateX(-50%); box-shadow: 0 0 14px rgba(0,0,0,.4); }
.ba__grip { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 46px; height: 46px; border-radius: 50%; background: #fff; display: grid; place-items: center; box-shadow: var(--shadow); color: var(--anthracite); }
.ba__grip svg { width: 24px; height: 24px; }
.ba__label { position: absolute; bottom: 1rem; z-index: 3; font-family: var(--font-head); font-weight: 700; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: #fff; background: rgba(20,21,25,.6); padding: .35rem .8rem; border-radius: 999px; backdrop-filter: blur(4px); }
.ba__label--before { left: 1rem; }
.ba__label--after { right: 1rem; z-index: 1; }

/* ==========================================================================
   Prozess / Ablauf
   ========================================================================== */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 1.6rem; counter-reset: step; }
.step { position: relative; padding-top: .5rem; }
.step__num { font-family: var(--font-head); font-weight: 800; font-size: 2.4rem; color: var(--gold); line-height: 1; opacity: .95; }
.step h3 { margin: .7rem 0 .5rem; }
.step p { font-size: .96rem; }
.section--dark .step__num { color: var(--gold-bright); }

/* ==========================================================================
   USP / Split
   ========================================================================== */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2rem,5vw,4rem); align-items: center; }
.split--rev .split__media { order: 2; }
.split__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow); width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.usp-list { display: grid; gap: 1.1rem; margin-top: 1.6rem; }
.usp { display: flex; gap: .9rem; align-items: flex-start; }
.usp__ico { flex-shrink: 0; width: 40px; height: 40px; border-radius: 10px; background: var(--sand-100); color: var(--gold-dark); display: grid; place-items: center; }
.usp__ico svg { width: 21px; height: 21px; }
.usp h3 { font-size: 1.08rem; margin-bottom: .2rem; }
.usp p { font-size: .95rem; }
.section--dark .usp__ico { background: rgba(198,148,51,.16); color: var(--gold-bright); }

/* Stat row */
.stats { display: grid; grid-template-columns: repeat(auto-fit,minmax(140px,1fr)); gap: 1.2rem; margin-top: 2.5rem; }
.stat { text-align: center; padding: 1.4rem 1rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.stat__num { font-family: var(--font-head); font-weight: 800; font-size: 2.1rem; color: var(--anthracite); line-height: 1; }
.stat__num .u { color: var(--gold); }
.stat__label { font-size: .85rem; color: var(--text-soft); margin-top: .5rem; }
.section--dark .stat { background: var(--anthracite-800); border-color: var(--anthracite-700); }
.section--dark .stat__num { color: #fff; }
.section--dark .stat__label { color: var(--text-on-dark-soft); }

/* ==========================================================================
   Galerie
   ========================================================================== */
.gallery { display: grid; grid-template-columns: repeat(auto-fill,minmax(240px,1fr)); gap: 1rem; }
.gallery__item { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; cursor: pointer; background: var(--sand-200); }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.gallery__item:hover img { transform: scale(1.06); }
.gallery__item figcaption {
  position: absolute; inset: auto 0 0 0; padding: 1.4rem .9rem .8rem; font-size: .85rem; font-weight: 600; color: #fff;
  background: linear-gradient(transparent, rgba(20,21,25,.82)); opacity: 0; transform: translateY(8px); transition: opacity .25s, transform .25s;
}
.gallery__item:hover figcaption { opacity: 1; transform: translateY(0); }
.gallery__item.tall { grid-row: span 2; aspect-ratio: 3/4; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(16,17,20,.94); display: none; place-items: center; padding: 2rem; }
.lightbox.open { display: grid; }
.lightbox img { max-width: 100%; max-height: 84vh; border-radius: 8px; box-shadow: var(--shadow-lg); }
.lightbox__cap { position: absolute; bottom: 1.4rem; left: 0; right: 0; text-align: center; color: rgba(255,255,255,.85); font-size: .92rem; }
.lightbox__close, .lightbox__nav { position: absolute; background: rgba(255,255,255,.12); border: none; color: #fff; width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; transition: background .2s; }
.lightbox__close:hover, .lightbox__nav:hover { background: rgba(255,255,255,.25); }
.lightbox__close { top: 1.4rem; right: 1.4rem; }
.lightbox__nav { top: 50%; transform: translateY(-50%); }
.lightbox__nav svg, .lightbox__close svg { width: 24px; height: 24px; }
.lightbox__nav--prev { left: 1.4rem; }
.lightbox__nav--next { right: 1.4rem; }

/* ==========================================================================
   FAQ Accordion
   ========================================================================== */
.faq { max-width: 800px; margin-inline: auto; display: grid; gap: .8rem; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.faq__item.open { border-color: var(--sand-300); box-shadow: var(--shadow-sm); }
.faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; text-align: left; padding: 1.3rem 1.5rem; background: none; border: none; font-family: var(--font-head); font-weight: 700; font-size: 1.05rem; color: var(--anthracite); }
.faq__q .ic { flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; background: var(--sand-100); color: var(--gold-dark); display: grid; place-items: center; transition: transform .3s var(--ease), background .2s; }
.faq__q .ic svg { width: 16px; height: 16px; }
.faq__item.open .faq__q .ic { transform: rotate(45deg); background: var(--gold); color: #fff; }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); }
.faq__a-inner { padding: 0 1.5rem 1.4rem; color: var(--text-soft); font-size: .98rem; }

/* ==========================================================================
   CTA-Band
   ========================================================================== */
.cta-band { position: relative; color: #fff; text-align: center; padding: clamp(3rem,7vw,5rem) 0; isolation: isolate; overflow: hidden; }
.cta-band__bg { position: absolute; inset: 0; z-index: -2; }
.cta-band__bg img { width: 100%; height: 100%; object-fit: cover; }
.cta-band::after { content:""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(rgba(20,21,25,.9), rgba(24,26,31,.86)); }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.88); max-width: 560px; margin: 1rem auto 0; }
.cta-band .btn-row { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin-top: 2rem; }

/* ==========================================================================
   Kontakt
   ========================================================================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem,5vw,3.5rem); align-items: start; }
.contact-info { display: grid; gap: 1.4rem; }
.contact-item { display: flex; gap: 1rem; align-items: flex-start; }
.contact-item__ico { flex-shrink: 0; width: 48px; height: 48px; border-radius: 12px; background: var(--sand-100); color: var(--gold-dark); display: grid; place-items: center; }
.contact-item__ico svg { width: 23px; height: 23px; }
.contact-item h3 { font-size: 1.05rem; margin-bottom: .2rem; }
.contact-item a, .contact-item p { color: var(--text-soft); font-size: 1rem; }
.contact-item a:hover { color: var(--gold-dark); }

.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.6rem,4vw,2.4rem); box-shadow: var(--shadow-sm); }
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: .4rem; color: var(--anthracite); }
.field label .req { color: var(--gold-dark); }
.field input, .field textarea, .field select {
  width: 100%; padding: .85rem 1rem; border: 1px solid var(--line); border-radius: 10px; background: var(--sand-50);
  font: inherit; color: var(--text); transition: border-color .2s, box-shadow .2s, background .2s;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--gold); background: #fff; box-shadow: 0 0 0 3px rgba(198,148,51,.15); }
.field textarea { resize: vertical; min-height: 130px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.form-consent { display: flex; gap: .6rem; align-items: flex-start; font-size: .85rem; color: var(--text-soft); margin-bottom: 1.2rem; }
.form-consent input { width: 18px; height: 18px; margin-top: 2px; flex-shrink: 0; accent-color: var(--gold-dark); }
.form-note { font-size: .82rem; color: var(--text-mute); margin-top: 1rem; text-align: center; }

/* Map (DSGVO on-click) */
.map-embed { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 16/10; background: var(--sand-200); border: 1px solid var(--line); }
.map-embed iframe { width: 100%; height: 100%; border: 0; }
.map-consent { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; padding: 2rem; background: linear-gradient(145deg,var(--sand-200),var(--sand-100)); }
.map-consent__inner { max-width: 340px; }
.map-consent svg { width: 40px; height: 40px; color: var(--gold-dark); margin: 0 auto 1rem; }
.map-consent p { font-size: .9rem; margin-bottom: 1.2rem; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { background: var(--anthracite-900); color: var(--text-on-dark-soft); padding: clamp(2.6rem,5vw,3.8rem) 0 1.8rem; text-align: center; }
.footer-min { display: flex; flex-direction: column; align-items: center; gap: 1.1rem; }
.footer-min > img { height: 44px; width: auto; filter: invert(1) hue-rotate(180deg) saturate(1.4); opacity: .95; }
.footer-tag { font-size: .95rem; color: var(--text-on-dark-soft); max-width: 560px; margin-inline: auto; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: .3rem 1.6rem; }
.footer-nav a { font-family: var(--font-head); font-weight: 600; font-size: .92rem; color: var(--text-on-dark); transition: color .18s; }
.footer-nav a:hover { color: var(--gold-bright); }
.footer-contactline { display: flex; flex-wrap: wrap; justify-content: center; gap: .3rem .6rem; font-size: .88rem; color: var(--text-mute); }
.footer-contactline a { color: var(--text-on-dark-soft); transition: color .18s; }
.footer-contactline a:hover { color: #fff; }
.footer-contactline .dot { color: rgba(255,255,255,.25); }
.footer-bottom { display: flex; flex-wrap: wrap; gap: .5rem 1.4rem; justify-content: center; align-items: center; width: 100%; margin-top: 1.2rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.09); font-size: .84rem; color: var(--text-mute); }
.footer-bottom nav { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.footer-bottom a { color: var(--text-mute); }
.footer-bottom a:hover { color: #fff; }

/* ==========================================================================
   Cookie-Banner
   ========================================================================== */
.cookie { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 150; max-width: 520px; margin-inline: auto;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 1.4rem 1.5rem;
  transform: translateY(140%); transition: transform .4s var(--ease); }
.cookie.show { transform: translateY(0); }
.cookie h4 { font-size: 1.05rem; margin-bottom: .4rem; }
.cookie p { font-size: .88rem; }
.cookie a { color: var(--gold-dark); text-decoration: underline; }
.cookie__actions { display: flex; gap: .7rem; margin-top: 1.1rem; flex-wrap: wrap; }
.cookie__actions .btn { flex: 1; min-width: 130px; padding: .7rem 1rem; font-size: .9rem; }

/* ==========================================================================
   Breadcrumb & Page-Hero (Unterseiten)
   ========================================================================== */
.page-hero { background: var(--anthracite); color: #fff; padding: clamp(2.5rem,6vw,4.5rem) 0 clamp(2rem,4vw,3rem); position: relative; overflow: hidden; }
.page-hero::before { content:""; position: absolute; right: -120px; top: -120px; width: 380px; height: 380px; background: radial-gradient(circle, rgba(198,148,51,.22), transparent 68%); }
.page-hero h1 { color: #fff; max-width: 760px; position: relative; }
.page-hero p { color: rgba(255,255,255,.85); max-width: 620px; margin-top: 1rem; font-size: 1.1rem; position: relative; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: .45rem; font-size: .85rem; color: rgba(255,255,255,.6); margin-bottom: 1.3rem; position: relative; }
.breadcrumb a { color: rgba(255,255,255,.75); }
.breadcrumb a:hover { color: var(--gold-bright); }
.breadcrumb .sep { color: rgba(255,255,255,.35); }

/* Prose */
.prose { max-width: 760px; }
.prose h2 { margin: 2.4rem 0 1rem; }
.prose h3 { margin: 1.8rem 0 .7rem; }
.prose p { margin-bottom: 1.1rem; }
.prose a.tlink { color: var(--gold-dark); text-decoration: underline; text-underline-offset: 3px; }

/* Check-Liste (global, auch außerhalb .prose) */
ul.check { display: grid; gap: .7rem; margin: 1.2rem 0; }
ul.check li { display: flex; gap: .7rem; align-items: flex-start; color: var(--text-soft); font-size: .97rem; }
ul.check li svg { width: 20px; height: 20px; color: var(--gold-dark); flex-shrink: 0; margin-top: 3px; }
a.tlink { color: var(--gold-dark); text-decoration: underline; text-underline-offset: 3px; }

/* Info-Callout */
.callout { display: flex; gap: 1rem; background: var(--sand-100); border-left: 4px solid var(--gold); border-radius: 0 var(--radius) var(--radius) 0; padding: 1.3rem 1.5rem; margin: 1.6rem 0; }
.callout svg { width: 24px; height: 24px; color: var(--gold-dark); flex-shrink: 0; }
.callout p { color: var(--text-soft); font-size: .96rem; margin: 0; }

/* Utility */
.mt-0 { margin-top: 0; }
.text-center { text-align: center; }
.divider { height: 1px; background: var(--line); border: 0; margin: 0; }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1199px) {
  .main-nav { display: none; }
  .header-actions .lang { display: none; }
  .nav-toggle { display: block; }
  .header-actions .btn--header { display: none; }
}
@media (min-width: 1200px) {
  .nav-toggle { display: none; }
  .mobile-menu { display: none; }
}
@media (max-width: 900px) {
  body { font-size: 16px; }
  .split { grid-template-columns: 1fr; }
  .split--rev .split__media { order: 0; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .field-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero__badges { gap: 1rem 1.4rem; }
  .btn { width: 100%; }
  .hero__cta .btn, .cta-band .btn { width: auto; }
  .gallery__item.tall { grid-row: span 1; aspect-ratio: 4/3; }
}

/* ==========================================================================
   Kontakt-Kanäle: Icon-Buttons + schwebende Messenger-Buttons
   ========================================================================== */
.kontakt-icons { display: grid; grid-template-columns: 1fr; gap: .7rem; margin-top: 1.6rem; }
.kontakt-icon-btn {
  display: flex; align-items: center; gap: .9rem;
  padding: .8rem 1rem; border-radius: var(--radius-sm);
  background: var(--sand-100); border: 1px solid var(--line);
  color: var(--text); text-decoration: none;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.kontakt-icon-btn:hover { transform: translateX(4px); box-shadow: var(--shadow-sm); }
.kontakt-icon-circle {
  width: 44px; height: 44px; border-radius: 50%; flex: 0 0 44px;
  display: grid; place-items: center; color: #fff;
}
.kontakt-icon-circle svg { width: 21px; height: 21px; }
.kontakt-icon-btn.telefon  .kontakt-icon-circle { background: var(--anthracite-700); }
.kontakt-icon-btn.whatsapp .kontakt-icon-circle { background: #25d366; }
.kontakt-icon-btn.telegram .kontakt-icon-circle { background: #229ED9; }
.kontakt-icon-btn.email    .kontakt-icon-circle { background: var(--gold-dark); }
.kontakt-icon-label { display: block; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--text-mute); }
.kontakt-icon-wert  { display: block; font-weight: 600; font-size: .95rem; }

.whatsapp-float, .telegram-float {
  position: fixed; right: 1.1rem; z-index: 60;
  width: 54px; height: 54px; border-radius: 50%;
  display: grid; place-items: center; color: #fff;
  box-shadow: 0 8px 24px rgba(24,26,31,.28);
  transition: transform .18s var(--ease);
}
.whatsapp-float { bottom: 1.1rem; background: #25d366; }
.telegram-float { bottom: calc(1.1rem + 64px); background: #229ED9; }
.whatsapp-float:hover, .telegram-float:hover { transform: scale(1.08); color: #fff; }
.whatsapp-float svg, .telegram-float svg { width: 27px; height: 27px; }
@media print { .whatsapp-float, .telegram-float { display: none; } }

/* Formular: Fehlerzustand, Statusbanner, Bestätigungs-Modal */
.feld-fehler { border-color: #c0392b !important; box-shadow: 0 0 0 3px rgba(192,57,43,.12) !important; }
.form-status-banner { border-radius: var(--radius-sm); padding: .9rem 1.1rem; margin-bottom: 1.1rem; font-weight: 600; }
.form-status-banner.ok   { background: #e7f5ec; color: #1e6b3a; border: 1px solid #bfe3cc; }
.form-status-banner.warn { background: #fdeeec; color: #92322a; border: 1px solid #f2cdc8; }
.modal-backdrop {
  position: fixed; inset: 0; z-index: 90; background: rgba(22,23,26,.55);
  display: grid; place-items: center; padding: 1rem;
}
.modal-card {
  background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-lg);
  max-width: 420px; width: 100%; padding: 1.8rem; text-align: center;
}
.modal-card h3 { margin: .4rem 0 .5rem; }
.modal-card p { color: var(--text-soft); font-size: .95rem; }
.modal-icon { width: 52px; height: 52px; margin: 0 auto .6rem; border-radius: 50%; display: grid; place-items: center; color: #fff; }
.modal-icon.ok { background: #2e9e5b; }
.modal-icon.warn { background: #c0392b; }
.modal-icon svg { width: 26px; height: 26px; }
.modal-ok { margin-top: 1rem; min-width: 120px; }

/* ==========================================================================
   Google-Bewertungen (reviews.js)
   ========================================================================== */
.reviews-aggregate { display: flex; align-items: center; justify-content: center; gap: .7rem; flex-wrap: wrap; margin-top: 1rem; }
.reviews-stars-lg { display: flex; gap: .15rem; }
.reviews-stars-lg svg { width: 26px; height: 26px; fill: var(--gold); }
.reviews-score { font-family: var(--font-head); font-weight: 700; font-size: 1.5rem; }
.reviews-meta { display: inline-flex; align-items: center; gap: .45rem; color: var(--text-soft); font-size: .92rem; }
.google-g { width: 18px; height: 18px; flex: 0 0 auto; }
.reviews-scroller { position: relative; margin-top: 1.6rem; }
.reviews-grid {
  display: flex; gap: 1.1rem; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: .3rem .2rem 1rem; scrollbar-width: thin;
}
.review-card {
  flex: 0 0 min(340px, 85vw); scroll-snap-align: start; cursor: pointer;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.3rem; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: .8rem;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.review-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.review-card-head { display: flex; align-items: center; justify-content: space-between; }
.review-card-stars { display: flex; gap: .1rem; }
.review-card-stars svg { width: 17px; height: 17px; fill: var(--gold); }
.review-card blockquote {
  margin: 0; font-size: .95rem; color: var(--text-soft); line-height: 1.55;
  display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden;
}
.review-card-translated { display: flex; align-items: center; gap: .6rem; font-size: .76rem; }
.review-card-translated-label { color: var(--text-mute); }
.review-card-translated-btn { background: none; border: none; color: var(--gold-dark); cursor: pointer; font-size: .76rem; text-decoration: underline; padding: 0; }
.review-card-footer { display: flex; align-items: center; gap: .7rem; margin-top: auto; }
.review-avatar {
  width: 40px; height: 40px; border-radius: 50%; flex: 0 0 40px;
  display: grid; place-items: center; color: #fff; font-weight: 700; font-size: .85rem;
}
.review-author-info { display: flex; flex-direction: column; }
.review-author { font-weight: 600; font-size: .9rem; }
.review-date { color: var(--text-mute); font-size: .8rem; }
.reviews-nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
  width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line);
  background: var(--white); box-shadow: var(--shadow-sm); cursor: pointer;
  display: grid; place-items: center; color: var(--text);
}
.reviews-nav svg { width: 20px; height: 20px; }
.reviews-nav:disabled { opacity: .35; cursor: default; }
.reviews-nav-prev { left: -14px; }
.reviews-nav-next { right: -14px; }
.reviews-scroller.no-scroll .reviews-nav { display: none; }
.reviews-scroller.no-scroll .reviews-grid { justify-content: center; }
.reviews-actions { display: flex; justify-content: center; gap: .9rem; flex-wrap: wrap; margin-top: 1.2rem; }
.reviews-actions .btn { display: inline-flex; align-items: center; gap: .5rem; }
.review-modal-card { text-align: left; max-width: 560px; position: relative; }
.review-modal-close { position: absolute; top: .8rem; right: .8rem; background: none; border: none; cursor: pointer; color: var(--text-mute); }
.review-modal-head { display: flex; align-items: center; gap: .8rem; margin-bottom: .9rem; }
.review-modal-author { font-weight: 700; }
.review-modal-sub { display: flex; align-items: center; gap: .5rem; margin-top: .2rem; }
.review-modal-text { margin: .6rem 0 0; color: var(--text-soft); line-height: 1.6; max-height: 50vh; overflow-y: auto; }
.review-modal-actions { margin-top: 1.1rem; }

/* ── Kontaktseite: Portrait, Projektangaben (details), Positionen, Foto-Upload ── */
.kontakt-portrait { margin-bottom: 1.5rem; }
.kontakt-portrait img { display: block; width: 100%; max-width: 320px; height: auto; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.kontakt-portrait__name { margin: .55rem 0 0; font-size: .9rem; font-weight: 600; color: var(--anthracite); }

.projekt-details { border: 1px solid var(--line); border-radius: var(--radius); background: var(--sand-50); margin: 0 0 1.1rem; }
.projekt-details summary { cursor: pointer; font-weight: 600; font-size: .95rem; color: var(--anthracite); padding: .85rem 1rem; list-style: none; display: flex; align-items: center; gap: .55rem; user-select: none; }
.projekt-details summary::-webkit-details-marker { display: none; }
.projekt-details summary::before { content: ''; flex: 0 0 auto; width: .55em; height: .55em; border-right: 2px solid var(--gold-dark); border-bottom: 2px solid var(--gold-dark); transform: rotate(-45deg); transition: transform .2s; }
.projekt-details[open] summary::before { transform: rotate(45deg); }
.projekt-details summary:hover { color: var(--gold-dark); }
.projekt-details__inner { padding: .3rem 1rem 1.1rem; }
.projekt-details__inner .field:last-child { margin-bottom: 0; }
.field .field-label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: .4rem; color: var(--anthracite); }

.einsatzort-group { border: 0; padding: 0; margin: 0 0 1.1rem; }
.einsatzort-group legend { font-weight: 600; font-size: .9rem; margin-bottom: .4rem; padding: 0; color: var(--anthracite); }
.radio-row { display: flex; flex-wrap: wrap; gap: .4rem 1.3rem; }
.radio-row label { display: flex; align-items: center; gap: .45rem; font-size: .95rem; cursor: pointer; }
.radio-row input[type="radio"] { width: auto; padding: 0; margin: 0; accent-color: var(--gold); }

.position-row { display: grid; grid-template-columns: 1fr 90px 100px 32px; gap: .6rem; align-items: center; margin-bottom: .6rem; }
.position-row input, .position-row select { padding: .6rem .7rem; }
.position-remove { width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--anthracite); font-size: 1.15rem; line-height: 1; cursor: pointer; transition: border-color .2s, color .2s; }
.position-remove:hover { border-color: #c0392b; color: #c0392b; }
.btn--posadd { padding: .5rem .9rem; font-size: .88rem; margin-top: .1rem; }
@media (max-width: 599px) {
  .position-row { grid-template-columns: 1fr 1fr; }
  .position-row input[type="text"] { grid-column: 1 / -1; }
  .position-remove { justify-self: end; }
}

.foto-input { position: absolute; width: 1px; height: 1px; opacity: 0; overflow: hidden; clip: rect(0 0 0 0); }
.foto-upload { display: flex; flex-direction: column; align-items: center; gap: .5rem; text-align: center; padding: 1.3rem 1rem; border: 2px dashed var(--line); border-radius: var(--radius); background: #fff; color: var(--text-soft); font-size: .92rem; cursor: pointer; transition: border-color .2s, background .2s, color .2s; }
.foto-upload:hover { border-color: var(--gold); background: var(--sand-50); color: var(--anthracite); }
.foto-input:focus + .foto-upload { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(198,148,51,.15); }
.foto-upload svg { width: 28px; height: 28px; stroke: var(--gold-dark); }
.foto-liste { list-style: none; margin: .6rem 0 0; padding: 0; font-size: .85rem; color: var(--anthracite); }
.foto-liste li { display: flex; justify-content: space-between; gap: 1rem; padding: .3rem 0; border-bottom: 1px dashed var(--line); }
.foto-liste li span:first-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; }
.foto-liste .foto-liste__summe { font-weight: 600; border-bottom: 0; }

/* ── Kontaktformular: Positionsblöcke (Material/Einsatzort/Fotos je Position) ── */
.position-block { position: relative; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: .9rem .9rem 1rem; margin-bottom: .8rem; }
.position-block__titel { margin: 0 0 .6rem; font-family: var(--font-head); font-weight: 700; font-size: .78rem; letter-spacing: .07em; text-transform: uppercase; color: var(--gold-dark); }
.position-zeile { display: grid; grid-template-columns: 1fr 90px 110px; gap: .6rem; margin-bottom: .6rem; }
.position-zeile--2 { grid-template-columns: 1fr 200px; }
.position-zeile input, .position-zeile select { padding: .6rem .7rem; }
.position-einheit-sonstige { margin: -.1rem 0 .6rem; }
.position-einheit-sonstige input { max-width: 280px; padding: .6rem .7rem; }
.position-block .position-remove { position: absolute; top: .55rem; right: .55rem; }
.position-fotos { margin-top: .2rem; }
.foto-upload--klein { flex-direction: row; justify-content: center; gap: .55rem; padding: .7rem .8rem; font-size: .85rem; }
.foto-upload--klein svg { width: 20px; height: 20px; flex: 0 0 auto; }
@media (max-width: 599px) {
  .position-zeile { grid-template-columns: 1fr 1fr; }
  .position-zeile input[type="text"] { grid-column: 1 / -1; }
  .position-zeile--2 { grid-template-columns: 1fr; }
  .position-zeile--2 input[type="text"] { grid-column: auto; }
  .position-einheit-sonstige input { max-width: none; }
}

/* Foto-Liste: Einzel-Entfernen */
.foto-liste li { position: relative; }
.foto-liste__entfernen {
  border: 0; background: none; cursor: pointer;
  color: var(--muted, #8a8378); font-size: 1.05rem; line-height: 1;
  padding: 0 .15rem; margin-left: .4rem;
}
.foto-liste__entfernen:hover { color: var(--akzent, #b4842d); }

/* Formular v3: beschriftete Positionsfelder */
.pos-feld { display: flex; flex-direction: column; gap: .3rem; min-width: 0; }
.pos-feld + .pos-feld, .position-block .pos-feld { margin-top: .65rem; }
.position-zeile .pos-feld { margin-top: 0; }
.pos-label { font-size: .78rem; font-weight: 600; letter-spacing: .02em; color: var(--muted, #7c7568); }
.position-block .position-zeile { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; margin-top: .65rem; }
.pos-feld input, .pos-feld select { width: 100%; }
@media (max-width: 560px) {
  .position-block .position-zeile { grid-template-columns: 1fr; }
}

/* Startseite: zwei Vorher/Nachher-Beispiele nebeneinander */
.ba-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.ba-duo__item { margin: 0; }
.ba-duo__item figcaption { margin-top: .7rem; font-size: .92rem; color: var(--muted, #7c7568); text-align: center; }
@media (max-width: 820px) { .ba-duo { grid-template-columns: 1fr; } }

/* Entfernungs-Rechner */
.distanz-tool { max-width: 560px; margin: 0 auto; text-align: left; }
.distanz-tool__zeile { display: flex; gap: .6rem; margin-top: .35rem; }
.distanz-tool__zeile input { flex: 1; min-width: 0; }
.distanz-tool__ergebnis { margin-top: 1.1rem; line-height: 1.55; }
.distanz-tool__ergebnis strong { display: block; }
.distanz-tool__hinweis { display: block; margin-top: .35rem; font-size: .85rem; color: var(--muted, #7c7568); }
.distanz-tool__cta { margin-top: 1rem; }
@media (max-width: 480px) {
  .distanz-tool__zeile { flex-direction: column; }
}

/* Vorher/Nachher: deutlicher Zieh-Hinweis + pulsierender Griff */
.ba__hint {
  position: absolute; left: 50%; bottom: 12px; transform: translateX(-50%);
  background: rgba(20,18,14,.78); color: #fff; padding: .45rem .9rem;
  border-radius: 999px; font-size: .85rem; white-space: nowrap;
  pointer-events: none; z-index: 4; animation: ba-hint-puls 1.6s ease-in-out infinite;
  max-width: calc(100% - 24px); overflow: hidden; text-overflow: ellipsis;
}
.ba .ba__grip { animation: ba-grip-puls 1.6s ease-in-out infinite; }
.ba--benutzt .ba__hint { opacity: 0; transition: opacity .4s; animation: none; }
.ba--benutzt .ba__grip { animation: none; }
@keyframes ba-hint-puls { 0%,100% { transform: translateX(-50%) scale(1); } 50% { transform: translateX(-50%) scale(1.05); } }
@keyframes ba-grip-puls { 0%,100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255,255,255,.45); } 50% { transform: scale(1.12); box-shadow: 0 0 0 8px rgba(255,255,255,0); } }
@media (prefers-reduced-motion: reduce) { .ba__hint, .ba .ba__grip { animation: none; } }

/* Anker-Sprünge unter dem fixen Header korrekt positionieren */
section[id] { scroll-margin-top: calc(var(--header-h) + 20px); }

/* Leistungen: kompaktere Bilder, Text im Vordergrund */
.media-klein img { max-width: 420px; width: 100%; height: auto; margin-inline: auto; display: block; }
@media (min-width: 900px) { .media-klein { align-self: center; } }

/* Kontakt: ausklappbare Projekt-/Rechnungsadresse */
.adresse-details { border: 1px solid var(--line, #e4ddd0); border-radius: var(--radius, 10px); padding: .35rem .9rem; margin: .35rem 0 .9rem; }
.adresse-details summary { cursor: pointer; font-weight: 600; padding: .45rem 0; }
.adresse-details[open] summary { margin-bottom: .35rem; }
.adresse-abw { border: 0; background: none; cursor: pointer; padding: 0; margin: .1rem 0 .7rem; font-size: .88rem; text-decoration: underline; color: var(--akzent, #b4842d); }

/* Adress-Vorschlags-Dropdown (eigene Optik statt Browser-datalist) */
.adress-huelle { position: relative; }
.adress-huelle input { width: 100%; }
.adress-box {
  position: absolute; left: 0; right: 0; top: calc(100% + 4px); z-index: 60;
  margin: 0; padding: .3rem; list-style: none;
  background: #fff; border: 1px solid var(--line, #e4ddd0);
  border-radius: var(--radius, 10px); box-shadow: 0 10px 30px rgba(20,18,14,.12);
  max-height: 260px; overflow-y: auto; text-align: left;
}
.adress-box li {
  padding: .55rem .7rem; border-radius: 6px; cursor: pointer;
  font-size: .95rem; line-height: 1.35;
}
.adress-box li:hover, .adress-box li.aktiv { background: var(--sand, #f3ede1); }
.adress-box li strong { font-weight: 700; }
