/* ============================================================
   deCode GmbH — Design-System "Humanist / Warm"
   Gemeinsames Stylesheet für alle Seiten
   ============================================================ */

:root{
  --ground:#F5F4F1;      /* warm-grauer Grund */
  --surface:#FFFFFF;
  --surface-2:#FBFAF8;
  --ink:#1E2024;
  --muted:#61656C;
  --hairline:#E6E4DF;
  --accent:#305C9E;      /* Slate-Blau */
  --accent-ink:#264C84;
  --accent-soft:#EAF0F7;
  --on-accent:#FFFFFF;
  --ok:#3BA776;
  --radius:12px;
  --shadow-sm:0 1px 2px rgba(30,32,36,.04);
  --shadow-md:0 1px 2px rgba(30,32,36,.05), 0 10px 28px rgba(30,32,36,.05);
  --maxw:1120px;
  --pad:24px;
  --font-sans: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-serif: Georgia, 'Iowan Old Style', 'Palatino Linotype', Palatino, 'Book Antiqua', serif;
}

*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%; scroll-behavior:smooth}
body{
  margin:0; background:var(--ground); color:var(--ink);
  font-family:var(--font-sans);
  font-size:17px; line-height:1.65; -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
@media (prefers-reduced-motion:reduce){ html{scroll-behavior:auto} *{transition:none !important; animation:none !important} }

.wrap{max-width:var(--maxw); margin:0 auto; padding-left:var(--pad); padding-right:var(--pad)}
.wrap-narrow{max-width:760px; margin:0 auto; padding-left:var(--pad); padding-right:var(--pad)}
h1,h2,h3,h4{margin:0; letter-spacing:-.01em; text-wrap:balance}
p{margin:0}
a{color:inherit}
img{max-width:100%; height:auto}
:focus-visible{outline:2px solid var(--accent); outline-offset:3px; border-radius:4px}
.skip{position:absolute; left:-9999px; top:0; background:var(--accent); color:#fff; padding:10px 16px; border-radius:8px; z-index:100}
.skip:focus{left:12px; top:12px}

.eyebrow{font-size:.78rem; font-weight:600; letter-spacing:.14em; text-transform:uppercase; color:var(--accent-ink)}
.lead{font-size:1.16rem; color:var(--muted)}
.serif{font-family:var(--font-serif); font-weight:600}
.muted{color:var(--muted)}
.center{text-align:center}

/* ---------- Buttons ---------- */
.btn{display:inline-flex; align-items:center; gap:8px; font-weight:600; font-size:.98rem;
  padding:13px 22px; border-radius:10px; text-decoration:none; border:1px solid transparent; cursor:pointer;
  transition:background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease}
.btn-primary{background:var(--accent); color:var(--on-accent)}
.btn-primary:hover{background:var(--accent-ink)}
.btn-ghost{background:transparent; color:var(--ink); border-color:var(--hairline)}
.btn-ghost:hover{border-color:#cfccc4; background:var(--surface)}
.btn-lg{padding:15px 26px; font-size:1.02rem}
.link-arrow{display:inline-flex; align-items:center; gap:7px; font-weight:600; color:var(--accent); text-decoration:none}
.link-arrow svg{transition:transform .18s ease}
.link-arrow:hover svg{transform:translateX(3px)}

/* ---------- Header / Nav ---------- */
header.site{position:sticky; top:0; z-index:50; background:rgba(245,244,241,.86);
  backdrop-filter:saturate(140%) blur(8px); border-bottom:1px solid var(--hairline)}
.nav{display:flex; align-items:center; justify-content:space-between; gap:20px; height:68px}
.brand{font-family:var(--font-sans); font-weight:700; font-size:1.35rem; letter-spacing:-.02em; text-decoration:none; color:var(--ink)}
.brand span{color:var(--accent)}
.nav-links{display:flex; align-items:center; gap:30px; margin-left:auto}
.nav-links a{text-decoration:none; color:var(--muted); font-weight:500; font-size:.97rem; transition:color .15s ease}
.nav-links a:hover{color:var(--ink)}
.nav-links a.active{color:var(--ink)}
.nav-links a.active::after{content:""; display:block; height:2px; background:var(--accent); border-radius:2px; margin-top:3px}
.nav-right{display:flex; align-items:center; gap:16px}
.nav-mobile{display:none; position:relative}

/* Mobile menu (details = kein JS nötig) */
.nav-mobile summary{list-style:none; cursor:pointer; display:inline-flex; align-items:center; gap:8px;
  font-weight:600; font-size:.95rem; padding:8px 12px; border:1px solid var(--hairline); border-radius:9px; background:var(--surface)}
.nav-mobile summary::-webkit-details-marker{display:none}
.nav-mobile[open] .menu-panel{
  position:absolute; right:0; top:calc(100% + 10px); min-width:230px; background:var(--surface);
  border:1px solid var(--hairline); border-radius:12px; box-shadow:var(--shadow-md); padding:8px 14px 16px}
.menu-panel a{display:block; padding:12px 4px; text-decoration:none; color:var(--ink); border-bottom:1px solid var(--hairline); font-weight:500}
.menu-panel a:last-of-type{border-bottom:0}
.menu-panel .btn{margin-top:12px; width:100%; justify-content:center}

/* ---------- Page hero (Unterseiten) ---------- */
.page-hero{padding:clamp(44px,6vw,76px) 0 clamp(28px,4vw,44px); border-bottom:1px solid var(--hairline); background:var(--surface)}
.page-hero h1{font-family:var(--font-serif); font-weight:600; font-size:clamp(2.1rem,4.4vw,3.2rem); line-height:1.06; margin:.5rem 0 .7rem}
.page-hero .lead{max-width:60ch}
.breadcrumb{display:flex; gap:8px; align-items:center; font-size:.85rem; color:var(--muted)}
.breadcrumb a{text-decoration:none; color:var(--muted)}
.breadcrumb a:hover{color:var(--ink)}
.breadcrumb .sep{opacity:.5}

/* ---------- Home hero ---------- */
.hero{padding:clamp(48px,7vw,88px) 0 clamp(40px,5vw,64px)}
.hero-grid{display:grid; grid-template-columns:1.15fr .85fr; gap:clamp(32px,5vw,64px); align-items:center}
.hero h1{font-family:var(--font-serif); font-weight:600; font-size:clamp(2.4rem,5vw,3.7rem); line-height:1.05; margin:.5rem 0 .8rem}
.hero .lead{max-width:52ch}
.hero-cta{display:flex; flex-wrap:wrap; gap:14px; margin-top:28px}
.proof{display:flex; flex-wrap:wrap; gap:10px 22px; margin-top:30px; padding-top:24px; border-top:1px solid var(--hairline)}
.proof span{display:inline-flex; align-items:center; gap:9px; font-size:.92rem; color:var(--muted); font-weight:500}
.proof svg{color:var(--accent); flex:none}
.hero-card{background:var(--surface); border:1px solid var(--hairline); border-radius:16px; box-shadow:var(--shadow-md); padding:26px 26px 22px}
.hero-card .k{display:grid; grid-template-columns:1fr 1fr; gap:22px 20px}
.hero-card .foot{margin-top:22px; padding-top:18px; border-top:1px solid var(--hairline); font-size:.9rem; color:var(--muted); display:flex; align-items:center; gap:9px}
.hero-card .foot .dot{width:8px; height:8px; border-radius:50%; background:var(--ok); box-shadow:0 0 0 4px rgba(59,167,118,.15); flex:none}

/* ---------- Stats ---------- */
.stat .num{font-family:var(--font-serif); font-weight:600; font-size:2.05rem; line-height:1; color:var(--ink); font-variant-numeric:tabular-nums}
.stat .lbl{margin-top:6px; font-size:.86rem; color:var(--muted); line-height:1.35}
.stats{display:grid; grid-template-columns:repeat(4,1fr); gap:24px}
.stats .num{font-size:2.4rem}

/* ---------- Section framing ---------- */
section{padding:clamp(52px,7vw,88px) 0}
section.tight{padding:clamp(40px,5vw,60px) 0}
.sec-head{max-width:62ch; margin-bottom:clamp(28px,4vw,44px)}
.sec-head.center{margin-left:auto; margin-right:auto}
.sec-head h2{font-family:var(--font-serif); font-weight:600; font-size:clamp(1.75rem,3.2vw,2.4rem); line-height:1.1; margin:.5rem 0 .5rem}
.sec-head p{color:var(--muted)}
.band{background:var(--surface)}
.band-top{border-top:1px solid var(--hairline)}
.band-2{background:var(--surface-2)}

/* ---------- Intro two-column ---------- */
.intro-grid{display:grid; grid-template-columns:.9fr 1.1fr; gap:clamp(28px,5vw,60px); align-items:center}
.intro-grid h2{font-family:var(--font-serif); font-weight:600; font-size:clamp(1.9rem,3.4vw,2.6rem); line-height:1.08}
.intro-grid .body{font-size:1.08rem; color:var(--muted)}
.intro-grid .body p + p{margin-top:1rem}
.intro-grid .body strong{color:var(--ink); font-weight:600}

/* ---------- Cards / grids ---------- */
.cards{display:grid; grid-template-columns:repeat(3,1fr); gap:22px}
.cards-2{display:grid; grid-template-columns:repeat(2,1fr); gap:22px}
.card{background:var(--surface); border:1px solid var(--hairline); border-radius:var(--radius);
  box-shadow:var(--shadow-sm); padding:26px 24px; display:flex; flex-direction:column;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease; text-decoration:none; color:inherit}
.card:hover{transform:translateY(-3px); box-shadow:var(--shadow-md); border-color:#d9d6ce}
a.card:focus-visible{outline:2px solid var(--accent); outline-offset:3px}
.card .ico{width:44px; height:44px; border-radius:10px; background:var(--accent-soft); color:var(--accent);
  display:flex; align-items:center; justify-content:center; margin-bottom:18px; flex:none}
.card h3{font-size:1.18rem; font-weight:600; margin-bottom:8px}
.card p{color:var(--muted); font-size:.98rem}
.card .more{margin-top:auto; padding-top:16px}
.card-soft{background:var(--surface-2); border-style:dashed}

/* ---------- Advantages / feature list ---------- */
.adv{display:grid; grid-template-columns:repeat(2,1fr); gap:26px 40px}
.adv-item{display:grid; grid-template-columns:auto 1fr; gap:16px; align-items:start}
.adv-item .ico{width:42px; height:42px; border-radius:10px; border:1px solid var(--hairline);
  background:var(--surface-2); color:var(--accent); display:flex; align-items:center; justify-content:center; flex:none}
.adv-item h3{font-size:1.08rem; font-weight:600; margin-bottom:5px}
.adv-item p{color:var(--muted); font-size:.97rem}

/* ---------- Checklist ---------- */
.checklist{display:grid; gap:14px; padding:0; margin:0; list-style:none}
.checklist li{display:grid; grid-template-columns:auto 1fr; gap:12px; align-items:start; color:var(--ink)}
.checklist li svg{color:var(--accent); flex:none; margin-top:4px}
.checklist li span{color:var(--muted)}
.checklist li b{color:var(--ink); font-weight:600}

/* ---------- Numbered steps ---------- */
.steps{display:grid; grid-template-columns:repeat(4,1fr); gap:22px; counter-reset:step}
.step{position:relative; padding-top:8px}
.step .n{font-family:var(--font-serif); font-weight:600; font-size:1.4rem; color:var(--accent);
  width:44px; height:44px; border-radius:50%; border:1px solid var(--hairline); background:var(--surface);
  display:flex; align-items:center; justify-content:center; margin-bottom:14px; font-variant-numeric:tabular-nums}
.step h3{font-size:1.08rem; font-weight:600; margin-bottom:6px}
.step p{color:var(--muted); font-size:.96rem}

/* ---------- Tags / skills ---------- */
.tags{display:flex; flex-wrap:wrap; gap:8px}
.tag{font-size:.82rem; font-weight:500; color:var(--accent-ink); background:var(--accent-soft);
  border:1px solid #dce6f1; padding:5px 11px; border-radius:999px; line-height:1.2}
.tag-plain{color:var(--muted); background:var(--surface-2); border-color:var(--hairline)}

/* ---------- Person cards (Netzwerk) ---------- */
.people{display:grid; grid-template-columns:repeat(2,1fr); gap:24px}
.person{background:var(--surface); border:1px solid var(--hairline); border-radius:var(--radius); box-shadow:var(--shadow-sm); padding:26px 24px}
.person .top{display:flex; align-items:center; gap:16px; margin-bottom:16px}
.person .avatar{width:56px; height:56px; border-radius:50%; background:var(--accent-soft); color:var(--accent-ink);
  display:flex; align-items:center; justify-content:center; font-weight:700; font-size:1.2rem; flex:none; overflow:hidden}
.person .avatar img{width:100%; height:100%; object-fit:cover; display:block}
.person .avatar.pos-face img{object-position:center 22%}
.person .name{font-size:1.12rem; font-weight:600}
.person .role{font-size:.9rem; color:var(--muted)}
.person .title-line{font-family:var(--font-serif); font-weight:600; font-size:1.05rem; color:var(--ink); margin-bottom:8px}
.person p{color:var(--muted); font-size:.97rem; margin-bottom:16px}

/* ---------- Prose (Recht/Text) ---------- */
.prose{max-width:72ch}
.prose h2{font-family:var(--font-serif); font-weight:600; font-size:1.4rem; margin:2rem 0 .6rem}
.prose h3{font-size:1.06rem; font-weight:600; margin:1.4rem 0 .4rem}
.prose p{color:var(--muted); margin:0 0 1rem}
.prose ul{color:var(--muted); margin:0 0 1rem; padding-left:1.2rem}
.prose li{margin:.3rem 0}
.prose a{color:var(--accent); text-decoration:underline; text-underline-offset:2px}
.prose strong{color:var(--ink)}
.prose .dl{display:grid; grid-template-columns:auto 1fr; gap:6px 24px; margin:0 0 1rem}
.prose .dl dt{color:var(--muted)}
.prose .dl dd{margin:0; color:var(--ink); font-weight:500}
.note{background:var(--accent-soft); border:1px solid #dce6f1; border-radius:10px; padding:14px 16px; color:var(--accent-ink); font-size:.92rem; margin:0 0 1.5rem}

/* ---------- Contact ---------- */
.contact-card{background:var(--ink); color:#F3F2EF; border-radius:18px; padding:clamp(30px,5vw,52px);
  display:grid; grid-template-columns:1.1fr .9fr; gap:clamp(28px,4vw,48px); align-items:center}
.contact-card h2{font-family:var(--font-serif); font-weight:600; color:#fff; font-size:clamp(1.7rem,3vw,2.3rem); line-height:1.1}
.contact-card p.sub{color:#B9BAC0; margin-top:12px; max-width:42ch}
.contact-card .btn-primary{background:#fff; color:var(--accent-ink); margin-top:22px}
.contact-card .btn-primary:hover{background:#EAF0F7}
.contact-list{display:flex; flex-direction:column; gap:16px}
.contact-list a, .contact-list div{display:flex; gap:12px; align-items:flex-start; color:#E7E7E9; text-decoration:none; font-size:1rem}
.contact-list .ico{color:#9FB6D6; flex:none; margin-top:2px}
.contact-list a:hover{color:#fff}

/* Contact page detail (light) */
.contact-info{display:grid; gap:14px}
.contact-info .row{display:flex; gap:14px; align-items:flex-start; padding:16px 18px; background:var(--surface); border:1px solid var(--hairline); border-radius:var(--radius)}
.contact-info .ico{width:40px; height:40px; border-radius:9px; background:var(--accent-soft); color:var(--accent); display:flex; align-items:center; justify-content:center; flex:none}
.contact-info .k{font-size:.82rem; color:var(--muted); text-transform:uppercase; letter-spacing:.1em}
.contact-info .v{font-weight:600; font-size:1.02rem}
.contact-info a{text-decoration:none; color:inherit}

/* ---------- Footer ---------- */
footer.site{background:var(--surface); border-top:1px solid var(--hairline); padding:56px 0 30px}
.foot-grid{display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:32px}
.foot-brand .brand{font-size:1.4rem}
.foot-brand p{margin-top:12px; color:var(--muted); font-size:.95rem; max-width:32ch}
.foot-col h4{font-size:.8rem; text-transform:uppercase; letter-spacing:.12em; color:var(--muted); margin:0 0 14px; font-weight:600}
.foot-col a{display:block; text-decoration:none; color:var(--ink); font-size:.96rem; padding:5px 0; opacity:.85}
.foot-col a:hover{opacity:1; color:var(--accent)}
.foot-bottom{margin-top:44px; padding-top:22px; border-top:1px solid var(--hairline);
  display:flex; flex-wrap:wrap; gap:8px 22px; justify-content:space-between; color:var(--muted); font-size:.88rem}

/* ---------- Leistungs-Teaser (kompakt) ---------- */
.teasers{display:grid; grid-template-columns:repeat(3,1fr); gap:16px}
.teaser{display:grid; grid-template-columns:auto 1fr; gap:14px; align-items:start;
  background:var(--surface); border:1px solid var(--hairline); border-radius:var(--radius);
  box-shadow:var(--shadow-sm); padding:18px 20px; text-decoration:none; color:inherit;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease}
.teaser:hover{transform:translateY(-2px); box-shadow:var(--shadow-md); border-color:#d9d6ce}
.teaser:focus-visible{outline:2px solid var(--accent); outline-offset:3px}
.teaser .ico{width:40px; height:40px; border-radius:9px; background:var(--accent-soft); color:var(--accent);
  display:flex; align-items:center; justify-content:center; flex:none}
.teaser h3{font-size:1.05rem; font-weight:600; margin:2px 0 3px; display:flex; align-items:center; gap:8px}
.teaser h3 .arrow{color:var(--accent); margin-left:auto; opacity:0; transform:translateX(-4px);
  transition:opacity .18s ease, transform .18s ease; flex:none}
.teaser:hover h3 .arrow, .teaser:focus-visible h3 .arrow{opacity:1; transform:translateX(0)}
.teaser p{color:var(--muted); font-size:.93rem; line-height:1.45}
.teaser-more{margin-top:24px}

/* ---------- Kurs-Preis (IHK) ---------- */
.course{display:flex; flex-direction:column}
.course .price{margin-top:14px; font-family:var(--font-serif); font-weight:600; font-size:1.15rem;
  color:var(--accent-ink); font-variant-numeric:tabular-nums}
.course .btn{margin-top:16px; align-self:flex-start}

/* ---------- Profil-Detail (Netzwerk / Kusber) ---------- */
.profile{display:grid; grid-template-columns:300px 1fr; gap:clamp(24px,4vw,48px); align-items:start}
.profile .photo{border-radius:16px; overflow:hidden; border:1px solid var(--hairline); box-shadow:var(--shadow-md); background:var(--surface-2)}
.profile .photo img{display:block; width:100%; height:auto}
.profile .meta{margin-top:20px; display:grid; gap:16px}
.profile .meta .k{font-size:.76rem; text-transform:uppercase; letter-spacing:.12em; color:var(--muted); margin-bottom:8px}
.profile-lead{font-family:var(--font-serif); font-weight:600; font-size:1.2rem; color:var(--ink); margin:0 0 6px}
.profile .body p + p{margin-top:1rem}
.profile .body{color:var(--muted)}
.profile .contact-inline{margin-top:20px; display:flex; flex-wrap:wrap; gap:8px 20px; font-size:.95rem}
.profile .contact-inline a{color:var(--accent); text-decoration:none; font-weight:500}
.profile .contact-inline a:hover{text-decoration:underline}
@media (max-width:720px){ .profile{grid-template-columns:1fr} .profile .photo{max-width:300px} }

/* ---------- Responsive ---------- */
@media (max-width:900px){
  .hero-grid{grid-template-columns:1fr}
  .hero-card{order:-1}
  .intro-grid{grid-template-columns:1fr; gap:20px}
  .cards{grid-template-columns:repeat(2,1fr)}
  .teasers{grid-template-columns:repeat(2,1fr)}
  .contact-card{grid-template-columns:1fr}
  .people{grid-template-columns:1fr}
  .steps{grid-template-columns:repeat(2,1fr)}
  .foot-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:820px){
  .nav-links, .nav-right > .btn{display:none}
  .nav-mobile{display:block}
}
@media (max-width:560px){
  body{font-size:16px}
  .cards, .cards-2{grid-template-columns:1fr}
  .teasers{grid-template-columns:1fr}
  .adv{grid-template-columns:1fr; gap:22px}
  .stats{grid-template-columns:1fr 1fr; gap:26px 20px}
  .steps{grid-template-columns:1fr}
  .hero-card .k{gap:18px 16px}
  .foot-grid{grid-template-columns:1fr 1fr}
  .prose .dl{grid-template-columns:1fr; gap:2px 0}
  .prose .dl dt{margin-top:.5rem}
}

/* ---------- Logo (Wortmarke als Bild) ---------- */
.brand{display:inline-flex; align-items:center}
.brand-logo{height:30px; width:auto; display:block}
footer.site .brand-logo{height:32px}

/* ---------- Produkte / Produkt-Teaser ---------- */
.product{display:grid; grid-template-columns:1.05fr .95fr; gap:0;
  background:var(--surface); border:1px solid var(--hairline); border-radius:16px;
  box-shadow:var(--shadow-md); overflow:hidden}
.product__body{padding:clamp(28px,4vw,48px)}
.product__media{background:var(--surface-2); border-left:1px solid var(--hairline);
  display:flex; align-items:center; justify-content:center; padding:clamp(22px,3vw,36px)}
.product__media img{width:100%; height:auto; border-radius:10px; border:1px solid var(--hairline); box-shadow:var(--shadow-md)}
.product__logo{display:inline-flex; align-items:center; gap:11px; font-weight:700; font-size:1.6rem;
  letter-spacing:-.02em; color:var(--ink); text-decoration:none; margin:14px 0 4px}
.product__logo .mark{width:40px; height:40px; border-radius:11px; background:#e3edfd; color:#2f6fd4;
  display:flex; align-items:center; justify-content:center; flex:none}
.product__desc{color:var(--muted); margin:12px 0 20px; max-width:52ch}
.product__cta{display:flex; flex-wrap:wrap; gap:12px; margin-top:24px}
.product__note{margin-top:22px; color:var(--muted); font-size:.92rem}
@media (max-width:820px){
  .product{grid-template-columns:1fr}
  .product__media{order:-1; border-left:0; border-bottom:1px solid var(--hairline)}
}

/* ---------- Produkt: einspaltig + Klick-Zoom ---------- */
.product-single{max-width:none}
.product-single .product__desc{max-width:60ch}
.shot{margin:30px 0 0}
.shot-zoom{display:inline-block; position:relative; max-width:680px; width:100%; border-radius:12px;
  overflow:hidden; border:1px solid var(--hairline); box-shadow:var(--shadow-md); cursor:zoom-in; text-decoration:none}
.shot-zoom img{display:block; width:100%; height:auto}
.shot-zoom__hint{position:absolute; right:12px; bottom:12px; display:inline-flex; align-items:center; gap:7px;
  background:rgba(16,17,20,.72); color:#fff; font-size:.82rem; font-weight:500; padding:6px 11px; border-radius:8px; opacity:.92; transition:opacity .18s ease}
.shot-zoom:hover .shot-zoom__hint{opacity:1}
.shot-zoom:focus-visible{outline:2px solid var(--accent); outline-offset:3px}

/* CSS-only Lightbox via :target — kein JS, keine externen Ressourcen */
.lightbox{position:fixed; inset:0; z-index:200; display:none; align-items:center; justify-content:center;
  padding:clamp(16px,4vw,48px); background:rgba(16,17,20,.85)}
.lightbox:target{display:flex}
.lightbox__backdrop{position:absolute; inset:0; cursor:zoom-out}
.lightbox__inner{position:relative; max-width:1200px; width:100%; margin:0}
.lightbox__inner img{display:block; width:100%; height:auto; border-radius:10px; box-shadow:0 24px 70px rgba(0,0,0,.55)}
.lightbox__close{position:absolute; top:-16px; right:-16px; width:40px; height:40px; border-radius:50%;
  background:#fff; color:var(--ink); display:flex; align-items:center; justify-content:center; box-shadow:var(--shadow-md)}
.lightbox__close:hover{background:var(--accent-soft)}
@media (max-width:560px){ .lightbox__close{top:-8px; right:-8px} }

/* Produkt einspaltig: oben Einleitungstext + Bild (vertikal zentriert, rechtsbündig), darunter volle Breite */
.product-top{display:grid; grid-template-columns:minmax(0,1fr) auto; gap:clamp(28px,4vw,56px); align-items:center; margin-bottom:28px}
.product-top .intro{max-width:60ch}
.product-top .intro .eyebrow{display:block; margin-bottom:2px}
.product-top .intro .product__logo{margin-top:12px}
.product-top .shot-zoom{float:none; justify-self:end; width:min(42vw,460px); max-width:460px; margin:0}
.product-single .checklist{padding-top:4px}
@media (max-width:720px){
  .product-top{grid-template-columns:1fr; gap:22px}
  .product-top .shot-zoom{justify-self:stretch; width:100%; max-width:560px}
}
