/* ============================================================
   LOCATION PAGE — PHONE (default)
   ============================================================ */

.loc-copy-mobile,
.loc-copy-tablet,
.loc-copy-desktop,
.loc-copy-tablet-desktop {
  display: none;
}

.loc-copy-mobile {
  display: block;
}




.loc-act-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* =============================================
   REUSABLE HORIZONTAL SLIDER
   ============================================= */
[data-slider],
.ceano-slider { position: relative; overflow: hidden; }

.slider__track {
  display: flex;
  gap: var(--slider-gap, 22px);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  user-select: none;
  -webkit-user-select: none;
}
.slider__track::-webkit-scrollbar { display: none; }
.slider__track.is-dragging { scroll-behavior: auto; }

.loc-activities-grid.is-dragging {
  scroll-snap-type: none;
  user-select: none;
  -webkit-user-select: none;
}

.slider__slide {
  flex: 0 0 var(--slide-width, 320px);
  scroll-snap-align: start;
}

[data-slider].is-slider-locked .slider__track {
  pointer-events: none;
  scroll-behavior: auto;
  touch-action: none;
}

[data-slider].is-slider-locked .slider__track:focus {
  outline: none;
}

/* Light navigation (white logos/burger) */
.nav--light .nav-logo {
  filter: brightness(0) invert(1);
}

.nav--light .burger__line {
  stroke: var(--eggshell);
}

 .loc-act-col-2{
    gap: 22px;
  }
.nav-light {
  position: absolute;
  inset: 0 0 auto;
  z-index: 220;
}

.nav-light .menu-btn-close {
  color: var(--eggshell);
}

.loc-hero {
  position: relative;
  height: 812px;
  overflow: hidden;
}

.loc-hero-bg {
  position: absolute;
  inset: 0;
}

.loc-hero-bg picture,
.loc-hero-bg picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loc-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loc-hero-d1,
.loc-hero-d2,
.loc-hero-t,
.loc-hero-p2 {
  display: none;
}

.loc-hero-p1 {
  display: block;
  width: 307.47%;
  left: -137.33%;
  top: 0;
  height: 100%;
  max-width: none;
}

.loc-hero-gradient {
  display: none;
}

.loc-hero-line-wrap {
  position: absolute;
  top: 34px;
  left: 171px;
  width: 23px;
  height: 161px;
  z-index: 1;
}

.loc-hero-line {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.loc-hero-content {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 30px;
  z-index: 2;
}

.loc-hero-title {
  max-width: 345px;
  font-family: 'Komrile', 'Georgia', serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 0.95;
  color: var(--eggshell);
  font-feature-settings: 'liga' 0;
}

.loc-hero-title em {
  font-style: italic;
}

.loc-intro {
    margin: 50px 0 21px;
    padding: 0 15px;
}

.loc-intro-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.loc-intro-quote-mobile,
.loc-intro-body-mobile {
  display: block;
}

.loc-intro-quote-tablet,
.loc-intro-quote-desktop,
.loc-intro-body-shared {
  display: none;
}

.loc-intro-quote {
  font-family: 'PP Neue Montreal', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: var(--merlot);
}

.loc-intro-body {
  max-width: 345px;
}

.loc-map-section {
  margin: 0 0 90px;
}

.loc-map-inner {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.loc-map-wrap {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  height: 551px;
  overflow: hidden;
  order: 1;
}

.loc-map-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: darken;
}

.loc-map-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 93px;
  background: linear-gradient(to top, var(--eggshell), rgba(247, 246, 238, 0));
  pointer-events: none;
}

.loc-map-overlay {
  display: none;
}

.loc-map-section .loc-map-points {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease;
}

.loc-map-section .loc-map-wrap[data-media-reveal-done="true"] .loc-map-points {
  opacity: 1;
  visibility: visible;
}

.loc-map-section .loc-map-point {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--merlot);
  isolation: isolate;
  transition: transform 0.2s ease;
}

.loc-map-section .loc-map-point::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(91, 15, 20, 0.34);
  border-radius: 999px;
  opacity: 0;
  transform: scale(0.82);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.loc-map-section .loc-map-point-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #5b0f14;
  box-shadow: 0 0 0 1px rgba(247, 246, 238, 0.85);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.loc-map-section .loc-map-point-label {
  display: none;
}

.loc-map-section .loc-map-point:hover .loc-map-point-dot,
.loc-map-section .loc-map-point:focus-visible .loc-map-point-dot,
.loc-map-section .loc-map-point.is-active .loc-map-point-dot {
  transform: scale(1.14);
  background: #3f090d;
}

.loc-map-section .loc-map-point:hover::after,
.loc-map-section .loc-map-point:focus-visible::after,
.loc-map-section .loc-map-point.is-active::after {
  opacity: 1;
  transform: scale(1);
}

.loc-map-section .loc-map-point:focus-visible {
  outline: none;
}

.loc-map-section .loc-dist-row > .loc-dist-item {
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  font: inherit;
  text-align: left;
  transition: color 0.2s ease;
}

.loc-map-section .loc-dist-row > .loc-dist-item:hover,
.loc-map-section .loc-dist-row > .loc-dist-item:focus-visible {
  color: #5b0f14;
}

.loc-map-section .loc-dist-row > .loc-dist-item:focus-visible {
  outline: 1px solid rgba(91, 15, 20, 0.38);
  outline-offset: 3px;
  border-radius: 2px;
}

.loc-map-section .loc-dist-row.is-active .loc-dist-line {
  background: #8f6669;
}

.loc-map-section .loc-dist-row.is-active > .loc-dist-item {
  color: #5b0f14;
}

.loc-map-section .loc-dist-row:has(.loc-dist-item:focus-visible) .loc-dist-line {
  background: #8f6669;
}

/* TODO: fine-tune map point coordinates against final design comps */
.loc-map-section .loc-map-point--aventura { left: 53%; top: 19%; }
.loc-map-section .loc-map-point--bal-harbour { left: 66%; top: 60%; }
.loc-map-section .loc-map-point--sunny-isles { left: 73%; top: 53%; }
.loc-map-section .loc-map-point--haulover { left: 63%; top: 64%; }
.loc-map-section .loc-map-point--north-miami { left: 28%; top: 85%; }
.loc-map-section .loc-map-point--design-district { left: 18%; top: 95%; }
.loc-map-section .loc-map-point--miami-beach { left: 78%; top: 78%; }
.loc-map-section .loc-map-point--mia { left: 10%; top: 98%; }
.loc-map-section .loc-map-point--fll { left: 42%; top: 5%; }

.loc-distances {
  display: flex;
  flex-direction: column;
  gap: 9px;
  order: 2;
  padding: 0 15px;
}

header{
  margin-bottom: 50px;
}

.loc-dist-header {
  display: flex;
  justify-content: space-between;
  font-family: 'PP Neue Montreal', sans-serif;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  font-size: 14px;
  color: rgba(63, 9, 13, 0.6);
}
.loc-dist-label{
  letter-spacing: 0.25em;
  line-height: 150%;
  text-transform: uppercase;
}

 .loc-distances > .loc-dist-header > span:nth-child(1) {
    letter-spacing: 0.250em;
    font-size: 14px;
  }
.loc-dist-label span:first-child{
  text-align: left;

}
.loc-dist-label span:last-child{
  text-align: right;

}

.loc-dist-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.loc-dist-row {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.loc-dist-line {
  height: 1px;
  background: var(--border);
}

.loc-dist-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-family: 'PP Neue Montreal', sans-serif;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--merlot);
}

.loc-dist-item span:last-child {
  text-align: right;
  white-space: nowrap;
}

.loc-activities {
  width: 100%;
  max-width: 100%;
  margin: 0 0 90px;
}

.loc-activities-grid {
  --slider-gap: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.loc-activities-grid .slider__slide {
  flex: 0 0 auto;
}

.loc-act-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.loc-act-title {
  font-family: 'Komrile', 'Georgia', serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 0.95;
  color: var(--merlot);
  font-feature-settings: 'liga' 0;
}

.loc-act-img-wrap {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 2px;
}

.loc-act-img-wrap .img-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.loc-act-distances {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.loc-act-mobile-only {
  display: flex;
}

.loc-act-desktop-only {
  display: none;
}

.loc-act-desktop-mobile {
  display: flex;
}

@media (max-width: 767.98px) {
  .location-page .loc-intro-body.loc-copy-mobile,
  .location-page .loc-map-wrap {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    filter: none !important;
  }

  .loc-intro-inner > p.body-text:nth-child(3) {
    font-size: 14px;
    line-height: 1.2;
  }

 

  .loc-map-wrap {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    min-height: 572px;
  }

  .loc-map-inner {
    gap: 13px;
  }

  .loc-activities {
    overflow: visible;
  }

  .loc-activities-grid {
    overflow-x: visible;
    overflow-y: visible;
    scroll-snap-type: none;
    user-select: auto;
    -webkit-user-select: auto;
    touch-action: pan-y;
  }

  .loc-activities-grid .slider__slide {
    min-width: 0;
  }


  .loc-act-body {
    gap: 14px;
    text-align: left;
    justify-content: space-between;
  }


  .loc-dist-list {
    gap: 10px;
  }

  .loc-distances > div:nth-child(1) {
    line-height: 150%;
    font-size: 16px;
    justify-content: space-between;
    align-content: flex-end;
  }
  .loc-dist-header {
    align-items: baseline;
    gap: 20px;
    letter-spacing: 0.25em;
  }
  .loc-distances > .loc-dist-header > span:nth-child(1) {
    letter-spacing: 0.250em;
    font-size: 14px;
  }

  .loc-distances > .loc-dist-header > span:nth-child(2) {
    font-size: 14px;
    letter-spacing: 1.179em;
  }

  .loc-distances > div:nth-child(1) > span:nth-child(2) {
    letter-spacing: 0.232em;
    line-height: 150%;
    font-size: 14px;
  }

  .loc-act-col-1 .loc-act-distances {
    gap: 8px;
  }
}

/* ============================================================
   TABLET  (768px – 1199px)
   ============================================================ */
@media (min-width: 768px) {
  .loc-copy-mobile,
  .loc-copy-desktop {
    display: none;
  }

  .loc-copy-tablet,
  .loc-copy-tablet-desktop {
    display: block;
  }

  .loc-intro-quote-mobile,
  .loc-intro-quote-desktop,
  .loc-intro-body-mobile {
    display: none;
  }

  .loc-intro-quote-tablet,
  .loc-intro-body-shared {
    display: block;
  }

  .loc-hero {
    height: 768px;
  }

  .loc-hero-p1,
  .loc-hero-line-wrap {
    display: none;
  }
  header{
  margin-bottom: 120px;
}

  .loc-hero-t {
    display: block;
    width: 108.7%;
    left: -4.35%;
    top: -0.03%;
    height: 122.16%;
    max-width: none;
  }

  .loc-hero-gradient {
    display: block;
    position: absolute;
    inset: 0;
    background: linear-gradient(185.2deg, rgba(0, 0, 0, 0.3) 12.824%, rgba(0, 0, 0, 0) 51.651%);
  }

  .loc-hero-content {
    left: 25px;
    right: auto;
    bottom: 30px;
  }

  .loc-hero-title {
    max-width: 579px;
    font-size: 70px;
  }

  .loc-intro {
    margin: 0 0 80px clamp(180px, 28vw, 315px);
    padding: 0 25px;
    
  }

  .loc-intro-inner {
    width: min(100%, 540px);
    margin-bottom: 54px;
    gap: 40px;
  }

  .loc-intro-quote {
    font-size: 25px;
  }

  .loc-intro-body {
    max-width: 471px;
    line-height: 1.2em;
  letter-spacing: -0.002em;
  }

  .loc-map-section {
    padding: 0 0 0;
    margin: 0 0 141px 0;
  }

  .loc-map-inner {
    gap: 15px;
  }

  .loc-map-wrap {
    width: 100%;
    height: 810px;
    margin-left: 0;
  }

  .loc-map-section .loc-map-point {
    width: 24px;
    height: 24px;
  }

  .loc-map-section .loc-map-point-dot {
    width: 10px;
    height: 10px;
  }

  .loc-map-section .loc-map-point-label {
    display: block;
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    transform: translateX(-50%);
    padding: 3px 8px;
    border: 1px solid rgba(63, 9, 13, 0.24);
    border-radius: 2px;
    background: rgba(247, 246, 238, 0.95);
    font-family: 'PP Neue Montreal', sans-serif;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }

  .loc-map-section .loc-map-point:hover .loc-map-point-label,
  .loc-map-section .loc-map-point:focus-visible .loc-map-point-label,
  .loc-map-section .loc-map-point.is-active .loc-map-point-label {
    opacity: 1;
  }

  .loc-map-section .loc-map-point--aventura { left: 52%; top: 20%; }
  .loc-map-section .loc-map-point--bal-harbour { left: 67%; top: 60%; }
  .loc-map-section .loc-map-point--sunny-isles { left: 74%; top: 54%; }
  .loc-map-section .loc-map-point--haulover { left: 64%; top: 65%; }
  .loc-map-section .loc-map-point--north-miami { left: 26%; top: 86%; }
  .loc-map-section .loc-map-point--design-district { left: 16%; top: 96%; }
  .loc-map-section .loc-map-point--miami-beach { left: 79%; top: 79%; }
  .loc-map-section .loc-map-point--mia { left: 8%; top: 98%; }
  .loc-map-section .loc-map-point--fll { left: 40%; top: 6%; }

  .loc-map-fade {
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: linear-gradient(to top, var(--eggshell), rgba(247, 246, 238, 0));
  }

  .loc-distances {
    width: calc(100% - clamp(140px, 24vw, 290px));
    margin-left: clamp(140px, 24vw, 290px);
    padding: 0;
    box-sizing: border-box;
    gap: 15px;
  }

  .loc-activities {
    padding: 0 0 0;
    margin: 0 0 73px;
  }

  .loc-activities-grid {
    display: grid;
    grid-template-columns: repeat(6, clamp(420px, 45vw, 600px));
    grid-template-rows: auto 370px auto;
    align-items: start;
    column-gap: 15px;
    row-gap: 20px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    user-select: auto;
    -webkit-user-select: auto;
    touch-action: pan-x;
  }
  

  .loc-act-title{
    width: 76%;
  }
  .loc-act-item,
  .loc-act-body {
    display: contents;
  }

 

  .loc-act-item.loc-act-col-1 > .loc-act-title {
    grid-column: 1;
    grid-row: 1;
  }

  .loc-act-item.loc-act-col-1 > .loc-act-body > .loc-act-img-wrap {
    grid-column: 1;
    grid-row: 2;
  }

  .loc-act-item.loc-act-col-1 > .loc-act-body > .loc-act-distances {
    grid-column: 1;
    grid-row: 3;
  }

  .loc-act-item.loc-act-col-2 > .loc-act-title {
    grid-column: 2;
    grid-row: 1;
  }

  .loc-act-item.loc-act-col-2 > .loc-act-body > .loc-act-img-wrap {
    grid-column: 2;
    grid-row: 2;
  }

  .loc-act-item.loc-act-col-2 > .loc-act-body > .loc-act-distances {
    grid-column: 2;
    grid-row: 3;
  }

  .loc-act-item.loc-act-col-3 > .loc-act-title {
    grid-column: 3;
    grid-row: 1;
  }

  .loc-act-item.loc-act-col-3 > .loc-act-body > .loc-act-img-wrap {
    grid-column: 3;
    grid-row: 2;
  }

  .loc-act-item.loc-act-col-3 > .loc-act-body > .loc-act-distances {
    grid-column: 3;
    grid-row: 3;
  }

  .loc-act-item.loc-act-col-4 > .loc-act-title {
    grid-column: 4;
    grid-row: 1;
  }

  .loc-act-item.loc-act-col-4 > .loc-act-body > .loc-act-img-wrap {
    grid-column: 4;
    grid-row: 2;
  }

  .loc-act-item.loc-act-col-4 > .loc-act-body > .loc-act-distances {
    grid-column: 4;
    grid-row: 3;
  }

  .loc-act-item.loc-act-col-5 > .loc-act-title {
    grid-column: 5;
    grid-row: 1;
  }

  .loc-act-item.loc-act-col-5 > .loc-act-body > .loc-act-img-wrap {
    grid-column: 5;
    grid-row: 2;
  }

  .loc-act-item.loc-act-col-5 > .loc-act-body > .loc-act-distances {
    grid-column: 5;
    grid-row: 3;
  }

  .loc-act-item.loc-act-col-6 > .loc-act-title {
    grid-column: 6;
    grid-row: 1;
  }

  .loc-act-item.loc-act-col-6 > .loc-act-body > .loc-act-img-wrap {
    grid-column: 6;
    grid-row: 2;
  }

  .loc-act-item.loc-act-col-6 > .loc-act-body > .loc-act-distances {
    grid-column: 6;
    grid-row: 3;
  }

  .loc-act-title {
    margin: 0;
    font-size: 50px;
    max-width: none;
    align-self: start;
  }

  .loc-act-img-wrap {
    height: 370px;
    align-self: start;
  }

  .loc-act-distances {
    align-self: start;
  }

  .loc-activities-grid .loc-act-mobile-only {
    display: none;
  }

  .loc-act-desktop-only,
  .loc-act-desktop-mobile {
    display: contents;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .loc-intro {
    margin: 120px 0 80px clamp(180px, 31vw, 315px);
    padding: 0 40px;
  }

  .loc-intro-body {
    line-height: 1em;
  }

  .loc-distances {
    width: calc(100% - clamp(128px, 31vw, 314px));
    margin: 0 0 0 clamp(128px, 31vw, 314px);
    padding: 0;
  }

  .loc-dist-list {
    gap: 10px;
  }

  .loc-intro-inner > p.body-text:nth-child(4) {
    letter-spacing: 0em;
    font-size: 14px;
    line-height: 120%;
  }

  .body-text.loc-intro-body.loc-copy-tablet-desktop {
    width: min(100%, 473px);
  }
  .loc-act-distances {
    gap:12px
  }
}

/* ============================================================
   DESKTOP  (≥ 1200px)
   ============================================================ */
@media (min-width: 1200px) {

  .loc-dist-row{
      gap: 10px;
}
  .loc-act-distances {
    gap: 10px;
  }

  .loc-act-title{
  width: 88%;  
  }

  header{
  margin-bottom: 160px;
}
  .loc-copy-mobile,
  .loc-copy-tablet {
    display: none;
  }

  .loc-copy-desktop,
  .loc-copy-tablet-desktop {
    display: block;
  }

  .loc-intro-quote-tablet {
    display: none;
  }

  .loc-intro-quote-desktop,
  .loc-intro-body-shared {
    display: block;
  }

  .loc-hero {
    height: 900px;
  }

  .loc-hero-t {
    display: none;
  }

  .loc-hero-d1 {
    display: block;
    width: 100%;
    height: 118.43%;
    top: -9.21%;
    left: 0;
    max-width: none;
  }

  .loc-hero-d2 {
    display: block;
    width: 115.7%;
    left: -7.85%;
    top: -0.04%;
    height: 100%;
    max-width: none;
  }

  .loc-hero-gradient {
    display: block;
    inset: 0;
    background: linear-gradient(183.91deg, rgba(0, 0, 0, 0.3) 12.824%, rgba(0, 0, 0, 0) 51.651%);
  }

  .loc-hero-content {
    left: 40px;
    bottom: 40px;
  }

  .loc-hero-title {
    max-width: 1032px;
    font-size: 100px;
  }

  .loc-intro {
margin: 160px 0 90px clamp(260px, 35vw, 552px);  }

  .loc-intro-inner {
    width: min(100%, 760px);
    margin: 0 0 90px ;
    gap: 50px;
  }

  .loc-intro-quote {
    font-size: 40px;
  }

  .loc-intro-body {
    max-width: 512px;
  }

  .loc-map-section {
    margin: 0 0 200px;
    padding: 0 40px;
  }

  .loc-map-inner {
    display: grid;
    grid-template-columns: minmax(320px, 492px) minmax(0, 1fr);
    align-items: start;
    gap: 19px;
    column-gap: 20px;
  }

  .loc-distances {
    order: 1;
    width: 100%;
    max-width: 492px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;  
    gap: 9px;
    min-width: 0;
  }

  .loc-dist-header {
    font-size: 15px;
    line-height: 16px;
  }

  .loc-dist-label {
    line-height: normal;
    text-transform: none;
  }

  .loc-dist-label.place {
    align-self: baseline;
  }

  .loc-dist-header .loc-dist-label {
    font-size: 12px;
    text-transform: uppercase;
  }

  .loc-dist-header .loc-dist-label.place {
    letter-spacing: 0.306em;
  }

  .loc-dist-header .loc-dist-label.distance {
    letter-spacing: 0.25em;
  }

  .loc-dist-list {
    gap: 9px;
  }

  .loc-dist-item {
    font-size: 14px;
  }

  .loc-map-wrap {
    order: 2;
    width: 100%;
    max-width: 1008px;
    height: clamp(560px, 54vw, 813px);
    min-width: 0;
    flex: unset;
  }

  .loc-map-fade {
    top: 0;
    bottom: 0;
    right: auto;
    width: 150px;
    height: 100%;
    background: linear-gradient(to right, var(--eggshell), rgba(247, 246, 238, 0));
  }
  .place .distance{
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;

  }
  .distance{
  line-height: 21px;
letter-spacing: 3.50px;
}
  .loc-map-overlay {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
  }

  .loc-map-section .loc-map-points {
    z-index: 5;
  }

  .loc-map-section .loc-map-point {
    width: 25px;
    height: 25px;
  }

  .loc-map-section .loc-map-point-dot {
    width: 11px;
    height: 11px;
  }

  .loc-map-section .loc-map-point-label {
    font-size: 12px;
  }

  .loc-map-section .loc-map-point--aventura { left: 50%; top: 19%; }
  .loc-map-section .loc-map-point--bal-harbour { left: 67%; top: 61%; }
  .loc-map-section .loc-map-point--sunny-isles { left: 72%; top: 54%; }
  .loc-map-section .loc-map-point--haulover { left: 65%; top: 64%; }
  .loc-map-section .loc-map-point--north-miami { left: 24%; top: 86%; }
  .loc-map-section .loc-map-point--design-district { left: 14%; top: 96%; }
  .loc-map-section .loc-map-point--miami-beach { left: 78%; top: 80%; }
  .loc-map-section .loc-map-point--mia { left: 7%; top: 99%; }
  .loc-map-section .loc-map-point--fll { left: 39%; top: 6%; }

  .loc-map-label,
  .loc-map-brand,
  .loc-map-spot {
    position: absolute;
    color: var(--merlot);
    font-feature-settings: 'liga' 0;
  }

  .loc-map-label {
    font-family: 'PP Neue Montreal', sans-serif;
    font-style: normal;
  }

  .loc-map-label--major {
    font-size: 20.647px;
    line-height: 0.95;
    text-transform: uppercase;
  }

  .loc-map-label--minor {
    font-size: 16px;
    line-height: 1.1;
    text-align: center;
  }

  .loc-map-spot {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .loc-map-dot {
    width: 10.963px;
    height: 10.963px;
    border-radius: 999px;
    background: #5b0f14;
  }

  .loc-map-spot--turnberry {
    left: 53%;
    top: 7.45%;
    width: 14.5%;
  }

  .loc-map-spot--aventura-mall {
    left: 37.8%;
    top: 9.65%;
    width: 14.5%;
  }

  .loc-map-label--aventura {
    left: 46.35%;
    top: 16.35%;
  }

  .loc-map-brand {
    left: 55.9%;
    top: 25.1%;
    font-family: 'Komrile', 'Georgia', serif;
    font-size: 34px;
    line-height: 0.95;
    text-transform: lowercase;
  }

  .loc-map-label--eastern {
    left: 47.05%;
    top: 39.6%;
  }

  .loc-map-label--sunny {
    left: 70.5%;
    top: 53.8%;
  }

  .loc-map-spot--intracoastal {
    left: 49.95%;
    top: 58.95%;
    width: 15.1%;
  }

  .loc-map-label--oleta {
    left: 44.85%;
    top: 72.95%;
    width: 15.5%;
  }

  .loc-map-label--north {
    left: 12.95%;
    top: 86.5%;
  }

  .loc-activities {
    margin:  0 0 200px;
  }

  .loc-activities-grid {
    column-gap: 20px;
    row-gap: 27px;
    padding-left: 40px;
  }

  .loc-act-title {
    font-size: 70px;
  }

  .loc-activities-grid .loc-act-mobile-only {
    display: none;
  }

  .loc-act-desktop-only,
  .loc-act-desktop-mobile {
    display: contents;
  }

}
