.osborn-location-map {
  --ow-map-ink: #102c3c;
  --ow-map-navy: #0b2533;
  --ow-map-paper: #f4f0e6;
  --ow-map-cream: #fbf8f0;
  --ow-map-green: #486c63;
  --ow-map-gold: #f5c242;
  --ow-map-blue: #1966ae;
  --ow-map-blue-strong: #1b98e0;
  --ow-map-focus: #f5c242;
  --ow-map-view-duration: 180ms;
  --ow-map-panel-duration: 220ms;
  --ow-map-ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ow-map-ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ow-map-view-ease: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ink: var(--ow-map-ink);
  --navy: var(--ow-map-navy);
  --green: var(--ow-map-green);
  --gold: var(--ow-map-gold);
  --white: #fff;
  --line: rgba(16, 44, 60, 0.18);
  --muted: #53666f;
  --radius: 10px;
  --shadow: 0 18px 44px rgba(8, 30, 41, 0.18);
  --bgea-serif: Gelasio, Georgia, serif;
  --bgea-sans: inherit;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
  padding: clamp(26px, 4.5vw, 64px) clamp(14px, 4vw, 56px);
  border-radius: 18px;
  background: var(--ow-map-paper);
  color: var(--ow-map-ink);
}

.osborn-location-map *,
.osborn-location-map *::before,
.osborn-location-map *::after {
  box-sizing: border-box;
}

.osborn-location-map--disabled {
  border: 2px dashed currentColor;
}

.osborn-location-map--disabled p {
  margin: 0.5em 0 0;
}

.osborn-location-map__header {
  max-width: 850px;
  margin: 0 auto clamp(22px, 3vw, 36px);
  text-align: center;
}

.osborn-location-map__header h2 {
  max-width: 850px;
  margin: 0.16em auto;
  font-family: Gelasio, Georgia, serif;
  font-size: clamp(2rem, 4.6vw, 4.8rem);
  line-height: 0.98;
}

.osborn-location-map__eyebrow,
.osborn-location-map__panel-eyebrow {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.osborn-location-map__dek {
  max-width: 680px;
  margin: 0.85em auto 0;
  font-size: clamp(1rem, 1.4vw, 1.22rem);
}

.osborn-location-map__instructions {
  max-width: none;
  margin: 0 auto 12px;
  color: #38505c;
  font-size: 0.84rem;
  line-height: 1.45;
}

.osborn-location-map__frame {
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0 auto;
  overflow: clip;
  border: 1px solid rgba(16, 44, 60, 0.28);
  border-radius: 14px;
  background: var(--ow-map-navy);
  box-shadow: 0 22px 70px rgba(8, 30, 41, 0.16);
}

.osborn-location-map__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 0;
  padding: 16px clamp(16px, 2.5vw, 30px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: #fff;
}

.osborn-location-map__summary-title {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.osborn-location-map__summary-title > span {
  width: 10px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--ow-map-gold);
}

.osborn-location-map__summary-title div {
  display: grid;
  min-width: 0;
}

.osborn-location-map__summary-title strong {
  font-family: Gelasio, Georgia, serif;
  font-size: 1.15rem;
  line-height: 1.15;
}

.osborn-location-map__summary-title small {
  color: #53666f;
  font-size: 0.75rem;
}

.osborn-location-map__summary dl {
  display: flex;
  gap: clamp(18px, 3vw, 42px);
  margin: 0;
}

.osborn-location-map__summary-actions {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 24px);
}

.osborn-location-map__summary dl > div {
  display: grid;
  grid-template-areas: "value" "label";
  text-align: right;
}

.osborn-location-map__summary dl > div.is-emphasis {
  padding-left: clamp(12px, 2vw, 28px);
  border-left: 1px solid rgba(16, 44, 60, 0.14);
}

.osborn-location-map__summary dt {
  grid-area: label;
  color: #53666f;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.osborn-location-map__summary dd {
  grid-area: value;
  margin: 0;
  font-family: Gelasio, Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
}

.osborn-location-map__summary .is-emphasis dd {
  font-size: clamp(2rem, 4.2vw, 4.4rem);
  line-height: 0.82;
}

.osborn-location-map__summary .is-emphasis dt {
  margin-top: 6px;
}

.osborn-location-map__impact {
  min-width: min(380px, 44vw);
  padding-right: clamp(14px, 2vw, 28px);
  border-right: 1px solid rgba(16, 44, 60, 0.14);
  text-align: right;
}

.osborn-location-map__impact p,
.osborn-location-map__impact small {
  margin: 0;
}

.osborn-location-map__impact p {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 8px;
}

.osborn-location-map__impact strong {
  font-family: Gelasio, Georgia, serif;
  font-size: clamp(2.4rem, 5.5vw, 5.8rem);
  line-height: 0.78;
  font-variant-numeric: tabular-nums;
}

.osborn-location-map__impact p span {
  max-width: 8ch;
  color: #38505c;
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.05;
  text-align: left;
  text-transform: uppercase;
}

.osborn-location-map__impact small {
  display: block;
  margin-top: 8px;
  color: #53666f;
  font-size: 0.68rem;
}

.osborn-location-map__impact [data-osborn-map-impact-seconds] {
  display: inline-block;
  min-width: 4.6ch;
  color: var(--ow-map-blue);
  font-variant-numeric: tabular-nums;
  font-weight: 900;
}

.osborn-location-map__impact.is-stale [data-osborn-map-impact-seconds] {
  display: none;
}

.osborn-location-map__canvas {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: clamp(430px, 52vw, 820px);
  aspect-ratio: auto;
  overflow: clip;
  contain: paint;
  background:
    radial-gradient(circle at 52% 42%, rgba(48, 87, 99, 0.48), transparent 46%),
    var(--ow-map-navy);
  touch-action: pan-y;
}

.osborn-location-map__canvas:focus-visible {
  outline: 3px solid var(--ow-map-focus);
  outline-offset: -5px;
}

.osborn-location-map__wheel-hint {
  position: absolute;
  top: 14px;
  left: 50%;
  z-index: 20;
  max-width: calc(100% - 28px);
  margin: 0;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(250, 248, 242, 0.96);
  box-shadow: 0 8px 24px rgba(8, 30, 41, 0.24);
  color: var(--ow-map-ink);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.25;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  transform: translate(-50%, 0);
  transition: opacity 140ms ease;
}

.osborn-location-map__wheel-hint.is-visible {
  opacity: 1;
}

.osborn-location-map.is-map-dragging .osborn-location-map__canvas {
  cursor: grabbing;
  user-select: none;
}

.osborn-location-map__surface {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 2 / 1;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: 0 0;
}

.osborn-location-map.is-map-interacting .osborn-location-map__surface,
.osborn-location-map.is-map-view-animating .osborn-location-map__surface {
  will-change: transform;
}

.osborn-location-map.is-map-view-animating .osborn-location-map__surface,
.osborn-location-map.is-map-view-animating .osborn-location-map__point,
.osborn-location-map.is-map-view-animating .osborn-location-map__cluster,
.osborn-location-map.is-map-view-animating
  .osborn-location-map__audience-label {
  transition: transform var(--ow-map-view-duration) var(--ow-map-view-ease);
}

.osborn-location-map__surface svg,
.osborn-location-map__points {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.osborn-location-map__surface svg {
  pointer-events: none;
}

.osborn-location-map__surface .osborn-location-map__worlds {
  right: auto;
  left: -100%;
  width: 300%;
  max-width: none;
}

.osborn-location-map__graticule {
  fill: none;
  stroke: rgba(210, 230, 231, 0.1);
  stroke-width: 0.55;
}

.osborn-location-map__land {
  fill: #344f58;
  stroke: #344f58;
  stroke-width: 2.2;
  fill-rule: evenodd;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.osborn-location-map__lakes {
  fill: #143744;
  stroke: rgba(184, 216, 220, 0.34);
  stroke-width: 0.42;
}

.osborn-location-map__rivers {
  fill: none;
  stroke: rgba(122, 181, 191, 0.68);
  stroke-linecap: round;
  stroke-width: 0.45;
  opacity: 0;
  transition: opacity 160ms ease;
}

.osborn-location-map__place-labels {
  fill: rgba(245, 246, 238, 0.82);
  font-family: var(--bgea-sans);
  font-size: 5px;
  font-weight: 600;
  letter-spacing: 0.01em;
  paint-order: stroke;
  stroke: rgba(11, 37, 51, 0.94);
  stroke-linejoin: round;
  stroke-width: 1.75px;
  opacity: 1;
}

.osborn-location-map__place-labels
  > text:not(.osborn-location-map__region-label) {
  opacity: 0;
  transition: opacity 160ms ease;
}

.osborn-location-map__place-labels .is-capital {
  fill: #fff;
  font-weight: 800;
}

.osborn-location-map__region-label {
  fill: rgba(231, 238, 232, 0.52);
  font-family: Gelasio, Georgia, serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-anchor: middle;
  text-transform: uppercase;
  opacity: 1;
  stroke-width: 3px;
}

.osborn-location-map[data-map-detail="places"]
  .osborn-location-map__place-labels
  > text:not(.osborn-location-map__region-label),
.osborn-location-map[data-map-detail="close"]
  .osborn-location-map__place-labels
  > text:not(.osborn-location-map__region-label),
.osborn-location-map[data-map-detail="close"] .osborn-location-map__rivers {
  opacity: 1;
}

.osborn-location-map[data-map-detail="places"]
  .osborn-location-map__region-label,
.osborn-location-map[data-map-detail="close"]
  .osborn-location-map__region-label {
  opacity: 0;
}

.osborn-location-map__points {
  pointer-events: none;
}

.osborn-location-map__audience-label,
.osborn-location-map__cluster {
  position: absolute;
  top: var(--map-y, 0);
  left: var(--map-x, 0);
  z-index: 4;
  transform: translate(-50%, -50%);
  transform-origin: center;
}

.osborn-location-map.is-map-enhanced .osborn-location-map__audience-label,
.osborn-location-map.is-map-enhanced .osborn-location-map__cluster {
  top: 0;
  left: 0;
}

.osborn-location-map__audience-label {
  display: grid;
  min-width: 94px;
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 7px;
  background: rgba(11, 37, 51, 0.9);
  box-shadow: 0 4px 14px rgba(5, 24, 34, 0.3);
  color: #fff;
  gap: 1px;
  pointer-events: none;
  text-align: left;
}

.osborn-location-map__audience-label strong {
  font-family: Gelasio, Georgia, serif;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  line-height: 1;
}

.osborn-location-map__audience-label span {
  font-size: 0.52rem;
  font-weight: 750;
  line-height: 1.15;
}

.osborn-location-map__cluster {
  display: grid;
  min-width: 58px;
  min-height: 58px;
  padding: 7px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #f5c242;
  box-shadow: 0 0 0 6px rgba(245, 194, 66, 0.25);
  color: var(--ow-map-ink);
  cursor: zoom-in;
  place-content: center;
  pointer-events: auto;
  text-align: center;
}

.osborn-location-map__cluster strong {
  font-family: Gelasio, Georgia, serif;
  font-size: 1.1rem;
  line-height: 0.9;
}

.osborn-location-map__cluster span {
  font-size: 0.48rem;
  font-weight: 850;
  line-height: 1;
}

.osborn-location-map__cluster:focus-visible {
  outline: 3px solid var(--ow-map-focus);
  outline-offset: 4px;
}

.osborn-location-map__point {
  position: absolute;
  left: var(--map-x);
  top: var(--map-y);
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  place-items: center;
  pointer-events: auto;
  text-decoration: none;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
}

.osborn-location-map.is-map-enhanced .osborn-location-map__point {
  top: 0;
  left: 0;
}

.osborn-location-map__dot {
  --ow-map-dot-active-scale: 1.5;
  position: relative;
  z-index: 2;
  display: grid;
  width: 16px;
  height: 16px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--ow-map-gold);
  box-shadow: 0 0 0 5px rgba(245, 194, 66, 0.18);
  color: var(--ow-map-ink);
  place-items: center;
  transform: scale(1);
  transition:
    transform 150ms var(--ow-map-ease-out-quad),
    background-color 150ms ease;
}

.osborn-location-map__dot::before {
  position: absolute;
  inset: -10px;
  border: 3px solid var(--ow-map-gold);
  border-radius: inherit;
  box-shadow: inset 0 0 0 3px #fff;
  content: "";
  opacity: 0;
  transform: scale(0.82);
  transition:
    opacity 150ms ease,
    transform 150ms var(--ow-map-ease-out-quad);
}

.osborn-location-map__dot span {
  font-size: 0.66rem;
  font-weight: 900;
  line-height: 1;
}

.osborn-location-map:not(.osborn-location-map--proportional):not(
    .osborn-location-map--hybrid
  )
  .osborn-location-map__point:has(.osborn-location-map__dot span)
  .osborn-location-map__dot {
  --ow-map-dot-active-scale: 1.154;
  width: 26px;
  height: 26px;
}

.osborn-location-map__point-label {
  position: absolute;
  top: calc(50% + 17px);
  left: 50%;
  z-index: 1;
  width: max-content;
  max-width: 180px;
  padding: 3px 6px;
  border-radius: 4px;
  background: rgba(11, 37, 51, 0.8);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1.15;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  transform: translate(-50%, 3px);
  transition:
    opacity 140ms ease,
    transform 160ms var(--ow-map-ease-out-expo);
}

.osborn-location-map[data-map-detail="overview"]
  [data-map-label-priority="major"]
  .osborn-location-map__point-label,
.osborn-location-map[data-map-detail="places"]
  .osborn-location-map__point-label,
.osborn-location-map[data-map-detail="close"] .osborn-location-map__point-label,
.osborn-location-map__point:is(:hover, :focus-visible, .is-selected)
  .osborn-location-map__point-label {
  opacity: 1;
  transform: translate(-50%, 0);
}

.osborn-location-map__point:is(:hover, :focus-visible, .is-selected) {
  z-index: 12;
}

.osborn-location-map__point:is(:hover, :focus-visible, .is-selected)
  .osborn-location-map__dot {
  background: #fff;
  transform: scale(var(--ow-map-dot-active-scale));
}

.osborn-location-map__point:is(:hover, :focus-visible, .is-selected)
  .osborn-location-map__dot::before {
  opacity: 1;
  transform: scale(1);
}

.osborn-location-map__point:focus-visible {
  outline: 3px solid var(--ow-map-focus);
  outline-offset: 3px;
}

.osborn-location-map__navigation {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 6;
  display: flex;
  width: auto;
  max-width: calc(100% - 24px);
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 12px;
  background: rgba(250, 248, 242, 0.94);
  box-shadow: 0 10px 30px rgba(8, 30, 41, 0.28);
  backdrop-filter: blur(10px);
  cursor: default;
  gap: 8px;
  align-items: flex-end;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.osborn-location-map__zoom-controls,
.osborn-location-map__pan-controls {
  display: grid;
  gap: 3px;
}

.osborn-location-map__zoom-controls {
  grid-template-columns: 64px;
  padding-right: 10px;
  border-right: 1px solid rgba(16, 44, 60, 0.16);
}

.osborn-location-map__pan-controls {
  grid-template-columns: repeat(3, 42px);
  grid-template-rows: repeat(3, 42px);
}

.osborn-location-map__pan-controls::before {
  grid-row: 2;
  grid-column: 2;
  border: 1px solid rgba(16, 44, 60, 0.1);
  border-radius: 50%;
  background: rgba(16, 44, 60, 0.05);
  box-shadow: inset 0 1px 2px rgba(16, 44, 60, 0.08);
  content: "";
}

.osborn-location-map__pan-controls button[data-osborn-map-action="pan-up"] {
  grid-row: 1;
  grid-column: 2;
}

.osborn-location-map__pan-controls button[data-osborn-map-action="pan-left"] {
  grid-row: 2;
  grid-column: 1;
}

.osborn-location-map__pan-controls button[data-osborn-map-action="pan-right"] {
  grid-row: 2;
  grid-column: 3;
}

.osborn-location-map__pan-controls button[data-osborn-map-action="pan-down"] {
  grid-row: 3;
  grid-column: 2;
}

.osborn-location-map__navigation button,
.osborn-location-map__panel-toolbar button {
  min-width: 44px;
  min-height: 44px;
  padding: 0 8px;
  border: 1px solid rgba(16, 44, 60, 0.18);
  border-radius: 7px;
  appearance: none;
  background: #fff;
  color: var(--ow-map-ink);
  cursor: pointer;
  font: inherit;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1;
  place-items: center;
}

.osborn-location-map__navigation button {
  display: grid;
}

.osborn-location-map__navigation button[data-osborn-map-action="reset"] {
  min-width: 72px;
  padding-inline: 10px;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.osborn-location-map__navigation button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.osborn-location-map__navigation button:hover:not(:disabled) {
  background: var(--ow-map-ink);
  color: #fff;
}

.osborn-location-map__navigation button:focus-visible,
.osborn-location-map__panel a:focus-visible,
.osborn-location-map__panel button:focus-visible,
.osborn-location-map__place-videos summary:focus-visible,
.osborn-location-map__list a:focus-visible {
  outline: 3px solid var(--ow-map-focus);
  outline-offset: 3px;
}

.osborn-location-map__panel {
  position: absolute;
  top: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 7;
  width: min(420px, calc(100% - 36px));
  overflow-x: clip;
  overflow-y: auto;
  border: 1px solid rgba(16, 44, 60, 0.16);
  border-radius: 14px;
  background: rgba(250, 248, 242, 0.99);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  color: var(--ow-map-ink);
  cursor: default;
  opacity: 1;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  transform: translateX(0);
  transition:
    opacity 180ms ease,
    transform var(--ow-map-panel-duration) var(--ow-map-ease-out-expo);
}

.osborn-location-map__panel:is(.is-entering, .is-closing) {
  opacity: 0;
  pointer-events: none;
  transform: translateX(18px);
}

.osborn-location-map__panel[hidden] {
  display: none;
}

.osborn-location-map__panel-toolbar {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(16, 44, 60, 0.12);
  background: rgba(250, 248, 242, 0.99);
}

.osborn-location-map__panel-toolbar > span {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.osborn-location-map__panel-toolbar button {
  min-width: 62px;
}

.osborn-location-map__panel-content {
  padding: 22px;
}

.osborn-location-map__panel-content h3 {
  margin: 7px 0 4px;
  font-family: Gelasio, Georgia, serif;
  font-size: clamp(1.85rem, 3vw, 2.65rem);
  line-height: 1.04;
}

.osborn-location-map__panel-count {
  margin: 0 0 18px;
  color: #53666f;
  font-size: 0.9rem;
  font-weight: 700;
}

.osborn-location-map__panel-period {
  margin: 0 0 5px;
  color: var(--ow-map-green);
  font-size: 0.78rem;
  font-weight: 800;
}

.osborn-location-map__panel-videos {
  display: grid;
  gap: 16px;
}

.osborn-location-map__panel-videos > .osborn-watch-gallery__card {
  display: grid;
  min-width: 0;
  overflow: hidden;
  text-decoration: none;
}

.osborn-location-map__panel-videos .osborn-watch-gallery__thumb {
  position: relative;
  display: flex;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.osborn-location-map__panel-videos .osborn-watch-gallery__thumb::before {
  position: absolute;
  bottom: 0.95rem;
  left: 1.05rem;
  z-index: 1;
  width: 0;
  height: 0;
  border-block: 9px solid transparent;
  border-inline-start: 14px solid rgba(255, 255, 255, 0.9);
  content: "";
  filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.8));
}

.osborn-location-map__panel-videos .osborn-watch-gallery__thumb::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, 0.56));
  content: "";
  pointer-events: none;
}

.osborn-location-map__panel-videos .osborn-watch-gallery__thumb img {
  width: 100%;
  height: 100%;
}

.osborn-location-map__panel-videos .osborn-watch-gallery__card-body {
  display: grid;
  gap: 7px;
}

.osborn-location-map__data.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.osborn-location-map__list {
  display: grid;
  max-width: 1200px;
  margin: 18px auto 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  gap: 16px;
}

.osborn-location-map__list > li {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 44, 60, 0.13);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
  scroll-margin-top: 100px;
}

.osborn-location-map__place-media {
  display: grid;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--ow-map-navy);
  place-items: center;
}

.osborn-location-map__place-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.osborn-location-map__place-image.is-poster {
  object-fit: contain;
}

.osborn-location-map__place-placeholder {
  color: rgba(255, 255, 255, 0.82);
  font-family: Gelasio, Georgia, serif;
  font-weight: 700;
}

.osborn-location-map__place-body {
  display: grid;
  gap: 8px;
  padding: 16px 18px 18px;
}

.osborn-location-map__list h3 {
  margin: 0;
  font-family: Gelasio, Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.16;
}

.osborn-location-map__certainty,
.osborn-location-map__place-series,
.osborn-location-map__place-period {
  margin: 0;
}

.osborn-location-map__certainty {
  color: #53666f;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.osborn-location-map__place-series {
  color: var(--ow-map-green);
  font-size: 0.84rem;
  font-weight: 800;
}

.osborn-location-map__place-period {
  color: #38505c;
  font-size: 0.76rem;
  font-weight: 700;
}

.osborn-location-map__place-explore {
  justify-self: start;
  margin-top: 3px;
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--ow-map-ink);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: none;
}

.osborn-location-map__place-videos {
  margin-top: 4px;
  border-top: 1px solid rgba(16, 44, 60, 0.12);
  padding-top: 9px;
}

.osborn-location-map__place-videos summary {
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
}

.osborn-location-map__place-videos > div {
  display: grid;
  gap: 7px;
  padding-top: 10px;
}

.osborn-location-map__place-videos a {
  color: inherit;
  font-size: 0.82rem;
  line-height: 1.35;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.osborn-location-map__empty {
  max-width: 1200px;
  margin: 0 auto;
  padding: 36px;
  border: 1px dashed currentColor;
  border-radius: 12px;
  text-align: center;
}

.osborn-location-map__decision {
  display: grid;
  max-width: 1200px;
  margin: 0 auto 18px;
  padding: 16px 18px;
  border: 1px solid rgba(16, 44, 60, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.58);
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
}

.osborn-location-map__decision > span {
  color: var(--ow-map-green);
  font-family: Gelasio, Georgia, serif;
  font-size: 2.15rem;
  font-weight: 700;
  line-height: 1;
}

.osborn-location-map__decision p,
.osborn-location-map__decision h3 {
  margin: 0;
}

.osborn-location-map__decision div > p:first-child {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.osborn-location-map__decision h3 {
  margin-top: 0.2rem;
  font-family: Gelasio, Georgia, serif;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1.08;
}

.osborn-location-map__decision div > p:last-child {
  max-width: 78ch;
  margin-top: 0.45rem;
  color: #53666f;
  font-size: 0.84rem;
}

.osborn-location-map__legend,
.osborn-location-map__dot-legend {
  display: flex;
  min-height: 58px;
  padding: 10px clamp(16px, 2.5vw, 30px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #fff;
  color: #102c3c;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.osborn-location-map__legend strong,
.osborn-location-map__dot-legend strong {
  margin-right: auto;
  font-size: 0.78rem;
}

.osborn-location-map__legend span {
  display: inline-flex;
  min-width: 54px;
  min-height: 32px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #102c3c;
  font-weight: 850;
  align-items: center;
  justify-content: center;
}

.osborn-location-map__legend .is-intensity-1,
.osborn-location-map--atlas
  .osborn-location-map__country.is-audience-1,
.osborn-location-map--hybrid .osborn-location-map__country.is-audience-1 {
  fill: #c8def1;
  background: #c8def1;
}

.osborn-location-map__legend .is-intensity-2,
.osborn-location-map--atlas
  .osborn-location-map__country.is-audience-2,
.osborn-location-map--hybrid .osborn-location-map__country.is-audience-2,
.osborn-location-map--country-field .osborn-location-map__country.is-audience-2 {
  fill: #76aed9;
  background: #76aed9;
}

.osborn-location-map__legend .is-intensity-3,
.osborn-location-map--atlas
  .osborn-location-map__country.is-audience-3,
.osborn-location-map--hybrid .osborn-location-map__country.is-audience-3,
.osborn-location-map--country-field .osborn-location-map__country.is-audience-3 {
  fill: #347fc0;
  background: #347fc0;
  color: #fff;
}

.osborn-location-map--atlas .osborn-location-map__country.is-audience-4,
.osborn-location-map--hybrid .osborn-location-map__country.is-audience-4,
.osborn-location-map--country-field .osborn-location-map__country.is-audience-4 {
  fill: var(--ow-map-blue);
  background: var(--ow-map-blue);
  color: #fff;
}

.osborn-location-map--atlas
  .osborn-location-map__country.has-audience-data,
.osborn-location-map--hybrid .osborn-location-map__country.has-audience-data,
.osborn-location-map--regional .osborn-location-map__country.has-map-data {
  stroke: rgba(255, 255, 255, 0.9);
  stroke-width: 1.2;
}

.osborn-location-map--country-field .osborn-location-map__country {
  animation: country-field-fade-in 450ms ease 100ms both;
  fill: #1d4258;
}

.osborn-location-map--country-field .osborn-location-map__country.has-audience-data {
  stroke: rgba(255, 255, 255, 0.94);
  stroke-width: 1;
}

.osborn-location-map--country-field .osborn-location-map__country.is-audience-1 {
  fill: #4d88b9;
}

.osborn-location-map--country-field .osborn-location-map__country.is-audience-2 {
  fill: #2f7ab5;
}

.osborn-location-map--country-field .osborn-location-map__country.is-audience-3 {
  fill: #1d6daa;
}

.osborn-location-map--country-field .osborn-location-map__country.is-audience-4 {
  fill: #1b98e0;
}

.osborn-location-map--country-field .osborn-location-map__static {
  position: relative;
  overflow: clip;
  min-height: clamp(310px, 46vw, 520px);
}

.osborn-location-map--country-field .osborn-location-map__worlds {
  position: relative;
  inset: auto;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: inherit;
}

.osborn-location-map--country-field .osborn-location-map__worlds--static {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.osborn-location-map--country-field .osborn-location-map__summary dl {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.osborn-location-map--country-field.is-pending .osborn-location-map__worlds {
  opacity: 0.7;
  filter: grayscale(0.16);
}

.osborn-location-map__dot-legend span {
  display: inline-flex;
  min-width: 62px;
  font-size: 0.8rem;
  font-weight: 800;
  gap: 8px;
  align-items: center;
}

.osborn-location-map__dot-legend i {
  display: inline-block;
  width: var(--legend-dot);
  height: var(--legend-dot);
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--ow-map-gold);
  box-shadow: 0 0 0 1px var(--ow-map-ink);
}

.osborn-location-map--proportional .osborn-location-map__dot,
.osborn-location-map--hybrid .osborn-location-map__dot {
  --ow-map-dot-active-scale: 1.08;
  width: var(--map-dot-size);
  height: var(--map-dot-size);
}

.osborn-location-map--proportional .osborn-location-map__point,
.osborn-location-map--hybrid .osborn-location-map__point {
  width: max(44px, var(--map-dot-size));
  height: max(44px, var(--map-dot-size));
}

.osborn-location-map--country-density
  .osborn-location-map__audience-label.is-estimate {
  width: var(--audience-dot-size);
  min-width: var(--audience-dot-size);
  height: var(--audience-dot-size);
  padding: 9px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: rgba(25, 102, 174, 0.92);
  box-shadow:
    0 0 0 7px rgba(27, 152, 224, 0.22),
    0 10px 30px rgba(5, 24, 34, 0.34);
  place-content: center;
  text-align: center;
}

.osborn-location-map--country-density
  .osborn-location-map__audience-label.is-estimate
  strong {
  font-size: clamp(0.86rem, 1.25vw, 1.18rem);
}

.osborn-location-map--country-density
  .osborn-location-map__audience-label.is-estimate
  span {
  max-width: 9ch;
}

.osborn-location-map--country-density .osborn-location-map__dot {
  width: 10px;
  height: 10px;
  border-width: 2px;
  box-shadow: none;
}

.osborn-location-map--country-density .osborn-location-map__dot span {
  display: none;
}

.osborn-location-map--atlas {
  padding-inline: clamp(8px, 2vw, 28px);
}

.osborn-location-map--atlas .osborn-location-map__frame,
.osborn-location-map--atlas .osborn-location-map__instructions,
.osborn-location-map--atlas .osborn-location-map__decision,
.osborn-location-map--atlas .osborn-location-map__data {
  max-width: none;
}

.osborn-location-map--atlas .osborn-location-map__canvas {
  min-height: clamp(430px, 52vw, 820px);
  aspect-ratio: auto;
}

.osborn-location-map--atlas .osborn-location-map__summary {
  padding-block: clamp(18px, 2.6vw, 34px);
}

.osborn-location-map__measure-note {
  margin: 0;
  padding: 11px clamp(16px, 2.5vw, 30px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: #fff;
  color: #53666f;
  font-size: 0.72rem;
  font-weight: 700;
}

.osborn-location-map__regions {
  display: grid;
  margin: 0;
  padding: 0;
  background: #fff;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.osborn-location-map__regions > div {
  padding: 14px 18px;
  border-right: 1px solid rgba(16, 44, 60, 0.12);
}

.osborn-location-map__regions dt {
  font-family: Gelasio, Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
}

.osborn-location-map__regions dd {
  margin: 0.2rem 0 0;
  color: #53666f;
  font-size: 0.74rem;
  font-weight: 750;
}

.osborn-location-map--regional .osborn-location-map__country.is-region-africa {
  fill: #d08a2c;
}

.osborn-location-map--regional .osborn-location-map__country.is-region-asia {
  fill: #f4ba3a;
}

.osborn-location-map--regional .osborn-location-map__country.is-region-europe {
  fill: #70a699;
}

.osborn-location-map--regional
  .osborn-location-map__country.is-region-caribbean {
  fill: #7c78b8;
}

.osborn-location-map--regional .osborn-location-map__point {
  opacity: 0.72;
}

.osborn-location-map__timeline {
  padding: 18px clamp(16px, 2.5vw, 30px) 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: #fff;
  color: #102c3c;
}

.osborn-location-map__timeline p {
  margin: 0 0 14px;
  color: #53666f;
}

.osborn-location-map__timeline p strong {
  color: #102c3c;
}

.osborn-location-map__timeline ol {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.osborn-location-map__timeline li {
  display: grid;
  min-width: 0;
  padding: 10px 12px;
  border-top: 4px solid var(--ow-map-gold);
  gap: 4px;
}

.osborn-location-map__timeline li strong {
  font-family: Gelasio, Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 2rem);
}

.osborn-location-map__timeline li span {
  font-size: 0.72rem;
  line-height: 1.25;
}

.osborn-location-map__timeline li.is-current {
  border-top-color: #cc3b2e;
  background: rgba(204, 59, 46, 0.06);
}

.osborn-location-map--archive .osborn-location-map__land {
  opacity: 0.82;
}

@keyframes country-field-fade-in {
  from {
    opacity: 0;
    transform: scale(0.995);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 700px) {
  .osborn-location-map {
    padding-inline: 10px;
    border-radius: 12px;
  }

  .osborn-location-map__summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .osborn-location-map__summary dl {
    display: grid;
    width: 100%;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .osborn-location-map--country-field .osborn-location-map__summary dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .osborn-location-map__summary-actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .osborn-location-map__impact {
    width: 100%;
    min-width: 0;
    padding-right: 0;
    padding-bottom: 12px;
    border-right: 0;
    border-bottom: 1px solid rgba(16, 44, 60, 0.14);
    text-align: left;
  }

  .osborn-location-map__impact p {
    justify-content: flex-start;
  }

  .osborn-location-map__impact strong {
    font-size: clamp(2.8rem, 14vw, 4.9rem);
  }

  .osborn-location-map__summary dl > div {
    min-width: 0;
    text-align: left;
  }

  .osborn-location-map__summary dt {
    overflow-wrap: anywhere;
  }

  .osborn-location-map__summary dl > div.is-emphasis {
    padding-left: 0;
    border-left: 0;
  }

  .osborn-location-map__audience-label[data-audience-rank="4"],
  .osborn-location-map__audience-label[data-audience-rank="5"],
  .osborn-location-map__audience-label[data-audience-rank="6"] {
    display: none;
  }

  .osborn-location-map__decision {
    grid-template-columns: 1fr;
  }

  .osborn-location-map__regions,
  .osborn-location-map__timeline ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .osborn-location-map__legend strong,
  .osborn-location-map__dot-legend strong {
    flex-basis: 100%;
  }

  .osborn-location-map__canvas {
    height: clamp(500px, 72svh, 680px);
    aspect-ratio: auto;
  }

  .osborn-location-map__navigation {
    right: 8px;
    bottom: 8px;
    max-width: calc(100% - 16px);
    padding: 8px;
    gap: 6px;
  }

  .osborn-location-map__zoom-controls {
    grid-template-columns: 60px;
    padding-right: 6px;
  }

  .osborn-location-map__pan-controls {
    grid-template-columns: repeat(3, 44px);
    grid-template-rows: repeat(3, 44px);
  }

  .osborn-location-map__navigation button {
    min-width: 44px;
    min-height: 44px;
  }

  .osborn-location-map__navigation button[data-osborn-map-action="reset"] {
    min-width: 68px;
    padding-inline: 8px;
    font-size: 0.66rem;
    letter-spacing: 0;
  }

  .osborn-location-map__panel {
    position: fixed;
    top: auto;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 10px;
    z-index: 1000;
    width: auto;
    max-height: min(62svh, 660px);
    border-radius: 13px;
    box-shadow: 0 22px 70px rgba(8, 38, 53, 0.28);
    transform: translateY(0);
  }

  .osborn-location-map__panel:is(.is-entering, .is-closing) {
    transform: translateY(18px);
  }

  .osborn-location-map__panel-content {
    padding: 18px;
  }

  .osborn-location-map__panel-content h3 {
    font-size: 1.75rem;
  }

  .osborn-location-map__list {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .osborn-location-map.is-map-view-animating .osborn-location-map__surface,
  .osborn-location-map.is-map-view-animating .osborn-location-map__point,
  .osborn-location-map.is-map-view-animating .osborn-location-map__cluster,
  .osborn-location-map.is-map-view-animating
    .osborn-location-map__audience-label {
    transition: none;
  }

  .osborn-location-map__rivers,
  .osborn-location-map__place-labels
    > text:not(.osborn-location-map__region-label) {
    transition: none;
  }

  .osborn-location-map__dot {
    transform: none;
    transition: background-color 120ms ease;
  }

  .osborn-location-map__dot::before {
    transform: none;
    transition: opacity 120ms ease;
  }

  .osborn-location-map__point:is(:hover, :focus-visible, .is-selected)
    .osborn-location-map__dot,
  .osborn-location-map__point:is(:hover, :focus-visible, .is-selected)
    .osborn-location-map__dot::before,
  .osborn-location-map__point-label,
  .osborn-location-map[data-map-detail] .osborn-location-map__point-label {
    transform: none;
  }

  .osborn-location-map__point-label {
    transition: opacity 120ms ease;
  }

  .osborn-location-map__wheel-hint {
    transition: none;
  }

  .osborn-location-map--country-field .osborn-location-map__country {
    animation: none;
    transition: none;
  }

  .osborn-location-map__panel,
  .osborn-location-map__panel:is(.is-entering, .is-closing) {
    transform: none;
    transition: opacity 120ms ease;
  }
}

@media (hover: hover) and (pointer: fine) {
  .osborn-location-map__canvas {
    cursor: grab;
  }

  .osborn-location-map__panel-toolbar button:hover {
    background: var(--ow-map-ink);
    color: #fff;
  }
}
