/* ============================================================
   STECKDOSE TIROL — base.css
   Gesamte Struktur & Layout. Farben kommen aus theme-a/b/c.css
   (CSS-Variablen). Kein Framework, keine externen Fonts/Tracker.
   ============================================================ */

/* ---------- Struktur-Tokens (farbunabhängig) ---------- */
:root{
  --font:"Inter","Segoe UI",-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,sans-serif;
  --maxw:1200px;
  --radius:14px;
  --radius-lg:24px;
  --radius-pill:999px;
  --shadow-sm:0 1px 2px rgba(18,20,24,.05),0 4px 14px rgba(18,20,24,.05);
  --shadow-md:0 8px 30px rgba(18,20,24,.09);
  --shadow-lg:0 24px 60px rgba(18,20,24,.14);
}

/* ---------- Reset & Grundlagen ---------- */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:92px}
body{
  margin:0;
  font-family:var(--font);
  font-size:1rem;
  line-height:1.65;
  color:var(--ink);
  background:var(--paper);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img,svg{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
:focus-visible{outline:2.5px solid var(--focus);outline-offset:3px;border-radius:3px}
.container{max-width:var(--maxw);margin-inline:auto;padding-inline:24px}

h1,h2,h3{margin:0;font-weight:800;letter-spacing:-0.03em;line-height:1.06;color:var(--ink);overflow-wrap:break-word}
p{margin:0}
.num{font-variant-numeric:tabular-nums}

/* Signatur: quadratischer „Satzpunkt" in Akzentfarbe */
.sq::after{content:"";display:inline-block;width:.42em;height:.42em;
  background:var(--accent);margin-left:.14em;border-radius:1px;vertical-align:baseline}

.eyebrow{
  display:inline-flex;align-items:center;gap:.55rem;
  font-size:.76rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;
  color:var(--accent);margin:0 0 1.1rem;
}
.eyebrow::before{content:"";width:22px;height:2px;background:var(--accent);display:inline-block}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;gap:.5rem;
  padding:.85rem 1.6rem;border-radius:var(--radius-pill);
  font-size:.95rem;font-weight:600;line-height:1;cursor:pointer;white-space:nowrap;
  border:1.5px solid transparent;
  transition:transform .15s ease,background-color .15s ease,border-color .15s ease,color .15s ease;
}
.btn:active{transform:translateY(1px)}
.btn-primary{background:var(--cta);color:var(--cta-ink);box-shadow:var(--cta-shadow)}
.btn-primary:hover{background:var(--cta-dark)}
.btn-ghost{border-color:var(--line-2);color:var(--ink);background:var(--white)}
.btn-ghost:hover{border-color:var(--ink)}
.btn svg{width:16px;height:16px}

/* ---------- Header ---------- */
.site-header{
  position:fixed;inset:0 0 auto 0;z-index:100;
  background:var(--header-bg);
  -webkit-backdrop-filter:saturate(140%) blur(12px);backdrop-filter:saturate(140%) blur(12px);
  border-bottom:1px solid var(--header-line);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:1.5rem}

/* Logo-Lockup: Icon vor der Wortmarke, in einer Linie */
.brand{display:inline-flex;align-items:center;gap:.6rem;color:var(--ink)}
.brand-icon{height:34px;width:auto;flex:none}
.brand-word{height:19px;width:auto}
/* Logo ist reines Schwarz → in dunklen Bereichen weiß einfärben */
.on-dark .brand-icon,.on-dark .brand-word,.brand--light .brand-icon,.brand--light .brand-word{
  filter:brightness(0) invert(1);
}

.main-nav{display:flex;align-items:center;gap:1.9rem}
.main-nav a:not(.btn){font-size:.94rem;font-weight:500;color:var(--ink-2);transition:color .15s ease}
.main-nav a:not(.btn):hover{color:var(--accent)}
.nav-cta{padding:.62rem 1.25rem}
.burger{
  display:none;background:var(--white);border:1px solid var(--line-2);border-radius:10px;
  width:44px;height:44px;padding:0;cursor:pointer;color:var(--ink);
}
.burger span{display:block;width:19px;height:2px;background:currentColor;margin:4px auto;transition:transform .2s ease,opacity .2s ease}
.burger[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}

/* ---------- Hero ---------- */
.hero{padding:104px 0 40px}
.hero-panel{
  position:relative;overflow:hidden;border-radius:var(--radius-lg);
  background:var(--hero-bg);border:1px solid var(--hero-border);box-shadow:var(--shadow-lg);
  display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;min-height:540px;
}
.hero-copy{padding:64px clamp(28px,4vw,64px)}
.hero h1{font-size:clamp(2.2rem,4.6vw,3.6rem);letter-spacing:-0.04em;hyphens:manual;overflow-wrap:break-word}
.hero h1 em{font-style:normal;color:var(--accent)}
/* Kein Hero-Bild vorhanden → Bildspalte ausblenden, Copy volle Breite (sauberer erster Screen) */
.hero-panel.no-media{grid-template-columns:1fr;min-height:0}
.hero-panel.no-media .hero-media{display:none}
.hero-panel.no-media .hero-copy{max-width:860px}
.hero .lead{font-size:1.12rem;color:var(--muted);max-width:480px;margin:1.5rem 0 2.2rem}
.hero-ctas{display:flex;gap:.9rem;flex-wrap:wrap}
.hero-media{position:relative;align-self:stretch;min-height:340px}
.hero-media .media{position:absolute;inset:0}
.hero-media .media::before{content:"";position:absolute;inset:0;z-index:2;
  background:linear-gradient(90deg,var(--hero-fade) 0%,transparent 16%)}
.hero-badge{
  position:absolute;left:0;bottom:22px;z-index:3;display:inline-flex;align-items:center;gap:.6rem;
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius-pill);
  padding:.55rem 1rem .55rem .7rem;box-shadow:var(--shadow-md);font-size:.85rem;font-weight:600;color:var(--ink);
}
.hero-badge .pip{width:9px;height:9px;border-radius:50%;background:#22b07d;flex:none;box-shadow:0 0 0 4px rgba(34,176,125,.15)}

/* ---------- Trust-Leiste ---------- */
.trust{margin-top:14px}
.trust-grid{
  display:grid;grid-template-columns:repeat(4,1fr);
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);
  box-shadow:var(--shadow-sm);overflow:hidden;
}
.trust-item{padding:1.7rem 1.6rem;border-left:1px solid var(--line)}
.trust-item:first-child{border-left:none}
.trust-item b{display:block;font-size:1.7rem;font-weight:800;letter-spacing:-0.03em;font-variant-numeric:tabular-nums}
.trust-item span{display:block;margin-top:.2rem;font-size:.9rem;color:var(--muted)}

/* ---------- Sektionen ---------- */
.section{padding:96px 0}
.section-alt{background:var(--white);border-block:1px solid var(--line)}
.section-head{max-width:660px;margin-bottom:3rem}
.section-head h2{font-size:clamp(1.8rem,3.6vw,2.7rem)}
.section-head p{color:var(--muted);margin-top:1rem;font-size:1.06rem}

/* ---------- Über ---------- */
.about{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}
.about-lead{font-size:1.32rem;line-height:1.5;font-weight:600;letter-spacing:-0.01em;margin-bottom:1.4rem}
.about p+p{margin-top:1.1rem;color:var(--muted)}
.about-card{background:var(--dark-surface);color:var(--dark-ink);border-radius:var(--radius-lg);padding:2.4rem;box-shadow:var(--shadow-md)}
.about-card h3{color:var(--dark-ink);font-size:1.15rem;margin-bottom:1.4rem}
.about-card ul{list-style:none;margin:0;padding:0}
.about-card li{display:flex;gap:.8rem;align-items:flex-start;padding:.85rem 0;border-top:1px solid var(--dark-line);font-size:.98rem;color:var(--dark-muted)}
.about-card li:first-child{border-top:none;padding-top:0}
.about-card li svg{width:20px;height:20px;flex:none;color:var(--accent-on-dark);margin-top:2px}
.about-card li b{color:var(--dark-ink);font-weight:600}

/* ---------- Marken (kompakte Logo-Wand: Logo/Name zentriert + Hover-Pfeil) ---------- */
.marken-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.8rem}
.marke{
  position:relative;display:flex;align-items:center;justify-content:center;text-align:center;
  padding:.55rem .8rem;min-height:72px;border-radius:var(--radius);
  background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow-sm);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.marke:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--line-2)}
.marke-logo{display:flex;align-items:center;justify-content:center;min-width:0;width:100%}
.marke-logo img{max-height:46px;max-width:100%;width:auto;object-fit:contain;transition:transform .2s ease}
.marke:hover .marke-logo img{transform:scale(1.04)}
.marke-logo .wordmark{display:none;font-weight:700;font-size:.98rem;letter-spacing:-0.02em;color:var(--ink-2);line-height:1.2}
.marke-logo img.is-hidden{display:none}
.marke-logo img.is-hidden ~ .wordmark{display:block}
/* dezenter Link-Pfeil oben rechts, erscheint auf Hover */
.marke .arrow{position:absolute;top:8px;right:9px;color:var(--muted-2);opacity:0;transition:opacity .2s ease,color .2s ease}
.marke:hover .arrow{opacity:1;color:var(--accent)}
.marke .arrow svg{width:14px;height:14px}
/* „Alle Hersteller"-Kachel als CTA */
.marke--more{gap:.45rem;color:var(--accent);font-weight:700;letter-spacing:-0.02em;
  border-style:dashed;border-color:var(--line-2);background:var(--paper-2)}
.marke--more .arrow{position:static;opacity:1;color:var(--accent)}
.marke--more .arrow svg{width:16px;height:16px}
.marke--more:hover{border-color:var(--accent);background:var(--white)}
/* Aufklappen: eingeklappt nur die ersten 20 Kacheln zeigen */
.marken-grid.is-collapsed .marke:nth-child(n+21){display:none}
.marken-actions{text-align:center;margin-top:1.6rem}
.marken-toggle{cursor:pointer}
.marken-toggle .chev{width:16px;height:16px;transition:transform .2s ease}
.marken-toggle[aria-expanded="true"] .chev{transform:rotate(180deg)}
.marken-note{margin-top:1.2rem;font-size:.92rem;color:var(--muted-2);text-align:center}

/* ---------- Sortiment ---------- */
.sortiment-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}
.cat{
  position:relative;display:block;border-radius:var(--radius);overflow:hidden;
  background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow-sm);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.cat:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--line-2)}
.cat .media{aspect-ratio:4/3;border-bottom:1px solid var(--line)}
/* Foto-Kachel mit Icon-Platzhalter: solange das Foto fehlt, zeigt die
   Bildfläche das Kategorie-Icon (dezent) — Foto ablegen ersetzt es automatisch. */
.media .ph{
  display:none;position:absolute;inset:0;align-items:center;justify-content:center;
}
.media.missing .ph{display:flex}
.media .ph .ph-ic{
  width:58px;height:58px;border-radius:16px;
  background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow-sm);
  display:flex;align-items:center;justify-content:center;color:var(--accent);
}
.media .ph .ph-ic svg{width:28px;height:28px}
/* CTA-Kachel im Sortiment („Direkt anfragen") */
.cat--cta{
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.7rem;
  text-align:center;padding:1.6rem 1.2rem;min-height:100%;
  border-style:dashed;border-color:var(--line-2);background:var(--paper-2);
  color:var(--accent);font-weight:700;letter-spacing:-0.02em;
}
.cat--cta:hover{border-color:var(--accent);background:var(--white)}
.cat--cta .ic{
  width:52px;height:52px;border-radius:14px;background:var(--white);border:1px solid var(--line);
  display:flex;align-items:center;justify-content:center;color:var(--accent);
}
.cat--cta .ic svg{width:26px;height:26px}
.cat--cta small{display:block;font-weight:500;color:var(--muted);letter-spacing:0}

/* ---------- Anfrage-Popup (dialog) ---------- */
.anfrage-modal{
  border:none;padding:0;background:var(--white);color:var(--ink);
  border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);
  width:min(560px,calc(100vw - 32px));max-height:calc(100vh - 48px);
}
.anfrage-modal::backdrop{background:rgba(18,20,24,.5);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}
.am-body{padding:clamp(1.4rem,3vw,2rem)}
.am-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.2rem}
.am-head h3{font-size:1.35rem;letter-spacing:-0.02em}
.am-head .eyebrow{margin-bottom:.5rem}
.am-close{
  flex:none;width:40px;height:40px;border-radius:10px;cursor:pointer;
  background:var(--paper-2);border:1px solid var(--line);color:var(--ink-2);
  display:flex;align-items:center;justify-content:center;
}
.am-close:hover{border-color:var(--ink);color:var(--ink)}
.am-close svg{width:18px;height:18px}
.am-context{
  display:inline-flex;align-items:center;gap:.45rem;margin:0 0 1.1rem;
  padding:.45rem .9rem;border-radius:var(--radius-pill);
  background:var(--accent-ring);color:var(--accent);font-size:.88rem;font-weight:600;
}
.anfrage-modal .btn-primary{width:100%;justify-content:center}
.cat-body{padding:1.05rem 1.15rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}
.cat-body h3{font-size:1.02rem;font-weight:700;letter-spacing:-0.02em}
.cat-body .arrow{color:var(--accent);transition:transform .2s ease}
.cat:hover .arrow{transform:translateX(3px)}
.cat-body .arrow svg{width:18px;height:18px}

/* ---------- Warum (Features) ---------- */
.warum-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.feature{padding:1.9rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--paper-2)}
.feature .ic{width:46px;height:46px;border-radius:12px;background:var(--white);border:1px solid var(--line);
  display:flex;align-items:center;justify-content:center;color:var(--accent);margin-bottom:1.1rem}
.feature .ic svg{width:24px;height:24px}
.feature h3{font-size:1.12rem;margin-bottom:.5rem}
.feature p{color:var(--muted);font-size:.96rem}

/* ---------- Zielgruppen ---------- */
.audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem}
.aud{position:relative;overflow:hidden;border-radius:var(--radius-lg);padding:2.6rem;border:1px solid var(--line);
  min-height:280px;display:flex;flex-direction:column;box-shadow:var(--shadow-sm)}
.aud-b2c{background:var(--aud-b2c-bg)}
.aud-b2b{background:var(--dark-surface);color:var(--dark-ink);border-color:transparent}
.aud-b2b h3{color:var(--dark-ink)}
.aud-tag{font-size:.74rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}
.aud-b2b .aud-tag{color:var(--accent-on-dark)}
.aud h3{font-size:1.55rem;margin-bottom:.8rem}
.aud p{color:var(--muted);margin-bottom:1.5rem;max-width:34ch}
.aud-b2b p{color:var(--dark-muted)}
.aud ul{list-style:none;margin:0 0 1.7rem;padding:0;display:grid;gap:.5rem}
.aud li{display:flex;gap:.6rem;align-items:center;font-size:.95rem;font-weight:500}
.aud li svg{width:17px;height:17px;flex:none;color:var(--accent)}
.aud-b2b li svg{color:var(--accent-on-dark)}
.aud .aud-cta{margin-top:auto;font-weight:600;color:var(--accent);display:inline-flex;align-items:center;gap:.4rem}
.aud-b2b .aud-cta{color:var(--accent-on-dark)}
.aud .aud-cta svg{width:16px;height:16px}

/* ---------- Kontakt ---------- */
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(2rem,5vw,4rem);align-items:start}
.contact-info .lead{font-size:1.12rem;color:var(--muted);margin-bottom:2rem}
.contact-list{list-style:none;margin:0;padding:0}
.contact-list li{display:flex;gap:1rem;padding:1.15rem 0;border-top:1px solid var(--line)}
.contact-list li:first-child{border-top:none;padding-top:0}
.contact-list .ic{width:42px;height:42px;border-radius:11px;background:var(--paper-2);border:1px solid var(--line);
  display:flex;align-items:center;justify-content:center;color:var(--accent);flex:none}
.contact-list .ic svg{width:20px;height:20px}
.contact-list .label{font-size:.76rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-2)}
.contact-list .value{font-weight:600;color:var(--ink)}
.contact-list a.value:hover{color:var(--accent)}
.contact-form{background:var(--paper-2);border:1px solid var(--line);border-radius:var(--radius-lg);padding:clamp(1.6rem,3vw,2.4rem);box-shadow:var(--shadow-sm)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.field{margin-bottom:1rem}
.field label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.4rem;color:var(--ink-2)}
.field input,.field textarea{width:100%;padding:.8rem .9rem;background:var(--white);border:1px solid var(--line-2);border-radius:10px;
  color:var(--ink);font-family:inherit;font-size:.96rem;transition:border-color .15s ease,box-shadow .15s ease}
.field input:focus,.field textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring)}
.field textarea{min-height:120px;resize:vertical}
.consent{display:flex;gap:.7rem;align-items:flex-start;margin:.2rem 0 1.3rem;font-size:.88rem;color:var(--muted)}
.consent input{width:17px;height:17px;margin-top:.25rem;accent-color:var(--accent);flex:none}
.consent a{color:var(--accent);text-decoration:underline}
.contact-form .btn-primary{width:100%;justify-content:center}
.form-note{margin:0 0 1.4rem;padding:14px 18px;border-radius:12px;font-size:.94rem;line-height:1.5;border:1px solid var(--line);border-left-width:3px;background:var(--white)}
.form-note--ok{border-left-color:#22b07d}
.form-note--error{border-left-color:#d9534f}
.form-note a{color:var(--accent)}

/* ---------- Media-Platzhalter ---------- */
.media{position:relative;margin:0;overflow:hidden;background:var(--placeholder-bg)}
.media img{width:100%;height:100%;object-fit:cover}
.media.missing img{display:none}
.media.missing::after{content:attr(data-label);position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
  text-align:center;padding:1rem;font-size:.78rem;letter-spacing:.05em;color:var(--muted-2);text-transform:uppercase;font-weight:600}

/* ---------- Footer ---------- */
.site-footer{background:var(--footer-bg);color:var(--footer-text);padding:76px 0 34px}
.footer-top{display:grid;grid-template-columns:1.6fr 1fr 1.3fr 1fr 1fr;gap:2.2rem;margin-bottom:3.4rem}
.footer-brand p{font-size:.92rem;color:var(--footer-muted);max-width:300px;margin:1.1rem 0 0}
.footer-col h3{font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;color:#fff;font-weight:700;margin:0 0 1.1rem}
.footer-col ul{list-style:none;margin:0;padding:0}
.footer-col li{margin-bottom:.6rem}
.footer-col a{font-size:.92rem;color:var(--footer-muted)}
.footer-col a:hover{color:#fff}
.imprint{border-top:1px solid var(--footer-line);padding-top:2.6rem}
.imprint h3{font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;color:#fff;font-weight:700;margin:0 0 1.3rem}
.imprint-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.55rem 2.5rem;font-size:.85rem;color:var(--footer-muted)}
.imprint-grid b{color:var(--footer-strong);font-weight:600}
.imprint-grid a{color:var(--footer-muted)}
.imprint-grid a:hover{color:#fff}
.imprint-note{font-size:.8rem;color:var(--footer-dim);margin:1.6rem 0 0;max-width:760px}
.copyright{border-top:1px solid var(--footer-line);margin-top:2.6rem;padding-top:1.6rem;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.82rem;color:var(--footer-dim)}
.copyright a{color:var(--footer-muted)}
.copyright a:hover{color:#fff}

/* ---------- Scroll-Reveal ---------- */
.reveal{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}
.reveal.visible{opacity:1;transform:none}

/* ---------- Sub-Seiten (Hersteller / Kategorie) ---------- */
.subhero{padding:128px 0 56px;background:var(--white);border-bottom:1px solid var(--line)}
.subhero .crumbs{font-size:.85rem;color:var(--muted-2);margin-bottom:1.1rem}
.subhero .crumbs a{color:var(--muted)}
.subhero .crumbs a:hover{color:var(--accent)}
.subhero-inner{display:flex;align-items:center;gap:1.6rem;flex-wrap:wrap}
.subhero-visual{width:132px;height:99px;object-fit:cover;border-radius:14px;border:1px solid var(--line);box-shadow:var(--shadow-sm);flex:none}
.subhero-logo{height:56px;width:auto;max-width:180px;object-fit:contain}
.subhero h1{font-size:clamp(1.9rem,4vw,2.8rem)}
.subhero p{color:var(--muted);margin-top:1rem;max-width:640px;font-size:1.05rem}
.cta-band{background:var(--dark-surface);color:var(--dark-ink);border-radius:var(--radius-lg);padding:clamp(2rem,4vw,3rem);
  display:flex;align-items:center;justify-content:space-between;gap:1.6rem;flex-wrap:wrap;box-shadow:var(--shadow-md)}
.cta-band h2{color:var(--dark-ink);font-size:clamp(1.4rem,2.6vw,2rem)}
.cta-band p{color:var(--dark-muted);margin-top:.5rem;max-width:46ch}
.chips{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.4rem}
.chip{display:inline-block;padding:.5rem 1rem;border:1px solid var(--line);border-radius:var(--radius-pill);
  background:var(--paper-2);font-size:.9rem;font-weight:500;color:var(--ink-2)}
a.chip:hover{border-color:var(--accent);color:var(--accent)}

/* ---------- Legal / Content-Seiten ---------- */
.legal{padding:120px 0 90px}
.legal .container{max-width:820px}
.legal h1{font-size:clamp(2rem,4vw,2.8rem);margin-bottom:.4rem}
.legal .updated{color:var(--muted);font-size:.9rem;margin-bottom:2.6rem}
.legal h2{font-size:1.3rem;margin:2.4rem 0 .8rem}
.legal h3{font-size:1.05rem;margin:1.6rem 0 .5rem}
.legal p,.legal li{color:var(--ink-2)}
.legal p{margin:0 0 1rem}
.legal ul{margin:0 0 1rem;padding-left:1.3rem}
.legal li{margin-bottom:.4rem}
.legal a{color:var(--accent);text-decoration:underline}
.legal .backlink{display:inline-flex;align-items:center;gap:.4rem;color:var(--accent);font-weight:600;margin-bottom:2.4rem}

/* ---------- Responsive ---------- */
@media (max-width:1000px){
  .hero-panel{grid-template-columns:minmax(0,1fr);min-height:0}
  .hero-media{min-height:300px;order:2}
  .hero-copy{padding:48px 32px 40px}
  .hero-media .media::before{background:linear-gradient(0deg,var(--hero-fade) 0%,transparent 18%)}
  .about{grid-template-columns:1fr;gap:2.4rem}
  .marken-grid{grid-template-columns:repeat(4,1fr)}
  .sortiment-grid{grid-template-columns:repeat(3,1fr)}
  .warum-grid{grid-template-columns:repeat(2,1fr)}
  .contact-grid{grid-template-columns:1fr;gap:2.6rem}
  .footer-top{grid-template-columns:1fr 1fr;gap:2rem}
}
@media (max-width:720px){
  .main-nav{position:fixed;top:72px;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;
    background:var(--white);border-bottom:1px solid var(--line);padding:0 24px;max-height:0;overflow:hidden;
    transition:max-height .28s ease;box-shadow:var(--shadow-md)}
  .main-nav.open{max-height:420px}
  .main-nav a:not(.btn){padding:1rem 0;border-top:1px solid var(--line)}
  .main-nav a:not(.btn):first-child{border-top:none}
  .main-nav .nav-cta{margin:1rem 0;text-align:center;justify-content:center}
  .burger{display:block}
  .hero{padding:96px 0 30px}
  .hero h1{font-size:2rem}
  .hero-copy{padding:40px 26px 34px}
  .section{padding:68px 0}
  .trust-grid{grid-template-columns:1fr 1fr}
  .trust-item:nth-child(-n+2){border-top:none}
  .trust-item:nth-child(n+3){border-top:1px solid var(--line)}
  .trust-item:nth-child(odd){border-left:none}
  .marken-grid{grid-template-columns:1fr 1fr;gap:.7rem}
  .sortiment-grid{grid-template-columns:1fr 1fr;gap:1rem}
  .warum-grid{grid-template-columns:1fr}
  .audience-grid{grid-template-columns:1fr}
  .form-row{grid-template-columns:1fr}
  .footer-top{grid-template-columns:1fr}
  .imprint-grid{grid-template-columns:1fr}
  .copyright{flex-direction:column;gap:.5rem}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{transition:none !important;animation:none !important}
  .reveal{opacity:1;transform:none}
}
