

    #menuOverlay {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      margin: 0 auto;
    }

    /* .home-page .nav {
      padding: 0 var(--home-nav-pad-x);
    } */
    .home-page .menu-overlay-header .nav-inner {
      position: absolute;

    }
    .padder {
        padding: 0 15px;
      }

    .page-inner {
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      padding: 0;
    }
    .heading-xl {
      color: var(--merlot);
      font-family: "Komrile", "Georgia", serif;
      font-size: clamp(45px, 8vw, 70px);
      font-weight: 400;
      line-height: 0.95;
      font-feature-settings: "liga" 0;
    }

        


    span.gallery-counter:nth-child(3) {
      font-size: 15px;
  line-height: 24px;
    }

    .heading-md {
      color: var(--merlot);
      font-family: "PP Neue Montreal", sans-serif;
      font-size: clamp(22px, 3.5vw, 40px);
      font-weight: 400;
      line-height: 1;
      text-transform: uppercase;
    }

    @supports (text-wrap: balance) {
      @media (max-width: 374px), (min-width: 376px) and (max-width: 1023px), (min-width: 1025px) and (max-width: 1599px) {
        .hero-title,
        .waterfront .heading-xl,
        .boating-title,
        .residences__heading-wrap .heading-xl,
        .eastern-title,
        .finishes-top .heading-xl,
        .amenities-title,
        .waterfront-quote-text,
        .eastern-quote,
        .finishes-gallery-caption,
        .gallery-caption {
          text-wrap: balance;
        }
      }
    }

    .body-text {
      color: var(--merlot);
      font-family: "PP Neue Montreal", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.2;
    }

    .list-text {
      color: var(--merlot);
      font-family: "PP Neue Montreal", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 0.9em;
      text-transform: uppercase;
    }

    .img-cover {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .img-abs {
      position: absolute;
      inset: 0;
    }

    .section-divider {
      width: 100%;
      height: 1px;
      background: var(--border);
    }

    .gallery-fade {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 62px;
      background: linear-gradient(to top, var(--eggshell), transparent);
      pointer-events: none;
    }

    .gallery-nav {
      position: absolute;
      right: 15px;
      bottom: 15px;
      display: flex;
      gap: 10px;
    }

    .gallery-counter {
      position: absolute;
      left: 15px;
      bottom: 6px;
      color: var(--merlot);
      font-family: "Komrile", "Georgia", serif;
      font-feature-settings: "liga" 0;
    }

    .counter-big {
      font-size: 34px;
      line-height: 0.95;
    }

    .counter-small {
      font-size: 20px;
      line-height: 0.95;
    }

    .nav-btn {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--border);
      border-radius: 100px;
      background: var(--eggshell);
      color: var(--merlot);
      transition: opacity 0.2s;
    }

    .nav-btn:hover {
      opacity: 0.7;
    }

    .gallery-nav-icon,
    .finishes-nav-icon {
      width: 12px;
      height: 12px;
      display: block;
    }


    .hero {
      --hero-media-top: 138px;
      --hero-media-bottom: 0px;
      --hero-overlay-top: 0px;
      --hero-overlay-height: 230px;
      position: relative;
      min-height: 710px;
      overflow: hidden;
      isolation: isolate;
    }
    .hero-bg { position: absolute; inset: 0; z-index: 0; }
    .hero-bg::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      background: #F7F6EE;
      pointer-events: none;
    }
    .hero-picture {
      position: absolute;
      top: var(--hero-media-top);
      left: 0;
      right: 0;
      bottom: var(--hero-media-bottom);
      width: 100%;
      height: auto;
      z-index: 1;
      overflow: hidden;
    }
    .hero-picture-scale {
      position: absolute;
      inset: 0;
      z-index: 1;
      transform-origin: 50% 50%;
      will-change: transform;
    }
    .hero-picture-media {
      position: absolute;
      inset: 0;
      display: block;
    }
    .hero-img { width: 100%; height: 100%; margin-top: 0; object-fit: cover; object-position: left bottom; display: block; }
    .hero-picture-overlay { display: none; z-index: 1; }
    .rectangle-div {
      position: absolute;
      top: var(--hero-overlay-top);
      left: 0;
      right: 0;
      height: var(--hero-overlay-height);
      z-index: 2;
      pointer-events: none;
      background: linear-gradient(
        to bottom,
        rgba(247, 246, 238, 1) 0px,
        rgba(247, 246, 238, 1) 44px,
        rgba(247, 246, 238, 0) 100%
      );
    }


    .hero-content {
      position: absolute;
      top: 83px;
      left: 15px;
      right: 15px;
      width: 80%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 49px;
      isolation: isolate;
      z-index: 3;
    }
    .hero-title {
       position: relative;
       z-index: 1;
       max-width: 345px; 
       color: var(--merlot); 
       font-family: "Komrile", "Georgia", serif; 
       font-weight: 400; font-size: 45px; 
       line-height: 95%; 
       font-feature-settings: "liga" off; font-style: normal; }
    .hero-title em { font-style: italic; }
    .hero-content .btn {
      padding: 15px 50px;
      font-size: 12px;
      letter-spacing: 2.5px;
    }

    .waterfront { margin: 60px 0 88px; }
    .waterfront-text { display: flex; flex-direction: column; gap: 20px; margin-bottom: 20px; }
    .waterfront-image { position: relative; width: 100%; min-height: 395px; aspect-ratio: 375 / 395; overflow: hidden; }
    .waterfront-media-inner,
    .eastern-media-inner {
      position: absolute;
      inset: 0;
      transform-origin: center center;
      backface-visibility: hidden;
      transform: translateZ(0);
    }
    .waterfront-media-inner > picture,
    .eastern-media-inner > picture {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      display: block;
    }
    .waterfront-media-inner > picture img,
    .waterfront-media-inner .img-cover,
    .eastern-media-inner > picture img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      backface-visibility: hidden;
      transform: translateZ(0);
    }
    .waterfront-meta { width: 100%; }
    .waterfront-quote { margin: 20px 0 70px; }
    .waterfront-quote-text { margin: 0; }
    .waterfront-quote-break { display: none; }
    .features-list { display: flex; flex-direction: column; }
    .feature-item { display: flex; flex-direction: column; gap: 10px; }
    .feature-item:not(:last-child) { margin-bottom: 12px; /* overridden to 0 at desktop */ }
    .feature-line { height: 1px; background: var(--border); }

     .boating { margin: 0 0 92px; }
    .boating-inner { display: flex; flex-direction: column; gap: 30px; }
    .boating-image { position: relative; width: 100%; min-height: 395px; aspect-ratio: 375 / 395; overflow: hidden; border-radius: 2px; order: -1; opacity: 0.9; }
    .boating-image .img-cover { position: absolute; inset: 0; width: 100%; height: 100%; }
    .boating-overlay-mobile,
    .boating-overlay-mobile-2 { display: block; }
    .boating-bg-mobile img { display: block; position: absolute; left: -3.91%; top: -33.16%; width: 355.74%; height: 169.71%; max-width: none; object-fit: cover; }
    .boating-text { display: flex; flex-direction: column; gap: 20px; padding: 0; }
    .boating-title-break { display: none; }

         /* =============================================
       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; }

.residences__track.is-dragging {
  scroll-snap-type: 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;
    }

    /* =============================================
       RESIDENCES SECTION
       ============================================= */

    /* — Mobile (default) — Figma 944:3646 — */
    .residences {
      --slider-gap: 15px;
      background: var(--eggshell);
      color: var(--merlot);
      padding: 0 15px;
    }

    .residences__heading-wrap {
      margin-bottom: 50px;
    }

    .residences__track {
      padding-bottom: 6px;
      scroll-snap-type: x proximity;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior-x: contain;
    }

    .res-card {
      --slide-width: 320px;
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    .res-card__line {
      height: 1px;
      background: var(--border, #d7d0c6);
    }

    .res-card__info {
      display: flex;
      flex-direction: column;
      gap: 10px;
      padding-bottom: 11px;
      min-height: 98px;
    }

    .res-card__title {
      font-family: "PP Neue Montreal", sans-serif;
      font-size: 22px;
      line-height: 1;
      font-weight: 400;
      text-transform: uppercase;
      color: var(--merlot);
      margin: 0;
    }

    .res-card__desc {
      font-family: "PP Neue Montreal", sans-serif;
      font-size: 14px;
      line-height: 1.2;
      font-weight: 400;
      color: var(--merlot);
      margin: 0;
    }

    .res-card__media {
      position: relative;
      width: 100%;
      min-width: 320px;
      aspect-ratio: 320 / 390;
      overflow: hidden;
      background: #e9e2d8;
    }

    @media (max-width: 359px) {
      .res-card {
        --slide-width: calc(100vw - 30px);
      }

      .res-card__media {
        min-width: 0;
      }
    }

    .res-card__media img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      pointer-events: none;
    }

    .res-card__media .img-overlay {
      z-index: 1;
    }

    .home-page .residences[data-intro-state="pre"] .res-card__line {
      transform: scaleX(0);
      transform-origin: left center;
      opacity: 1;
    }

    .home-page .residences[data-intro-state="pre"] .res-card__title,
    .home-page .residences[data-intro-state="pre"] .res-card__desc {
      opacity: 0;
      visibility: hidden;
      transform: translate3d(0, 18px, 0);
      transform-origin: center center;
    }

    .home-page .residences[data-intro-state="pre"] .res-card__media {
      opacity: 1;
      visibility: visible;
      clip-path: none;
    }

    .home-page .residences[data-intro-state="pre"] .res-card__media img {
      transform: scale(1.06);
      transform-origin: center center;
    }

    /* EASTERN */

      .eastern { margin: 85px 0 87px; }
    .eastern-title { margin-bottom: 38px; padding-left: 15px; }
    .eastern-image { position: relative; width: 100%; min-height: 436px; aspect-ratio: 375 / 436; margin-top: -8px; overflow: hidden; }
    .east-m { display: block; top: 0; left: 7.38%; width: 103.2%; }
    .eastern-overlay-tablet,
    .eastern-overlay-tablet-2 { display: none; }
    .eastern-bottom { display: flex; flex-direction: column; gap: 38px; padding: 20px 15px 0; }
    .eastern-btn { width: 291px; padding: 12px; }


    /* ===== FINISHES ===== */
    .finishes { margin: 0 0 90px;}
    .finishes-top { display: flex; flex-direction: column; }
    .finishes-top-mobile { display: none; }
    .finishes-top-desktop { display: flex; flex-direction: column; gap: 23px; margin: 19px 0 32px; padding-bottom: 27px; padding-left: 15px; }
    .finishes-desc { max-width: 100%; }
    .finishes-gallery-block { display: flex; flex-direction: column; padding: 0; }
    .finishes-gallery-label { display: block; margin-bottom: 12px; padding-top: 0; font-size: 12px; line-height: 1.1; }
    .finishes-gallery-wrap { position: relative; width: 100%; min-height: 300px; aspect-ratio: 375 / 300; overflow: hidden; }
    .finishes-gallery-wrap .img-cover { position: absolute; inset: 0; width: 100%; height: 100%; }
    .finishes-gallery-wrap picture,
    .finishes-gallery-wrap .img-cover,
    .gallery-wrap picture,
    .gallery-wrap .img-cover {
      transition: opacity 0.35s ease, transform 0.35s ease;
      transform: scale(1);
      opacity: 1;
      will-change: opacity, transform;
    }
    .finishes-gallery-wrap.is-source-swapping picture,
    .finishes-gallery-wrap.is-source-swapping .img-cover,
    .gallery-wrap.is-source-swapping picture,
    .gallery-wrap.is-source-swapping .img-cover {
      opacity: 0;
      transform: scale(1.02);
    }
    .finishes-overlay,
    .finishes-overlay-2 { display: none; }
    .finishes-gallery-counter { display: none; }
    .finishes-gallery-nav { right: 15px; bottom: 15px; }
    .finish-text { padding: 0; min-height: 98px; }
    .finishes-gallery-caption { max-width: 384px; padding-top: 34px; padding-left: 15px; font-size: 22px; line-height: 0.97; }
    .gallery-block { display: flex; flex-direction: column; gap: 0px; margin: 50px 0 89px; }
    .gallery-label { margin-bottom: 22px; padding: 0 15px; line-height: 1.1; }
    .gallery-wrap {
      position: relative;
      width: 100%;
      min-height: 300px;
      aspect-ratio: 375 / 300;
      margin: 0 0 8px;
      overflow: hidden;
    }
    .gallery-wrap .img-cover { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }
    .gallery-fade { z-index: 2; }
    .gallery-counter { z-index: 3; }
    .gallery-nav { z-index: 4; }
    .gallery-caption { padding-top: 0; padding-left: 15px; line-height: 1; }
    .amenities-after-text { min-height: 98px; }

    .home-page .finishes[data-intro-state="pre"] .finishes-desc,
    .home-page .finishes[data-intro-state="pre"] .finishes-gallery-label,
    .home-page .finishes[data-intro-state="pre"] .finishes-gallery-caption,
    .home-page .finishes[data-intro-state="pre"] .finishes-gallery-nav {
      opacity: 0;
      visibility: hidden;
      transform: translate3d(0, 18px, 0);
    }

    .home-page .finishes[data-intro-state="pre"] .finishes-gallery-wrap {
      opacity: 1;
      visibility: visible;
      clip-path: none;
    }

    .home-page .finishes[data-intro-state="pre"] .finishes-gallery-wrap img {
      transform: scale(1.06);
      transform-origin: center center;
    }

    .amenities { margin: 16px 0 47px; }
    .amenities-intro { display: flex; flex-direction: column; gap: 60px; padding: 0 15px 10px; }
    .amenities-title {  max-width: 290px; margin-top: 20px; }
    .amenities-title-d { display: none; }
    .amenities-title-p { display: block; }
    .amenities-kicker-mobile { display: block; width: 136px; font-size: 12px; line-height: 1.1; }
    .amenities-desc { display: none; }
    
    /* @media (max-width: 500px) {
      .hero .btn { padding: 15px 41px; font-size: 12px; letter-spacing: 2.5px; }
    } */

    @media (max-width: 767px) {
      .heading-md.gallery-caption {
        margin-top: 25px;
      }

      .features-list {
        gap: 12px;
      }

      .feature-item:not(:last-child) {
        margin-bottom: 0px;
      }

      .residences__heading-wrap {
        margin-bottom: 49px;
      }

      .res-card {
        gap: 15px;
      }

      .res-card__info {
        padding-bottom: 10px;
      }

      .eastern {
        margin: 84px 0 87px;
      }

      .finishes-top-desktop {
        gap: 22px;
        margin: 21px 0 32px;
        padding-bottom: 29px;
      }

      .hero-content .btn {
        padding: 15px 41px;
      }

      .finishes-gallery-label {
        margin-bottom: 11px;
        padding: 0 15px 0 15px;
        line-height: 1;
      }

      .gallery-label {
        margin-bottom: 23px;
        font-size: 11px;
      }

      .amenities-intro {
        padding: 0 15px;
      }

      .gallery-block {
        margin: 63px 0 89px;
      }



      .gallery-nav {
        bottom: 15px;
      }

      div.feature-item:nth-child(1) {
        font-size: 16px;
      }

      div.feature-item:nth-child(1) > span:nth-child(2) {
        line-height: 13px;
      }
    }

    @media (min-width: 376px) and (max-width: 1023px), (min-width: 1025px) and (max-width: 1599px) {
      .gallery-nav,
      .finishes-gallery-nav {
        align-items: center;
      }

      .gallery-nav .nav-btn,
      .finishes-gallery-nav .nav-btn {
        min-width: 44px;
        min-height: 44px;
      }
    }

    @media (min-width: 768px) and (max-width: 1199px) {
      .home-page {
        --home-nav-pad-x: 25px;
        --home-nav-max-width: 974px;
      }
            .home-page .nav-wrapper:not(.menu-overlay) {
        position: relative;
        isolation: isolate;
      }
      .home-page .nav-wrapper:not(.menu-overlay) .hero-bg { z-index: 0; overflow: hidden;}
      .home-page .nav-wrapper:not(.menu-overlay) .hero-picture { z-index: 1; }
      .home-page .nav-wrapper:not(.menu-overlay) .rectangle-div { z-index: 2; }
      .home-page .nav-wrapper:not(.menu-overlay) .hero-content { z-index: 3; }
      .page-inner {
        max-width: 1024px;
        padding: 0 25px;
      }
      .finishes .page-inner,
      .amenities .page-inner {
        max-width: none;
        margin: 0;
      }
      .padder {
        padding: 0 25px;
      }
      .heading-xl {
        font-size: 70px;
      }
      .heading-md {
        font-size: 25px;
      }

      .hero {
        --hero-media-top: 130px;
        --hero-media-bottom: -11px;
        --hero-overlay-height: 344px;
        min-height: 767px;
      }
      .hero-bg { width: 100%; }
      .hero-picture { left: 0; right: 0; width: 100%; height: auto; margin-top: 0; }
      .hero-img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
      .rectangle-div {
        width: 100%;
        background: linear-gradient(
          to bottom,
          rgba(247, 246, 238, 1) 0px,
          rgba(247, 246, 238, 1) 44px,
          rgba(247, 246, 238, 0) 100%
        );
      }
      .hero-content { position: absolute; top: 127px; left: 0; width: 100%; max-width: 1024px; min-height: 238px; padding: 0 25px; box-sizing: border-box; }
      .hero-title { width: 100%; margin: 0; max-width: none; font-size: 70px; line-height: 0.95; }
      .hero-content .btn { position: absolute; left: 27px; top: 192px; min-width: 245px; height: 46px; padding: 0 30px; }
    
      .waterfront { margin: 121px 0 130px 0; }
      .waterfront-text { max-width: 620px; gap: 30px; margin-bottom: 30px; }
      .waterfront-text .body-text { max-width: 420px; }
      .waterfront-image { min-height: 573px; aspect-ratio: 1024 / 573; width: calc(100% + 50px); margin-left: -25px; overflow: hidden; }
      .waterfront-media-inner .img-cover {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        padding: 0;
        margin: 0;
      }
      .waterfront-quote { max-width: 540px; margin: 32px 144px 52px 290px; text-align: left; padding-bottom: 56px; }
      .features-list { max-width: 684px; margin: 0 0 0 290px; gap: 10px; }
      .feature-item:not(:last-child) { margin-bottom: 0px; }

           .boating { margin: 0px 0 140px; }

       .boating-inner { display: grid; width: 100%; margin-left: -1px; grid-template-columns: minmax(0, 52.57%) minmax(0, 41.99%); column-gap: 5.44%; align-items: flex-start; }
      .boating-image { order: 0; grid-column: 2; grid-row: 1; width: 100%; min-height: 530px; aspect-ratio: 430 / 530; overflow: hidden; border-radius: 0; opacity: 1; margin-top: 11px; }
      .boating-overlay-mobile,
      .boating-overlay-mobile-2,
      .boating-bg-mobile { display: none; }
      .boating-text { order: 0; grid-column: 1; grid-row: 1; width: 100%; gap: 28px; padding: 0; }
      .boating-title { margin-top: 10px; font-size: 70px; line-height: 0.95; max-width: 100%; }
      .boating-text .body-text { max-width: 84%; }
      .boating-title-break { display: block; }

      .residences {
        --slider-gap: 15px;
        padding: 0 25px;
        margin-bottom: 130px;
      }
      .residences__heading-wrap .heading-xl{
        width: 48%
      }
      .residences__heading-wrap {
        margin-bottom: 57px;
      }

      .residences__track {
        padding: 0 25px 8px;
      }

      .res-card {
        --slide-width: 480px;
        gap: 0px;
      }

      .res-card__line { margin-bottom: 15px; }

      .res-card__info {
        gap: 11px;
        padding-bottom: 25px;
      }

      .res-card__title { font-size: 25px; }

      .res-card__desc {
        font-size: 14px;
        max-width: 420px;
      }

      .res-card__media {
        width: 100%;
        min-width: 480px;
        aspect-ratio: 480 / 600;
      }

       .eastern { margin: 52px 0 116px; }
       .section-divider{ margin-bottom: 20px; }
      .eastern-title { margin-bottom: 48px; margin-left: 28%; padding-left: 17px; text-align: left; }
      .eastern-image { width: 100%; min-height: 564px; aspect-ratio: 1024 / 564; }
      .east-m { left: 0; width: 100%; }
      .eastern-overlay-tablet,
      .eastern-overlay-tablet-2 { display: block; }
      .eastern-bottom { width: 59%; gap: 60px; align-items: flex-start; margin-top: 10px; margin-left: 28.3%; padding-bottom: 0; font-size: 14px; }
    
      .finishes { margin: 19px 0 0; padding-top: 19px;  }
      .finishes-top { max-width: 78%; margin: 20px 0 51px; }
      .finishes-top-desktop { display: flex; gap: 30px; margin: 0; padding-left: 0;     padding-bottom: 99px;}
      .finishes-top .heading-xl { max-width: 740px; }
      .finishes-desc { width: 420px; max-width: 420px; }
      .finishes-gallery-block { gap: 15px; padding: 0 25px; }
      .finishes-gallery-label { margin-bottom: 0; padding: 0; font-size: 14px; line-height: 1; }
      .finishes-gallery-wrap {
        position: relative;
        width: 100%;
        min-height: 565px;
        aspect-ratio: 974 / 565;
        overflow: hidden;
      }
      .finishes-gallery-nav { right: 20px; bottom: 20px; gap: 12px; }
      .finishes-label-br { display: none; }
      .finishes-gallery-caption { width: 460px; max-width: 460px; padding-top: 0; padding-left: 0; font-size: 25px; line-height: 1; text-transform: uppercase; }
      .gallery-block { gap: -1px; margin-bottom: 136px; padding: 0 25px; }
      .gallery-label { padding: 0; line-height: 1.2; margin-bottom: 14px; }
      div.feature-item:nth-child(1) > span:nth-child(2) { font-size: 14px; line-height: 1em; }
      .gallery-wrap {
        position: relative;
        width: 100%;
        min-height: 565px;
        aspect-ratio: 974 / 565;
        overflow: hidden;
        margin: 0 0 15px;
      }
      .gallery-wrap .img-cover { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; }
      .gallery-caption { width: 46%; padding: 0; line-height: 1; text-transform: uppercase; }
      .amenities { margin: 140px 0 90px; }
      .amenities-intro { display: block; padding: 0; }
      .amenities-title { max-width: 420px; margin: 21px 0 97px; }
      .amenities-title-d { display: block; }
      .amenities-title-p { display: none; }
      .amenities-kicker-mobile { display: none; }
      .amenities .gallery-label { display: block; }
      .gallery-fade { height: 100px; }
      .gallery-nav {
        right: calc(2.5vw + -5px);
        bottom: calc(1.5% + 12px);
      }
      .gallery-counter {
      position: absolute;
  left: 20px;
  bottom: 20px;
  color: var(--merlot);
  font-family: "Komrile", "Georgia", serif;
  font-feature-settings: "liga" 0;
      }  
      .counter-big { font-size: 35px; }
      .counter-small { font-size: 20px; }

      .footer-left,
      .footer-col-title {
        margin: 15px 0 0 0px;
      }

      .footer-top,
      .footer-primary {
        gap: 201px;
        flex-direction: row;
        margin-bottom: 100px;
      }

      .footer-navs {
        column-gap: 126px;
        row-gap: 0px;
        margin-top: 15px;
      }

      .footer-meta {
        flex-direction: row-reverse;
      }
    }

    @media (min-width: 1200px) {
      .home-page {
        --home-nav-max-width: 1520px;
      }
.page-inner {
        max-width: var(--screen-max);
        padding: 0 40px;
      }
      .finishes .page-inner,
      .amenities .page-inner {
        max-width: none;
        margin: 0;
      }
      .padder {
        padding: 0 40px;
      }
      .finish-text{
        min-height: 135px;
      }
      .heading-xl {
        width: 86%;
        max-width: 1300px;
        font-size: clamp(100px, 6.5vw, 100px);
      }
      .heading-md {
        font-size: clamp(40px, 2.6vw, 40px);
      }
      .body-text {
        font-size: 16px;
      }

      .hero {
        --hero-media-top: 130px;
        --hero-media-bottom: 0px;
        --hero-overlay-height: 373px;
        min-height: 900px;
      }
      .hero-bg { background: transparent; }
      .hero-picture { left: 0; right: 0; width: 100%; height: auto; }
      .hero-img { width: 100%; height: 100%; object-fit: cover; object-position: center; margin-top: 0; }
      .hero-picture-overlay { display: block; }
      .rectangle-div {
        width: 100%;
        background: linear-gradient(
          to bottom,
          rgba(247, 246, 238, 1) 0px,
          rgba(247, 246, 238, 1) 44px,
          rgba(247, 246, 238, 0) 100%
        );
      }
      .hero-content { 
        top: 131px; left: 0; right: 0; width: 100%; 
        max-width: var(--screen-max); padding: 0 40px; box-sizing: border-box; gap: 70px; }
      .hero-title { max-width: 1300px; font-size: clamp(100px, 6.5vw, 100px); line-height: 0.95; }
      .hero-content .btn { position: static; min-width: 0; height: auto;     padding: 14px 45px; letter-spacing: 25%; letter-spacing: 0.25em; line-height: 150%; }
      .btn-light { font-size: 14px; }
    
     .waterfront { margin: 160px 0 200px 0;  }
      .waterfront-text { flex-direction: column; width: 69%; gap: 50px; padding-bottom: 50px; }
      .waterfront-text .body-text { max-width: 460px; font-size: 16px; }
      .waterfront-image { min-height: 811px; aspect-ratio: 1600 / 811; width: 100%; margin-left: 0; overflow: hidden; }
      .waterfront-media-inner .img-cover {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        padding: 0;
        margin: 0;
      }
      .waterfront-meta { display: flex; flex-direction: column; align-items: center; gap: 157px; }
      .waterfront-quote { width: 764px; max-width: 100%; margin: 50px 0 0; }
      .waterfront-quote-break { display: block; }
      .features-list { width: 761px; max-width: 100%; margin: 0 auto; gap: 10px; }
      .feature-item:not(:last-child) { margin-bottom: 0; }
    
        .boating { margin: 4px 0 197px; }
    .boating-inner { display: flex; flex-direction: row; gap: 0; justify-content: space-between; width: 100%; align-items: flex-start; }
      .boating-image { order: 1; flex: 0 0 41.4%; min-height: 769px; aspect-ratio: 630 / 769; overflow: hidden; border-radius: 0; opacity: 1; }
      .boating-overlay-mobile,
      .boating-overlay-mobile-2,
      .boating-bg-mobile { display: none; }
      .boating-text { order: 0; width: auto; flex: 0 0 49.1%; gap: 50px; padding: 0; }
      .boating-title { width: 100%; max-width: 747px; line-height: 0.95; }
      .boating-text .body-text { max-width: 68%; font-size: 16px; line-height: 1.2; }
      .boating-title-break { display: none; }

      .residences {
        --slider-gap: 25px;
        padding: 0 0 0 40px;
        margin-bottom: 192px;
      }
      .residences__heading-wrap .heading-xl{
        width: 44%
      }
      .residences__heading-wrap {

        margin-bottom: 79px;
      }

      .residences__track {
        padding: 0 40px 8px;
      }

      .res-card {
        --slide-width: 625px;
        gap: 44px;
      }

      .res-card__line { margin-bottom: -19px; }

      .res-card__info {
        gap: 14px;
        padding-bottom: 0;
      }

      .res-card__title { font-size: 40px; }

      .res-card__desc {
        font-size: 16px;
        max-width: 420px;
        letter-spacing: -0.002em;
      }

      .res-card__media {
        width: 100%;
        min-width: 625px;
        aspect-ratio: 625 / 720;
      }
        .eastern { margin: 52px 0 199px; }
      .eastern-title {
        width: calc(100% - 32.7%);
        max-width: 1008px;
        box-sizing: border-box;
        margin-bottom: 60px;
        margin-left: 32.7%;
        padding-bottom: 28px;
        padding-left: 15px;
      }
      .eastern-image { width: 100%; min-height: 800px; aspect-ratio: 1520 / 800; }
      .east-m { left: 0; width: 100%; }
      .eastern-overlay-tablet,
      .eastern-overlay-tablet-2 { display: none; }
      .eastern-bottom { width: auto; gap: 90px; align-items: baseline; margin: 50px 0 0 0; padding: 0 20px; }
      .eastern-btn { min-width: 287px; padding: 12px 0; }
      .eastern-quote { min-width: 760px; margin-left: 33.4%; letter-spacing: 0; line-height: 100%; font-size: 40px; }
    
      .finishes { margin: 0 0 200px; }
      .finishes .section-divider { margin-bottom: 0; }
      /* .section-divider { border: 1px solid; } */
      .finishes-top { max-width: 100%; margin: 0 0 91px; gap: 47px; align-items: baseline; }
      .finishes-top-desktop { display: flex; gap: 49px; margin: 39px 0 0 0; padding-left: 0; }
      div.finishes-top:nth-child(2) > h2:nth-child(1) { line-height: 94px; }
      .finishes-top .heading-xl { max-width: 1103px; }
      .finishes-gallery-caption { width: 100%; max-width: 611px; padding-top: 15px; padding-left: 0; font-size: clamp(40px, 2.6vw, 40px); line-height: 1; text-transform: uppercase; }
      .finishes-desc { width: min(100%, 530px); flex-shrink: 0; }
      .finishes-gallery-block { gap: 15px; padding: 0 40px; margin-top: 160px; }
      .finishes-gallery-label { margin-bottom: 0; padding-top: 0; font-size: 14px; line-height: 1; letter-spacing: -0.004em; }
      .finishes-gallery-wrap { width: 100%; min-height: 750px; aspect-ratio: 1520 / 750; overflow: hidden; }
      .finishes-overlay,
      .finishes-overlay-2 { display: block; }
      .finishes-gallery-nav { right: 20px; bottom: 20px; gap: 12px; }
      .finishes-label-br { display: none; }
      .gallery-block { gap: 14px; margin-bottom: 19px; padding: 0 40px; }
      .gallery-label { padding: 0; line-height: 1; margin-bottom: 0; }
      .gallery-wrap { width: 100%; min-height: 750px; aspect-ratio: 1520 / 750; overflow: hidden; margin: 0; }
      .gallery-wrap .img-cover { width: 100%; height: 100%; margin: 0; }
      .amenities .gallery-fade { height: 160px; }
      .gallery-caption { padding-top: 15px; padding-left: 0; width: 46%; text-transform: uppercase; }

        .amenities { margin: 0 0 200px; }
      .amenities-intro { display: block; padding: 0; margin-top: 38px; }
      .amenities-title { max-width: 710px; margin: 0 0 160px; }
      .amenities-title-d { display: block; }
      .amenities-title-p { display: none; }
      .amenities-kicker-mobile { display: none; }
      .amenities .gallery-label { display: block; }
      .nav-btn {
        width: 50px;
        height: 50px;
      }
      .gallery-nav-icon,
      .finishes-nav-icon {
        width: 14px;
        height: 14px;
      }
      .gallery-counter {
        left: 20px;
        bottom: 20px;
      }
      .gallery-nav {
        right: 20px;
        bottom: 20px;
        gap: 12px;
      }
      .counter-big {
        font-size: 50px;
      }
      .counter-small {
        font-size: 30px;
      }
    }
