/* Visual Identity V2/V3. Basis, Formular und Barrierefreiheit: site.css. */

/* Grundlagen */
.section { padding-block: var(--section-space); border-top-color: transparent; position: relative; }
.section-elevated { background: linear-gradient(180deg, #0c0c13 0%, #0a0a11 60%, var(--bg) 100%); }
.section::before {
    content: ""; position: absolute; top: 0; left: var(--gutter); right: var(--gutter);
    height: 1px; background: linear-gradient(90deg, #ffffff0d, #ffffff04, transparent);
    pointer-events: none;
}
h1, h2, h3 { font-weight: 500; }
h2 { font-size: clamp(32px, 3.4vw, 50px); line-height: 1.13; letter-spacing: -.045em; }
.section-heading { margin-bottom: 56px; }
.eyebrow { font-size: 10px; letter-spacing: .17em; }
.section-label { color: #b3a6c7; }
.text-link { font-size: 14px; gap: 22px; }
.button {
    min-height: 56px; padding: 14px 26px; border-radius: 7px;
    background-color: #713bff;
    background-image: linear-gradient(135deg, #8048ff, #6833ed);
    border-color: #b289ff35;
    box-shadow: inset 0 1px 0 #ffffff19, 0 6px 25px #713bff12;
    transition: transform var(--motion-short) var(--ease-premium), border-color var(--motion-short), box-shadow var(--motion-short);
}
.button:hover { background-color: #713bff; background-image: linear-gradient(135deg, #8754ff, #713cf2); border-color: #c0a0ff88; box-shadow: inset 0 1px 0 #ffffff30, 0 9px 28px #713bff22; }
.button > span { transition: transform var(--motion-short) var(--ease-premium); }
.button:hover > span { transform: translate(2px, -2px); }
.button-outline { background: #ffffff02; border-color: #ffffff24; box-shadow: none; }
.button-outline:hover { background: #ffffff06; box-shadow: none; border-color: #c0a0ff55; }
.button-outline:hover > span { transform: translateY(2px); }
.button-small { min-height: 44px; padding: 10px 18px; }
.button-quiet, .button-quiet:hover { background: transparent; border-color: transparent; box-shadow: none; padding-inline: 0; }
.button-quiet:hover > span { transform: translateX(-2px); }

/* Navigation */
.site-header { background: #07070bed; border-color: #ffffff08; transition: background .3s, border-color .3s, box-shadow .3s; }
.site-header.header-over-hero { background: #07070b99; border-color: transparent; }
.site-header.is-scrolled { background: #0b0b13dd; backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border-color: #ffffff12; box-shadow: 0 8px 40px #0002; }
.main-nav { gap: 30px; }
.main-nav > a:not(.button) { font-size: 13px; transition: color .2s; }
.main-nav > a[aria-current="page"]:not(.button)::after {
    width: 4px; height: 4px; border-radius: 50%; left: 50%; bottom: 1px;
    background: var(--violet-light); box-shadow: 0 0 9px #9a63ff35;
}
.menu-toggle { border-color: #ffffff20; border-radius: 30px; padding-inline: 16px; }
.menu-symbol { position: relative; width: 15px; height: 15px; display: grid; grid-template-columns: repeat(2, 4px); justify-content: space-between; align-content: space-between; transition: transform .3s var(--ease-premium); }
.menu-symbol i { width: 4px; height: 4px; border-radius: 1px; background: #c5bbd6; transition: opacity .2s; }
.menu-toggle[aria-expanded="true"] .menu-symbol { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-symbol i:nth-child(2),
.menu-toggle[aria-expanded="true"] .menu-symbol i:nth-child(3) { opacity: .3; }

/* Hero mit Originalsymbol */
.hero-v2 {
    min-height: 90svh; display: flex; flex-direction: column;
    isolation: isolate; background: linear-gradient(125deg, #07070b 25%, #0d0916 70%, #07070b);
    border-bottom: 0;
}
.hero-atmosphere { position: absolute; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.hero-v2 .hero-grid-bg {
    inset: auto -15% -22% 30%; height: 65%;
    background-image: linear-gradient(#ae83ff11 1px, transparent 1px), linear-gradient(90deg, #ae83ff11 1px, transparent 1px);
    background-size: 72px 72px; transform: perspective(600px) rotateX(65deg) rotateZ(-8deg);
    mask-image: radial-gradient(ellipse, black, transparent 70%); opacity: .7;
}
.hero-light { position: absolute; border-radius: 50%; opacity: .75; animation: ambient-drift 4.8s var(--ease-premium) 1; }
.hero-light-near { width: 750px; height: 750px; top: -5%; left: 48%; background: radial-gradient(ellipse, #713bff12, transparent 67%); }
.hero-light-far { width: 950px; height: 450px; bottom: -15%; left: 35%; background: radial-gradient(ellipse, #9a63ff0a, transparent 70%); animation-direction: reverse; }
.hero-horizon { position: absolute; left: 44%; right: 0; top: 72%; height: 1px; background: linear-gradient(90deg, transparent, #b28dff17, transparent); transform: rotate(-10deg); }
.hero-v2 .hero-layout { flex: 1; min-height: 600px; grid-template-columns: 1.25fr 1fr; align-items: center; }
.hero-v2 .hero-copy { padding-block: 70px 50px; }
.hero-v2 .hero-copy .eyebrow { margin-bottom: 34px; font-size: 10px; }
.hero-v2 h1 { font-size: var(--display-size); line-height: 1.09; letter-spacing: -.055em; font-weight: 500; margin-bottom: 30px; }
.hero-v2 h1 span { color: #c5a9ff; display: inline-block; }
.hero-v2 .hero-description { font-size: 16px; line-height: 1.85; max-width: 480px; margin-bottom: 34px; }
.hero-v2 .hero-actions { gap: 13px; }
.hero-category { margin: 30px 0 0; color: #a4a0b2; font-size: 11px; letter-spacing: .055em; }
.hero-v2 .hero-art { height: clamp(440px, 61svh, 650px); background: none; perspective: 1100px; }
.hero-v2 .art-halo { inset: -12%; background: radial-gradient(ellipse, #713bff14, transparent 64%); transform: translate3d(var(--glow-x, 0px), var(--glow-y, 0px), 0); transition: transform .7s var(--ease-premium); }
.art-plane {
    position: absolute; width: 70%; height: 69%; left: 15%; top: 15%;
    border: 1px solid #bba1ff12; border-radius: 3px;
    transform: perspective(1000px) rotateY(-25deg) rotateX(12deg) rotateZ(-14deg);
    background: linear-gradient(150deg, #9a63ff04, transparent 65%);
}
.art-plane-back { translate: 35px -25px; opacity: .55; }
.art-plane-front { translate: -22px 20px; border-color: #bba1ff1c; }
.hero-symbol-stage {
    position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
    transform: translate3d(var(--hero-x, 0px), var(--hero-y, 0px), 0) rotateX(var(--hero-rx, 0deg)) rotateY(var(--hero-ry, 0deg));
    transition: transform .65s var(--ease-premium); transform-style: preserve-3d;
}
.hero-v2 .hero-symbol { position: static; flex: none; width: 110%; max-width: none; height: auto; transform: translateY(-4%); animation: none; }
.hero-v2 .art-connections { stroke: #9a63ff24; }
.hero-v2 .connection-light { stroke: #c0a0ff65; animation: connection-travel 4.5s linear 1; }
.hero-v2 .art-label { z-index: 2; background: #0b0911d9; border: 0; border-radius: 0; border-left: 1px solid #9a63ff65; box-shadow: none; font: 10px var(--mono); padding: 9px 12px; letter-spacing: .01em; }
.hero-v2 .art-label > span { display: none; }
.hero-v2 .art-label-top { top: 4%; left: 54%; transform: none; }
.hero-v2 .art-label-left { top: 51%; left: 0; }
.hero-v2 .art-label-right { top: 76%; right: -1%; }
.hero-v2 .art-caption { bottom: 0; font-size: 8px; color: #b1a4c5; text-transform: uppercase; }
.hero-v2 .caption-line { height: 20px; margin-bottom: 15px; }
.art-coordinate { position: absolute; left: 2%; top: 5%; color: #aaa0b8; font: 8px var(--mono); letter-spacing: .12em; writing-mode: vertical-rl; }
.hero-v2 .hero-bottom { min-height: 80px; border-top: 1px solid #ffffff12; font-size: 10px; }
.hero-v2 .hero-bottom > a { gap: 16px; }
.discover-icon { width: 31px; height: 31px; border: 1px solid #ffffff25; border-radius: 50%; display: grid; place-items: center; font-size: 15px; color: var(--violet-light); transition: transform .25s; }
.hero-bottom > a:hover .discover-icon { transform: translateY(3px); }
.hero-principle { color: #b0a8bf; letter-spacing: .04em; }
@keyframes ambient-drift { from { transform: translate3d(-14px, 9px, 0); opacity: .35; } to { transform: none; opacity: .75; } }

/* Leistungen */
.positioning .split-heading { grid-template-columns: 1.25fr 1fr; gap: 10%; }
.positioning .value-grid { gap: 6%; margin-top: 70px; }
.value-grid article { border-color: #ffffff16; }
.value-grid h3 { font-size: 27px; }
.service-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 16px; }
.service-card {
    grid-column: span 3; min-height: 280px; padding: 28px; border-radius: 9px;
    background: linear-gradient(155deg, #15131f, #0f0f17 65%); border-color: #ffffff12;
    box-shadow: inset 0 1px 0 #ffffff04, 0 16px 40px #0001;
}
.service-card:nth-child(-n+2) { grid-column: span 6; min-height: 295px; padding: 34px; }
.service-card:nth-child(-n+2) h3 { font-size: 30px; letter-spacing: -.04em; }
.service-card:nth-child(-n+2) p { font-size: 15px; max-width: 370px; }
.service-card-software { background: radial-gradient(ellipse at 100% 0, #713bff12, transparent 65%), #111019; }
.service-card-webapplikationen { background: linear-gradient(135deg, #16121f, #101017 60%); }
.service-card::before { background: radial-gradient(ellipse 650px 440px at var(--mouse-x, 50%) var(--mouse-y, 50%), #9a63ff0e, transparent 75%); }
.service-card:hover { background-color: #15131e; border-color: #aa80ff45; }
.service-top { margin-bottom: 30px; }
.service-icon { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #b69ae81a; border-radius: 9px; background: #9a63ff05; }
.service-icon .icon { width: 25px; height: 25px; transition: transform .3s var(--ease-premium); }
.service-card:hover .service-icon .icon { transform: translateY(-2px); }
.service-index { font: 9px var(--mono); letter-spacing: .09em; color: #a29aac; }
.service-card h3 { font-size: 20px; line-height: 1.2; }
.service-card p { font-size: 13px; line-height: 1.8; }
.card-more { font-size: 11px; color: #c0b6d2; align-items: center; }
.card-arrow { display: grid; place-items: center; height: 28px; width: 28px; border: 1px solid #ffffff15; border-radius: 50%; font-size: 17px; }
.service-card:hover .card-arrow { border-color: #9a63ff65; }

/* Prozess; Beschreibungen bleiben ohne JavaScript verfügbar. */
.transformation { background: radial-gradient(ellipse at 50% 65%, #713bff06, transparent 60%); }
.transformation-heading { display: grid; grid-template-columns: 1.4fr 1fr; gap: 12%; align-items: end; }
.transformation-heading > p { font-size: 15px; max-width: 340px; margin-bottom: 0; }
.system-canvas { position: relative; padding: 26px 40px 0; border: 1px solid #ffffff12; border-radius: 12px; background: radial-gradient(ellipse at 50% 30%, #713bff0d, transparent 66%), #0c0c13; overflow: hidden; }
.system-caption { display: flex; justify-content: space-between; color: #a49baa; font: 9px var(--mono); text-transform: uppercase; letter-spacing: .12em; padding-bottom: 26px; border-bottom: 1px solid #ffffff0a; }
.flow-diagram { margin-top: 35px; gap: 20px; }
.flow-track { top: 64px; left: 10%; right: 10%; height: 1px; background: #b69ae824; }
.flow-track::after { display: none; }
.flow-track-progress { position: absolute; inset: 0; background: linear-gradient(90deg, #713bff55, #c0a0ff, #713bff55); transform: scaleX(var(--flow-progress, 1)); transform-origin: left; transition: transform .15s linear; }
.flow-node { padding-bottom: 22px; }
.flow-node:disabled { opacity: 1; cursor: default; }
.flow-order { font: 9px var(--mono); color: #a79aB9; letter-spacing: .08em; margin-bottom: 18px; }
.flow-node-icon { width: 76px; height: 76px; margin-bottom: 24px; position: relative; border-radius: 15px; background: #11101a; border-color: #ffffff23; }
.flow-node-brand .flow-node-icon { width: 92px; height: 92px; margin-top: -8px; margin-bottom: 16px; border-color: #9a63ff45; background: #171020; }
.flow-node-brand .flow-node-icon img { width: 82px; }
.flow-status { position: absolute; width: 7px; height: 7px; border-radius: 50%; bottom: -4px; background: #777182; border: 2px solid #11101a; box-sizing: content-box; }
.flow-node[aria-pressed="true"] .flow-status { background: var(--violet-light); box-shadow: 0 0 14px #9a63ff55; }
.flow-node:hover .flow-node-icon, .flow-node:focus-visible .flow-node-icon, .flow-node[aria-pressed="true"] .flow-node-icon { transform: translateY(-3px); border-color: #b78bff99; background: #1b1428; box-shadow: 0 8px 30px #713bff0d; }
.flow-node > .flow-node-title { font-size: 13px; font-weight: 500; }
.flow-node small { font-size: 10px; }
.flow-detail { display: grid; grid-template-columns: .55fr .9fr 1.9fr; gap: 24px; align-items: start; max-width: none; min-height: 160px; padding: 32px 0; margin: 26px 0 0; text-align: left; border: 0; border-top: 1px solid #ffffff15; border-radius: 0; background: none; }
.flow-detail-label { font: 9px var(--mono); text-transform: uppercase; color: #aba0bc; letter-spacing: .1em; padding-top: 3px; }
.flow-detail strong { font-size: 17px; line-height: 1.5; letter-spacing: -.02em; }
.flow-detail p { margin: 0; font-size: 14px; line-height: 1.8; max-width: 590px; }
.flow-static-list { padding: 30px 0 10px 20px; border-top: 1px solid var(--border); }
.flow-static-list li { margin-bottom: 26px; padding-left: 10px; }.flow-static-list h3 { font-size: 19px; }.flow-static-list p { font-size: 14px; }

/* Arbeitsweise */
.working-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 11%; align-items: start; }
.working-intro { position: sticky; top: 140px; margin: 14px 0 0; }
.working-intro h2 { font-size: clamp(36px, 3.8vw, 55px); }
.working-intro p { margin-top: 30px; font-size: 15px; }
.working-note { display: block; margin-top: 44px; color: #a99dbb; font: 10px var(--mono); }
.timeline { display: block; }
.timeline::before { display: none; }
.timeline-step { border-top: 1px solid #ffffff1a; padding: 32px 0; transition: border-color .35s; }
.timeline-step:last-child { border-bottom: 1px solid #ffffff1a; }
.timeline-step::before { content: ""; position: absolute; left: 0; top: -1px; height: 1px; width: 100%; background: linear-gradient(90deg, #b48bff, transparent); opacity: 0; transition: opacity .5s; }
.timeline-step.is-current::before, .timeline-step[open]::before { opacity: .65; }
.timeline-step summary { display: grid; grid-template-columns: 91px 1fr 24px; grid-template-rows: auto auto; align-items: center; gap: 8px 24px; padding: 0; min-height: 105px; }
.step-number { grid-row: 1 / 3; width: auto; height: auto; display: block; margin: 0; padding: 0; border: 0; border-radius: 0; font: 500 69px/1 var(--font); letter-spacing: -.075em; color: #777081; background: transparent; transition: color .4s; }
.timeline-step:hover .step-number, .timeline-step[open] .step-number, .timeline-step.is-current .step-number { background: none; color: #b8a0da; }
.timeline-step h3 { grid-column: 2; font-size: 27px; margin: 0; align-self: end; }
.step-short { grid-column: 2; font-size: 14px; line-height: 1.75; max-width: 300px; align-self: start; }
.step-expand { grid-column: 3; grid-row: 1 / 3; position: static; margin: 0; color: #b8a4d4; border: 1px solid #ffffff20; border-radius: 50%; width: 26px; height: 26px; line-height: 23px; text-align: center; font-size: 17px; }
.timeline-step > p { margin: 22px 38px 0 115px; padding: 0; font-size: 14px; line-height: 1.8; }
.solution-item { transition: border-color .25s; }
.solution-item summary { padding-block: 29px; }
.solution-item h3 { font-size: 18px; }
.solution-item:hover { border-bottom-color: #9a63ff45; }
.solution-item summary:hover .expand-icon { color: var(--violet-light); }
.solution-answer p { font-size: 14px; }

/* Technologien */
.technology-section { padding-block: 110px; border: 0; background: linear-gradient(130deg, #0d0b14, #0a0a10 70%); }
.technology-layout { grid-template-columns: 1fr 1.1fr; gap: 9%; }
.technology-layout h2 { font-size: clamp(32px, 3.1vw, 45px); }
.technology-layout p { font-size: 15px; line-height: 1.85; }
.technology-system { border: 1px solid #ffffff16; border-radius: 10px; background: #0e0d16; overflow: hidden; }
.technology-core { display: flex; align-items: center; gap: 16px; padding: 24px 30px; border-bottom: 1px solid #ffffff16; position: relative; }
.technology-core img { width: 70px; height: 70px; }
.technology-core .eyebrow { display: block; font-size: 8px; margin-bottom: 7px; }
.technology-core strong { font-size: 20px; font-weight: 500; letter-spacing: .08em; }
.technology-core-line { height: 1px; flex: 1; background: linear-gradient(90deg, transparent, #9a63ff50); margin-left: 10px; }
.technology-matrix { display: grid; grid-template-columns: 1fr 1fr; margin: 0; }
.technology-cell { padding: 26px; position: relative; border-bottom: 1px solid #ffffff0c; }
.technology-cell:nth-child(odd) { border-right: 1px solid #ffffff0c; }
.technology-cell::before { content: ""; position: absolute; top: 28px; left: 0; height: 14px; width: 1px; background: #9a63ff55; }
.technology-cell dt { font: 9px var(--mono); text-transform: uppercase; letter-spacing: .08em; color: #a79bb8; margin-bottom: 10px; }
.technology-cell dd { margin: 0; color: #d2ccdf; font-size: 13px; line-height: 1.65; }
.technology-baseline { display: flex; align-items: center; gap: 10px; padding: 18px 26px; color: #b0a5bf; font: 8px var(--mono); }
.technology-baseline > span { width: 4px; height: 4px; border-radius: 50%; background: var(--violet-light); flex: none; }

/* Projektkategorien mit abstrakten Symbolen */
.project-grid { grid-template-columns: 1fr 1fr; gap: 60px 28px; padding-bottom: 45px; }
.project-card:nth-child(even) { transform: translateY(45px); }
.project-visual { aspect-ratio: 1.8; margin: 0; border-radius: 9px 9px 0 0; background: radial-gradient(ellipse at 70% 60%, #713bff0a, transparent 70%), #101018; border-color: #ffffff14; }
.project-grid-lines { background-size: 48px 48px; background-image: linear-gradient(#aaaab807 1px, transparent 1px), linear-gradient(90deg, #aaaab807 1px, transparent 1px); }
.project-visual::after { width: 160px; height: 115px; border-radius: 4px; border: 1px solid #9a63ff18; transform: rotate(-12deg) translate(12px,-9px); transition: transform .5s var(--ease-premium); }
.project-plate { display: grid; place-items: center; width: 160px; height: 115px; border: 1px solid #ac8add33; background: linear-gradient(150deg, #1c1629, #101016); border-radius: 4px; transform: rotate(-12deg); z-index: 1; transition: transform .5s var(--ease-premium); }
.project-plate .icon { width: 38px; height: 38px; color: #b6a2d3; transform: rotate(12deg); }
.project-card:hover .project-plate { transform: rotate(-9deg) translateY(-3px); }
.project-card:hover .project-visual::after { transform: rotate(-9deg) translate(15px,-14px); }
.project-visual-index { position: absolute; left: 24px; top: 20px; font: 10px var(--mono); color: #a294b3; }
.project-visual-caption { position: absolute; bottom: 22px; left: 24px; font: 8px var(--mono); letter-spacing: .14em; color: #a294b3; }
.project-copy { border: 1px solid #ffffff14; border-top: 0; padding: 25px 28px 28px; border-radius: 0 0 9px 9px; background: #0b0b12; }
.project-meta { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 20px; }
.project-meta .eyebrow { font-size: 8px; letter-spacing: .1em; color: #b4a8c5; }
.project-meta .badge { margin: 0; font-size: 8px; border-color: #ffffff19; color: #b6adc4; }
.project-card h3 { font-size: 27px; margin-bottom: 10px; }
.project-card p { font-size: 14px; margin-bottom: 0; }

/* Markenstatement und Kontakt */
.about-section { padding-block: 145px; background: radial-gradient(ellipse at 0 40%, #713bff07, transparent 65%); }
.about-statement { position: relative; margin-top: 55px; }
.about-statement h2 { font-size: clamp(40px, 5.4vw, 78px); line-height: 1.1; letter-spacing: -.053em; color: #a6a3af; max-width: 1230px; margin-bottom: 0; }
.about-statement h2 > span { color: var(--text); }
.statement-rule { width: 70px; height: 1px; display: block; background: var(--violet-bright); margin-block: 45px; }
.about-followup { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10%; align-items: start; }
.about-followup p { font-size: 15px; line-height: 1.9; max-width: 620px; }
.about-followup .text-link { margin-top: 12px; }
.cta-section { padding-block: 20px 115px; }
.cta-panel { padding: 80px 75px 30px; border-radius: 12px; text-align: left; isolation: isolate; background: radial-gradient(ellipse at 88% 45%, #713bff19, transparent 65%), linear-gradient(110deg, #110d1b, #0c0a12); border-color: #9a63ff25; }
.cta-panel::before { left: 0; right: 0; opacity: .65; }
.cta-symbol { position: absolute; width: 530px; max-width: none; top: 46%; right: -100px; transform: translateY(-50%); opacity: .055; z-index: -1; pointer-events: none; }
.cta-content { max-width: 900px; }
.cta-panel .eyebrow { margin-bottom: 30px; }
.cta-panel h2 { font-size: clamp(34px, 4.1vw, 59px); line-height: 1.13; letter-spacing: -.047em; max-width: 960px; margin-bottom: 26px; }
.cta-panel p { margin: 0 0 30px; max-width: 600px; font-size: 15px; line-height: 1.8; }
.cta-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #ffffff12; margin-top: 65px; padding-top: 23px; color: #b3a1cd; }
.cta-coordinate { margin: 0; font: 9px var(--mono); text-transform: uppercase; letter-spacing: .12em; color: #b3a1cd; }
.cta-bottom > span:last-child { font-size: 22px; }
.page-hero { position: relative; padding-block: 115px 95px; }
.page-hero::after { content: ""; position: absolute; right: 0; top: 50px; width: 40%; height: 90%; background: radial-gradient(ellipse, #713bff08, transparent 70%); z-index: -1; pointer-events: none; }
.page-hero h1 { font-weight: 500; }
.inquiry-panel { border-color: #a483d62b; background: linear-gradient(145deg, #13101b, #0c0c13 65%); box-shadow: inset 0 1px 0 #ffffff06; }
.choice { transition: border-color .22s, background .22s, box-shadow .22s; }
.choice:hover { box-shadow: inset 0 0 25px #713bff05; }
.choice-mark { border-color: #7e778d; }
.field input, textarea { border-color: #686173; }
.field input:hover, textarea:hover { border-color: #9a88b2; }
.form-progress li { transition: border-color .3s, color .3s; }
.site-footer { background: linear-gradient(180deg, #08080e, #07070b); border-color: #ffffff0e; }

/* Einmalige Reveals; Verzögerungen nur innerhalb lokaler Gruppen. */
.reveal-ready { transform: translateY(14px); transition-duration: var(--motion-reveal); transition-timing-function: var(--ease-premium); transition-delay: var(--reveal-delay, 0ms); }
.reveal-ready[data-reveal="fade"] { transform: none; }
.reveal-ready[data-reveal="slight-slide"] { transform: translateX(12px); }
.reveal-ready.is-revealed { transform: none; }
.flow-node > span.flow-order { font-size: 9px; }
.flow-node > span.flow-node-title { font-size: 13px; }

/* Tablet */
@media (max-width: 1150px) {
    .main-nav { gap: 24px; }
    .hero-v2 .hero-layout { grid-template-columns: 1.3fr 1fr; }
    .hero-v2 h1 { font-size: clamp(50px, 5.55vw, 64px); }
    .hero-v2 .hero-description { font-size: 15px; max-width: 435px; }
    .hero-v2 .hero-actions .button { font-size: 12px; padding-inline: 20px; gap: 19px; }
    .hero-v2 .hero-art { height: 510px; }
    .hero-v2 .art-label { font-size: 9px; }
    .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .service-card, .service-card:nth-child(-n+2) { grid-column: auto; min-height: 275px; padding: 30px; }
    .service-card:nth-child(-n+2) h3 { font-size: 27px; }
    .working-layout { gap: 7%; grid-template-columns: .8fr 1.2fr; }
    .timeline-step summary { grid-template-columns: 72px 1fr 24px; gap: 8px 16px; }
    .step-number { font-size: 59px; }
    .timeline-step h3 { font-size: 24px; }
    .timeline-step > p { margin-left: 88px; }
    .technology-layout { gap: 7%; }
    .technology-cell { padding: 22px; }
    .technology-cell dd { font-size: 12px; }
    .flow-diagram { gap: 12px; }
    .flow-node > span.flow-node-title { font-size: 12px; }
    .system-canvas { padding-inline: 28px; }
}
@media (max-width: 900px) {
    .main-nav { gap: 17px; }.main-nav > a:not(.button) { font-size: 11px; }
    .hero-v2 { min-height: 0; }
    .hero-v2 .hero-layout { min-height: 650px; grid-template-columns: 1.2fr 1fr; }
    .hero-v2 h1 { font-size: 49px; }
    .hero-v2 .hero-copy .eyebrow { font-size: 9px; }
    .hero-v2 .hero-description { font-size: 15px; }
    .hero-v2 .hero-art { height: 420px; }
    .hero-v2 .hero-symbol { width: 120%; }
    .hero-v2 .art-label { font-size: 8px; }
    .hero-v2 .art-label-top { top: 6%; left: 42%; }
    .hero-v2 .art-label-right { right: -5%; }
    .hero-v2 .art-caption { font-size: 7px; }
    .art-coordinate { font-size: 7px; left: 0; }
    .hero-v2 .hero-actions { flex-direction: column; align-items: start; }
    .hero-v2 .hero-actions .button { width: 215px; justify-content: space-between; }
    .hero-v2 .hero-bottom { min-height: 74px; font-size: 9px; }
    .hero-v2 .hero-bottom > a { display: flex; }
    .hero-principle { display: none; }
    .positioning .split-heading { gap: 6%; }
    .transformation-heading { grid-template-columns: 1.3fr 1fr; gap: 6%; }
    .flow-node > span.flow-node-title { font-size: 11px; }
    .flow-node small { font-size: 9px; }
    .flow-node-icon { width: 62px; height: 62px; }
    .flow-node-brand .flow-node-icon { width: 76px; height: 76px; margin-top: -7px; margin-bottom: 17px; }
    .flow-node-brand .flow-node-icon img { width: 68px; }
    .flow-track { top: 56px; }
    .flow-detail { grid-template-columns: 1fr 2fr; gap: 12px 24px; }
    .flow-detail-label { grid-column: 1; }.flow-detail strong { grid-column: 1; grid-row: 2; }
    .flow-detail p { grid-column: 2; grid-row: 1 / 3; font-size: 13px; }
    .working-layout { grid-template-columns: .75fr 1.25fr; gap: 5%; }
    .working-intro h2 { font-size: 34px; }
    .working-intro p { font-size: 14px; }
    .timeline-step summary { grid-template-columns: 54px 1fr 23px; gap: 8px 15px; }
    .step-number { font-size: 45px; }
    .timeline-step h3 { font-size: 21px; }
    .step-short { font-size: 13px; }
    .timeline-step > p { margin-left: 69px; margin-right: 0; font-size: 13px; }
    .technology-layout { grid-template-columns: 1fr; gap: 40px; }
    .technology-layout > div:first-child { max-width: 630px; }
    .technology-system { max-width: 630px; width: 100%; }
    .technology-cell { padding: 25px; }.technology-cell dd { font-size: 14px; }
    .project-copy { padding: 22px; }.project-card h3 { font-size: 23px; }
    .project-meta { align-items: start; flex-direction: column; gap: 10px; }
    .project-visual { aspect-ratio: 1.5; }
    .about-section { padding-block: 105px; }
    .about-followup { gap: 7%; }
    .cta-panel { padding: 65px 45px 26px; }
    .cta-panel h2 { font-size: 42px; }
}

/* Mobile */
@media (max-width: 720px) {
    :root { --section-space: 48px; --gutter: 24px; }
    .site-header { min-height: 76px; height: auto; }
    .site-header.menu-open { background: #0c0a14f5; backdrop-filter: blur(20px); }
    .main-nav { gap: 0; padding-block: 14px 30px; }
    .main-nav > a:not(.button) { font-size: 25px; font-weight: 400; padding-block: 17px; }
    .main-nav > a[aria-current="page"]:not(.button)::after { left: auto; right: 4px; bottom: 28px; }
    .main-nav .button { margin-top: 26px; min-height: 52px; }
    .menu-toggle { min-width: 88px; min-height: 44px; font-size: 12px; }
    .hero-v2 { background: linear-gradient(155deg, #08070c, #0d0915 65%, #08070c); }
    .hero-v2 .hero-layout { display: block; min-height: 0; }
    .hero-v2 .hero-copy { padding-block: 38px 0; }
    .hero-v2 .hero-copy .eyebrow { margin-bottom: 24px; font-size: 9px; letter-spacing: .1em; }
    .hero-v2 h1 { font-size: clamp(40px, 7.5vw, 57px); line-height: 1.09; margin-bottom: 25px; max-width: 540px; }
    .hero-v2 .hero-description { font-size: 15px; line-height: 1.8; max-width: 460px; margin-bottom: 28px; }
    .hero-v2 .hero-actions { display: flex; flex-direction: row; gap: 11px; }
    .hero-v2 .hero-actions .button { width: auto; padding: 13px 16px; font-size: 11.5px; gap: 14px; min-height: 52px; }
    .hero-category { font-size: 10px; margin-top: 24px; letter-spacing: .015em; }
    .hero-v2 .hero-art { width: 100%; max-width: 460px; height: 172px; margin: 12px 0 0; perspective: none; }
    .hero-v2 .hero-symbol-stage { inset: -10px -4px auto auto; width: 195px; height: 195px; transform: none; }
    .hero-v2 .hero-symbol { width: 100%; transform: none; }
    .hero-v2 .art-halo { inset: 0 -5% 0 35%; opacity: .5; }
    .hero-v2 .art-plane { width: 110px; height: 116px; left: auto; right: 34px; top: 31px; opacity: .6; }
    .hero-v2 .art-plane-back { display: none; }
    .hero-v2 .art-label { left: 0; right: auto; top: auto; font-size: 9px; padding: 7px 10px; border-color: #9a63ff44; background: none; transform: none; }
    .hero-v2 .art-label-top { top: 27px; }.hero-v2 .art-label-left { top: 61px; }.hero-v2 .art-label-right { top: 95px; }
    .hero-v2 .art-connections, .hero-v2 .art-coordinate, .hero-v2 .art-caption { display: none; }
    .hero-v2 .hero-grid-bg { inset: 30% -40% -40% -10%; height: 80%; opacity: .2; }
    .hero-light { animation: none; opacity: .4; }
    .hero-light-near { width: 430px; height: 430px; left: 25%; top: 25%; }
    .hero-light-far, .hero-horizon { display: none; }
    .hero-v2 .hero-bottom { min-height: 63px; justify-content: space-between; padding-block: 12px; font-size: 9px; flex-wrap: nowrap; }
    .hero-v2 .hero-bottom > a { gap: 9px; }.hero-v2 .hero-bottom .location { display: flex; font-size: 8px; gap: 4px; }
    .hero-v2 .hero-bottom .swiss-cross { scale: .8; }
    .discover-icon { width: 27px; height: 27px; }
    h2 { font-size: clamp(30px, 5.7vw, 39px); }
    .section-heading { margin-bottom: 28px; }
    .positioning .split-heading { grid-template-columns: 1fr; gap: 27px; }
    .positioning .value-grid { margin-top: 32px; gap: 22px; }
    .value-grid h3 { font-size: 25px; }
    .value-grid p { font-size: 14px; }
    .service-card, .service-card:nth-child(-n+2) { padding: 20px; min-height: 0; }
    .service-card h3, .service-card:nth-child(-n+2) h3 { font-size: 23px; }
    .service-card p, .service-card:nth-child(-n+2) p { font-size: 14px; }
    .service-top { margin-bottom: 16px; }
    .service-icon { width: 36px; height: 36px; }
    .transformation-heading { display: block; }
    .transformation-heading > p { margin-top: 24px; font-size: 14px; max-width: 100%; }
    .system-canvas { padding: 22px 22px 0; border-radius: 9px; }
    .system-caption { font-size: 8px; letter-spacing: .06em; padding-bottom: 19px; }
    .flow-diagram { margin: 30px 0 0; max-width: none; grid-template-columns: 1fr; gap: 22px; }
    .flow-node { display: grid; grid-template-columns: 59px 1fr; grid-template-rows: auto auto; gap: 3px 20px; padding: 0; align-items: center; text-align: left; }
    .flow-node > .flow-order { display: none; }
    .flow-node-icon, .flow-node-brand .flow-node-icon { grid-row: 1 / 3; width: 59px; height: 59px; margin: 0; border-radius: 12px; }
    .flow-node-brand .flow-node-icon img { width: 55px; }
    .flow-node > span.flow-node-title { font-size: 14px; align-self: end; }
    .flow-node small { margin: 0; font-size: 11px; align-self: start; }
    .flow-status { bottom: auto; right: -4px; top: 24px; width: 5px; height: 5px; }
    .flow-track { top: 28px; bottom: 28px; left: 29px; right: auto; width: 1px; height: auto; }
    .flow-track-progress { transform: scaleY(var(--flow-progress, 1)); transform-origin: top; background: linear-gradient(180deg, #713bff55, #c0a0ff, #713bff55); }
    .flow-node:hover .flow-node-icon, .flow-node:focus-visible .flow-node-icon, .flow-node[aria-pressed="true"] .flow-node-icon { transform: none; }
    .flow-detail { display: block; min-height: 200px; margin-top: 30px; padding-block: 23px; }
    .flow-detail-label { display: block; font-size: 8px; margin-bottom: 10px; }
    .flow-detail strong { display: block; font-size: 19px; margin-bottom: 10px; }
    .flow-detail p { font-size: 13px; line-height: 1.8; }
    .working-layout { display: block; }
    .working-intro { position: static; margin: 0 0 30px; }
    .working-intro h2 { font-size: 36px; }.working-intro h2 br { display: none; }
    .working-intro p { margin-top: 22px; }.working-note { margin-top: 24px; }
    .timeline-step { padding-block: 22px; }
    .timeline-step summary { grid-template-columns: 56px 1fr 24px; gap: 9px 17px; min-height: 86px; padding: 0; }
    .step-number { position: static; font-size: 48px; }
    .timeline-step h3 { font-size: 23px; padding: 0; }
    .step-short { max-width: none; font-size: 13px; }
    .step-expand { position: static; width: 24px; height: 24px; line-height: 21px; margin: 0; }
    .timeline-step > p { margin: 20px 0 0 73px; padding: 0; font-size: 13px; }
    .technology-section { padding-block: 60px; }
    .technology-layout { gap: 32px; }.technology-layout p { font-size: 14px; }
    .technology-core { padding: 19px 18px; gap: 10px; }.technology-core img { width: 56px; height: 56px; }
    .technology-core .eyebrow { font-size: 8px; letter-spacing: .08em; }
    .technology-core strong { font-size: 18px; }
    .technology-cell { padding: 18px; }.technology-cell dt { font-size: 8px; letter-spacing: .035em; }.technology-cell dd { font-size: 12px; }
    .technology-baseline { padding: 18px; font-size: 7px; gap: 7px; }
    .project-grid { grid-template-columns: 1fr; gap: 24px; padding-bottom: 0; }
    .project-card:nth-child(even) { transform: none; }
    .project-visual { aspect-ratio: 2.35; }
    .project-meta { flex-direction: row; gap: 10px; align-items: center; margin-bottom: 14px; }
    .project-meta .eyebrow, .project-meta .badge { font-size: 7px; }
    .project-copy { padding: 19px; }.project-card h3 { font-size: 24px; }.project-card p { font-size: 13px; }
    .about-section { padding-block: 65px; }
    .about-statement { margin-top: 36px; }
    .about-statement h2 { font-size: clamp(36px, 6.1vw, 48px); line-height: 1.13; }
    .about-statement h2 br { display: none; }
    .about-statement h2 > span { display: block; margin-top: 14px; }
    .statement-rule { margin-block: 32px; width: 45px; }
    .about-followup { display: flex; flex-direction: column-reverse; gap: 28px; }
    .about-followup p { font-size: 14px; }
    .cta-section { padding-block: 0 56px; }
    .cta-panel { padding: 36px 24px 23px; }
    .cta-panel h2 { font-size: clamp(31px, 6vw, 39px); line-height: 1.15; }
    .cta-panel .eyebrow { font-size: 9px; margin-bottom: 25px; }
    .cta-panel p { font-size: 14px; }
    .cta-symbol { width: 340px; right: -145px; top: 55%; opacity: .035; }
    .cta-bottom { margin-top: 28px; padding-top: 20px; }.cta-coordinate { font-size: 8px; }
    .page-hero { padding-block: 65px; }
    .contact-layout { padding-top: 55px; }
    .inquiry-panel { border-radius: 10px; }
    .form-notice p { font-size: 12px; }
    .form-progress li { font-size: 9px; }
    .field input, textarea { font-size: 16px; }
    .privacy-choice { font-size: 11px; }
}
@media (max-width: 520px) {
    .service-grid { grid-template-columns: 1fr; }
    .service-card, .service-card:nth-child(-n+2) { min-height: 0; padding: 20px; }
}
@media (max-width: 360px) {
    :root { --gutter: 20px; }
    .hero-v2 h1 { font-size: 38px; }
    .hero-v2 .hero-copy .eyebrow { font-size: 8px; letter-spacing: .065em; }
    .hero-v2 .hero-actions { display: grid; grid-template-columns: 1fr; gap: 10px; }
    .hero-v2 .hero-actions .button { width: 100%; justify-content: space-between; }
    .hero-v2 .hero-symbol-stage { width: 172px; height: 172px; right: -9px; top: 2px; }
    .hero-v2 .art-label { font-size: 8px; }
    .hero-v2 .hero-bottom .location { font-size: 7px; }
    .system-canvas { padding-inline: 17px; }.system-caption { font-size: 7px; }
    .flow-node { gap: 3px 16px; }.flow-node > span.flow-node-title { font-size: 12px; }.flow-node small { font-size: 10px; }
    .timeline-step summary { grid-template-columns: 43px 1fr 22px; gap: 8px 12px; }.step-number { font-size: 38px; }
    .timeline-step h3 { font-size: 21px; }.step-short { font-size: 12px; }.timeline-step > p { margin-left: 55px; }
    .technology-core { padding-inline: 14px; }.technology-core-line { display: none; }
    .technology-cell { padding: 18px 13px; }.technology-cell dd { font-size: 11px; }.technology-cell dt { font-size: 7px; }
    .technology-baseline { font-size: 6.5px; padding-inline: 13px; }
    .project-meta { align-items: start; flex-direction: column; }.project-copy { padding: 21px; }
    .cta-panel { padding-inline: 23px; }.cta-panel h2 { font-size: 30px; }
}
@media (prefers-reduced-motion: reduce) {
    .hero-symbol-stage, .hero-v2 .art-halo, .service-card, .project-plate, .project-visual::after { transform: none; transition: none; }
    .hero-light, .hero-v2 .connection-light { animation: none; }
    .flow-track-progress { transform: none; transition: none; }
    .reveal-ready, .reveal-ready[data-reveal] { opacity: 1; transform: none; transition: none; }
}
@media print {
    .hero-atmosphere, .hero-art, .cta-symbol { display: none; }
    .hero-v2 { min-height: 0; background: white; }
    .working-intro { position: static; }.system-canvas, .technology-system, .project-copy, .cta-panel { background: white; color: black; }
    .flow-static-list { display: block !important; }.flow-detail { display: none !important; }
}

/* Fabian Leder */
.founder-section {
    position: relative; padding-block: clamp(64px, 7vw, 108px) 0;
    background: radial-gradient(ellipse at 85% 24%, #713bff0d, transparent 46%);
}
.founder-layout { display: grid; grid-template-columns: 1.04fr 1fr; column-gap: 6%; align-items: start; }
.founder-intro { grid-column: 1; grid-row: 1; padding-top: 8px; }
.founder-intro .eyebrow { display: flex; align-items: center; gap: 17px; color: var(--violet-light); margin-bottom: 34px; }
.founder-intro h1 { font-size: clamp(52px, 5.8vw, 84px); line-height: 1.04; letter-spacing: -.055em; margin-bottom: 16px; }
.founder-intro h1 > span { color: var(--violet-light); }
.founder-role { font-size: clamp(18px, 1.65vw, 24px); color: #c3bacf; margin-bottom: 40px; }
.founder-intro .founder-lead { font-size: clamp(22px, 2.1vw, 30px); line-height: 1.38; letter-spacing: -.027em; color: var(--text); max-width: 580px; margin-bottom: 32px; }
.founder-copy { grid-column: 1; grid-row: 2; }
.founder-copy p { font-size: 15px; line-height: 1.9; max-width: 610px; margin-bottom: 25px; }
.founder-copy strong { color: #d3c7e5; font-weight: 550; }
.founder-portrait { grid-column: 2; grid-row: 1 / 3; margin: -16px 0 0; position: sticky; top: 104px; aspect-ratio: 4 / 5; isolation: isolate; }
.founder-portrait::before { content: ""; position: absolute; inset: 5% 1% 12% 3%; border-left: 1px solid #a978ff20; border-top: 1px solid #a978ff10; pointer-events: none; }
.founder-portrait-light { position: absolute; inset: 3% -4% 0; background: radial-gradient(ellipse at 60% 42%, #713bff29, #713bff09 45%, transparent 68%); }
.founder-portrait-grid { position: absolute; inset: 0 0 26%; background-image: radial-gradient(#bda1ff52 .7px, transparent .7px); background-size: 28px 28px; mask-image: linear-gradient(130deg, transparent, #000 50%, transparent); opacity: .4; }
.founder-brand { position: absolute; width: 66%; top: -8%; right: -4%; opacity: .1; }
.founder-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center top; mask-image: linear-gradient(#000 72%, #000c 84%, transparent 99%); }
.founder-portrait figcaption { position: absolute; bottom: 0; left: 0; right: 0; text-align: center; font: 9px/1.8 var(--mono); letter-spacing: .13em; text-transform: uppercase; color: #b3a6c7; }
.founder-contact { margin-top: 54px; padding: 27px 30px; display: grid; grid-template-columns: 1fr 1fr 1.1fr; border: 1px solid #9a63ff24; border-radius: var(--radius); background: linear-gradient(115deg, #100d18, #0b0a11); }
.founder-contact > * { display: flex; flex-direction: column; gap: 9px; padding-inline: 28px; font-size: 14px; min-width: 0; }
.founder-contact > :first-child { padding-left: 0; }
.founder-contact > :last-child { padding-right: 0; }
.founder-contact > * + * { border-left: 1px solid #9a63ff24; }
.founder-contact-label { font: 9px/1.5 var(--mono); letter-spacing: .13em; text-transform: uppercase; color: #b4a4cd; }
.founder-contact > * > span:last-child { display: flex; align-items: center; gap: 12px; }
.founder-contact a > span:last-child > span { margin-left: auto; color: var(--violet-light); transition: transform var(--motion-short); }
.founder-contact a:hover { color: var(--violet-light); }
.founder-contact a:hover > span:last-child > span { transform: translate(2px, -2px); }
.founder-principle::before { display: none; }
.founder-principle .section-label { display: block; margin-bottom: 26px; }
.founder-principle-intro { font-size: 15px; margin-bottom: 28px; }
.founder-principle h2 { font-size: clamp(34px, 4.2vw, 62px); max-width: 1140px; line-height: 1.16; }
.founder-principle h2 > span { color: #a6a3af; }
.founder-principle-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; margin-top: 48px; }
.founder-principle-copy p { font-size: 15px; line-height: 1.9; margin-bottom: 0; }
.about-person { display: flex; align-items: center; gap: 26px; max-width: 440px; border-radius: 8px; }
.about-person-image { width: 154px; flex: 0 0 154px; aspect-ratio: 4 / 5; overflow: hidden; position: relative; background: radial-gradient(ellipse at 70% 30%, #713bff26, transparent 72%); border-bottom: 1px solid #9a63ff35; }
.about-person-image img { width: 100%; height: 100%; object-fit: contain; mask-image: linear-gradient(#000 70%, transparent 100%); }
.about-person > span:last-child { display: flex; flex-direction: column; gap: 7px; }
.about-person strong { font-size: 24px; font-weight: 500; letter-spacing: -.03em; }
.about-person > span:last-child > span { font-size: 12px; color: var(--text-secondary); }
.about-person .about-person-link { display: flex; gap: 20px; margin-top: 14px; color: var(--violet-light); }
.about-person-link > span { transition: transform var(--motion-short); }
.about-person:hover .about-person-link > span { transform: translate(2px, -2px); }
@media (max-width: 1100px) {
    .founder-layout { column-gap: 5%; }
    .founder-intro h1 { font-size: clamp(48px, 6.2vw, 65px); }
    .founder-copy p { font-size: 14px; }
    .founder-role { margin-bottom: 28px; }
    .founder-contact { padding-inline: 24px; }
    .founder-contact > * { padding-inline: 20px; font-size: 12px; }
    .about-person { gap: 18px; }.about-person-image { width: 120px; flex-basis: 120px; }.about-person strong { font-size: 21px; }
}
@media (min-width: 761px) and (max-width: 1000px) {
    .founder-layout { row-gap: 36px; }
    .founder-portrait { grid-row: 1; position: relative; top: auto; }
    .founder-copy { grid-column: 1 / -1; grid-row: 2; }
    .founder-copy p { max-width: none; font-size: 15px; }
}
@media (max-width: 760px) {
    .founder-layout { grid-template-columns: 1fr; row-gap: 28px; }
    .founder-intro { grid-column: 1; grid-row: 1; }
    .founder-intro h1 { font-size: clamp(46px, 10.5vw, 68px); }
    .founder-intro .eyebrow { margin-bottom: 27px; }
    .founder-intro .founder-lead { font-size: clamp(23px, 4.5vw, 29px); margin-bottom: 0; max-width: 530px; }
    .founder-role { font-size: 18px; margin-bottom: 30px; }
    .founder-portrait { grid-column: 1; grid-row: 2; position: relative; top: auto; width: min(100%, 430px); margin: 0 auto; }
    .founder-brand { top: 0; right: 0; }
    .founder-portrait-light { inset-inline: 0; }
    .founder-portrait figcaption { font-size: 8px; }
    .founder-copy { grid-column: 1; grid-row: 3; }
    .founder-copy p { font-size: 15px; line-height: 1.85; }
    .founder-contact { grid-template-columns: 1fr; margin-top: 16px; padding: 5px 23px; }
    .founder-contact > * { padding: 20px 0; font-size: 14px; min-height: 83px; }
    .founder-contact > * + * { border-left: 0; border-top: 1px solid #9a63ff24; }
    .founder-contact > * > span:last-child { max-width: 400px; }
    .founder-principle h2 { font-size: clamp(31px, 5.8vw, 44px); }
    .founder-principle-copy { grid-template-columns: 1fr; gap: 24px; margin-top: 28px; }
    .founder-principle-copy p { font-size: 14px; }
    .about-person { width: 100%; max-width: 440px; }.about-person-image { width: 132px; flex-basis: 132px; }
}
@media (max-width: 360px) {
    .founder-intro h1 { font-size: 44px; }.founder-intro .founder-lead { font-size: 23px; }
    .founder-portrait figcaption { font-size: 7px; letter-spacing: .09em; }
    .about-person { gap: 16px; }.about-person-image { width: 100px; flex-basis: 100px; }.about-person strong { font-size: 20px; }
    .about-person > span:last-child > span { font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
    .founder-contact a > span:last-child > span, .about-person-link > span { transition: none; transform: none; }
}
@media print {
    .founder-section { padding-top: 20px; background: white; }
    .founder-portrait { position: relative; top: auto; }
    .founder-portrait-light, .founder-portrait-grid, .founder-brand { display: none; }
    .founder-intro h1 > span, .founder-lead, .founder-copy strong, .founder-principle h2 > span { color: black; }
    .founder-contact { background: white; }
}

/* V3: Lesestruktur und mobile Abstände */

.solution-context { margin: 0; }
.solution-context > div + div { margin-top: 18px; }
.solution-context dt { color: var(--violet-light); font: 10px/1.7 var(--mono); letter-spacing: .04em; margin-bottom: 5px; }
.solution-context dd { margin: 0; font-size: 14px; line-height: 1.8; color: var(--text-secondary); }
.founder-background > summary { display: none; }
@media (max-width: 720px) {
    .page-hero:not(.legal-hero) { padding-block: 44px; }
    .service-card p { margin-bottom: 14px; }
    .service-detail { padding-block: 26px; gap: 14px; }
    .detail-title { margin-bottom: 16px; }
    .feature-list { margin-block: 14px; }
    .founder-section { padding-top: 44px; }
    .founder-layout { row-gap: 22px; }
    .founder-intro .eyebrow { margin-bottom: 20px; }
    .founder-role { margin-bottom: 22px; }
    .founder-portrait { max-width: 280px; }
    .founder-background > summary { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 54px; border-block: 1px solid var(--border); padding-block: 14px; list-style: none; cursor: pointer; color: var(--violet-light); font-size: 14px; }
    .founder-background > summary::-webkit-details-marker { display: none; }
    .founder-background[open] > summary > span { transform: rotate(45deg); }
    .founder-background > div { padding-top: 22px; }
    .founder-background p:last-child { margin-bottom: 0; }
    .founder-contact { margin-top: 26px; }
    .footer-main { padding-block: 36px; gap: 26px 20px; }
    .footer-main h2 { margin-bottom: 14px; }
    .footer-bottom { padding-inline-end: 48px; }
}
@media (min-width: 361px) and (max-width: 420px) {
    .footer-main { grid-template-columns: 1fr 1fr; }
    .footer-intro { grid-column: 1 / -1; }
}
