/*
Theme Name:  PRO LIFT & ROLL
Author:      René Lubowitzki
Description: Firmentheme für PRO LIFT & ROLL – Kran-Service & Spezial-Transporte. Schwarz/Gold, kompakte Startseite mit Jubiläumsblock, drei Leistungsbereichen, Referenzen, Projekt-Highlight und Timeline; ausführliche Leistungsseiten als Templates.
Version:     2.12.0
Requires PHP: 7.4
License:     GNU General Public License v2 or later
Text Domain: pro-lift-roll
*/

/* ---------- Basis ---------- */
:root {
  --gelb:        #D9A62B;   /* Gold */
  --gelb-dunkel: #B8891C;
  --schwarz:     #101114;
  --schwarz-2:   #17181C;
  --grau-bg:     #F5F5F5;
  --grau-linie:  #E6E6E6;
  --text:        #2B2C30;
  --text-hell:   #B7B8BC;
  --weiss:       #FFFFFF;
  --font-head:   'Oswald', 'Arial Narrow', sans-serif;
  --font-body:   'Inter', 'Helvetica Neue', Arial, sans-serif;
  --radius:      6px;
  --container:   1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--weiss);
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.screen-reader-text {
  position: absolute; width: 1px; height: 1px;
  clip-path: inset(50%); overflow: hidden; white-space: nowrap;
}

h1, h2, h3, h4 {
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: .02em;
  line-height: 1.15;
  margin: 0 0 .5em;
  color: var(--schwarz);
}
h1 { font-size: clamp(2.4rem, 5.5vw, 4rem); font-weight: 700; }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.4rem); font-weight: 700; }
h3 { font-size: 1.15rem; font-weight: 600; }

.eyebrow {
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .85rem;
  font-weight: 600;
  color: var(--gelb-dunkel);
  display: block;
  margin-bottom: .5rem;
}
.section-head { text-align: center; max-width: 640px; margin: 0 auto 3rem; }
.section-head::after {
  content: "";
  display: block;
  width: 56px; height: 3px;
  background: var(--gelb);
  margin: 1.1rem auto 0;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55em;
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: .9rem; font-weight: 600;
  padding: .85em 1.6em;
  border-radius: var(--radius);
  border: 2px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: background .15s, color .15s, border-color .15s;
}
.btn svg { width: 1.05em; height: 1.05em; flex: none; }
.btn-gelb { background: var(--gelb); color: var(--schwarz); }
.btn-gelb:hover { background: var(--gelb-dunkel); }
.btn-ghost { border-color: rgba(255,255,255,.5); color: var(--weiss); }
.btn-ghost:hover { border-color: var(--gelb); color: var(--gelb); }
.btn-schwarz { background: var(--schwarz); color: var(--weiss); }
.btn-schwarz:hover { background: #000; }
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--gelb);
  outline-offset: 2px;
}

/* ---------- Topbar ---------- */
.topbar {
  background: var(--schwarz);
  color: var(--text-hell);
  font-size: .8rem;
}
.topbar .container {
  display: flex; flex-wrap: wrap; gap: .6rem 2rem;
  align-items: center; min-height: 40px;
}
.topbar a { color: inherit; text-decoration: none; }
.topbar a:hover { color: var(--gelb); }
.topbar-item { display: inline-flex; align-items: center; gap: .5em; }
.topbar-item svg { width: 14px; height: 14px; color: var(--gelb); flex: none; }
.topbar-spacer { flex: 1; }
@media (max-width: 720px) { .topbar-spacer, .topbar-hours { display: none; } }

/* ---------- Header ---------- */
.site-header {
  background: var(--weiss);
  border-bottom: 1px solid var(--grau-linie);
  position: sticky; top: 0; z-index: 50;
}
.site-header .container {
  display: flex; align-items: center; gap: 2rem; min-height: 130px;
}
.branding { display: flex; align-items: center; gap: .7rem; text-decoration: none; }
.branding svg { width: 42px; height: 42px; }
.branding-text { font-family: var(--font-head); text-transform: uppercase; line-height: 1.05; }
.branding-text .zeile1 { font-size: 1.5rem; font-weight: 700; color: var(--schwarz); letter-spacing: .04em; }
.branding-text .zeile2 { font-size: .95rem; font-weight: 600; color: var(--gelb-dunkel); letter-spacing: .3em; }

.main-nav { margin-left: auto; }
.main-nav ul { list-style: none; display: flex; gap: 1.8rem; margin: 0; padding: 0; }
.main-nav a {
  white-space: nowrap;
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: .85rem; font-weight: 600;
  color: var(--schwarz);
  text-decoration: none;
  padding: .4em 0;
  border-bottom: 2px solid transparent;
}
.main-nav a:hover,
.main-nav .current-menu-item > a,
.main-nav .current_page_item > a { color: var(--gelb-dunkel); border-bottom-color: var(--gelb); }
.header-cta { flex: none; }

.nav-toggle {
  display: none;
  margin-left: auto;
  background: none; border: 0; padding: .5rem; cursor: pointer;
}
.nav-toggle svg { width: 26px; height: 26px; color: var(--schwarz); }

@media (max-width: 960px) {
  .nav-toggle { display: block; }
  .header-cta { display: none; }
  .main-nav {
    position: absolute; left: 0; right: 0; top: 100%;
    background: var(--weiss);
    border-bottom: 1px solid var(--grau-linie);
    display: none;
  }
  .main-nav.offen { display: block; }
  .main-nav ul { flex-direction: column; gap: 0; padding: .5rem 24px 1rem; }
  .main-nav a {
  white-space: nowrap; display: block; padding: .7em 0; border-bottom: 0; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: var(--schwarz-2);
  /* Bild hinterlegen: Design > Customizer > Startseite, oder hier ersetzen */
  background-image: linear-gradient(100deg, rgba(10,10,12,.92) 0%, rgba(10,10,12,.72) 45%, rgba(10,10,12,.35) 100%), var(--hero-bild, radial-gradient(1100px 500px at 78% 40%, #3A3418 0%, #17181C 60%));
  background-size: cover;
  background-position: center;
  color: var(--weiss);
}
.hero .container { padding-top: 96px; padding-bottom: 96px; max-width: var(--container); }
.hero-inner { max-width: 620px; }
.hero .eyebrow { color: var(--gelb); }
.hero h1 { color: var(--weiss); }
.hero h1 .akzent { color: var(--gelb); white-space: nowrap; }
.hero p { max-width: 480px; color: #D9DADE; margin: 1.2rem 0 2rem; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 1rem; }

/* ---------- Features ---------- */
.features { padding: 72px 0; }
.features-grid {
  display: grid; gap: 2.5rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  text-align: center;
}
.feature-icon {
  width: 64px; height: 64px; margin: 0 auto 1.1rem;
  color: var(--gelb);
}
.feature-icon svg { width: 100%; height: 100%; }
.feature h3 { font-size: 1rem; letter-spacing: .08em; }
.feature p { font-size: .92rem; color: #5A5B60; margin: 0; }

/* ---------- Leistungen ---------- */
.leistungen { background: var(--grau-bg); padding: 80px 0; }
.leistungen-grid {
  display: grid; gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}
.leistung-card {
  background: var(--weiss);
  border-radius: var(--radius);
  overflow: visible;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
  display: flex; flex-direction: column;
}
.leistung-bild {
  height: 150px;
  border-radius: var(--radius) var(--radius) 0 0;
  background: linear-gradient(160deg, #2A2B30, #4A4B52); /* Platzhalter – echtes Foto als Beitragsbild/CSS ersetzen */
  background-size: cover; background-position: center;
  position: relative;
}
.leistung-icon {
  position: absolute; left: 18px; bottom: -26px;
  width: 52px; height: 52px;
  background: var(--schwarz);
  border: 3px solid var(--gelb);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--gelb);
}
.leistung-icon svg { width: 22px; height: 22px; }
.leistung-body { padding: 2.4rem 1.2rem 1.3rem; display: flex; flex-direction: column; flex: 1; }
.leistung-body h3 { font-size: 1rem; }
.leistung-body p { font-size: .88rem; color: #5A5B60; margin: 0 0 1.2rem; flex: 1; }
.mehr-link {
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem; font-weight: 600;
  color: var(--schwarz);
  text-decoration: none;
  display: inline-flex; align-items: center; gap: .5em;
}
.mehr-link svg { width: 14px; height: 14px; transition: transform .15s; }
.mehr-link:hover { color: var(--gelb-dunkel); }
.mehr-link:hover svg { transform: translateX(3px); }

/* ---------- Über uns ---------- */
.ueber-uns { display: grid; grid-template-columns: 1fr 1fr; background: var(--schwarz); color: var(--weiss); }
.ueber-text { padding: clamp(48px, 7vw, 96px); align-self: center; }
.ueber-text .eyebrow { color: var(--gelb); }
.ueber-text h2 { color: var(--weiss); }
.ueber-text h2::after { content: ""; display: block; width: 56px; height: 3px; background: var(--gelb); margin-top: 1rem; }
.ueber-text > p { color: var(--text-hell); max-width: 460px; }
.stats { display: flex; flex-wrap: wrap; gap: 2.2rem; margin: 2rem 0; }
.stat { display: flex; align-items: center; gap: .8rem; }
.stat svg { width: 34px; height: 34px; color: var(--gelb); flex: none; }
.stat-zahl { font-family: var(--font-head); font-size: 1.6rem; font-weight: 700; line-height: 1; }
.stat-label { font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; color: var(--text-hell); }
.ueber-bild {
  min-height: 420px;
  background: linear-gradient(200deg, #6B5A20, #23242A 70%); /* Platzhalter – Teamfoto hinterlegen */
  background-size: cover; background-position: center;
}
@media (max-width: 880px) {
  .ueber-uns { grid-template-columns: 1fr; }
  .ueber-bild { min-height: 300px; order: -1; }
}

/* ---------- Referenzen ---------- */
.referenzen { padding: 72px 0 64px; }
.logo-leiste {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 2rem 4rem; align-items: center;
}
.logo-leiste .kunde {
  font-family: var(--font-head);
  font-size: 1.4rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em;
  color: #9A9BA0;
  filter: grayscale(1);
  transition: color .15s;
}
.logo-leiste .kunde:hover { color: var(--schwarz); }
.logo-leiste img { max-height: 44px; width: auto; filter: grayscale(1) opacity(.65); }
.logo-leiste img:hover { filter: none; }

/* ---------- CTA-Band ---------- */
.cta-band { background: var(--gelb); padding: 40px 0; }
.cta-band .container { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem 2rem; }
.cta-icon { width: 56px; height: 56px; color: var(--schwarz); flex: none; }
.cta-icon svg { width: 100%; height: 100%; }
.cta-band h2 { margin: 0; font-size: 1.5rem; }
.cta-band p { margin: .2rem 0 0; color: #3D3105; font-size: .95rem; }
.cta-band .btn { margin-left: auto; }
@media (max-width: 720px) { .cta-band .btn { margin-left: 0; } }

/* ---------- Footer ---------- */
.site-footer { background: var(--schwarz); color: var(--text-hell); font-size: .88rem; }
.footer-main {
  display: grid; gap: 2.5rem;
  grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
  padding: 64px 0 48px;
}
@media (max-width: 880px) { .footer-main { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-main { grid-template-columns: 1fr; } }
.footer-main h4 {
  color: var(--weiss); font-size: .85rem; letter-spacing: .1em;
  margin-bottom: 1.1rem;
}
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: .55rem; }
.site-footer a { color: var(--text-hell); text-decoration: none; }
.site-footer a:hover { color: var(--gelb); }
.footer-branding .branding-text .zeile1 { color: var(--weiss); font-size: 1.3rem; }
.footer-branding p { margin: 1rem 0 1.2rem; max-width: 260px; }
.social { display: flex; gap: .7rem; margin-top: 1.4rem; }
.social a {
  width: 34px; height: 34px; border: 1px solid #3A3B40; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
}
.social a:hover { border-color: var(--gelb); color: var(--gelb); }
.social svg { width: 15px; height: 15px; }
.footer-kontakt li { display: flex; gap: .7em; align-items: flex-start; }
.footer-kontakt svg { width: 15px; height: 15px; color: var(--gelb); flex: none; margin-top: .2em; }
.footer-bottom {
  border-top: 1px solid #26272C;
  padding: 1.1rem 0;
  display: flex; flex-wrap: wrap; gap: .5rem 2rem;
  font-size: .78rem;
}
.footer-bottom .rechtliches { margin-left: auto; display: flex; gap: 1.2rem; }
@media (max-width: 560px) { .footer-bottom .rechtliches { margin-left: 0; } }

/* ---------- Innenseiten / Blog ---------- */
.page-hero { background: var(--schwarz); color: var(--weiss); padding: 56px 0; }
.page-hero h1 { color: var(--weiss); font-size: clamp(1.8rem, 4vw, 2.6rem); margin: 0; }
.page-hero h1::after { content: ""; display: block; width: 56px; height: 3px; background: var(--gelb); margin-top: .8rem; }
.content-bereich { padding: 56px 0; }
.content-bereich .container { max-width: var(--container); }
.artikel-liste article { border-bottom: 1px solid var(--grau-linie); padding: 1.6rem 0; }
.artikel-liste h2 { font-size: 1.3rem; margin-bottom: .3rem; }
.artikel-liste h2 a { text-decoration: none; }
.artikel-liste h2 a:hover { color: var(--gelb-dunkel); }
.artikel-meta { font-size: .8rem; color: #8A8B90; text-transform: uppercase; letter-spacing: .06em; }


/* ---------- Projekt-Highlight (SALCOS) ---------- */
.projekt-highlight .eyebrow { color: var(--gelb); }

/* ---------- Leistungsseiten ---------- */
.leistung-seite h2 { font-size: 1.5rem; margin-top: 2.4rem; }
.leistung-seite h2:first-child { margin-top: 0; }
.leistung-seite ul.checkliste { list-style: none; padding: 0; margin: 1rem 0 1.6rem; display: grid; gap: .55rem; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.leistung-seite ul.checkliste li { display: flex; gap: .6em; align-items: flex-start; }
.leistung-seite ul.checkliste svg { width: 17px; height: 17px; color: var(--gelb-dunkel); flex: none; margin-top: .25em; }
.merksatz {
  background: var(--grau-bg); border-left: 4px solid var(--gelb);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1.1rem 1.4rem; margin: 1.8rem 0;
  font-family: var(--font-head); text-transform: uppercase;
  letter-spacing: .04em; font-weight: 600; color: var(--schwarz);
}
.seiten-cta {
  background: var(--schwarz); color: var(--weiss);
  border-radius: var(--radius); padding: 2rem;
  margin-top: 2.8rem;
}
.seiten-cta h2 { color: var(--weiss); margin-top: 0; }
.seiten-cta p { color: var(--text-hell); }
.maschinen-grid { display: grid; gap: 1.2rem; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); margin: 1.4rem 0; }
.maschine { background: var(--grau-bg); border-radius: var(--radius); padding: 1.3rem; border-top: 3px solid var(--gelb); }
.maschine h3 { font-size: .95rem; margin-bottom: .3rem; }
.maschine p { font-size: .88rem; color: #5A5B60; margin: 0; }

/* Hero-Slogan */
.hero-slogan {
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 600;
  font-size: 1.15rem;
  color: var(--gelb) !important;
  margin: .4rem 0 0 !important;
}

/* Logo-Bild */
.logo-bild { height: 104px; width: auto; }
.logo-bild-footer { height: 88px; }
@media (max-width: 720px) { .logo-bild { height: 74px; } .site-header .container { min-height: 96px; } }

/* Hero-Freisteller (Fahrzeug rechts, liegt VOR der Folgesektion; Position via Customizer-Regler) */
.hero { overflow: visible; z-index: 5; }
.hero .container { position: relative; }
.hero-freisteller {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: -136px;             /* Default: 40px Überhang über den nächsten Abschnitt */
  height: 105%;
  max-width: 58%;
  object-fit: contain;
  object-position: right bottom;
  filter: drop-shadow(0 18px 30px rgba(0,0,0,.45));
  pointer-events: none;
}
@media (max-width: 960px) {
  .hero-freisteller { display: none; }  /* mobil: Text hat Vorrang */
}

/* Mobil kompakterer Hero (Bezugswert für den Mobil-Vertikal-Regler: 64px) */
@media (max-width: 960px) {
  .hero .container { padding-top: 64px; padding-bottom: 64px; }
}

/* Mobiles Hero-Bild (In-Flow zwischen Slogan und Text; Feinjustage via Customizer) */
.hero-freisteller-mobil { display: none; }
@media (max-width: 960px) {
  .hero-freisteller-mobil {
    display: block;
    width: 75%;
    margin: 18px 0 4px;
    object-fit: contain;
    filter: drop-shadow(0 12px 22px rgba(0,0,0,.45));
    pointer-events: none;
  }
}


/* ---------- Jubiläum (dunkle Sektion nach Vorlage) ---------- */
.jubilaeum-dark { background: var(--schwarz); color: var(--weiss); padding: 88px 0 48px; position: relative; overflow: hidden; }

/* Bild randlos über die linke Hälfte, verschmilzt rechts/unten mit dem Hintergrund */
.jub-bild {
  position: absolute; left: 0; top: 0; bottom: 0; width: 55%;
  background: linear-gradient(200deg, #4A3D14, #1C1D22 70%); /* Platzhalter bis zum Kran-Upload */
  background-size: cover; background-position: center;
}
.jub-bild::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(16,17,20,0) 55%, #101114 98%),
    linear-gradient(0deg, rgba(16,17,20,.9) 0%, rgba(16,17,20,0) 35%);
}

.jub-grid { position: relative; display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(2rem, 5vw, 5rem); }
.jub-links { display: flex; flex-direction: column; justify-content: flex-end; min-height: 560px; }
.jub-titel { display: flex; gap: 1.2rem; align-items: flex-end; }
.jub-eins {
  font-family: var(--font-head); font-weight: 700;
  font-size: clamp(8rem, 14vw, 13rem); line-height: .78;
  color: var(--gelb);
}
.jub-worte { font-family: var(--font-head); text-transform: uppercase; font-weight: 700; line-height: 1.04; padding-bottom: .4rem; }
.jub-worte .z1 { display: block; font-size: clamp(2.2rem, 3.4vw, 3.2rem); color: var(--weiss); }
.jub-worte .z2 { display: block; font-size: clamp(2.2rem, 3.4vw, 3.2rem); color: var(--gelb); white-space: nowrap; }
.jub-tagline { color: #E4E5E9; font-size: 1.25rem; margin: 1.6rem 0 0; }

/* Rechte Hälfte: Headline links, Absätze als schmale Spalte rechts daneben */
.jub-kopf { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 2.2rem; align-items: start; }
.jub-rechts .eyebrow { color: var(--gelb); }
.jub-rechts h2 { color: var(--weiss); font-size: clamp(1.7rem, 2.4vw, 2.4rem); margin-bottom: 0; }
.jub-rechts h2 .akzent { color: var(--gelb); }
.jub-absaetze p { color: var(--text-hell); font-size: .92rem; margin: 0 0 1rem; }

.jub-timeline { list-style: none; margin: 2.6rem 0 0; padding: 0; position: relative; }
.jub-timeline::before { content: ""; position: absolute; left: 32px; top: 16px; bottom: 28px; width: 2px; background: #33343A; }
.jub-timeline li { position: relative; display: flex; gap: 1.4rem; padding-bottom: 1.9rem; }
.jub-timeline li:last-child { padding-bottom: 0; }
.jub-icon {
  position: relative; z-index: 1; flex: none;
  width: 66px; height: 66px; border-radius: 50%;
  border: 2px solid var(--gelb);
  background: var(--schwarz);
  display: flex; align-items: center; justify-content: center;
  color: var(--gelb);
}
.jub-icon svg { width: 30px; height: 30px; }
.jub-timeline .zeitraum { font-family: var(--font-head); text-transform: uppercase; letter-spacing: .1em; font-size: .82rem; font-weight: 600; color: var(--gelb); }
.jub-timeline h3 { color: var(--weiss); font-size: 1.05rem; margin: .2rem 0 .25rem; }
.jub-timeline p { color: var(--text-hell); font-size: .9rem; margin: 0; }
.jub-timeline li:not(:last-child)::after {
  content: ""; position: absolute; left: 86px; right: 0; bottom: .95rem;
  border-bottom: 1px solid #26272C;
}

.jub-features {
  position: relative;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem; margin-top: 3.8rem; padding-top: 2.4rem;
  border-top: 1px solid #26272C;
}
@media (max-width: 960px) { .jub-features { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .jub-features { grid-template-columns: 1fr; } }
.jub-feature { display: flex; gap: .9rem; align-items: flex-start; padding-right: 1.5rem; }
.jub-feature:not(:last-child) { border-right: 1px solid #26272C; }
@media (max-width: 960px) { .jub-feature { border-right: 0 !important; } }
.jub-feature-icon { flex: none; width: 40px; height: 40px; color: var(--gelb); }
.jub-feature-icon svg { width: 100%; height: 100%; }
.jub-feature h3 { color: var(--weiss); font-size: .9rem; letter-spacing: .08em; margin: 0 0 .25rem; }
.jub-feature p { color: var(--text-hell); font-size: .85rem; margin: 0; }

@media (max-width: 960px) {
  .jub-bild { position: relative; width: auto; height: 340px; margin: -88px -24px 2rem; }
  .jub-grid { grid-template-columns: 1fr; }
  .jub-links { min-height: 0; margin-top: -190px; }
  .jub-kopf { grid-template-columns: 1fr; gap: .5rem; }
  .jub-timeline::before { left: 26px; }
  .jub-icon { width: 54px; height: 54px; }
  .jub-icon svg { width: 24px; height: 24px; }
  .jub-timeline li:not(:last-child)::after { left: 70px; }
}

/* Weißes Logo-Overlay im Hero (Position via Customizer-Regler) */
.hero-logo-overlay {
  position: absolute;
  z-index: 6;
  top: 40px; right: 4%;
  width: 260px; height: auto;
  filter: drop-shadow(0 6px 16px rgba(0,0,0,.5));
  pointer-events: none;
}
@media (max-width: 960px) {
  .hero-logo-overlay { width: 150px; right: 24px; top: 16px; }
}
