/* =========================================================================
   Kellings Haushaltsgeräte — Xanten · TwoPixels CMS
   Modernes, kräftiges Retail-Design mit Markenrot #E30613
   ========================================================================= */
:root{
  --red:#E30613; --red-dark:#B00010; --red-soft:#fdecec;
  --ink:#181a1d; --ink-2:#3a3f45; --muted:#6a7178; --muted-2:#9aa0a7;
  --bg:#ffffff; --bg-soft:#f5f6f8; --bg-soft-2:#eef0f3; --line:#e5e8ec;
  --white:#fff; --dark:#15171a;
  --shadow-sm:0 1px 2px rgba(20,23,28,.06),0 2px 8px rgba(20,23,28,.05);
  --shadow:0 6px 22px rgba(20,23,28,.09),0 2px 6px rgba(20,23,28,.05);
  --shadow-lg:0 22px 50px rgba(20,23,28,.14);
  --r:16px; --r-sm:10px; --r-lg:26px;
  --wrap:1200px; --gap:clamp(1.4rem,3.5vw,2.6rem);
  --font:'Segoe UI',system-ui,-apple-system,Roboto,'Helvetica Neue',Arial,sans-serif;
  --cms-accent:#E30613;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;font-family:var(--font);color:var(--ink);background:var(--bg);
  line-height:1.62;font-size:clamp(1rem,.6vw+.9rem,1.075rem);letter-spacing:.001em;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img{max-width:100%;display:block;height:auto}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{margin:0 0 .5em;line-height:1.12;font-weight:800;letter-spacing:-.02em;color:var(--ink)}
h1{font-size:clamp(2.1rem,5.2vw,3.7rem)}
h2{font-size:clamp(1.7rem,3.6vw,2.6rem)}
h3{font-size:clamp(1.18rem,1.6vw,1.4rem)}
p{margin:0 0 1rem}
.wrap{width:min(100% - 2.4rem,var(--wrap));margin-inline:auto}
.eyebrow{display:inline-flex;align-items:center;gap:.5rem;text-transform:uppercase;
  letter-spacing:.14em;font-size:.78rem;font-weight:800;color:var(--red);margin:0 0 .8rem}
.eyebrow::before{content:"";width:26px;height:2px;background:var(--red);border-radius:2px}
.lead{font-size:clamp(1.05rem,1.4vw,1.24rem);color:var(--ink-2);max-width:60ch}
.muted{color:var(--muted)}
.skip{position:absolute;left:-999px;top:0;background:var(--red);color:#fff;padding:.7rem 1.2rem;border-radius:0 0 8px 0;z-index:200}
.skip:focus{left:0}
section{padding:clamp(2.3rem,5vw,4.2rem) 0}
.section-head{max-width:64ch;margin:0 auto clamp(2rem,4vw,3rem);text-align:center}
.section-head.left{margin-inline:0;text-align:left}

/* ---------- Icons ---------- */
svg.ic{width:26px;height:26px;stroke:currentColor;fill:none;stroke-width:1.7;
  stroke-linecap:round;stroke-linejoin:round;flex:none}
.badge-ic{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* ---------- Buttons ---------- */
.btn{display:inline-flex;align-items:center;gap:.55rem;font-weight:700;font-size:1rem;
  padding:.9rem 1.5rem;border-radius:999px;border:2px solid transparent;cursor:pointer;
  transition:transform .18s ease,box-shadow .2s ease,background .2s ease,color .2s ease;
  line-height:1;white-space:nowrap}
.btn svg{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:none}
.btn-red{background:var(--red);color:#fff;box-shadow:0 8px 20px rgba(227,6,19,.28)}
.btn-red:hover{background:var(--red-dark);transform:translateY(-2px);box-shadow:0 12px 26px rgba(227,6,19,.34)}
.btn-ghost{background:transparent;color:var(--ink);border-color:var(--line)}
.btn-ghost:hover{border-color:var(--ink);transform:translateY(-2px)}
.btn-white{background:#fff;color:var(--ink);box-shadow:var(--shadow-sm)}
.btn-white:hover{transform:translateY(-2px);box-shadow:var(--shadow)}
.btn-lg{padding:1.05rem 1.9rem;font-size:1.06rem}

/* ---------- Header ---------- */
.header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.9);
  backdrop-filter:saturate(1.4) blur(12px);border-bottom:1px solid transparent;transition:box-shadow .25s,border-color .25s,background .25s}
.header.scrolled{box-shadow:var(--shadow-sm);border-color:var(--line);background:rgba(255,255,255,.96)}
.header .wrap{display:flex;align-items:center;gap:1.4rem;min-height:74px}
.brand{display:flex;align-items:center;gap:.7rem;margin-right:auto}
.brand img{height:46px;width:auto}
.brand .sub{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-2);display:block;line-height:1;margin-top:2px}
.brand .lock{display:flex;flex-direction:column;justify-content:center}
.nav{display:flex;align-items:center;gap:.35rem}
.nav a{padding:.55rem .8rem;font-weight:600;font-size:.98rem;color:var(--ink-2);border-radius:8px;transition:color .16s,background .16s}
.nav a:hover{color:var(--ink);background:var(--bg-soft)}
.nav a.active{color:var(--red)}
.nav .hdr-cta{margin-left:.5rem;color:#fff}
.nav .hdr-cta:hover{color:#fff;background:var(--red-dark)}
.burger{display:none;width:46px;height:46px;border:1px solid var(--line);border-radius:12px;background:#fff;position:relative;cursor:pointer;padding:0;flex:none}
.burger i{position:absolute;left:12px;width:22px;height:2px;background:var(--ink);border-radius:2px;transition:transform .25s ease,opacity .2s ease}
.burger i:nth-child(1){top:15px}
.burger i:nth-child(2){top:22px}
.burger i:nth-child(3){top:29px}
.burger[aria-expanded="true"] i:nth-child(1){top:22px;transform:rotate(45deg)}
.burger[aria-expanded="true"] i:nth-child(2){opacity:0}
.burger[aria-expanded="true"] i:nth-child(3){top:22px;transform:rotate(-45deg)}

/* ---------- Hero ---------- */
.hero{position:relative;overflow:hidden;background:var(--dark);color:#fff}
.hero-bg{position:absolute;inset:0}
.hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.42}
.hero::after{content:"";position:absolute;inset:0;background:
  linear-gradient(105deg,rgba(15,17,20,.92) 0%,rgba(15,17,20,.7) 42%,rgba(15,17,20,.28) 100%)}
.hero-inner{position:relative;z-index:2;padding:clamp(3.6rem,8vw,7rem) 0 clamp(3.2rem,7vw,6rem);max-width:44rem}
.hero h1{color:#fff}
.hero h1 .accent{color:#fff;position:relative}
.hero .kicker{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.18);padding:.5rem 1rem;border-radius:999px;font-size:.85rem;
  font-weight:700;letter-spacing:.02em;margin-bottom:1.4rem;backdrop-filter:blur(4px);white-space:nowrap;max-width:100%}
.hero .kicker svg{width:16px;height:16px;flex:none;stroke:#ff5964;fill:none;stroke-width:1.8}
.hero .kicker b{color:#ff5964}
.hero p.sub{color:rgba(255,255,255,.86);font-size:clamp(1.05rem,1.4vw,1.24rem);max-width:52ch;margin-bottom:2rem}
.hero-cta{display:flex;flex-wrap:wrap;gap:.9rem;align-items:center}
.hero-meta{display:flex;flex-wrap:wrap;gap:1.6rem;margin-top:2.4rem;padding-top:1.8rem;border-top:1px solid rgba(255,255,255,.14)}
.hero-meta .hm{display:flex;align-items:center;gap:.6rem;color:rgba(255,255,255,.9);font-weight:600;font-size:.95rem}
.hero-meta .hm svg{width:20px;height:20px;stroke:#ff5964;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* ---------- USP strip ---------- */
.usp{background:var(--red);color:#fff}
.usp .wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.18);
  border-radius:var(--r);overflow:hidden;margin-top:-38px;position:relative;z-index:5;box-shadow:var(--shadow-lg)}
.usp .u{background:var(--red);padding:1.5rem 1.4rem;display:flex;gap:.9rem;align-items:flex-start}
.usp .u svg{width:30px;height:30px;stroke:#fff;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex:none;opacity:.95}
.usp .u b{display:block;font-size:1.06rem;font-weight:800;margin-bottom:.15rem}
.usp .u span{font-size:.9rem;color:rgba(255,255,255,.85);line-height:1.45}

/* ---------- Sortiment / category cards ---------- */
.cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:clamp(1rem,2vw,1.6rem)}
.cat{position:relative;background:var(--bg);border:1px solid var(--line);border-radius:var(--r);
  padding:1.7rem 1.6rem;transition:transform .22s ease,box-shadow .22s ease,border-color .22s;overflow:hidden}
.cat::before{content:"";position:absolute;left:0;top:0;width:100%;height:4px;background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}
.cat:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:transparent}
.cat:hover::before{transform:scaleX(1)}
.cat .ico{width:56px;height:56px;border-radius:14px;background:var(--red-soft);color:var(--red);
  display:grid;place-items:center;margin-bottom:1.1rem;transition:background .25s,color .25s}
.cat:hover .ico{background:var(--red);color:#fff}
.cat .ico svg{width:28px;height:28px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.cat h3{margin-bottom:.4rem}
.cat p{color:var(--muted);font-size:.96rem;margin:0}
.cat .more{display:inline-flex;align-items:center;gap:.4rem;margin-top:1rem;color:var(--red);font-weight:700;font-size:.92rem}
.cat .more svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s}
.cat:hover .more svg{transform:translateX(4px)}

/* ---------- Split band ---------- */
.band{background:var(--bg-soft)}
.split{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}
.split.rev .media{order:2}
.split .media{border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow-lg);position:relative}
.split .media img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3}
.split .media .tag{position:absolute;left:18px;bottom:18px;background:#fff;color:var(--ink);
  padding:.6rem 1rem;border-radius:999px;font-weight:800;font-size:.9rem;box-shadow:var(--shadow);display:flex;gap:.5rem;align-items:center}
.split .media .tag svg{width:18px;height:18px;stroke:var(--red);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.checklist{list-style:none;padding:0;margin:1.4rem 0 1.8rem;display:grid;gap:.7rem}
.checklist li{display:flex;gap:.7rem;align-items:flex-start;font-weight:500;color:var(--ink-2)}
.checklist svg{width:22px;height:22px;flex:none;color:var(--red);stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;margin-top:1px}

/* ---------- Stats ---------- */
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1rem,2vw,1.6rem);text-align:center}
.stat{padding:1.4rem 1rem}
.stat b{display:block;font-size:clamp(2rem,4vw,2.9rem);font-weight:800;color:var(--red);letter-spacing:-.03em;line-height:1}
.stat span{display:block;margin-top:.5rem;color:var(--muted);font-weight:600;font-size:.95rem}

/* ---------- Pillars ---------- */
.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.1rem,2.4vw,2rem)}
.pillar{padding:.4rem}
.pillar .ico{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;background:var(--bg-soft-2);color:var(--red);margin-bottom:1rem}
.pillar .ico svg{width:26px;height:26px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.pillar h3{margin-bottom:.3rem}
.pillar p{color:var(--muted);font-size:.97rem;margin:0}

/* ---------- Standort / Kontakt ---------- */
.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.6rem,4vw,3rem);align-items:stretch}
.info-card{background:var(--bg);border:1px solid var(--line);border-radius:var(--r);padding:clamp(1.6rem,3vw,2.4rem)}
.info-list{list-style:none;padding:0;margin:0;display:grid;gap:1.1rem}
.info-list li{display:flex;gap:1rem;align-items:flex-start}
.info-list .ico{width:44px;height:44px;border-radius:12px;background:var(--red-soft);color:var(--red);display:grid;place-items:center;flex:none}
.info-list .ico svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.info-list b{display:block;font-size:1.02rem}
.info-list span,.info-list a{color:var(--muted);font-size:.97rem}
.info-list a:hover{color:var(--red)}
.hours{list-style:none;padding:0;margin:.4rem 0 0;display:grid;gap:.5rem}
.hours li{display:flex;justify-content:space-between;gap:1rem;padding:.5rem 0;border-bottom:1px dashed var(--line);font-size:.97rem}
.hours li:last-child{border-bottom:0}
.hours .d{font-weight:600;color:var(--ink-2)}.hours .t{color:var(--muted)}
.map{border-radius:var(--r);overflow:hidden;min-height:340px;border:1px solid var(--line);height:100%}
.map iframe{width:100%;height:100%;min-height:340px;border:0;display:block}

/* ---------- FAQ ---------- */
.faq{max-width:820px;margin-inline:auto;display:grid;gap:.8rem}
.faq details{background:var(--bg);border:1px solid var(--line);border-radius:var(--r-sm);overflow:hidden;transition:box-shadow .2s,border-color .2s}
.faq details[open]{box-shadow:var(--shadow);border-color:transparent}
.faq summary{list-style:none;cursor:pointer;padding:1.15rem 1.4rem;font-weight:700;font-size:1.05rem;
  display:flex;align-items:center;justify-content:space-between;gap:1rem}
.faq summary::-webkit-details-marker{display:none}
.faq summary .pm{width:26px;height:26px;flex:none;position:relative;color:var(--red)}
.faq summary .pm::before,.faq summary .pm::after{content:"";position:absolute;background:currentColor;border-radius:2px;transition:.25s;top:50%;left:50%}
.faq summary .pm::before{width:14px;height:2px;transform:translate(-50%,-50%)}
.faq summary .pm::after{width:2px;height:14px;transform:translate(-50%,-50%)}
.faq details[open] summary .pm::after{transform:translate(-50%,-50%) rotate(90deg);opacity:0}
.faq .body{padding:0 1.4rem 1.3rem;color:var(--muted);font-size:.99rem}
.faq .body p{margin:0}

/* ---------- CTA band ---------- */
.cta{background:linear-gradient(115deg,var(--red) 0%,var(--red-dark) 100%);color:#fff;text-align:center;position:relative;overflow:hidden}
.cta::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.14),transparent 45%)}
.cta .wrap{position:relative}
.cta h2{color:#fff}
.cta p{color:rgba(255,255,255,.9);max-width:54ch;margin-inline:auto;margin-bottom:2rem}
.cta .hero-cta{justify-content:center}

/* ---------- Forms ---------- */
.form{display:grid;gap:1.1rem}
.form .row{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}
.field{display:grid;gap:.4rem}
.field label{font-weight:700;font-size:.9rem;color:var(--ink-2)}
.field input,.field textarea,.field select{font:inherit;padding:.85rem 1rem;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);transition:border-color .18s,box-shadow .18s}
.field textarea{min-height:140px;resize:vertical}
.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 3px rgba(227,6,19,.14)}
.form .consent{display:flex;gap:.6rem;align-items:flex-start;font-size:.9rem;color:var(--muted)}
.form .consent input{margin-top:3px}

/* ---------- Page hero (subpages) ---------- */
.phead{background:var(--bg-soft);border-bottom:1px solid var(--line);padding:clamp(2.6rem,6vw,4.4rem) 0 clamp(2.2rem,5vw,3.4rem)}
.phead .crumb{font-size:.85rem;color:var(--muted);margin-bottom:.8rem}
.phead .crumb a:hover{color:var(--red)}
.phead h1{margin-bottom:.6rem}
.phead p{color:var(--ink-2);max-width:60ch;margin:0}
.prose{max-width:74ch}
.prose h2{margin-top:2.2rem}
.prose h3{margin-top:1.6rem}
.prose ul{padding-left:1.2rem}
.prose li{margin:.35rem 0}
.prose a{color:var(--red);font-weight:600;text-decoration:underline;text-underline-offset:3px}

/* ---------- Footer ---------- */
.footer{background:var(--dark);color:rgba(255,255,255,.75);padding:clamp(3rem,6vw,4.5rem) 0 2rem}
.footer .grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:clamp(1.6rem,3vw,2.6rem)}
.footer img.flogo{height:38px;width:auto;margin-bottom:1rem}
.footer p{font-size:.94rem;max-width:34ch;color:rgba(255,255,255,.62)}
.footer h4{color:#fff;font-size:.82rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}
.footer ul{list-style:none;padding:0;margin:0;display:grid;gap:.6rem}
.footer a{color:rgba(255,255,255,.72);font-size:.95rem}
.footer a:hover{color:#fff}
.footer address{font-style:normal}
.footer .fine{margin-top:2.6rem;padding-top:1.6rem;border-top:1px solid rgba(255,255,255,.12);
  display:flex;flex-wrap:wrap;gap:.6rem 1.4rem;justify-content:space-between;font-size:.86rem;color:rgba(255,255,255,.5)}
.footer .fine a:hover{color:#fff}

/* ---------- Reveal animation ---------- */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease}
.reveal.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}}

/* ---------- Responsive ---------- */
@media (max-width:960px){
  .usp .wrap{grid-template-columns:1fr 1fr}
  .split{grid-template-columns:1fr}.split.rev .media{order:0}
  .info-grid{grid-template-columns:1fr}
  .stats{grid-template-columns:1fr 1fr}
  .pillars{grid-template-columns:1fr}
  .footer .grid{grid-template-columns:1fr 1fr}
}
@media (max-width:760px){
  .nav{position:fixed;inset:74px 0 auto 0;flex-direction:column;align-items:stretch;gap:0;
    background:#fff;border-bottom:1px solid var(--line);padding:.6rem 1.2rem 1.2rem;
    box-shadow:var(--shadow);transform:translateY(-12px);opacity:0;pointer-events:none;transition:.22s}
  .nav.open{transform:none;opacity:1;pointer-events:auto}
  .nav a{padding:.9rem .4rem;border-bottom:1px solid var(--line)}
  .nav .hdr-cta{margin:.8rem 0 0;justify-content:center}
  .burger{display:block}
  .form .row{grid-template-columns:1fr}
}
@media (max-width:520px){
  .usp .wrap{grid-template-columns:1fr}
  .stats{grid-template-columns:1fr 1fr}
  .footer .grid{grid-template-columns:1fr}
  .footer .fine{flex-direction:column}
}

/* ---------- Footer-Credit-Badge ---------- */
.footer .fine .legal a:hover{color:#fff}
.tp-credit{display:inline-flex;align-items:center;gap:.35rem;padding:.32rem .8rem;border:1px solid rgba(255,255,255,.16);
  border-radius:999px;color:rgba(255,255,255,.62);font-size:.82rem;font-weight:600;transition:border-color .2s,color .2s;white-space:nowrap}
.tp-credit b{color:#fff;font-weight:800;letter-spacing:-.01em}
.tp-credit:hover{border-color:rgba(255,255,255,.42);color:#fff}

/* ---------- Mobile Sticky-Bar (Anruf + Nachricht) ---------- */
.mobilebar{display:none}
@media (max-width:760px){
  .mobilebar{display:grid;grid-template-columns:1fr 1fr;position:fixed;left:0;right:0;bottom:0;z-index:95;
    background:#fff;border-top:1px solid var(--line);box-shadow:0 -6px 20px rgba(20,23,28,.12)}
  .mobilebar a{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem .6rem;
    font-weight:700;font-size:1.02rem;color:var(--ink)}
  .mobilebar a:first-child{background:var(--red);color:#fff}
  .mobilebar a:last-child{border-left:1px solid var(--line)}
  .mobilebar a svg{width:20px;height:20px;flex:none}
  body{padding-bottom:60px}
  .footer{padding-bottom:calc(2rem + 60px)}
}

/* ---------- Foto-Kacheln Sortiment (kompakt, bildstark) ---------- */
.tiles{display:grid;grid-template-columns:repeat(4,1fr);gap:.9rem}
.tile{position:relative;display:block;border-radius:16px;overflow:hidden;aspect-ratio:1/1;
  background:var(--bg-soft-2);box-shadow:var(--shadow-sm);transition:transform .22s ease,box-shadow .22s ease}
.tile:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.tile:hover img{transform:scale(1.07)}
.tile::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(16,18,22,.86) 2%,rgba(16,18,22,.28) 42%,rgba(16,18,22,0) 68%)}
.tile .lbl{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:.95rem 1rem .85rem;color:#fff}
.tile .lbl b{display:block;font-size:1.03rem;font-weight:800;line-height:1.15;letter-spacing:-.01em}
.tile .lbl em{display:block;font-style:normal;font-size:.8rem;color:rgba(255,255,255,.8);margin-top:.15rem}
.tile .pill{position:absolute;top:.65rem;left:.65rem;z-index:2;background:var(--red);color:#fff;
  font-size:.66rem;font-weight:800;padding:.28rem .6rem;border-radius:999px;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 2px 6px rgba(227,6,19,.4)}
@media (max-width:900px){.tiles{grid-template-columns:repeat(3,1fr)}}
@media (max-width:640px){.tiles{grid-template-columns:repeat(2,1fr);gap:.6rem}.tile .lbl b{font-size:.95rem}.tile .lbl em{font-size:.74rem}}

/* ---------- Kompakter Footer (Override) ---------- */
.footer{background:var(--dark);color:rgba(255,255,255,.72);padding:clamp(2.2rem,4vw,3rem) 0 1.4rem}
.footer .foot-top{display:grid;grid-template-columns:1.4fr 2.4fr;gap:clamp(1.6rem,4vw,3.5rem);align-items:start}
.footer .foot-brand img.flogo{height:38px;width:auto;margin-bottom:.9rem}
.footer .foot-brand p{font-size:.92rem;max-width:34ch;color:rgba(255,255,255,.6);margin:0}
.footer .foot-cols{display:grid;grid-template-columns:1fr 1fr 1.4fr;gap:clamp(1.2rem,3vw,2.4rem)}
.footer h4{color:#fff;font-size:.74rem;text-transform:uppercase;letter-spacing:.12em;margin:0 0 .8rem;opacity:.85}
.footer ul{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}
.footer a{color:rgba(255,255,255,.72);font-size:.92rem;transition:color .15s}
.footer a:hover{color:#fff}
.footer .foot-contact ul li{color:rgba(255,255,255,.66);font-size:.92rem}
.footer .foot-contact .hi{display:inline-flex;gap:.4rem;color:#fff}
.footer .fine{margin-top:clamp(1.6rem,3vw,2.2rem);padding-top:1.3rem;border-top:1px solid rgba(255,255,255,.12);
  display:flex;flex-wrap:wrap;gap:.7rem 1.3rem;align-items:center;justify-content:space-between;font-size:.84rem;color:rgba(255,255,255,.5)}
.footer .fine .legal a{color:rgba(255,255,255,.6)}.footer .fine .legal a:hover{color:#fff}
@media (max-width:760px){
  .footer .foot-top{grid-template-columns:1fr;gap:1.4rem}
  .footer .foot-cols{grid-template-columns:1fr 1fr}
  .footer .foot-contact{grid-column:1 / -1}
  .footer .fine{justify-content:flex-start;flex-direction:column;align-items:flex-start;gap:.7rem}
}

/* ---------- Sortiment-Detailseite: Foto-Karten ---------- */
.phead.slim{padding:clamp(2rem,4vw,3rem) 0 clamp(1.6rem,3vw,2.4rem)}
.phead.slim p{max-width:56ch}
.prodcards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:clamp(1rem,2vw,1.5rem)}
.pcard{position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;
  box-shadow:var(--shadow-sm);transition:transform .22s ease,box-shadow .22s ease;display:flex;flex-direction:column}
.pcard:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:transparent}
.pcard .pimg{position:relative;aspect-ratio:16/11;overflow:hidden;background:var(--bg-soft-2)}
.pcard .pimg img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.pcard:hover .pimg img{transform:scale(1.06)}
.pcard .picon{position:absolute;top:.75rem;left:.75rem;width:42px;height:42px;border-radius:11px;
  background:rgba(255,255,255,.92);backdrop-filter:blur(4px);display:grid;place-items:center;color:var(--red);box-shadow:var(--shadow-sm)}
.pcard .picon svg{width:23px;height:23px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.pcard .pbody{padding:1.15rem 1.3rem 1.35rem;display:flex;flex-direction:column;flex:1}
.pcard h3{margin:0 0 .4rem}
.pcard p{color:var(--muted);font-size:.95rem;margin:0 0 1rem}
.pcard .ptags{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:auto}
.pcard .ptag{font-size:.7rem;font-weight:800;padding:.28rem .6rem;border-radius:999px;background:var(--red-soft);color:var(--red-dark);letter-spacing:.02em}

/* ---------- Ausstellungs-Galerie (echte Fotos) ---------- */
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}
.gallery .g{position:relative;border-radius:14px;overflow:hidden;aspect-ratio:4/3;box-shadow:var(--shadow-sm)}
.gallery .g img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.gallery .g:hover img{transform:scale(1.06)}
.gallery .g.wide{grid-column:span 2;aspect-ratio:auto}
@media (max-width:760px){.gallery{grid-template-columns:1fr 1fr}.gallery .g.wide{grid-column:span 2}}
