.location-advantage { position: relative; width: 100vw; margin-inline: calc(50% - 50vw); overflow: clip; padding: clamp(4.5rem, 9vw, 8.5rem) 0; background: #15342c; color: var(--color-surface); }
.location-advantage::before { position: absolute; inset: auto -12rem -15rem auto; width: 39rem; height: 39rem; border-radius: 50%; background: radial-gradient(circle, rgba(198, 166, 103, .22), rgba(198, 166, 103, 0) 68%); content: ""; pointer-events: none; }
.location-advantage__inner { position: relative; }
.location-advantage__heading { display: grid; gap: 1.1rem; max-width: 50rem; margin-bottom: clamp(2.4rem, 5vw, 4rem); }
.location-advantage__eyebrow, .location-advantage__places-label { margin: 0; color: var(--color-secondary); font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.location-advantage__heading h2 { margin: 0; font-family: var(--font-heading); font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 600; line-height: .87; letter-spacing: -.055em; }
.location-advantage__heading > p:last-child { max-width: 48rem; margin: 0; color: rgba(255, 255, 255, .72); line-height: 1.75; }
.location-advantage__layout { display: grid; gap: clamp(1.5rem, 4vw, 3rem); }
.location-advantage__map-wrap { position: relative; min-height: 27rem; overflow: hidden; border: 1px solid rgba(255, 255, 255, .15); border-radius: clamp(1.3rem, 2.5vw, 2rem); background: #f7efda; box-shadow: 0 1.8rem 4rem rgba(0, 0, 0, .22); }
.location-advantage__map, .location-advantage__map-image { display: block; height: 100%; min-height: 27rem; }
.location-advantage__map { width: 100%; border: 0; filter: saturate(.75) contrast(1.04); }
.location-advantage__map-image { width: 200%; max-width: none; object-fit: cover; object-position: left center; }
.location-advantage__map-caption { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; display: flex; flex-wrap: wrap; gap: .55rem .8rem; align-items: center; padding: .8rem 1rem; border: 1px solid rgba(255, 255, 255, .24); border-radius: .85rem; background: rgba(16, 43, 35, .88); color: rgba(255, 255, 255, .94); font-size: .72rem; font-weight: 700; backdrop-filter: blur(12px); }
.location-advantage__pin { width: .55rem; height: .55rem; border-radius: 50%; background: var(--color-secondary); box-shadow: 0 0 0 .28rem rgba(198, 166, 103, .2); }
.location-advantage__map-caption a, .location-advantage__map-caption button { margin-left: auto; padding: 0; border: 0; background: transparent; color: var(--color-secondary); font: inherit; text-decoration: none; cursor: pointer; }
.location-advantage__map-caption a span, .location-advantage__map-caption button span, .location-advantage__cta span { display: inline-block; margin-left: .25rem; transition: transform var(--transition-default); }
.location-advantage__map-caption a:hover span, .location-advantage__map-caption a:focus-visible span, .location-advantage__map-caption button:hover span, .location-advantage__map-caption button:focus-visible span, .location-advantage__cta:hover span, .location-advantage__cta:focus-visible span { transform: translateX(.24rem); }
.location-advantage__places { display: grid; align-content: start; gap: 1.15rem; }
.location-advantage__cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }
.location-advantage__card { min-width: 0; padding: 1.1rem; border: 1px solid rgba(255, 255, 255, .15); border-radius: 1rem; background: rgba(255, 255, 255, .07); box-shadow: inset 0 1px rgba(255, 255, 255, .05); }
.location-advantage__card h3 { display: flex; gap: .55rem; align-items: center; min-height: 2.15rem; margin: 0 0 .9rem; color: var(--color-secondary); font-size: .69rem; font-weight: 800; letter-spacing: .1em; line-height: 1.1; text-transform: uppercase; }
.location-advantage__category-icon { display: grid; width: 1.7rem; height: 1.7rem; flex: 0 0 auto; place-items: center; border-radius: 50%; background: rgba(198, 166, 103, .16); }
.location-advantage__category-icon svg { width: 1rem; height: 1rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.location-advantage__card ul { display: grid; gap: .48rem; margin: 0; padding: 0; list-style: none; }
.location-advantage__card li { display: flex; gap: .65rem; justify-content: space-between; align-items: baseline; color: rgba(255, 255, 255, .75); font-size: .73rem; line-height: 1.35; }
.location-advantage__card li span { min-width: 0; }
.location-advantage__card strong { flex: 0 0 auto; color: var(--color-surface); font-size: .74rem; white-space: nowrap; }
.location-advantage__cta { justify-self: start; margin-top: .45rem; }
.location-advantage__dialog { width: min(92vw, 72rem); max-width: 72rem; padding: 0; border: 0; border-radius: 1.3rem; background: #16382f; color: var(--color-surface); box-shadow: 0 2rem 6rem rgba(0, 0, 0, .45); }
.location-advantage__dialog::backdrop { background: rgba(5, 18, 14, .72); backdrop-filter: blur(5px); }
.location-advantage__dialog-panel { display: grid; gap: 1rem; padding: clamp(1rem, 2.5vw, 1.6rem); }
.location-advantage__dialog header { display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.location-advantage__dialog header p { margin: 0 0 .2rem; color: var(--color-secondary); font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.location-advantage__dialog header h3 { margin: 0; font-family: var(--font-heading); font-size: clamp(1.6rem, 3vw, 2.35rem); font-weight: 600; line-height: .94; }
.location-advantage__dialog header button { display: grid; width: 2.5rem; height: 2.5rem; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255, 255, 255, .22); border-radius: 50%; background: transparent; color: var(--color-surface); font-size: 1.6rem; line-height: 1; cursor: pointer; }
.location-advantage__dialog iframe { display: block; width: 100%; height: min(62vh, 42rem); border: 0; border-radius: .8rem; background: #eae7df; }
.location-advantage__dialog .btn-brand { justify-self: start; }
@media (min-width: 900px) { .location-advantage__layout { grid-template-columns: minmax(0, 1fr) minmax(27rem, 1fr); align-items: start; }.location-advantage__map-wrap { position: sticky; top: 1.25rem; min-height: 34rem; }.location-advantage__map, .location-advantage__map-image { min-height: 34rem; }.location-advantage__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 480px) { .location-advantage__cards { grid-template-columns: 1fr; }.location-advantage__map-wrap, .location-advantage__map, .location-advantage__map-image { min-height: 23rem; }.location-advantage__map-caption a, .location-advantage__map-caption button { width: 100%; margin-left: 1.05rem; text-align: left; } }
@media (prefers-reduced-motion: reduce) { .location-advantage__map-caption a span, .location-advantage__map-caption button span, .location-advantage__cta span { transition: none; }.location-advantage__map-caption a:hover span, .location-advantage__map-caption button:hover span, .location-advantage__cta:hover span { transform: none; } }
