/* ============ Handball-Übersicht: Training, Team und Seitenlinie ============ */
.handball-principles{padding:32px 0 22px}.handball-principles-inner{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(34px,7vw,94px);align-items:end;padding:clamp(40px,6vw,72px);border-radius:var(--radius);background:var(--brand-deep);color:#f2fbfa;box-shadow:0 28px 60px -32px rgba(14,122,122,.54)}.handball-principles .eyebrow{color:#c7eae5}.handball-principles h2{margin-top:12px;font-size:clamp(34px,4.5vw,58px);line-height:1;color:#fff}.handball-principles p{margin-top:18px;max-width:43ch;color:rgba(242,251,250,.8);font-size:17px;line-height:1.55}.handball-principle-list{display:grid;gap:0;border-top:1px solid rgba(242,251,250,.25)}.handball-principle{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:17px 0;border-bottom:1px solid rgba(242,251,250,.25)}.handball-principle b{font-family:var(--font-display);font-size:20px;color:#fff}.handball-principle span{display:block;margin-top:3px;color:rgba(242,251,250,.7);font-size:14px;line-height:1.4}.handball-principle-num{color:#c7eae5;font-size:12px;font-weight:700;padding-top:4px}

.handball-feature-section{padding-top:42px}.handball-feature-grid{display:grid;grid-template-columns:1.18fr .82fr;gap:22px}.handball-feature{position:relative;min-height:490px;display:flex;align-items:flex-end;overflow:hidden;border-radius:var(--radius);color:#fff;background:#4c2b24;box-shadow:0 28px 60px -32px rgba(31,27,23,.58);transition:transform .18s,box-shadow .18s}.handball-feature:hover{transform:translateY(-3px);box-shadow:0 34px 64px -30px rgba(31,27,23,.64)}.handball-feature img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.handball-feature:hover img{transform:scale(1.035)}.handball-feature::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(25,12,9,.04) 24%,rgba(25,12,9,.88) 100%)}.handball-feature-content{position:relative;z-index:1;padding:32px}.handball-feature .eyebrow{color:#ffc2a9}.handball-feature h3{margin-top:10px;font-size:clamp(31px,3.5vw,47px);color:#fff}.handball-feature p{max-width:44ch;margin-top:12px;color:rgba(255,255,255,.84);font-size:16px;line-height:1.52}.handball-feature .status{display:inline-flex;margin-top:22px;padding:9px 14px;border-radius:999px;background:#fff;color:#6a3024;font-size:13px;font-weight:700}.handball-feature--stations h3{font-size:clamp(29px,3vw,39px)}

.handball-insights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:22px}.handball-insight{position:relative;min-height:300px;display:flex;align-items:flex-end;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);box-shadow:0 18px 36px -30px rgba(31,27,23,.42);transition:transform .18s,box-shadow .18s}.handball-insight:hover{transform:translateY(-3px);box-shadow:0 24px 40px -28px rgba(31,27,23,.55)}.handball-insight img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.handball-insight:hover img{transform:scale(1.035)}.handball-insight::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(25,12,9,.04) 25%,rgba(25,12,9,.82) 100%)}.handball-insight-content{position:relative;z-index:1;padding:24px;color:#fff}.handball-insight .eyebrow{color:#ffc5ac;font-size:11px}.handball-insight h3{margin-top:8px;font-size:25px;color:#fff}.handball-insight p{margin-top:8px;color:rgba(255,255,255,.84);font-size:14px;line-height:1.45}.handball-insight .status{display:inline-block;margin-top:12px;color:#ffe0d0;font-size:12.5px;font-weight:700}
.handball-note{margin-top:22px;padding:18px 22px;border-left:3px solid var(--handball);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:rgba(224,87,61,.08);color:var(--ink-soft);font-size:14px;line-height:1.55}.handball-note b{color:var(--ink)}
@media(max-width:820px){.handball-principles-inner,.handball-feature-grid,.handball-insights{grid-template-columns:1fr}.handball-feature{min-height:400px}}
