
.machine-hero,.material-hero,.project-hero{position:relative;min-height:720px;display:flex;align-items:center;color:#fff;background-size:cover;background-position:center}
.machine-hero{background-image:url('../assets/bagger.jpg')}
.material-hero{background-image:url('../assets/container.jpg')}
.project-hero{background-image:url('../assets/einsatz-3.jpg')}
.machine-hero:before,.material-hero:before,.project-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.94),rgba(0,0,0,.66) 52%,rgba(0,0,0,.2))}
.machine-hero-content{position:relative;z-index:2;padding:95px 0}
.machine-hero h1,.material-hero h1,.project-hero h1{font-size:clamp(3.8rem,7vw,7rem)}
.machine-facts{background:var(--orange);padding:24px 0}
.machine-facts-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;text-align:center}
.machine-facts-grid b{display:block;font-size:2rem}.machine-facts-grid span{font-weight:800}
.machine-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.machine-detail{background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 14px 40px rgba(0,0,0,.08)}
.machine-detail img{width:100%;height:430px;object-fit:cover}
.machine-detail>div{padding:28px}
.machine-detail span{color:var(--orange);font-weight:900;text-transform:uppercase;font-size:.78rem;letter-spacing:.09em}
.machine-detail h3{font-size:1.65rem;margin:10px 0}
.machine-detail p,.machine-detail li{color:var(--muted)}
.machine-detail a{text-decoration:none;font-weight:900}
.process-machine{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px}
.process-machine h2{font-size:clamp(2.8rem,5vw,5rem);margin:0}
.machine-process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.machine-process-grid article{background:#1a1b1e;border:1px solid #2a2b30;border-radius:18px;padding:24px}
.machine-process-grid b{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--orange);color:#111}
.machine-process-grid p{color:#bbb}
.machine-request,.material-intro{display:grid;grid-template-columns:1fr 1fr;gap:60px}
.machine-request h2,.material-intro h2{font-size:clamp(2.7rem,4.8vw,4.8rem);margin:0}
.mail-big{display:inline-block;font-size:clamp(1.5rem,3vw,2.6rem);font-weight:900;color:var(--orange);text-decoration:none}
.material-intro>div:last-child{font-size:1.08rem;color:var(--muted)}
.material-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.material-card{background:#fff;border-radius:20px;padding:28px;border:1px solid transparent}
.material-card:hover{border-color:var(--orange);transform:translateY(-4px);transition:.2s}
.material-icon{width:54px;height:54px;border-radius:15px;display:grid;place-items:center;background:var(--orange);font-size:1.4rem;font-weight:900}
.material-card h3{font-size:1.45rem;margin:18px 0 8px}.material-card p{color:var(--muted)}
.material-card a{text-decoration:none;font-weight:900}
.material-delivery{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}
.material-delivery img{width:100%;height:610px;object-fit:cover;border-radius:24px;box-shadow:var(--shadow)}
.material-delivery h2{font-size:clamp(2.8rem,5vw,5rem);margin:0 0 18px}
.material-delivery li{color:#ccc;margin:9px 0}
.material-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.material-steps article{background:var(--soft);border-radius:18px;padding:28px}
.material-steps b{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#111;color:#fff}
.project-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.project-gallery figure{margin:0;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.07)}
.project-gallery img{width:100%;height:360px;object-fit:cover}
.project-gallery figcaption{padding:16px;font-weight:800}
.project-cta{display:flex;align-items:center;justify-content:space-between;gap:40px}
.project-cta h2{font-size:clamp(2.8rem,5vw,5rem);margin:0;max-width:800px}
@media(max-width:950px){
 .machine-facts-grid{grid-template-columns:repeat(2,1fr)}
 .machine-detail-grid,.process-machine,.machine-request,.material-intro,.material-delivery{grid-template-columns:1fr}
 .machine-process-grid,.material-grid,.project-gallery{grid-template-columns:repeat(2,1fr)}
 .project-cta{align-items:flex-start;flex-direction:column}
}
@media(max-width:620px){
 .machine-hero,.material-hero,.project-hero{min-height:650px}
 .machine-facts-grid,.machine-detail-grid,.machine-process-grid,.material-grid,.material-steps,.project-gallery{grid-template-columns:1fr}
 .machine-detail img,.project-gallery img{height:420px}
 .material-delivery img{height:480px}
}
