.wendland-hero-collage{display:grid;grid-template-columns:1fr 1fr;gap:10px;min-height:440px;overflow:hidden;border-radius:24px;background:#eadfd9;box-shadow:0 24px 55px rgba(71,35,45,.16)}
.wendland-hero-collage img{width:100%;height:100%;min-height:440px;object-fit:cover;object-position:center top}
.wendland-path-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.wendland-path-card{display:flex;flex-direction:column;min-width:0;padding:30px;border:1px solid rgba(90,23,56,.13);border-radius:20px;background:#fff;box-shadow:0 15px 36px rgba(71,35,45,.08)}
.wendland-path-card h3{margin:8px 0 12px;font-size:clamp(1.35rem,2vw,1.75rem);color:#5a1738}
.wendland-path-card p{margin:0 0 24px;line-height:1.65}
.wendland-path-card .button{align-self:flex-start;margin-top:auto}
@media(max-width:900px){.wendland-path-grid{grid-template-columns:1fr}.wendland-hero-collage{min-height:360px}.wendland-hero-collage img{min-height:360px}}
@media(max-width:560px){.wendland-hero-collage{min-height:290px;border-radius:16px}.wendland-hero-collage img{min-height:290px}.wendland-path-card{padding:23px}}
