.location-page { --location-gap: 100px; background: #fff; color: #102542; }
.location-page .location-container { width: min(1440px, calc(100% - 128px)); margin-inline: auto; }
.location-page .location-content { padding: 64px 0 104px; }
.location-section-label { border-bottom: 1px solid #dce6f1; margin-bottom: 32px; color: var(--color-primary); }
.location-section-label span { display: block; font-size: 24px; font-weight: 700; }
.location-section-label small { display: inline-block; padding: 12px 0 18px; border-bottom: 2px solid var(--color-primary); font-size: 12px; letter-spacing: .06em; }
.location-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; align-items: stretch; }
.location-map { background: #eef5fb; border: 1px solid #dce6f1; border-radius: 6px; overflow: hidden; }
.location-map iframe { display: block; width: 100%; height: 100%; min-height: 510px; border: 0; }
.location-kicker { color: var(--color-primary); font-size: 12px; font-weight: 700; letter-spacing: .08em; margin: 0 0 20px; }
.location-details { padding: 20px 0 0; }
.location-details h2 { font-size: 30px; margin: 0 0 30px; letter-spacing: -.035em; }
.location-facts { margin: 0; }
.location-facts > div { display: grid; grid-template-columns: 88px minmax(0,1fr); gap: 16px; padding: 21px 0; border-top: 1px solid #e0e8f2; }
.location-facts dt { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; font-weight: 600; line-height: 1.7; }
.location-facts svg { width: 22px; height: 22px; flex: 0 0 22px; fill: none; stroke: #234479; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.location-facts dd { margin: 0; color: #60718a; font-size: 15px; line-height: 1.7; overflow-wrap: anywhere; }
.location-actions { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 26px; }
.location-copy { display: flex; align-items: center; gap: 8px; min-height: 44px; margin-top: 14px; padding: 9px 14px; border: 1px solid var(--color-primary); border-radius: 3px; color: var(--color-primary); background: #fff; font: inherit; font-size: 14px; font-weight: 600; cursor: pointer; }
.location-copy:hover { background: #edf6ff; }
.location-copy svg { width: 17px; height: 17px; flex-basis: 17px; stroke: currentColor; }
.location-actions button,.location-actions a { display: flex; align-items: center; justify-content: center; gap: 24px; min-height: 52px; border: 1px solid var(--color-primary); border-radius: 3px; background: #fff; color: var(--color-primary); font: inherit; font-size: 15px; font-weight: 600; cursor: pointer; }
.location-actions a { background: var(--color-primary); color: #fff; }
.location-page a:focus-visible,.location-page button:focus-visible { outline: 3px solid var(--color-primary); outline-offset: 4px; }
#copy-status { height: 24px; margin: 10px 0 0; font-size: 13px; color: var(--color-primary); }
.location-map-note { margin: 14px 0 0; font-size: 12px; color: #718198; }
@media(max-width:1000px) { .location-layout { grid-template-columns: 1fr; gap: 24px; } .location-map iframe { height: 420px; min-height: 0; } }
@media(max-width:600px) {
 .location-page { --location-gap: 64px; }
 .location-page .location-container { width: calc(100% - 40px); }
 .location-page .location-content { padding: 40px 0 72px; }
 .location-map iframe { height: 350px; }
 .location-details h2 { font-size: 26px; }
 .location-facts > div { grid-template-columns: 82px minmax(0,1fr); gap: 12px; }
}
