@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Encode+Sans:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "SVN-Gallery Modern";
  src: url("../fonts/SVN-GalleryModern.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Einstellung";
  src: url("../fonts/NeueEinstellung-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Einstellung";
  src: url("../fonts/NeueEinstellung-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Einstellung";
  src: url("../fonts/NeueEinstellung-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Einstellung";
  src: url("../fonts/NeueEinstellung-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Einstellung";
  src: url("../fonts/NeueEinstellung-Semi-Bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Einstellung";
  src: url("../fonts/NeueEinstellung-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Einstellung";
  src: url("../fonts/NeueEinstellung-Extra-Bold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Einstellung";
  src: url("../fonts/NeueEinstellung-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Encode Sans", sans-serif;
  font-size: 14px;
  color: #242424;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 !important;
}

h1, .h1 {
  font-family: "SVN-Gallery Modern", serif;
  font-weight: normal;
  font-size: 48px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 57px;
  }
}

h2, .h2 {
  font-family: "SVN-Gallery Modern", serif;
  font-weight: normal;
  font-size: 38px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 46px;
  }
}

h3, .h3 {
  font-family: "SVN-Gallery Modern", serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 36px;
  }
}

.sub-1 {
  display: block;
  font-family: "Neue Einstellung", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  color: #242424;
}
@media (min-width: 992px) {
  .sub-1 {
    font-size: 28px;
  }
}

.sub-2 {
  display: block;
  font-family: "Encode Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #242424;
}
@media (min-width: 992px) {
  .sub-2 {
    font-size: 18px;
  }
}

.body-1 {
  font-family: "Encode Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .body-1 {
    font-size: 16px;
  }
}

.body-2 {
  font-family: "Encode Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}

.caption {
  font-family: "Encode Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}

.btn-text {
  font-family: "Encode Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

:root {
  --c-ink: #0b1220;
  --c-navy: #132a4e;
  --c-blue: #1c3d73;
  --c-blue-royal: #2a56ad;
  --c-paper: #ffffff;
  --c-muted: #7d93b3;
  --c-line: rgba(19, 42, 78, .20);
  --c-line-light: rgba(255, 255, 255, .42);
  --c-line-dark: #182E4C;
  --c-line-light-1: #E4E4E4;
  --c-line-dark-1: #6E708F;
  --f-display: "SVN-Gallery Modern", serif;
  --f-body: "Neue Einstellung", sans-serif;
  --pad-y: 72px;
  --pad-y-lg: 128px;
  --gutter: 22px;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-padding-top: 96px;
  scroll-behavior: auto;
}
html.is-locked {
  overflow: hidden;
}

section[id],
[id] {
  scroll-margin-top: 96px;
}

body {
  margin: 0;
  background: var(--c-ink);
  color: var(--c-navy);
  font-family: var(--f-body);
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img,
video {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
.h1 {
  font-family: var(--f-display);
  font-weight: normal;
  font-size: 36px;
  line-height: 1.3;
}
h1.style-2,
.h1.style-2 {
  font-size: 40px !important;
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 64px;
  }
  h1.style-2,
  .h1.style-2 {
    font-size: 80px !important;
  }
}

h2,
.h2 {
  font-family: var(--f-display);
  font-weight: normal;
  font-size: 32px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 46px;
  }
}

h3,
.h3 {
  font-family: var(--f-display);
  font-weight: normal;
  font-size: 30px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  h3,
  .h3 {
    font-size: 36px;
  }
}

.sub-1 {
  display: block;
  font-family: var(--f-body);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
}
.sub-1.style-2 {
  font-weight: 300;
}

.sub-2 {
  display: block;
  font-family: var(--f-body);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
}
.sub-2.style-1 {
  font-weight: 500 !important;
}
.sub-2.style-2 {
  font-weight: 300 !important;
}

.sub-3 {
  display: block;
  font-family: var(--f-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
}
.sub-3.style-2 {
  font-weight: 300;
}

.body-1 {
  font-family: var(--f-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.body-2 {
  font-family: var(--f-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.body-2.style-2 {
  font-weight: 300;
}

.caption {
  font-family: var(--f-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}

.btn-text {
  font-family: var(--f-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.mg-24-top {
  margin-top: 24px;
}

.pd-175-top {
  padding-top: 105px;
}
@media (min-width: 992px) {
  .pd-175-top {
    padding-top: 175px;
  }
}

.mg-90-top {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .mg-90-top {
    margin-top: 90px;
  }
}

.mg-68-top {
  margin-top: 68px;
}
@media (max-width: 576px) {
  .mg-68-top {
    margin-top: 0 !important;
  }
}

.mg-32-bt {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .mg-32-bt {
    margin-bottom: 0 !important;
  }
}

.mg-72-bt {
  margin-bottom: 72px;
}
@media (min-width: 768px) {
  .mg-72-bt {
    margin-bottom: 0 !important;
  }
}

.mg-100-bt {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .mg-100-bt {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .mg-200-bt {
    margin-bottom: 200px;
  }
}

.mg-32-top {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .mg-32-top {
    margin-top: 0 !important;
  }
}

.pd-20 {
  padding: 0px 12px;
}
@media (min-width: 992px) {
  .pd-20 {
    padding: 0px 0px;
  }
}

.eyebrow {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--c-muted);
  margin: 0 0 22px;
}

.spark {
  display: inline-block;
  width: 0.62em;
  height: 0.62em;
  fill: currentColor;
  vertical-align: middle;
}

.ph {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(150deg, var(--c-blue) 0%, var(--c-ink) 60%, #081019 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ph::before {
  content: "";
  position: absolute;
  width: 32%;
  padding-bottom: 32%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  transform: rotate(45deg);
}
.ph__label {
  position: relative;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 0 16px;
}

.frame {
  position: relative;
  overflow: hidden;
  background: var(--c-ink);
}
.frame__inner {
  position: absolute;
  inset: -14% 0;
  will-change: transform;
}

.has-js .reveal {
  opacity: 0;
  transform: translateY(26px);
}

.mark {
  display: block;
  width: 38px;
  height: 38px;
  color: inherit;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  padding: 16px 34px;
  border: 1px solid var(--c-navy);
  border-radius: 999px;
  background: var(--c-navy);
  color: #f4f7fc;
  font-family: var(--f-body);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.45s var(--ease), color 0.45s var(--ease);
}
.btn:hover {
  background: transparent;
  color: var(--c-navy);
}
.btn__arrow {
  display: inline-block;
  transition: transform 0.45s var(--ease);
}
.btn:hover .btn__arrow {
  transform: translateX(5px);
}
.btn--light {
  background: #fff;
  border-color: #fff;
  color: var(--c-navy);
}
.btn--light:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.note {
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 22px;
  margin-top: 36px;
  max-width: 440px;
}
.note__deco {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.note__deco .spark {
  width: 23px;
  height: 23px;
  fill: var(--c-navy);
}
.note__deco i {
  display: block;
  width: 1px;
  flex: 1;
  height: 170px;
  margin-top: 12px;
  background: linear-gradient(var(--c-navy), rgba(19, 42, 78, 0));
}
@media (min-width: 768px) {
  .note__deco i {
    height: 150px;
  }
}
.note--light .spark {
  fill: #fff;
}
.note--light .note__deco i {
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}
.note--light .note__text {
  color: #182E4C;
}
.note--light .note__text.style-1 {
  color: #fff;
}

.round-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.05));
  color: #fff;
  font-family: var(--f-body);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: background 0.45s var(--ease);
}
.round-btn .spark {
  width: 14px;
  height: 14px;
  fill: #fff;
}
.round-btn:hover {
  background: radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.12));
}

.page {
  position: relative;
  z-index: 2;
}
.page__spacer {
  height: 100vh;
  height: 100svh;
}

@media (prefers-reduced-motion: reduce) {
  .has-js .reveal {
    opacity: 1;
    transform: none;
  }
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
}

.reveal {
  opacity: 1;
  transform: none;
}

@media (min-width: 992px) {
  .mg-left-70 {
    margin-left: 70px;
  }
}
.mg-left-70.style-1 {
  padding-right: 0px;
}
@media (min-width: 992px) {
  .mg-left-70.style-1 {
    padding-right: 50px;
  }
}
.mg-left-70.style-2 {
  padding-right: 0px;
}
@media (min-width: 992px) {
  .mg-left-70.style-2 {
    padding-right: 70px;
  }
}

/* ============================================================
   ANIMATION ON SCROLL (OLD PROJECT FADE-UP)
   ============================================================ */
.product-introduction__eyebrow,
.product-introduction__title,
.product-introduction__description,
.product-introduction__media,
.product-introduction__stat-gird,
.product-collection__title,
.note.note--light.js-reveal,
.product-collection__eyebrow,
.product-collection__brand,
.contact__aside,
.contact__form,
.apartment-plan__eyebrow,
.apartment-plan__title,
.floor-plan__header {
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 1.1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform, opacity;
  /* Xóa CSS cũ đụng độ nếu có js-reveal */
}
.product-introduction__eyebrow.js-reveal,
.product-introduction__title.js-reveal,
.product-introduction__description.js-reveal,
.product-introduction__media.js-reveal,
.product-introduction__stat-gird.js-reveal,
.product-collection__title.js-reveal,
.note.note--light.js-reveal.js-reveal,
.product-collection__eyebrow.js-reveal,
.product-collection__brand.js-reveal,
.contact__aside.js-reveal,
.contact__form.js-reveal,
.apartment-plan__eyebrow.js-reveal,
.apartment-plan__title.js-reveal,
.floor-plan__header.js-reveal {
  opacity: 0;
  transform: translateY(70px);
}

/* fallback cho các phần tử animation */
html:not(.has-js) .product-introduction__eyebrow,
html:not(.has-js) .product-introduction__title,
html:not(.has-js) .product-introduction__description,
html:not(.has-js) .product-introduction__media,
html:not(.has-js) .product-introduction__stat-gird,
html:not(.has-js) .product-collection__title,
html:not(.has-js) .note.note--light.js-reveal,
html:not(.has-js) .product-collection__eyebrow,
html:not(.has-js) .product-collection__brand,
html:not(.has-js) .contact__aside,
html:not(.has-js) .contact__form,
html:not(.has-js) .apartment-plan__eyebrow,
html:not(.has-js) .apartment-plan__title,
html:not(.has-js) .floor-plan__header {
  opacity: 1;
  transform: none;
}

/* Animation trigger */
.product-introduction__eyebrow.is-visible,
.product-introduction__title.is-visible,
.product-introduction__description.is-visible,
.product-introduction__media.is-visible,
.product-introduction__stat-gird.is-visible,
.product-collection__title.is-visible,
.note.note--light.js-reveal.is-visible,
.product-collection__eyebrow.is-visible,
.product-collection__brand.is-visible,
.contact__aside.is-visible,
.contact__form.is-visible,
.apartment-plan__eyebrow.is-visible,
.apartment-plan__title.is-visible,
.floor-plan__header.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  height: 100svh;
  z-index: 1;
  overflow: hidden;
}
.hero__media-wrapper {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.hero__media-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: linear-gradient(180deg, rgba(24, 46, 76, 0) 0%, #182E4C 100%);
}
.hero__media-pc, .hero__media-mb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__media-pc {
  display: none;
}
@media (min-width: 576px) {
  .hero__media-pc {
    display: block;
  }
}
.hero__media-mb {
  display: block;
}
@media (min-width: 576px) {
  .hero__media-mb {
    display: none;
  }
}
.hero__container {
  position: relative;
  z-index: 2;
  height: 100%;
}
.hero__content {
  position: relative;
  z-index: 2;
}
.hero__body {
  position: relative;
  z-index: 2;
}
.hero__eyebrow, .hero__title {
  opacity: 0;
  animation: heroFadeUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.hero__eyebrow {
  letter-spacing: 25%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 12px !important;
  animation-delay: 0.3s;
}
.hero__title {
  font-family: var(--f-display);
  color: var(--c-paper);
  text-transform: uppercase;
  margin-bottom: 55px;
  animation-delay: 0.6s;
}
.hero__title span {
  display: inline;
}
@media (min-width: 992px) {
  .hero__title span {
    display: block;
  }
}
@media (min-width: 992px) {
  .hero__title {
    margin-bottom: 50px;
  }
}

.sec-news *,
.sec-news *::before,
.sec-news *::after {
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .sec-news {
    padding: var(--pad-y-lg) 0 var(--pad-y);
  }
}
.sec-news__head {
  margin-bottom: 24px;
}
.sec-news__eyebrow {
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--c-muted);
  margin: 0 0 12px !important;
  opacity: 1 !important;
}
.sec-news__viewport {
  overflow: hidden;
  width: 100%;
}
.sec-news__track {
  display: flex;
}
@media (min-width: 576px) {
  .sec-news__track {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
    transform: none !important;
  }
}
@media (min-width: 992px) {
  .sec-news__track {
    gap: 50px !important;
  }
}
.sec-news__nav {
  display: flex !important;
  gap: 16px;
  justify-content: center;
  margin-top: 24px;
}
@media (min-width: 576px) {
  .sec-news__nav {
    display: none !important;
  }
}
.sec-news__arrow {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid var(--c-line) !important;
  background: transparent !important;
  color: var(--c-navy);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  outline: none;
  transition: border-color 0.35s var(--ease);
}
.sec-news__arrow:hover {
  border-color: var(--c-navy) !important;
}
.sec-news__arrow.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.sec-news__arrow svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.4;
  fill: none;
}

/* Style Card Tin Tức */
/* Style Card Tin Tức */
.news-card {
  height: auto;
  cursor: pointer;
}
.news-card__title {
  margin-bottom: 0px !important;
  display: block;
  transition: color 0.3s ease;
  opacity: 1;
}
.news-card__decos {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.news-card__lines {
  display: block;
  width: 2px;
  height: 94px;
  background: linear-gradient(360deg, #ffffff 0%, #b4d3ff 100%);
}
.news-card__date {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--c-line-dark-1);
  margin-bottom: 14px !important;
}
.news-card__figure {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--c-ink);
  margin-bottom: 16px;
  /* Cài đặt hiệu ứng lóe sáng (shine) ở trạng thái ban đầu */
}
.news-card__figure::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
  /* Tránh block các thao tác click vào ảnh */
}
.news-card__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Cài đặt transition mượt mà cho ảnh giống dự án cũ */
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.news-card {
  /* KÍCH HOẠT HIỆU ỨNG KHI HOVER VÀO TOÀN BỘ KHỐI CARD (BAO GỒM CẢ TITLE) */
}
.news-card:hover .news-card__figure {
  /* 1. Hiệu ứng phóng to ảnh */
}
.news-card:hover .news-card__figure img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.news-card:hover .news-card__figure {
  /* 2. Hiệu ứng lóe sáng (shine) */
}
.news-card:hover .news-card__figure::after {
  height: 250%;
  transition: all 0.5s linear;
  background-color: transparent;
}
.news-card:hover {
  /* Tuỳ chọn: Hiệu ứng đổi màu cho tiêu đề khi hover vào card */
}
.contact {
  padding-bottom: 60px;
  padding-top: 200px;
  color: #eaf1fb;
  border-bottom: 2px solid rgba(180, 211, 255, 0.25);
}
@media (min-width: 992px) {
  .contact {
    padding-top: 300px;
  }
}
.contact *,
.contact *::before,
.contact *::after {
  box-sizing: border-box;
}
.contact__grid {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 992px) {
  .contact__grid {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 80px;
    align-items: start;
  }
}
.contact__title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--c-line-light-1);
}
.contact__text {
  margin-top: 11px;
  margin-bottom: 48px;
  max-width: 400px;
  line-height: 1.5;
  color: var(--c-line-light-1);
}
.contact__info {
  display: flex !important;
  margin-top: 38px;
  gap: 48px;
}
.contact__info p {
  margin: 0;
}
.contact__info-label {
  margin-bottom: 8px !important;
}
.contact__info-value {
  font-size: 16px;
  color: #fff;
}
.contact__form {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 0;
}
@media (min-width: 768px) {
  .contact__form {
    grid-template-columns: 1fr 1fr;
  }
}
.contact__field {
  width: 100%;
  padding: 16px 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-radius: 16px !important;
  outline: none;
  color: var(--c-paper) !important;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.contact__field::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--f-body) !important;
  font-size: 14px !important;
}
.contact__field:focus {
  box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.contact__field--full {
  grid-column: 1/-1;
}
.contact textarea.contact__field {
  resize: vertical;
  min-height: 120px;
}
.contact__submit {
  margin-top: 10px;
  font-size: 14px;
  width: 100%;
  background: var(--c-paper);
  border-radius: 16px;
  padding: 0 13px;
  font-family: var(--f-body);
  font-weight: 500;
  color: var(--c-line-dark);
  height: 48px;
  cursor: pointer;
  transition: background 0.4s var(--ease), color 0.4s var(--ease);
  border: none !important;
  outline: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
}
@media (min-width: 768px) {
  .contact__submit {
    width: 170px !important;
    grid-column: 1/-1;
    justify-self: end;
  }
}
.contact__submit:hover {
  background: radial-gradient(ellipse 65% 65% at center, #2582DF 0%, rgba(255, 255, 255, 0) 100%), #F4FAFF !important;
  color: var(--c-paper) !important;
}

/* ==================== FOOTER GRADIENT BACKGROUND ==================== */
.color_footer {
  /* Thông số chuẩn 100% từ Figma (Trải màu từ dưới lên trên) */
  margin-top: 0;
  background: linear-gradient(to top, #081E69 0%, #023CAA 40%, #5694E2 77%, #D3E1F7 89%, #F4FAFF 94%, #FFFFFF 100%);
}
@media (min-width: 992px) {
  .color_footer {
    background: linear-gradient(to top, #081E69 0%, #023CAA 28%, #5694E2 53%, #D3E1F7 75%, #F4FAFF 87%, #FFFFFF 100%);
  }
}

.site-footer {
  color: #dbe6f7;
  padding: 50px 0;
}
.site-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  text-align: center;
}
@media (min-width: 992px) {
  .site-footer__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
.site-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.site-footer__brand .mark {
  width: 44px;
  height: 44px;
  color: #eaf1fb;
}
.site-footer__name {
  font-family: var(--f-display);
  font-size: 18px;
  letter-spacing: 0.06em;
}
.site-footer__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 992px) {
  .site-footer__nav {
    flex-direction: row;
    gap: 68px;
  }
}
.site-footer__link {
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #dbe6f7;
  transition: color 0.35s var(--ease);
}
.site-footer__link:hover {
  color: #fff;
}
.site-footer__link--muted {
  color: rgba(219, 230, 247, 0.5);
}

.offcanvas {
  position: fixed;
  inset: 0;
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  max-height: none !important;
  display: flex;
  flex-direction: column;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-image: url("../images/bg-offcanvas-mobile.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-clip: padding-box;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(244, 250, 255, 0.55) transparent;
  transition: var(--bs-offcanvas-transition);
}
.offcanvas::-webkit-scrollbar {
  width: 4px;
}
.offcanvas::-webkit-scrollbar-thumb {
  background-color: rgba(244, 250, 255, 0.55);
}
@media (min-width: 576px) {
  .offcanvas {
    background-image: url("../images/bg-offcanvas.png");
  }
}

.btn {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  font: inherit;
  letter-spacing: normal;
  text-transform: none;
  cursor: pointer;
  text-align: inherit;
  text-decoration: none;
}

.header-nav__lines {
  display: block;
  width: 72px;
  height: 1px;
  justify-self: center;
  background-color: #F4FAFF;
}
@media (min-width: 992px) {
  .header-nav__lines {
    width: 1px;
    height: 60px;
  }
}
.header-nav__logo {
  max-width: 108px;
}
@media (min-width: 576px) {
  .header-nav__logo {
    max-width: 148px !important;
  }
}
.header-nav__links {
  font-family: var(--f-display);
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  color: var(--c-paper);
  text-decoration: none;
}
@media (min-width: 576px) {
  .header-nav__links {
    font-size: 64px;
  }
}
.header-nav__menu {
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
}
.header-nav__sub-menu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  /* Ẩn mặc định với hiệu ứng mượt */
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}
@media (min-width: 992px) {
  .header-nav__sub-menu {
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 24px;
    align-items: center;
  }
}
.header-nav__sub-menu {
  /* Hiện submenu khi JS thêm class is-partners-open vào container */
}
.is-partners-open .header-nav__sub-menu {
  margin-top: 24px;
  opacity: 1;
  visibility: visible;
  max-height: 300px;
}
.header-nav__links-2 {
  display: inline-block;
  color: var(--c-paper);
  font-family: var(--f-display);
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}
@media (min-width: 992px) {
  .header-nav__links-2 {
    font-size: 28px;
  }
}
.header-nav__body {
  padding-top: 55px;
  padding-bottom: 55px;
}
.header-nav__content {
  flex: 0 0 auto;
  overflow: visible;
}
.header-nav__footer {
  gap: 50px;
}
.header-nav__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent !important;
  background-image: none !important;
  color: #fff !important;
  font-family: inherit;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  opacity: 1;
}
.header-nav__close.style-1 {
  margin: 0 !important;
}
.header-nav__close::before {
  content: "×";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  line-height: 20px;
}
.header-nav__close:hover, .header-nav__close:focus {
  color: #fff !important;
  opacity: 1;
  background: transparent !important;
  box-shadow: none;
}
.header-nav__header {
  padding: 24px 0;
}

.heade-nav__action-text {
  color: var(--c-paper);
}

.header-nav__links {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 0;
  transition: color 0.3s ease;
}
.header-nav__links span {
  position: relative;
  display: inline-block;
}
.header-nav__links span::before, .header-nav__links span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-color: #ffffff;
  -webkit-mask: url("../images/start-light.svg") center/contain no-repeat;
  mask: url("../images/start-light.svg") center/contain no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.header-nav__links span::before {
  right: calc(100% + 60px + 15px);
  transform: translateX(10px);
}
@media (min-width: 992px) {
  .header-nav__links span::before {
    right: calc(100% + 165px + 15px);
    transform: translateX(10px);
  }
}
.header-nav__links span::after {
  left: calc(100% + 60px + 15px);
  transform: translateX(-10px);
}
@media (min-width: 992px) {
  .header-nav__links span::after {
    left: calc(100% + 165px + 15px);
    transform: translateX(-10px);
  }
}
.header-nav__links::before, .header-nav__links::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 55px;
  height: 2px;
  margin-top: -1px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (min-width: 992px) {
  .header-nav__links::before, .header-nav__links::after {
    width: 160px !important;
  }
}
.header-nav__links::before {
  right: 100%;
  margin-right: 10px;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #b4d3ff);
  transform: translateX(10px);
}
.header-nav__links::after {
  left: 100%;
  margin-left: 10px;
  background: linear-gradient(to left, #b4d3ff, rgba(255, 255, 255, 0));
  transform: translateX(-10px);
}
.header-nav__links:hover::before, .header-nav__links:hover::after,
.header-nav__links:hover span::before,
.header-nav__links:hover span::after {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 20px 0;
  transition: all 0.3s ease;
}
.header__logo {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 576px) {
  .header__logo {
    display: flex !important;
  }
}
.header__logo:hover .header__logo-image:nth-child(1) {
  opacity: 1;
  visibility: visible;
}
.header__logo:hover .header__logo-image:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.header__logo-image {
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  filter: brightness(0) invert(1);
}
.header__logo-image:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  width: 110px;
  height: auto;
  max-width: none;
}
.header__logo-image:nth-child(2) {
  opacity: 1;
  visibility: visible;
  width: auto;
  max-width: 100%;
}
.header__logo-image:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  width: auto;
  max-width: 100%;
}
.header__menu, .header__action {
  cursor: pointer;
}
.header__menu .header__menu-text,
.header__menu .header__action-text, .header__action .header__menu-text,
.header__action .header__action-text {
  color: #ffffff !important;
  margin: 0px !important;
  transition: color 0.3s ease;
}
.header__menu .header__menu-icon,
.header__menu .header__action-icon, .header__action .header__menu-icon,
.header__action .header__action-icon {
  filter: brightness(0) invert(1) !important;
  transition: filter 0.3s ease;
}
.header--dark {
  background-color: rgba(24, 46, 76, 0.3);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  padding: 10px 0;
}
.header--dark .header__logo-image:nth-child(1), .header--dark .header__logo-image:nth-child(2) {
  opacity: 0 !important;
  visibility: hidden !important;
}
.header--dark .header__logo-image:nth-child(3) {
  opacity: 1 !important;
  visibility: visible !important;
}
.header--dark .header__menu-text,
.header--dark .header__action-text {
  color: #ffffff !important;
}
.header--dark .header__menu-icon,
.header--dark .header__action-icon {
  filter: brightness(0) invert(1) !important;
}

.header.js-header-dark {
  position: relative;
  z-index: 10;
  padding: 20px 0;
}
.header.js-header-dark .row {
  position: relative;
}
.header.js-header-dark .header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
}
.header.js-header-dark .header__logo-image {
  position: static;
  transform: none;
  opacity: 1;
  visibility: visible;
  width: auto;
  max-width: 100%;
  filter: brightness(0) invert(1);
}

.product-introduction {
  padding-top: 150px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .product-introduction {
    padding-top: 200px;
    padding-bottom: 220px;
  }
}
.product-introduction__background {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.product-introduction__background-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: unset;
}
@media (min-width: 576px) {
  .product-introduction__background-image {
    object-fit: cover;
  }
}
@media (min-width: 1200px) {
  .product-introduction__background-image {
    object-fit: unset;
  }
}
.product-introduction__background-image--mobile {
  display: block;
}
@media (min-width: 576px) {
  .product-introduction__background-image--mobile {
    display: none;
  }
}
.product-introduction__background-image--desktop {
  display: none;
}
@media (min-width: 576px) {
  .product-introduction__background-image--desktop {
    display: block;
  }
}
.product-introduction__container {
  position: relative;
  z-index: 2;
}
.product-introduction__stat-gird {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
@media (min-width: 768px) {
  .product-introduction__stat-gird {
    flex-direction: row;
    gap: 0;
  }
}
.product-introduction__stat-label {
  color: #A5A5A5;
  margin-bottom: 0px !important;
  letter-spacing: 25%;
}
.product-introduction__eyebrow {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500 !important;
  letter-spacing: 25%;
  margin-bottom: 8px !important;
}
.product-introduction__title {
  color: var(--c-paper);
  margin-bottom: 25px !important;
}
.product-introduction__description {
  color: #E6E7E8;
  margin-bottom: 70px !important;
}
.product-introduction__media-image {
  height: auto;
  width: 100%;
  object-fit: cover;
  display: block;
  margin-bottom: 70px;
}

.start__decos {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.start__lines {
  display: block;
  width: 2px;
  height: 33px;
  background: linear-gradient(180deg, #B4D3FF 0%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 992px) {
  .start__lines {
    height: 83px;
  }
}
.start__lines.style-2 {
  height: 140px;
}
.start__lines.style-3 {
  height: 50px;
}

.product-collection {
  position: relative;
  background-color: #182E4C;
  color: #ffffff;
  overflow-x: hidden;
  padding-top: 80px;
}
@media (min-width: 992px) {
  .product-collection {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.product-collection__title {
  color: #ffffff;
  font-size: 40px;
  line-height: 1.2;
  font-family: var(--f-display);
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .product-collection__title {
    font-size: 80px;
  }
}
.product-collection__brand-row {
  margin-bottom: 40px;
}
.product-collection__eyebrow {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 8px;
  font-weight: 500 !important;
  line-height: 140% !important;
  font-size: 14px !important;
}
.product-collection__brand {
  color: #ffffff;
  font-size: 40px;
  line-height: 1.2;
  font-family: var(--f-display);
}
@media (min-width: 992px) {
  .product-collection__brand {
    font-size: 80px;
  }
}
.product-collection__gallery {
  margin-bottom: 40px;
}
.product-collection__text {
  font-weight: 500;
  color: #CECECE !important;
}
.product-collection__text.color-white {
  color: #ffffff !important;
}
.product-collection__img {
  overflow: hidden;
  background: var(--c-ink);
}
.product-collection__img img {
  transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.product-collection__img:hover img {
  transform: scale(1.04);
}
@media (min-width: 992px) {
  .product-collection__img-bleed {
    margin-right: calc(-50vw + 50%) !important;
  }
}
@media (min-width: 992px) {
  .product-collection__img-bleed-left {
    margin-left: calc(-50vw + 50%) !important;
  }
}
.product-collection__list li {
  min-height: 32px;
  display: flex;
  align-items: center;
}
.product-collection__list li span {
  color: rgba(255, 255, 255, 0.85);
  width: 100%;
}
.product-collection__total {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .product-collection__total {
    margin-bottom: 0px;
  }
}
.product-collection__total-number {
  color: #ffffff;
}
.product-collection__total-label {
  color: #BABABA;
  font-weight: 600 !important;
}
.product-collection__bottom {
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .product-collection__bottom {
    margin-bottom: 220px;
  }
  .product-collection__bottom.style-2 {
    margin-bottom: 0px !important;
  }
}

.floor-plan {
  position: relative;
  padding: 80px 0;
  background-color: #ffffff;
  color: var(--c-navy);
  overflow: hidden;
}
@media (min-width: 992px) {
  .floor-plan {
    padding: 150px 0;
  }
}
.floor-plan::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 50%, #daedff 0%, rgba(255, 255, 255, 0) 30%);
}
.floor-plan__eyebrow {
  color: gray;
  margin-bottom: 8px;
  font-weight: 500 !important;
  letter-spacing: 25%;
}
.floor-plan__title {
  color: var(--c-line-dark);
  margin-bottom: 40px;
}
.floor-plan__desc {
  color: #A5A5A5;
  font-weight: 300;
  margin: 0 !important;
}
.floor-plan__tabs {
  position: relative;
  margin-bottom: 20px;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .floor-plan__tabs {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.floor-plan__tab-nav {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.floor-plan__tab-nav .nav-item {
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
  position: relative;
  margin-right: clamp(40px, 10vw, 100px);
}
.floor-plan__tab-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.floor-plan__tab-nav .nav-item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: calc(50% + 15px);
  width: calc(100% + clamp(40px, 10vw, 100px) - 25px);
  height: 0;
  border-top: 2px solid #E6E7E8;
  z-index: 0;
}
.floor-plan__tab-btn {
  border: none;
  background: transparent;
  font-weight: 500;
  color: #CECECE;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}
.floor-plan__tab-btn:hover {
  color: var(--c-navy);
}
.floor-plan__tab-btn.active {
  color: var(--c-navy);
}
.floor-plan__tab-icon {
  display: block;
  width: 16px;
  height: 16px;
  transition: color 0.25s ease;
  flex-shrink: 0;
  margin-top: 23px;
}
.floor-plan__media {
  display: grid;
  align-items: center;
}
.floor-plan__img {
  grid-area: 1/1;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(15px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, visibility 0.5s ease-in-out;
  display: block !important;
}
.floor-plan__img.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
  transform: translateY(0);
}

.apartment-plan {
  position: relative;
  padding-top: 80px;
  background-color: #ffffff;
  color: var(--c-navy);
  overflow-x: clip;
}
@media (min-width: 992px) {
  .apartment-plan {
    padding-top: 150px;
  }
}
.apartment-plan__eyebrow {
  color: gray;
  margin-bottom: 8px;
  font-weight: 500 !important;
  letter-spacing: 25%;
}
.apartment-plan__title {
  color: var(--c-line-dark);
  margin-bottom: 64px;
}
.apartment-plan__tabs-wrapper {
  position: relative;
  margin-bottom: 64px;
}
@media (max-width: calc(992px - 0.02px)) {
  .apartment-plan__tabs-wrapper {
    padding: 0px 10px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
  }
}
.apartment-plan__tabs {
  position: relative;
}
@media (max-width: calc(992px - 0.02px)) {
  .apartment-plan__tabs {
    width: 100%;
    display: block !important;
    justify-content: unset !important;
  }
}
.apartment-plan__tab-nav {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: nowrap;
}
@media (max-width: calc(992px - 0.02px)) {
  .apartment-plan__tab-nav {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
  .apartment-plan__tab-nav::-webkit-scrollbar {
    display: none;
  }
}
.apartment-plan__tab-nav .nav-item {
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
  position: relative;
  margin-right: clamp(40px, 8vw, 120px);
}
@media (max-width: calc(992px - 0.02px)) {
  .apartment-plan__tab-nav .nav-item {
    margin-right: 5vw;
  }
}
.apartment-plan__tab-nav .nav-item:last-child {
  margin-right: 0 !important;
}
@media (max-width: calc(992px - 0.02px)) {
  .apartment-plan__tab-nav .nav-item:nth-child(1), .apartment-plan__tab-nav .nav-item:nth-child(2) {
    scroll-snap-align: start;
  }
}
@media (max-width: calc(992px - 0.02px)) {
  .apartment-plan__tab-nav .nav-item:nth-child(3), .apartment-plan__tab-nav .nav-item:nth-child(4) {
    scroll-snap-align: end;
  }
}
.apartment-plan__tab-nav .nav-item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: calc(50% + 15px);
  width: calc(100% + clamp(40px, 8vw, 120px) - 30px);
  height: 0;
  border-top: 2px solid #E6E7E8;
  z-index: 0;
}
@media (max-width: calc(992px - 0.02px)) {
  .apartment-plan__tab-nav .nav-item:not(:last-child)::after {
    width: calc(100% + 5vw - 30px);
  }
}
.apartment-plan__tab-btn {
  border: none;
  background: transparent;
  font-weight: 500;
  color: #CECECE;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  transform: scale(1);
}
.apartment-plan__tab-btn:hover {
  color: var(--c-navy);
}
.apartment-plan__tab-btn.active {
  color: var(--c-navy);
  transform: scale(1.1);
  text-shadow: 0px 4px 10px rgba(24, 46, 76, 0.15);
}
.apartment-plan__tab-icon {
  display: block;
  width: 16px;
  height: 16px;
  transition: color 0.25s ease;
  flex-shrink: 0;
  margin-top: 23px;
}
.apartment-plan__content {
  position: relative;
}
@media (min-width: 992px) {
  .apartment-plan__content {
    display: grid;
    align-items: center;
  }
  .apartment-plan__content::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(-50vw + 50%);
    right: calc(-50vw + 50%);
    background-color: #f4faff;
    z-index: 0;
  }
}
@media (max-width: calc(992px - 0.02px)) {
  .apartment-plan__content {
    display: flex !important;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .apartment-plan__content::-webkit-scrollbar {
    display: none;
  }
}
.apartment-plan__item {
  width: 100%;
}
@media (min-width: 992px) {
  .apartment-plan__item {
    grid-area: 1/1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(15px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, visibility 0.5s ease-in-out;
    z-index: 1;
    display: block !important;
  }
  .apartment-plan__item.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
    transform: translateY(0);
  }
}
@media (max-width: calc(992px - 0.02px)) {
  .apartment-plan__item {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }
  .apartment-plan__item.tab-pane {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
}
.apartment-plan__2d-img {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .apartment-plan__2d-img {
    margin-bottom: 0px;
  }
}
.apartment-plan__desc {
  color: #A5A5A5;
  max-width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .apartment-plan__desc {
    margin-top: 60px;
  }
}
.apartment-plan__img-bleed {
  overflow: hidden;
}
@media (min-width: 992px) {
  .apartment-plan__img-bleed {
    margin-right: calc(-30vw + 50%);
    height: 60vh;
    margin-left: 50px;
  }
}
.apartment-plan__img-bleed img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.horizontal-slider {
  position: relative;
  background-color: #ffffff;
  color: var(--c-navy);
  z-index: 10;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .horizontal-slider {
    padding-top: 150px;
  }
}
.horizontal-slider__track {
  position: relative;
  height: auto;
}
@media (min-width: 992px) {
  .horizontal-slider__track {
    height: 400vh;
  }
}
.horizontal-slider__sticky {
  position: relative;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .horizontal-slider__sticky {
    position: sticky;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
}
.horizontal-slider__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  align-items: center;
  padding-left: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .horizontal-slider__wrapper {
    flex-direction: row;
    height: 100%;
    width: max-content;
    will-change: transform;
  }
}
.horizontal-slider__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  width: 100%;
  padding: 0;
}
@media (min-width: 992px) {
  .horizontal-slider__slide {
    flex-direction: row;
    align-items: center;
    width: 100vw;
    padding-right: 5vw;
  }
}
@media (min-width: 992px) {
  .horizontal-slider__slide--full .horizontal-slider__image {
    width: 40vw;
    height: 100vh;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .horizontal-slider__slide--box .horizontal-slider__image {
    width: 45vw;
    height: 60vh;
    padding-left: 5vw;
  }
}
.horizontal-slider__slide--box .horizontal-slider__image img {
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.08);
}
@media (min-width: 992px) {
  .horizontal-slider__slide--wide {
    flex-direction: column;
    width: 80vw;
    padding-right: 10vw;
  }
}
@media (min-width: 992px) {
  .horizontal-slider__slide--wide .horizontal-slider__image {
    width: 100%;
    height: 65vh;
    margin-bottom: 50px;
    padding: 0;
  }
}
.horizontal-slider__slide--wide .horizontal-slider__image img {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
@media (min-width: 992px) {
  .horizontal-slider__slide--wide .horizontal-slider__content {
    width: 100%;
    padding: 0 0vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.horizontal-slider__slide--wide .horizontal-slider__content-left, .horizontal-slider__slide--wide .horizontal-slider__content-right {
  width: 100%;
}
@media (min-width: 992px) {
  .horizontal-slider__slide--wide .horizontal-slider__content-left, .horizontal-slider__slide--wide .horizontal-slider__content-right {
    width: 45%;
  }
}
.horizontal-slider__slide--wide .horizontal-slider__content-right {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 3fr 9fr;
}
@media (min-width: 992px) {
  .horizontal-slider__slide--wide .horizontal-slider__content-right {
    margin-top: 40px;
  }
}
.horizontal-slider__slide--wide .horizontal-slider__content::before {
  display: none;
}
@media (max-width: calc(992px - 0.02px)) {
  .horizontal-slider__slide--reverse-box {
    flex-direction: column-reverse;
  }
  .horizontal-slider__slide--reverse-box .horizontal-slider__image {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .horizontal-slider__slide--reverse-box {
    flex-direction: row-reverse;
    width: 100vw;
    padding-right: 5vw;
  }
}
@media (min-width: 992px) {
  .horizontal-slider__slide--reverse-box .horizontal-slider__image {
    width: 45vw;
    height: 60vh;
    padding: 0;
  }
}
.horizontal-slider__slide--reverse-box .horizontal-slider__image img {
  box-shadow: -15px 15px 40px rgba(0, 0, 0, 0.08);
}
@media (min-width: 992px) {
  .horizontal-slider__slide--reverse-box .horizontal-slider__content {
    width: 50vw;
    padding-left: 10vw;
  }
}
@media (max-width: calc(992px - 0.02px)) {
  .horizontal-slider__slide--reverse-full {
    flex-direction: column-reverse;
  }
  .horizontal-slider__slide--reverse-full .horizontal-slider__image {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .horizontal-slider__slide--reverse-full {
    flex-direction: row-reverse;
    width: 100vw;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .horizontal-slider__slide--reverse-full .horizontal-slider__image {
    width: 50vw;
    height: 100vh;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .horizontal-slider__slide--reverse-full .horizontal-slider__content {
    width: 50vw;
    padding-left: 10vw;
  }
}
.horizontal-slider__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 65px;
}
@media (min-width: 992px) {
  .horizontal-slider__image {
    height: 50vh;
    margin-bottom: 0;
  }
}
.horizontal-slider__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.horizontal-slider__content {
  width: 100%;
  padding: 0 12px;
  position: relative;
  isolation: isolate;
}
@media (min-width: 992px) {
  .horizontal-slider__content {
    width: 50vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
.horizontal-slider__content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  width: 120%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(218, 237, 255, 0.6) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: -1;
  pointer-events: none;
}
.horizontal-slider__eyebrow {
  color: gray;
  font-weight: 500 !important;
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: 25%;
}
.horizontal-slider__heading {
  color: var(--c-line-dark);
  font-family: var(--f-display);
  margin-bottom: 24px;
  text-transform: uppercase;
  margin-bottom: 32px;
  white-space: normal;
}
@media (min-width: 992px) {
  .horizontal-slider__heading {
    margin-bottom: 40px;
    white-space: nowrap;
  }
}

/*# sourceMappingURL=style.css.map */
