:root{
  --orange:#f49a00;
  --black:#111111;
  --ink:#171717;
  --paper:#f3f0ea;
  --line:rgba(17,17,17,.16);
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"Arial Narrow","Helvetica Neue Condensed",Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;width:100%}
.site-header{
  position:fixed;z-index:50;top:0;left:0;right:0;height:94px;
  display:flex;align-items:center;justify-content:space-between;padding:16px 34px;
  color:white;transition:.35s ease;
}
.site-header.scrolled{background:rgba(17,17,17,.94);backdrop-filter:blur(12px);height:78px}
.brand{width:144px;height:65px;display:flex;align-items:center}
.brand img{max-height:65px;object-fit:contain;filter:drop-shadow(0 3px 10px rgba(0,0,0,.2))}
.nav{display:flex;align-items:center;gap:34px;font-size:13px;text-transform:uppercase;letter-spacing:.09em;font-weight:700}
.nav a{opacity:.86}.nav a:hover{opacity:1}
.nav-cta{border:1px solid rgba(255,255,255,.6);padding:13px 18px;border-radius:99px}
.menu-toggle{display:none;background:none;border:0;width:40px;height:40px;position:relative}
.menu-toggle span{position:absolute;left:8px;width:24px;height:2px;background:white}.menu-toggle span:first-child{top:15px}.menu-toggle span:last-child{top:23px}

.hero{position:relative;min-height:100svh;color:white;overflow:hidden;background:#1b1b1b}
.hero-media{position:absolute;inset:0;background:url("assets/hero.webp") center 50%/cover no-repeat;transform:scale(1.01)}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.57) 40%,rgba(0,0,0,.10) 73%),linear-gradient(0deg,rgba(0,0,0,.55),transparent 48%)}
.hero-content{position:absolute;left:6vw;bottom:10vh;max-width:980px;z-index:3}
.eyebrow,.section-kicker{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:800}
.hero h1{font-size:clamp(68px,8.1vw,132px);line-height:.82;margin:18px 0 28px;letter-spacing:-.055em;text-transform:uppercase;font-weight:900}
.hero h1 em{font-style:normal;color:var(--orange)}
.hero-copy{font-size:clamp(18px,1.8vw,27px);line-height:1.35;max-width:650px;margin:0 0 34px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;padding:15px 22px;border-radius:99px;font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;transition:.25s}
.button-solid{background:var(--orange);color:#111}.button-solid:hover{transform:translateY(-2px);background:#ffab16}
.button-ghost{border:1px solid rgba(255,255,255,.65);color:white}.button-ghost:hover{background:white;color:black}
.hero-mark{position:absolute;right:-16px;bottom:-18px;font-weight:900;font-size:clamp(68px,11vw,185px);line-height:.8;letter-spacing:-.06em;color:rgba(255,255,255,.09);z-index:1}
.scroll-hint{position:absolute;right:34px;bottom:30px;z-index:4;width:46px;height:46px;border:1px solid rgba(255,255,255,.4);display:grid;place-items:center;border-radius:50%;font-size:22px}

.claim{padding:150px 7vw 160px;max-width:1600px;margin:auto}
.claim h2,.section-head h2,.services-intro h2,.story-copy h2,.contact h2{font-size:clamp(52px,7vw,112px);line-height:.9;letter-spacing:-.055em;margin:20px 0 30px;text-transform:uppercase}
.claim h2 span{color:var(--orange)}
.claim>p:last-child{font-size:clamp(18px,2vw,29px);line-height:1.4;max-width:800px;margin-left:auto}

.projects{padding:0 4vw 140px}
.section-head{padding:0 3vw 58px}
.project{position:relative;overflow:hidden;background:#111;min-height:560px}
.project-large{height:min(78vh,850px)}
.project img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}
.project::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.72),transparent 55%)}
.project:hover img{transform:scale(1.03)}
.project-overlay{position:absolute;left:34px;right:34px;bottom:30px;color:white;z-index:2}
.project-overlay p{font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:var(--orange);margin:0 0 9px}
.project-overlay h3{font-size:clamp(28px,4vw,58px);line-height:.96;margin:0;text-transform:uppercase;letter-spacing:-.04em}
.project-overlay span{display:block;margin-top:12px;font-size:14px;opacity:.82}
.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.project-grid .project{min-height:620px}

.services{background:#111;color:white;padding:140px 7vw}
.services-intro{max-width:1100px;margin-bottom:70px}.services-intro h2{max-width:1050px}
.service-list{border-top:1px solid rgba(255,255,255,.2)}
.service-row{display:grid;grid-template-columns:90px 1.4fr 1fr;align-items:center;gap:25px;border-bottom:1px solid rgba(255,255,255,.2);padding:28px 0}
.service-row span{color:var(--orange);font-size:12px;font-weight:800}
.service-row h3{font-size:clamp(23px,2.5vw,40px);margin:0;text-transform:uppercase;letter-spacing:-.025em}
.service-row p{margin:0;opacity:.64;font-size:16px;line-height:1.45}

.split-story{display:grid;grid-template-columns:1.08fr .92fr;min-height:820px}
.story-image{min-height:720px}.story-image img{height:100%;object-fit:cover}
.story-copy{display:flex;flex-direction:column;justify-content:center;padding:80px 7vw;background:var(--orange);color:#111}
.story-copy h2{font-size:clamp(48px,5vw,82px)}
.story-copy p{font-size:18px;line-height:1.55;max-width:660px}.signature{margin-top:36px;padding-top:24px;border-top:1px solid rgba(0,0,0,.3);font-weight:800}

.detail-band{position:relative;height:75vh;min-height:620px;overflow:hidden;background:#000}
.detail-band img{width:100%;height:100%;object-fit:cover;filter:brightness(.62)}
.detail-text{position:absolute;left:6vw;bottom:6vw;color:white;display:flex;flex-direction:column;font-size:clamp(42px,7vw,105px);font-weight:900;line-height:.86;letter-spacing:-.055em;text-transform:uppercase}
.detail-text span:nth-child(2){color:var(--orange)}

.contact{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding:140px 7vw 150px;background:#eeeae2}
.contact h2{margin-bottom:0}
.contact-right{align-self:end;border-top:1px solid var(--line);padding-top:28px}
.contact-main{display:block;font-size:clamp(25px,3vw,46px);font-weight:800;letter-spacing:-.03em;padding:12px 0;border-bottom:1px solid var(--line)}
.contact-right p{font-size:17px;line-height:1.5;margin:35px 0}.contact-right .button{color:#111}

.site-footer{background:#111;color:white;padding:64px 7vw 26px}
.footer-main{display:flex;align-items:flex-end;justify-content:space-between;gap:70px;max-width:1600px;margin:0 auto 48px}
.footer-brand{display:flex;align-items:center;gap:32px;min-width:0}
.footer-logo{width:190px;flex:0 0 auto}.footer-logo img{width:100%;height:auto;max-height:190px;object-fit:contain}
.footer-copy{display:flex;flex-direction:column;gap:4px}.footer-copy strong{font-size:clamp(30px,3vw,48px);line-height:.95;text-transform:uppercase;letter-spacing:-.025em}.footer-copy span{font-size:16px;opacity:.65}.footer-copy em{font-style:normal;color:var(--orange);font-size:20px;font-weight:700;margin-top:10px}
.footer-nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px 28px;font-size:13px;text-transform:uppercase;letter-spacing:.1em;font-weight:700;opacity:.78}.footer-nav a:hover{opacity:1;color:var(--orange)}
.footer-bottom{max-width:1600px;margin:0 auto;padding-top:22px;border-top:1px solid rgba(255,255,255,.16);font-size:12px;text-transform:uppercase;letter-spacing:.1em;opacity:.52}

.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:none}

@media(max-width:850px){
  .site-header{height:76px;padding:10px 16px}.site-header.scrolled{height:68px}.brand{width:108px;height:52px}.brand img{max-height:52px}
  .menu-toggle{display:block;z-index:5}
  .nav{position:fixed;inset:0;background:#111;display:flex;flex-direction:column;justify-content:center;gap:26px;font-size:26px;transform:translateY(-100%);transition:.35s;z-index:4}
  .nav.open{transform:none}.nav-cta{border:0;padding:0;color:var(--orange)}
  .hero-content{left:20px;right:20px;bottom:10vh}.hero h1{font-size:clamp(58px,18vw,100px)}.hero-copy{font-size:18px}.hero-mark{display:none}.scroll-hint{right:18px;bottom:18px}
  .claim{padding:100px 20px}.claim>p:last-child{margin-left:0}
  .projects{padding:0 12px 90px}.section-head{padding:0 8px 35px}
  .project-large{height:68vh;min-height:540px}.project-grid{grid-template-columns:1fr}.project-grid .project{min-height:540px}
  .project-overlay{left:22px;right:22px;bottom:22px}
  .services{padding:95px 20px}.service-row{grid-template-columns:42px 1fr;padding:24px 0}.service-row p{grid-column:2}
  .split-story{grid-template-columns:1fr}.story-image{min-height:70vh}.story-copy{padding:90px 20px}
  .detail-band{height:68vh;min-height:520px}.detail-text{left:20px;bottom:30px}
  .contact{grid-template-columns:1fr;gap:65px;padding:95px 20px}
  .site-footer{padding:46px 20px 24px}.footer-main{align-items:flex-start;flex-direction:column;gap:34px;margin-bottom:34px}.footer-brand{gap:22px}.footer-logo{width:125px}.footer-copy strong{font-size:34px}.footer-copy span{font-size:14px}.footer-copy em{font-size:18px}.footer-nav{justify-content:flex-start;gap:14px 22px}.footer-bottom{padding-top:18px}
}

/* V2: firm font files intentionally not bundled; browser uses condensed fallback. */

.subpage{min-height:70vh;padding:180px 7vw 100px;max-width:1000px}
.subpage h1{font-size:clamp(64px,9vw,130px);line-height:.85;text-transform:uppercase;margin:20px 0 36px;letter-spacing:-.05em}
.subpage p{font-size:clamp(19px,2vw,28px);line-height:1.45;max-width:820px}
.legal h1{font-size:clamp(58px,8vw,110px)}

@font-face{font-family:"UniversHJ";src:url("assets/UniversLTStd-Cn.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"UniversHJ";src:url("assets/UniversLTStd-BoldCn.woff2") format("woff2");font-weight:700 900;font-style:normal;font-display:swap}
body{font-family:"UniversHJ","Arial Narrow","Helvetica Neue Condensed",Arial,Helvetica,sans-serif}
.nav,.eyebrow,.section-kicker,.button,.project-overlay p,.service-row span,.service-row h3,.hero h1,.claim h2,.section-head h2,.services-intro h2,.story-copy h2,.contact h2,.project-overlay h3,.detail-text,.subpage h1{font-family:"UniversHJ",sans-serif}
.service-row{grid-template-columns:56px 1.4fr 1fr}
.service-row span{font-size:34px;line-height:1;color:var(--orange);font-weight:700}
.form-toggle{border:0;cursor:pointer}
.project-form{margin-top:22px;display:grid;gap:16px;max-width:680px}.project-form[hidden]{display:none}.project-form label{display:grid;gap:7px;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.project-form input,.project-form textarea{width:100%;border:1px solid var(--line);background:rgba(255,255,255,.45);padding:14px 15px;font:inherit;font-size:18px;color:#111}.project-form textarea{resize:vertical}.form-note{font-size:13px!important;opacity:.7;margin:0!important}.funding{max-width:1250px}.funding-card{background:white;padding:42px;margin-top:30px}.funding-card h2{font-size:36px;margin:28px 0 8px}.funding-card h3{font-size:28px;margin:0 0 18px}.funding-card p{font-size:22px}.funding-source{display:none}.funding-pdf{margin-top:28px}

/* V4.2 – Unterseiten, Jobs, Social-Link und Formular */
.subpage-body{background:var(--paper)}
.subpage-header{background:#111;height:94px}
.subpage-header.scrolled{height:78px}
.legal-wide{max-width:1450px}
.legal-intro{max-width:900px!important;margin-bottom:70px}
.legal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 70px;border-top:1px solid var(--line);margin-top:40px}
.legal-block{padding:34px 0 42px;border-bottom:1px solid var(--line)}
.legal-block h2{font-size:clamp(25px,2.6vw,42px);line-height:1;text-transform:uppercase;margin:0 0 18px;letter-spacing:-.025em}
.legal-block p{font-size:18px;line-height:1.55;margin:0 0 16px;max-width:650px}
.legal-block p:last-child{margin-bottom:0}
.legal-lead h2{color:var(--orange)}
.text-link,.legal-block a{border-bottom:1px solid rgba(17,17,17,.35)}
.privacy-date{font-size:14px!important;opacity:.6;margin-top:34px!important}

.jobs-body{background:#111;color:white}
.jobs-hero{min-height:72vh;padding:190px 7vw 90px;background:#111;display:flex;flex-direction:column;justify-content:flex-end}
.jobs-hero .section-kicker{color:var(--orange)}
.jobs-hero h1{font-size:clamp(86px,13vw,210px);line-height:.75;letter-spacing:-.06em;text-transform:uppercase;margin:22px 0 42px;max-width:1200px}
.jobs-hero h1 span{color:var(--orange)}
.jobs-intro{font-size:clamp(23px,2.6vw,38px);line-height:1.25;max-width:750px;margin:0;opacity:.9}
.vacancy{background:var(--paper);color:#111;padding:110px 7vw 130px;display:grid;grid-template-columns:.42fr 1.15fr .75fr;gap:65px;align-items:start}
.vacancy-label{display:flex;align-items:baseline;gap:18px;text-transform:uppercase;font-weight:700;letter-spacing:.1em}
.vacancy-label span{color:var(--orange);font-size:26px}.vacancy-label p{margin:0;font-size:13px}
.vacancy-main h2{font-size:clamp(65px,8vw,128px);line-height:.78;text-transform:uppercase;letter-spacing:-.055em;margin:0 0 52px}.vacancy-main h2 span{color:var(--orange)}
.vacancy-main>p{font-size:20px;line-height:1.5;max-width:720px}.vacancy-main .vacancy-big{font-size:clamp(26px,3vw,43px);line-height:1.15;font-weight:700;margin-bottom:30px}
.vacancy-side{border-top:1px solid var(--line);padding-top:28px}.vacancy-side h3{font-size:30px;line-height:1;text-transform:uppercase;margin:0 0 18px}.vacancy-side>p{font-size:18px;line-height:1.5}.vacancy-side dl{margin:35px 0}.vacancy-side dl div{display:grid;grid-template-columns:90px 1fr;border-top:1px solid var(--line);padding:12px 0}.vacancy-side dl div:last-child{border-bottom:1px solid var(--line)}.vacancy-side dt{text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:700}.vacancy-side dd{margin:0;font-size:18px;font-weight:700}.vacancy-side .jobs-note{font-size:14px;margin-top:12px;opacity:.65}
.jobs-body .site-footer{border-top:1px solid rgba(255,255,255,.14)}

.contact-social{display:inline-block;margin:0 0 34px;font-size:16px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;border-bottom:1px solid rgba(17,17,17,.3);padding-bottom:3px}
.contact-social:hover{color:var(--orange)}
.field-optional{font-weight:400;text-transform:none;letter-spacing:0;opacity:.6}
.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.privacy-check{grid-template-columns:22px 1fr!important;align-items:start;text-transform:none!important;letter-spacing:0!important;font-weight:400!important;font-size:14px!important;line-height:1.45}.privacy-check input{width:18px!important;height:18px;margin-top:2px;padding:0!important}.privacy-check a{text-decoration:underline}.project-form button{justify-self:start}
.form-result{margin:0;background:#111;color:white;font-family:"UniversHJ",sans-serif;min-height:100vh;display:grid;place-items:center;padding:30px}.form-result main{max-width:900px}.form-result h1{font-size:clamp(70px,12vw,170px);line-height:.8;text-transform:uppercase;letter-spacing:-.06em;margin:20px 0 35px}.form-result p:not(.section-kicker){font-size:24px;line-height:1.4;margin-bottom:35px}

@media(max-width:850px){
  .subpage-header{height:76px}.legal-grid{grid-template-columns:1fr;gap:0}.legal-intro{margin-bottom:40px}
  .jobs-hero{min-height:65vh;padding:145px 20px 70px}.jobs-hero h1{font-size:clamp(76px,25vw,130px)}.jobs-intro{font-size:24px}
  .vacancy{padding:75px 20px 90px;grid-template-columns:1fr;gap:50px}.vacancy-main h2{font-size:clamp(70px,21vw,110px);margin-bottom:40px}.vacancy-label{margin-bottom:-15px}
  .contact-social{margin-bottom:28px}
}
.funding-logos{display:flex;align-items:center;justify-content:space-between;gap:45px;padding-bottom:40px;margin-bottom:38px;border-bottom:1px solid var(--line)}
.funding-logos img:first-child{width:min(480px,62%);height:auto}.funding-logos img:last-child{width:min(170px,25%);height:auto}
@media(max-width:600px){.funding-logos{align-items:flex-start;gap:24px}.funding-logos img:first-child{width:68%}.funding-logos img:last-child{width:25%}}

/* V4.5 – Responsive audit: stabile Desktop-/Tablet-Layouts ohne gequetschte Zwischenstufen */
.footer-nav a,.nav a,.contact-social{white-space:nowrap}
.footer-copy strong,.footer-copy span,.footer-copy em{overflow-wrap:normal;word-break:normal}
.hero-content{width:min(980px,88vw)}
.detail-text{max-width:88vw}
.project-overlay{max-width:calc(100% - 68px)}
.contact-main{overflow-wrap:anywhere}

/* Breiter Desktop / kleines Notebook: Abstände etwas früher reduzieren */
@media(max-width:1280px){
  .site-header{padding-left:24px;padding-right:24px}
  .nav{gap:24px}
  .hero-content{left:5vw}
  .service-row{grid-template-columns:48px 1.25fr .9fr;gap:22px}
  .footer-main{gap:44px}
  .footer-logo{width:160px}
  .footer-nav{gap:12px 22px}
}

/* Tablet / schmales Desktopfenster: bewusster Layoutwechsel statt Stauchen */
@media(max-width:1080px){
  .site-header{height:76px;padding:10px 18px}
  .site-header.scrolled,.subpage-header,.subpage-header.scrolled{height:68px}
  .brand{width:112px;height:52px}.brand img{max-height:52px}
  .menu-toggle{display:block;z-index:55;cursor:pointer}
  .nav{position:fixed;inset:0;background:#111;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:26px;font-size:27px;transform:translateY(-100%);transition:.35s;z-index:54}
  .nav.open{transform:none}.nav-cta{border:0;padding:0;color:var(--orange)}
  .hero-content{left:4vw;right:4vw;width:auto;max-width:850px}
  .hero h1{font-size:clamp(66px,10vw,104px)}
  .claim{padding:120px 6vw 130px}
  .projects{padding-left:3vw;padding-right:3vw}
  .services{padding:110px 6vw}
  .service-row{grid-template-columns:42px minmax(0,1.2fr) minmax(230px,.8fr)}
  .split-story{grid-template-columns:1fr;min-height:0}
  .story-image{min-height:68vh;max-height:820px}
  .story-copy{padding:90px 7vw}
  .contact{grid-template-columns:1fr;gap:62px;padding:110px 7vw 120px}
  .contact-right{align-self:auto}
  .footer-main{flex-direction:column;align-items:flex-start;gap:34px;margin-bottom:34px}
  .footer-nav{justify-content:flex-start;width:100%}
  .footer-nav a{white-space:nowrap}
  .legal-grid{grid-template-columns:1fr;gap:0}.legal-intro{margin-bottom:45px}
  .vacancy{grid-template-columns:1fr;gap:50px;padding:90px 7vw 110px}
  .vacancy-label{margin-bottom:-12px}
}

/* Schmale Tablets / große Handys */
@media(max-width:760px){
  .hero-content{left:20px;right:20px;bottom:9vh}
  .hero h1{font-size:clamp(58px,17vw,94px)}
  .hero-actions{gap:10px}.button{padding:14px 18px}
  .claim{padding:90px 20px 100px}
  .claim h2,.section-head h2,.services-intro h2,.story-copy h2,.contact h2{font-size:clamp(48px,15vw,82px)}
  .projects{padding:0 12px 80px}
  .project-large{height:64vh;min-height:500px}
  .project-grid{grid-template-columns:1fr}.project-grid .project{min-height:500px}
  .project-overlay{left:22px;right:22px;bottom:22px;max-width:calc(100% - 44px)}
  .services{padding:85px 20px}
  .services-intro{margin-bottom:50px}
  .service-row{grid-template-columns:34px minmax(0,1fr);gap:12px 16px;padding:22px 0}
  .service-row p{grid-column:2;font-size:15px}
  .service-row span{font-size:30px}
  .story-image{min-height:60vh}
  .story-copy{padding:75px 20px}
  .detail-band{height:62vh;min-height:500px}
  .detail-text{left:20px;right:20px;bottom:28px;max-width:none;font-size:clamp(39px,13vw,72px)}
  .contact{padding:85px 20px 95px;gap:55px}
  .contact-main{font-size:clamp(28px,9vw,42px)}
  .site-footer{padding:42px 20px 22px}
  .footer-brand{align-items:flex-start;gap:20px}
  .footer-logo{width:110px}
  .footer-copy strong{font-size:32px}.footer-copy span{font-size:14px}.footer-copy em{font-size:17px}
  .footer-nav{gap:12px 20px;font-size:12px}
  .subpage{padding:145px 20px 80px}
  .subpage h1,.legal h1{font-size:clamp(58px,18vw,96px)}
  .funding-card{padding:26px 22px}.funding-card p{font-size:19px}
  .jobs-hero{min-height:62vh;padding:135px 20px 65px}.jobs-hero h1{font-size:clamp(72px,23vw,118px)}.jobs-intro{font-size:22px}
  .vacancy{padding:70px 20px 85px;gap:44px}.vacancy-main h2{font-size:clamp(66px,20vw,104px)}
}

/* Sehr kleine Handys: keine horizontalen Überläufe */
@media(max-width:430px){
  .eyebrow,.section-kicker{font-size:11px;letter-spacing:.14em}
  .hero h1{font-size:clamp(52px,16.5vw,72px)}
  .hero-copy{font-size:17px}
  .hero-actions{flex-direction:column;align-items:flex-start}
  .hero-actions .button{width:auto}
  .project-overlay h3{font-size:34px}
  .service-row h3{font-size:25px}
  .contact-main{font-size:30px}
  .footer-brand{display:grid;grid-template-columns:88px 1fr;gap:16px}.footer-logo{width:88px}
  .footer-copy strong{font-size:27px}.footer-copy span{font-size:13px;line-height:1.25}.footer-copy em{font-size:16px}
  .footer-nav{display:grid;grid-template-columns:repeat(2,max-content);gap:12px 24px}
  .funding-logos{flex-direction:column;gap:22px}.funding-logos img:first-child,.funding-logos img:last-child{width:auto;max-width:100%}.funding-logos img:last-child{max-width:150px}
  .vacancy-side dl div{grid-template-columns:76px 1fr}
}

/* V5 DESKTOP – typografischer und gestalterischer System-Pass
   Keine Mobile-Neugestaltung: gemeinsame Desktop-Hierarchie, Raster und Rhythmik. */
@media(min-width:1081px){
  :root{--page-pad:7vw;--display-track:-.018em;--display-line:.88;--section-gap:136px}
  .site-header{padding-left:var(--page-pad);padding-right:var(--page-pad)}
  .hero-content{left:var(--page-pad)}
  .eyebrow,.section-kicker{font-size:12px;letter-spacing:.16em}
  .hero h1{letter-spacing:-.026em;line-height:.84}
  .claim{padding:136px var(--page-pad) 146px;max-width:none}
  .claim h2,.section-head h2,.services-intro h2,.story-copy h2,.contact h2{letter-spacing:var(--display-track);line-height:var(--display-line);margin-top:18px}
  .claim>p:last-child{max-width:760px;line-height:1.42}
  .projects{padding:0 4vw 136px}
  .project-overlay h3{letter-spacing:-.015em;line-height:.96}
  .project-overlay p{letter-spacing:.14em}
  .services{padding:136px var(--page-pad)}
  .services-intro{margin-bottom:64px}
  .service-row{grid-template-columns:42px minmax(0,1.35fr) minmax(300px,.75fr);gap:30px;padding:30px 0}
  .service-row span{font-size:31px}
  .service-row h3{letter-spacing:-.005em;line-height:1}
  .service-row p{max-width:420px;justify-self:start}
  .story-copy{padding-left:var(--page-pad);padding-right:var(--page-pad)}
  .story-copy h2{letter-spacing:-.014em}
  .story-copy p{max-width:610px}
  .detail-text{left:var(--page-pad);bottom:6vw;letter-spacing:-.018em;line-height:.88}
  .contact{padding:136px var(--page-pad) 142px;gap:8vw}
  .contact-main{letter-spacing:-.008em}
  .site-footer{padding-left:var(--page-pad);padding-right:var(--page-pad)}
  .footer-copy strong{letter-spacing:-.005em}

  /* Unterseiten folgen derselben Achse und denselben Typostufen */
  .subpage{padding:176px var(--page-pad) 112px;max-width:none}
  .subpage h1,.legal h1{font-size:clamp(58px,7vw,112px);line-height:.88;letter-spacing:-.018em;margin:18px 0 42px}
  .legal-wide{max-width:none}
  .legal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 7vw;margin-top:34px}
  .legal-block{padding:32px 0 40px}
  .legal-block h2{font-size:clamp(27px,2.2vw,36px);letter-spacing:-.005em;line-height:1.02}
  .legal-block p{font-size:18px;line-height:1.55;max-width:620px}
  .legal-intro{max-width:760px!important;margin-bottom:58px}

  /* Jobs bleibt charakterstark, aber nicht mehr eine Größenklasse über der Mainpage */
  .jobs-hero{min-height:68vh;padding:176px var(--page-pad) 88px}
  .jobs-hero h1{font-size:clamp(72px,8.2vw,132px);line-height:.82;letter-spacing:-.022em;margin:18px 0 34px;max-width:1050px}
  .jobs-intro{font-size:clamp(22px,2vw,30px);line-height:1.32;max-width:720px}
  .vacancy{padding:112px var(--page-pad) 128px;grid-template-columns:.34fr 1.2fr .72fr;gap:5vw}
  .vacancy-label{letter-spacing:.09em}
  .vacancy-main h2{font-size:clamp(58px,6.2vw,98px);line-height:.84;letter-spacing:-.018em;margin-bottom:46px}
  .vacancy-main .vacancy-big{font-size:clamp(26px,2.5vw,38px);line-height:1.18}
  .vacancy-main>p{font-size:19px;max-width:680px}
  .vacancy-side h3{font-size:28px;letter-spacing:-.004em}

  /* Förderseite: gleiche Satzbreite wie Rechtliches, Pflichtlogos bleiben unverändert */
  .funding{max-width:none}
  .funding-card{max-width:1180px;padding:48px;margin-top:34px}
  .funding-card h2{font-size:34px;letter-spacing:-.004em}
  .funding-card h3{font-size:27px}
  .funding-card p{font-size:20px;line-height:1.5;max-width:900px}
}

/* V5 final desktop polish */
@media(min-width:1081px){
  .project + .project{margin-top:18px}
  .footer-logo{width:250px}
  .footer-logo img{max-height:250px}
  .nav a,.footer-nav a,.section-kicker,.eyebrow,.button{line-height:1.35;padding-top:.12em;padding-bottom:.12em}
  .project-clickable{cursor:pointer}
  .project-clickable:focus-visible{outline:3px solid var(--orange);outline-offset:4px}
  .project-clickable::after{content:"BILDER ANSEHEN  ↗";position:absolute;right:34px;top:30px;z-index:3;color:#fff;font-family:"UniversHJ",sans-serif;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;opacity:0;transform:translateY(6px);transition:.22s}
  .project-clickable:hover::after{opacity:1;transform:none}
}
.gallery-modal{position:fixed;inset:0;z-index:1000;background:rgba(10,10,10,.97);color:#fff;display:grid;grid-template-columns:80px minmax(0,1fr) 80px;align-items:center;padding:38px 4vw}
.gallery-modal[hidden]{display:none}
.gallery-stage{margin:0;display:grid;grid-template-rows:minmax(0,1fr) auto;height:calc(100vh - 76px);min-height:0}
.gallery-image{width:100%;height:100%;min-height:0;object-fit:contain}
.gallery-stage figcaption{display:flex;justify-content:space-between;gap:20px;padding-top:16px;font-family:"UniversHJ",sans-serif;text-transform:uppercase;letter-spacing:.1em;font-size:13px}
.gallery-count{opacity:.6}
.gallery-close,.gallery-prev,.gallery-next{border:0;background:transparent;color:#fff;font:inherit;cursor:pointer;z-index:2}
.gallery-close{position:absolute;right:32px;top:20px;font-size:48px;line-height:1;font-weight:300}
.gallery-prev,.gallery-next{font-size:64px;opacity:.75}.gallery-prev:hover,.gallery-next:hover,.gallery-close:hover{color:var(--orange);opacity:1}
body.gallery-open{overflow:hidden}
@media(max-width:1080px){.gallery-modal{grid-template-columns:44px minmax(0,1fr) 44px;padding:58px 8px 20px}.gallery-stage{height:calc(100vh - 78px)}.gallery-prev,.gallery-next{font-size:46px}.gallery-close{right:18px;top:12px;font-size:42px}.gallery-stage figcaption{font-size:11px}}

/* V5 desktop master corrections */
.button{
  border:0;
  outline:0;
  box-shadow:none;
  -webkit-appearance:none;
  appearance:none;
}
.button:focus-visible,.nav a:focus-visible,.footer-nav a:focus-visible{
  outline:2px solid var(--orange);
  outline-offset:4px;
}

/* Einheitlicher schwarzer Navigationsbalken auf allen Seiten */
.site-header,.site-header.scrolled,.subpage-header,.subpage-header.scrolled{
  background:rgba(17,17,17,.96);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

/* Projekt-Kicker: Orange bleibt, bekommt aber auf jedem Foto sicheren Kontrast */
.project-overlay p{
  display:inline-block;
  width:max-content;
  max-width:100%;
  padding:.34em .55em .28em;
  margin-left:-.55em;
  background:rgba(17,17,17,.78);
  color:var(--orange);
  line-height:1.2;
}

/* Optischer Ausgleich der problematischen LZ-Paarung in Display-Schrift */
.kern-lz{display:inline!important;margin:0!important;font-size:inherit!important;opacity:inherit!important;letter-spacing:.055em}

/* MV-Logo: keine künstliche Hintergrundfläche */
.funding-logos img:last-child{background:transparent}


@media (min-width:1101px){.footer-logo{width:310px}.footer-logo img{max-height:310px}}


/* FINAL UPLOAD MASTER — contrast, typography, footer */
.claim h2,.claim h2 span{color:#111!important;}
.project::after{background:linear-gradient(90deg,rgba(0,0,0,.62) 0%,rgba(0,0,0,.38) 48%,rgba(0,0,0,.18) 100%)!important;z-index:1;}
.project-overlay{color:#fff!important;opacity:1!important;}
.project-overlay p{display:block;width:auto;max-width:none;padding:0;margin:0 0 9px;background:transparent!important;color:var(--orange)!important;opacity:1!important;text-shadow:0 1px 5px rgba(0,0,0,.7);}
.project-overlay h3{color:#fff!important;opacity:1!important;text-shadow:0 2px 12px rgba(0,0,0,.35);}
.project-overlay span{color:#fff!important;opacity:.9!important;text-shadow:0 1px 6px rgba(0,0,0,.55);}
.hero h1,.claim h2,.section-head h2,.services-intro h2,.story-copy h2,.contact h2,.project-overlay h3,.jobs-hero h1,.vacancy-main h2,.subpage h1{font-kerning:normal;font-feature-settings:"kern" 1;}
@media (min-width:1101px){.footer-logo{width:360px!important}.footer-logo img{max-height:360px!important}}

/* V5.3 MOBILE MASTER — iPhone / small-screen pass */
@media (max-width:760px){
  html,body{max-width:100%;overflow-x:hidden}
  .site-header,.site-header.scrolled,.subpage-header,.subpage-header.scrolled{
    height:72px!important;padding:8px 18px!important;background:#111!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;
  }
  .brand{width:88px!important;height:54px!important;position:relative;z-index:56}
  .brand img{width:88px!important;height:54px!important;max-height:54px!important;object-fit:contain}
  .menu-toggle{display:block!important;width:44px;height:44px;z-index:56}
  .menu-toggle span{left:8px;width:28px;height:2px}.menu-toggle span:first-child{top:17px}.menu-toggle span:last-child{top:26px}
  .nav{inset:0!important;transform:translateY(-110%)!important;visibility:hidden;opacity:0;pointer-events:none;background:#111!important;z-index:55!important;gap:24px!important;font-size:28px!important}
  .nav.open{transform:none!important;visibility:visible;opacity:1;pointer-events:auto}
  .nav a{display:block!important;color:#fff!important}.nav .nav-cta{color:var(--orange)!important}

  .hero{min-height:calc(100svh - 0px)}
  .hero-media{background-position:56% 50%;transform:none}
  .hero-shade{background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.18)),linear-gradient(0deg,rgba(0,0,0,.58),transparent 55%)}
  .hero-content{left:22px;right:22px;bottom:8.5vh;width:auto}
  .hero .eyebrow{font-size:11px;line-height:1.35;letter-spacing:.12em;max-width:92%}
  .hero h1{font-size:clamp(58px,17vw,76px)!important;line-height:.84!important;letter-spacing:-.035em!important;margin:16px 0 24px}
  .hero-copy{font-size:17px;line-height:1.35;margin-bottom:26px}
  .hero-actions{flex-direction:row;align-items:center;gap:10px}
  .hero-actions .button{font-size:12px;padding:14px 18px}
  .hero-actions .button-ghost{border:0;padding-left:8px;padding-right:8px}
  .scroll-hint{width:44px;height:44px;right:16px;bottom:18px}

  .claim{padding:78px 22px 86px!important}
  .claim h2{font-size:clamp(54px,15vw,72px)!important;line-height:.9!important;margin:14px 0 26px!important;letter-spacing:-.03em!important}
  .claim>p:last-child{font-size:19px;line-height:1.42;margin:0;max-width:none}

  .projects{padding:0 12px 76px!important}
  .section-head{padding:0 10px 26px!important}
  .project-large,.project-grid .project{height:64svh!important;min-height:500px!important;max-height:650px}
  .project + .project{margin-top:12px}
  .project-overlay{left:22px!important;right:22px!important;bottom:24px!important}
  .project-overlay p{font-size:11px!important;line-height:1.2;margin-bottom:10px!important}
  .project-overlay h3{font-size:clamp(38px,11.5vw,54px)!important;line-height:.94!important;letter-spacing:-.02em!important}
  .project-overlay span{font-size:16px!important;line-height:1.3;margin-top:14px}
  .project::after{background:linear-gradient(0deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.32) 52%,rgba(0,0,0,.10) 100%)!important}

  .services{padding:78px 22px 82px!important}
  .services-intro{margin-bottom:44px}
  .services-intro h2{font-size:clamp(54px,15vw,72px)!important;line-height:.9!important;letter-spacing:-.025em!important;margin-top:14px}
  .service-row{grid-template-columns:24px minmax(0,1fr)!important;gap:10px 14px!important;padding:24px 0!important}
  .service-row span{font-size:26px!important;line-height:1}
  .service-row h3{font-size:clamp(28px,8.4vw,38px)!important;line-height:1!important}
  .service-row p{grid-column:2!important;font-size:16px!important;line-height:1.4!important}

  .split-story{display:block!important;min-height:0}
  .story-image{min-height:54svh!important;height:54svh!important}
  .story-copy{padding:72px 22px 78px!important;overflow:hidden}
  .story-copy h2{font-size:clamp(52px,14.5vw,70px)!important;line-height:.9!important;letter-spacing:-.025em!important;overflow-wrap:break-word;word-break:normal}
  .story-copy p{font-size:18px!important;line-height:1.5!important;max-width:100%}
  .signature{font-size:16px}

  .detail-band{height:66svh!important;min-height:520px!important}
  .detail-band img{object-position:center center}
  .detail-text{left:22px!important;right:22px!important;bottom:28px!important;font-size:clamp(48px,14.5vw,68px)!important;line-height:.88!important;letter-spacing:-.025em!important}

  .contact{padding:78px 22px 88px!important;gap:42px!important}
  .contact h2{font-size:clamp(54px,15vw,72px)!important;line-height:.9!important;letter-spacing:-.025em!important}
  .contact-right{padding-top:18px}
  .contact-main{font-size:clamp(28px,8.2vw,38px)!important;padding:16px 0}
  .contact-right p{font-size:18px;margin:30px 0}

  .site-footer{padding:44px 22px 24px!important}
  .footer-main{gap:34px!important}
  .footer-brand{gap:18px!important;align-items:center!important}
  .footer-logo{width:118px!important;flex:0 0 118px!important}.footer-logo img{max-height:118px!important}
  .footer-copy strong{font-size:30px!important}.footer-copy span{font-size:13px!important}.footer-copy em{font-size:16px!important}
  .footer-nav{display:grid!important;grid-template-columns:repeat(2,max-content);gap:16px 28px!important;font-size:12px!important}

  .jobs-hero{min-height:auto!important;padding:132px 22px 72px!important}
  .jobs-hero h1{font-size:clamp(62px,18vw,82px)!important;line-height:.84!important;letter-spacing:-.025em!important;margin:18px 0 34px!important;max-width:100%!important}
  .jobs-intro{font-size:21px!important;line-height:1.35!important}
  .vacancy{padding:68px 22px 82px!important;gap:38px!important}
  .vacancy-label{margin-bottom:0!important}
  .vacancy-main h2{font-size:clamp(56px,16vw,74px)!important;line-height:.86!important;letter-spacing:-.025em!important;margin-bottom:34px!important;overflow-wrap:normal}
  .vacancy-main .vacancy-big{font-size:25px!important}
  .vacancy-main>p{font-size:18px!important;line-height:1.5!important}
  .vacancy-side h3{font-size:30px!important}
  .vacancy-side>p{font-size:18px!important}
  .vacancy-side dl div{grid-template-columns:130px 1fr!important}

  .subpage{padding:126px 22px 76px!important}
  .subpage h1,.legal h1{font-size:clamp(54px,15vw,76px)!important;line-height:.9!important}
  .legal-block p{font-size:17px!important}
  .funding-card{padding:22px 18px!important}

  .gallery-modal{grid-template-columns:36px minmax(0,1fr) 36px!important;padding:54px 4px 16px!important}
  .gallery-stage figcaption{font-size:10px!important;gap:8px}
}

@media (max-width:390px){
  .hero h1{font-size:56px!important}
  .hero-actions .button{padding:13px 15px;font-size:11px}
  .project-overlay h3{font-size:40px!important}
  .vacancy-main h2{font-size:56px!important}
  .footer-logo{width:104px!important;flex-basis:104px!important}.footer-logo img{max-height:104px!important}
  .footer-copy strong{font-size:27px!important}
}

/* V5.4 MOBILE FINISH — story, gallery, footer */
@media (max-width:760px){
  /* Keep the two intended headline lines intact. */
  .story-copy h2{
    font-size:clamp(46px,12.2vw,58px)!important;
    line-height:.9!important;
    letter-spacing:-.03em!important;
    white-space:nowrap!important;
    overflow:visible!important;
  }

  /* Mobile gallery: image gets the viewport, controls stay outside it. */
  .gallery-modal{
    display:grid!important;
    grid-template-columns:42px minmax(0,1fr) 42px!important;
    align-items:center!important;
    padding:64px 4px 18px!important;
  }
  .gallery-modal[hidden]{display:none!important}
  .gallery-stage{
    height:calc(100svh - 92px)!important;
    min-height:0!important;
    grid-template-rows:minmax(0,1fr) auto!important;
  }
  .gallery-image{
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-width:0!important;
    min-height:0!important;
    object-fit:contain!important;
    border:0!important;
  }
  .gallery-prev,.gallery-next{font-size:46px!important}
  .gallery-close{right:14px!important;top:12px!important}
  .gallery-stage figcaption{padding-top:12px!important}

  /* One deliberate mobile footer block instead of squeezed desktop columns. */
  .site-footer{padding:52px 22px 26px!important}
  .footer-main{display:block!important;margin-bottom:38px!important}
  .footer-brand{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    text-align:center!important;
    gap:16px!important;
  }
  .footer-logo{width:154px!important;flex:none!important}
  .footer-logo img{max-height:154px!important}
  .footer-copy{align-items:center!important}
  .footer-copy strong{font-size:31px!important;line-height:.95!important}
  .footer-copy span{font-size:13px!important}
  .footer-copy em{font-size:17px!important;margin-top:8px!important}
  .footer-nav{
    margin-top:36px!important;
    display:grid!important;
    grid-template-columns:repeat(2,max-content)!important;
    justify-content:center!important;
    gap:16px 30px!important;
    font-size:12px!important;
    text-align:left!important;
  }
  .footer-bottom{text-align:center!important;padding-top:20px!important}
}

@media (max-width:390px){
  .story-copy h2{font-size:45px!important}
  .footer-logo{width:140px!important}.footer-logo img{max-height:140px!important}
  .footer-copy strong{font-size:28px!important}
}

/* V5.7 Zusammenarbeit */
.collab-hero{background:#111;color:#fff;min-height:82vh;padding:180px 7vw 90px;display:flex;flex-direction:column;justify-content:flex-end}
.collab-hero h1,.collab-two h2,.collab-call h2,.collab-exp h2,.collab-end h2{font-size:clamp(62px,8vw,132px);line-height:.84;letter-spacing:-.03em;text-transform:uppercase;margin:18px 0 32px}.collab-hero h1 span,.collab-call h2 span{color:var(--orange)}
.collab-hero>p:last-child{font-size:clamp(21px,2.2vw,33px);line-height:1.35;max-width:900px;margin:0;opacity:.86}
.collab-two,.collab-call,.collab-end{display:grid;grid-template-columns:1.1fr .9fr;gap:8vw;padding:135px 7vw;align-items:end}.collab-two h2,.collab-call h2,.collab-end h2{font-size:clamp(54px,6.2vw,102px);margin-bottom:0}.collab-two>p,.collab-call>div:last-child,.collab-end>div:last-child{border-top:1px solid var(--line);padding-top:26px;font-size:20px;line-height:1.5}
.collab-rows{background:#111;color:#fff;padding:0 7vw}.collab-rows>div{display:grid;grid-template-columns:70px 1fr 1fr;gap:28px;align-items:center;padding:36px 0;border-bottom:1px solid rgba(255,255,255,.18)}.collab-rows b{color:var(--orange);font-size:13px}.collab-rows h3{font-size:clamp(34px,4vw,62px);text-transform:uppercase;margin:0;line-height:.95}.collab-rows p{font-size:18px;line-height:1.5;opacity:.68;margin:0}
.collab-call{background:#111;color:#fff}.collab-call>div:last-child{border-color:rgba(255,255,255,.2)}.collab-call>div:last-child p{margin:0 0 28px;opacity:.8}
.collab-exp{padding:135px 4vw}.collab-exp-head{padding:0 3vw 65px;display:grid;grid-template-columns:1.1fr .9fr;gap:8vw;align-items:end}.collab-exp-head .section-kicker{grid-column:1/-1}.collab-exp-head h2{font-size:clamp(54px,6.2vw,102px);margin:0}.collab-exp-head>p:last-child{font-size:20px;line-height:1.5;border-top:1px solid var(--line);padding-top:24px;margin:0}.collab-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}.collab-cards article{background:#111;color:#fff}.collab-cards img{height:min(48vw,620px);object-fit:cover;filter:brightness(.82)}.collab-cards article>div{padding:28px 32px 36px}.collab-cards small{color:var(--orange);font-weight:700;letter-spacing:.14em}.collab-cards h3{font-size:clamp(34px,3.5vw,56px);line-height:.95;text-transform:uppercase;margin:12px 0 18px}.collab-cards p{font-size:16px;line-height:1.5;opacity:.7}
.collab-orange{background:var(--orange);padding:105px 7vw 115px}.collab-orange h2{font-size:clamp(44px,6vw,92px);line-height:.92;letter-spacing:-.025em;text-transform:uppercase;margin:22px 0 30px}.collab-orange>p:last-child{font-size:15px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.collab-end>div:last-child a{display:block;font-size:clamp(28px,3vw,44px);font-weight:700;padding:8px 0;border-bottom:1px solid var(--line)}.collab-end>div:last-child p{font-size:17px}
@media(max-width:760px){.collab-hero{min-height:auto;padding:140px 22px 76px}.collab-hero h1{font-size:clamp(58px,17vw,78px)}.collab-hero>p:last-child{font-size:20px}.collab-two,.collab-call,.collab-end{grid-template-columns:1fr;gap:38px;padding:76px 22px 84px}.collab-two h2,.collab-call h2,.collab-end h2{font-size:clamp(46px,13vw,64px)}.collab-rows{padding:0 22px}.collab-rows>div{grid-template-columns:32px 1fr;gap:12px 14px;padding:28px 0}.collab-rows h3{font-size:34px}.collab-rows p{grid-column:2;font-size:16px}.collab-exp{padding:78px 12px}.collab-exp-head{display:block;padding:0 10px 44px}.collab-exp-head h2{font-size:clamp(46px,13vw,64px);margin:16px 0 28px}.collab-exp-head>p:last-child{font-size:18px}.collab-cards{grid-template-columns:1fr;gap:12px}.collab-cards img{height:58svh;min-height:440px}.collab-cards article>div{padding:24px 22px 30px}.collab-cards h3{font-size:40px}.collab-orange{padding:76px 22px 82px}.collab-orange h2{font-size:clamp(42px,12.5vw,58px)}.collab-end>div:last-child a{font-size:clamp(27px,8vw,37px)}}

/* V5.8 — Experience editorial grid */
.experience-editorial{
  display:grid;
  grid-template-columns:1.55fr .85fr;
  gap:14px;
  align-items:start;
}
.experience-item{position:relative;background:#111;color:#fff;overflow:hidden}
.experience-item img{display:block;width:100%;height:100%;object-fit:cover;filter:none}
.experience-hero{grid-row:span 2;height:900px}
.experience-kueste{height:443px}
.experience-fassade{height:443px}
.experience-halle{grid-column:1/-1;height:620px;margin-top:0}
.experience-caption{
  position:absolute;left:0;right:0;bottom:0;
  padding:54px 38px 34px;
  background:linear-gradient(to top,rgba(0,0,0,.82),rgba(0,0,0,0));
}
.experience-caption h3{
  margin:0 0 7px;
  font-size:clamp(38px,4vw,68px);
  line-height:.9;
  text-transform:uppercase;
  letter-spacing:-.025em;
}
.experience-caption p{
  margin:0;
  font-size:14px;
  line-height:1.3;
  text-transform:uppercase;
  letter-spacing:.12em;
  opacity:.8;
}
@media(max-width:760px){
  .experience-editorial{grid-template-columns:1fr;gap:10px}
  .experience-hero,.experience-kueste,.experience-fassade,.experience-halle{
    grid-column:auto;grid-row:auto;height:62svh;min-height:440px;margin:0
  }
  .experience-caption{padding:46px 22px 24px}
  .experience-caption h3{font-size:42px}
  .experience-caption p{font-size:12px}
}

/* V5.10 — Desktop footer rebalance */
@media (min-width:1081px){
.site-footer{padding:76px 6vw 28px!important}
.footer-main{max-width:1760px!important;display:grid!important;grid-template-columns:minmax(760px,1.35fr) minmax(560px,.85fr)!important;align-items:center!important;gap:5vw!important;margin:0 auto 58px!important}
.footer-brand{display:grid!important;grid-template-columns:clamp(300px,22vw,390px) minmax(390px,1fr)!important;align-items:center!important;gap:38px!important}
.footer-logo{width:100%!important;max-width:390px!important}.footer-logo img{width:100%!important;max-height:none!important}
.footer-copy{gap:0!important}.footer-copy strong{font-size:clamp(42px,3.25vw,62px)!important;line-height:.92!important;white-space:nowrap!important}.footer-copy span{font-size:clamp(18px,1.35vw,24px)!important;margin-top:14px!important;white-space:nowrap!important}.footer-copy em{font-size:clamp(21px,1.55vw,28px)!important;margin-top:18px!important;white-space:nowrap!important}
.footer-nav{display:grid!important;grid-template-columns:repeat(3,max-content)!important;justify-content:end!important;align-content:center!important;gap:22px 34px!important;font-size:13px!important}.footer-bottom{max-width:1760px!important}
}

/* V5.11 — Footer width-safe desktop correction */
@media (min-width:1081px){
.site-footer{padding:72px 6vw 28px!important;overflow:hidden}
.footer-main{width:100%!important;max-width:1760px!important;display:grid!important;grid-template-columns:minmax(0,1.55fr) minmax(430px,.75fr)!important;align-items:center!important;gap:clamp(42px,4vw,76px)!important;margin:0 auto 56px!important}
.footer-brand{min-width:0!important;display:grid!important;grid-template-columns:clamp(270px,19vw,340px) minmax(0,1fr)!important;align-items:center!important;gap:clamp(30px,2.5vw,46px)!important}
.footer-logo{width:100%!important;max-width:340px!important}.footer-logo img{width:100%!important;height:auto!important;max-height:none!important}
.footer-copy{min-width:0!important;gap:0!important}
.footer-copy strong{display:block!important;font-size:clamp(38px,3vw,58px)!important;line-height:.92!important;white-space:nowrap!important}
.footer-copy span{display:block!important;font-size:clamp(17px,1.2vw,23px)!important;margin-top:14px!important;white-space:nowrap!important}
.footer-copy em{display:block!important;font-size:clamp(20px,1.4vw,27px)!important;margin-top:18px!important;white-space:nowrap!important}
.footer-nav{min-width:0!important;width:100%!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;justify-content:stretch!important;align-content:center!important;gap:22px 34px!important;font-size:13px!important;opacity:.78!important}
.footer-nav a{min-width:0!important;white-space:nowrap!important}.footer-nav a:nth-child(even){text-align:right}
.footer-bottom{max-width:1760px!important}
}

/* V5.12 — collaboration process uses the same arrow language as main services */
.collab-rows b{
  font-size:34px!important;
  line-height:1!important;
  color:var(--orange)!important;
  font-weight:700!important;
}
@media(max-width:760px){
  .collab-rows b{font-size:30px!important}
}

/* V5.13 — Footer: Navigation as one calm horizontal line below the brand */
@media (min-width:1081px){
  .site-footer{padding:72px 7vw 28px!important;overflow:hidden}
  .footer-main{
    max-width:1600px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:42px!important;
    margin:0 auto 48px!important;
  }
  .footer-brand{
    display:flex!important;
    align-items:center!important;
    gap:42px!important;
    width:auto!important;
  }
  .footer-logo{
    width:clamp(290px,22vw,360px)!important;
    max-width:360px!important;
    flex:0 0 auto!important;
  }
  .footer-logo img{width:100%!important;height:auto!important;max-height:none!important}
  .footer-copy{min-width:0!important}
  .footer-copy strong{
    font-size:clamp(42px,3.25vw,60px)!important;
    line-height:.92!important;
    white-space:nowrap!important;
  }
  .footer-copy span{
    font-size:clamp(18px,1.3vw,23px)!important;
    margin-top:14px!important;
    white-space:nowrap!important;
  }
  .footer-copy em{
    font-size:clamp(21px,1.5vw,27px)!important;
    margin-top:18px!important;
    white-space:nowrap!important;
  }
  .footer-nav{
    width:100%!important;
    display:flex!important;
    flex-wrap:nowrap!important;
    justify-content:space-between!important;
    align-items:center!important;
    gap:24px!important;
    padding-top:28px!important;
    border-top:1px solid rgba(255,255,255,.16)!important;
    font-size:13px!important;
    opacity:.78!important;
  }
  .footer-nav a{
    white-space:nowrap!important;
    text-align:left!important;
  }
  .footer-bottom{
    max-width:1600px!important;
    margin:0 auto!important;
  }
}


/* V5.14 — mobile umlaut clearance in experience headlines */
@media(max-width:760px){
  .experience-caption h3{
    line-height:.98!important;
  }
}
