:root{--orange:#ff5a00;--orange2:#ff8a00;--bg:#080909;--panel:#111313;--line:#2a2c2c;--text:#f6f6f4;--muted:#c2c3c3}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif}.top{height:86px;display:flex;align-items:center;gap:30px;padding:0 4vw;border-bottom:1px solid #242626;position:sticky;top:0;background:#090a0aee;backdrop-filter:blur(12px);z-index:10}.brand{display:flex;align-items:center;gap:12px;color:white;text-decoration:none;min-width:310px}.mark{font-weight:900;font-size:32px;color:var(--orange)}.brand b,.footer-brand b{font-size:30px}.brand b span,.footer-brand b span,h2 span{color:var(--orange)}.brand small,.footer-brand small{display:block;letter-spacing:5px;font-size:9px;margin-top:3px}.top nav{display:flex;gap:26px;flex:1;justify-content:center}.top nav a,footer a{color:#eee;text-decoration:none;font-size:14px}.top nav a:hover{color:var(--orange)}.button,.ghost{display:inline-block;padding:16px 26px;border-radius:12px;text-decoration:none;font-weight:700}.button{background:linear-gradient(90deg,var(--orange),var(--orange2));color:#080808}.button.small{padding:12px 20px}.ghost{border:1px solid #ddd;color:white}.hero{min-height:610px;display:grid;grid-template-columns:43% 57%;border-bottom:1px solid var(--line);overflow:hidden}.hero-copy{padding:105px 5vw 70px;background:radial-gradient(circle at 80% 40%,#1b1c1c 0,transparent 45%)}.eyebrow{letter-spacing:8px;font-size:12px}.eyebrow i,.motto i{color:var(--orange);font-style:normal}.hero h1{font-size:72px;line-height:.98;margin:30px 0 20px;max-width:600px}.hero h1 em{display:block;color:var(--orange);font-style:normal}.hero-copy>p:not(.eyebrow){font-size:21px;line-height:1.5;color:var(--muted);max-width:580px}.actions{display:flex;gap:14px;margin-top:35px}.hero-image{position:relative;background:#111;overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(1.15) contrast(1.05)}.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#080909 0,transparent 30%),linear-gradient(0deg,#08090999,transparent 40%)}.script{position:absolute;right:6%;bottom:9%;z-index:2;color:var(--orange);font-family:cursive;font-style:italic;font-size:52px;line-height:.75;transform:rotate(-7deg)}.services{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line);padding:28px 4vw}.services article{display:flex;gap:20px;align-items:center;padding:8px 28px;border-right:1px solid #444}.services article:last-child{border:0}.services strong{font-size:42px;color:var(--orange)}.services h2{font-size:16px;margin:0 0 7px}.services p{margin:0;color:var(--muted)}.projects{padding:85px 4vw}.section-title{max-width:760px;margin-bottom:40px}.section-title h2,.about h2,.contact h2{font-size:46px;margin:10px 0}.section-title>p:last-child,.about>p,.contact>p{color:var(--muted);line-height:1.6;font-size:18px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.cards article{background:linear-gradient(145deg,#161818,#0d0e0e);border:1px solid #303232;border-radius:12px;overflow:hidden;padding-bottom:18px}.placeholder{height:220px;display:grid;place-items:center;background:radial-gradient(circle,#3b1a08,#111 60%);color:var(--orange);font-size:42px;font-weight:900;letter-spacing:4px}.cards h3,.cards p{margin-left:20px;margin-right:20px}.cards p{color:var(--muted)}.about{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;padding:80px 8vw;background:#111313;border-block:1px solid var(--line)}.contact{text-align:center;padding:100px 20px}.contact p{max-width:650px;margin:0 auto 30px}footer{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.5fr;gap:25px;align-items:center;padding:30px 4vw;border-top:1px solid var(--line);color:#ddd;font-size:13px}.motto{text-align:right;letter-spacing:5px;font-size:10px}@media(max-width:1000px){.top nav{display:none}.top{justify-content:space-between}.brand{min-width:auto}.hero{grid-template-columns:1fr}.hero-image{min-height:420px}.services,.cards{grid-template-columns:1fr 1fr}.about,footer{grid-template-columns:1fr 1fr}.hero h1{font-size:58px}}@media(max-width:620px){.top .button{display:none}.brand b{font-size:23px}.brand small{letter-spacing:3px}.hero-copy{padding:70px 7vw}.hero h1{font-size:48px}.hero-image{min-height:320px}.script{font-size:38px}.services,.cards,.about,footer{grid-template-columns:1fr}.services article{border-right:0;border-bottom:1px solid #333}.motto{text-align:left}.actions{flex-direction:column}.eyebrow{letter-spacing:4px}}

/* V2 hero: vollständiges Motiv ohne Beschnitt */
.hero.hero-full{min-height:0;display:block;position:relative;overflow:hidden;background:#080909;border-bottom:1px solid var(--line)}
.hero.hero-full>img{display:block;width:100%;height:auto;object-fit:contain;object-position:center;background:#080909}
.hero-hotspots{position:absolute;inset:0;pointer-events:none}
.hero-hotspots .hotspot{position:absolute;display:block;pointer-events:auto}
.hero-hotspots .discover{left:34.5%;top:54%;width:15%;height:8%}
.hero-hotspots .contact-hero{right:4%;top:2%;width:10%;height:8%}
@media(max-width:1000px){.hero.hero-full>img{width:100%;height:auto}.hero-hotspots{display:none}}
