  /* ===== RESET ===== */
  *, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  /* Убираем внутренние отступы */
  ul[class],
  ol[class] {
    padding: 0;
  }

  /* Убираем внешние отступы */
  body,
  h1,
  h2,
  h3,
  h4,
  p,
  ul[class],
  ol[class],
  li,
  figure,
  figcaption,
  blockquote,
  
  dl,
  dd {
    margin: 0;
  }



  /* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
  ul[class],
  ol[class] {
    list-style: none;
  }
  body{
    line-height: normal;
  }

  /* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
  a:not([class]) {
    text-decoration-skip-ink: auto;
  }

  /* Упрощаем работу с изображениями */
  img {
    max-width: 100%;
    display: block;
  }

  /* Указываем понятную периодичность в потоке данных у article*/


  /* Наследуем шрифты для инпутов и кнопок */
  input,
  button,
  textarea,
  select {
    font: inherit;
  }

  /* Выставляем основные настройки по-умолчанию для body */
  body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
  }
main{
  max-width: 1600px;
  margin:0 auto;
}
/* ===== FONTS ===== */
  @font-face {
    font-family: "PP Neue Montreal";
    src: url("../assets/font/PP Neue Montreal-20260323T072501Z-1-001/PP Neue Montreal/PP Neue Montreal - Book v2.6/PPNeueMontreal-Book.woff2") format("woff2"),
        url("../assets/font/PP Neue Montreal-20260323T072501Z-1-001/PP Neue Montreal/PP Neue Montreal - Book v2.6/PPNeueMontreal-Book.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "PP Neue Montreal";
    src: url("../assets/font/PP Neue Montreal-20260323T072501Z-1-001/PP Neue Montreal/PP Neue Montreal - Book Italic v2.6/PPNeueMontreal-BookItalic.woff2") format("woff2"),
        url("../assets/font/PP Neue Montreal-20260323T072501Z-1-001/PP Neue Montreal/PP Neue Montreal - Book Italic v2.6/PPNeueMontreal-BookItalic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
  }

  @font-face {
    font-family: "Komrile";
    src: url("../assets/font/Komrile-20260323T072450Z-1-001/Komrile/Komrile-Regular/Web Fonts/komrile-webfont.woff2") format("woff2"),
        url("../assets/font/Komrile-20260323T072450Z-1-001/Komrile/Komrile-Regular/Web Fonts/komrile-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Komrile";
    src: url("../assets/font/Komrile-20260323T072450Z-1-001/Komrile/Komrile-Italic/Web Fonts/komrile-italic-webfont.woff2") format("woff2"),
        url("../assets/font/Komrile-20260323T072450Z-1-001/Komrile/Komrile-Italic/Web Fonts/komrile-italic-webfont.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
  }
  @keyframes ceano-preloader-spin {
    from { transform: rotate(113.58deg); }
    to { transform: rotate(473.58deg); }
  }


  :root {
    --merlot: #3f090d;
    --eggshell: #f7f6ee;
    --border: #c5c2b9;
    --screen-max: 1600px;
    --warm-sand: #beac96;
    --still-water: #9cdbd9;
    --cursor-default: url("../assets/logo/cursor.svg") 3 0;
    --cursor-hand: url("../assets/logo/hand.svg") 7 1;

    /* Footer tokens — mobile */
    --footer-pad-x: 15px;
    --footer-title-gap: 40px;
    --footer-contact-gap: 15px;
    --footer-menu-gap-x: 90px;
    --footer-mark-gap: 90px;
  }

  html {
    scroll-behavior: smooth;
    background: var(--eggshell);
    cursor: var(--cursor-default), auto;

  }

  body {
    min-height: 100vh;
    background: var(--eggshell);
    color: var(--merlot);
    font-family: "PP Neue Montreal", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
    overflow-x: hidden;
    cursor: var(--cursor-default), auto;
    margin: 0 auto;

  }

  a,
  button,
  label[for],
  select,
  summary,
  [role="button"],
  input[type="button"],
  input[type="submit"],
  input[type="reset"] {
    cursor: var(--cursor-hand), pointer;
  }

  .slider__track,
  .loc-activities-grid {
    cursor: var(--cursor-hand), grab;
  }

  .slider__track.is-dragging,
  .loc-activities-grid.is-dragging {
    cursor: var(--cursor-hand), grabbing;
  }

  [data-slider].is-slider-locked .slider__track,
  [data-slider].is-slider-locked .loc-activities-grid {
    cursor: var(--cursor-default), default;
  }

  a {
    color: inherit;
    text-decoration: none;
  }

  em {
    font-style: italic;
  }

  .nav-wrapper {
    width: 100%;
    max-width: var(--screen-max);
    margin: 0 auto;
    position: relative;
    left: 0;
  }

  .home-page .nav-wrapper,
  .location-page .nav-wrapper,
  .amenities-page .nav-wrapper,
  .residences-catalog-page .nav-wrapper {
    width: 100%;
    max-width: var(--screen-max);
    margin: 0 auto;
    left: 0;
  }


  .nav {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 200;
    padding: 0;
  }

  nav.nav {
    position: absolute;
  }

  .nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }

  .nav-logo {
    display: block;
    width: auto;
    height: 22px;
  }

  .nav-logo-link {
    display: block;
    line-height: 0;
  }

  .nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 46px;
    height: 20px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .nav-toggle__icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }

  .nav-toggle__icon img {
    display: block;
    max-width: none;
  }

  .nav-toggle__icon--menu img {
    width: 45px;
    height: 20px;
  }

  .nav-toggle__icon--close img {
    width: 46px;
    height: 20px;
  }

  .nav-toggle__icon--close {
    opacity: 0;
  }

  .nav-toggle.is-open .nav-toggle__icon--menu {
    opacity: 0;
  }

  .nav-toggle.is-open .nav-toggle__icon--close {
    opacity: 1;
  }

  body.menu-open {
    overflow: hidden;
  }

  button:focus-visible,
  input:focus-visible {
    outline: none;
  }

  /* ===== PRELOADER ===== */
  body.is-preloading {
    overflow: hidden;
  }
  .padder {
    padding: 0 15px;
  }
  .page-preloader {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    background: var(--eggshell);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.65s ease, visibility 0s linear 0.65s;
  }

  .page-preloader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .page-preloader__spinner {
    width: min(54vw, 277.22px);
    min-width: 156px;
    aspect-ratio: 277.22 / 273.131;
    transform: rotate(113.58deg);
    transform-origin: center;
    animation: ceano-preloader-spin 1.35s linear infinite;
  }

  .page-preloader__graphic {
    display: block;
    width: 100%;
    height: 100%;
  }

  /* ===== BUTTONS ===== */
/* =========================
   Базовая кнопка
   ========================= */
.btn {
  /* width: 100%; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: none;
  border-radius: 100px;
  padding: 18px 48px;
  background: transparent;
  color: #3f090d;
  text-align: center;
  font-size: 14px;
  font-family: 'PP Neue Montreal';
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    opacity 0.3s ease,
    transform 0.3s ease;
}

.btn__label {
  position: relative;
  z-index: 2;
  letter-spacing: 0.25em;
  line-height: 150%;
  text-transform: uppercase;
  font-weight: 500;
  flex-shrink: 0;
}

.submit-btn__label {
  text-transform: uppercase;
}

.btn.btn--outline {
width: 291px;
height: 46px;
}

.btn:focus-visible {
  outline: none;
}

/* =========================
   1. Светлая -> тёмная при hover
   ========================= */
.btn-dark {
  background-color: #3f090d;
  color: #f7f6ee;
}

.btn-dark:hover {
  background-color: #61151b;
  color: #f7f6ee;
}

/* =========================
   2. Светлая -> слегка темнее при hover
   ========================= */
.btn--soft-hover {
  background-color: #f7f6ee;
  color: #3f090d;
}

.btn--soft-hover:hover {
  background-color: #eeede4;
  color: #3f090d;
}

/* =========================
   3. Outline -> fill при hover
   ========================= */
.btn--outline {
  background-color: transparent;
  border: 1px solid #c5c2b9;
  color: #3f090d;
}

.btn--outline:hover {
  background-color: #fcfbf4;
  border-color: transparent;
  color: #3f090d;
}

/* =========================
   4. Большая овальная кнопка
   ========================= */
.btn--oval {
  min-height: 240px;
  padding: 16px 11px;
  border-radius: 150px;
  background-color: #fcfbf4;
  color: #3f090d;
  backdrop-filter: blur(14.9px);
  overflow: hidden;
}

.btn--oval .btn__label {
  width: 178px;
  display: inline-block;
}

.btn__ellipse {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 258px;
  border-radius: 50%;
  background-color: #fefefe;
  border: 1px solid #cfccc4;
  box-sizing: border-box;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.96);
  pointer-events: none;
  z-index: 1;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.btn--oval:hover .btn__ellipse {
  opacity: 0.4;
  transform: translate(-50%, -50%) scale(1);
}

  /* ===== NAV ===== */


  .logo-img {
    display: block;
    width: auto;
    height: 22px;
  }

  .menu-btn {
    position: relative;
    display: block;
    width: 45px;
    height: 20px;
    padding: 0;
    border: 0;
    background: none;
    overflow: hidden;
    overflow: clip;
    flex-shrink: 0;
  }

  .burger__svg {
    position: absolute;
    left: 5px;
    top: 6.39px;
    display: block;
    overflow: visible;
  }

  .burger__line {
    transform-box: fill-box;
    transform-origin: right center;
  }

  /* ===== FORM ===== */
  .form-fields {
    display: flex;
    flex-direction: column;
  }

  .form-field {
    border-bottom: 1px solid var(--border);
    padding: 15px 10px;
    transition: border-color 0.15s;
  }

  .form-field:focus-within {
    border-bottom-color: var(--merlot);
  }

  .form-input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-family: "PP Neue Montreal", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(63, 9, 13, 0.6);
    text-transform: uppercase;
  }

  .form-input::placeholder {
    color: rgba(63, 9, 13, 0.6);
  }

  .form-input:focus {
    color: var(--merlot);
  }

  .contact-tabs {
    display: flex;
    gap: 5px;
    width: 100%;
  }

  .contact-tab {
    flex: 1;
    min-width: 0;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 48px;
    border: 1px solid var(--border);
    background: transparent;
    color: var(--merlot);
    font-family: "PP Neue Montreal", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    transition: background 0.16s, color 0.16s, border-color 0.16s;
  }

  .contact-tab-active {
    background: var(--merlot);
    color: var(--eggshell);
    border-color: var(--merlot);
  }

  .contact-tab:hover:not(.contact-tab-active) {
    border-color: var(--merlot);
  }

  .contact-form-buyer {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .contact-form-broker {
    display: none;
  }

  .form-sections {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .form-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .form-section-line {
    display: block;
    height: 1px;
    background: var(--border, #d7d0c6);
    transform-origin: left center;
  }

  .form-section-label {
    font-family: "PP Neue Montreal", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3.5px;
    line-height: 1.5;
    text-transform: uppercase;
    color: var(--merlot);
  }

  .form-personal-fields {
    display: flex;
    flex-direction: column;
    gap: 11px;
  }

  .form-field-row {
    display: flex;
    gap: 30px;
  }

  .form-field-row .form-field {
    flex: 1;
    min-width: 0;
  }

  .form-field-phone {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .phone-prefix {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
    user-select: none;
    color: var(--merlot);
    font-family: "PP Neue Montreal", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
  }

  .phone-prefix svg {
    width: 16px;
    height: 17px;
    display: block;
  }

  .form-chips {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .form-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 48px;
    border: 1px solid var(--border);
    background: transparent;
    color: rgba(63, 9, 13, 0.6);
    white-space: nowrap;
    font-family: "PP Neue Montreal", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    transition: border-color 0.15s, color 0.15s;
  }

  .form-chip:hover,
  .form-chip-active {
    border-color: var(--merlot);
    color: var(--merlot);
  }

  .form-chips-row {
    display: flex;
    gap: 5px;
  }

  .form-chip-half,
  .form-chip-single {
    flex: 1;
    min-width: 0;
  }

  .form-chip-full {
    width: 100%;
  }

  /* ===== REQUEST INFO FORM BLOCK ===== */
  .contact {
    display: flex;
    flex-direction: column;
  }

  .contact-bg {
    position: relative;
    height: 439px;
    overflow: hidden;
  }

  .contact-bg::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: clamp(
      93px,
      calc(93px + (375 - 93) * ((100vw - 375px) / (1024 - 375))),
      375px
    );
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(247, 246, 238, 0), #f7f6ee);
  }

  .contact-bg > picture {
    position: absolute;
    inset: 0;
    display: block;
  }

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

  .contact-overlay {
    display: block;
  }

  .contact-overlay-2,
  .contact-overlay-desktop {
    display: none;
  }

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

  .contact-inner {
    position: relative;
    z-index: 1;
    padding: 30px 15px 50px;
  }

  .contact-card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }

  .contact-title {
    max-width: 260px;
    color: var(--merlot);
    font-family: "Komrile", "Georgia", serif;
    font-weight: 400;
    font-size: 45px;
    line-height: 0.95;
    font-feature-settings: "liga" 0;
  }

  .contact-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 44px;
    box-sizing: border-box;
  }

  /* Keep form variants deterministic: broker stays hidden until tab switch */
  .contact-form.contact-form-buyer {
    display: flex;
  }

  .contact-form.contact-form-broker {
    display: none;
  }

  .contact .form-fields {
    gap: 0;
    padding-bottom: 23px;
  }

  .contact .form-field {
    padding: 14px 15px 12px 0;
  }



  .contact-thankyou {
    display: none;
    width: 100%;
  }

  .contact-card.is-success {
    gap: 0;
    align-items: stretch;
    justify-content: flex-start;
    padding: 25px;
    border-radius: 4px;
    background: #f5f7ee;
  }

  .contact-card.is-success .contact-title,
  .contact-card.is-success .contact-tabs,
  .contact-card.is-success .contact-form {
    display: none;
  }

  .contact-card.is-success .contact-thankyou {
    display: block;
    flex: 1 0 auto;
  }

  .contact-thankyou-text {
    color: var(--merlot);
    font-family: "Komrile", "Georgia", serif;
    font-weight: 400;
    font-size: 45px;
    line-height: 0.95;
    font-feature-settings: "liga" 0;
  }

  .request-info-image {
    display: none;
  }

  /* ===== FOOTER ===== */
  .footer {
    position: relative;
    overflow: hidden;
    background: var(--eggshell);
    color: var(--merlot);
  }

  .footer__inner {
    width: 100%;
    margin: 0 auto;
    padding-inline: var(--footer-pad-x);
    padding-top: 0;
    padding-bottom: 28px;
  }

  .footer__top {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 60px;
    padding-top: 40px;
  }

  /* .footer__brand {
    max-width: 255px;
  } */

  .footer__title {
    margin: 0 0 var(--footer-title-gap);
    font-family: "PP Neue Montreal", sans-serif;
    line-height: 0.95;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    width: min(100%, 53%);
  }

  /* Fix for GSAP character splitting animation */
  .footer__title .char-word {
    display: inline-block !important;
    white-space: nowrap;
  }

  .footer__title .char {
    display: inline-block !important;
    white-space: pre; /* Ensures spaces have width */
    min-width: 0.05em;
  }

  .footer__contacts {
    display: grid;
    gap: var(--footer-contact-gap);
  }

  .footer__contact {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.1;
  }

  .footer__contact--email {
    overflow-wrap: anywhere;
  }

  .footer__menus {
    display: grid;
    grid-template-columns: max-content max-content;
    column-gap: clamp(40px, 7vw, var(--footer-menu-gap-x));
    row-gap: 60px;
    align-items: start;
  }

  .footer__nav,
  .footer__social {
    display: grid;
    gap: 20px;
    align-content: start;
  }

  .footer__nav a,
  .footer__social a,
  .footer__bottom a {
    color: inherit;
    text-decoration: none;
    font-family: "PP Neue Montreal", sans-serif;
    font-size: 16px;
    line-height: 1.05;
    text-transform: uppercase;
    transition: opacity 0.2s;
  }

  .footer__nav a:hover,
  .footer__social a:hover,
  .footer__bottom a:hover {
    opacity: 0.5;
  }

  .footer__social {
    grid-column: 1 / 2;
  }

  .footer__mark {
    margin-top: var(--footer-mark-gap);
    line-height: 0;
  }

  .footer__mark-interactive {
    position: relative;
    display: block;
    width: 100%;
    line-height: 0;
  }

  .footer__mark-base,
  .footer__mark-hover {
    display: block;
    width: 100%;
    max-width: none;
    transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .footer__mark-hover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }

  /* Hover handled by JS for complex animation sequence */
  /*
  @media (hover: hover) and (pointer: fine) {
    .footer__mark-interactive:hover .footer__mark-base {
      opacity: 0;
    }
    .footer__mark-interactive:hover .footer__mark-hover {
      opacity: 1;
    }
  }
  */
      .footer__links{
      display: flex;
      gap: 25px;
    }

  .footer__bottom {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
  }

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

  /* ===== MENU OVERLAY ===== */
  .menu-overlay {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    max-width: 100vw;
    z-index: 500;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    isolation: isolate;
    contain: layout paint;
    background: var(--eggshell);
    transition: opacity 0.35s ease, visibility 0s linear 0.35s;
  }

  body.menu-open > *:not(.menu-overlay) {
    visibility: hidden;
  }

  body.menu-open > *:not(.menu-overlay) * {
    visibility: hidden !important;
  }

  body.menu-open > .menu-overlay,
  body.menu-open > .menu-overlay * {
    visibility: visible;
  }

  .menu-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition: opacity 0.35s ease;
  }

  .menu-overlay-header {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: var(--screen-max);
    z-index: 200;
    padding: 0;
  }

  .menu-overlay-header .nav-inner {
    width: 100%;
    margin: 0 auto;
    /* padding-inline: clamp(15px, 2.083vw, 40px); */
  }
.nav-inner{
  margin: 0 auto;
}
  .menu-shell {
    position: relative;
    z-index: 1;
    flex: 1;
    width: min(100vw);
    height: 100%;
    min-height: 100vh;
    padding-top: 72px;
    margin: 0 auto;
    overflow: hidden;
    background: var(--eggshell);
  }

  .menu-panel {
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: var(--eggshell);
  }

  .menu-shell > .menu-media.menu-img-panel {
    position: relative;
    inset: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
  }

  .menu-img-panel {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60%;
    z-index: 1;
    overflow: hidden;
    backface-visibility: hidden;
    will-change: opacity, transform, clip-path;
  }

  .menu-img-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 130px;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to bottom, var(--eggshell), transparent);
  }

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

  .menu-overlay-bar {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px;
    flex-shrink: 0;
  }

  .menu-overlay-logo {
    display: block;
    width: auto;
    height: 22px;
  }

  .menu-close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    background: none;
    color: var(--merlot);
    font-family: "PP Neue Montreal", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    transition: opacity 0.2s;
  }

  .menu-close-btn:hover {
    opacity: 0.6;
  }

.contact-card{ margin-top: 30px;}

  .menu-nav {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0 15px 60px;
  }

  .menu-nav a {
    color: var(--merlot);
    font-family: "Komrile", "Georgia", serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 0.95;
    font-feature-settings: "liga" 0;
    transition: opacity 0.2s;
    will-change: opacity, transform, filter;
  }

  .menu-close {
    will-change: opacity, transform;
  }

  .menu-nav a:hover,
  .menu-nav a:focus-visible {
    opacity: 0.6;
    font-style: italic;
  }

  .menu-nav a.menu-nav-active {
    font-style: italic;
  }

  @media (max-width: 767px) {
    .menu-overlay {
      height: 100vh;
      min-height: 100vh;
      max-height: none;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      padding-top: max(20px, env(safe-area-inset-top));
      padding-bottom: max(20px, env(safe-area-inset-bottom));
    }

    @supports (height: 100dvh) {
      .menu-overlay {
        height: 100dvh;
        min-height: 100dvh;
      }
    }

    .menu-overlay-header {
      position: relative;
      top: auto;
      left: auto;
      transform: none;
      flex: 0 0 auto;
      width: 100%;
      max-width: none;
      margin: 0;
    }

    .menu-shell {
      flex: 1 1 auto;
      display: flex;
      flex-direction: column;
      width: 100%;
      height: auto;
      min-height: 0;
      padding-top: 32px;
      overflow: visible;
    }

    .menu-panel {
      flex: 1 0 auto;
      height: auto;
      min-height: 0;
      justify-content: flex-end;
    }

    .menu-nav {
      margin-top: auto;
      gap: clamp(12px, 2.8vw, 15px);
      padding: 0 15px calc(50px + env(safe-area-inset-bottom, 0px));
    }
  }

  @media (max-width: 767px) and (max-height: 760px) {
    .menu-nav {
      padding-bottom: calc(32px + env(safe-area-inset-bottom, 0px));
    }

    .menu-nav a {
      font-size: 36px;
    }
  }

  /* ===== RESPONSIVE ===== */
  @media (prefers-reduced-motion: reduce) {
    .page-preloader {
      transition-duration: 0.3s;
    }

    .page-preloader__spinner,
    .footer-logo-residences {
      animation: none;
      transition: none;
    }
  }

  @media (min-width: 768px) {
    :root {
      --footer-pad-x: 25px;
      --footer-title-gap: 40px;
      --footer-contact-gap: 15px;
      --footer-menu-gap-x: 125px;
      --footer-mark-gap: 100px;
    }

    .padder {padding: 0 25px;}
    .nav-logo {
      height: 27px;
    }
  .nav-inner {
    padding: 0 25px;
  }
    .menu-shell {
      width: 100%;
      max-width: none;
      padding-top: 87px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(0, 39.648%) minmax(0, 60.352%);
    }

    .menu-media {
      display: block;
      min-width: 0;
    }

    .menu-panel {
      min-width: 0;
    }

    .logo-img {
      height: 27px;
    }

    .contact-tabs {
      gap: 12px;
    }

    .contact-form-buyer {
      width: 100%;
      gap: 60px;
    }

    .form-sections {
      gap: 40px;
    }

    .form-section {
      gap: 20px;
    }

    .form-section-label {
      font-size: 16px;
      letter-spacing: 4px;
    }

    .form-personal-fields {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 30px;
      row-gap: 20px;
    }

    .form-personal-fields .form-field {
      height: 52px;
      padding: 22px 0;
    }

    .form-personal-fields .form-input {
      font-size: 18px;
    }

    .phone-prefix {
      font-size: 18px;
    }

    .form-chips-residence,
    .form-chips-budget,
    .form-chips-intent {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 10px;
    }

    .form-chips-residence .form-chips-row,
    .form-chips-budget .form-chips-row {
      display: contents;
    }

    .form-chip-half,
    .form-chip-single,
    .form-chip-full {
      flex: 1;
      width: auto;
    }

    .contact {
      display: block;
      position: relative;
      overflow: hidden;
      min-height: 732px;
    }

    .contact-bg {
      position: absolute;
      inset: 0;
      height: 732px;
    }

    .contact-bg > picture:first-child img {
      left: -166.64%;
      top: -147.57%;
      width: 333.09%;
      height: 331.01%;
      max-width: none;
      object-fit: cover;
    }

    .contact-overlay-2 {
      display: block;
    }

    .contact-fade {
      inset: 0;
      height: auto;
      background: linear-gradient(to right, var(--eggshell) 40%, transparent 70%);
    }

    .contact-inner {
      padding-top: 60px;
      padding-bottom: 60px;
    }

    .contact-card {
      width: 429px;
      max-width: none;
      min-height: 612px;
      margin: 0;
      padding: 25px;
      gap: 0;
      align-items: flex-start;
      justify-content: space-between;
      border-radius: 4px;
      background: #f5f7ee;
    }

    .contact-title {
      max-width: 404px;
      font-size: 50px;
    }

    .contact-form {
      width: 100%;
      margin-top: 0;
      margin-left: 0;
      gap: 40px;
    }

    .contact-form.contact-form-buyer {
      display: flex;
    }

    .contact-form.contact-form-broker {
      display: none;
    }

    .contact .form-fields {
      width: 100%;
      gap: 15px;
      padding-bottom: 0;
    }

    .contact .form-field {
      display: flex;
      align-items: center;
      height: 52px;
      padding: 0 10px;
    }



    .contact.request-info {
      display: block;
      position: relative;
      overflow: hidden;
      min-height: auto;
      padding: 0;
    }

    .contact.request-info .contact-card {
      width: calc(100% - 50px);
      max-width: 842px;
      min-height: 0;
      gap: 40px;
      justify-content: flex-start;
      margin: 0 auto;
    }

    .contact.request-info .contact-card.is-success {
      width: 429px;
      max-width: none;
      min-height: 612px;
    }

    .contact.request-info .contact-title {
      max-width: none;
      white-space: normal;
    }

    .contact.request-info .contact-inner {
      position: relative;
      z-index: 1;
      padding: 60px 25px;
    }

    .contact.request-info .contact-bg {
      position: absolute;
      inset: 0;
      height: 100%;
    }

    .contact.request-info .contact-fade {
      inset: 0;
      height: auto;
      background: linear-gradient(to right, var(--eggshell) 42%, transparent 72%);
    }

    .contact-thankyou-text {
      font-size: 55px;
    }

    .footer__inner {
      padding-bottom: 32px;
    }
    .footer__bottom{
      flex-direction: row-reverse;
    }
    .footer__top {
      grid-template-columns: 263px 1fr;
      column-gap: 48px;
      align-items: start;
      row-gap: 0;
    }

    /* .footer__brand {
      max-width: 202px;
    } */

    .footer__menus {
      justify-content: end;
      grid-template-columns: max-content max-content max-content;
      row-gap: 0;
    }

    .footer__social {
      grid-column: auto;
    }

    .footer__bottom {
      flex-direction: row-reverse;
      margin-top: 24px;
      align-items: end;
      gap: 48px;
    }

    .menu-overlay-bar {
      padding: 20px 25px;
    }

    .menu-overlay-logo {
      height: 27px;
    }

    .menu-img-panel {
      display: block;
      width: min(60vw, 614px);
    }

    .menu-shell > .menu-media.menu-img-panel {
      width: 100%;
    }

    .menu-nav {
      padding: 0 25px 60px;
    }
  }

  @media (min-width: 768px) and (max-width: 899px) {
    .form-chips-residence,
    .form-chips-budget,
    .form-chips-intent {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      align-items: stretch;
    }

    .form-chips-residence .form-chips-row,
    .form-chips-budget .form-chips-row {
      display: contents;
    }

    .form-chips-residence .form-chip-single,
    .form-chips-intent .form-chip-full:last-child {
      grid-column: 1 / -1;
    }

    .form-chip {
      width: 100%;
      min-width: 0;
      min-height: 54px;
      padding: 14px 16px;
      white-space: normal;
      line-height: 1.2;
      text-align: center;
    }
  }

  @media (min-width: 1200px) {
    :root {
      --footer-pad-x: 40px;
      --footer-title-gap: 50px;
      --footer-contact-gap: 11px;
      --footer-menu-gap-x: 95px;
      --footer-mark-gap: 135px;
    }

    .padder {
      padding: 0 40px;
    }

    .nav-logo {
      height: 33px;
    }
  .nav-inner {
    padding: 0 40px;
  }
    .menu-shell {
      width: min(100vw);
      padding-top: 113px;
      margin: 0 auto;
      grid-template-columns: minmax(0, 37.5%) minmax(0, 62.5%);
    }

    .menu-media {
      --menu-media-fade-depth: 200px;
    }

    .logo-img {
      height: 33px;
    }

    .contact-bg {
      height: 732px;
    }

    .contact-bg > picture:first-child img {
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
    }

    .contact-overlay-2 {
      display: none;
    }

    .contact-overlay-desktop {
      display: block;
    }

    .contact-fade {
      background: linear-gradient(to right, var(--eggshell) 40%, transparent);
    }

    .contact-inner {
      padding-top: 70px;
      padding-bottom: 70px;
    }

    .contact-card {
      width: 570px;
      min-height: 743px;
      margin: 0 auto;
    }

    .contact-title {
      font-size: 70px;
    }

    .contact-form {
      gap: 60px;
    }

    .contact-form.contact-form-buyer {
      display: flex;
    }

    .contact-form.contact-form-broker {
      display: none;
    }

    .contact .form-fields {
      gap: 20px;
    }

    .contact.request-info {
      padding: 0;
    }

    .contact.request-info .contact-inner {
      position: relative;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      margin: 0 auto;
      padding: 73px 40px 108px;
      background: transparent;
      max-width: var(--screen-max);
    }

    .contact.request-info .contact-card {
      width: 100%;
      max-width: 956px;
      padding: 25px;
      border: none;
      border-radius: 4px;
      background: #f5f7ee;
      justify-content: flex-start;
    }

    .contact.request-info .contact-card.is-success {
      width: 570px;
      max-width: none;
      min-height: 743px;
    }

    .contact.request-info .contact-title {
      white-space: nowrap;
    }

    .contact-thankyou-text {
      font-size: 70px;
    }

    /* Desktop footer */
    .footer__inner {
      padding-bottom: 40px;
    }

    .footer__top {
      grid-template-columns: 422px 1fr;
      column-gap: 64px;
    }

    /* .footer__brand {
      max-width: 422px;
    } */

    .footer__contacts {
      gap: 11px;
    }

    .footer__contact {
      font-size: 20px;
    }

    .footer__menus {
      grid-template-columns: max-content max-content max-content;
      column-gap: 95px;
    }

    .footer__bottom {
      gap: 64px;
    }
    .footer__links{
      display: flex;
      gap: 25px;
    }

    .menu-overlay-bar {
      padding: 20px 40px;
    }

    .menu-overlay-logo {
      height: 33px;
    }

    .menu-img-panel {
      width: min(62.5vw, 1000px);
    }

    .menu-shell > .menu-media.menu-img-panel {
      width: 100%;
    }

    .menu-img-panel::before {
      height: 200px;
    }

    .menu-nav {
      padding: 0 40px 80px;
    }

    .menu-nav a {
      font-size: 60px;
    }
  }

  @media (min-width: 1920px) {
    body {
      width: 100%;
      max-width: var(--screen-max);
      margin: 0 auto;
    }
  }
