@font-face {
  font-family: "Saldo";
  src: url("../fonts/saldo-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Amsterdam";
  src: url("../fonts/Amsterdam.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Global Heading Font - Playfair Display */
h1, h2, h3,
.hero-invitation__title,
.hero-intro__headline,
.hero-intro__heading,
.expression__heading,
.expression__heading span,
.rarity__title,
.city-next__main,
.ocean-view__title,
.plan-section__heading-main,
.connectivity__heading,
.bms-slide__script,
.bms-slide__title,
.video-gallery__heading,
.enquiry-form h3,
#formHeading {
  font-family: "Playfair Display", serif !important;
  font-weight: 400 !important;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #f7f6e4;
  color: #fff;
  font-family: "Satoshi", sans-serif;
  overflow-x: hidden;
}

.field-error {
  display: block;
  font-size: 12px;
  color: #ff4d4f;
  margin-top: 4px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: transparent !important;
  border-bottom: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  pointer-events: none;
}

.site-header::after {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  z-index: 998;
}

.site-header.is-open::after {
  opacity: 1;
  pointer-events: auto;
}

.site-header__inner {
  position: relative;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
  min-height: 80px;
  display: grid;
  grid-template-columns: 220px 1fr 220px;
  align-items: center;
  pointer-events: auto;
}

.site-header__logo {
  justify-self: start;
  display: flex;
  align-items: center;
}

.site-header__logo img {
  width: 175px;
  height: auto;
  display: block;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.7));
  transition: filter 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.site-header__nav {
  justify-self: center;
  display: flex;
  align-items: center;
}

.nav-capsule {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 9999px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
  transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.nav-capsule a {
  padding: 7px 16px;
  color: #ffffff;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
  border-radius: 9999px;
  transition: all 0.25s ease;
  line-height: 1;
}

.nav-capsule a:hover,
.nav-capsule a.is-active {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

.site-header__actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-header__enquire-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 9999px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
}

.site-header__enquire-btn:hover {
  background: rgba(255, 255, 255, 0.35);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.65);
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

/* Light Theme: When header is over white / light sections */
.site-header.theme-light .site-header__logo img {
  filter: brightness(0);
}

.site-header.theme-light .nav-capsule {
  background: rgba(43, 50, 52, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-color: rgba(43, 50, 52, 0.2);
  box-shadow: 0 4px 18px rgba(43, 50, 52, 0.08);
}

.site-header.theme-light .nav-capsule a {
  color: #2b3234;
}

.site-header.theme-light .nav-capsule a:hover,
.site-header.theme-light .nav-capsule a.is-active {
  background: rgba(43, 50, 52, 0.14);
  color: #2b3234;
}

.site-header.theme-light .site-header__enquire-btn {
  background: rgba(43, 50, 52, 0.1);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: #2b3234;
  border-color: rgba(43, 50, 52, 0.28);
  box-shadow: 0 4px 16px rgba(43, 50, 52, 0.08);
}

.site-header.theme-light .site-header__enquire-btn:hover {
  background: rgba(43, 50, 52, 0.22);
  border-color: rgba(43, 50, 52, 0.45);
  color: #2b3234;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(43, 50, 52, 0.15);
}

.site-header.theme-light .site-header__toggle-line {
  background: #2b3234;
}

/* Blue Theme: When header is over #6597c4 background (.city-next) */
.site-header.theme-blue .site-header__logo img {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
}

.site-header.theme-blue .nav-capsule {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-color: rgba(255, 255, 255, 0.42);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
}

.site-header.theme-blue .nav-capsule a {
  color: #ffffff;
}

.site-header.theme-blue .nav-capsule a:hover,
.site-header.theme-blue .nav-capsule a.is-active {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.site-header.theme-blue .site-header__enquire-btn {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.site-header.theme-blue .site-header__enquire-btn:hover {
  background: rgba(255, 255, 255, 0.35);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.65);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.site-header.theme-blue .site-header__toggle-line {
  background: #ffffff;
}

.site-header__toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 0;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.site-header__toggle-line {
  display: block;
  width: 28px;
  height: 2px;
  background: #ffffff;
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease, background 0.3s ease;
}

.site-header__toggle-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

body.menu-open {
  overflow: hidden;
}

.scroll-target {
  height: 0;
}

.hero-invitation,
.hero-intro,
.expression,
.connectivity,
.video-gallery,
.bms,
#home,
#overview,
#location,
#amenities,
#gallery {
  scroll-margin-top: 0;
}

.hero-invitation {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  height: 100vh;
  min-height: 600px;
  max-height: 1000px;
  background-image: url("../images/banner/1400x700_9.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding-bottom: 40px;
}

.hero-invitation__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.12) 40%, rgba(0, 0, 0, 0.65) 100%);
  pointer-events: none;
  z-index: 1;
}

.hero-invitation__content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: min(92%, 800px);
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-invitation__title {
  font-family: "Playfair Display", serif !important;
  font-weight: 400 !important;
  font-size: clamp(28px, 3.8vw, 48px);
  color: #ffffff;
  line-height: 1.16;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.7), 0 1px 4px rgba(0, 0, 0, 0.8);
}

.hero-invitation__subtitle {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(15px, 1.4vw, 20px);
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

.hero-invitation__desc {
  font-family: "Satoshi", "Montserrat", sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 30px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  max-width: 650px;
}

.hero-invitation__cta-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-invitation__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 32px;
  background: #ffffff;
  color: #111111;
  font-family: "Montserrat", sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-decoration: none;
  border-radius: 9999px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  transition: all 0.25s ease;
  border: 2px solid transparent;
}

.hero-invitation__btn:hover {
  background: #f0f0f0;
  color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
}

@media (max-width: 991px) {
  .site-header__inner {
    grid-template-columns: 170px 1fr auto;
  }
  .nav-capsule a {
    padding: 6px 12px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .site-header {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
  }

  .site-header__inner {
    display: flex;
    justify-content: space-between;
    width: 92%;
    min-height: 64px;
  }

  .site-header__logo img {
    width: 135px;
  }

  .site-header__toggle {
    display: inline-flex;
    z-index: 1005;
  }

  .site-header__toggle-line {
    background: #ffffff;
  }

  .site-header.is-open .site-header__toggle-line {
    background: #1c1c1c;
  }

  .site-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    height: 100vh;
    max-width: 320px;
    background: #f7f6e4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1001;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
    box-shadow: -8px 0 30px rgba(0, 0, 0, 0.25);
  }

  .nav-capsule {
    display: flex;
    flex-direction: column;
    width: 85%;
    gap: 14px;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    backdrop-filter: none;
  }

  .nav-capsule a {
    width: 100%;
    padding: 12px 18px;
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 600;
    text-align: center;
    border-radius: 8px;
    background: rgba(126, 149, 191, 0.15);
    line-height: 1.2;
  }

  .nav-capsule a:hover {
    background: #7E95BF;
    color: #ffffff;
  }

  .site-header.is-open .site-header__nav {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .site-header.is-open .site-header__toggle-line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .site-header.is-open .site-header__toggle-line:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-open .site-header__toggle-line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .site-header__actions {
    gap: 8px;
  }

  .site-header__enquire-btn {
    padding: 6px 14px;
    font-size: 12px;
  }

  .hero-invitation {
    height: 100dvh;
    min-height: 520px;
    align-items: flex-end;
    padding-bottom: 30px;
  }

  .hero-invitation__content {
    width: 92%;
    padding: 0 10px;
  }

  .hero-invitation__title {
    font-size: 26px;
    margin-bottom: 8px;
  }

  .hero-invitation__subtitle {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .hero-invitation__desc {
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .hero-invitation__btn {
    padding: 10px 26px;
    font-size: 13px;
  }

  .scroll_btn {
    bottom: 18px;
  }

  .scroll_btn img {
    width: 36px;
  }
}

@media (max-width: 430px) {
  .hero-invitation__content {
    top: 47%;
    margin: 0 auto;
  }
}

.hero-intro {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  min-height: 640px;
  max-height: 950px;
  background-image: url("../images/mobile_images/brochure-m.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.hero-intro__container {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: min(92%, 1100px);
  margin: 0 auto;
  text-align: center;
  color: #f7f6e4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 20px 24px;
}

.hero-intro__top {
  margin-top: 10px;
}

.hero-intro__bottom {
  margin-bottom: 0;
}

.hero-intro__heading,
.hero-intro__headline {
  font-family: "Playfair Display", serif !important;
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 400 !important;
  letter-spacing: -0.3px;
  line-height: 1.25;
  margin-bottom: 0;
  color: #ffffff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.85);
  text-transform: none;
}

.hero-intro__subheading,
.hero-intro__subtext {
  font-family: "Satoshi", sans-serif;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9), 0 4px 14px rgba(0, 0, 0, 0.85);
  max-width: 720px;
  margin: 0 auto 24px;
}

.hero-intro__divider {
  width: 140px;
  height: 1.5px;
  background: #7E95BF;
  margin: 0 auto 16px;
  opacity: 0.7;
}

.hero-intro__features {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.hero-intro__feature-item {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.85);
  letter-spacing: 0.4px;
}

.hero-intro__feature-sep {
  color: rgba(247, 246, 228, 0.45);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  font-size: 13px;
  font-weight: 300;
  user-select: none;
}

.hero-intro__cta-wrapper {
  margin-top: 5px;
}

.hero-intro__cta {
  display: inline-block;
  position: relative;
  bottom: auto;
  left: auto;
  transform: none;
  padding: 13px 34px;
  color: #1c1c1c;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.2px;
  background: #f7f6e4;
  border: 2px solid #7E95BF;
  border-radius: 4px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
}

.hero-intro__cta:hover {
  background: #1c1c1c;
  color: #f7f6e4;
  border-color: #7E95BF;
  transform: translateY(-1px);
}

.hero-intro__eoi-note {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.9);
}

@media (max-width: 767px) {
  .hero-intro {
    aspect-ratio: 6 / 11;
    min-height: 100dvh;
    background-image: url("../images/mobile_images/brochure-m.jpeg");
  }

  .hero-intro__container {
    padding: 50px 16px 18px;
  }

  .hero-intro__top {
    margin-top: 10px;
  }

  .hero-intro__headline {
    font-size: 22px;
    letter-spacing: 0.5px;
  }

  .hero-intro__subheading,
  .hero-intro__subtext {
    font-size: 13.5px;
    line-height: 1.5;
    padding: 0;
    margin-bottom: 20px;
  }

  .hero-intro__divider {
    width: 100px;
    margin-bottom: 16px;
  }

  .hero-intro__features {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
  }

  .hero-intro__feature-sep {
    display: none;
  }

  .hero-intro__feature-item {
    font-size: 12px;
  }

  .hero-intro__cta {
    padding: 10px 24px;
    font-size: 13px;
    margin-top: 0;
    bottom: auto !important;
  }
}

.expression {
  width: 100%;
  background-color: #ffffff;
  color: #2b3234;
  border-bottom: 2px solid #9ca3af;
}

.expression__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 68px 56px;
  display: grid;
  grid-template-columns: 1.8fr 5fr;
  gap: 32px;
  align-items: center;
}

.expression__heading {
  font-family: "Playfair Display", serif !important;
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 400 !important;
  line-height: 1.3;
  color: #2b3234;
  letter-spacing: -0.3px;
}

.expression__heading span {
  display: block;
}

.expression__heading span:first-child {
  color: #2b3234;
}

.expression__heading span:last-child {
  color: #7E95BF;
}

.expression__heading-wrap,
.expression__item {
  opacity: 0;
  transform: translateY(34px) scale(0.985);
  filter: blur(5px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.expression.in-view .expression__heading-wrap,
.expression.in-view .expression__item {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.expression.in-view .expression__heading-wrap {
  transition-delay: 0.1s;
}

.expression.in-view .expression__item:nth-child(1) { transition-delay: 0.2s; }
.expression.in-view .expression__item:nth-child(2) { transition-delay: 0.3s; }
.expression.in-view .expression__item:nth-child(3) { transition-delay: 0.4s; }
.expression.in-view .expression__item:nth-child(4) { transition-delay: 0.5s; }

.expression__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  gap: 24px;
}

.expression__item {
  text-align: center;
}

.expression__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(43, 50, 52, 0.05);
  border: 1px solid rgba(43, 50, 52, 0.12);
  transition: all 0.3s ease;
}

.expression__icon i {
  font-size: 26px;
  color: #2b3234;
  transition: transform 0.3s ease;
}

.expression__item:hover .expression__icon {
  background: #2b3234;
  border-color: #2b3234;
}

.expression__item:hover .expression__icon i {
  color: #ffffff;
  transform: scale(1.1);
}

.expression__item img {
  width: 54px;
  height: 54px;
  display: block;
  margin: 0 auto 14px;
  filter: brightness(0) saturate(100%) invert(18%) sepia(10%) saturate(632%) hue-rotate(152deg) brightness(95%) contrast(92%);
}

.expression__item p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.45;
  color: #2b3234;
  font-weight: 600;
  letter-spacing: 0.2px;
}

@media (max-width: 991px) {
  .expression__inner {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 55px 30px;
    text-align: center;
  }

  .expression__heading-wrap {
    text-align: center;
  }

  .expression__grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
    column-gap: 16px;
  }
}

@media (max-width: 767px) {
  .expression__inner {
    max-width: 600px;
    padding: 50px 20px;
    gap: 32px;
  }

  .expression__grid {
    grid-template-columns: repeat(2, 1fr) !important;
    row-gap: 28px !important;
    column-gap: 12px !important;
  }

  .expression__icon {
    width: 56px;
    height: 56px;
    margin-bottom: 12px;
  }

  .expression__icon i {
    font-size: 22px;
  }

  .expression__item p {
    font-size: 13px;
  }
}

.rarity-section {
  width: 100%;
  background: #ffffff;
  color: #2b3234;
  padding: 120px 24px 115px;
  text-align: center;
  border-bottom: 2px solid #e8ecef;
  position: relative;
}

.rarity__inner {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.rarity__accent-line {
  width: 1px;
  height: 38px;
  background: #2b3234;
  opacity: 0.35;
  margin-bottom: 32px;
}

.rarity__title {
  font-family: "Playfair Display", serif !important;
  font-size: clamp(32px, 4.2vw, 56px);
  font-weight: 400 !important;
  color: #2b3234;
  line-height: 1.18;
  letter-spacing: -0.5px;
  max-width: 760px;
  margin: 0 auto 24px;
  text-transform: none;
}

.rarity__subtitle {
  font-family: "Satoshi", "Montserrat", sans-serif;
  font-size: clamp(13.5px, 1.2vw, 16px);
  font-weight: 400;
  line-height: 1.7;
  color: #4a5356;
  max-width: 580px;
  margin: 0 auto;
  letter-spacing: 0.2px;
}

@media (max-width: 767px) {
  .rarity-section {
    padding: 75px 20px 70px;
  }

  .rarity__accent-line {
    height: 28px;
    margin-bottom: 22px;
  }

  .rarity__title {
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 18px;
  }

  .rarity__subtitle {
    font-size: 13px;
    line-height: 1.6;
    max-width: 100%;
  }
}

.city-next {
  width: 100%;
  background-color: #2b3234 !important;
  color: #ffffff !important;
  padding: 105px 24px 100px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.city-next__inner {
  max-width: 960px;
  margin: 0 auto;
}

.city-next__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-bottom: 48px !important;
  line-height: 1.25;
}

.city-next__main {
  font-family: "Playfair Display", serif !important;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 400 !important;
  color: #ffffff !important;
  letter-spacing: -0.3px;
}

.city-next__accent {
  font-family: "Amsterdam", cursive;
  font-size: clamp(36px, 4.4vw, 58px);
  font-weight: 400;
  color: #7E95BF !important;
  display: inline-block;
  line-height: 1;
  transform: translateY(-2px);
}

.city-next__copy {
  font-family: "Satoshi", "Montserrat", sans-serif;
  font-size: clamp(14px, 1.2vw, 16.5px);
  font-weight: 400;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9) !important;
  max-width: 780px;
  margin: 0 auto;
  letter-spacing: 0.2px;
}

@media (max-width: 767px) {
  .city-next {
    padding: 70px 20px 65px;
  }

  .city-next__title {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 30px !important;
  }

  .city-next__main {
    font-size: 24px;
  }

  .city-next__accent {
    font-size: 36px;
  }

  .city-next__copy {
    font-size: 13.5px;
    line-height: 1.6;
  }
}

.ocean-view {
  width: 100%;
  height: 85vh;
  min-height: 540px;
  max-height: 850px;
  background-image: url("../images/desktop_images/banner2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #7E95BF;
}

.ocean-view__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.65) 100%);
  pointer-events: none;
  z-index: 1;
}

.ocean-view__container {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: min(92%, 1000px);
  margin: 0 auto;
  padding: 75px 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.ocean-view__top {
  margin-top: 10px;
}

.ocean-view__bottom {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.ocean-view__title {
  font-family: "Playfair Display", serif !important;
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 400 !important;
  color: #ffffff;
  line-height: 1.28;
  letter-spacing: -0.3px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.85);
  text-transform: none;
}

.ocean-view__subtitle {
  font-family: "Playfair Display", serif;
  font-size: clamp(14px, 1.2vw, 17px);
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85);
  margin: 0;
  letter-spacing: 0.2px;
}

.ocean-view__note {
  font-family: "Playfair Display", serif;
  font-size: clamp(12.5px, 1.05vw, 14.5px);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.5;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.85);
  letter-spacing: 0.2px;
  margin: 0;
}

@media (max-width: 767px) {
  .ocean-view {
    height: 75vh;
    min-height: 460px;
  }

  .ocean-view__container {
    padding: 50px 16px 20px;
  }

  .ocean-view__top {
    margin-top: 5px;
  }

  .ocean-view__title {
    font-size: 20px;
    line-height: 1.3;
  }

  .ocean-view__subtitle {
    font-size: 12.5px;
  }

  .ocean-view__note {
    font-size: 11px;
  }
}

.fourth-visual {
  width: 100%;
}

.fourth-visual__video-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  /*background: #000;*/
}

.fourth-visual__video-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-thumbnail {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%; 
}

.video-section__title {
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  font-family: "Saldo", serif;
  font-size: clamp(22px, 3.2vw, 42px);
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.85);
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  margin: 0;
  text-align: center;
  width: min(90%, 800px);
}

.video-thumbnail.is-playing .video-section__title,
.video-thumbnail.is-playing .play-button {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.video-thumbnail img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  background: rgba(0,0,0,0.6);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.play-button::before {
  content: '';
  position: absolute;
  left: 28px;
  top: 20px;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #fff;
} 
main > section {
  opacity: 0;
  transform: translateY(30px) scale(0.992);
  filter: blur(3px);
  transition: opacity 0.95s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.95s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.95s cubic-bezier(0.22, 1, 0.36, 1);
}

main > section.in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

main > section.hero-invitation {
  opacity: 1;
  transform: none;
}

.city-next {
  width: 100%;
  background: #f7f6e4;
  padding: 72px 24px;
}

.city-next__title {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
  line-height: 1.2;
}

.city-next__main {
  font-family: "Saldo", serif;
  font-size: 35px;
  color: #1c1c1c;
  vertical-align: middle;
}

.city-next__accent {
  font-family: "Amsterdam", cursive;
  font-size: 35px;
  color: #7E95BF;
  text-shadow: 0 1px 2px rgba(28, 28, 28, 0.5);
  margin-left: 12px;
  vertical-align: middle;
}

.city-next__copy {
  max-width: 780px;
  margin: 22px auto 0;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #1c1c1c;
}

@media (max-width: 767px) {
  .city-next {
    padding: 120px 18px;
  }

  .city-next__title {
    line-height: 1.3;
  }

  .city-next__main,
  .city-next__accent {
    display: block;
    font-size: 35px;
    margin-left: 0;
    line-height: 50px;
  }
}

.yelahanka {
  width: 100%;
  max-width: 100%;
  height: 90vh;
  min-height: 520px;
  max-height: 850px;
  background-image: url("../images/desktop_images/banner2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.yelahanka__inner {
  position: absolute;
  inset: 0;
}

.yelahanka__title {
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translateX(-50%);
  width: min(92%, 880px);
  text-align: center;
  font-family: "Amsterdam", cursive;
  font-size: clamp(38px, 4.5vw, 65px);
  font-weight: 400;
  color: #ffffff;
  line-height: 1.15;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.6);
}

.yelahanka__copy {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: min(92%, 840px);
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: clamp(13px, 1.2vw, 16px);
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9), 0 4px 16px rgba(0, 0, 0, 0.85);
}

@media (max-width: 767px) {
  .yelahanka {
    max-width: 600px;
    aspect-ratio: 22 / 11;
    background-image: url("../images/desktop_images/banner2.png");
    background-position: center;
    background-size: cover;
  }

  .yelahanka__title {
    top: 10%;
    width: min(92%, 540px);
    font-size: 42px;
    line-height: 1.15;
  }

  .yelahanka__copy {
    bottom: 5%;
    width: min(92%, 480px);
    font-size: 12px;
    line-height: 1.4;
    padding: 12px 18px;
    border-radius: 12px;
  }
}

.bms {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  min-height: 520px;
  position: relative;
  overflow: hidden;
}

.bms-slider,
.bms-slider .slick-list,
.bms-slider .slick-track {
  height: 100%;
}

.bms-slide {
  position: relative;
  height: 100%;
}

.bms-slide picture,
.bms-slide picture img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bms::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.02) 45%, rgba(0, 0, 0, 0.58) 100%);
  pointer-events: none;
}

.bms-slide__overlay {
  position: absolute;
  z-index: 2;
  inset: 0;
  color: #f7f6e4;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 75px 20px 35px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.8) 75%, rgba(0,0,0,1) 100%);
}

.bms-slide__script {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  font-family: "Playfair Display", serif !important;
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 400 !important;
  line-height: 1.25;
  color: #ffffff;
  letter-spacing: -0.3px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.85);
  margin-top: 10px;
}

.bms-slide__bottom-content {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}

.bms-slide__title {
  position: relative;
  bottom: auto;
  left: auto;
  transform: none;
  width: min(92%, 780px);
  margin: 0 auto 8px;
  font-family: "Playfair Display", serif !important;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 400 !important;
  line-height: 1.3;
  color: #f7f6e4;
  letter-spacing: -0.3px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.95), 0 4px 20px rgba(0, 0, 0, 0.8);
}

.bms-slide__copy {
  position: relative;
  bottom: auto;
  left: auto;
  transform: none;
  width: min(92%, 760px);
  margin: 0 auto;
  font-family: "Satoshi", "Montserrat", sans-serif;
  font-size: clamp(13px, 1.1vw, 15px);
  font-weight: 400;
  line-height: 1.6;
  color: rgba(247, 246, 228, 0.95);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.95), 0 4px 14px rgba(0, 0, 0, 0.8);
}

.bms .slick-dots {
  position: absolute;
  right: 2.4%;
  bottom: 3.5%;
  z-index: 4;
  display: inline-flex;
  gap: 8px;
  width: auto;
}

.bms .slick-dots li {
  margin: 0;
  width: 13px;
  height: 13px;
}

.bms .slick-dots li button {
  width: 13px;
  height: 13px;
  padding: 0;
  background: url("../images/icons/pagination-compressed.webp") center/contain no-repeat;
  cursor: pointer;
}

.bms .slick-dots li button::before {
  content: "";
}

.bms .slick-dots li.slick-active button {
  background-image: url("../images/icons/pagination-active-compressed.webp");
}

@media (max-width: 767px) {
  .bms {
    max-width: 600px;
    aspect-ratio: 6 / 11;
    min-height: 100dvh;
  }

  .bms-slide__overlay {
    padding: 40px 16px 50px;
  }

  .bms-slide__script {
    font-size: 20px;
    line-height: 1.25;
    margin-top: 10px;
  }

  .bms-slide__title {
    width: min(92%, 520px);
    font-size: 18px;
    margin-bottom: 6px;
  }

  .bms-slide__copy {
    width: min(92%, 480px);
    font-size: 12px;
    line-height: 1.45;
    padding: 0;
  }

  .bms .slick-dots {
    right: 50%;
    transform: translateX(50%);
    bottom: 4%;
  }
}

.is-hidden {
  display: none !important;
}

.plan-section {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.plan-section__left {
  background: #f7f6e4;
  color: #1c1c1c;
}

.plan-section__left-inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 130px 70px 96px;
}

.plan-section__heading {
  position: relative;
  font-weight: 400;
  margin-bottom: 38px;
}

.plan-section__heading-main {
  font-family: "Playfair Display", serif !important;
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 400 !important;
  line-height: 1.25;
  letter-spacing: -0.3px;
}

.plan-section__heading-accent {
  font-family: "Amsterdam", cursive;
  font-size: 24px;
  line-height: 35px;
  color: #cb4f27;
}

.plan-section__intro {
  width: 100%;
  max-width: 100%;
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 32px;
}

.plan-section__primary-tabs,
.plan-section__secondary-tabs {
  display: grid;
  gap: 0;
}

.plan-section__primary-tabs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 16px;
}

.plan-section__secondary-tabs {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.plan-tab {
  border: 2px solid #7E95BF;
  background: transparent;
  color: #1c1c1c;
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  line-height: 1;
  min-height: 52px;
  cursor: pointer;
}

.plan-tab--secondary {
  min-height: 46px;
  font-size: 12px;
}

.plan-tab.is-active {
  background: #cb4f27;
  border-color: #cb4f27;
  color: #f7f6e4;
}

.plan-section__stats {
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  line-height: 1.45;
  color: #1c1c1c;
}

.plan-section__right {
  background: #1c1c1c;
  color: #f7f6e4;
  padding: 90px 60px 56px;
}

.plan-section__image-wrap {
  display: flex;
  justify-content: center;
  width: 54%;
  max-width: 54%;
  margin: 0 auto 20px;
  background: #fff;
  padding: 14px;
}

.plan-section__image {
  display: block;
  width: 100%;
  height: auto;
}

.plan-section__note {
  width: 54%;
  max-width: 54%;
  margin: 0 auto;
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 768px) {
  .plan-section {
    grid-template-columns: 1fr;
  }

  .plan-section__left-inner {
    width: 72%;
    max-width: 72%;
    padding: 70px 26px 56px;
    text-align: center;
  }

  .plan-section__heading-main {
    font-size: 24px;
  }

  .plan-section__heading-accent {
    position: static;
    display: inline-block;
    margin-left: 8px;
    font-size: 24px;
    transform: translateY(-1px);
  }

  .plan-section__intro {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px;
    font-size: 12px;
  }

  .plan-tab {
    min-height: 46px;
    font-size: 12px;
    border-width: 1px;
  }

  .plan-tab--secondary {
    min-height: 42px;
    font-size: 12px;
  }

  .plan-section__secondary-tabs {
    gap: 10px;
    margin-bottom: 20px;
  }

  .plan-section__stats {
    font-size: 12px;
    line-height: 1.45;
  }

  .plan-section__right {
    padding: 28px 14px 26px;
  }

  .plan-section__image-wrap {
    width: 70%;
    max-width: 70%;
    margin-bottom: 14px;
    padding: 14px;
  }

  .plan-section__note {
    width: 70%;
    max-width: 70%;
    font-size: 12px;
    line-height: 1.45;
  }
}

@media (max-width: 767px) {
  .plan-section__left-inner {
    width: 82%;
    max-width: 82%;
    padding: 58px 0 48px;
  }

  .plan-section__image-wrap {
    width: 88%;
    max-width: 88%;
    padding: 10px;
  }

  .plan-section__note {
    width: 88%;
    max-width: 88%;
    font-size: 12px;
  }
}

.connectivity {
  width: 100%;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 52% 48%;
}

.connectivity__map {
  background: #1c1c1c;
  position: relative;
}

.connectivity__map picture,
.connectivity__map img {
  display: block;
  width: 100%;
  height: 100%;
}

.connectivity__map img {
  object-fit: cover;
}

.connectivity__map-controls {
  position: absolute;
  right: 3%;
  bottom: 7.5%;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.connectivity__map-controls button {
  width: 28px;
  height: 28px;
  border: 0;
  background: #ece8d9;
  color: #1c1c1c;
  font-size: 20px;
  line-height: 1;
}

.connectivity__content {
  background: #f7f6e4;
  color: #1c1c1c;
  padding: 7.5% 8.8% 7%;
  height:580px;
}

.connectivity__heading {
  margin-bottom: 5.8%;
  font-weight: 400;
  line-height: 1.1;
}

.connectivity__heading span {
  display: block;
  font-family: "Saldo", serif;
  font-size: 24px;
}

.connectivity__heading-accent {
  display: inline-block !important;
  font-family: "Amsterdam", cursive !important;
  color: #cb4f27;
  margin-left: 6px;
}

.connectivity__accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.connectivity-item {
  border-bottom: 1px solid #7E95BF;
  padding-bottom: 2px;
}

.connectivity-item__trigger {
  width: 100%;
  border: 0;
  background: transparent;
  color: #1c1c1c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 0;
}

.connectivity-item__left {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
}

.connectivity-item__left img {
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.connectivity-item__left i {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 4px;
  color: #1c1c1c;
  background: #7E95BF;
  flex-shrink: 0;
}

.connectivity-item__icon {
  font-family: "Satoshi", sans-serif;
  font-size: 30px;
  line-height: 1;
  margin-left: 10px;
}

.connectivity-item__panel {
  display: none;
  margin-top: 9px;
  padding-left: 39px;
}

.connectivity-item.is-open .connectivity-item__panel {
  display: block;
}

.connectivity-item__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4%;
}

.connectivity-item__cols ul {
  list-style: none;
}

.connectivity-item__cols li {
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #014e6d;
  list-style: disc;
}

@media (max-width: 768px) {
  .connectivity {
    grid-template-columns: 1fr;
  }

  .connectivity__content {
    order: 1;
    padding: 8% 5.8% 7.5%;
    height: auto;
  }

  .connectivity__map {
    order: 2;
    aspect-ratio: 375 / 279;
  }

  .connectivity__heading {
    text-align: center;
    margin-bottom: 7%;
  }

  .connectivity__heading-accent {
    margin-left: 4px;
  }

  .connectivity-item__panel {
    padding-left: 30px;
  }

  .connectivity-item__cols {
    grid-template-columns: 1fr 1fr;
    gap: 7%;
  }

  .connectivity__map-controls {
    right: 15%;
    bottom: 7%;
  }
}

.video-gallery {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
  color: #2b3234;
  padding: 40px 0;
  overflow: hidden;
  border-bottom: 2px solid #7E95BF;
}

.video-gallery__inner {
  width: 92%;
  max-width: 92%;
  margin: 0 auto;
}

.video-gallery__heading {
  font-family: "Playfair Display", serif !important;
  font-size: clamp(32px, 3.8vw, 48px);
  line-height: 1.25;
  font-weight: 400 !important;
  text-align: center;
  color: #2b3234;
  letter-spacing: -0.5px;
  margin-bottom: 1.2em;
}

.video-gallery__slider-wrap {
  position: relative;
  overflow: hidden;
}

.video-gallery__slider {
  width: 100%;
}

.video-gallery__slider .slick-list {
  overflow: hidden;
}

.video-card {
  padding: 0 0.1%;
}

.video-card a {
  display: block;
  text-decoration: none;
}

.video-card__thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 2px solid #7E95BF;
  border-radius: 8px;
  box-shadow: 0 4px 18px rgba(43, 50, 52, 0.08);
}

.video-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 34px solid #fff;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.25));
}

.video-card__title {
  margin-top: 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  color: #2b3234;
  letter-spacing: 0.3px;
}

.video-gallery__slider .slick-slide {
  transform: scale(0.78);
  transform-origin: center center;
  opacity: 0.75;
  transition: transform 0.32s ease, opacity 0.32s ease;
}

.video-gallery__slider .slick-center {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}

.video-gallery__arrow {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  z-index: 5;
  border: 0;
  background: transparent;
  padding: 8px;
  cursor: pointer;
}

.video-gallery__arrow img {
  width: 34px;
  height: 34px;
  display: block;
  filter: brightness(0) saturate(100%) invert(18%) sepia(10%) saturate(632%) hue-rotate(152deg) brightness(95%) contrast(92%);
}

.video-gallery__arrow--prev {
  left: 0%;
}

.video-gallery__arrow--next {
  right: 0%;
}

.video-gallery .slick-dots {
  position: static;
  margin-top: 2.8%;
}

.video-gallery .slick-dots li {
  width: 13px;
  height: 13px;
  margin: 0 3px;
}

.video-gallery .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  background-color: transparent;
  border: 1px solid #2b3234;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.video-gallery .slick-dots li button::before {
  content: "";
}

.video-gallery .slick-dots li.slick-active button {
  background-color: #2b3234;
}

@media (max-width: 768px) {
  .video-gallery {
    padding: 25% 0 20%;
  }

  .video-gallery__inner {
    width: 90%;
    max-width: 90%;
  }

  .video-gallery__heading {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 2.5em;
  }

  .video-card {
    padding: 0;
  }

  .video-card__title {
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.5;
  }

  .video-gallery__slider .slick-slide,
  .video-gallery__slider .slick-center {
    transform: none;
    opacity: 1;
  }

  .video-gallery__arrow {
    display: none !important;
  }

  .video-gallery .slick-dots {
    margin-top: 20%;
  }

  .video-card__play {
    border-top-width: 18px;
    border-bottom-width: 18px;
    border-left-width: 26px;
  }
}

.legacy {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 2 / 1;
  min-height: 700px;
  background-image: url("../images/desktop_images/Legacy_of_Trust-compressed.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.legacy__content {
  position: absolute;
  top: 6.2%;
  left: 50%;
  transform: translateX(-50%);
  width: 64%;
  max-width: 64%;
  text-align: center;
  color: #014e6d;
}

.legacy__heading {
  margin-bottom: 2.6%;
  font-weight: 400;
}

.legacy__heading-main {
  font-family: "Saldo", serif;
  font-size: 24px;
  line-height: 1.2;
}

.legacy__heading-accent {
  font-family: "Amsterdam", cursive;
  font-size: 24px;
  line-height: 1;
  color: #cb4f27;
  margin-left: 8px;
}

.legacy__copy {
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  line-height: 1.45;
}

.legacy__copy + .legacy__copy {
  margin-top: 2.4%;
}

@media (max-width: 767px) {
  .legacy {
    aspect-ratio: 375 / 667;
    min-height: 100dvh;
    background-image: url("../images/mobile_images/Legacy_of_trust-compressed.webp");
    background-position: center;
  }

  .legacy__content {
    top: 9.5%;
    width: 84%;
    max-width: 84%;
  }

  .legacy__heading {
    margin-bottom: 8%;
    line-height: 1.2;
  }

  .legacy__heading-main,
  .legacy__heading-accent {
    font-size: 24px;
  }

  .legacy__copy {
    font-size: 12px;
    line-height: 1.45;
  }

  .legacy__copy + .legacy__copy {
    margin-top: 7%;
  }
}

.disclaimer {
  width: 100%;
  background: #ffffff;
  color: #2b3234;
  padding: 60px 20px 55px;
  border-top: 1px solid #e5e5e5;
}

.disclaimer__inner {
  width: min(92%, 1050px);
  margin: 0 auto;
  text-align: center;
}

.disclaimer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
}

.disclaimer__logo img {
  width: 170px;
  height: auto;
  display: block;
  filter: brightness(0);
}

.disclaimer__title {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #2b3234;
  line-height: 1.2;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.disclaimer__text {
  font-family: "Montserrat", "Satoshi", sans-serif;
  font-size: 11.5px;
  line-height: 1.7;
  color: #555d60;
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .disclaimer {
    padding: 45px 16px 40px;
  }

  .disclaimer__logo img {
    width: 140px;
  }

  .disclaimer__title {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .disclaimer__text {
    font-size: 11px;
    line-height: 1.6;
  }
}
.submit-btn.loading {
        opacity: 0.7;
        pointer-events: none;
      }

      .submit-btn.loading::after {
        content: "";
        width: 16px;
        height: 16px;
        margin-left: 10px;
        border: 2px solid #fff;
        border-top: 2px solid transparent;
        border-radius: 50%;
        display: inline-block;
        animation: spin 0.6s linear infinite;
        vertical-align: middle;
      }

      @keyframes spin {
        to {
          transform: rotate(360deg);
        }
      }

      .error-border {
        border-bottom: 1px solid red !important;
      }

.error-border {
    border-bottom: 1px solid red !important;
  }
  .enquiry-form-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  padding: 20px;
}

.enquiry-form-overlay.active {
  display: flex;
}

/* ============================================
   POPUP CARD
============================================ */
.enquiry-form {
  background: #000000;
  width: 100%;
  max-width: 330px;
  padding: 32px 32px 10px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  position: relative;
  animation: fadeIn 0.35s ease;
  border: 1px solid #eaeaea;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* CLOSE ICON */
.enquiryFormClose {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  opacity: 0.75;
  transition: 0.25s;
}

.enquiryFormClose:hover {
  opacity: 1;
}

/* ============================================
   TITLE
============================================ */
.enquiry-form h3 {
  text-align: center;
  font-family: "Playfair Display", serif !important;
  font-size: 20px;
  font-weight: 400 !important;
  margin-bottom: 1em;
  color: #fff;
  letter-spacing: -0.2px;
}

/* ============================================
   FLOATING INPUT BOXES
============================================ */
.ip-box {
  position: relative;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
#txt_country {
  width: 25%;
}

.ip-box input,
.ip-box select {
  width: 100%;
  padding: 14px 14px;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease;
}
.ip-box input::placeholder,
.ip-box select::placeholder {
  color: #fff;
}
.ip-box input:focus,
.ip-box select:focus {
  background: transparent;
  outline: none;
}

/* FLOATING LABELS */
.ip-box label {
  position: absolute;
  left: 14px;
  top: 13px;
  color: #6a7890;
  font-size: 15px;
  pointer-events: none;
  transition: 0.25s ease;
}

.ip-box input:not(:placeholder-shown) + label,
.ip-box input:focus + label,
.ip-box select:focus + label {
  top: -10px;
  left: 10px;
  background: transparent;
  padding: 0 6px;
  font-size: 13px;
  color: #0a63aa;
}
.iti {
  width: 100%;
}

/* ============================================
   VALIDATION MESSAGES
============================================ */
#valid-msg,
#error-msg {
  font-size: 13px;
  margin-top: -12px;
  margin-bottom: 10px;
  display: block;
}

#valid-msg {
  color: #0a8235;
}

#error-msg {
  color: #d30000;
}

/* ============================================
   CHECKBOX SECTION
============================================ */
.homeally_dwnld_checklist {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin: 18px 0 10px;
  align-items: flex-start;
}

.homeally_dwnld_checklist input[type="checkbox"] {
  width: 15px;
  height: 15px;
  cursor: pointer;
  accent-color: #0a63aa;
}

.homeally_dwnld_checklist span {
  font-size: 10px;
  color: #fff;
  line-height: 1.4;
  margin-top: 0px;
}

/* ============================================
   SUBMIT BUTTON
============================================ */
.submit-btn {
  width: 100%;
  padding: 15px 0;
  font-size: 18px;
  border-radius: 0px;
  border: 1px solid #fff;
  cursor: pointer;
  background: transparent;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: 0.3s ease;
  margin-top: 12px;
}

.submit-btn:hover {
  background-color: #fff;
  color: #000;
}

.hide {
  display: none;
}
.fixed-btn.services {
  position: fixed;
  right: -50px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  z-index: 9999;
}
.services a {
  background: #f7f6e4;
  margin-top: 2em;
  padding: 10px;
  color: #014e6d;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Satoshi", sans-serif;
}
.services a:hover{
   background: #014e6d;
  color: #f7f6e4;
}

.get-direction{
  background: #f7f6e4;
  margin-top: 2em;
  margin-right:3em;
  padding: 10px;
  color: #014e6d;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Satoshi", sans-serif;
  display: flex;
    align-items: center;
    gap: 10px;
    border-radius:50px;
}

#formHeading span{
  font-size: 10px;
  line-height: 16px !important;
  font-weight: 400;
}
.get-direction .arrow {
    width: 30px;
    height: 30px;
    background: #446e34;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: transform 0.25s ease;
}

.formobile{
  display: none;
}
@media(max-width: 768px){
  .formobile{
    display: block;
  }
  #formHeading span{
    font-size: 11px;
  }
}

.scroll_btn {
  position: absolute;
  bottom: 13%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 10;
}

.scroll_btn img {
  width: 50px;
  animation: bounce 1.5s infinite;
}

/* smooth bounce animation */
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}

/* make parent relative & add section borders */
section {
  position: relative;
  border-bottom: 2px solid #7E95BF;
}

.qr-section {
  padding: 30px 20px 50px;
  background: #f7f6e4;
  text-align: center;
}

.qr-container {
  max-width: 1100px;
  margin: 0 auto;
}

.qr-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.qr-item img {
  width: 140px;
  height: 140px;
  display: block;
  object-fit: contain;
  border: 3px solid #7E95BF;
  border-radius: 8px;
  padding: 6px;
  background: #ffffff;
}

@media (max-width: 767px) {
  .qr-section {
    padding: 30px 16px;
  }
  .qr-grid {
    gap: 16px;
  }
  .qr-item img {
    width: 110px;
    height: 110px;
  }
}

/* ============================================================
   CLIENT REVISIONS
   ============================================================ */

/* (E) Section titles -> Montserrat  (+ gallery caption) */
.hero-invitation__title,
.hero-invitation__subtitle,
.hero-invitation__btn,
.hero-invitation__kicker,
.hero-intro__headline,
.expression__heading,
.expression__heading span,
.city-next__main,
.connectivity .plan-section__heading-main,
.bms-slide__script,
.legacy__heading-main,
.hero-intro__feature-item,
.video-section__title,
.bms-slide__title,
.video-card__title {
  font-family: "Montserrat", sans-serif;
}

/* (C) Section 4 - video fills exactly one screen, no scroll */
.fourth-visual {
  height: 100vh;
  min-height: 560px;
  max-height: 900px;
  overflow: hidden;
  background: #000;
  position: relative;
}
.fourth-visual__video-wrap {
  width: 100%;
  height: 100%;
  max-width: 100%;
  aspect-ratio: auto;
  margin: 0;
}

/* (D) Section 10 - "A Legacy Of Trust" fits one screen (desktop) */
@media (min-width: 768px) {
  .legacy {
    height: 100vh;
    min-height: 560px;
    max-height: 100vh;
    aspect-ratio: auto;
  }
}

/* ============================================
   STICKY "ENQUIRE NOW" BAR - MOBILE ONLY
   ============================================ */
.mobile-enquiry-bar { display: none; }

@media (max-width: 767px) {
  .mobile-enquiry-bar {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
    background: rgba(28, 28, 28, 0.92);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-top: 2px solid #7E95BF;
    box-shadow: 0 -6px 22px rgba(0, 0, 0, 0.3);
  }
  .mobile-enquiry-bar__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    padding: 14px 20px;
    background: #7E95BF;
    color: #14343f;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(243, 209, 151, 0.35);
    -webkit-tap-highlight-color: transparent;
    transition: transform 0.15s ease, background 0.2s ease;
  }
  .mobile-enquiry-bar__btn i { font-size: 15px; }
  .mobile-enquiry-bar__btn:active {
    transform: translateY(1px);
    background: #e9c07f;
  }
  /* keep the last section clear of the sticky bar */
  main { padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px)); }
}