/* Seitenabschnitte: Nav, Hero, Metriken, Work, About/CTA, Footer, Detail- & Kontaktseiten. */

/* ---- Navigation ---- */
nav {
  position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px);
  background: rgba(8, 7, 13, 0.6); border-bottom: 1px solid var(--line);
}
.nav-in { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 16px 28px; max-width: var(--container); margin: 0 auto; }
.logo { display: flex; }
.logo svg, .logo img { height: 30px; display: block; width: auto; }
.logo .logo-mark { display: none; }
.nav-links { display: flex; gap: 34px; align-items: center; font-family: var(--mono); font-size: 13px; letter-spacing: 0.04em; }
.nav-links a:not(.btn) { color: var(--muted); text-decoration: none; transition: color 0.2s; }
.nav-links a:not(.btn):hover { color: var(--ink); }
.lbl-short { display: none; }

/* Dezenter Aktualitäts-Hinweis auf Detailseiten (Leistung/Standort). */
.stand { margin-top: 34px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); opacity: 0.75; }

/* Hamburger-Toggle: nur mobil sichtbar (s. Media-Query 760px). Die drei Linien
   klappen im offenen Zustand zum X. */
.nav-toggle { display: none; }
.nav-toggle span { display: block; width: 18px; height: 2px; background: var(--muted); border-radius: 1px; transition: transform 0.25s ease, opacity 0.2s ease; }
.nav-toggle:hover span { background: var(--ink); }
nav.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
nav.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
nav.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* selbstzeichnendes Nav-Logo beim Laden */
.navlogo .wp { stroke-width: 3; stroke-dasharray: 1; stroke-dashoffset: 1; fill-opacity: 0; animation: navdraw 1.15s ease forwards, navink 0.5s ease 0.95s forwards; }
.navlogo .wf { stroke: none; fill-opacity: 0; animation: navfade 0.75s ease 1.7s forwards; }
@keyframes navdraw { to { stroke-dashoffset: 0; } }
@keyframes navink { to { fill-opacity: 1; stroke-opacity: 0; } }
@keyframes navfade { to { fill-opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  .navlogo .wp, .navlogo .wf { fill-opacity: 1; stroke-opacity: 0; animation: none; }
}

/* ---- Hero (Startseite) ---- */
header.hero { padding: 90px 0 60px; position: relative; }
.hero-layout { display: grid; grid-template-columns: 1.25fr 0.85fr; gap: 48px; align-items: center; }
.hero-portrait { position: relative; justify-self: center; animation: rise 1.1s 0.35s both; }
.hero-portrait .ring { position: absolute; inset: -6% -4% -2% -4%; border-radius: 50% 50% 46% 46% / 60% 60% 40% 40%; background: radial-gradient(60% 60% at 50% 30%, rgba(238, 51, 124, 0.45), transparent 70%); filter: blur(38px); z-index: 0; }
.hero-portrait img { position: relative; z-index: 1; width: 100%; height: auto; max-width: 400px; display: block; filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.5)); }
.hero-portrait .chip { position: absolute; z-index: 2; right: -6px; bottom: 54px; background: rgba(19, 17, 29, 0.85); backdrop-filter: blur(8px); border: 1px solid var(--line); border-radius: 14px; padding: 12px 16px; font-family: var(--mono); font-size: 12px; color: var(--ink); }
.hero-portrait .chip b { color: var(--magenta-soft); }
.status { display: inline-flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); border: 1px solid var(--line); padding: 8px 16px; border-radius: 999px; margin-bottom: 34px; animation: fade 0.8s both; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--magenta); box-shadow: 0 0 12px var(--magenta); animation: pulse 1.8s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
h1.hero { font-size: clamp(44px, 8vw, 108px); line-height: 0.96; font-weight: 700; letter-spacing: -0.01em; max-width: 14ch; animation: rise 1s 0.05s both; }
h1.hero .accent { color: var(--magenta); position: relative; }
h1.hero .accent::after { content: "↗"; font-size: 0.5em; vertical-align: super; margin-left: 0.1em; }
.hero-sub { margin-top: 30px; font-size: clamp(17px, 2vw, 21px); color: var(--muted); max-width: 54ch; animation: rise 1s 0.2s both; }
.hero-cta { margin-top: 40px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero-row :is(.btn) { animation: fade 1s 0.3s both; }

/* ---- Metriken ---- */
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; margin-top: 72px; }
.metric { background: var(--bg-2); padding: 28px 24px; }
.metric .num { font-size: clamp(28px, 4vw, 44px); font-weight: 700; letter-spacing: 0.02em; }
.metric .lbl { font-family: var(--mono); font-size: 12px; color: var(--muted); letter-spacing: 0.05em; margin-top: 6px; }

/* ---- Leistungen-Grid ---- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 54px; }

/* ---- Referenzen / Work ---- */
.work { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 54px; }
.work-card { background: var(--panel); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; display: flex; flex-direction: column; transition: 0.3s; }
.work-card:hover { transform: translateY(-6px); border-color: rgba(238, 51, 124, 0.4); }
.work-media { position: relative; height: 300px; display: flex; align-items: center; justify-content: center; overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(120% 95% at 50% 125%, rgba(238, 51, 124, 0.28), transparent 60%), linear-gradient(160deg, #1c0f1b, #100b16); }
.work-media::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 34px 34px; -webkit-mask-image: radial-gradient(circle at 50% 65%, #000, transparent 72%); mask-image: radial-gradient(circle at 50% 65%, #000, transparent 72%); opacity: 0.5; }
.work-media img { position: relative; z-index: 1; display: block; }
.work-media.phone img { height: 82%; width: auto; filter: drop-shadow(0 24px 38px rgba(0, 0, 0, 0.6)); }
.work-media.laptop img { width: auto; height: 72%; filter: drop-shadow(0 24px 38px rgba(0, 0, 0, 0.5)); }
.work-body { padding: 30px 30px 32px; display: flex; flex-direction: column; flex: 1; }
.work-body .plat { font-family: var(--mono); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--magenta-soft); margin-bottom: 14px; }
.tagrow { display: flex; gap: 8px; flex-wrap: wrap; margin: 16px 0 0; }
.tagrow .tag { font-size: 11px; letter-spacing: 0.05em; color: var(--muted); border: 1px solid var(--line); padding: 5px 11px; background: transparent; }
.work-card h3 { font-size: 28px; font-weight: 800; letter-spacing: -0.02em; }
.work-card .rating { font-family: var(--mono); font-size: 14px; color: var(--magenta-soft); margin-top: 10px; }
.work-card p { color: var(--muted); font-size: 15px; margin-top: 14px; max-width: 42ch; }
.work-links { display: flex; gap: 12px; margin-top: 24px; padding-top: 24px; }
.work-links.bottom { margin-top: auto; }

/* ---- About / CTA ---- */
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.founder-card { border: 1px solid var(--line); border-radius: 24px; padding: 40px; background: var(--bg-2); position: relative; }
.founder-card .mono { font-family: var(--mono); font-size: 13px; color: var(--muted); letter-spacing: 0.05em; }
.founder-card .name { font-size: 34px; font-weight: 800; margin-top: 14px; letter-spacing: -0.02em; }
.founder-card .role { color: var(--magenta-soft); font-family: var(--mono); font-size: 14px; margin-top: 4px; }

.cta { margin-top: 30px; text-align: center; border: 1px solid var(--line); border-radius: 28px; padding: 80px 28px; background: radial-gradient(700px 320px at 50% 0%, rgba(238, 51, 124, 0.18), transparent 70%), var(--bg-2); }
.cta h2 { font-size: clamp(32px, 6vw, 64px); }
.cta p { color: var(--muted); margin: 18px auto 34px; max-width: 46ch; font-size: 18px; }

/* selbstzeichnendes WS im CTA */
.cta .wsdraw { display: block; width: min(132px, 36vw); height: auto; overflow: visible; margin: 0 auto 26px; filter: drop-shadow(0 12px 30px rgba(238, 51, 124, 0.32)); }
/* Selbstzeichnend wie das Header-Logo (`.navlogo`): die Pfade tragen die Dash-/
   Opacity-Attribute im Markup (pathLength=1, stroke-dasharray/-dashoffset=1,
   fill-opacity=0) → „geladen, aber unsichtbar". Sie zeichnen sich, sobald die
   CTA-Sektion einblendet (`#brandmoment.in` — `.in` setzt der Reveal-Observer in
   Effects, dieselbe Klasse wie für Headline & Co.). Kein eigener Observer/JS.
   Ohne JS ist die ganze `.cta.reveal`-Sektion ohnehin verborgen → kein
   separater No-JS-Fallback für das Logo nötig. */
.ws-path { fill: var(--magenta); stroke: var(--magenta); stroke-width: 3; stroke-linejoin: round; stroke-linecap: round; }
#brandmoment.in .ws-path { animation: wsdraw 2.1s cubic-bezier(0.55, 0.05, 0.2, 1) forwards, wsfill 1s ease 1.9s forwards; }
@keyframes wsdraw { to { stroke-dashoffset: 0; } }
@keyframes wsfill { to { fill-opacity: 1; stroke-opacity: 0; } }
@media (prefers-reduced-motion: reduce) { #brandmoment.in .ws-path { fill-opacity: 1; stroke-opacity: 0; animation: none; } }

/* ---- Footer ---- */
footer { border-top: 1px solid var(--line); padding: 54px 0 40px; margin-top: 90px; }
.foot-top { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; padding-bottom: 36px; margin-bottom: 28px; border-bottom: 1px solid var(--line); }
.foot-top img { height: 30px; display: block; margin-bottom: 14px; }
.foot-top p { color: var(--muted); max-width: 34ch; font-size: 15px; }
.foot-links { display: flex; flex-direction: column; gap: 12px; font-family: var(--mono); font-size: 14px; }
.foot-links a { color: var(--muted); text-decoration: none; transition: color 0.2s; }
.foot-links a:hover { color: var(--magenta-soft); }
.foot { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; font-family: var(--mono); font-size: 13px; color: var(--muted); }
.foot a { color: var(--muted); text-decoration: none; }
.foot a:hover { color: var(--ink); }
.foot-legal { display: flex; gap: 24px; }

/* ---- Detailseiten-Kopf (Leistung / Referenz) ---- */
header.detail { padding: 64px 0 40px; }
.h-ic { width: 74px; height: 74px; border-radius: 20px; display: grid; place-items: center; margin-bottom: 26px; background: rgba(238, 51, 124, 0.12); border: 1px solid rgba(238, 51, 124, 0.3); color: var(--magenta-soft); }
.h-ic svg { width: 36px; height: 36px; stroke-width: 1.5; }
.h-num { font-family: var(--mono); font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--magenta); margin-bottom: 14px; }
.page-title { font-size: clamp(38px, 6.5vw, 78px); line-height: 1; font-weight: 700; letter-spacing: -0.015em; max-width: 16ch; }
.page-title .accent { color: var(--magenta); }
.lead { margin-top: 24px; font-size: clamp(18px, 2.2vw, 22px); color: var(--ink); max-width: 54ch; }

.body-sec { padding: 30px 0 20px; display: grid; grid-template-columns: 1.4fr 0.9fr; gap: 48px; align-items: start; }
.prose p { color: var(--muted); font-size: 17px; margin-bottom: 18px; max-width: 62ch; }
.prose h2, .prose h3 { margin: 28px 0 14px; }
.prose ul, .prose ol { color: var(--muted); margin: 0 0 18px 1.2em; }
.prose a { color: var(--magenta-soft); }
.prose blockquote { margin: 24px 0; padding-left: 22px; border-left: 3px solid var(--magenta); }
.prose blockquote p { color: var(--ink); font-size: 19px; }
.prose blockquote cite { display: block; margin-top: 8px; color: var(--muted); font-style: normal; font-size: 15px; }

.process { padding: 70px 0 30px; }
.sec-head .eyebrow { display: block; }
.sec-head h2 { font-size: clamp(26px, 4.5vw, 42px); margin-bottom: 40px; }
.sec-head h3 { margin-bottom: 40px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }

.related { padding: 40px 0 80px; }
.related h2 { font-size: clamp(24px, 4vw, 36px); margin-bottom: 28px; }
.related h3 { margin-bottom: 40px; }
.rel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }

/* Detail-CTA-Variante (kompakter, mit Rand) */
.cta.cta-inline { margin: 20px 0 90px; padding: 74px 28px; }
.cta.cta-inline h2 { font-size: clamp(28px, 5.5vw, 52px); font-weight: 700; letter-spacing: -0.015em; }
.cta.cta-inline p { margin: 16px auto 30px; max-width: 44ch; }

/* ---- Kontaktseite ---- */
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 48px; padding: 30px 0 60px; align-items: start; }
.info { display: flex; flex-direction: column; gap: 34px; }
.info-list { display: flex; flex-direction: column; }
.il { display: flex; gap: 14px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); text-decoration: none; color: var(--ink); }
.il:first-child { padding-top: 0; }
.il .ic { width: 40px; height: 40px; border-radius: 11px; flex: 0 0 auto; display: grid; place-items: center; background: rgba(238, 51, 124, 0.1); color: var(--magenta-soft); }
.il .ic svg { width: 19px; height: 19px; }
.il .k { font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.il .v { font-size: 16px; font-weight: 600; margin-top: 2px; word-break: break-word; }
a.il:hover .v { color: var(--magenta-soft); }
.next h3 { font-family: var(--mono); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }
.next ol { list-style: none; counter-reset: s; display: flex; flex-direction: column; gap: 15px; }
.next li { counter-increment: s; display: flex; gap: 13px; align-items: flex-start; font-size: 15px; color: var(--muted); }
.next li::before { content: counter(s, decimal-leading-zero); font-family: var(--mono); font-size: 12px; color: var(--magenta-soft); flex: 0 0 auto; padding-top: 1px; }
.next li b { color: var(--ink); font-weight: 700; }

.console-wrap { position: relative; border-radius: 24px; padding: 1.5px; overflow: hidden; }
.console-wrap::before { content: ""; position: absolute; top: -60%; left: -60%; width: 220%; height: 220%; z-index: 0; background: conic-gradient(from 0deg, transparent 0 58%, var(--magenta) 72%, var(--magenta-soft) 84%, transparent 96%); animation: spin 7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.console { position: relative; z-index: 1; background: rgba(15, 13, 22, 0.95); backdrop-filter: blur(12px); border-radius: 23px; padding: 34px; overflow: hidden; }
.console::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: 23px; background: radial-gradient(340px 240px at var(--mx, 80%) var(--my, -10%), rgba(238, 51, 124, 0.16), transparent 70%); transition: background 0.12s; }
.console form, .console .form-success { position: relative; z-index: 1; }
.console-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; position: relative; z-index: 1; }
.console-head .t { font-family: var(--mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.console-head .live { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; color: var(--magenta-soft); display: inline-flex; gap: 7px; align-items: center; }
.console-head .live .d { width: 7px; height: 7px; border-radius: 50%; background: var(--magenta); box-shadow: 0 0 9px var(--magenta); animation: dotpulse 1.5s infinite; }
@keyframes dotpulse { 50% { opacity: 0.35; } }
@media (prefers-reduced-motion: reduce) { .console-wrap::before { animation: none; background: var(--magenta); opacity: 0.5; } .console-head .live .d { animation: none; } }

.form-success { display: none; text-align: center; padding: 30px 10px; }
.form-success.on { display: block; animation: pop 0.5s ease; }
@keyframes pop { from { opacity: 0; transform: scale(0.96); } to { opacity: 1; transform: none; } }
.form-success .badge { width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 18px; background: rgba(54, 224, 160, 0.14); color: var(--green); border: 1px solid rgba(54, 224, 160, 0.4); }
.form-success .badge svg { width: 30px; height: 30px; stroke-width: 2.2; }
.form-success h3 { font-size: 24px; font-weight: 800; letter-spacing: -0.01em; }
.form-success p { color: var(--muted); margin-top: 10px; max-width: 40ch; margin-left: auto; margin-right: auto; }

/* ---- Referenz / Fallbeispiel ---- */
.referenz-head { padding: 34px 0 30px; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
.h-sub { margin-top: 22px; font-size: clamp(18px, 2.2vw, 21px); color: var(--muted); max-width: 46ch; }
.referenz-head .tagrow { margin-top: 20px; }
.referenz-head .tagrow .tag { color: var(--ink); border-color: var(--line); background: var(--bg-2); }
.h-links { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.shot { position: relative; display: flex; justify-content: center; align-items: center; min-height: 360px; border-radius: 24px; overflow: hidden; background: radial-gradient(120% 95% at 50% 120%, rgba(238, 51, 124, 0.28), transparent 60%), linear-gradient(160deg, #1c0f1b, #100b16); border: 1px solid var(--line); }
.shot::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 32px 32px; -webkit-mask-image: radial-gradient(circle at 50% 60%, #000, transparent 72%); mask-image: radial-gradient(circle at 50% 60%, #000, transparent 72%); opacity: 0.5; }
.shot img { position: relative; z-index: 1; height: 330px; width: auto; filter: drop-shadow(0 28px 50px rgba(0, 0, 0, 0.6)); margin: 26px 0; }
.shot.laptop img { height: auto; width: 84%; }

/* Fallstudien-Inhalt aus dem Editor (Story-Blöcke, Tiles, Zitat) */
.referenz-body { padding-top: 10px; }
.tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; margin: 18px 0 10px; padding: 0; }
.tile { background: var(--bg-2); padding: 26px 22px; }
.tile .v { font-size: clamp(22px, 3vw, 32px); font-weight: 700; letter-spacing: 0.02em; }
.tile .k { font-family: var(--mono); font-size: 12px; color: var(--muted); letter-spacing: 0.05em; margin-top: 6px; }
.story { padding: 60px 0 20px; display: grid; gap: 18px; }
.block { border-top: 1px solid var(--line); padding-top: 40px; margin-top: 20px; display: grid; grid-template-columns: 0.5fr 1.5fr; gap: 34px; }
.block:first-child { border-top: 0; margin-top: 0; padding-top: 0; }
.block .label { font-family: var(--mono); font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--magenta-soft); }
.block h2 { font-size: clamp(24px, 3.6vw, 34px); font-weight: 700; letter-spacing: -0.015em; margin-bottom: 14px; }
.block p { color: var(--muted); font-size: 17px; margin-bottom: 14px; max-width: 64ch; }
.block .feat { list-style: none; margin-top: 8px; display: flex; flex-direction: column; gap: 11px; }
.note { margin-top: 18px; font-family: var(--mono); font-size: 12px; color: var(--muted); border-left: 2px solid var(--line); padding: 4px 0 4px 14px; }
.quote { margin: 60px 0; border: 1px solid var(--line); border-radius: 24px; padding: 46px; background: var(--bg-2); text-align: center; }
.quote p { font-size: clamp(20px, 3vw, 28px); font-weight: 600; letter-spacing: -0.01em; line-height: 1.35; max-width: 30ch; margin: 0 auto; }
.quote .src { font-family: var(--mono); font-size: 13px; color: var(--muted); margin-top: 18px; }

/* ---- Responsive ---- */
@media (max-width: 860px) { .referenz-head { grid-template-columns: 1fr; gap: 30px; } }
@media (max-width: 760px) { .block { grid-template-columns: 1fr; gap: 12px; } }
@media (max-width: 680px) { .tiles { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 900px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 880px) {
  .hero-layout { grid-template-columns: 1fr; }
  .hero-portrait { margin-bottom: 18px; }
  .hero-portrait img { max-width: 280px; }
  .hero-portrait .chip { right: 50%; transform: translateX(50%); bottom: -14px; white-space: nowrap; }
}
@media (max-width: 860px) { .body-sec, .contact-grid { grid-template-columns: 1fr; gap: 30px; } }
@media (max-width: 820px) { .about { grid-template-columns: 1fr; } .steps, .rel-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 760px) {
  .wrap { padding: 0 20px; }
  header.hero { padding: 48px 0 36px; }
  h1.hero { font-size: clamp(40px, 11vw, 64px); max-width: 100%; }
  .hero-sub { margin-top: 22px; font-size: 17px; }
  .hero-cta { margin-top: 30px; }
  .hero-cta .btn { flex: 1 1 auto; justify-content: center; }
  .status { font-size: 10px; letter-spacing: 0.08em; margin-bottom: 24px; }
  .nav-links a:not(.btn) { display: none; }
  .nav-links { gap: 0; flex: 0 0 auto; }
  .nav-in { padding: 13px 16px; gap: 12px; justify-content: flex-start; }
  /* Hamburger: ersetzt die ausgeblendeten Text-Links (vorher gab es mobil
     keinerlei Menü-Zugang). Öffnet ein Panel unter der Leiste (nav-open,
     gesetzt in Effects.tsx); der CTA wandert mit ins Panel. */
  .nav-toggle {
    display: inline-flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px;
    width: 44px; height: 44px; margin-left: auto;
    background: none; border: 1px solid var(--line); border-radius: 10px; cursor: pointer;
  }
  nav.nav-open .nav-links {
    position: absolute; top: 100%; left: 0; right: 0;
    display: flex; flex-direction: column; align-items: stretch; gap: 2px;
    padding: 14px 20px 18px;
    background: rgba(8, 7, 13, 0.96); backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line);
  }
  nav.nav-open .nav-links a:not(.btn) { display: block; padding: 12px 4px; font-size: 15px; }
  nav.nav-open .nav-links .btn { margin-top: 10px; justify-content: center; }
  .metrics { margin-top: 48px; }
  .metric { padding: 22px 16px; }
  section { padding: 60px 0; }
  .svc-grid, .work, .about { margin-top: 36px; }
  .card { min-height: 0; padding: 26px 22px 28px; }
  .work-body { padding: 24px 22px 26px; }
  .work-media { height: 260px; }
  .founder-card { padding: 30px 24px; }
  .about { gap: 34px; }
  .cta { padding: 56px 22px; }
  .foot-top { gap: 28px; }
  .work { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .svc-grid { grid-template-columns: 1fr; }
  .logo .logo-full { display: none; }
  .logo .logo-mark { display: block; height: 30px; }
}
@media (max-width: 520px) { .row { grid-template-columns: 1fr; } .rel-grid { grid-template-columns: 1fr; } }
@media (max-width: 480px) {
  /* 14px vertikal statt 11px → ~48px Gesamthöhe (Touch-Target-Richtwert;
     vorher ~42px, Visual-Audit). */
  .btn { padding: 14px 16px; font-size: 13px; }
  .status { font-size: 9px; letter-spacing: 0.05em; padding: 7px 12px; }
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; }
  .steps { grid-template-columns: 1fr; }
}
@media (max-width: 360px) {
  .lbl-full { display: none; } .lbl-short { display: inline; }
  .logo .logo-mark { height: 27px; }
  .nav-in { padding: 12px 14px; }
}
