/* Geographic detail is additive: approved map animation and Company story remain. */
.location-map-label { position: absolute; z-index: 2; display: inline-flex; align-items: center; gap: 12px; min-height: 44px; padding: 8px 14px; border-radius: 8px; background: var(--paper); color: var(--ink); font-size: 14px; font-weight: 600; white-space: nowrap; }
a.location-map-label:hover { color: var(--orange-text); background: var(--orange-soft); }
.location-map-label:focus-visible { outline: 2px solid var(--orange-text); outline-offset: 3px; }
.location-map-label--peru { left: 16%; top: 61%; }
.location-map-label--brazil { left: 39%; top: 64%; }
.location-map-label--netherlands { left: 54%; top: 10%; }
.location-map-label--dominican { left: calc(29.8113% + 14px); top: 40%; transform: translateY(-50%); font-size: 14px; }
.locations { margin-top: 56px; }
.location-nav { display: flex; flex-wrap: wrap; gap: 8px 32px; border-bottom: 1px solid var(--line); margin-bottom: 40px; }
.location-nav a { display: flex; align-items: center; min-height: 56px; padding: 12px 0; border-bottom: 3px solid transparent; font-size: 20px; }
.location-nav a[aria-current="true"] { color: var(--orange-text); border-color: var(--orange-text); }
.location-nav a:focus-visible { outline: 2px solid var(--orange-text); outline-offset: 4px; }
.location-panel[hidden] { display: none; }
.location-panel + .location-panel { margin-top: 56px; }
.locations.is-enhanced .location-panel { margin-top: 0; }
.location-intro, .location-feature { display: grid; grid-template-columns: 7fr 5fr; align-items: start; gap: var(--layout-gap); }
.location-intro h3, .location-feature h3 { margin: 0; font: 500 clamp(30px, 3.5vw, 48px)/1.1 "Parkinsans", sans-serif; letter-spacing: -.045em; }
.location-panel p { max-width: 44ch; margin: 0; font-size: 18px; line-height: 1.55; font-weight: 400; }
.location-panel .location-label { margin: 0 0 14px; color: var(--orange-text); font-size: 12px; letter-spacing: .07em; text-transform: uppercase; }
.location-panel .page-link { margin-top: 20px; }
.location-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 40px; }
.location-pair figure, .location-feature figure { aspect-ratio: 16 / 10; margin: 0 0 28px; overflow: hidden; border-radius: var(--media-radius); }
.location-pair img, .location-feature img { width: 100%; height: 100%; display: block; object-fit: cover; }
.location-pair article:nth-child(2) img { object-position: 50% 45%; }
.location-pair h4 { margin: 0 0 14px; font: 500 clamp(24px, 2.5vw, 34px)/1.15 "Parkinsans",sans-serif; letter-spacing: -.035em; }
.location-feature { align-items: center; }
.location-feature figure { margin-bottom: 0; }
.location-feature h3 { margin-bottom: 24px; }
.location-capabilities { display: flex; flex-wrap: wrap; gap: 12px 32px; list-style: none; margin: 40px 0 0; padding: 24px 0; border-block: 1px solid var(--line); font-size: 18px; }
.company-flamingo__copy .brand-wordmark { margin-bottom: 32px; }
@media(max-width:800px) {
  /* Keep the dotted map and its 265×100 SVG markers in the same coordinate space. */
  .company-page .company-network__map { aspect-ratio: 2.65 / 1; }
  .location-map-label { display: none; }
  /* The Caribbean link remains discoverable next to its marker on narrow maps. */
  .location-map-label--dominican { display: block; left: calc(29.8113% + 10px); top: 40%; width: 112px; min-height: 44px; padding: 6px 8px; transform: translateY(-50%); font-size: 12px; line-height: 1.25; white-space: normal; }
  .location-intro, .location-feature, .location-pair { grid-template-columns: 1fr; gap: 24px; }
  .location-pair { gap: 40px; }
  .location-nav { gap: 20px; margin-bottom: 28px; }
  .location-nav a { font-size: 17px; }
  .locations { margin-top: 28px; }
  .location-panel p { font-size: 17px; }
}
