/* ── HERO ── */
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 56%) minmax(0, 44%); min-height: 0; background: var(--dark); overflow: hidden; }
.hero-left { min-width: 0; padding: clamp(3.5rem, 5.5vw, 5.25rem) clamp(2.5rem, 4vw, 4.5rem); display: flex; flex-direction: column; justify-content: center; }
.hero-tag { width: fit-content; display: inline-block; border: 1px solid #334155; color: #94a3b8; padding: 0.3rem 0.85rem; font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 1.5rem; }
.hero-heading-wrap { position: static; width: 100%; max-width: 760px; display: flex; flex-direction: column; }
.hero h1 { width: 100%; max-width: 760px; display: grid; row-gap: clamp(0.7rem, 1vw, 0.95rem); font-size: clamp(2.4rem, 3.2vw, 3.5rem); font-weight: 900; line-height: 1.02; color: white; letter-spacing: -2px; text-transform: uppercase; margin-bottom: 1.6rem; }
.hero h1 span { color: inherit; }
.hero-title__line { width: fit-content; max-width: 100%; display: block; white-space: nowrap; }
.hero-title__line--start { justify-self: start; text-align: left; }
.hero-title__line--center,
.hero-title__line--end { justify-self: start; text-align: left; }
.hero-ge { position: absolute; z-index: 2; top: 50%; left: calc(56% - 210px); width: 260px; min-height: 230px; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.5rem; color: white; background: var(--blue); transform: translateY(calc(-50% + 10px)); }
.hero-ge > span { color: white; font-size: 5.5rem; font-weight: 900; line-height: 0.82; letter-spacing: -0.08em; }
.hero-ge small { margin-top: 1.2rem; color: rgba(255, 255, 255, 0.82); font-size: 0.72rem; line-height: 1.5; letter-spacing: 0.14em; text-transform: uppercase; }
.hero-desc { color: #cbd5e1; font-size: 1.05rem; max-width: 580px; margin-bottom: 2rem; line-height: 1.7; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-media { position: relative; min-height: clamp(430px, 42vw, 560px); margin: 0; overflow: hidden; background: #0b1524; }
.hero-media::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(15,23,42,0.55) 0%, rgba(15,23,42,0) 32%); }
.hero-media picture { width: 100%; height: 100%; display: block; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }

.home-facts { padding: 1rem 2.5rem; background: #f1f5f9; border-bottom: 1px solid var(--border); }
.home-facts__inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0.75rem; }
.home-fact { min-width: 0; min-height: 76px; padding: 0.75rem 0.6rem; display: flex; flex-direction: column; align-items: center; justify-content: center; color: white; text-align: center; background: var(--blue); border-radius: 999px; box-shadow: 0 8px 22px rgba(15, 23, 42, 0.12); }
.home-fact strong { display: block; color: white; font-size: 0.86rem; font-weight: 900; text-transform: uppercase; letter-spacing: -0.01em; white-space: nowrap; }
.home-fact span { display: block; margin-top: 0.1rem; color: rgba(255, 255, 255, 0.84); font-size: 0.7rem; line-height: 1.4; white-space: nowrap; }

.home-content .article-shell h2 { margin: 2.5rem 0 1rem; font-size: 1.3rem; line-height: 1.12; letter-spacing: -0.025em; }
.home-content .article-shell h2:first-child,
.home-content .article-shell .item-page > h2:first-child { margin-top: 0; }

/* ── ÜBER UNS ── */
.ueber-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.ueber-text h2 { font-size: 2.4rem; font-weight: 900; text-transform: uppercase; letter-spacing: -1px; color: white; margin-bottom: 1.5rem; line-height: 1.1; }
.ueber-text h2 span { color: var(--blue-mid); }
.ueber-text p { color: #94a3b8; font-size: 0.95rem; margin-bottom: 1rem; line-height: 1.75; }
.claims { display: flex; flex-direction: column; gap: 1rem; }
.claim { background: var(--mid); border-left: 3px solid var(--blue); padding: 1.25rem 1.5rem; }
.claim p { color: #cbd5e1; font-size: 1rem; font-weight: 600; margin: 0; }
.claim span { color: var(--blue-mid); font-size: 0.8rem; display: block; margin-top: 0.2rem; font-weight: 400; }
/* ── LEISTUNGEN DETAIL ── */
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-top: 3rem; }
.spec-col h3 { font-size: 0.875rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 1rem; padding-bottom: 0.6rem; border-bottom: 2px solid var(--dark); }
.spec-list { list-style: none; }
.spec-list li { display: flex; justify-content: space-between; align-items: center; padding: 0.6rem 0; border-bottom: 1px solid var(--border); font-size: 0.875rem; }
.spec-list li:last-child { border-bottom: none; }
.spec-list .lbl { color: var(--muted); }
.spec-list .val { font-weight: 700; }
/* ── MONTAGE CARDS ── */
.montage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.montage-card { background: var(--mid); border: 1px solid #334155; padding: 1.75rem; }
.montage-card h3 { font-size: 0.9rem; font-weight: 800; text-transform: uppercase; color: white; margin-bottom: 0.75rem; }
.montage-card p { font-size: 0.875rem; color: #94a3b8; line-height: 1.7; }
.montage-card ul { font-size: 0.85rem; color: #94a3b8; padding-left: 1rem; margin-top: 0.5rem; line-height: 1.8; }
/* ── CNC ── */
.cnc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); margin-top: 3rem; }
.cnc-item { background: var(--bg); padding: 1.75rem; }
.cnc-item h3 { font-size: 0.875rem; font-weight: 800; text-transform: uppercase; margin-bottom: 0.5rem; }
.cnc-item p { font-size: 0.85rem; color: var(--muted); }
/* ── LOGISTIK ── */
.log-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 3rem; }
.log-card { border: 1px solid var(--border); padding: 1.75rem; }
.log-card h3 { font-size: 0.875rem; font-weight: 800; text-transform: uppercase; margin-bottom: 0.75rem; padding-bottom: 0.5rem; border-bottom: 2px solid var(--blue); }
.log-card p { font-size: 0.85rem; color: var(--muted); line-height: 1.7; }
/* ── PROZESS ── */
.proc-list { list-style: none; counter-reset: s; display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 3rem; }
.proc-list li { counter-increment: s; display: flex; gap: 1.25rem; background: var(--mid); padding: 1.5rem; }
.proc-list li::before { content: counter(s,decimal-leading-zero); color: var(--blue-mid); font-weight: 900; font-size: 1.8rem; line-height: 1; flex-shrink: 0; }
.proc-list strong { display: block; color: white; font-size: 0.95rem; margin-bottom: 0.25rem; }
.proc-list p { color: #94a3b8; font-size: 0.875rem; margin: 0; }
/* ── SPLIT ── */
.split { display: flex; min-height: 360px; }
.split-dark  { background: var(--mid); flex: 1; padding: 4rem 3rem; }
.split-light { background: var(--blue-light); border-left: 3px solid var(--blue); flex: 1; padding: 4rem 3rem; }
.split-dark h2  { font-size: 2rem; font-weight: 900; text-transform: uppercase; color: white; letter-spacing: -0.5px; margin-bottom: 1.25rem; }
.split-dark p   { color: #94a3b8; font-size: 0.9rem; line-height: 1.7; margin-bottom: 0.75rem; }
.split-light h2 { font-size: 2rem; font-weight: 900; text-transform: uppercase; color: var(--dark); letter-spacing: -0.5px; margin-bottom: 1.25rem; }
.split-light p  { color: var(--muted); font-size: 0.9rem; margin-bottom: 2rem; line-height: 1.7; }
.split-accent { color: var(--blue-mid); font-weight: 600; }
.price-hint { margin-top: 1.25rem; font-size: 0.78rem; color: var(--muted); line-height: 1.6; }

@media (min-width: 1221px) {
  .hero h1 { width: min(100%, 760px, calc(56vw - clamp(2.5rem, 4vw, 4.5rem) - 230px)); font-size: clamp(1.75rem, 2.45vw, 3.5rem); }
  .hero-desc { width: min(580px, calc(56vw - clamp(2.5rem, 4vw, 4.5rem) - 230px)); }
  .hero-btns { width: min(100%, calc(56vw - clamp(2.5rem, 4vw, 4.5rem) - 230px)); }
  .hero-btns .btn { padding-right: 1.25rem; padding-left: 1.25rem; }
  .hero-title__line--end { transform: none; }
}

@media (max-width: 1220px) {
  .hero { grid-template-columns: 1fr; }
  .hero-heading-wrap { position: relative; padding-right: 17rem; }
  .hero-ge { left: auto; right: 0; }
  .hero-media { min-height: 360px; }
  .hero-media::after { background: linear-gradient(180deg, rgba(15,23,42,0.35) 0%, rgba(15,23,42,0) 35%); }
  .home-facts__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .hero h1 { font-size: 2.4rem; }
  .ueber-inner, .detail-grid, .split, .proc-list { grid-template-columns: 1fr; }
  .montage-grid, .cnc-grid, .log-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .hero-heading-wrap { padding-right: 0; }
  .hero-title__line,
  .hero-title__line--start,
  .hero-title__line--center,
  .hero-title__line--end { justify-self: start; text-align: left; white-space: normal; transform: none; }
  .hero-ge { position: static; width: 140px; min-height: 129px; align-self: flex-end; margin: -0.4rem 0 1.35rem; padding: 0.85rem; transform: none; }
  .hero-ge > span { font-size: 3.1rem; }
  .hero-ge small { margin-top: 0.7rem; font-size: 0.43rem; }
}
@media (max-width: 600px) {
  .montage-grid, .cnc-grid, .log-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 2rem; letter-spacing: -1px; }
  .hero-left { padding: 3rem 1.5rem; }
  .hero-media { min-height: 260px; }
  .home-facts { padding: 1rem 1.25rem; }
  .home-facts__inner { grid-template-columns: 1fr; }
}
