*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-weight: 400;
  color: #1c1a17;
  background: #f7f4ef;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Playfair Display", "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

p {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
}

li {
  font-family: "Inter", "Segoe UI", sans-serif;
}

.container {
  width: min(100% - 2.5rem, 1278px);
  margin-inline: auto;
}

.section {
  padding-block: clamp(4rem, 8vw, 7.5rem);
}

.eyebrow {
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e8c547;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0 1.6rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  -webkit-transition: background 0.35s cubic-bezier(0.22, 1, 0.36, 1), color 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: background 0.35s cubic-bezier(0.22, 1, 0.36, 1), color 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: background 0.35s cubic-bezier(0.22, 1, 0.36, 1), color 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: background 0.35s cubic-bezier(0.22, 1, 0.36, 1), color 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  white-space: nowrap;
}
.btn:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.btn--gold {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #cd9d00;
  color: #fff;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: capitalize;
  min-height: 0;
  padding: 18px 25px;
  margin-top: 7px;
  -webkit-box-shadow: 0 4px 14px rgba(205, 157, 0, 0.22);
          box-shadow: 0 4px 14px rgba(205, 157, 0, 0.22);
  -webkit-transition: color 0.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: color 0.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: color 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: color 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.btn--gold::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #1c1a17;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.btn--gold:hover {
  color: #ecc046;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 10px 28px rgba(28, 26, 23, 0.28);
          box-shadow: 0 10px 28px rgba(28, 26, 23, 0.28);
}
.btn--gold:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.btn--gold:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 4px 12px rgba(28, 26, 23, 0.22);
          box-shadow: 0 4px 12px rgba(28, 26, 23, 0.22);
}
.btn--primary {
  background: #8b713b;
  color: #fff;
}
.btn--primary:hover {
  background: #5c4a22;
  -webkit-box-shadow: 0 10px 28px rgba(92, 74, 34, 0.28);
          box-shadow: 0 10px 28px rgba(92, 74, 34, 0.28);
}
.btn--white {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #fff;
  color: #1a1a1a;
  -webkit-transition: color 0.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: color 0.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: color 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: color 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.btn--white::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #cd9d00;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.btn--white:hover {
  color: #fff;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 10px 28px rgba(205, 157, 0, 0.28);
          box-shadow: 0 10px 28px rgba(205, 157, 0, 0.28);
}
.btn--white:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.btn--white:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 4px 12px rgba(205, 157, 0, 0.22);
          box-shadow: 0 4px 12px rgba(205, 157, 0, 0.22);
}
.btn--ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.9);
}
.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
}
.btn--light {
  background: #ffffff;
  color: #5c4a22;
}
.btn--light:hover {
  background: #efe9df;
}
.btn--outline {
  background: transparent;
  color: #8b713b;
  border: 1px solid #8b713b;
}
.btn--outline:hover {
  background: #8b713b;
  color: #fff;
}

.header {
  position: relative;
  z-index: 20;
  padding: 0.5rem clamp(1rem, 3vw, 2.5rem) 0.35rem;
}
.header__inner {
  width: min(100%, 1278px);
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem auto 1rem 1fr;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem 1rem;
}
.header__logo {
  -ms-grid-column: 2;
  grid-column: 2;
  width: clamp(120px, 28vw, 184px);
  min-width: 0;
  -ms-grid-column-align: center;
      justify-self: center;
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 184/114;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 10px;
}
.header__cta {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-column-align: end;
      justify-self: end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 0;
}
@media (max-width: 768px) {
  .header {
    padding: 0.45rem 1rem 0.3rem;
  }
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__logo {
    grid-column: auto;
    width: clamp(96px, 28vw, 132px);
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .header__cta {
    grid-column: auto;
    -ms-grid-column-align: end;
        justify-self: end;
    padding: 12px 16px;
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  .header {
    padding: 0.35rem 0.85rem 0.25rem;
  }
  .header__inner {
    gap: 0.5rem;
  }
  .header__logo {
    width: clamp(84px, 30vw, 110px);
  }
  .header__cta {
    padding: 10px 12px;
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media (max-width: 360px) {
  .header__cta {
    max-width: 9.5rem;
    white-space: normal;
    text-align: center;
    line-height: 1.25;
    padding: 8px 10px;
    font-size: 11px;
  }
}

.hero {
  position: relative;
  height: 800px;
  min-height: 800px;
  overflow: visible;
  background: radial-gradient(75.25% 86.4% at 19.83% 100%, #b48d0d 0%, #7b582b 100%);
  padding: 0;
  color: #fff;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #b48d0d;
  opacity: 0.6;
  z-index: 30;
  pointer-events: none;
}
.hero__shell {
  position: relative;
  width: min(100%, 1278px);
  margin-inline: auto;
  margin-bottom: -140px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
}
.hero__swiper {
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 0;
  overflow: visible !important;
  height: 750px;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.hero__swiper .swiper-wrapper {
  height: 100%;
}
.hero__swiper .swiper-slide {
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.hero__slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.12)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.hero__rera {
  position: absolute;
  top: 5.25rem;
  right: 7rem;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  pointer-events: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: auto;
  height: auto;
  max-width: min(204px, 100% - 2.5rem);
}
.hero__rera-qr {
  display: block;
  width: 46.32px;
  height: 46.32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero__rera-text {
  display: block;
  width: 149px;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero__content {
  position: absolute;
  left: 86px;
  bottom: 94px;
  z-index: 4;
  max-width: min(900px, 92%);
  pointer-events: auto;
}
.hero__title {
  width: min(900px, 100%);
  max-width: 100%;
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: clamp(2.25rem, 5.5vw, 80px);
  line-height: clamp(2.75rem, 6vw, 90px);
  font-weight: 400;
  font-style: normal;
  margin: 0 0 1.4rem;
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  .hero__title {
    font-size: 80px;
    line-height: 90px;
  }
}
.hero__title-gold {
  color: #ecc046;
}
.hero__title-white {
  color: #fff;
}
.hero__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.85rem;
}
.hero__pagination {
  position: absolute !important;
  right: 72px !important;
  bottom: 94px !important;
  left: auto !important;
  width: auto !important;
  z-index: 5;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.hero__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #8a8a8a;
  opacity: 1;
  margin: 0 !important;
  -webkit-transition: background 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: background 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero__pagination .swiper-pagination-bullet-active {
  background: #ecc046;
}
.hero__float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  top: auto;
  -webkit-transform: none;
          transform: none;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.85rem;
  pointer-events: none;
}
.hero__float a {
  pointer-events: auto;
}
.hero__float-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: transparent;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-animation: hero-float-wave 2.6s ease-in-out infinite;
          animation: hero-float-wave 2.6s ease-in-out infinite;
}
.hero__float-btn:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.hero__float-btn:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.hero__float-btn img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero__banner-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  pointer-events: none;
  display: block;
  opacity: 0.5;
}
@media (max-width: 1600px) {
  .hero__float {
    right: max(1.25rem, (100vw - 1278px) / 2 - 1.75rem);
    top: 74%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 1100px) {
  .hero {
    height: auto;
    min-height: 0;
    overflow-x: clip;
  }
  .hero__shell {
    width: 100%;
    margin-bottom: -100px;
  }
  .hero__swiper {
    height: clamp(520px, 68vh, 680px);
  }
  .hero__content {
    left: clamp(1.25rem, 3vw, 2rem);
    right: clamp(1.25rem, 3vw, 2rem);
    bottom: clamp(48px, 7vw, 72px);
    max-width: none;
  }
  .hero__title {
    font-size: clamp(2rem, 5vw, 3.25rem);
    line-height: clamp(2.4rem, 5.8vw, 3.75rem);
    margin-bottom: 1.1rem;
  }
  .hero__pagination {
    right: 1.25rem !important;
    bottom: clamp(48px, 7vw, 72px) !important;
  }
  .hero__rera {
    top: 5.25rem;
    right: 0.85rem;
    width: auto;
    max-width: min(204px, 100% - 1.7rem);
    padding: 0;
  }
  .hero__rera-qr {
    width: 42px;
    height: 42px;
  }
  .hero__rera-text {
    width: min(149px, 100% - 50px);
  }
  .hero__float {
    right: 1.25rem;
    top: 55%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .hero__float-btn {
    width: 48px;
    height: 48px;
  }
  .hero__banner-overlay {
    bottom: 0;
  }
}
@media (max-width: 640px) {
  .hero__shell {
    margin-bottom: -56px;
  }
  .hero__swiper {
    height: min(78vh, 620px);
    min-height: 460px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .hero__content {
    left: 1.15rem;
    right: 1.15rem;
    bottom: 64px;
    max-width: none;
  }
  .hero__title {
    font-size: clamp(1.7rem, 7.2vw, 2.35rem);
    line-height: clamp(2.05rem, 8.2vw, 2.75rem);
    margin-bottom: 0.95rem;
  }
  .hero__actions {
    gap: 0.65rem;
  }
  .hero__actions .btn {
    min-height: 42px;
    padding-inline: 1.15rem;
    font-size: 0.82rem;
  }
  .hero__pagination {
    right: 1.15rem !important;
    bottom: 22px !important;
  }
  .hero__rera {
    top: 4.5rem;
    right: 0.65rem;
    left: auto;
    width: auto;
    max-width: min(168px, 46vw);
    gap: 0.35rem;
    padding: 0;
  }
  .hero__rera-qr {
    width: 34px;
    height: 34px;
  }
  .hero__rera-text {
    width: min(120px, 100% - 40px);
  }
  .hero__float {
    right: 1rem;
    bottom: 1rem;
    top: auto;
    -webkit-transform: none;
            transform: none;
    gap: 0.65rem;
  }
  .hero__float-btn {
    width: 46px;
    height: 46px;
  }
  .hero__float-btn img {
    width: 100%;
    height: 100%;
  }
  .hero__banner-overlay {
    display: none;
  }
}
@media (max-width: 400px) {
  .hero__swiper {
    min-height: 420px;
    height: 72vh;
  }
  .hero__content {
    bottom: 56px;
  }
  .hero__actions .btn {
    width: 100%;
  }
}

@-webkit-keyframes hero-float-wave {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

@keyframes hero-float-wave {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero__float-btn {
    -webkit-animation: none;
            animation: none;
  }
}
.intro {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: clamp(10rem, 16vw, 12.5rem) 0 clamp(2.5rem, 5vw, 3.5rem);
  margin: 0;
}
@media (max-width: 1100px) {
  .intro {
    padding-top: clamp(7rem, 12vw, 9rem);
  }
}
@media (max-width: 640px) {
  .intro {
    padding-top: clamp(6.5rem, 14vw, 6rem);
  }
}
.intro__grid {
  width: min(100% - 2.5rem, 1278px);
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.9fr 130px 1.2fr;
  grid-template-columns: 0.9fr 1.2fr;
  gap: 130px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.intro__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.75rem;
}
.intro__title {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: clamp(1.75rem, 5vw, 50px);
  font-weight: 400;
  font-style: normal;
  color: #2b2b2b;
  line-height: clamp(2rem, 5.5vw, 55px);
  letter-spacing: 0;
  margin: 0;
}
@media (min-width: 1200px) {
  .intro__title {
    font-size: 50px;
    line-height: 55px;
  }
}
.intro__mark {
  width: min(244px, 100%);
  height: auto;
  display: block;
}
.intro__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  padding-top: 0.2rem;
  min-height: 100%;
}
.intro__lead {
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: clamp(1.15rem, 2.2vw, 25px);
  font-weight: 400;
  font-style: normal;
  color: #1c1a17;
  line-height: clamp(1.75rem, 3vw, 35px);
  letter-spacing: 0;
  margin: 0;
}
@media (min-width: 1200px) {
  .intro__lead {
    font-size: 25px;
    line-height: 35px;
  }
}
.intro__body {
  font-family: "Inter", "Segoe UI", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #4a453e;
  max-width: 42rem;
  margin: 0;
}
.intro__actions {
  margin-top: auto;
  padding-top: 0.75rem;
}
@media (max-width: 900px) {
  .intro__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: clamp(2rem, 5vw, 2.5rem);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .intro__copy {
    min-height: 0;
  }
  .intro__actions {
    margin-top: 0.75rem;
    padding-top: 0;
  }
}

.stats {
  background: #fff;
  padding: clamp(2.5rem, 5vw, 3.5rem) 0 0;
}
.stats__heading {
  width: min(100% - 2.5rem, 1278px);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  text-align: center;
  margin-inline: auto;
  margin-top: 0;
  margin-bottom: 3rem;
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 400;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: 0;
  color: #1c1a17;
}
.stats__heading::before, .stats__heading::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: rgba(28, 26, 23, 0.18);
}
.stats__heading-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  padding-inline: 0.75rem;
}
.stats__grid {
  width: min(100% - 2.5rem, 1278px);
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) clamp(1.5rem, 3vw, 2.5rem) minmax(0, 1fr) clamp(1.5rem, 3vw, 2.5rem) minmax(0, 1fr) clamp(1.5rem, 3vw, 2.5rem) minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
  text-align: center;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(28, 26, 23, 0.18);
}
.stats__item {
  min-width: 0;
}
.stats__value {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: clamp(2rem, 3.8vw, 3rem);
  font-weight: 400;
  font-style: normal;
  color: #1c1a17;
  line-height: 1.1;
  letter-spacing: 0;
  margin: 0 0 0.75rem;
}
.stats__num {
  color: #c5a059;
}
.stats__label {
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: clamp(0.65rem, 1vw, 0.72rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7a736a;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .stats__heading {
    gap: 0.75rem;
  }
  .stats__heading-text {
    white-space: normal;
    max-width: 16ch;
  }
  .stats__grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 2.25rem;
  }
}
@media (max-width: 420px) {
  .stats__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.concept {
  padding-top: 90px;
  padding-bottom: clamp(4rem, 8vw, 7.5rem);
  background: #fff;
}
.concept__grid {
  width: min(100% - 2.5rem, 1278px);
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 467px 74px minmax(0, 1fr);
  grid-template-columns: 467px minmax(0, 1fr);
  gap: 74px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.concept__media {
  width: 467px;
  max-width: 100%;
  height: 507px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.concept__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.concept__media:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.concept__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 507px;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid rgba(28, 26, 23, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.concept__title {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: clamp(1.75rem, 5vw, 50px);
  font-weight: 400;
  font-style: normal;
  color: #2b2b2b;
  margin: 0 0 0.85rem;
  line-height: clamp(2.25rem, 6vw, 60px);
  letter-spacing: 0;
}
.concept__tagline {
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: clamp(1rem, 1.8vw, 20px);
  font-weight: 400;
  font-style: normal;
  color: #1c1a17;
  margin: 0 0 1.15rem;
  line-height: clamp(1.5rem, 2.5vw, 28px);
  letter-spacing: 0;
}
.concept__body {
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #6b6560;
  margin: 0 0 1rem;
}
.concept__body:last-of-type {
  margin-bottom: 1.75rem;
}
.concept__combine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.concept__combine-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 500;
  color: #2b2b2b;
}
.concept__combine-line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: rgba(28, 26, 23, 0.18);
}
.concept__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem 1.25rem;
  margin: 0;
  padding: 0 0 1.75rem;
  list-style: none;
}
.concept__list li {
  position: relative;
  padding-left: 0.95rem;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.92rem;
  line-height: 1.4;
  color: #3a3632;
}
.concept__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2b2b2b;
}
@media (max-width: 1100px) {
  .concept__grid {
    -ms-grid-columns: minmax(0, 467px) clamp(1.5rem, 4vw, 74px) minmax(0, 1fr);
    grid-template-columns: minmax(0, 467px) minmax(0, 1fr);
    gap: clamp(1.5rem, 4vw, 74px);
  }
  .concept__media {
    width: 100%;
    height: auto;
    aspect-ratio: 467/507;
  }
  .concept__content {
    min-height: 0;
  }
}
@media (max-width: 900px) {
  .concept {
    padding-top: clamp(3rem, 8vw, 90px);
  }
  .concept__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .concept__media {
    width: min(467px, 100%);
    height: auto;
    aspect-ratio: 467/507;
    margin-inline: auto;
  }
  .concept__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .concept__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.banner {
  position: relative;
  width: 100%;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  overflow: hidden;
}
.banner__media {
  position: absolute;
  inset: 0;
}
.banner__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.banner__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 18, 0.72)), color-stop(48%, rgba(8, 20, 18, 0.45)), to(rgba(8, 20, 18, 0.28)));
  background: linear-gradient(90deg, rgba(8, 20, 18, 0.72) 0%, rgba(8, 20, 18, 0.45) 48%, rgba(8, 20, 18, 0.28) 100%);
}
.banner__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 2.5rem, 1278px);
  margin-inline: auto;
  padding-top: clamp(3.5rem, 8vw, 6rem);
}
.banner__title {
  margin: 0;
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: clamp(1.75rem, 5vw, 50px);
  font-weight: 400;
  font-style: normal;
  line-height: clamp(2.25rem, 6vw, 60px);
  letter-spacing: 0;
  max-width: 18ch;
  text-align: left;
}
.banner--market {
  min-height: 801px;
}
.banner--market .banner__media::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 18, 16, 0.55)), color-stop(40%, rgba(8, 18, 16, 0.35)), to(rgba(8, 18, 16, 0.65)));
  background: linear-gradient(180deg, rgba(8, 18, 16, 0.55) 0%, rgba(8, 18, 16, 0.35) 40%, rgba(8, 18, 16, 0.65) 100%);
}
.banner--market .banner__inner {
  padding-top: clamp(4rem, 9vw, 6.5rem);
}
.banner--market .banner__title {
  max-width: 22ch;
  font-size: clamp(2.4rem, 4.8vw, 4rem);
}
.banner--ecosystem {
  min-height: 520px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.banner--ecosystem .banner__media {
  overflow: hidden;
  background: none;
}
.banner--ecosystem .banner__media img {
  display: block;
  position: absolute;
  left: 0;
  top: -20%;
  width: 100%;
  height: 140%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.banner--ecosystem .banner__media::after {
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.banner--ecosystem .banner__inner {
  padding-top: 0;
}
.banner--ecosystem .banner__title {
  max-width: 25ch;
}
.banner--cta {
  min-height: 0;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: visible;
  padding: 0;
}
.banner--cta .banner__frame {
  width: min(100% - 2.5rem, 1278px);
  margin-inline: auto;
  min-height: clamp(220px, 24vw, 280px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: radial-gradient(82.66% 1120.93% at 77.46% 100%, #b48d0d 0%, #7b582b 100%);
}
.banner--cta .banner__inner {
  width: 100%;
  margin-inline: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) clamp(1.5rem, 5vw, 4rem) auto;
  grid-template-columns: minmax(0, 1fr) auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1.5rem, 5vw, 4rem);
  padding: clamp(2rem, 4vw, 3rem) clamp(1.75rem, 4vw, 3.5rem);
}
.banner--cta .banner__title {
  max-width: 23ch;
  color: #fff;
}
.banner--cta .banner__mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.banner--cta .banner__mark img {
  display: block;
  width: clamp(180px, 26vw, 280px);
  height: auto;
}
@media (max-width: 768px) {
  .banner--market {
    min-height: 70vh;
  }
  .banner--ecosystem {
    min-height: 360px;
  }
  .banner--ecosystem .banner__media img {
    top: -10%;
    height: 120%;
  }
  .banner--cta .banner__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 1.75rem;
  }
  .banner--cta .banner__mark img {
    width: min(100%, 220px);
  }
}

.compare {
  padding: 95px 0 100px;
  position: relative;
  z-index: 2;
  background: #f7f4ef;
}
.compare__inner {
  width: min(100% - 2.5rem, 1278px);
  margin-inline: auto;
}
.compare__title {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: clamp(1.75rem, 5vw, 50px);
  font-weight: 400;
  font-style: normal;
  line-height: clamp(2.25rem, 6vw, 60px);
  letter-spacing: 0;
  color: #1c1a17;
  text-align: center;
  max-width: 30ch;
  margin: 0 auto 3rem;
}
.compare__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.compare__card {
  background: #fff;
  border-radius: 0;
  padding: 55px 60px;
  color: #4a453e;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.compare__card--problem .compare__card-title {
  color: #d32f2f;
}
.compare__card--solution {
  border: 2px solid #ecc046;
  -webkit-box-shadow: 0px 4px 60px 0px rgba(123, 88, 43, 0.2);
          box-shadow: 0px 4px 60px 0px rgba(123, 88, 43, 0.2);
}
.compare__card--solution .compare__card-title {
  color: #1ec13c;
}
.compare__card-title {
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 1.5rem;
  line-height: 30px;
}
.compare__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 22px 0.85rem 1fr;
  grid-template-columns: 22px 1fr;
  gap: 0.85rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 1.25rem;
  font-size: 0.98rem;
  line-height: 1.55;
  color: #1c1a17;
}
.compare__item:last-child {
  margin-bottom: 0;
}
.compare__item p {
  margin: 0;
  max-width: 440px;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #1e1e1e;
}
.compare__icon {
  width: 22px;
  height: 22px;
  margin-top: 0.15rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 900px) {
  .compare {
    padding: 64px 0 72px;
  }
  .compare__title {
    max-width: 22ch;
    margin-bottom: 2rem;
  }
  .compare__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .compare__card {
    padding: 2rem 1.5rem;
  }
  .compare__item p {
    max-width: none;
  }
}

.benefits {
  padding: 82px 0 99px;
  background: #ffffff;
}
.benefits__grid {
  width: min(100% - 2.5rem, 1278px);
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(240px, 0.85fr) 178px minmax(0, 1.4fr);
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.4fr);
  gap: 178px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.benefits__title {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: clamp(1.75rem, 5vw, 50px);
  font-weight: 400;
  font-style: normal;
  line-height: clamp(2.25rem, 6vw, 60px);
  letter-spacing: 0;
  color: #1c1a17;
  max-width: 10ch;
  margin: 0 0 1.25rem;
}
@media (min-width: 1200px) {
  .benefits__title {
    font-size: 50px;
    line-height: 60px;
  }
}
.benefits__copy {
  font-family: "Inter", "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  color: #4a453e;
  margin: 0 0 2rem;
  max-width: 28rem;
}
.benefits__columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-top: 0;
  width: 100%;
}
.benefits__list {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}
.benefits__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  height: 55px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  color: #1e1e1e;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}
.benefits__list li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1100px) {
  .benefits__grid {
    gap: clamp(2.5rem, 6vw, 5rem);
  }
  .benefits__columns {
    gap: clamp(2rem, 4vw, 3rem);
  }
  .benefits__list li {
    white-space: normal;
  }
}
@media (max-width: 900px) {
  .benefits {
    padding: 64px 0 72px;
  }
  .benefits__grid, .benefits__columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .benefits__intro {
    max-width: none;
  }
  .benefits__title {
    max-width: 12ch;
  }
  .benefits__list li {
    font-size: 16px;
    height: 48px;
    white-space: normal;
  }
}

.economy {
  padding: 84px 0 100px;
  background: #f7f4ef;
  color: #1c1a17;
}
.economy__grid {
  width: min(100% - 2.5rem, 1278px);
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(260px, 0.95fr) 67px minmax(0, 1.2fr);
  grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.2fr);
  gap: 67px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.economy__content {
  max-width: none;
}
.economy__title {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: clamp(1.75rem, 5vw, 50px);
  font-weight: 400;
  font-style: normal;
  line-height: clamp(2.25rem, 6vw, 60px);
  letter-spacing: 0;
  color: #1c1a17;
  max-width: 15ch;
  margin: 0 0 1.35rem;
}
@media (min-width: 1200px) {
  .economy__title {
    font-size: 50px;
    line-height: 60px;
  }
}
.economy__copy {
  font-family: "Inter", "Segoe UI", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #1c1a17;
  margin: 0 0 2rem;
  max-width: 30rem;
}
.economy__media {
  position: relative;
  overflow: hidden;
  width: 738px;
  max-width: 100%;
  height: 507px;
  background: #ddd8cf;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
.economy__media:hover:not(.is-playing) .economy__play {
  background: #c49c16;
  -webkit-transform: translate(-50%, -50%) scale(1.04);
          transform: translate(-50%, -50%) scale(1.04);
}
.economy__media.is-playing {
  cursor: default;
}
.economy__media.is-playing .economy__play {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.economy__media.is-playing .economy__video {
  pointer-events: auto;
}
.economy__video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.economy__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  opacity: 0.9;
  border: 0;
  border-radius: 50%;
  background: #d5ab1f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.35s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: background 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.35s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: background 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: background 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.35s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 2;
}
.economy__play img {
  width: 45px;
  height: 45px;
  margin-left: 0.2rem;
}
.economy__play:hover {
  background: #c49c16;
  -webkit-transform: translate(-50%, -50%) scale(1.04);
          transform: translate(-50%, -50%) scale(1.04);
}
@media (max-width: 900px) {
  .economy {
    padding: 64px 0 72px;
  }
  .economy__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .economy__media {
    width: 100%;
    height: auto;
    aspect-ratio: 738/507;
  }
  .economy__title {
    max-width: 15ch;
  }
}

.celebrations {
  padding-block: 98px;
  background: #ffffff;
}
.celebrations__intro {
  width: min(100% - 2.5rem, 1278px);
  margin-inline: auto;
  text-align: center;
  max-width: 65rem;
  margin-inline: auto;
  margin-bottom: clamp(2.5rem, 5vw, 3.75rem);
}
.celebrations__title {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: clamp(1.75rem, 5vw, 50px);
  font-weight: 400;
  font-style: normal;
  line-height: clamp(2.25rem, 6vw, 60px);
  letter-spacing: 0;
  color: #1c1a17;
  margin: 0 0 0.9rem;
}
.celebrations__subtitle {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;
  color: #4a453e;
}
.celebrations__layout {
  width: min(100% - 2.5rem, 1217px);
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 305px 60px 547px 60px 305px;
  grid-template-columns: 305px 547px 305px;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.75rem;
}
.celebrations__brand {
  width: 305px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  height: 100%;
}
.celebrations__ornament {
  display: block;
  width: 100%;
  max-width: 280px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.celebrations__logo {
  display: block;
  width: 100%;
  max-width: 305;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -o-object-fit: contain;
     object-fit: contain;
  min-height: 0;
}
.celebrations__main {
  position: relative;
  width: 547px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: visible;
}
.celebrations__main-image {
  width: 547px;
  height: 538px;
  overflow: hidden;
}
.celebrations__main-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.celebrations__main-image:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.celebrations__cta {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.celebrations__cta:hover {
  -webkit-transform: translate(-50%, 50%) translateY(-2px);
          transform: translate(-50%, 50%) translateY(-2px);
}
.celebrations__features {
  width: 305px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75rem;
  height: 100%;
}
.celebrations__feature-title {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0;
  color: #1c1a17;
  margin: 0 0 0.3rem;
}
.celebrations__feature-text {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #4a453e;
}
@media (max-width: 1260px) {
  .celebrations__layout {
    width: min(100% - 2.5rem, 1217px);
    -ms-grid-columns: minmax(0, 305fr) clamp(1rem, 3.5vw, 60px) minmax(0, 547fr) clamp(1rem, 3.5vw, 60px) minmax(0, 305fr);
    grid-template-columns: minmax(0, 305fr) minmax(0, 547fr) minmax(0, 305fr);
    -webkit-column-gap: clamp(1rem, 3.5vw, 60px);
       -moz-column-gap: clamp(1rem, 3.5vw, 60px);
            column-gap: clamp(1rem, 3.5vw, 60px);
  }
  .celebrations__brand, .celebrations__features {
    width: 100%;
  }
  .celebrations__main, .celebrations__main-image {
    width: 100%;
    height: auto;
    aspect-ratio: 547/538;
  }
  .celebrations__main {
    aspect-ratio: auto;
  }
}
@media (max-width: 900px) {
  .celebrations__layout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
    width: min(100% - 2.5rem, 547px);
    margin-bottom: 2.5rem;
  }
  .celebrations__brand {
    max-width: 240px;
    width: 100%;
    margin-inline: auto;
    height: auto;
    gap: 1.25rem;
  }
  .celebrations__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .celebrations__main, .celebrations__main-image {
    width: 100%;
    max-width: 547px;
    height: auto;
    aspect-ratio: 547/538;
    margin-inline: auto;
  }
  .celebrations__main {
    aspect-ratio: auto;
  }
  .celebrations__features {
    width: 100%;
    max-width: 305px;
    margin-inline: auto;
    height: auto;
    gap: 1.25rem;
  }
}

.ownership {
  padding: 87px 0 0;
  background: #ffffff;
}
.ownership__grid {
  width: min(100% - 2.5rem, 1278px);
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1.35fr) clamp(2.5rem, 5vw, 4.5rem) minmax(300px, 0.85fr);
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.85fr);
  gap: clamp(2.5rem, 5vw, 4.5rem);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.ownership__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
.ownership__title {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: clamp(1.75rem, 5vw, 50px);
  font-weight: 400;
  font-style: normal;
  line-height: clamp(2.25rem, 6vw, 60px);
  letter-spacing: 0;
  color: #1c1a17;
  max-width: 20ch;
  margin: 0 0 1.25rem;
}
.ownership__copy {
  margin: 0 0 1.75rem;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #1c1a17;
  max-width: 42rem;
}
.ownership__media {
  width: 679px;
  height: 330px;
  overflow: hidden;
  margin-top: auto;
}
.ownership__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.ownership__media:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.ownership__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.22);
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
  padding: 53px 0 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ownership__panel-title {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.2vw, 25px);
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  color: #1c1a17;
  margin: 0 0 1.75rem;
  line-height: clamp(1.75rem, 3vw, 35px);
}
.ownership__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.ownership__option {
  margin: 0;
}
.ownership__option-name {
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  color: #1c1a17;
  margin: 0 0 0.85rem;
  line-height: 1.35;
}
.ownership__option-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  gap: 0.45rem;
}
.ownership__option-list li {
  position: relative;
  padding-left: 1.1rem;
  color: #1c1a17;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.55;
}
.ownership__option-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1e1e1e;
}
.ownership__price {
  color: #e05a2b;
  font-weight: 700;
}
.ownership__cta {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: auto;
}
@media (max-width: 900px) {
  .ownership {
    padding: 64px 0 0;
  }
  .ownership__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .ownership__title {
    max-width: 20ch;
  }
  .ownership__media {
    width: 100%;
    height: auto;
    aspect-ratio: 679/330;
    margin-top: 0;
  }
  .ownership__panel {
    height: auto;
    min-height: 0;
  }
  .ownership__cta {
    margin-top: 1.5rem;
  }
}

.gallery {
  position: relative;
  padding: 100px 0;
  background: #ffffff;
  text-align: center;
  overflow: hidden;
}
.gallery__intro {
  position: relative;
  z-index: 2;
  width: min(100% - 2.5rem, 1278px);
  margin-inline: auto;
  margin-bottom: 6px;
}
.gallery__eyebrow {
  margin: 0 0 0.55rem;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: clamp(0.875rem, 1.5vw, 18px);
  font-weight: 500;
  font-style: normal;
  line-height: clamp(1rem, 1.8vw, 20px);
  letter-spacing: 0;
  text-transform: uppercase;
  color: #1c1a17;
}
.gallery__title {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: clamp(1.75rem, 5vw, 50px);
  font-weight: 400;
  font-style: normal;
  margin: 0;
  color: #1c1a17;
  letter-spacing: 0;
  line-height: clamp(2.25rem, 6vw, 60px);
}
.gallery__title em {
  font-style: italic;
  font-weight: 400;
}
.gallery__backdrop {
  position: absolute;
  left: 0;
  right: 0;
  top: 56%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
  z-index: 0;
}
.gallery__stage {
  position: relative;
  z-index: 1;
  width: min(100% - 2.5rem, 1278px);
  margin-inline: auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gallery__viewport {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-inline: 0;
  padding-inline: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
}
.gallery__swiper {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: visible;
  padding-block: 1.25rem 0;
  min-height: 610px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.gallery__swiper.swiper-initialized {
  opacity: 1;
}
.gallery__swiper .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
.gallery__swiper .swiper-slide {
  width: 955px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gallery__swiper .swiper-slide-active {
  z-index: 6;
}
.gallery__swiper .swiper-slide-prev,
.gallery__swiper .swiper-slide-next {
  z-index: 2;
}
.gallery__swiper .swiper-slide .gallery__slide {
  width: 100%;
  height: 610px;
  -webkit-transform: scale(0.745);
          transform: scale(0.745);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.gallery__swiper .swiper-slide-active .gallery__slide {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.gallery__swiper .swiper-slide:not(.swiper-slide-active) .gallery__slide::after {
  opacity: 1;
}
.gallery__swiper .swiper-slide:not(.swiper-slide-active) .gallery__label {
  opacity: 0;
  pointer-events: none;
}
.gallery__slide {
  position: relative;
  margin: 0;
  width: 100%;
  height: 610px;
  aspect-ratio: 955/610;
  overflow: hidden;
  background: #1a1714;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.gallery__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 16, 12, 0.38);
  opacity: 0;
  -webkit-transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  z-index: 1;
}
.gallery__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery__label {
  position: absolute;
  left: 54px;
  bottom: 49px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  margin: 0;
  padding: 0 1.15rem;
  background: rgba(255, 255, 255, 0.77);
  color: #000000;
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  font-style: normal;
  line-height: 35px;
  letter-spacing: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.gallery__nav {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: -3.25rem auto 0;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gallery__nav-btn {
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(28, 26, 23, 0.22);
  background: #fff;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.gallery__nav-btn img {
  display: block;
  width: 18px;
  height: 18px;
}
.gallery__nav-btn:hover {
  border-color: rgba(28, 26, 23, 0.45);
}
@media (max-width: 1100px) {
  .gallery__swiper {
    min-height: 0;
    padding-block: 1rem 0;
  }
  .gallery__swiper .swiper-slide {
    width: min(955px, 100vw - 5rem);
  }
  .gallery__swiper .swiper-slide .gallery__slide {
    height: auto;
    aspect-ratio: 955/610;
    -webkit-transform: scale(0.82);
            transform: scale(0.82);
  }
  .gallery__swiper .swiper-slide-active .gallery__slide {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .gallery__slide {
    height: auto;
  }
  .gallery__nav {
    width: 100%;
    max-width: min(955px, 100vw - 5rem);
    margin-top: -2.75rem;
  }
}
@media (max-width: 900px) {
  .gallery__label {
    left: 20px;
    bottom: 20px;
    height: 2.65rem;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .gallery__swiper .swiper-slide {
    width: min(955px, 100vw - 2.5rem);
  }
  .gallery__swiper .swiper-slide .gallery__slide {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .gallery__swiper .swiper-slide-active .gallery__slide {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .gallery__nav {
    width: 100%;
    margin-top: 1.5rem;
    padding-inline: 0.25rem;
  }
  .gallery__nav-btn {
    width: 44px;
    height: 44px;
  }
  .gallery__backdrop {
    opacity: 1;
  }
}

.floors {
  padding: 103px 0 107px;
  background: #f7f4ef;
  text-align: center;
}
.floors__tabs {
  width: min(100% - 2.5rem, 1278px);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem 1.75rem;
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}
.floors__tab {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  padding: 11px 15px;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #1c1a17;
  cursor: pointer;
  border-radius: 999px;
  -webkit-transition: background 0.35s cubic-bezier(0.22, 1, 0.36, 1), color 0.35s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: background 0.35s cubic-bezier(0.22, 1, 0.36, 1), color 0.35s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: background 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1), color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: background 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1), color 0.35s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.floors__tab.is-active {
  background: #fff;
  color: #1c1a17;
  -webkit-box-shadow: 0 8px 28px rgba(28, 26, 23, 0.1);
          box-shadow: 0 8px 28px rgba(28, 26, 23, 0.1);
}
.floors__tab:hover:not(.is-active) {
  color: #4a453e;
}
.floors__panels {
  width: min(100% - 2.5rem, 1278px);
  margin-inline: auto;
}
.floors__plans {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 398px) clamp(2rem, 5vw, 4.5rem) minmax(0, 398px);
  grid-template-columns: repeat(2, minmax(0, 398px));
  gap: clamp(2rem, 5vw, 4.5rem);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 980px;
  margin-inline: auto;
}
.floors__plan {
  margin: 0;
  text-align: left;
}
.floors__plan-image {
  width: 398px;
  max-width: 100%;
  height: 429px;
  overflow: hidden;
}
.floors__plan-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.floors__plan-label {
  margin: 0;
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 500;
  color: #1c1a17;
  letter-spacing: -0.01em;
  text-transform: none;
  line-height: 1.2;
}
.floors__placeholder {
  margin: 0;
  padding: 3rem 1rem;
  color: #4a453e;
  font-size: 1rem;
}
.floors__amenities {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2.5rem, 5vw, 3.75rem);
}
.floors__amenity-group {
  width: 100%;
}
.floors__amenity-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  margin: 0 0 clamp(1.75rem, 3vw, 2.5rem);
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 35px;
  font-weight: 400;
  font-style: normal;
  line-height: 45px;
  letter-spacing: 0;
  color: #1c1a17;
  text-align: center;
  text-wrap: balance;
}
.floors__amenity-title::before, .floors__amenity-title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 1px;
  background: rgba(28, 26, 23, 0.18);
  min-width: 1.5rem;
}
.floors__amenity-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem) clamp(1rem, 2.5vw, 2rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
}
.floors__amenity-grid--5 {
  -ms-grid-columns: (minmax(0, 180px))[5];
  grid-template-columns: repeat(5, minmax(0, 180px));
}
.floors__amenity-grid--3 {
  -ms-grid-columns: (minmax(0, 180px))[3];
  grid-template-columns: repeat(3, minmax(0, 180px));
}
.floors__amenity {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  text-align: center;
  max-width: 180px;
}
.floors__amenity img {
  display: block;
  width: 110px;
  height: 110px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.floors__amenity span {
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 28px;
  letter-spacing: 0;
  color: #1c1a17;
  text-align: center;
}
.floors__location {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 476px clamp(2rem, 4vw, 4.5rem) minmax(0, 1fr);
  grid-template-columns: 476px minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  text-align: left;
}
.floors__location-map {
  width: 476px;
  max-width: 100%;
  height: 449px;
  aspect-ratio: auto;
  background: #fff;
  overflow: hidden;
  margin: 0;
}
.floors__location-map img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.floors__location-content {
  width: 100%;
  min-width: 0;
}
.floors__location-title {
  margin: 0 0 17px;
  max-width: 27ch;
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 35px;
  font-weight: 400;
  font-style: normal;
  line-height: 41px;
  letter-spacing: 0;
  color: #1c1a17;
}
.floors__location-cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 70px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 70px;
}
.floors__location-heading {
  margin: 0 0 1rem;
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  font-style: normal;
  line-height: 35px;
  letter-spacing: 0;
  color: #1c1a17;
}
.floors__location-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  gap: 0;
}
.floors__location-list li {
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 35px;
  letter-spacing: 0;
  color: #1c1a17;
}
@media (max-width: 900px) {
  .floors__amenity-grid--5 {
    -ms-grid-columns: (minmax(0, 180px))[3];
    grid-template-columns: repeat(3, minmax(0, 180px));
  }
  .floors__amenity-title {
    font-size: clamp(1.5rem, 4vw, 35px);
    line-height: 1.3;
  }
  .floors__amenity span {
    font-size: clamp(14px, 2.5vw, 18px);
    line-height: 1.4;
  }
  .floors__amenity img {
    width: 96px;
    height: 96px;
  }
  .floors__location {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .floors__location-map {
    width: min(476px, 100%);
    height: auto;
    aspect-ratio: 476/449;
    margin-inline: auto;
  }
  .floors__location-title {
    max-width: none;
    text-align: center;
    font-size: clamp(1.5rem, 5vw, 35px);
    line-height: 1.3;
  }
  .floors__location-heading {
    font-size: clamp(1.15rem, 3.5vw, 25px);
    line-height: 1.4;
  }
  .floors__location-cols {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 800px) {
  .floors__plans {
    -ms-grid-columns: minmax(0, 398px);
    grid-template-columns: minmax(0, 398px);
    max-width: 398px;
    gap: 2rem;
  }
  .floors__plan-image {
    width: 100%;
    height: auto;
    aspect-ratio: 398/429;
  }
  .floors__tabs {
    gap: 0.5rem 0.75rem;
  }
  .floors__tab {
    padding: 11px 12px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 560px) {
  .floors__amenity-grid--5, .floors__amenity-grid--3 {
    -ms-grid-columns: (minmax(0, 180px))[2];
    grid-template-columns: repeat(2, minmax(0, 180px));
  }
  .floors__amenity-title {
    gap: 0.75rem;
    font-size: 1.5rem;
    line-height: 1.35;
  }
  .floors__location-cols {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  .floors__location-title {
    text-align: left;
  }
}

.closing {
  position: relative;
  isolation: isolate;
  text-align: center;
  min-height: 700px;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 110px 1.25rem 105px;
  background: url("../assets/images/feel-like.png") center/cover no-repeat;
}
.closing::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(123, 88, 43, 0.82);
}
.closing__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1.5rem, 3vw, 2.25rem);
  max-width: 42rem;
  width: 100%;
}
.closing__title {
  margin: 0;
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 60px;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  letter-spacing: 0;
  line-height: 60px;
}
.closing__mark {
  display: block;
  width: 554px;
  max-width: 100%;
  height: 277px;
  -o-object-fit: contain;
     object-fit: contain;
}
.closing__subtitle {
  margin: 0;
  max-width: 28rem;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  letter-spacing: 0;
  line-height: 28px;
}
.closing__cta {
  min-width: 220px;
  margin-top: 0.25rem;
}
@media (max-width: 640px) {
  .closing {
    height: auto;
    min-height: 0;
    padding: 80px 1.25rem 72px;
  }
  .closing__title {
    font-size: clamp(2rem, 8vw, 60px);
    line-height: 1.05;
  }
  .closing__mark {
    width: 100%;
    height: auto;
    aspect-ratio: 554/277;
  }
  .closing__subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}

.tagline {
  position: relative;
  isolation: isolate;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 240px;
  height: 240px;
  padding: 0 1.5rem;
  text-align: center;
  background: url("../assets/images/elagance1.jpg") center/cover no-repeat;
}
.tagline__title {
  margin: 0;
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: clamp(1.75rem, 5vw, 50px);
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: clamp(2.25rem, 6vw, 60px);
  color: #1c1a17;
}

.footer {
  background: #FFFFFF;
  color: #4a453e;
  padding: clamp(3.5rem, 6vw, 5rem) 0 0;
}
.footer__grid {
  width: min(100% - 2.5rem, 1278px);
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.15fr clamp(2rem, 4vw, 3.5rem) 1.15fr clamp(2rem, 4vw, 3.5rem) 1fr;
  grid-template-columns: 1.15fr 1.15fr 1fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-bottom: 75px;
  border-bottom: 1px solid rgba(28, 26, 23, 0.12);
}
.footer__office-title {
  margin: 0 0 0.85rem;
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: clamp(1.125rem, 2vw, 22px);
  font-weight: 400;
  font-style: normal;
  color: #7b582b;
  letter-spacing: 0;
  line-height: clamp(1.75rem, 3vw, 35px);
}
.footer__office-line {
  margin: 0 0 0.2rem;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #4a453e;
  letter-spacing: 0;
  line-height: 28px;
}
.footer__contact {
  margin: 0.85rem 0 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.98rem;
  color: #1c1a17;
  line-height: 1.45;
}
.footer__contact a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer__contact a:hover {
  color: #7b582b;
  text-decoration: none;
}
.footer__contact strong {
  font-weight: 700;
}
.footer__meta {
  -ms-grid-column-align: end;
      justify-self: end;
  max-width: 320px;
}
.footer__rera {
  display: block;
  padding-bottom: 0.75rem;
}
.footer__rera-img {
  display: block;
  width: 100%;
  max-width: 303px;
  height: auto;
}
.footer__email {
  margin: 0.85rem 0 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.98rem;
  color: #1c1a17;
  line-height: 1.45;
}
.footer__email a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer__email a:hover {
  color: #7b582b;
  text-decoration: none;
}
.footer__email strong {
  font-weight: 700;
}
.footer__bottom {
  width: min(100% - 2.5rem, 1278px);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 48px;
  padding-bottom: 110px;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 0.9rem;
  color: #4a453e;
}
.footer__bottom p {
  margin: 0;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #4a453e;
}
.footer__links span {
  color: #D5AB1F;
}
.footer__links a {
  color: inherit;
}
.footer__links a:hover {
  color: #1c1a17;
}
@media (max-width: 900px) {
  .footer__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer__meta {
    -ms-grid-column-align: start;
        justify-self: start;
    max-width: none;
  }
  .footer__bottom {
    padding-bottom: 5px;
  }
}

.thankyou-page {
  min-height: 100vh;
  background: radial-gradient(75.25% 86.4% at 19.83% 100%, #b48d0d 0%, #7b582b 100%);
}

.thankyou {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.5rem 1.25rem 3rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.thankyou__logo {
  display: block;
  margin-bottom: 2.5rem;
}
.thankyou__logo img {
  display: block;
  width: 160px;
  height: auto;
}

.thankyou__card {
  width: min(100%, 560px);
  padding: 3rem 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0 16px 48px rgba(28, 26, 23, 0.08);
          box-shadow: 0 16px 48px rgba(28, 26, 23, 0.08);
}

.thankyou__eyebrow {
  margin: 0 0 0.75rem;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7b582b;
}

.thankyou__title {
  margin: 0 0 1rem;
  font-family: "Playfair Display", "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(2.5rem, 6vw, 60px);
  line-height: 1.1;
  letter-spacing: 0;
  color: #1c1a17;
}

.thankyou__copy {
  margin: 0 auto 2rem;
  max-width: 36ch;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #4a453e;
}

.thankyou__cta {
  margin-top: 0;
}

.consult-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.consult-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.consult-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(28, 26, 23, 0.55);
  border: 0;
  padding: 0;
  cursor: pointer;
}
.consult-modal__dialog {
  position: relative;
  z-index: 1;
  width: 500px;
  height: auto;
  max-width: 100%;
  max-height: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 24px 64px rgba(28, 26, 23, 0.28);
          box-shadow: 0 24px 64px rgba(28, 26, 23, 0.28);
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 48px 44px 40px;
  -webkit-transform: translateY(12px) scale(0.98);
          transform: translateY(12px) scale(0.98);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.consult-modal.is-open .consult-modal__dialog {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.consult-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 32px;
  height: 32px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: 0;
  padding: 0;
  background: transparent;
  color: #1c1a17;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
.consult-modal__close:hover {
  background: rgba(28, 26, 23, 0.06);
}
.consult-modal__close svg {
  display: block;
  width: 14px;
  height: 14px;
}
.consult-modal__title {
  margin: 0 0 8px;
  font-family: "Playfair Display", "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0;
  text-align: center;
  color: #1c1a17;
}
.consult-modal__subtitle {
  margin: 0 0 36px;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0;
  text-align: center;
  color: #1c1a17;
}
.consult-modal__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.consult-modal__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  text-align: left;
}
.consult-modal__label {
  font-family: "Inter", "Segoe UI", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0;
  color: #1c1a17;
}
.consult-modal__input, .consult-modal__select {
  width: 100%;
  height: 51px;
  padding: 0 16px;
  border: 1px solid #e2e0dc;
  border-radius: 8px;
  background: #f7f6f4;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
  color: #1c1a17;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.consult-modal__input::-webkit-input-placeholder, .consult-modal__select::-webkit-input-placeholder {
  color: #9a9590;
}
.consult-modal__input::-moz-placeholder, .consult-modal__select::-moz-placeholder {
  color: #9a9590;
}
.consult-modal__input:-ms-input-placeholder, .consult-modal__select:-ms-input-placeholder {
  color: #9a9590;
}
.consult-modal__input::-ms-input-placeholder, .consult-modal__select::-ms-input-placeholder {
  color: #9a9590;
}
.consult-modal__input::placeholder, .consult-modal__select::placeholder {
  color: #9a9590;
}
.consult-modal__input:focus, .consult-modal__select:focus {
  border-color: #d5ab1f;
  -webkit-box-shadow: 0 0 0 3px rgba(213, 171, 31, 0.18);
          box-shadow: 0 0 0 3px rgba(213, 171, 31, 0.18);
}
.consult-modal__input.is-invalid, .consult-modal__select.is-invalid {
  border-color: #c0392b;
  -webkit-box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.14);
          box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.14);
}
.consult-modal__input.is-invalid:focus, .consult-modal__select.is-invalid:focus {
  border-color: #c0392b;
  -webkit-box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.18);
          box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.18);
}
.consult-modal__error {
  margin: 0;
  min-height: 18px;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #c0392b;
}
.consult-modal__field.has-error {
  gap: 6px;
}
.consult-modal__select-wrap {
  position: relative;
}
.consult-modal__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 42px;
  cursor: pointer;
}
.consult-modal__chevron {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  pointer-events: none;
  color: #1c1a17;
}
.consult-modal__submit {
  width: 100%;
}
.consult-modal__submit .btn {
  width: 100%;
}

body.consult-modal-open {
  overflow: hidden;
}

@media (max-width: 560px) {
  .consult-modal__dialog {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 40px 24px 28px;
  }
  .consult-modal__title {
    font-size: 28px;
    line-height: 34px;
  }
  .consult-modal__subtitle {
    margin-bottom: 28px;
    font-size: 15px;
  }
}
.js-reveal .reveal-item {
  opacity: 0;
  -webkit-transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), transform 0.85s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-delay: var(--reveal-delay, 0ms);
          transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.js-reveal .reveal-item--up {
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}

.js-reveal .reveal-item--left {
  -webkit-transform: translate3d(-56px, 18px, 0);
          transform: translate3d(-56px, 18px, 0);
}

.js-reveal .reveal-item--right {
  -webkit-transform: translate3d(56px, 18px, 0);
          transform: translate3d(56px, 18px, 0);
}

.js-reveal .reveal-item--scale {
  -webkit-transform: translate3d(0, 28px, 0) scale(0.96);
          transform: translate3d(0, 28px, 0) scale(0.96);
}

.js-reveal .reveal.is-visible .reveal-item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .js-reveal .reveal-item {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 900px) {
  .concept,
  .compare,
  .benefits,
  .economy,
  .celebrations,
  .gallery,
  .floors,
  .closing,
  .tagline,
  .footer,
  .banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .stats {
    padding-top: 0;
    padding-bottom: 0;
  }
  .ownership {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .banner--cta {
    padding-top: 0;
    padding-bottom: 0;
  }
  .intro {
    padding-bottom: 50px;
  }
}