
:root{
 --navy:#081827;--navy2:#0d2338;--navy3:#15324d;--gold:#c59a4b;--gold2:#e0c180;
 --ink:#16202b;--muted:#53606c;--paper:#f5f4f0;--soft:#f1f3f4;--white:#fff;--line:#d9dee2;
 --shadow:0 22px 60px rgba(8,24,39,.12);--wrap:1240px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.62}
a{color:inherit;text-decoration:none}img{display:block;width:100%;max-width:100%}.wrap{width:min(var(--wrap),calc(100% - 48px));margin:auto}
h1,h2,h3,h4{margin:0 0 18px;line-height:1.06;letter-spacing:-.034em}h1{font-size:clamp(3.1rem,5.7vw,5.9rem)}h2{font-size:clamp(2.2rem,4vw,4.05rem)}h3{font-size:1.35rem}p{color:var(--muted);margin:0 0 18px}
.eyebrow{font-size:.73rem;font-weight:850;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:14px}
.lead,.section-lead{font-size:clamp(1.05rem,1.5vw,1.24rem);max-width:760px}.section-lead{color:var(--muted)}
.btn,.nav-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;border:1px solid transparent;border-radius:3px;font-weight:820;transition:.2s}
.btn.primary,.nav-cta{background:var(--gold);color:var(--navy)}.btn.primary:hover,.nav-cta:hover{background:var(--gold2);transform:translateY(-1px)}
.btn.ghost{color:white;border-color:rgba(255,255,255,.42);background:rgba(255,255,255,.04)}.btn.ghost:hover{background:white;color:var(--navy)}
.dark-btn{background:var(--navy);color:#fff}.outline-dark{border-color:rgba(8,24,39,.35);color:var(--navy)}.light-btn{background:#fff;color:var(--navy)}
.text-link{font-weight:820;color:var(--navy);display:inline-block;margin-top:18px}

.topbar{background:#06121e;color:#dce5ec;font-size:.77rem}.topbar-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar-inner div{display:flex;gap:22px}
.header{position:sticky;top:0;z-index:50;background:rgba(8,24,39,.97);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08)}
.nav{height:78px;display:flex;align-items:center;gap:28px}.logo{display:flex;align-items:center;gap:11px;color:#fff;font-size:1.02rem;font-weight:880;line-height:1.05;white-space:nowrap}
.logo-mark{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(197,154,75,.72);color:var(--gold2);font-size:.72rem;letter-spacing:.08em}
.logo small{display:block;font-size:.54rem;letter-spacing:.09em;text-transform:uppercase;color:#aab8c5;margin-top:5px}
.links{display:flex;align-items:center;justify-content:center;gap:18px;margin-left:auto;color:#eef3f6;font-size:.79rem;font-weight:760}.links a{position:relative;white-space:nowrap}.links a:after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:2px;background:var(--gold);transition:.2s}.links a:hover:after,.links a[aria-current="page"]:after{right:0}
.nav-cta{font-size:.8rem}.menu-btn{display:none;background:transparent;border:1px solid rgba(255,255,255,.35);color:#fff;padding:10px 13px;font-weight:800}

.home-hero,.page-hero{position:relative;background:var(--navy);color:#fff;overflow:hidden}
.home-hero{min-height:710px;display:flex;align-items:center}.home-hero-media{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,17,29,.94) 0%,rgba(5,17,29,.80) 42%,rgba(5,17,29,.22) 76%,rgba(5,17,29,.06) 100%),url('gewerbepark-hero.webp') center/cover no-repeat}
.home-hero-inner,.page-hero-inner{position:relative;z-index:2}.home-hero-inner{padding:90px 0}.home-hero h1{color:#fff}.home-hero h1 span{color:var(--gold2)}.home-hero .lead,.page-hero .lead{color:#e5ebf0}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.hero-proof{display:flex;gap:38px;flex-wrap:wrap;margin-top:52px;padding-top:23px;border-top:1px solid rgba(255,255,255,.18);max-width:900px}.hero-proof b{display:block;color:#fff}.hero-proof span{font-size:.84rem;color:#abb9c5}
.page-hero{min-height:590px;display:flex;align-items:center}.page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,17,29,.94) 0%,rgba(5,17,29,.82) 43%,rgba(5,17,29,.26) 72%,rgba(5,17,29,.07) 100%),var(--page-image) center/cover no-repeat}
.page-hero-inner{padding:82px 0;max-width:850px}.page-hero h1{font-size:clamp(3rem,5.1vw,5.1rem);color:#fff}.page-hero.simple-hero{min-height:330px}.simple-hero:before{background:linear-gradient(135deg,#081827,#102c47)}

.service-strip{background:#fff;border-bottom:1px solid var(--line)}.service-strip-grid{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid var(--line)}.service-strip-grid>a,.service-strip-grid>div{padding:27px 25px;border-right:1px solid var(--line)}.service-strip span{font-size:.67rem;color:var(--gold);font-weight:900;letter-spacing:.12em}.service-strip strong{display:block;color:var(--navy);margin:7px 0 4px}.service-strip small{color:var(--muted);font-size:.82rem}
.section{padding:105px 0}.white{background:#fff}.soft{background:var(--soft)}.dark-section{background:var(--navy);color:#fff}.dark-section h2,.dark-section h3{color:#fff}.dark-section p{color:#cbd6df}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:50px;margin-bottom:48px}.section-head>div{max-width:760px}.section-head>p{max-width:480px;margin:0}
.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.media-frame{height:500px;overflow:hidden;background:#dfe4e7}.media-frame.tall{height:580px}.media-frame img{height:100%;object-fit:cover}
.checks{display:grid;gap:13px;margin:27px 0}.checks>div{padding:13px 0;border-bottom:1px solid #e1e4e6;font-weight:720;color:#29343f}.checks.light>div{border-color:rgba(255,255,255,.13);color:#edf2f5}
.editorial-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.editorial-grid.three{grid-template-columns:repeat(3,1fr)}.editorial-grid.four{grid-template-columns:repeat(4,1fr)}
.editorial-card{min-height:295px;padding:30px;background:#fff;border:1px solid var(--line);display:flex;flex-direction:column}.editorial-card>span{font-size:.68rem;letter-spacing:.13em;font-weight:900;color:var(--gold);margin-bottom:34px}.editorial-card p{font-size:.94rem}.editorial-card a{margin-top:auto;font-weight:820}.editorial-card.dark{background:var(--navy);border-color:var(--navy);color:#fff}.editorial-card.dark h3,.editorial-card.dark a{color:#fff}.editorial-card.dark p{color:#cbd5dd}
.image-card{padding:0;position:relative;overflow:hidden}.image-card img{position:absolute;inset:0;height:100%;object-fit:cover}.image-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,24,39,.05),rgba(8,24,39,.82))}.image-card>div{position:absolute;z-index:2;bottom:25px;left:25px;color:#fff}.image-card>div h3,.image-card>div a{color:#fff}.image-card>div span{color:var(--gold2);font-size:.7rem}
.image-band{display:grid;grid-template-columns:1.55fr .7fr .7fr;border:1px solid var(--line)}.image-band figure{margin:0;height:390px;overflow:hidden}.image-band figure img{height:100%;object-fit:cover}.image-band>div{padding:34px;border-left:1px solid var(--line);display:flex;flex-direction:column;justify-content:end}.image-band>div a{font-weight:820;margin-top:10px}
.image-duo{display:grid;grid-template-columns:1fr 1fr;gap:14px}.image-duo figure{margin:0;height:500px;overflow:hidden}.image-duo figure:nth-child(2){height:390px;align-self:end}.image-duo img{height:100%;object-fit:cover}.winter-duo figure{height:460px!important}
.area-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.area-chips span{padding:10px 14px;border:1px solid var(--line);background:#fff;font-weight:720;font-size:.86rem}
.faq-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px}.faq details{border-top:1px solid var(--line);padding:20px 0}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;font-weight:820;color:var(--navy);list-style:none}.faq summary:after{content:"+";float:right;color:var(--gold)}.faq details[open] summary:after{content:"–"}.faq p{margin:10px 0 0}
.cta{padding:15px 0 95px;background:#fff}.cta-box{background:var(--gold);padding:52px 58px;display:grid;grid-template-columns:1.15fr .85fr;gap:42px;align-items:end}.cta-box h2{color:var(--navy)}.cta-box p{color:#4c4232}.cta-box .eyebrow{color:#544321}.cta-actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px}.contact-card{background:var(--navy);color:#fff;padding:38px}.contact-card h2{font-size:2.15rem;color:#fff}.contact-card p,.contact-card a{color:#d8e0e7}.contact-card a{display:block;margin:9px 0}.contact-hours{margin-top:28px!important}
.form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form .full{grid-column:1/-1}.form label{display:block;font-size:.78rem;font-weight:840;margin-bottom:7px}.form input,.form select,.form textarea{width:100%;padding:14px;border:1px solid #cbd2d7;background:#fff;font:inherit;border-radius:0}.form textarea{min-height:150px;resize:vertical}.privacy-note p{font-size:.83rem}.privacy-note a{text-decoration:underline}.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-status{grid-column:1/-1;padding:13px 15px;border-left:3px solid var(--gold);background:#f4efe5;color:#23313d}
.legal{max-width:900px}.legal h2{font-size:1.8rem;margin-top:42px}.legal h2:first-child{margin-top:0}.legal p,.legal li{color:#4d5964}
.footer{background:#06121e;color:#e7edf2;padding:58px 0 26px}.footer-grid{display:grid;grid-template-columns:1.35fr .7fr .8fr .9fr;gap:38px}.footer h4{color:#fff;margin-bottom:14px}.footer a,.footer p{color:#b9c5cf;font-size:.88rem}.footer a{display:block;margin:7px 0}.footer-brand .logo{margin-bottom:18px}.footer-bottom{margin-top:38px;padding-top:18px;border-top:1px solid rgba(255,255,255,.09);display:flex;justify-content:space-between;color:#91a1af;font-size:.78rem}.footer-bottom a{display:inline;color:#aab7c2}

@media(max-width:1100px){
 .links{position:absolute;display:none;top:78px;left:0;right:0;background:var(--navy);padding:18px 24px;flex-direction:column;align-items:flex-start;border-top:1px solid rgba(255,255,255,.08)}.links.open{display:flex}.menu-btn{display:block;margin-left:auto}.nav-cta{display:none}.topbar span{display:none}
 .split,.faq-layout,.contact-grid{grid-template-columns:1fr}.editorial-grid,.editorial-grid.three,.editorial-grid.four{grid-template-columns:1fr 1fr}.section-head{display:block}.section-head>p{margin-top:18px}
 .footer-grid{grid-template-columns:1fr 1fr}.cta-box{grid-template-columns:1fr}.cta-actions{justify-content:flex-start}
}
@media(max-width:720px){
 .wrap{width:min(var(--wrap),calc(100% - 28px))}.topbar-inner{min-height:30px}.topbar-inner div{width:100%;justify-content:space-between;gap:10px}.topbar-inner a{font-size:.68rem}.nav{height:70px}.links{top:70px}.logo small{display:none}.logo{font-size:.93rem}.logo-mark{width:38px;height:38px}
 h1{font-size:clamp(2.65rem,12vw,4rem)}h2{font-size:2.2rem}.home-hero{min-height:640px}.home-hero-media{background:linear-gradient(90deg,rgba(5,17,29,.93),rgba(5,17,29,.54)),url('gewerbepark-hero.webp') 62% center/cover no-repeat}
 .page-hero{min-height:540px}.page-hero:before{background:linear-gradient(90deg,rgba(5,17,29,.92),rgba(5,17,29,.52)),var(--page-image) center/cover no-repeat}.page-hero.simple-hero{min-height:290px}
 .section{padding:74px 0}.service-strip-grid,.editorial-grid,.editorial-grid.three,.editorial-grid.four,.image-band,.form,.footer-grid{grid-template-columns:1fr}.service-strip-grid{border-left:0}.service-strip-grid>a,.service-strip-grid>div{border-left:1px solid var(--line);border-bottom:1px solid var(--line)}
 .media-frame,.media-frame.tall{height:390px}.image-band figure{height:330px}.image-band>div{border-left:0;border-top:1px solid var(--line)}.image-duo{grid-template-columns:1fr}.image-duo figure,.image-duo figure:nth-child(2),.winter-duo figure{height:360px!important}
 .hero-proof{gap:20px}.cta-box{padding:36px 26px}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:7px}
}
