.direction-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.direction-card{border-radius:14px;box-shadow:0 10px 25px rgba(17,16,82,.07)}
.direction-photo{height:205px}
.direction-card>div:last-child{padding:15px}
.direction-card h3{font-size:18px}
.club-map{display:grid;grid-template-columns:.72fr 1.28fr;gap:34px;align-items:center}
.club-map-frame{overflow:hidden;min-height:390px;border:1px solid #d6e2f5;border-radius:16px;box-shadow:0 16px 34px rgba(17,16,82,.1)}
.club-map iframe{display:block;width:100%;height:390px;border:0}
.team-card{overflow:hidden;padding:0!important;border-radius:15px}
.team-card-visual{display:grid;place-items:center;height:210px;background:linear-gradient(145deg,#e8f3ff,#dce7ff)}
.team-card-visual img{display:block;width:100%;height:100%;object-fit:cover}
.team-card-visual img.team-card-placeholder{width:105px;height:130px;object-fit:contain}
.team-card-copy{display:block;padding:22px 24px 25px}
.home-academy{display:grid;grid-template-columns:minmax(0,1fr) 240px;align-items:center;gap:55px;background:linear-gradient(125deg,#051534,#153f9f);color:#fff}
.home-academy-logo{display:grid;place-items:center;padding:20px;border-radius:24px;background:#fff}
.home-academy-logo img{display:block;width:100%;max-width:190px;height:220px;object-fit:contain}
.home-academy-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}
@media(max-width:900px){.direction-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.club-map,.home-academy{grid-template-columns:1fr}.home-academy-logo{max-width:240px}}
@media(max-width:620px){.direction-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.direction-photo{height:160px}.team-card-visual{height:190px}}
@media(max-width:420px){.direction-grid{grid-template-columns:1fr}.direction-photo{height:210px}}
