.location-section {
    background: var(--background);
}

.location-grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.65fr) minmax(0, 1.35fr);
    gap: clamp(28px, 4vw, 48px);
    align-items: center;
}

.location-copy p:not(.section-kicker) {
    max-width: 520px;
    color: var(--ink-soft);
    font-size: 1.08rem;
}

.location-copy address {
    max-width: 560px;
    margin: 26px 0 0;
    color: var(--primary);
    font-size: clamp(1.4rem, 3vw, 2.15rem);
    font-style: normal;
    font-weight: 900;
    line-height: 1.35;
}

.location-service-areas {
    margin: 22px 0 0;
}

.location-service-areas strong {
    display: block;
    margin-bottom: 10px;
    color: var(--primary);
    font-size: .92rem;
}

.location-service-area-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.location-service-area-chip {
    display: inline-flex;
    align-items: center;
    width: auto;
    padding: 6px 10px;
    color: #75521f;
    background: #f6ead0;
    border: 1px solid rgba(166, 111, 36, .12);
    border-radius: 999px;
    font-size: .86rem;
    font-weight: 750;
    line-height: 1.25;
    white-space: nowrap;
}

.location-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.location-info { display: grid; gap: 10px; margin: 28px 0 0; }
.location-info div { display: grid; grid-template-columns: 130px 1fr; gap: 12px; padding-top: 10px; border-top: 1px solid var(--line); }
.location-info dt { font-weight: 900; }
.location-info dd { margin: 0; color: var(--ink-soft); }

.map-preview {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: var(--sub);
    border: 1px solid var(--line);
    border-radius: 32px;
    box-shadow: var(--shadow);
}

.academy-map {
    width: 100%;
    height: 100%;
    display: block;
}

.academy-map > p { display: grid; height: 100%; margin: 0; place-items: center; color: var(--ink-soft); font-weight: 800; }
.map-open-link { position: absolute; right: 18px; bottom: 18px; z-index: 4; display: inline-flex; align-items: center; gap: 7px; padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.08); border-radius: 999px; background: rgba(255, 255, 255, 0.94); box-shadow: 0 7px 22px rgba(35, 48, 72, 0.16); color: var(--ink); font-size: 0.9rem; font-weight: 900; text-decoration: none; backdrop-filter: blur(8px); }
.map-open-link:hover { color: var(--primary); transform: translateY(-1px); }
.academy-map-label { min-width: 132px; padding: 8px 12px; color: #263248; font-size: 13px; font-weight: 900; text-align: center; white-space: nowrap; }

@media (max-width: 575px) {
    .map-open-link { right: 12px; bottom: 12px; }
}
