/* =====================================================================
   EMS Kampfmittelbergung – Startseite unterhalb des Hexagon-Heros (home.css)
   Baut auf assets/sub.css auf (Tokens, Navigation, Kacheln, Buttons, Footer).
   Der Hexagon-Hero behält sein Inline-CSS in index.html.
   ===================================================================== */

#main { display: block; }
.home-section { position: relative; padding: 104px 0; }
.home-section--alt { background: #fff; }
.home-section--navy { background: linear-gradient(160deg, var(--navy-900) 0%, var(--navy-800) 60%, var(--navy-700) 100%); color: #fff; overflow: hidden; }
.home-section--navy::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0.6;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='104' viewBox='0 0 120 104'%3E%3Cpath d='M60 2 110 28v52L60 106 10 80V28z' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='1'/%3E%3C/svg%3E"); }
.home-section > .wrap { position: relative; }

.home-head { max-width: 780px; margin: 0 auto 48px; text-align: center; }
.home-head .kicker { color: var(--accent-600); background: var(--accent-100); border-color: rgba(232,111,44,0.3); }
.home-section--navy .home-head .kicker, .home-section--navy .kicker { color: var(--accent-400); background: rgba(232,111,44,0.12); border-color: rgba(232,111,44,0.35); }
.home-head h2, .home-h2 { font-size: clamp(1.9rem, 3.2vw, 2.7rem); font-weight: 800; letter-spacing: -0.9px; color: var(--navy-900); line-height: 1.12; margin-top: 18px; }
.home-section--navy .home-head h2, .home-section--navy .home-h2 { color: #fff; }
.home-head p, .home-lead { color: var(--gray-700); font-size: 1.08rem; margin-top: 16px; line-height: 1.7; }
.home-section--navy .home-lead { color: rgba(255,255,255,0.8); }
.home-annot { position: absolute; right: 32px; top: 40px; font-family: var(--mono); font-size: 0.66rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gray-400); }
.home-section--navy .home-annot { color: rgba(255,255,255,0.35); }

/* ---------- Kacheln (Leistungen / Vorteile) ---------- */
.home-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
a.tile { display: flex; flex-direction: column; text-decoration: none; color: inherit; }
a.tile:focus-visible { outline: 3px solid var(--accent-600); outline-offset: 3px; }
.tile h3 { font-size: 1.15rem; font-weight: 700; color: var(--navy-900); margin-bottom: 8px; line-height: 1.3; }
.tile > p { color: var(--gray-700); }
.tile-list { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 7px; font-size: 0.88rem; color: var(--gray-700); }
.tile-list li { display: flex; align-items: flex-start; gap: 8px; }
.tile-list .ico { width: 14px; height: 14px; color: var(--accent); margin-top: 4px; }
.tile-more { margin-top: auto; padding-top: 18px; }
.tile-num { position: absolute; top: 18px; right: 20px; font-family: var(--mono); font-size: 0.68rem; letter-spacing: 2px; color: var(--gray-400); }

/* ---------- Erfahrungs-Band mit Foto ---------- */
.band { position: relative; overflow: hidden; padding: 120px 0; color: #fff; background: var(--navy-900); }
.band-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.32; filter: saturate(0.5) contrast(1.05); }
.band::before { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(26,46,68,0.96) 0%, rgba(26,46,68,0.72) 55%, rgba(26,46,68,0.4) 100%); }
.band > .wrap { position: relative; }
.band-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; align-items: center; }
.band h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 800; letter-spacing: -0.8px; line-height: 1.15; margin-top: 18px; }
.band p { color: rgba(255,255,255,0.8); font-size: 1.08rem; margin-top: 14px; max-width: 520px; }
.band-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.band-stat { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); border-radius: 18px; padding: 24px 18px 20px; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); position: relative; overflow: hidden; }
.band-stat::after { content: ''; position: absolute; right: -30px; bottom: -30px; width: 110px; height: 110px; border-radius: 50%; background: radial-gradient(circle, rgba(232,111,44,0.28), transparent 70%); pointer-events: none; }
.band-stat strong { display: block; font-size: 2rem; font-weight: 800; color: var(--accent-400); letter-spacing: -1px; line-height: 1.1; }
.band-stat span { display: block; font-family: var(--mono); font-size: 0.66rem; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.72); margin-top: 8px; }

/* ---------- Bildreihe ---------- */
.home-figures { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.home-figure { position: relative; margin: 0; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-card); aspect-ratio: 16 / 10; background: var(--navy-900); }
.home-figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.home-figure:hover img { transform: scale(1.05); }
.home-figure figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 44px 22px 20px; background: linear-gradient(180deg, transparent, rgba(26,46,68,0.94)); color: #fff; }
.home-figure h4 { font-size: 1.02rem; font-weight: 700; }
.home-figure figcaption p { font-size: 0.85rem; color: rgba(255,255,255,0.75); margin-top: 2px; }

/* ---------- Einsatzgebiet ---------- */
.region { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.region-photo { position: relative; border-radius: 26px; overflow: hidden; box-shadow: 0 30px 70px rgba(0,0,0,0.4); }
.region-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.region-photo::after { content: ''; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,0.14); border-radius: 26px; pointer-events: none; }
.region-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 12px; }
.region-list li { display: flex; align-items: center; gap: 14px; font-size: 1.04rem; color: rgba(255,255,255,0.92); padding: 12px 16px; border-radius: 14px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); }
.region-list .ico { width: 22px; height: 22px; color: var(--accent-400); }
.region-note { margin-top: 22px; font-family: var(--mono); font-size: 0.7rem; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.5); }

/* ---------- Über mich ---------- */
.about { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 72px; align-items: center; }
.about-photo { position: relative; border-radius: 26px; overflow: hidden; box-shadow: var(--shadow-card-hover); }
.about-photo img { display: block; width: 100%; height: auto; }
.about-photo::before { content: ''; position: absolute; left: -14px; top: 22px; bottom: -14px; width: 40%; border: 2px solid rgba(232,111,44,0.5); border-radius: 26px; pointer-events: none; z-index: -1; }
.about-photo figcaption { position: absolute; left: 20px; bottom: 20px; background: rgba(26,46,68,0.9); color: #fff; padding: 10px 16px; border-radius: 12px; font-size: 0.85rem; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.about-photo figcaption strong { display: block; font-size: 0.95rem; }
.about-text h2 { margin-top: 18px; }
.about-text p { color: var(--gray-700); font-size: 1.05rem; margin-top: 16px; line-height: 1.75; }
.about-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.about-badges span { display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; border-radius: 999px; background: var(--navy-100); color: var(--navy-800); font-weight: 600; font-size: 0.9rem; }
.about-badges span.is-hi { background: linear-gradient(135deg, var(--accent), var(--accent-600)); color: #fff; box-shadow: 0 6px 18px rgba(232,111,44,0.35); }
.about-badges .ico { width: 16px; height: 16px; }

/* ---------- KMR-Radar-Teaser ---------- */
.radar-teaser { position: relative; overflow: hidden; border-radius: 28px; padding: 56px 60px; color: #fff; background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-800) 55%, var(--navy-700) 100%); box-shadow: var(--shadow-card-hover); display: grid; grid-template-columns: 1.25fr 1fr; gap: 40px; align-items: center; }
.radar-teaser::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0.5;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='104' viewBox='0 0 120 104'%3E%3Cpath d='M60 2 110 28v52L60 106 10 80V28z' fill='none' stroke='rgba(255,255,255,0.06)' stroke-width='1'/%3E%3C/svg%3E"); }
.radar-teaser > * { position: relative; }
.radar-teaser h2 { font-size: clamp(1.6rem, 2.6vw, 2.2rem); font-weight: 800; letter-spacing: -0.7px; line-height: 1.15; margin-top: 16px; }
.radar-teaser p { color: rgba(255,255,255,0.82); font-size: 1.04rem; margin-top: 14px; }
.radar-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.radar-facts span { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; font-size: 0.85rem; font-weight: 500; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.16); }
.radar-facts .ico { width: 15px; height: 15px; color: var(--accent-400); }
.radar-teaser .cta-buttons { justify-content: flex-start; margin-top: 26px; }
.radar-scope { position: relative; width: 300px; height: 300px; margin: 0 auto; border-radius: 50%; border: 1px solid rgba(255,255,255,0.14); background: radial-gradient(circle, rgba(232,111,44,0.14) 0%, rgba(26,46,68,0) 70%); }
.radar-scope::before, .radar-scope::after { content: ''; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,0.1); inset: 22%; }
.radar-scope::after { inset: 44%; }
.radar-scope .sweep { position: absolute; inset: 0; border-radius: 50%; background: conic-gradient(from 0deg, rgba(232,111,44,0.55) 0deg, rgba(232,111,44,0.12) 40deg, transparent 90deg); animation: radarSpin 5s linear infinite; }
.radar-scope .cross { position: absolute; left: 50%; top: 0; bottom: 0; border-left: 1px dashed rgba(255,255,255,0.12); }
.radar-scope .cross::after { content: ''; position: absolute; top: 50%; left: -150px; width: 300px; border-top: 1px dashed rgba(255,255,255,0.12); }
.radar-scope .blip { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--accent-400); box-shadow: 0 0 0 0 rgba(232,111,44,0.6); animation: blipPulse 3s ease-out infinite; }
.radar-scope .blip.b2 { animation-delay: 1s; } .radar-scope .blip.b3 { animation-delay: 2s; }
.radar-scope .tag { position: absolute; font-family: var(--mono); font-size: 0.62rem; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.55); }
@keyframes radarSpin { to { transform: rotate(360deg); } }
@keyframes blipPulse { 0% { box-shadow: 0 0 0 0 rgba(232,111,44,0.6); } 70% { box-shadow: 0 0 0 16px rgba(232,111,44,0); } 100% { box-shadow: 0 0 0 0 rgba(232,111,44,0); } }

/* ---------- Kontakt ---------- */
.contact-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 28px; align-items: stretch; }
.contact-card { position: relative; overflow: hidden; background: linear-gradient(145deg, var(--navy-900), var(--navy-800)); color: #fff; border-radius: 26px; padding: 42px 44px; box-shadow: var(--shadow-card-hover); }
.contact-card::after { content: ''; position: absolute; right: 28px; top: 28px; width: 92px; height: 92px; background: rgba(232,111,44,0.14); clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); }
.contact-card h3 { font-size: 1.35rem; font-weight: 800; letter-spacing: -0.3px; }
.contact-card .kicker { color: var(--accent-400); background: rgba(232,111,44,0.12); border-color: rgba(232,111,44,0.35); }
.contact-rows { display: grid; gap: 16px; margin-top: 26px; position: relative; }
.contact-row { display: grid; grid-template-columns: 46px 1fr; gap: 16px; align-items: center; }
.contact-row .tile-icon { width: 46px; height: 46px; margin: 0; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.16); box-shadow: none; }
.contact-row h4 { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 2px; text-transform: uppercase; color: var(--accent-400); font-weight: 500; }
.contact-row > div { min-width: 0; }
.contact-row p, .contact-row a { font-size: 1.05rem; color: #fff; text-decoration: none; font-weight: 500; margin: 2px 0 0; overflow-wrap: anywhere; }
.home-section[id], .page-cta { scroll-margin-top: var(--nav-h); }
.contact-row a:hover { color: var(--accent-400); }
.contact-panel { background: #fff; border-radius: 26px; padding: 42px 44px; box-shadow: var(--shadow-card); border: 1px solid rgba(226,232,240,0.9); display: flex; flex-direction: column; }
.contact-panel h3 { font-size: 1.5rem; font-weight: 800; color: var(--navy-900); letter-spacing: -0.4px; }
.contact-panel > p { color: var(--gray-700); margin-top: 12px; font-size: 1.02rem; }
.contact-panel .btn { width: 100%; margin-top: 14px; }
.contact-panel .btn:first-of-type { margin-top: 26px; }
.contact-panel .cta-response { color: var(--gray-500); margin-top: auto; padding-top: 22px; }

/* ---------- X-Ray / Detektor-Ebene (Hannes' Zweite-Ebene-Effekt der alten Startseite) ----------
   Die Maus "durchleuchtet" den Abschnitt: unter der Deckschicht (.xray-mask, Abschnittsfarbe) liegt
   ein Schwarzweiß-Bild (.xray-layer). Das JavaScript in index.html stanzt per radial-gradient ein Loch. */
.xray-section { position: relative; background: transparent !important; cursor: none; }
.xray-section .xray-layer { position: absolute; inset: 0; background-color: #fff; background-size: cover; background-position: center; filter: grayscale(1) contrast(1.1) brightness(1); opacity: 0; visibility: hidden; z-index: 0; pointer-events: none; transition: opacity 0.3s ease, visibility 0.3s ease; }
.xray-section.xray-active .xray-layer { opacity: 0.6; visibility: visible; }
.xray-section .xray-mask { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: var(--xray-bg, #fff); transition: none; }
.xray-section > .wrap { position: relative; z-index: 3; }
.home-section--navy.xray-section::before { z-index: 2; }
@media (max-width: 992px), (hover: none), (pointer: coarse) {
    .xray-section { cursor: auto; }
}

/* ---------- Responsiv ---------- */
@media (max-width: 1100px) {
    .home-grid, .home-figures { grid-template-columns: repeat(2, 1fr); }
    .radar-teaser { padding: 44px 40px; }
}
@media (max-width: 960px) {
    .home-section { padding: 80px 0; }
    .band { padding: 88px 0; }
    .band-grid, .region, .about, .radar-teaser, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
    .about-photo { max-width: 420px; }
    .region-photo { max-height: 380px; }
    .radar-scope { width: 240px; height: 240px; }
    .home-annot { display: none; }
}
@media (max-width: 640px) {
    .home-section { padding: 64px 0; }
    .home-grid, .home-figures, .band-stats { grid-template-columns: 1fr; }
    .radar-teaser { padding: 36px 24px; border-radius: 22px; }
    .contact-card, .contact-panel { padding: 30px 24px; }
    .contact-card::after { display: none; }
    .contact-row p, .contact-row a { font-size: 0.98rem; }
    .contact-row a[href^="mailto"] { font-size: 0.9rem; }
    .contact-panel .cta-response { justify-content: flex-start; text-align: left; flex-wrap: nowrap; }
    .radar-teaser .cta-buttons .btn { white-space: normal; }
    .home-head { margin-bottom: 32px; }
}
@media (prefers-reduced-motion: reduce) {
    .radar-scope .sweep, .radar-scope .blip { animation: none; }
    .home-figure img { transition: none; }
}

/* 04.09.2026 — Weiterentwicklung der Startseitenabschnitte.
   Bewusst lokal begrenzt: keine Änderungen am Hero oder Unterseiten-Design. */
.home-section { padding: 112px 0; }
.home-section .wrap, .band .wrap { max-width: 1360px; padding-inline: 48px; }
.home-section :is(h2,h3,h4), .band h2 { text-wrap: balance; }
.home-section :is(p,li), .band p { text-wrap: pretty; }
.home-section .kicker, .band .kicker { display: inline-flex; align-items: center; gap: 12px; padding: 0; background: none; border: 0; border-radius: 0; color: var(--navy-800); font-size: .8125rem; letter-spacing: 2px; font-weight: 700; }
.home-section .kicker::before, .band .kicker::before { content: ''; width: 22px; height: 2px; background: var(--accent); flex-shrink: 0; }
.home-head { max-width: 880px; margin: 0 0 52px; text-align: left; }
.home-head h2, .home-h2 { font-size: clamp(2.25rem,4.1vw,3.6rem); font-weight: 800; line-height: 1.07; letter-spacing: -.055em; margin-top: 22px; }
.accent-text { color: var(--accent-600); }
.home-head p, .home-lead { font-size: 1.0625rem; line-height: 1.8; margin-top: 22px; }
.home-head--split { display: grid; grid-template-columns: 1.65fr 1fr; column-gap: 72px; max-width: none; align-items: end; }
.home-head--split .kicker { grid-column: 1 / -1; }
.home-head--split p { max-width: 400px; margin: 22px 0 3px; }
.home-section--navy .kicker { color: #fff; }
.home-section--navy .home-lead { color: #dce5ef; }
.home-section[id] { scroll-margin-top: calc(var(--nav-h) + 20px); }

/* Sechs Ziele bleiben erhalten; zwei Bildkarten heben das Kerngeschäft hervor. */
.home-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.service-grid { grid-template-columns: repeat(12,minmax(0,1fr)); gap: 24px; }
.home-section a.tile { border-radius: 12px; }
.service-grid .service-card { grid-column: span 3; padding: 0; box-shadow: 0 4px 18px #1a2e4408; background: #fff; }
.service-grid .service-card--featured { grid-column: span 6; }
.service-card::before { display: none; }
.service-card:hover { transform: translateY(-4px); border-color: #d8b29c; box-shadow: 0 18px 40px #1a2e4412; }
.service-media { position: relative; aspect-ratio: 2.5; overflow: hidden; background: var(--navy-900); }
.service-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg,#102031b3,transparent 75%); }
.service-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--ease); }
.service-card:hover .service-media img { transform: scale(1.035); }
.service-media > span { position: absolute; left: 28px; bottom: 22px; z-index: 1; color: #fff; font-size: .8125rem; letter-spacing: 1.5px; font-weight: 600; text-transform: uppercase; }
.service-body { display: flex; flex-direction: column; flex: 1; position: relative; padding: 28px 24px; }
.service-card--featured .service-body { padding: 30px; }
.service-body .tile-icon { background: var(--navy-100); box-shadow: none; color: var(--navy-800); border-radius: 8px; width: 44px; height: 44px; margin-bottom: 22px; }
.service-card--featured .tile-icon { position: absolute; right: 28px; top: -24px; background: var(--accent); color: #fff; border: 4px solid #fff; width: 52px; height: 52px; }
.tile-num { top: 32px; right: 24px; color: var(--gray-500); font-size: .8125rem; letter-spacing: 1px; }
.service-card--featured .tile-num { position: static; color: var(--accent-600); margin-bottom: 8px; }
.home-section .tile h3 { font-size: 1.2rem; font-weight: 700; line-height: 1.25; letter-spacing: -.025em; margin-bottom: 12px; overflow-wrap: anywhere; }
.home-section .service-card--featured h3 { font-size: clamp(1.5rem,2.1vw,1.85rem); }
.home-section .tile p { font-size: 1rem; line-height: 1.7; color: var(--gray-700); }
.tile-list { gap: 8px; padding: 20px 0 0; margin: 20px 0 0; border-top: 1px solid var(--gray-200); font-size: .875rem; line-height: 1.55; }
.service-card--featured .tile-list { grid-template-columns: 1fr 1fr; gap: 8px 20px; }
.tile-list li { min-width: 0; }
.tile-list .ico { color: var(--accent-600); }
.tile-more { padding-top: 26px; font-size: .875rem; }
.service-body .tile-more { justify-content: space-between; width: 100%; }
.tile-more .ico { transition: transform .2s; }
.tile:hover .tile-more .ico { transform: translateX(3px); }

/* Qualifikationen als echte Belege, mit großzügiger Typografie. */
.band { padding: 100px 0; background: #142639; }
.band-bg { opacity: .28; filter: saturate(.35); }
.band::before { z-index: 1; background: linear-gradient(90deg,#142639f5,#14263970); }
.band > .wrap { z-index: 2; }
.band-grid { grid-template-columns: 1fr 1fr; gap: 76px; }
.band .kicker { color: var(--accent-400); }
.band h2 { font-size: clamp(2.1rem,3.3vw,3rem); font-weight: 800; letter-spacing: -.045em; line-height: 1.12; margin-top: 22px; }
.band p { color: #d1dae3; font-size: 1.0625rem; margin-top: 24px; max-width: 500px; }
.band-stats { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; border-top: 1px solid #ffffff30; border-bottom: 1px solid #ffffff30; padding: 32px 0; }
.band-stat { padding: 0 24px; background: none; border: 0; border-left: 1px solid #ffffff25; border-radius: 0; backdrop-filter: none; -webkit-backdrop-filter: none; overflow: visible; }
.band-stat:first-child { border-left: 0; padding-left: 0; }
.band-stat:last-child { padding-right: 0; }
.band-stat::after { display: none; }
.band-stat strong { font-size: clamp(2.4rem,3.5vw,3.3rem); font-weight: 600; letter-spacing: -.04em; }
.band-stat span { font-family: var(--font); font-size: .875rem; text-transform: none; letter-spacing: 0; color: #d1dae3; margin-top: 14px; line-height: 1.55; }

/* Unterschiedliche Bildgrößen geben den Einblicken einen eigenen Rhythmus. */
.field-gallery { padding-top: 72px; padding-bottom: 80px; }
.gallery-heading { display: flex; justify-content: space-between; gap: 24px; margin-bottom: 28px; align-items: center; }
.gallery-heading > span:last-child { color: var(--gray-700); font-size: .875rem; }
.home-figures { grid-template-columns: 1.4fr 1fr 1fr; gap: 20px; align-items: start; }
.home-figure { border-radius: 10px; aspect-ratio: 1.12; box-shadow: none; }
.home-figure:nth-child(2) { margin-top: 42px; }
.home-figure:nth-child(3) { margin-top: 84px; }
.home-figure figcaption { padding: 64px 24px 24px; background: linear-gradient(0deg,#102031ef,transparent); }
.home-figure h4 { font-size: 1.0625rem; font-weight: 600; line-height: 1.4; }
.home-figure figcaption p { color: #e0e7ee; font-size: .875rem; margin-top: 5px; line-height: 1.6; }

/* Vorteile als offene, gut scanbare Reihen. */
#vorteile { padding-top: 88px; }
#vorteile .home-grid { gap: 0 42px; }
#vorteile .tile { background: transparent; box-shadow: none; border: 0; border-top: 1px solid #ccd6e0; border-radius: 0; padding: 32px 0; }
#vorteile .tile::before { display: none; }
#vorteile .tile:hover { transform: none; box-shadow: none; }
#vorteile .tile-icon { background: none; color: var(--accent-600); box-shadow: none; border-radius: 0; width: 38px; height: 38px; margin-bottom: 20px; }
#vorteile .tile-icon .ico { width: 32px; height: 32px; }
#vorteile .tile-num { top: 34px; right: 0; }
#vorteile .tile h3 { font-size: 1.3rem; }

.region { grid-template-columns: 1fr 1.1fr; gap: 76px; }
.region-photo { border-radius: 10px; aspect-ratio: .9; box-shadow: none; }
.region-photo::after { border-radius: 10px; }
.region-list { margin-top: 28px; gap: 0; }
.region-list li { align-items: flex-start; gap: 12px; font-size: 1rem; padding: 12px 0; background: none; border: 0; border-bottom: 1px solid #ffffff20; border-radius: 0; }
.region-list .ico { width: 18px; height: 18px; margin-top: 5px; }
.region-list li > span { min-width: 0; }
.region-list a { color: #fff; font-weight: 500; text-decoration: underline; text-decoration-color: rgba(255,255,255,0.35); text-underline-offset: 3px; transition: color 0.2s; }
.region-list a:hover, .region-list a:focus-visible { color: var(--accent-400); text-decoration-color: currentColor; }
.region-note { font-family: var(--font); font-size: .8125rem; letter-spacing: 0; text-transform: none; color: #bacbdc; margin-top: 24px; line-height: 1.8; }
.about { gap: 100px; }
.about-photo { border-radius: 10px; margin: 0; box-shadow: none; }
.about-photo::before { display: none; }
.about-photo figcaption { inset: auto 0 0; background: linear-gradient(0deg,#102031f5,transparent); padding: 80px 30px 30px; border-radius: 0; color: #e0e7ee; font-size: .875rem; backdrop-filter: none; -webkit-backdrop-filter: none; }
.about-photo figcaption strong { font-size: 1.4rem; color: #fff; margin-bottom: 4px; }
.about-text p { font-size: 1.0625rem; margin-top: 22px; line-height: 1.85; }
.about-badges { gap: 8px; margin-top: 28px; }
.about-badges span { padding: 9px 12px; border: 1px solid #dbe3eb; border-radius: 5px; background: none; font-size: .875rem; }
.about-badges span.is-hi { background: var(--navy-900); border-color: var(--navy-900); box-shadow: none; }

.radar-section { padding-block: 80px; }
.radar-teaser { border-radius: 12px; padding: 60px; background: #172e46; grid-template-columns: 1.4fr 1fr; gap: 44px; box-shadow: none; }
.radar-teaser::before { display: none; }
.radar-teaser .kicker { color: var(--accent-400); }
.radar-teaser h2 { font-size: clamp(1.85rem,2.8vw,2.5rem); letter-spacing: -.045em; line-height: 1.15; margin-top: 24px; }
.radar-teaser p { color: #dce5ef; font-size: 1rem; line-height: 1.8; margin-top: 22px; }
.radar-facts { gap: 10px 18px; margin-top: 22px; }
.radar-facts span { padding: 0; border: 0; background: none; border-radius: 0; font-size: .875rem; color: #dce5ef; }
.radar-teaser .cta-buttons { margin-top: 32px; gap: 12px; }
.radar-scope { width: 280px; height: 280px; }
.radar-scope .cross::after { left: -140px; width: 280px; }
.radar-scope .sweep { animation-duration: 8s; }
.radar-scope .tag { font-size: .75rem; color: #c8d5e2; letter-spacing: 0; }

#kontakt { border-top: 1px solid var(--gray-200); }
#kontakt .home-head h2 { font-size: clamp(3.6rem,6.4vw,5.8rem); }
.contact-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-card { background: var(--navy-900); border-radius: 12px; padding: 44px; box-shadow: none; }
.contact-card::after { display: none; }
.contact-card .kicker { color: var(--accent-400); background: none; }
.contact-card h3 { font-size: 1.3rem; font-weight: 600; margin-top: 24px; line-height: 1.4; }
.contact-rows { gap: 24px; margin-top: 32px; }
.contact-row { grid-template-columns: 32px minmax(0,1fr); gap: 16px; align-items: start; }
.contact-row .tile-icon { width: 32px; height: 32px; background: none; border: 0; color: var(--accent-400); }
.contact-row h4 { font-family: var(--font); font-size: .8125rem; color: #bacbdc; text-transform: none; letter-spacing: 0; }
.contact-row p, .contact-row a { font-size: 1rem; margin: 4px 0 0; line-height: 1.7; }
.contact-panel { background: #f3f7fb; border-radius: 12px; padding: 44px; box-shadow: none; }
.contact-panel h3 { font-size: 1.65rem; line-height: 1.25; letter-spacing: -.035em; }
.contact-panel > p { margin-top: 16px; font-size: 1rem; line-height: 1.8; }
.contact-brief { display: grid; gap: 10px; margin: 24px 0 18px; }
.contact-brief span { font-size: .9375rem; color: var(--navy-800); }
.contact-brief b { font-family: var(--mono); font-size: .8125rem; color: var(--accent-600); margin-right: 12px; }
.home-section .btn { border-radius: 6px; min-height: 48px; padding: 15px 22px; box-shadow: none; }
.home-section .btn-primary { background: var(--accent-600); }
.home-section .btn-primary:hover { background: #a94917; }
.contact-panel .btn { margin-top: 12px; }
.contact-panel .cta-response { color: var(--gray-700); font-size: .875rem; }

@media (max-width: 1180px) {
    .home-section .wrap, .band .wrap { padding-inline: 32px; }
    .home-head--split { column-gap: 40px; grid-template-columns: 1.4fr 1fr; }
    .service-grid .service-card { grid-column: span 6; }
    .band-grid, .region { gap: 40px; }
    .about { gap: 56px; }
    .radar-teaser { padding: 40px; grid-template-columns: 1.4fr .85fr; gap: 28px; }
    .radar-scope { width: 240px; height: 240px; }
    .radar-scope .cross::after { left: -120px; width: 240px; }
    .contact-card, .contact-panel { padding: 32px; }
}
@media (max-width: 960px) {
    .home-section { padding-block: 80px; }
    .home-head--split { grid-template-columns: 1fr; gap: 0; }
    .home-head--split p { max-width: 620px; }
    .band-grid, .region { grid-template-columns: 1fr; gap: 40px; }
    .band { padding-block: 76px; }
    .band-stats { max-width: 620px; }
    .home-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .service-grid { grid-template-columns: repeat(12,minmax(0,1fr)); }
    .service-card--featured .tile-list { grid-template-columns: 1fr; }
    .region-photo { aspect-ratio: 1.8; max-height: 420px; }
    .about { grid-template-columns: .85fr 1.15fr; gap: 36px; align-items: start; }
    .about .home-h2 { font-size: 2.1rem; }
    .home-figures { grid-template-columns: 1.4fr 1fr 1fr; gap: 14px; }
    .home-figure { aspect-ratio: .85; }
    .home-figure figcaption { padding: 60px 16px 20px; }
    .radar-teaser { grid-template-columns: 1fr; }
    .radar-scope { display: none; }
    .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .home-section { padding-block: 60px; }
    .home-section .wrap, .band .wrap { padding-inline: 22px; }
    .home-head { margin-bottom: 34px; }
    .home-head h2, .home-h2 { font-size: clamp(2rem,8.5vw,2.75rem); letter-spacing: -.05em; }
    .home-head h2 br { display: none; }
    .home-head h2 .accent-text { display: block; }
    .home-head p, .home-lead { font-size: 1rem; }
    .home-grid, .service-grid { grid-template-columns: 1fr; gap: 18px; }
    .service-grid .service-card { grid-column: auto; }
    .service-media { aspect-ratio: 1.85; }
    .service-body, .service-card--featured .service-body { padding: 24px; }
    .service-card--featured .tile-list { grid-template-columns: 1fr; }
    .home-section .service-card--featured h3 { font-size: 1.5rem; }
    .band-stats { grid-template-columns: 1fr; padding-block: 0; border: 0; }
    .band-stat { display: grid; grid-template-columns: 88px minmax(0,1fr); align-items: center; padding: 20px 0; border-left: 0; border-top: 1px solid #ffffff30; }
    .band-stat strong { font-size: 2.5rem; }
    .band-stat span { font-size: .875rem; margin-top: 0; }
    .gallery-heading { flex-direction: column; align-items: flex-start; gap: 10px; }
    .home-figures { grid-template-columns: 1fr; gap: 18px; }
    .home-figure { aspect-ratio: 1.4; }
    .home-figure:nth-child(2), .home-figure:nth-child(3) { margin-top: 0; }
    .home-figure figcaption { padding: 60px 24px 24px; }
    #vorteile { padding-top: 60px; }
    #vorteile .home-grid { gap: 0; }
    #vorteile .tile { padding-block: 28px; }
    .region-photo { aspect-ratio: 1.2; }
    .about { grid-template-columns: 1fr; }
    .about-photo { max-width: 440px; }
    .about .home-h2 { font-size: 2.3rem; }
    .radar-teaser { padding: 30px 24px; }
    .radar-teaser .cta-buttons { flex-direction: column; align-items: stretch; }
    .radar-teaser .btn { white-space: normal; }
    .contact-card, .contact-panel { padding: 28px 24px; }
    #kontakt .home-head h2 { font-size: 3.6rem; }
    .contact-panel .cta-response { justify-content: flex-start; text-align: left; flex-wrap: nowrap; }
}
@media (prefers-reduced-motion: reduce) {
    .home-section *, .band * { transition: none !important; }
    .service-card:hover, .service-card:hover .service-media img, .home-figure:hover img { transform: none; }
}
/* Gedämpfte Papierflächen und weicher Auslauf aus den Filmkapiteln. */
#main > .home-section:not(.home-section--navy) { background-color: #e9eef0; --xray-bg: #e9eef0 !important; }
#main > .home-section--alt { background-color: #e4eaed; --xray-bg: #e4eaed !important; }
#main .service-card { background-color: #f3f5f4; }
#main .service-card--featured .tile-icon { border-color: #f3f5f4; }
.history-story + .home-section { padding-top: 148px; }
.history-story + .home-section::before { content: ''; position: absolute; inset: 0 0 auto; height: 100px; background: linear-gradient(180deg,#101c29 0%,#101c2940 50%,#101c2900 100%); pointer-events: none; z-index: 1; }
@media (max-width:680px) { .history-story + .home-section { padding-top: 112px; } .history-story + .home-section::before { height: 76px; } }
