/* ==========================================================================
   Walk & Lehmann – Kabel- und Verbundsysteme
   Relaunch 2026 · schlanke, eigenständige Website
   ========================================================================== */

:root{
  --dark:#00060f;
  --dark2:#0b1626;
  --blue:#98bfdb;
  --blue-d:#5f92c2;
  --blue-dd:#3d6fa0;
  --grey:#58595b;
  --grey-l:#eef1f4;
  --grey-m:#c9ced4;
  --text:#1c2530;
  --muted:#5b6672;
  --white:#ffffff;
  --radius:10px;
  --shadow:0 10px 30px rgba(0,0,0,.08);
  --shadow-lg:0 18px 50px rgba(0,0,0,.14);
  --maxw:1200px;
  --header-h:88px;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:"Open Sans","Segoe UI",Helvetica,Arial,sans-serif;
  color:var(--text);
  line-height:1.65;
  background:var(--white);
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:var(--blue-dd);text-decoration:none;transition:color .2s}
a:hover{color:var(--blue-d)}
h1,h2,h3,h4,h5{font-family:"Montserrat","Segoe UI",Helvetica,Arial,sans-serif;line-height:1.2;color:var(--dark);font-weight:700}
.container{max-width:var(--maxw);margin:0 auto;padding:0 24px}
section{scroll-margin-top:var(--header-h)}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;gap:.5em;
  font-family:"Montserrat",sans-serif;font-weight:600;font-size:.85rem;
  letter-spacing:.05em;text-transform:uppercase;
  padding:.75em 1.6em;border-radius:40px;cursor:pointer;border:2px solid transparent;
  transition:all .2s;white-space:nowrap;
}
.btn-primary{background:var(--blue);color:var(--dark)}
.btn-primary:hover{background:var(--white);color:var(--dark)}
.btn-outline{background:transparent;border-color:var(--blue-d);color:var(--blue-dd)}
.btn-outline:hover{background:var(--blue-d);color:#fff}
.btn-dark{background:var(--dark);color:#fff}
.btn-dark:hover{background:var(--blue-d);color:#fff}
.btn-sm{font-size:.72rem;padding:.55em 1.2em}

/* ---------- Header ---------- */
.site-header{
  position:sticky;top:0;z-index:100;background:var(--dark);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-h);gap:20px}
.brand{display:flex;align-items:center;gap:14px}
.brand img{height:46px;width:auto}
.brand-text{color:#fff;line-height:1.15}
.brand-text .b1{font-family:"Montserrat",sans-serif;font-weight:700;font-size:1.1rem;letter-spacing:.02em}
.brand-text .b2{font-size:.72rem;color:var(--grey-m);letter-spacing:.04em}

.main-nav{display:flex;align-items:center;gap:4px}
.main-nav a{
  color:#e7ecf2;font-family:"Montserrat",sans-serif;font-weight:600;font-size:.8rem;
  letter-spacing:.06em;text-transform:uppercase;padding:.7em .9em;border-radius:6px;
}
.main-nav a:hover,.main-nav a.active{color:var(--blue)}
.main-nav .nav-cta{background:var(--blue);color:var(--dark)!important;border-radius:40px;padding:.6em 1.4em;margin-left:8px}
.main-nav .nav-cta:hover{background:#fff}

/* dropdown */
.has-drop{position:relative}
.has-drop>a::after{content:"▾";font-size:.7em;margin-left:.4em;opacity:.7}
.dropdown{
  position:absolute;top:100%;left:0;background:var(--dark2);min-width:210px;
  border-radius:8px;box-shadow:var(--shadow-lg);padding:8px;
  opacity:0;visibility:hidden;transform:translateY(8px);transition:all .18s;
  border:1px solid rgba(255,255,255,.07);
}
.has-drop:hover .dropdown,.has-drop:focus-within .dropdown{opacity:1;visibility:visible;transform:translateY(0)}
.dropdown a{display:block;padding:.6em .8em;border-radius:6px;font-size:.78rem}
.dropdown a:hover{background:rgba(152,191,219,.12)}

.nav-toggle{display:none;background:none;border:0;cursor:pointer;padding:8px}
.nav-toggle span{display:block;width:26px;height:3px;background:#fff;margin:5px 0;border-radius:3px;transition:.25s}

/* ---------- Hero ---------- */
.hero{
  position:relative;background:var(--dark);color:#fff;overflow:hidden;
  min-height:560px;display:flex;align-items:center;
}
.hero-bg{position:absolute;inset:0;z-index:0}
.hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.55}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,6,15,.92) 0%,rgba(0,6,15,.6) 55%,rgba(0,6,15,.25) 100%);z-index:1}
.hero .container{position:relative;z-index:2;padding-top:70px;padding-bottom:70px}
.hero-badge{display:inline-block;background:var(--blue);color:var(--dark);font-family:"Montserrat";font-weight:700;
  font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;padding:.45em 1em;border-radius:40px;margin-bottom:20px}
.hero h1{color:#fff;font-size:clamp(2rem,4.5vw,3.4rem);max-width:720px;margin-bottom:20px}
.hero h1 .accent{color:var(--blue)}
.hero p.lead{font-size:1.1rem;max-width:600px;color:#d5dde5;margin-bottom:30px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}

/* page hero (inner pages) */
.page-hero{background:var(--dark);color:#fff;padding:64px 0 56px;position:relative;overflow:hidden}
.page-hero .eyebrow{color:var(--blue);font-family:"Montserrat";font-weight:600;letter-spacing:.14em;text-transform:uppercase;font-size:.78rem;margin-bottom:12px}
.page-hero h1{color:#fff;font-size:clamp(1.8rem,3.6vw,2.8rem)}
.page-hero p{color:#cdd6df;max-width:720px;margin-top:14px}

/* ---------- Sections ---------- */
.section{padding:76px 0}
.section.alt{background:var(--grey-l)}
.section.dark{background:var(--dark);color:#fff}
.section.dark h2,.section.dark h3{color:#fff}
.section-head{text-align:center;max-width:760px;margin:0 auto 50px}
.section-head .eyebrow{color:var(--blue-dd);font-family:"Montserrat";font-weight:700;letter-spacing:.14em;text-transform:uppercase;font-size:.78rem;margin-bottom:12px;display:block}
.section-head h2{font-size:clamp(1.6rem,3vw,2.3rem)}
.section-head p{color:var(--muted);margin-top:14px;font-size:1.05rem}

/* value props strip */
.valueprops{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.valueprop{background:#fff;border:1px solid var(--grey-m);border-radius:var(--radius);padding:26px 22px;text-align:center;transition:.2s}
.valueprop:hover{box-shadow:var(--shadow);transform:translateY(-3px);border-color:var(--blue)}
.valueprop .ico{width:52px;height:52px;margin:0 auto 16px;color:var(--blue-d)}
.valueprop h3{font-size:.95rem;text-transform:uppercase;letter-spacing:.03em}

/* product category cards */
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}
.card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column;transition:.22s}
.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}
.card .thumb{aspect-ratio:4/3;background:#f2f4f7;display:flex;align-items:center;justify-content:center;overflow:hidden}
.card .thumb img{width:100%;height:100%;object-fit:cover}
.card .card-body{padding:22px;display:flex;flex-direction:column;flex:1}
.card h3{font-size:1.15rem;margin-bottom:8px}
.card p{color:var(--muted);font-size:.92rem;flex:1}
.card .card-actions{margin-top:16px}

/* product detail block */
.product{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding:52px 0;border-bottom:1px solid var(--grey-m)}
.product:last-child{border-bottom:0}
.product.reverse .product-media{order:2}
.product-media{background:var(--grey-l);border-radius:var(--radius);padding:26px;display:flex;align-items:center;justify-content:center;min-height:300px}
.product-media img{max-height:340px;width:auto;object-fit:contain;filter:drop-shadow(0 12px 24px rgba(0,0,0,.12))}
.product-media.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;padding:20px}
.product-media.gallery img{max-height:170px;margin:0 auto}
.product-info h2{font-size:1.7rem;margin-bottom:6px}
.product-info h3{font-size:1.4rem;margin-bottom:6px}
.tagline{color:var(--blue-d);font-weight:600;margin-bottom:16px;font-family:"Montserrat"}
.product-info ul{list-style:none;margin:14px 0}
.product-info ul li{padding:6px 0 6px 28px;position:relative;color:var(--muted)}
.product-info ul li::before{content:"";position:absolute;left:0;top:13px;width:12px;height:12px;border:2px solid var(--blue-d);border-top:0;border-right:0;transform:rotate(-45deg)}
.subhead{font-family:"Montserrat";font-weight:700;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;color:var(--grey);margin:18px 0 6px}
.chips{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 4px}
.chip{background:var(--grey-l);border:1px solid var(--grey-m);border-radius:30px;padding:.3em .9em;font-size:.78rem;color:var(--muted)}
.product-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}

/* applications */
.app{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center;margin-bottom:70px}
.app:last-child{margin-bottom:0}
.app.reverse .app-media{order:2}
.app-media{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);aspect-ratio:16/10}
.app-media img{width:100%;height:100%;object-fit:cover}
.app-info .eyebrow{color:var(--blue-dd);font-family:"Montserrat";font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-size:.76rem;margin-bottom:8px;display:block}
.app-info h2{font-size:1.7rem;margin-bottom:14px}
.app-info p{color:var(--muted);margin-bottom:12px}
.app-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}

/* application tiles (home) */
.app-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.app-tile{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:4/3;box-shadow:var(--shadow)}
.app-tile img{width:100%;height:100%;object-fit:cover;transition:.4s}
.app-tile:hover img{transform:scale(1.06)}
.app-tile span{position:absolute;left:0;right:0;bottom:0;padding:34px 18px 16px;color:#fff;
  font-family:"Montserrat";font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:.03em;
  background:linear-gradient(transparent,rgba(0,6,15,.85))}

/* certifications */
.certs{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.cert{background:#fff;border-radius:var(--radius);padding:24px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:12px}
.cert .cert-logo{height:60px;display:flex;align-items:center}
.cert .cert-logo img{max-height:60px;width:auto;object-fit:contain}
.cert h4{font-size:.9rem;color:var(--dark)}
.cert p{font-size:.83rem;color:var(--muted)}
.cert-logos{display:flex;flex-wrap:wrap;gap:30px;align-items:center;justify-content:center;margin-top:10px}
.cert-logos img{height:56px;width:auto;object-fit:contain;filter:grayscale(.1)}

/* download grid */
.dl-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:start}
.dl-card{background:#fff;border:1px solid var(--grey-m);border-radius:var(--radius);padding:26px;transition:.2s;display:flex;flex-direction:column;gap:14px}
.dl-card:hover{box-shadow:var(--shadow);border-color:var(--blue);transform:translateY(-3px)}
.dl-card .dl-ico{width:44px;height:44px;color:var(--blue-d)}
.dl-card h3{font-size:1.05rem}
.dl-card p{color:var(--muted);font-size:.9rem;flex:1}
.dl-list{display:flex;flex-direction:column;gap:10px}
.dl-list a{display:flex;align-items:center;gap:10px;padding:12px 16px;background:var(--grey-l);border-radius:8px;font-size:.9rem;color:var(--text);font-weight:600}
.dl-list a:hover{background:var(--blue);color:var(--dark)}
.dl-list a .pdf{font-size:.7rem;background:var(--blue-dd);color:#fff;padding:.15em .5em;border-radius:4px}
.dl-list a:hover .pdf{background:var(--dark)}

/* history / service */
.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center}
.split img{border-radius:var(--radius);box-shadow:var(--shadow)}
.split .prose p{margin-bottom:14px;color:var(--muted)}
.split .prose h2{margin-bottom:18px}
.stat-row{display:flex;gap:30px;flex-wrap:wrap;margin-top:24px}
.stat b{font-family:"Montserrat";font-size:2rem;color:var(--blue-d);display:block;line-height:1}
.stat span{font-size:.8rem;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}

/* contact */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px}
.contact-info .ci{display:flex;gap:14px;margin-bottom:22px;align-items:flex-start}
.contact-info .ci .ico{width:40px;height:40px;flex-shrink:0;color:var(--blue-d)}
.contact-info .ci h4{font-size:.95rem;margin-bottom:3px}
.contact-info .ci p{color:var(--muted);font-size:.95rem}
.form-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:34px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field{margin-bottom:16px}
.field label{display:block;font-size:.82rem;font-weight:600;margin-bottom:6px;color:var(--text)}
.field input,.field textarea,.field select{
  width:100%;padding:.8em 1em;border:1px solid var(--grey-m);border-radius:8px;font-family:inherit;font-size:.95rem;background:#fbfcfd;transition:.2s
}
.field input:focus,.field textarea:focus{outline:none;border-color:var(--blue-d);background:#fff;box-shadow:0 0 0 3px rgba(95,146,194,.15)}
.field textarea{resize:vertical;min-height:130px}

/* newsletter band */
.newsletter{background:var(--dark2);color:#fff}
.newsletter .nl-inner{display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap;padding:44px 0}
.newsletter h3{color:#fff;font-size:1.4rem}
.newsletter p{color:#c2ccd6;margin-top:4px}
.nl-form{display:flex;gap:10px;flex-wrap:wrap}
.nl-form input{padding:.8em 1.1em;border-radius:40px;border:0;min-width:260px;font-family:inherit}

/* prose (legal) */
.legal{max-width:860px;margin:0 auto}
.legal h2{font-size:1.3rem;margin:32px 0 12px}
.legal h3{font-size:1.05rem;margin:22px 0 8px}
.legal p{margin-bottom:12px;color:var(--muted);font-size:.95rem}
.legal ul{margin:0 0 14px 22px}
.legal li{color:var(--muted);font-size:.95rem;margin-bottom:6px}
.legal a{word-break:break-word}

/* ---------- Footer ---------- */
.site-footer{background:var(--grey);color:#e5e7ea;padding:56px 0 0}
.footer-grid{display:grid;grid-template-columns:1.2fr 1.2fr 1fr;gap:40px;padding-bottom:40px}
.site-footer h4{color:#fff;font-size:1.05rem;margin-bottom:18px;font-family:"Montserrat"}
.site-footer p,.site-footer li,.site-footer a{color:#d6d8db;font-size:.92rem}
.site-footer a:hover{color:#fff}
.footer-contact p{margin-bottom:6px}
.footer-menu ul{list-style:none;columns:2;gap:20px}
.footer-menu li{margin-bottom:8px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding:18px 0;text-align:center;font-size:.82rem;color:#c3c6ca}
.footer-nl input{width:100%;padding:.8em 1em;border-radius:8px;border:0;margin-bottom:10px;font-family:inherit}

/* helpers */
.text-center{text-align:center}
.mt-30{margin-top:30px}
.hide{display:none}
.form-note{font-size:.82rem;color:var(--muted);margin-top:10px}
.toast{background:#e7f4ea;border:1px solid #9ed3ad;color:#1e5b32;padding:.8em 1em;border-radius:8px;margin-top:12px;font-size:.9rem}

/* ---------- Responsive ---------- */
@media(max-width:960px){
  .valueprops,.certs{grid-template-columns:repeat(2,1fr)}
  .cards{grid-template-columns:repeat(2,1fr)}
  .product,.app,.split,.contact-grid{grid-template-columns:1fr;gap:28px}
  .product.reverse .product-media,.app.reverse .app-media{order:0}
  .app-tiles,.dl-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:820px){
  .nav-toggle{display:block}
  .main-nav{
    position:fixed;inset:var(--header-h) 0 auto 0;background:var(--dark2);
    flex-direction:column;align-items:stretch;padding:14px;gap:2px;
    max-height:0;overflow:hidden;transition:max-height .3s ease;border-bottom:1px solid rgba(255,255,255,.1)
  }
  .main-nav.open{max-height:640px;overflow:auto}
  .main-nav a{padding:.85em 1em}
  .main-nav .nav-cta{margin:8px 0 0;text-align:center}
  .has-drop>a::after{float:right}
  .dropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;background:rgba(0,0,0,.25);margin:4px 0 4px 12px;display:none}
  .has-drop.open .dropdown{display:block}
}
@media(max-width:560px){
  :root{--header-h:72px}
  .valueprops,.certs,.cards,.app-tiles,.dl-grid,.footer-grid,.form-row{grid-template-columns:1fr}
  .brand-text .b2{display:none}
  .section{padding:52px 0}
  .newsletter .nl-inner{flex-direction:column;align-items:flex-start}
  .footer-menu ul{columns:1}
}

/* ============================================================
   Relaunch-Politur: Scroll-Reveal, Header-on-Scroll,
   Micro-Interaktionen  (modern-web-design principles)
   ============================================================ */
.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1);will-change:opacity,transform}
.reveal.in{opacity:1;transform:none}

/* Header: dezenter Schatten + kompakter beim Scrollen */
.site-header{transition:box-shadow .25s ease, background .25s ease}
.site-header.scrolled{box-shadow:0 8px 30px rgba(0,0,0,.35)}
.site-header.scrolled .header-inner{height:70px}
.header-inner{transition:height .25s ease}
.brand img{transition:height .25s ease}
.site-header.scrolled .brand img{height:38px}

/* Micro-Interaktionen: Buttons „drücken" sich beim Klick */
.btn{transition:all .2s cubic-bezier(.2,.7,.2,1)}
.btn:active{transform:scale(.96)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(95,146,194,.35)}
.nav-cta:hover{transform:translateY(-1px)}

/* Anwendungs-Kacheln & Karten: etwas lebendigerer Hover */
.app-tile span{transition:padding .3s ease}
.app-tile:hover span{padding-bottom:22px}

/* Scroll-Fortschrittsbalken oben */
.scroll-progress{position:fixed;top:0;left:0;height:3px;width:0;z-index:200;
  background:linear-gradient(90deg,var(--blue-d),var(--blue));transition:width .1s linear}

@media (prefers-reduced-motion: reduce){
  .reveal{opacity:1!important;transform:none!important;transition:none!important}
  .scroll-progress{display:none}
  html{scroll-behavior:auto}
}

/* ============================================================
   Startseite: alter Hero-Look (dunkel + 2-LOCK-Poster),
   2-LOCK in Rot, weiße Rahmen um kleine Zertifikats-Logos
   ============================================================ */
:root{--red:#d8352e}
.hero h1 .accent-red{color:var(--red)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center;position:relative;z-index:2}
.hero-copy{max-width:620px}
.hero-figure{display:flex;justify-content:center}
.hero-figure img{max-height:500px;width:auto;border-radius:12px;box-shadow:0 30px 70px rgba(0,0,0,.6)}
@media(max-width:820px){
  .hero-grid{grid-template-columns:1fr;gap:28px}
  .hero-figure img{max-height:360px}
}

/* kleine Zertifikats-Logos im dunklen Bereich: einheitliche weiße Rahmen */
.cert-logos{gap:20px}
.cert-logos img{height:42px;background:#fff;padding:12px 16px;border-radius:10px;
  box-shadow:0 6px 18px rgba(0,0,0,.30);box-sizing:content-box;filter:none}

/* Hero-Hintergrund: weiße Kabelbinder sichtbar, Text links lesbar */
.hero-bg img{opacity:.75}
.hero::after{background:linear-gradient(90deg,rgba(0,6,15,.94) 0%,rgba(0,6,15,.78) 42%,rgba(0,6,15,.45) 100%)}

/* „Weltneuheit" plakativ im Display-/Impact-Stil (Anton) */
.hero-badge{
  background:none;padding:0;margin-bottom:10px;border-radius:0;
  font-family:"Anton",Impact,"Arial Narrow",sans-serif;
  font-weight:400;color:var(--blue);
  font-size:clamp(1.5rem,3vw,2.2rem);
  letter-spacing:.03em;line-height:1;text-transform:uppercase;
}

/* Startseite/Produkte: Produktbilder vollständig zeigen (nicht beschneiden) */
.card .thumb{background:#fff}
.card .thumb img{object-fit:contain;padding:16px}

/* Mehr Abstand zwischen den großen Zertifikats-Boxen und der kleinen Logo-Reihe */
.cert-logos{margin-top:46px}

/* Seiten-Hero mit Hintergrundbild (z. B. Produkte: Stahlkabelbinder) */
.page-hero.has-bg .ph-bg{position:absolute;inset:0;z-index:0}
.page-hero.has-bg .ph-bg img{width:100%;height:100%;object-fit:cover;opacity:.55}
.page-hero.has-bg::after{content:"";position:absolute;inset:0;z-index:1;
  background:linear-gradient(90deg,rgba(0,6,15,.92) 0%,rgba(0,6,15,.72) 45%,rgba(0,6,15,.5) 100%)}
.page-hero.has-bg .container{position:relative;z-index:2}
.page-hero.has-bg{padding:88px 0 80px}

/* Produktbilder: Hover-Zoom + Klick zum Vergrößern (Lightbox) */
.product-media img{cursor:zoom-in;transition:transform .35s cubic-bezier(.2,.7,.2,1)}
.product-media img:hover{transform:scale(1.05)}
.lightbox{position:fixed;inset:0;z-index:300;display:none;align-items:center;justify-content:center;
  padding:32px;background:rgba(0,6,15,.92);cursor:zoom-out;opacity:0;transition:opacity .2s}
.lightbox.open{display:flex;opacity:1}
.lightbox img{max-width:92vw;max-height:92vh;border-radius:12px;box-shadow:0 30px 90px rgba(0,0,0,.7);background:#fff;padding:10px}
.lightbox .lb-close{position:absolute;top:20px;right:26px;color:#fff;font-size:2.2rem;line-height:1;cursor:pointer;font-family:"Montserrat",sans-serif}

/* Mitlaufender, vertikal gedrehter Seitentitel (z. B. PROFI - KABELBINDER) */
.side-title{position:fixed;left:10px;top:0;height:100vh;display:none;align-items:center;z-index:6;pointer-events:none}
.side-title span{
  writing-mode:vertical-rl;transform:rotate(180deg);
  font-family:"Anton",Impact,sans-serif;text-transform:uppercase;
  color:var(--blue);opacity:.55;letter-spacing:.28em;
  font-size:clamp(1.6rem,2.6vw,2.6rem);white-space:nowrap;
}
@media(min-width:1320px){.side-title{display:flex}}

/* Seitentitel nach rechts an den Bildschirmrand verschieben */
.side-title{left:auto;right:10px}

/* Fertig komponierte Foto-Header (Dunkelheit bereits eingebrannt): volle Deckkraft, kein Extra-Overlay */
.page-hero.has-photo .ph-bg img{opacity:1}
.page-hero.has-photo::after{display:none}

/* ============================================================
   Produktseiten-Header mit freigestelltem Produkt rechts
   (immer vollständig sichtbar, kein Zuschnitt)
   ============================================================ */
.page-hero.has-fig{min-height:340px;display:flex;align-items:center}
.page-hero.has-fig .ph-fig{
  position:absolute;right:4%;top:50%;transform:translateY(-50%);
  max-height:82%;max-width:46%;width:auto;object-fit:contain;
  z-index:1;pointer-events:none;filter:drop-shadow(0 18px 40px rgba(0,0,0,.55))
}
.page-hero.has-fig .container{position:relative;z-index:2;width:100%}
@media(max-width:820px){
  .page-hero.has-fig .ph-fig{max-width:62%;opacity:.20;right:-4%}
}

/* Honeypot-Feld (Spamschutz) – für Menschen unsichtbar */
.hp-field{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}

/* ---- Barrierefreiheit: Skip-Link + sichtbarer Tastatur-Fokus ---- */
.skip-link{position:absolute;left:12px;top:-56px;z-index:400;background:var(--blue);color:var(--dark);
  padding:10px 16px;border-radius:8px;font-family:"Montserrat",sans-serif;font-weight:700;font-size:.85rem;
  text-decoration:none;box-shadow:0 6px 18px rgba(0,0,0,.35);transition:top .2s ease}
.skip-link:focus{top:12px;outline:3px solid #fff;outline-offset:2px}
a:focus-visible,button:focus-visible,.btn:focus-visible,.nav-toggle:focus-visible,
input:focus-visible,textarea:focus-visible,select:focus-visible,[tabindex]:focus-visible{
  outline:3px solid var(--blue-d);outline-offset:2px;border-radius:4px}
.site-header a:focus-visible,.site-footer a:focus-visible{outline-color:var(--blue)}
#maincontent{scroll-margin-top:var(--header-h)}

/* ============================================================
   Impeccable-Politur: Browser-Oberflächen & Typo-Feinschliff
   (rein additiv, Marken-Identität bleibt unverändert)
   ============================================================ */
::selection{background:var(--blue);color:var(--dark)}
::-moz-selection{background:var(--blue);color:var(--dark)}
html{scrollbar-color:var(--blue-d) var(--grey-l);scrollbar-width:thin}
::-webkit-scrollbar{width:12px;height:12px}
::-webkit-scrollbar-track{background:var(--grey-l)}
::-webkit-scrollbar-thumb{background:var(--blue-d);border-radius:8px;border:3px solid var(--grey-l)}
::-webkit-scrollbar-thumb:hover{background:var(--blue-dd)}
body{caret-color:var(--blue-d)}
h1,h2,h3{text-wrap:balance}
p{text-wrap:pretty}
/* In-Text-Links: ruhiger Abstand der Unterstreichung (nur Fließtext) */
.legal a,.product-info a,.app-info a{text-underline-offset:3px;text-decoration-thickness:1px}
/* Weichere, „authored" Bewegungskurve für Karten & Vorteils-Kacheln */
.card,.valueprop{transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s cubic-bezier(.2,.7,.2,1),border-color .2s ease}
