/* Honeypod – Produktseite · Design System v1 */

:root{
  --bg:#16140E; --surface:#201D15; --surface-2:#2A261C;
  --border:#332E22; --border-2:#413A2B;
  --text:#F3EFE3; --text-2:#B4AC98; --text-3:#7C7563;
  --accent:#EAB44A; --accent-2:#F3CB72; --accent-weak:rgba(234,180,74,.14); --on-accent:#241B06;
  --maxw:1180px; --bar:60px;
}

*{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  background:var(--bg); color:var(--text);
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",system-ui,sans-serif;
  -webkit-font-smoothing:antialiased; line-height:1.6; text-wrap:pretty;
  overflow-x:hidden;
}
a{color:var(--accent);text-decoration:none}
a:hover{color:var(--accent-2)}
img{display:block;max-width:100%;height:auto}
button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}
::selection{background:rgba(234,180,74,.28)}

.wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}
.eyebrow{
  display:flex;align-items:center;gap:10px;
  font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);
  margin-bottom:14px;
}
.eyebrow::before{content:"";width:22px;height:1.5px;background:var(--accent);flex:none}
.section{padding:92px 0;border-top:1px solid var(--border);scroll-margin-top:var(--bar);position:relative}
.section h2{font-size:clamp(24px,3.1vw,30px);font-weight:700;letter-spacing:-.02em;line-height:1.22}
.section .lede{font-size:16px;color:var(--text-2);max-width:640px;margin-top:14px}

/* Honig-Schein statt zweiter Flächenfarbe */
.glow{overflow:hidden}
.glow::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:
    radial-gradient(62% 78% at 12% 0%, rgba(234,180,74,.10), transparent 62%),
    radial-gradient(52% 70% at 92% 100%, rgba(234,180,74,.06), transparent 64%);
}
.glow > *{position:relative}

/* ── Marke ───────────────────────────────── */
.mark{
  width:104px;height:104px;border-radius:27px;
  background:linear-gradient(160deg,var(--accent-2),var(--accent));
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 22px 44px -14px rgba(0,0,0,.75), inset 0 1.5px 0 rgba(255,255,255,.45);
}
.mark svg{width:58px;height:58px}
.mark-s{
  width:34px;height:34px;border-radius:10px;flex:none;
  background:linear-gradient(160deg,var(--accent-2),var(--accent));
  display:flex;align-items:center;justify-content:center;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.4);
}
.mark-s svg{width:20px;height:20px}

/* ── Kopfleiste ──────────────────────────── */
.topbar{
  position:sticky;top:0;z-index:30;
  background:rgba(22,20,14,.86);
  backdrop-filter:blur(14px) saturate(1.4);-webkit-backdrop-filter:blur(14px) saturate(1.4);
  border-bottom:1px solid var(--border);
}
.topbar-inner{max-width:var(--maxw);margin:0 auto;padding:11px 28px;display:flex;align-items:center;gap:18px}
.topbar .brand{display:flex;align-items:center;gap:10px;color:var(--text)}
.topbar .brand:hover{color:var(--text)}
.topbar .brand .name{font-size:15px;font-weight:650;letter-spacing:-.01em}
.topnav{display:flex;gap:2px;margin-left:auto}
.topnav a{font-size:13.5px;font-weight:600;color:var(--text-2);padding:7px 12px;border-radius:9px;white-space:nowrap}
.topnav a:hover{color:var(--text);background:var(--surface-2)}
.topbar .btn{padding:9px 18px;font-size:13.5px}
.topbar-cta{margin-left:auto}
.topnav + .topbar-cta{margin-left:10px}

.burger{
  display:none;margin-left:auto;width:42px;height:42px;border-radius:11px;
  border:1px solid var(--border);background:var(--surface);
  align-items:center;justify-content:center;flex-direction:column;gap:5px;
}
.burger span{display:block;width:17px;height:1.6px;background:var(--text);border-radius:2px;transition:transform .18s}
.burger:hover{border-color:var(--border-2)}

/* ── Vollbild-Menü ───────────────────────── */
.menu{
  position:fixed;inset:0;z-index:60;display:flex;flex-direction:column;
  background:radial-gradient(90% 60% at 50% 0%,#231F14,#15130D 62%,#100E09);
  opacity:0;transition:opacity .22s ease;
}
.menu[hidden]{display:none;pointer-events:none}
.menu.is-open{opacity:1}
.menu-top{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid var(--border)}
.menu-top .brand{display:flex;align-items:center;gap:10px;color:var(--text)}
.menu-top .brand .name{font-size:15px;font-weight:650;letter-spacing:-.01em}
.menu-close{
  width:42px;height:42px;border-radius:11px;border:1px solid var(--border);background:var(--surface);
  display:flex;align-items:center;justify-content:center;color:var(--text);
}
.menu-close svg{width:19px;height:19px}
.menu-nav{flex:1;display:flex;flex-direction:column;gap:2px;padding:24px 20px;overflow-y:auto}
.menu-nav-in{margin:auto 0;display:flex;flex-direction:column;gap:2px}
.menu-nav a{
  display:flex;align-items:baseline;gap:16px;padding:14px 6px;
  font-size:clamp(26px,8.4vw,38px);font-weight:700;letter-spacing:-.03em;line-height:1.1;color:var(--text);
  border-bottom:1px solid rgba(51,46,34,.7);
  opacity:0;transform:translateY(10px);
  transition:opacity .3s ease,transform .3s ease,color .14s;
}
.menu.is-open .menu-nav a{opacity:1;transform:none}
.menu-nav a:nth-child(1){transition-delay:.04s}
.menu-nav a:nth-child(2){transition-delay:.08s}
.menu-nav a:nth-child(3){transition-delay:.12s}
.menu-nav a:nth-child(4){transition-delay:.16s}
.menu-nav a:nth-child(5){transition-delay:.2s}
.menu-nav a:nth-child(6){transition-delay:.24s}
.menu-nav .i{font-size:12px;font-weight:700;color:var(--accent);letter-spacing:.1em;font-variant-numeric:tabular-nums;flex:none}
.menu-nav a:active,.menu-nav a:hover{color:var(--accent)}
.menu-foot{padding:20px 20px 32px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:18px}
.menu-foot .btn{width:100%;padding:15px 20px;font-size:15.5px}
.menu-links{display:flex;flex-wrap:wrap;gap:8px 18px;font-size:13px}
.menu-links a{color:var(--text-3)}

/* ── Schaltflächen ───────────────────────── */
.cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  font-size:14.5px;font-weight:650;border-radius:11px;padding:12px 20px;
  border:1px solid transparent;transition:background .14s,border-color .14s,color .14s,transform .14s;
}
.btn-primary{background:var(--accent);color:var(--on-accent)}
.btn-primary:hover{background:var(--accent-2);color:var(--on-accent);transform:translateY(-1px)}
.btn-ghost{border-color:var(--border-2);color:var(--text)}
.btn-ghost:hover{border-color:var(--accent);color:var(--accent);background:rgba(234,180,74,.06)}

/* ── Hero ────────────────────────────────── */
h1{font-size:clamp(42px,6vw,60px);font-weight:700;letter-spacing:-.035em;line-height:1.02;margin-top:26px}
.tagline{font-size:clamp(18px,2.6vw,21px);color:var(--accent);font-weight:600;margin-top:10px;letter-spacing:-.01em}
.chip{
  display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:650;color:var(--accent);
  background:var(--accent-weak);border:1px solid rgba(234,180,74,.3);border-radius:999px;padding:5px 14px;margin-top:20px;
}
.chip .dot{width:6px;height:6px;border-radius:50%;background:var(--accent);flex:none}
.facts{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:30px;font-size:13.5px;color:var(--text-3)}
.facts span{display:inline-flex;align-items:center;gap:8px}
.facts span::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--accent);opacity:.65;flex:none}

.hero-b{position:relative;padding:84px 0 92px;overflow:hidden;border-bottom:1px solid var(--border)}
.hero-b::before{
  content:"";position:absolute;left:-10%;top:-40%;width:80%;height:150%;
  background:radial-gradient(50% 50% at 50% 50%,rgba(234,180,74,.13),transparent 70%);pointer-events:none;
}
.hero-b-inner{
  position:relative;max-width:var(--maxw);margin:0 auto;padding:0 28px;
  display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:52px;align-items:center;
}
.hero-b .mark{width:64px;height:64px;border-radius:18px}
.hero-b .mark svg{width:36px;height:36px}
.hero-b p.claim{font-size:16.5px;line-height:1.65;color:var(--text-2);margin-top:20px;max-width:520px}
.hero-b-media{position:relative}
.hero-b-frame{
  width:calc(100% + 190px);border:1px solid var(--border);border-left-color:var(--border-2);
  border-radius:16px;overflow:hidden;background:var(--surface);
  box-shadow:0 50px 100px -34px rgba(0,0,0,.95);
}
.hero-b-frame img{width:100%;height:auto}

/* ── Leitsatz ────────────────────────────── */
.statement{padding:88px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);position:relative}
.statement p{font-size:clamp(20px,3.1vw,30px);font-weight:600;letter-spacing:-.022em;line-height:1.34;max-width:940px}
.statement .hl{color:var(--accent)}

/* ── Funktionen (2 × 5) ──────────────────── */
.grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:38px}
.card{
  background:var(--surface);border:1px solid var(--border);border-radius:13px;
  padding:20px 18px 22px;transition:border-color .16s,transform .16s;
}
.card:hover{border-color:var(--border-2);transform:translateY(-2px)}
.card .head{display:flex;align-items:center;gap:9px;margin-bottom:10px}
.card .head svg{width:17px;height:17px;flex:none;stroke:var(--accent);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.card h3{font-size:14px;font-weight:650;letter-spacing:-.005em;line-height:1.25}
.card p{font-size:12.5px;line-height:1.58;color:var(--text-2)}
.card .num{font-size:12px;font-weight:700;color:var(--accent);font-variant-numeric:tabular-nums;margin-bottom:14px;letter-spacing:.08em}

.grid-3{grid-template-columns:repeat(3,1fr);gap:16px}
.grid-3 .card{padding:24px 24px 26px}
.grid-3 .card h3{font-size:15.5px;margin-bottom:8px}
.grid-3 .card p{font-size:13.5px;line-height:1.62}

/* ── Tiefe Abschnitte ────────────────────── */
.dive{padding:96px 0;border-top:1px solid var(--border);scroll-margin-top:var(--bar);position:relative}
.dive-inner{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:60px;align-items:center}
.dive.flip .dive-inner{grid-template-columns:minmax(0,1.14fr) minmax(0,.86fr)}
.dive.flip .dive-media{order:-1}
.dive-body h2{font-size:clamp(24px,3.2vw,32px);font-weight:700;letter-spacing:-.025em;line-height:1.18}
.dive-body p{font-size:15.5px;line-height:1.7;color:var(--text-2);margin-top:16px;max-width:520px}
.dive .eyebrow{margin-bottom:12px}
.dive .cta{margin-top:26px}

.belege{list-style:none;margin:24px 0 0;padding:0;display:flex;flex-direction:column;gap:11px}
.belege li{position:relative;padding-left:26px;font-size:14px;line-height:1.55;color:var(--text-2)}
.belege li::before{
  content:"";position:absolute;left:0;top:.32em;width:15px;height:15px;border-radius:50%;
  background:var(--accent-weak);border:1px solid rgba(234,180,74,.4);
}
.belege li::after{
  content:"";position:absolute;left:4.6px;top:calc(.62em + 2px);width:5.4px;height:2.8px;
  border-left:1.6px solid var(--accent);border-bottom:1.6px solid var(--accent);transform:rotate(-45deg);
}

.dive-media{position:relative;min-width:0}
.frame{
  border:1px solid var(--border);border-radius:14px;overflow:hidden;background:var(--surface);
  box-shadow:0 34px 70px -32px rgba(0,0,0,.9);
}
.frame img{width:100%;height:auto}
.frame.ratio{aspect-ratio:16/9}
.frame.ratio img{height:100%;object-fit:cover}
.frame.crop{aspect-ratio:16/10}
.frame.crop img{height:100%;object-fit:cover;object-position:top center}
.frame.crop.bottom img{object-position:bottom center}

/* Bild, das bis an den Bildschirmrand läuft */
.dive.bleed{--edge:max(28px, calc(50vw - 562px))}
.dive.bleed .dive-inner{grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);gap:52px}
.dive.bleed.flip .dive-inner{grid-template-columns:minmax(0,1.3fr) minmax(0,.7fr)}
.dive.bleed .frame{width:calc(100% + var(--edge))}
.dive.bleed:not(.flip) .frame{border-radius:14px 0 0 14px;border-right:0}
.dive.bleed.flip .frame{margin-left:calc(-1 * var(--edge));border-radius:0 14px 14px 0;border-left:0}
.dive.bleed:not(.flip) .inset{right:calc(18px - var(--edge))}
.dive.bleed.flip .inset{left:calc(18px - var(--edge))}
.dive.bleed:not(.flip) .inset.low{right:calc(-46px - var(--edge) + 62px)}
.dive.bleed.flip .inset.low{left:calc(-46px - var(--edge) + 62px);right:auto}

/* Schwebendes Dialogfenster */
.inset{
  position:absolute;right:-22px;bottom:-34px;width:44%;
  border:1px solid var(--border-2);border-radius:12px;overflow:hidden;background:var(--surface);
  box-shadow:0 30px 60px -18px rgba(0,0,0,.95);
}
.dive.flip .inset{right:auto;left:-22px}
.inset img{width:100%}
.inset.low{bottom:-46px;right:-46px;width:min(44%,410px);height:auto}
.inset.low img{width:100%;height:auto;max-width:none}
.inset.low.taller{width:min(38%,350px)}
.inset.wide{bottom:18px;right:18px;width:min(58%,520px);height:auto}
.inset.wide img{width:100%;height:auto}
.dive.flip .inset.wide{left:18px;right:auto}
.dive.flip .inset.low{left:18px;right:auto}

/* Hell/Dunkel-Umschalter wie in der App */
.modeswitch{
  display:inline-flex;align-items:center;gap:2px;margin-top:26px;
  background:var(--surface-2);border:1px solid var(--border);border-radius:10px;padding:3px;
}
.modeswitch button{
  display:flex;align-items:center;justify-content:center;
  width:74px;height:32px;border-radius:7px;color:var(--text-3);transition:background .14s,color .14s;
}
.modeswitch button svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.modeswitch button[aria-pressed="true"]{background:var(--accent-weak);color:var(--accent)}
.modeswitch button:hover{color:var(--text-2)}
.modeswitch button[aria-pressed="true"]:hover{color:var(--accent)}
.mode-hint{margin-top:14px;font-size:12.5px;color:var(--text-3)}

/* ── Vorlagen-Karussell ──────────────────── */
.gal-head{display:flex;justify-content:space-between;align-items:flex-end;gap:26px;flex-wrap:wrap}
.gal-head .txt{max-width:660px}
.toggle{display:inline-flex;gap:3px;background:var(--surface-2);border:1px solid var(--border);border-radius:10px;padding:3px;flex:none}
.toggle button{padding:7px 15px;border-radius:7px;font-size:13px;font-weight:650;color:var(--text-2);transition:background .13s,color .13s}
.toggle button[aria-pressed="true"]{background:var(--surface);color:var(--text);box-shadow:0 1px 2px rgba(0,0,0,.3)}

.marquee{
  position:relative;margin-top:24px;overflow-x:auto;scrollbar-width:none;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);
}
.marquee::-webkit-scrollbar{display:none}
.marquee.is-live{overflow:hidden}
.marquee-track{display:flex;gap:22px;width:max-content;padding:16px 28px 8px}
.marquee.is-live .marquee-track{animation:hp-slide 78s linear infinite;padding:16px 0 8px}
.marquee.is-live:hover .marquee-track{animation-play-state:paused}
@keyframes hp-slide{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.sheet{flex:none;display:block}
.sheet .paper{
  height:430px;border-radius:5px;overflow:hidden;background:#fff;
  box-shadow:0 24px 48px -18px rgba(0,0,0,.9), 0 0 0 1px rgba(255,255,255,.06);
  transition:transform .18s,box-shadow .18s;
}
.sheet:hover .paper{transform:translateY(-8px);box-shadow:0 32px 60px -18px rgba(0,0,0,.95), 0 0 0 1px rgba(234,180,74,.3)}
.sheet .paper img{height:430px;width:auto;max-width:none}
.sheet .lbl{display:flex;align-items:baseline;gap:8px;margin-top:12px}
.sheet .lbl .n{font-size:13.5px;font-weight:650;color:var(--text)}
.sheet .lbl .d{font-size:12px;color:var(--text-3)}
.gal-note{margin-top:26px;font-size:13.5px;color:var(--text-3)}
@media (prefers-reduced-motion:reduce){
  .marquee.is-live .marquee-track{animation:none}
  .marquee.is-live{overflow-x:auto}
}

/* ── Doppelband ──────────────────────────── */
.duo{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}
.duo .card{padding:30px 30px 0;overflow:hidden;display:flex;flex-direction:column}
.duo .card .head{gap:12px;margin-bottom:14px}
.duo .card .head svg{width:22px;height:22px}
.duo .card h3{font-size:19px;letter-spacing:-.015em}
.duo .card p{font-size:14.5px;line-height:1.66}
.card-shot{
  margin:26px -30px 0;border-top:1px solid var(--border);height:230px;overflow:hidden;
  -webkit-mask-image:linear-gradient(180deg,#000 58%,rgba(0,0,0,0));
  mask-image:linear-gradient(180deg,#000 58%,rgba(0,0,0,0));
}
.card-shot img{width:100%;height:auto}

/* ── Und das ist noch nicht alles ─────────── */
.more-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:44px;margin-top:44px;align-items:start}
.more-media{position:sticky;top:88px}
.cloud{display:flex;flex-direction:column;gap:26px}
.cloud-group .cg-title{
  font-size:11.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
  color:var(--accent);margin-bottom:12px;
}
.cloud-group ul{list-style:none;display:flex;flex-wrap:wrap;gap:7px;margin:0;padding:0}
.cloud-group li{
  font-size:12.8px;font-weight:550;color:var(--text-2);line-height:1.3;
  background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:6px 12px;
  transition:border-color .14s,color .14s;
}
.cloud-group li:hover{border-color:var(--border-2);color:var(--text)}
.more-cta{
  margin-top:52px;padding-top:34px;border-top:1px solid var(--border);
  display:flex;align-items:center;justify-content:space-between;gap:26px;flex-wrap:wrap;
}
.more-cta p{font-size:15.5px;line-height:1.65;color:var(--text-2);max-width:640px}
.more-cta .btn{flex:none}

/* ── Stand der Dinge ─────────────────────── */
.status{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:40px}
.status .item{border-left:1px solid var(--border);padding:2px 0 2px 20px}
.status .k{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);margin-bottom:10px}
.status .v{font-size:15px;font-weight:600;margin-bottom:7px}
.status p{font-size:13.5px;line-height:1.6;color:var(--text-2)}

/* ── Abschluss ───────────────────────────── */
.outro{text-align:center;padding:100px 0 92px;border-top:1px solid var(--border);position:relative;overflow:hidden}
.outro::before{
  content:"";position:absolute;left:50%;bottom:-340px;width:860px;height:560px;transform:translateX(-50%);
  background:radial-gradient(50% 50% at 50% 50%,rgba(234,180,74,.1),transparent 70%);pointer-events:none;
}
.outro .wrap{position:relative;display:flex;flex-direction:column;align-items:center}
.outro h2{font-size:clamp(26px,4vw,33px);font-weight:700;letter-spacing:-.028em}
.outro p{font-size:16px;color:var(--text-2);margin-top:14px;max-width:520px}
.outro .cta{justify-content:center}

/* ── Fußzeile ────────────────────────────── */
footer{border-top:1px solid var(--border);background:var(--bg)}
.foot{display:flex;flex-wrap:wrap;gap:26px;justify-content:space-between;align-items:center;padding-block:34px}
.foot-brand{display:flex;align-items:center;gap:12px}
.foot-brand .name{font-size:14.5px;font-weight:650;letter-spacing:-.01em}
.foot-brand .sub{font-size:12px;color:var(--text-3)}
.foot-links{display:flex;flex-wrap:wrap;gap:8px 22px;font-size:13.5px}
.foot-links a{color:var(--text-2)}
.foot-links a:hover{color:var(--accent)}
.foot-legal{display:flex;flex-wrap:wrap;gap:8px 20px;justify-content:space-between;padding-block:0 40px;font-size:12.5px;color:var(--text-3)}
.foot-legal a{color:var(--text-3)}
.foot-legal a:hover{color:var(--accent)}

/* ── Breakpoints ─────────────────────────── */
@media (max-width:1080px){
  .grid{grid-template-columns:repeat(3,1fr)}
  .grid-3{grid-template-columns:1fr 1fr}
  .dive-inner{gap:44px}
  .dive.bleed .dive-inner{grid-template-columns:minmax(0,.76fr) minmax(0,1.24fr);gap:36px}
  .dive.bleed.flip .dive-inner{grid-template-columns:minmax(0,1.24fr) minmax(0,.76fr)}
  .dive.bleed{--edge:28px}
  .hero-b-frame{width:calc(100% + 90px)}
  .more-inner{gap:32px}
}
@media (max-width:900px){
  .topnav{display:none}
  .topbar-cta{display:none}
  .burger{display:flex}
  .dive-inner,.dive.flip .dive-inner,.dive.bleed .dive-inner,.dive.bleed.flip .dive-inner{grid-template-columns:1fr;gap:34px}
  .dive.flip .dive-media{order:0}
  .dive-body p{max-width:none}
  .dive.bleed .frame,.dive.bleed.flip .frame{width:100%;margin-left:0;border-radius:14px;border:1px solid var(--border)}
  .dive.bleed:not(.flip) .inset{right:-22px}
  .dive.bleed.flip .inset{left:-22px}
  .duo{grid-template-columns:1fr}
  .status{grid-template-columns:1fr 1fr}
  .hero-b-inner{grid-template-columns:1fr;gap:38px}
  .hero-b-frame{width:100%}
  .more-inner{grid-template-columns:1fr}
  .more-media{position:static}
}
@media (max-width:680px){
  .wrap{padding:0 20px}
  .topbar-inner{padding:10px 20px}
  .section,.dive{padding:60px 0}
  .statement{padding:56px 0}
  .outro{padding:72px 0 64px}
  .grid,.grid-3,.status,.duo{grid-template-columns:1fr}
  .card p{font-size:13.5px}
  .card h3{font-size:15px}
  .status .item{border-left:0;border-top:1px solid var(--border);padding:16px 0 0}
  .frame.crop{aspect-ratio:4/3}

  /* Hero mittig, Knöpfe nicht über die ganze Breite */
  .hero-b{padding:52px 0 60px}
  .hero-b-inner{padding:0 20px;gap:34px;text-align:center;justify-items:center}
  .hero-b-body{display:flex;flex-direction:column;align-items:center}
  .hero-b .mark{width:76px;height:76px;border-radius:21px}
  .hero-b .mark svg{width:42px;height:42px}
  .hero-b p.claim{font-size:15.5px}
  .cta{justify-content:center}
  .btn{padding:12px 18px}
  .facts{justify-content:center;gap:8px 18px;font-size:12.8px}

  /* Dialoge schweben weiter über der Oberfläche */
  .inset{position:absolute;width:52%;right:-10px;bottom:-16px}
  .dive.flip .inset,.dive.bleed.flip .inset{left:-10px;right:auto}
  .dive.bleed:not(.flip) .inset{right:-10px;left:auto}
  .inset.low{right:6px;bottom:-24px;width:46%;height:auto}
  .inset.low.taller{width:40%}
  .dive.bleed:not(.flip) .inset.low{right:6px;left:auto}
  .dive.bleed.flip .inset.low{left:6px;right:auto}
  .dive.flip .inset.low,.dive.bleed.flip .inset.low{left:10px;right:auto}
  .dive.bleed:not(.flip) .inset.low{right:10px;left:auto}
  .inset.wide{right:10px;bottom:10px;width:64%}
  .dive.flip .inset.wide,.dive.bleed.flip .inset.wide{left:10px;right:auto}
  .dive.bleed:not(.flip) .inset.wide{right:10px;left:auto}

  .gal-head{align-items:flex-start}
  .toggle{width:100%}
  .toggle button{flex:1}
  .marquee{margin-top:16px;-webkit-mask-image:linear-gradient(90deg,#000 86%,transparent);mask-image:linear-gradient(90deg,#000 86%,transparent)}
  .marquee-track,.marquee.is-live .marquee-track{gap:14px;animation-duration:58s}
  .sheet .paper,.sheet .paper img{height:290px}
  .modeswitch button{width:64px;height:30px}
  .card-shot{height:180px;margin:22px -24px 0}
  .duo .card{padding:24px 24px 0}
  .more-cta{margin-top:40px;padding-top:28px}
  .more-cta .btn{width:auto}
  .cloud-group li{font-size:12.4px;padding:6px 11px}

  /* Fußzeile */
  .foot{
    flex-direction:column;align-items:flex-start;gap:24px;padding-block:34px 26px;
  }
  .foot-brand{gap:11px}
  .foot-links{
    flex-direction:column;gap:0;width:100%;font-size:14.5px;
    border-top:1px solid var(--border);
  }
  .foot-links a{
    display:block;padding:14px 0;border-bottom:1px solid var(--border);
    color:var(--text-2);font-weight:550;
  }
  .foot-legal{
    flex-direction:column;align-items:flex-start;gap:6px;padding-block:0 34px;font-size:12.5px;
  }
}

/* ── Vorlagen-Lupe ───────────────────────────────────────────────────────
   Ein Klick auf ein Blatt öffnet es groß auf der Seite statt in einem neuen
   Tab. Der Verweis am Blatt bleibt trotzdem stehen: Wer mit der mittleren
   Maustaste oder aus dem Kontextmenü öffnet, bekommt weiter das Bild in
   einem eigenen Tab, und ohne JavaScript funktioniert die Galerie wie zuvor. */
.lupe{
  position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;
  padding:clamp(16px,4vw,56px);background:rgba(10,9,5,.9);
  -webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);
}
.lupe[hidden]{display:none}
.lupe img{
  max-width:100%;max-height:100%;width:auto;height:auto;display:block;
  border-radius:10px;box-shadow:0 40px 90px -24px rgba(0,0,0,.95),0 0 0 1px var(--border-2);
}
.lupe-zu{
  position:absolute;top:clamp(12px,2.5vw,26px);right:clamp(12px,2.5vw,26px);
  width:44px;height:44px;border-radius:12px;border:1px solid var(--border-2);
  background:var(--surface);color:var(--text-2);font-size:20px;line-height:1;
  display:flex;align-items:center;justify-content:center;cursor:pointer;
}
.lupe-zu:hover{background:var(--surface-2);color:var(--text)}
.lupe-name{
  position:absolute;left:0;right:0;bottom:clamp(12px,2.5vw,26px);text-align:center;
  font-size:13px;color:var(--text-3);pointer-events:none;
}
@media (prefers-reduced-motion:no-preference){
  .lupe img{animation:lupe-auf .16s ease-out}
  @keyframes lupe-auf{from{opacity:0;transform:scale(.985)}to{opacity:1;transform:none}}
}
