:root {
  --bg: #0b0b0b;
  --surface: #121212;
  --surface-2: #1a1a1a;
  --text: #ffffff;
  --muted: #b8b8b8;
  --orange: #ff6a00;
  --orange-light: #ff9a3d;
  --line: #2b2b2b;
  --radius: 22px;
  --shadow: 0 20px 60px rgba(0, 0, 0, .35);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { background: var(--bg); color: var(--text); font-family: "Poppins", sans-serif; line-height: 1.65; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }

.skip-link { position: absolute; top: 10px; left: 10px; z-index: 2000; padding: 10px 14px; background: var(--orange); color: #111; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; inset: 0 0 auto 0; z-index: 1000; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 82px; padding: 16px 6%; background: rgba(5,5,5,.7); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: background .3s ease, border-color .3s ease; }
.site-header.scrolled { background: rgba(5,5,5,.96); border-color: rgba(255,106,0,.22); }
.logo { font-family: "Orbitron", sans-serif; font-size: clamp(1.45rem, 2.4vw, 2rem); font-weight: 700; letter-spacing: .12em; text-decoration: none; white-space: nowrap; }
.logo > span { color: var(--orange); }
.main-navigation { display: flex; align-items: center; gap: 28px; }
.main-navigation a { position: relative; color: #eee; font-weight: 500; text-decoration: none; }
.main-navigation a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--orange); transition: right .25s ease; }
.main-navigation a:hover::after, .main-navigation a:focus-visible::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: white; transition: .25s ease; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 24px; border: 2px solid var(--orange); border-radius: 999px; background: var(--orange); color: #111; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); box-shadow: 0 0 28px rgba(255,106,0,.45); }
.button-secondary { background: transparent; color: white; }
.button-secondary:hover, .button-secondary:focus-visible { background: var(--orange); color: #111; }

.hero {
    position: relative;
    min-height: 100svh;
    display: grid;
    place-items: center;
    padding: 140px 6% 80px;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 75% 30%, rgba(255,106,0,.18), transparent 25%),
        linear-gradient(135deg, #050505, #111);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: .28;

    background-image:
     linear-gradient(30deg, rgba(255,106,0,.35) 12%, transparent 12.5%, transparent 87%, rgba(255,106,0,.35) 87.5%, rgba(255,106,0,.35)),
     linear-gradient(150deg, rgba(255,106,0,.35) 12%, transparent 12.5%, transparent 87%, rgba(255,106,0,.35) 87.5%, rgba(255,106,0,.35)),
     linear-gradient(30deg, rgba(255,106,0,.35) 12%, transparent 12.5%, transparent 87%, rgba(255,106,0,.35) 87.5%, rgba(255,106,0,.35)),
     linear-gradient(150deg, rgba(255,106,0,.35) 12%, transparent 12.5%, transparent 87%, rgba(255,106,0,.35) 87.5%, rgba(255,106,0,.35)),
     linear-gradient(60deg, rgba(255,106,0,.22) 25%, transparent 25.5%, transparent 75%, rgba(255,106,0,.22) 75%),
     linear-gradient(60deg, rgba(255,106,0,.22) 25%, transparent 25.5%, transparent 75%, rgba(255,106,0,.22) 75%);

    background-size: 80px 140px;
    background-position:
     0 0,
     0 0,
     40px 70px,
     40px 70px,
     0 0,
     40px 70px;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
     linear-gradient(to bottom,
            rgba(0,0,0,.18) 0%,
            rgba(0,0,0,.38) 50%,
            rgba(0,0,0,.88) 100%),
     linear-gradient(90deg,
            rgba(0,0,0,.90) 0%,
            rgba(0,0,0,.52) 65%,
            rgba(0,0,0,.30) 100%);
}

.section { padding: 110px 6%; }
.section-heading { max-width: 760px; margin: 0 auto 55px; text-align: center; }
.section-heading h2, .contact h2 { margin-bottom: 16px; font-family: "Orbitron", sans-serif; font-size: clamp(2rem, 5vw, 3.6rem); line-height: 1.15; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.services, .technology, .process { background: var(--surface); }
.cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.card { position: relative; min-height: 280px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #1b1b1b, #121212); overflow: hidden; transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.card::after { content: ""; position: absolute; inset: auto -60px -80px auto; width: 150px; height: 150px; border-radius: 50%; background: rgba(255,106,0,.12); filter: blur(8px); }
.card:hover { transform: translateY(-8px); border-color: var(--orange); box-shadow: var(--shadow); }
.card-number { display: inline-block; margin-bottom: 38px; color: var(--orange); font-family: "Orbitron", sans-serif; }
.card h3 { margin-bottom: 14px; font-size: 1.35rem; }
.card p { color: var(--muted); }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border-block: 1px solid var(--line); }
.stat { display: flex; min-height: 180px; flex-direction: column; align-items: center; justify-content: center; padding: 30px; background: var(--bg); text-align: center; }
.stat strong { color: var(--orange); font-family: "Orbitron", sans-serif; font-size: clamp(2.7rem, 5vw, 4.5rem); line-height: 1; }
.stat span { margin-top: 12px; color: var(--muted); }

.technology-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.technology-card { display: grid; grid-template-columns: 1fr 1.15fr; min-height: 260px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg); }
.technology-image, .project-image { width: 100%; height: 100%; min-height: 220px; object-fit: cover; background: #202020; }
.technology-image { aspect-ratio: 4 / 3; }
.project-image { aspect-ratio: 4 / 3; }
.technology-content { align-self: center; padding: 30px; }
.technology-content h3 { margin-bottom: 12px; color: var(--orange); }
.technology-content p { color: var(--muted); }
.materials { margin-top: 45px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #0e0e0e; text-align: center; }
.materials h3 { margin-bottom: 22px; }
.material-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.material-list span { padding: 9px 17px; border: 1px solid rgba(255,106,0,.55); border-radius: 999px; background: rgba(255,106,0,.08); }

.projects { background: var(--bg); }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.project-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface-2); transition: transform .3s ease, border-color .3s ease; }
.project-card:hover { transform: translateY(-8px); border-color: var(--orange); }
.project-card > div:last-child { padding: 25px; }
.project-card h3 { margin-bottom: 8px; color: var(--orange); }
.project-card p { color: var(--muted); }

.process-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; list-style: none; }
.process-list li { padding: 28px; border-left: 2px solid var(--orange); background: #0e0e0e; }
.process-list li > span { display: inline-grid; width: 42px; height: 42px; margin-bottom: 20px; place-items: center; border-radius: 50%; background: var(--orange); color: #111; font-weight: 800; }
.process-list h3 { margin-bottom: 8px; }
.process-list p { color: var(--muted); }

.contact { background: radial-gradient(circle at 15% 30%, rgba(255,106,0,.16), transparent 25%), #090909; }
.contact-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; max-width: 1150px; margin: auto; }
.contact-inner > div > p:not(.eyebrow):not(.contact-direct) { color: var(--muted); }
.contact-direct { margin-top: 28px; }
.contact-direct a { color: var(--orange-light); text-decoration: none; }
.contact-form { display: grid; gap: 10px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(24,24,24,.85); }
.contact-form label { margin-top: 8px; font-weight: 600; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #3a3a3a; border-radius: 12px; background: #0a0a0a; color: white; outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,106,0,.15); }
.consent { display: flex; gap: 10px; align-items: flex-start; margin: 10px 0; color: var(--muted); font-size: .88rem; font-weight: 400 !important; }
.consent input { width: auto; margin-top: 4px; }
.form-note { color: #999; font-size: .82rem; }

.site-footer { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 24px; padding: 45px 6%; border-top: 1px solid var(--line); background: #040404; }
.footer-brand p, .copyright { color: #888; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-links a { color: #ccc; text-decoration: none; }
.footer-links a:hover { color: var(--orange); }
.copyright { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid #1d1d1d; }

.reveal { opacity: 0; transform: translateY(36px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

:focus-visible { outline: 3px solid var(--orange-light); outline-offset: 4px; }

@media (max-width: 1050px) {
  .header-button { display: none; }
  .cards, .process-list { grid-template-columns: repeat(2, 1fr); }
  .technology-card { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 76px; }
  .site-header { min-height: 72px; padding: 12px 5%; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-navigation { position: absolute; top: 72px; left: 0; right: 0; display: grid; gap: 0; padding: 10px 5% 22px; background: rgba(5,5,5,.98); border-bottom: 1px solid var(--line); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: .25s ease; }
  .main-navigation.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-navigation a { padding: 14px 0; border-bottom: 1px solid #202020; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-inline: 5%; }
  .section { padding: 85px 5%; }
  .cards, .technology-grid, .gallery, .process-list, .contact-inner { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .technology-card { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 3rem; }
  .hero-actions { display: grid; }
  .stats { grid-template-columns: 1fr; }
  .stat { min-height: 145px; }
  .contact-form { padding: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ===== Version 2 additions ===== */
.hero-glow{position:absolute;width:420px;height:420px;right:8%;top:24%;border-radius:50%;background:rgba(255,106,0,.18);filter:blur(90px);pointer-events:none}.hero-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.hero-badges span,.project-tag{display:inline-flex;padding:7px 12px;border:1px solid rgba(255,106,0,.4);border-radius:999px;background:rgba(255,106,0,.08);color:#ffd1ae;font-size:.78rem}.cards{grid-template-columns:repeat(3,minmax(0,1fr))}.workshop-feature{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:45px;margin-bottom:32px;padding:18px;border:1px solid var(--line);border-radius:var(--radius);background:#0d0d0d}.workshop-feature img{width:100%;height:360px;object-fit:cover;border-radius:16px}.workshop-feature h3{margin-bottom:12px;font-size:1.7rem}.gallery-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:-20px 0 34px}.filter-button{padding:10px 16px;border:1px solid var(--line);border-radius:999px;background:#111;color:#ddd;cursor:pointer;transition:.25s}.filter-button:hover,.filter-button.active{border-color:var(--orange);background:var(--orange);color:#111}.project-card[hidden]{display:none}.image-button{display:block;width:100%;border:0;background:none;cursor:zoom-in;padding:0;overflow:hidden}.image-button img{transition:transform .45s ease}.image-button:hover img{transform:scale(1.045)}.project-tag{margin-bottom:12px;color:var(--orange-light)}.about{background:var(--surface)}.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:65px;align-items:center;max-width:1100px;margin:auto}.about-image-wrap{position:relative}.about-image-wrap img{width:100%;height:500px;object-fit:cover;border-radius:var(--radius);border:1px solid var(--line)}.about-image-wrap span{position:absolute;left:18px;right:18px;bottom:18px;padding:10px 14px;border-radius:12px;background:rgba(0,0,0,.78);text-align:center;font-size:.85rem}.about blockquote{margin-top:28px;padding:22px;border-left:3px solid var(--orange);background:#0d0d0d;color:#ddd}.faq-list{max-width:900px;margin:auto;display:grid;gap:14px}.faq details{border:1px solid var(--line);border-radius:16px;background:#101010;padding:0 22px}.faq summary{padding:20px 0;cursor:pointer;font-weight:600}.faq details p{padding:0 0 22px;color:var(--muted)}.contact-form label span{font-weight:400;color:#999;font-size:.85rem}.file-note{font-size:.78rem;color:#999}.consent a{color:var(--orange-light)}.lightbox{width:min(920px,92vw);max-height:90vh;padding:16px;border:1px solid #444;border-radius:18px;background:#080808;color:white}.lightbox::backdrop{background:rgba(0,0,0,.88);backdrop-filter:blur(5px)}.lightbox img{width:100%;max-height:78vh;object-fit:contain;border-radius:12px}.lightbox p{text-align:center;color:#aaa;padding-top:8px}.lightbox-close{position:absolute;top:20px;right:24px;width:44px;height:44px;border:0;border-radius:50%;background:rgba(0,0,0,.78);color:white;font-size:2rem;cursor:pointer}.cookie-notice{position:fixed;left:20px;right:20px;bottom:20px;z-index:1800;display:flex;align-items:center;justify-content:space-between;gap:20px;max-width:900px;margin:auto;padding:16px 18px;border:1px solid #3a3a3a;border-radius:16px;background:rgba(10,10,10,.96);box-shadow:var(--shadow)}.cookie-notice p{font-size:.88rem;color:#ccc}.cookie-button{white-space:nowrap;padding:10px 17px}.cookie-notice.hidden{display:none}
@media(max-width:1050px){.cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.cards,.workshop-feature,.about-grid{grid-template-columns:1fr}.workshop-feature img,.about-image-wrap img{height:330px}.cookie-notice{align-items:stretch;flex-direction:column}.cookie-button{width:100%}}
@media(max-width:480px){.cards{grid-template-columns:1fr}.hero-badges{display:none}}

/* ===== Version 3: Brand refresh ===== */
.site-loader{position:fixed;inset:0;z-index:5000;display:grid;place-content:center;justify-items:center;gap:16px;background:#050505;transition:opacity .65s ease,visibility .65s ease}.site-loader img{width:112px;filter:drop-shadow(0 0 28px rgba(255,106,0,.28));animation:logoBuild 1.15s cubic-bezier(.22,.8,.28,1) both}.site-loader span{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;letter-spacing:.22em;font-weight:700}.site-loader i{width:170px;height:3px;overflow:hidden;border-radius:99px;background:#222}.site-loader i::after{content:"";display:block;width:100%;height:100%;background:linear-gradient(90deg,#ff6a00,#ffad42);transform-origin:left;animation:loadLine 1.2s ease both}.site-loader.is-hidden{opacity:0;visibility:hidden}.brand-logo{display:block;width:210px;line-height:0}.brand-logo img,.footer-logo{display:block;width:100%;height:auto}.footer-logo{max-width:320px}.site-header{padding-block:10px}.hero{min-height:760px}.hero-content{max-width:850px}.hero h1 span{background:linear-gradient(90deg,#fff 0%,#ffb36f 40%,#ff6a00 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.material-list span{position:relative;cursor:help}.material-list span::after{content:attr(data-info);position:absolute;left:50%;bottom:calc(100% + 12px);width:240px;padding:12px 14px;border:1px solid #3a3a3a;border-radius:12px;background:#080808;color:#ddd;font-size:.78rem;line-height:1.45;box-shadow:0 14px 35px rgba(0,0,0,.45);opacity:0;visibility:hidden;transform:translate(-50%,8px);transition:.22s;z-index:20}.material-list span:hover::after,.material-list span:focus::after{opacity:1;visibility:visible;transform:translate(-50%,0)}.material-help{margin-top:16px;color:#8b8b8b;font-size:.8rem}.copyright{color:#888}.copyright::first-letter{color:inherit}@keyframes logoBuild{0%{opacity:0;transform:translateY(28px) scale(.84);filter:blur(10px)}65%{opacity:1;filter:blur(0)}100%{transform:none}}@keyframes loadLine{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@media(max-width:760px){.brand-logo{width:160px}.site-header{min-height:74px}.main-navigation{top:74px}.hero{min-height:720px}.material-list span::after{display:none}}
@media(prefers-reduced-motion:reduce){.site-loader img,.site-loader i::after{animation:none}.site-loader{transition:none}}

/* V3.1 – transparente Logos und passendes Druckerbild */
.brand-logo{
  width: 230px;
  padding: 4px 0;
}
.brand-logo img,
.footer-logo{
  background: transparent;
  object-fit: contain;
}
.footer-logo{
  max-width: 290px;
}
.site-loader img{
  background: transparent;
}
.technology-image{
  object-position: center;
}
@media (max-width:760px){
  .brand-logo{width:175px}
  .footer-logo{max-width:240px}
}


/* ===== Version 3.2 – Premium Rebranding ===== */
.brand-logo{width:260px;filter:drop-shadow(0 8px 18px rgba(0,0,0,.45))}.brand-logo img,.footer-logo{width:100%;background:transparent}.site-loader img{width:96px;border-radius:22px}.hero{place-items:center start;background:#050505}.hero::before{background-position:center;filter:saturate(.9) contrast(1.06)}.hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.96) 0%,rgba(0,0,0,.78) 42%,rgba(0,0,0,.22) 73%,rgba(0,0,0,.5) 100%)}.hero-content{margin:0;max-width:760px}.hero h1{font-size:clamp(2.6rem,6vw,5.4rem)}.hero h1 span{background:linear-gradient(90deg,#ff7a10,#ffb067);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-badges span{backdrop-filter:blur(8px);background:rgba(9,9,9,.65);border-color:rgba(255,106,0,.28)}.trust-strip{display:grid;grid-template-columns:repeat(5,1fr);border-block:1px solid #2a2a2a;background:linear-gradient(180deg,#101010,#090909)}.trust-strip>div{min-height:118px;display:flex;flex-direction:column;justify-content:center;padding:22px 26px;border-right:1px solid #2a2a2a}.trust-strip>div:last-child{border-right:0}.trust-strip strong{color:#ff7a10;font-size:1.05rem}.trust-strip span{color:#aaa;font-size:.88rem}.technology-card,.project-card,.card,.contact-form,.materials{box-shadow:0 18px 55px rgba(0,0,0,.18)}.technology-card:hover,.project-card:hover,.card:hover{box-shadow:0 22px 65px rgba(0,0,0,.42),0 0 32px rgba(255,106,0,.1)}.site-footer{grid-template-columns:1.5fr repeat(3,minmax(130px,1fr));align-items:start}.footer-column{display:grid;gap:8px}.footer-column h3{color:#fff;font-size:.95rem;margin-bottom:5px}.footer-column a{color:#aaa;text-decoration:none;font-size:.9rem}.footer-column a:hover{color:var(--orange)}
@media(max-width:1000px){.trust-strip{grid-template-columns:repeat(2,1fr)}.trust-strip>div{border-bottom:1px solid #2a2a2a}.site-footer{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.hero::before{background-position:62% center}}
@media(max-width:760px){.brand-logo{width:190px}.trust-strip{grid-template-columns:1fr 1fr}.trust-strip>div{min-height:95px;padding:16px}.hero{min-height:760px}.hero::before{background-position:66% center;opacity:.42}.hero-overlay{background:linear-gradient(180deg,rgba(0,0,0,.74),rgba(0,0,0,.94) 72%)}.site-footer{grid-template-columns:1fr}.footer-brand{grid-column:auto}}
@media(max-width:480px){.trust-strip{grid-template-columns:1fr}.trust-strip>div{border-right:0}}


/* ===== Version 3.3 – Logo-Evolution & vollständige Bildansicht ===== */
.brand-logo{width:285px;max-width:32vw}.brand-logo img,.footer-logo{display:block;width:100%;height:auto;object-fit:contain;background:transparent}.footer-logo{max-width:360px}.site-loader img{width:105px;height:105px;object-fit:contain;background:transparent;border-radius:0}.workshop-feature{overflow:hidden}.workshop-feature img,.technology-image,.project-image,.about-image-wrap img{object-fit:contain!important;object-position:center!important;background:radial-gradient(circle at 50% 40%,#202020 0%,#101010 68%,#090909 100%);padding:16px}.workshop-feature img{height:390px}.technology-image{height:280px;min-height:280px;aspect-ratio:4/3}.image-button{background:#0d0d0d}.project-image{height:300px;min-height:300px;aspect-ratio:4/3}.about-image-wrap img{height:500px}.image-button:hover img{transform:scale(1.018)}.hero::before{background-size:cover;background-position:center 42%}.lightbox img{object-fit:contain!important;padding:0;background:#080808}
@media(max-width:760px){.brand-logo{width:195px;max-width:55vw}.footer-logo{max-width:290px}.workshop-feature img,.about-image-wrap img{height:330px}.technology-image{height:250px;min-height:250px}.project-image{height:260px;min-height:260px}.hero::before{background-position:62% center}}


/* ===== Version 3.3.1 – Gründerporträt ===== */
.about-image-wrap .founder-portrait{object-fit:contain!important;object-position:center!important;padding:0!important;background:#0b0b0b;border-color:rgba(255,106,0,.28);box-shadow:0 22px 55px rgba(0,0,0,.35)}


/* ===== Version 3.4 – neues 3DHABS-Logo & Rechtstexte ===== */
.legal-page{min-height:100vh;background:#070707;color:#f5f5f5}.legal-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px clamp(18px,5vw,72px);border-bottom:1px solid #292929;background:rgba(7,7,7,.94);backdrop-filter:blur(14px)}.legal-brand{display:block;width:min(310px,58vw);line-height:0}.legal-brand img{width:100%;height:auto}.legal-main{width:min(980px,calc(100% - 36px));margin:0 auto;padding:72px 0 96px}.legal-main h1{font-size:clamp(2.4rem,6vw,4.7rem);line-height:1.05;margin:0 0 42px}.legal-main section{margin:0 0 28px;padding:28px;border:1px solid #292929;border-radius:18px;background:linear-gradient(180deg,#101010,#0b0b0b);box-shadow:0 18px 48px rgba(0,0,0,.22)}.legal-main h2{font-size:1.35rem;margin:0 0 14px;color:#ff7a10}.legal-main h3{font-size:1.05rem;margin:20px 0 10px}.legal-main p,.legal-main li{color:#c8c8c8;line-height:1.75}.legal-main a{color:#ff9a48}.legal-main code{padding:.12em .4em;border-radius:6px;background:#1b1b1b;color:#ffd0a5}.legal-updated{margin-top:42px;color:#8d8d8d!important;font-size:.9rem}.legal-form{padding:22px;border:1px dashed #555;border-radius:14px;background:#090909}.legal-footer{display:flex;justify-content:space-between;align-items:center;gap:28px;flex-wrap:wrap;padding:28px clamp(18px,5vw,72px);border-top:1px solid #292929;background:#050505}.legal-footer p{color:#8e8e8e;font-size:.86rem}.legal-footer nav{display:flex;gap:18px;flex-wrap:wrap}.legal-footer a{color:#bdbdbd;text-decoration:none}.legal-footer a:hover{color:#ff7a10}.consent input{accent-color:#ff6a00}.brand-logo img,.footer-logo,.legal-brand img{filter:drop-shadow(0 0 20px rgba(255,106,0,.12))}
@media(max-width:680px){.legal-header{align-items:flex-start;flex-direction:column}.legal-header .button{width:100%}.legal-main{padding-top:48px}.legal-main section{padding:21px}.legal-footer{align-items:flex-start;flex-direction:column}}


/* ===== Version 3.5 – echtes Kontaktformular ===== */
.form-trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-status{margin:0 0 12px;padding:14px 16px;border-radius:12px;font-weight:650}.form-status.success{border:1px solid rgba(56,189,120,.5);background:rgba(56,189,120,.12);color:#baf4d0}.form-status.error{border:1px solid rgba(255,90,90,.55);background:rgba(255,90,90,.12);color:#ffd0d0}.contact-form button:disabled{opacity:.65;cursor:wait;transform:none;box-shadow:none}
/* ===== Header-Logo final ===== */
.brand-logo {
  display: block;
  width: 200px;
  max-width: 40vw;
  line-height: 0;
  flex: 0 0 auto;
}

.brand-logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 760px) {
  .brand-logo {
    width: 290px;
    max-width: 62vw;
  }
}