/* =========================================================
   THEME: DEVELOPMENTS
   Usage:
     <div class="bt-scope bt-theme--developments ..."> ... </div>
   Load AFTER bt-universal-landing-system.css
   ========================================================= */

/* =========================================
   BOOMTOWN FIX
========================================= */
.bt-content-wrapper .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.bt-scope.bt-theme--developments {
  --hero-text: #fff;
  --hero-ink: #0e2d4b;
  --hero-pill: rgba(54, 43, 35, 0.68);
  --hero-icon: rgba(255, 255, 255, 0.16);
  --hero-overlay-top: rgba(25, 17, 12, 0.2);
  --hero-overlay-bottom: rgba(4, 8, 12, 0.62);
  --hero-safe-space: clamp(22px, 3.1vw, 64px);
}

.bt-scope.bt-theme--developments, .bt-scope.bt-theme--developments * {
  box-sizing: border-box;
}

.bt-scope.bt-theme--developments {
  scroll-behavior: smooth;
}

.bt-scope.bt-theme--developments {
  margin: 0;
  background: #111;
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
}

.bt-scope.bt-theme--developments a {
  color: inherit;
}

.bt-scope.bt-theme--developments .development-hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
}

.bt-scope.bt-theme--developments .development-hero__media, .bt-scope.bt-theme--developments .development-hero__overlay {
  position: absolute;
  inset: 0;
}

.bt-scope.bt-theme--developments .development-hero__media {
  z-index: -3;
  background: #503b2d;
}

.bt-scope.bt-theme--developments .development-hero__video, .bt-scope.bt-theme--developments .development-hero__fallback {
  width: 100%;
  height: 100%;
}

.bt-scope.bt-theme--developments .development-hero__video {
  position: relative;
  z-index: 1;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
}

.bt-scope.bt-theme--developments .development-hero__fallback {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 52% 18%, rgba(255, 232, 190, 0.72), transparent 24%),
    linear-gradient(180deg, #8f7258 0%, #765439 48%, #172027 100%);
}

.bt-scope.bt-theme--developments .development-hero__overlay {
  z-index: -2;
  background:
    radial-gradient(circle at 50% 48%, transparent 10%, rgba(0, 0, 0, 0.15) 100%),
    linear-gradient(180deg, var(--hero-overlay-top), var(--hero-overlay-bottom)),
    rgba(0, 0, 0, 0.08);
}

.bt-scope.bt-theme--developments .development-hero__contacts {
  position: absolute;
  z-index: 2;
  top: clamp(22px, 3.2vw, 60px);
  right: var(--hero-safe-space);
  left: var(--hero-safe-space);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.bt-scope.bt-theme--developments .development-hero__phones {
  display: grid;
  gap: 7px;
}

.bt-scope.bt-theme--developments .development-hero__mobile-contacts {
  display: none;
}

.bt-scope.bt-theme--developments .contact-pill {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 6px 19px 6px 7px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: var(--hero-pill);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  color: var(--hero-text);
  font-size: clamp(13px, 0.9vw, 17px);
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  backdrop-filter: blur(7px);
  transition: background-color 180ms ease, transform 180ms ease;
}

.bt-scope.bt-theme--developments .contact-pill:hover, .bt-scope.bt-theme--developments .contact-pill:focus-visible {
  background: rgba(54, 43, 35, 0.9);
  transform: translateY(-2px);
}

.bt-scope.bt-theme--developments .contact-pill:focus-visible, .bt-scope.bt-theme--developments .development-hero__cta:focus-visible, .bt-scope.bt-theme--developments .development-hero__scroll:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.bt-scope.bt-theme--developments .contact-pill__icon {
  display: grid;
  width: 34px;
  height: 34px;
  margin-right: 11px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--hero-icon);
}

.bt-scope.bt-theme--developments .contact-pill__icon svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.bt-scope.bt-theme--developments .development-hero__content {
  z-index: 1;
  align-self: center;
  display: flex;
  width: min(1400px, calc(100% - 48px));
  margin: clamp(108px, 10vh, 155px) auto 0;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.bt-scope.bt-theme--developments .development-hero__logo {
  display: block;
  width: min(310px, 26vw);
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.98;
}

.bt-scope.bt-theme--developments .development-hero__title {
  max-width: 1250px;
  margin: clamp(26px, 3.5vh, 44px) 0 0;
  color: var(--hero-text);
  font-family: "Jost", "Inter", Arial, sans-serif;
  font-size: clamp(23px, calc(2.75vw - 3px), 50px);
  font-weight: 300;
  letter-spacing: clamp(0.13em, 0.32vw, 0.2em);
  line-height: 1.15;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.22);
}

.bt-scope.bt-theme--developments .development-hero__cta, .bt-scope.bt-theme--developments .about-development__cta, .bt-scope.bt-theme--developments .experience-section__cta, .bt-scope.bt-theme--developments .investment-section__cta {
  display: inline-grid;
  min-width: clamp(150px, 9vw, 180px);
  min-height: clamp(48px, 4vw, 58px);
  padding: 10px 18px;
  place-items: center;
  border-radius: 4px;
  font-family: "Jost", "Inter", Arial, sans-serif;
  font-size: clamp(12px, 0.78vw, 14px);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.13);
  transition: background-color 180ms ease, transform 180ms ease;
}

.bt-scope.bt-theme--developments .development-hero__cta {
  margin-top: clamp(34px, 5.5vh, 62px);
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: #fff;
  color: var(--hero-ink);
}

.bt-scope.bt-theme--developments .development-hero__cta:hover {
  background: #eef4f7;
  transform: translateY(-3px);
}

.bt-scope.bt-theme--developments .development-hero__scroll {
  position: absolute;
  z-index: 2;
  bottom: 18px;
  left: 50%;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #fff;
  transform: translateX(-50%);
  animation: hero-scroll-bounce 1.8s ease-in-out infinite;
}

.bt-scope.bt-theme--developments .development-hero__scroll svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.bt-scope.bt-theme--developments @keyframes hero-scroll-bounce {
  0%,
  100% {
    transform: translate(-50%, 0);
  }

  .bt-scope.bt-theme--developments 45% {
    transform: translate(-50%, 10px);
  }

  .bt-scope.bt-theme--developments 65% {
    transform: translate(-50%, 5px);
  }
.bt-scope.bt-theme--developments }

.bt-scope.bt-theme--developments .about-development {
  --about-navy: #102a43;
  --about-stone: #b5a79d;
  position: relative;
  overflow: hidden;
  padding: 70px 0;
  background: #fff;
  color: #53657b;
}

.bt-scope.bt-theme--developments .about-development__inner {
  display: grid;
  width: 100%;
  min-height: min(860px, calc(100vh - 140px));
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 0;
}

.bt-scope.bt-theme--developments .about-development__copy {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 760px;
  padding-right: clamp(44px, 5vw, 100px);
  padding-left: clamp(44px, 7vw, 140px);
}

.bt-scope.bt-theme--developments .about-development__title {
  margin: 0;
  color: var(--about-stone);
  font-family: "Jost", "Inter", Arial, sans-serif;
  font-size: clamp(34px, 2.75vw, 56px);
  font-weight: 400;
  letter-spacing: -0.018em;
  line-height: 1.24;
  text-transform: uppercase;
}

.bt-scope.bt-theme--developments .about-development__eyebrow {
  position: relative;
  margin: clamp(34px, 4vw, 64px) 0 0;
  padding-left: clamp(18px, 1.5vw, 28px);
  color: var(--about-navy);
  font-family: "Jost", "Inter", Arial, sans-serif;
  font-size: clamp(21px, 1.72vw, 32px);
  font-weight: 300;
  letter-spacing: 0.145em;
  line-height: 1.42;
  text-transform: uppercase;
}

.bt-scope.bt-theme--developments .about-development__eyebrow::before {
  position: absolute;
  top: 0.14em;
  bottom: 0.18em;
  left: 0;
  width: 1px;
  background: rgba(16, 42, 67, 0.55);
  content: "";
}

.bt-scope.bt-theme--developments .about-development__description {
  max-width: 570px;
  margin: 24px 0 0;
  color: #52647a;
  font-size: clamp(16px, 1.05vw, 21px);
  font-weight: 400;
  letter-spacing: 0.008em;
  line-height: 1.58;
}

.bt-scope.bt-theme--developments .about-development__cta {
  margin-top: clamp(38px, 4vw, 64px);
  border: 1px solid rgba(16, 42, 67, 0.16);
  background: #fff;
  box-shadow: 0 10px 26px rgba(16, 42, 67, 0.1);
  color: var(--about-navy);
}

.bt-scope.bt-theme--developments .about-development__cta:hover {
  background: #eef4f7;
  color: var(--about-navy);
  transform: translateY(-3px);
}

.bt-scope.bt-theme--developments .about-development__cta:focus-visible {
  outline: 3px solid var(--about-navy);
  outline-offset: 4px;
}

.bt-scope.bt-theme--developments .about-development__visual {
  position: relative;
  align-self: center;
  min-width: 0;
  height: clamp(540px, 38vw, 720px);
  min-height: 0;
}

.bt-scope.bt-theme--developments .about-development__color-block {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 17%;
  background: var(--about-navy);
}

.bt-scope.bt-theme--developments .about-development__image {
  position: absolute;
  z-index: 1;
  display: block;
  top: 50%;
  left: 0;
  width: 84%;
  height: 76%;
  max-height: 620px;
  object-fit: cover;
  object-position: center;
  transform: translateY(-50%);
}

.bt-scope.bt-theme--developments @media (max-width: 1100px) {
  .about-development {
    padding: 70px 0;
  }

  .bt-scope.bt-theme--developments .about-development__inner {
    width: min(100% - 56px, 920px);
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .bt-scope.bt-theme--developments .about-development__copy {
    max-width: 740px;
    padding: 0;
  }

  .bt-scope.bt-theme--developments .about-development__visual {
    width: 100%;
    height: clamp(500px, 76vw, 650px);
    min-height: 0;
  }

  .bt-scope.bt-theme--developments .about-development__color-block {
    left: 18%;
  }
.bt-scope.bt-theme--developments }

@media (max-width: 760px) {
  .about-development {
    padding: 70px 0;
  }

  .bt-scope.bt-theme--developments .about-development__inner {
    width: min(100% - 36px, 620px);
    gap: 52px;
  }

  .bt-scope.bt-theme--developments .about-development__title {
    font-size: clamp(29px, 8.4vw, 41px);
    line-height: 1.15;
  }

  .bt-scope.bt-theme--developments .about-development__eyebrow {
    margin-top: 30px;
    font-size: clamp(18px, 5vw, 25px);
    letter-spacing: 0.1em;
  }

  .bt-scope.bt-theme--developments .about-development__description {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.55;
  }

  .bt-scope.bt-theme--developments .about-development__cta {
    margin-top: 36px;
  }

  .bt-scope.bt-theme--developments .about-development__visual {
    height: min(108vw, 520px);
    min-height: 0;
  }

  .bt-scope.bt-theme--developments .about-development__color-block {
    top: 0;
    left: 14%;
  }

  .bt-scope.bt-theme--developments .about-development__image {
    width: 90%;
    height: 74%;
  }
.bt-scope.bt-theme--developments }

.bt-scope.bt-theme--developments .faq-section {
  --faq-navy: #102a43;
  --faq-stone: #b5a79d;
  --bt-acc-q-color: var(--faq-navy) !important;
  --bt-acc-q-color-hover: var(--faq-navy) !important;
  --bt-acc-a-color: #65768a !important;
  --bt-acc-separator: 1px solid rgba(16, 42, 67, 0.18) !important;
  padding: 94px 0 104px;
  background: #fff;
}

.bt-scope.bt-theme--developments .faq-section__inner {
  display: grid;
  width: min(100% - 100px, 1440px);
  margin: 0 auto;
  grid-template-columns: minmax(280px, 0.72fr) minmax(520px, 1.28fr);
  align-items: start;
  gap: clamp(70px, 9vw, 150px);
}

.bt-scope.bt-theme--developments .faq-section__intro {
  position: relative;
  padding-left: 28px;
}

.bt-scope.bt-theme--developments .faq-section__intro::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: rgba(181, 167, 157, 0.75);
  content: "";
}

.bt-scope.bt-theme--developments .faq-section__kicker {
  margin: 0;
  color: var(--faq-navy);
  font-family: "Jost", "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bt-scope.bt-theme--developments .faq-section__title {
  margin: 24px 0 0;
  color: var(--faq-stone);
  font-family: "Jost", "Inter", Arial, sans-serif;
  font-size: clamp(42px, 3.7vw, 68px);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.12;
  text-transform: uppercase;
}

.bt-scope.bt-theme--developments .faq-section__description {
  max-width: 420px;
  margin: 30px 0 0;
  color: #52647a;
  font-size: clamp(16px, 1.05vw, 20px);
  line-height: 1.6;
}

.bt-scope.bt-theme--developments .bt-accordion {
  border-top: 1px solid rgba(16, 42, 67, 0.18);
}

.bt-scope.bt-theme--developments .bt-accordion__item {
  border-bottom: 1px solid rgba(16, 42, 67, 0.18);
}

.bt-scope.bt-theme--developments .bt-accordion__trigger {
  display: grid;
  min-height: 84px;
  padding: 22px 0;
  grid-template-columns: 52px 1fr 28px;
  align-items: center;
  gap: 18px;
  color: var(--faq-navy) !important;
  cursor: pointer;
  list-style: none;
  background: transparent;
  border: 0;
  width: 100%;
  text-align: left;
}

.bt-scope.bt-theme--developments .bt-accordion__trigger::-webkit-details-marker {
  display: none;
}

.bt-scope.bt-theme--developments .faq-item__number {
  color: var(--faq-stone) !important;
  font-family: "Jost", "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.bt-scope.bt-theme--developments .faq-item__label {
  color: var(--faq-navy) !important;
  font-family: "Jost", "Inter", Arial, sans-serif;
  font-size: clamp(17px, 1.2vw, 22px);
  font-weight: 400;
  letter-spacing: 0.035em;
}

.bt-scope.bt-theme--developments .bt-accordion__icon {
  position: relative;
  width: 20px;
  height: 20px;
}

.bt-scope.bt-theme--developments .bt-accordion__icon::before, .bt-scope.bt-theme--developments .bt-accordion__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background: var(--faq-navy);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 220ms ease;
}

.bt-scope.bt-theme--developments .bt-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.bt-scope.bt-theme--developments .bt-accordion__item.is-open .bt-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(0);
}

.bt-scope.bt-theme--developments .bt-accordion__content {
  max-width: 660px;
  padding: 0 46px 30px 70px;
  color: #65768a;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.65;
  animation: faq-answer-reveal 250ms ease both;
}

.bt-scope.bt-theme--developments @keyframes faq-answer-reveal {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  .bt-scope.bt-theme--developments to {
    opacity: 1;
    transform: translateY(0);
  }
.bt-scope.bt-theme--developments }

@media (max-width: 900px) {
  .faq-section {
    padding: 72px 0 82px;
  }

  .bt-scope.bt-theme--developments .faq-section__inner {
    width: min(100% - 48px, 760px);
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .bt-scope.bt-theme--developments .faq-section__description {
    max-width: 560px;
  }
.bt-scope.bt-theme--developments }

@media (max-width: 600px) {
  .faq-section {
    padding: 56px 0 64px;
  }

  .bt-scope.bt-theme--developments .faq-section__inner {
    width: min(100% - 36px, 620px);
    gap: 42px;
  }

  .bt-scope.bt-theme--developments .faq-section__intro {
    padding-left: 20px;
  }

  .bt-scope.bt-theme--developments .faq-section__title {
    margin-top: 18px;
    font-size: clamp(34px, 10vw, 46px);
  }

  .bt-scope.bt-theme--developments .faq-section__description {
    margin-top: 22px;
    font-size: 16px;
  }

  .bt-scope.bt-theme--developments .bt-accordion__trigger {
    min-height: 74px;
    padding: 18px 0;
    grid-template-columns: 36px 1fr 24px;
    gap: 10px;
  }

  .bt-scope.bt-theme--developments .faq-item__label {
    font-size: 17px;
  }

  .bt-scope.bt-theme--developments .bt-accordion__content {
    padding: 0 24px 26px 46px;
    font-size: 15px;
  }
.bt-scope.bt-theme--developments }

.bt-scope.bt-theme--developments .residences-section {
  --residences-navy: #102a43;
  --residences-stone: #b5a79d;
  padding: 78px 0 56px;
  background: #fff;
}

.bt-scope.bt-theme--developments .residences-section__intro {
  width: min(100% - 48px, 880px);
  margin: 0 auto 64px;
  text-align: center;
}

.bt-scope.bt-theme--developments .residences-section__title {
  margin: 0;
  color: var(--residences-stone);
  font-family: "Jost", "Inter", Arial, sans-serif;
  font-size: clamp(38px, 3vw, 58px);
  font-weight: 400;
  letter-spacing: -0.018em;
  line-height: 1.15;
  text-transform: uppercase;
}

.bt-scope.bt-theme--developments .residences-section__eyebrow {
  margin: 30px 0 0;
  color: var(--residences-navy);
  font-family: "Jost", "Inter", Arial, sans-serif;
  font-size: clamp(21px, 1.75vw, 32px);
  font-weight: 300;
  letter-spacing: 0.17em;
  line-height: 1.3;
  text-transform: uppercase;
}

.bt-scope.bt-theme--developments .residences-section__description {
  max-width: 700px;
  margin: 22px auto 0;
  color: #52647a;
  font-size: clamp(16px, 1.05vw, 21px);
  line-height: 1.58;
}

.bt-scope.bt-theme--developments .bt-floorTabs__navWrap {
  background: var(--residences-navy) !important;
}

.bt-scope.bt-theme--developments .bt-floorTabs__navInner {
  display: flex;
  width: 100%;
  padding: 0 max(24px, 5vw);
  overflow-x: auto;
  background: var(--residences-navy);
  scrollbar-width: none;
}

.bt-scope.bt-theme--developments .bt-floorTabs__navInner::-webkit-scrollbar {
  display: none;
}

.bt-scope.bt-theme--developments .bt-floorTabs__tab {
  position: relative;
  flex: 1 0 auto;
  min-height: 62px;
  padding: 16px clamp(18px, 2vw, 38px);
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.76);
  font-family: "Jost", "Inter", Arial, sans-serif;
  font-size: clamp(12px, 0.9vw, 16px);
  font-weight: 500;
  letter-spacing: 0.13em;
  cursor: pointer;
  text-transform: uppercase;
  white-space: nowrap;
}

.bt-scope.bt-theme--developments .bt-floorTabs__tab::after {
  position: absolute;
  right: 24%;
  bottom: 13px;
  left: 24%;
  height: 2px;
  background: var(--residences-stone);
  content: "";
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 180ms ease, transform 180ms ease;
}

.bt-scope.bt-theme--developments .bt-floorTabs__tab.is-active,
.bt-scope.bt-theme--developments .bt-floorTabs__tab[aria-selected="true"] {
  color: #fff !important;
  opacity: 1 !important;
}

.bt-scope.bt-theme--developments .bt-floorTabs__tab.is-active::after,
.bt-scope.bt-theme--developments .bt-floorTabs__tab[aria-selected="true"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.bt-scope.bt-theme--developments .bt-floorTabs__panels {
  width: min(100% - 120px, 1380px);
  margin: 0 auto;
  padding-top: 34px;
}

.bt-scope.bt-theme--developments .bt-floorTabs__panel {
  display: none !important;
}

.bt-scope.bt-theme--developments .bt-floorTabs__panel.is-active {
  display: grid !important;
}

.bt-scope.bt-theme--developments .residence-model {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  align-items: start;
  column-gap: clamp(44px, 6vw, 96px);
  row-gap: 18px;
  animation: residence-panel-reveal 260ms ease both;
}

.bt-scope.bt-theme--developments .residence-model__plan {
  display: grid;
  height: clamp(320px, 28vw, 460px);
  min-height: 0;
  padding: clamp(14px, 2vw, 30px);
  place-items: center;
}

.bt-scope.bt-theme--developments .residence-model__plan img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 440px;
  object-fit: contain;
}

.bt-scope.bt-theme--developments .residence-model__content {
  padding-top: clamp(16px, 2.5vw, 42px);
}

.bt-scope.bt-theme--developments .residence-model__title {
  margin: 0;
  color: var(--residences-stone);
  font-family: "Jost", "Inter", Arial, sans-serif;
  font-size: clamp(30px, 2.25vw, 43px);
  font-weight: 300;
  letter-spacing: 0.035em;
  line-height: 1.18;
  text-transform: uppercase;
}

.bt-scope.bt-theme--developments .residence-model__features {
  display: grid;
  margin: 24px 0 0;
  padding: 0;
  gap: 0;
  color: var(--residences-navy);
  font-size: clamp(15px, 1vw, 19px);
  line-height: 1.36;
  list-style: none;
}

.bt-scope.bt-theme--developments .residence-model__features li {
  position: relative;
  padding: 8px 0 8px 24px;
  border-bottom: 1px solid rgba(16, 42, 67, 0.08);
}

.bt-scope.bt-theme--developments .residence-model__features li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 1px;
  background: var(--residences-navy);
  content: "";
  transform: translateY(-50%);
}

.bt-scope.bt-theme--developments .residence-model__measurements {
  display: grid;
  margin-top: 8px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(30px, 5vw, 80px);
}

.bt-scope.bt-theme--developments .residence-model__measurement {
  position: relative;
  padding: 18px 0 0;
  text-align: left;
}

.bt-scope.bt-theme--developments .residence-model__measurement::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 1px;
  background: var(--residences-stone);
  content: "";
}

.bt-scope.bt-theme--developments .residence-model__measurement-label {
  display: block;
  color: var(--residences-navy);
  font-family: "Jost", "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bt-scope.bt-theme--developments .residence-model__measurement-value {
  display: block;
  margin-top: 8px;
  color: #52647a;
  font-size: clamp(15px, 1vw, 19px);
}

.bt-scope.bt-theme--developments @keyframes residence-panel-reveal {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  .bt-scope.bt-theme--developments to {
    opacity: 1;
    transform: translateY(0);
  }
.bt-scope.bt-theme--developments }

@media (max-width: 900px) {
  .residences-section {
    padding-top: 62px;
  }

  .bt-scope.bt-theme--developments .residences-section__intro {
    width: min(100% - 40px, 680px);
    margin-bottom: 48px;
  }

  .bt-scope.bt-theme--developments .bt-floorTabs__navInner {
    padding: 0 12px;
  }

  .bt-scope.bt-theme--developments .bt-floorTabs__tab {
    min-height: 58px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .bt-scope.bt-theme--developments .bt-floorTabs__panels {
    width: min(100% - 40px, 760px);
    padding-top: 52px;
  }

  .bt-scope.bt-theme--developments .residence-model {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .bt-scope.bt-theme--developments .residence-model__plan {
    min-height: 0;
  }

  .bt-scope.bt-theme--developments .residence-model__content {
    width: min(100%, 620px);
  }

  .bt-scope.bt-theme--developments .residence-model__measurements {
    margin-top: 12px;
    grid-column: auto;
  }
.bt-scope.bt-theme--developments }

@media (max-width: 600px) {
  .residences-section {
    padding: 52px 0 60px;
  }

  .bt-scope.bt-theme--developments .residences-section__title {
    font-size: clamp(32px, 9vw, 42px);
  }

  .bt-scope.bt-theme--developments .residences-section__eyebrow {
    margin-top: 24px;
    font-size: clamp(18px, 5vw, 24px);
    letter-spacing: 0.12em;
  }

  .bt-scope.bt-theme--developments .residences-section__description {
    font-size: 16px;
  }

  .bt-scope.bt-theme--developments .bt-floorTabs__panels {
    padding-top: 40px;
  }

  .bt-scope.bt-theme--developments .residence-model__title {
    font-size: 30px;
  }

  .bt-scope.bt-theme--developments .residence-model__features {
    margin-top: 24px;
    font-size: 16px;
  }

  .bt-scope.bt-theme--developments .residence-model__measurements {
    grid-template-columns: 1fr;
  }

  .bt-scope.bt-theme--developments .residence-model__measurement {
    padding: 18px 0;
  }

  .bt-scope.bt-theme--developments .residence-model__measurement + .residence-model__measurement {
    border-top: 1px solid rgba(16, 42, 67, 0.14);
  }
.bt-scope.bt-theme--developments }

.bt-scope.bt-theme--developments .investment-section {
  --investment-navy: #102a43;
  --investment-stone: #b5a79d;
  position: relative;
  padding: 82px 0 100px;
  background: #fff;
}

.bt-scope.bt-theme--developments .investment-section::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 12px;
  background: var(--investment-navy);
  content: "";
}

.bt-scope.bt-theme--developments .investment-section__inner {
  width: min(100% - 80px, 1240px);
  margin: 0 auto;
  text-align: center;
}

.bt-scope.bt-theme--developments .investment-section__title {
  margin: 0;
  color: var(--investment-stone);
  font-family: "Jost", "Inter", Arial, sans-serif;
  font-size: clamp(38px, 3vw, 58px);
  font-weight: 400;
  letter-spacing: -0.018em;
  line-height: 1.15;
  text-transform: uppercase;
}

.bt-scope.bt-theme--developments .investment-section__grid {
  display: grid;
  margin-top: 62px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bt-scope.bt-theme--developments .investment-point {
  padding: 0 clamp(40px, 6vw, 90px);
  text-align: left;
}

.bt-scope.bt-theme--developments .investment-point + .investment-point {
  border-left: 1px solid rgba(16, 42, 67, 0.16);
}

.bt-scope.bt-theme--developments .investment-point__label {
  margin: 0;
  color: var(--investment-stone);
  font-family: "Jost", "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bt-scope.bt-theme--developments .investment-point__title {
  max-width: 470px;
  margin: 18px 0 0;
  color: var(--investment-navy);
  font-family: "Jost", "Inter", Arial, sans-serif;
  font-size: clamp(23px, 1.8vw, 33px);
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-transform: uppercase;
}

.bt-scope.bt-theme--developments .investment-point__description {
  max-width: 500px;
  margin: 22px 0 0;
  color: #52647a;
  font-size: clamp(16px, 1vw, 19px);
  line-height: 1.6;
}

.bt-scope.bt-theme--developments .investment-section__cta {
  margin-top: 64px;
  border: 1px solid rgba(16, 42, 67, 0.16);
  background: #fff;
  color: var(--investment-navy);
}

.bt-scope.bt-theme--developments .investment-section__cta:hover {
  background: #eef4f7;
  transform: translateY(-3px);
}

.bt-scope.bt-theme--developments @media (max-width: 760px) {
  .investment-section {
    padding: 62px 0 78px;
  }

  .bt-scope.bt-theme--developments .investment-section__inner {
    width: min(100% - 40px, 620px);
  }

  .bt-scope.bt-theme--developments .investment-section__title {
    font-size: clamp(32px, 9vw, 42px);
  }

  .bt-scope.bt-theme--developments .investment-section__grid {
    margin-top: 42px;
    grid-template-columns: 1fr;
  }

  .bt-scope.bt-theme--developments .investment-point {
    padding: 0;
  }

  .bt-scope.bt-theme--developments .investment-point + .investment-point {
    margin-top: 34px;
    padding-top: 34px;
    border-top: 1px solid rgba(16, 42, 67, 0.16);
    border-left: 0;
  }

  .bt-scope.bt-theme--developments .investment-point__title {
    font-size: 23px;
  }

  .bt-scope.bt-theme--developments .investment-point__description {
    margin-top: 16px;
    font-size: 16px;
  }

  .bt-scope.bt-theme--developments .investment-section__cta {
    margin-top: 44px;
  }
.bt-scope.bt-theme--developments }

.amenities-section {
  --amenities-navy: #102a43;
  --amenities-stone: #b5a79d;
  padding: 76px 0 0;
  overflow: hidden;
  background: #fff;
}

.bt-scope.bt-theme--developments .amenities-section__intro {
  width: min(100% - 48px, 780px);
  margin: 0 auto 62px;
  text-align: center;
}

.bt-scope.bt-theme--developments .amenities-section__title {
  margin: 0;
  color: var(--amenities-stone);
  font-family: "Jost", "Inter", Arial, sans-serif;
  font-size: clamp(38px, 3vw, 58px);
  font-weight: 400;
  letter-spacing: -0.018em;
  line-height: 1.15;
  text-transform: uppercase;
}

.bt-scope.bt-theme--developments .amenities-section__eyebrow {
  margin: 30px 0 0;
  color: var(--amenities-navy);
  font-family: "Jost", "Inter", Arial, sans-serif;
  font-size: clamp(21px, 1.75vw, 32px);
  font-weight: 300;
  letter-spacing: 0.17em;
  line-height: 1.3;
  text-transform: uppercase;
}

.bt-scope.bt-theme--developments .amenities-section__description {
  max-width: 680px;
  margin: 22px auto 0;
  color: #52647a;
  font-size: clamp(16px, 1.05vw, 21px);
  line-height: 1.58;
}

.bt-scope.bt-theme--developments .amenities-gallery {
  position: relative;
  background: var(--amenities-navy);
}

.bt-scope.bt-theme--developments .amenities-gallery__viewport {
  width: 100%;
  overflow: hidden;
}

.bt-scope.bt-theme--developments .amenities-gallery__track {
  display: flex;
  transition: transform 600ms cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.bt-scope.bt-theme--developments .amenity-item {
  display: grid;
  min-width: 33.333333%;
  grid-template-rows: repeat(2, minmax(250px, 1fr));
  background: #f5f1eb;
}

.bt-scope.bt-theme--developments .amenity-item__image, .bt-scope.bt-theme--developments .amenity-item__copy {
  min-height: 0;
}

.bt-scope.bt-theme--developments .amenity-item__image {
  overflow: hidden;
}

.bt-scope.bt-theme--developments .amenity-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bt-scope.bt-theme--developments .amenity-item__copy {
  display: flex;
  padding: clamp(36px, 5vw, 78px);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.bt-scope.bt-theme--developments .amenity-item:nth-child(odd) .amenity-item__copy {
  background: var(--amenities-navy);
  color: #fff;
}

.bt-scope.bt-theme--developments .amenity-item:nth-child(even) .amenity-item__copy {
  order: -1;
  background: #f5f1eb;
  color: var(--amenities-navy);
}

.bt-scope.bt-theme--developments .amenity-item__title {
  margin: 0;
  font-family: "Jost", "Inter", Arial, sans-serif;
  font-size: clamp(19px, 1.45vw, 27px);
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.25;
  text-transform: uppercase;
}

.bt-scope.bt-theme--developments .amenity-item__description {
  max-width: 430px;
  margin: 18px 0 0;
  font-size: clamp(15px, 1vw, 19px);
  line-height: 1.55;
}

.bt-scope.bt-theme--developments .amenity-item:nth-child(odd) .amenity-item__description {
  color: rgba(255, 255, 255, 0.78);
}

.bt-scope.bt-theme--developments .amenity-item:nth-child(even) .amenity-item__description {
  color: #52647a;
}

.bt-scope.bt-theme--developments .amenities-gallery__arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: none;
  width: 54px;
  height: 54px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 22px rgba(16, 42, 67, 0.1);
  color: var(--amenities-navy);
  cursor: pointer;
  transform: translateY(-50%);
}

.bt-scope.bt-theme--developments .amenities-gallery.has-overflow .amenities-gallery__arrow {
  display: grid;
}

.bt-scope.bt-theme--developments .amenities-gallery__arrow svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.bt-scope.bt-theme--developments .amenities-gallery__arrow--previous {
  left: 14px;
}

.bt-scope.bt-theme--developments .amenities-gallery__arrow--next {
  right: 14px;
}

.bt-scope.bt-theme--developments .amenities-gallery__counter {
  position: absolute;
  right: 24px;
  bottom: 18px;
  display: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Jost", "Inter", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
}

.bt-scope.bt-theme--developments .amenities-gallery.has-overflow .amenities-gallery__counter {
  display: block;
}

.bt-scope.bt-theme--developments @media (max-width: 900px) {
  .amenities-section {
    padding-top: 62px;
  }

  .bt-scope.bt-theme--developments .amenities-section__intro {
    width: min(100% - 40px, 680px);
    margin-bottom: 48px;
  }

  .bt-scope.bt-theme--developments .amenity-item {
    min-width: 50%;
    grid-template-rows: repeat(2, minmax(230px, 1fr));
  }
.bt-scope.bt-theme--developments }

@media (max-width: 600px) {
  .amenities-section {
    padding-top: 52px;
  }

  .bt-scope.bt-theme--developments .amenities-section__title {
    font-size: clamp(32px, 9vw, 42px);
  }

  .bt-scope.bt-theme--developments .amenities-section__eyebrow {
    margin-top: 24px;
    font-size: clamp(18px, 5vw, 24px);
    letter-spacing: 0.12em;
  }

  .bt-scope.bt-theme--developments .amenities-section__description {
    font-size: 16px;
  }

  .bt-scope.bt-theme--developments .amenity-item {
    min-width: 100%;
    grid-template-rows: 280px auto;
  }

  .bt-scope.bt-theme--developments .amenity-item__copy {
    min-height: 220px;
    padding: 40px 28px;
  }

  .bt-scope.bt-theme--developments .amenities-gallery__arrow {
    width: 48px;
    height: 48px;
  }
.bt-scope.bt-theme--developments }

.bt-scope.bt-theme--developments .experience-section {
  --experience-navy: #102a43;
  --experience-stone: #b5a79d;
  position: relative;
  overflow: hidden;
  padding: 76px 0 64px;
  background:
    linear-gradient(
      to bottom,
      #fff 0,
      #fff clamp(300px, 31vw, 475px),
      var(--experience-navy) clamp(300px, 31vw, 475px),
      var(--experience-navy) 100%
    );
}

.bt-scope.bt-theme--developments .experience-section__intro {
  width: min(100% - 48px, 880px);
  margin: 0 auto;
  text-align: center;
}

.bt-scope.bt-theme--developments .experience-section__title {
  margin: 0;
  color: var(--experience-stone);
  font-family: "Jost", "Inter", Arial, sans-serif;
  font-size: clamp(38px, 3vw, 58px);
  font-weight: 400;
  letter-spacing: -0.018em;
  line-height: 1.15;
  text-transform: uppercase;
}

.bt-scope.bt-theme--developments .experience-section__eyebrow {
  margin: 30px 0 0;
  color: var(--experience-navy);
  font-family: "Jost", "Inter", Arial, sans-serif;
  font-size: clamp(21px, 1.75vw, 32px);
  font-weight: 300;
  letter-spacing: 0.17em;
  line-height: 1.3;
  text-transform: uppercase;
}

.bt-scope.bt-theme--developments .experience-section__description {
  max-width: 720px;
  margin: 22px auto 0;
  color: #52647a;
  font-size: clamp(16px, 1.05vw, 21px);
  line-height: 1.58;
}

.bt-scope.bt-theme--developments .experience-carousel {
  --carousel-gap: 18px;
  --carousel-peek: clamp(34px, 4.5vw, 84px);
  position: relative;
  width: 100%;
  margin: 58px auto 0;
}

.bt-scope.bt-theme--developments .bt-carousel__viewport {
  width: 100%;
  overflow: hidden;
}

.bt-scope.bt-theme--developments .bt-carousel__track {
  display: flex;
  gap: var(--carousel-gap);
  padding: 0;
  transition: transform 500ms cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.bt-scope.bt-theme--developments .bt-carousel--luxShowcase .bt-card {
  height: clamp(230px, 21vw, 350px) !important;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #d9d4ce;
}

.bt-scope.bt-theme--developments .bt-carousel--luxShowcase .bt-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bt-scope.bt-theme--developments .bt-carousel--luxShowcase .bt-carousel__arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  width: clamp(46px, 3.8vw, 62px);
  height: clamp(46px, 3.8vw, 62px);
  padding: 0;
  place-items: center;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 22px rgba(16, 42, 67, 0.1);
  color: var(--experience-navy);
  cursor: pointer;
  transform: translateY(-50%);
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
  transition: background-color 180ms ease, color 180ms ease;
}

.bt-scope.bt-theme--developments .bt-carousel--luxShowcase .bt-carousel__arrow:hover {
  background: var(--experience-navy);
  color: #fff;
}

.bt-scope.bt-theme--developments .bt-carousel--luxShowcase .bt-carousel__arrow[data-bt-action="prev"] {
  left: calc(var(--carousel-peek) - 24px) !important;
}

.bt-scope.bt-theme--developments .bt-carousel--luxShowcase .bt-carousel__arrow[data-bt-action="next"] {
  right: calc(var(--carousel-peek) - 24px) !important;
}

.bt-scope.bt-theme--developments .experience-section__actions {
  display: flex;
  margin-top: 60px;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.bt-scope.bt-theme--developments .experience-section__cta {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: #fff;
  color: var(--experience-navy);
}

.bt-scope.bt-theme--developments .experience-section__cta:hover {
  background: #eef4f7;
  transform: translateY(-3px);
}

.bt-scope.bt-theme--developments @media (max-width: 900px) {
  .experience-section {
    padding-top: 62px;
    background:
      linear-gradient(
        to bottom,
        #fff 0,
        #fff 390px,
        var(--experience-navy) 390px,
        var(--experience-navy) 100%
      );
  }

  .bt-scope.bt-theme--developments .experience-section__intro {
    width: min(100% - 40px, 680px);
  }

  .bt-scope.bt-theme--developments .experience-section__description {
    max-width: 560px;
  }

  .bt-scope.bt-theme--developments .experience-carousel {
    --carousel-gap: 14px;
    --carousel-peek: 34px;
    width: min(calc(100% - 32px), 820px);
    margin-top: 48px;
  }

  .bt-scope.bt-theme--developments .bt-carousel__track {
    gap: var(--carousel-gap);
    padding: 0;
  }

  .bt-scope.bt-theme--developments .bt-carousel--luxShowcase .bt-card {
    height: clamp(230px, 38vw, 330px) !important;
    border-radius: 5px;
  }
.bt-scope.bt-theme--developments }

@media (max-width: 600px) {
  .experience-section {
    padding: 52px 0 48px;
    background:
      linear-gradient(
        to bottom,
        #fff 0,
        #fff 410px,
        var(--experience-navy) 410px,
        var(--experience-navy) 100%
      );
  }

  .bt-scope.bt-theme--developments .experience-section__title {
    font-size: clamp(32px, 9vw, 42px);
  }

  .bt-scope.bt-theme--developments .experience-section__eyebrow {
    margin-top: 24px;
    font-size: clamp(18px, 5vw, 24px);
    letter-spacing: 0.12em;
  }

  .bt-scope.bt-theme--developments .experience-section__description {
    margin-top: 18px;
    font-size: 16px;
  }

  .bt-scope.bt-theme--developments .bt-carousel__track {
    padding: 0;
  }

  .bt-scope.bt-theme--developments .bt-carousel--luxShowcase .bt-card {
    height: min(66vw, 320px) !important;
    border-radius: 4px;
  }

  .bt-scope.bt-theme--developments .bt-carousel--luxShowcase .bt-carousel__arrow {
    width: 48px;
    height: 48px;
  }

  .bt-scope.bt-theme--developments .experience-section__actions {
    margin-top: 50px;
    gap: 14px;
  }
.bt-scope.bt-theme--developments }

@media (max-width: 760px) {
  .development-hero {
    min-height: 100svh;
  }

  .bt-scope.bt-theme--developments .development-hero__contacts {
    top: 16px;
    right: 16px;
    left: 16px;
    align-items: stretch;
    gap: 8px;
  }

  .bt-scope.bt-theme--developments .development-hero__phones {
    gap: 6px;
  }

  .bt-scope.bt-theme--developments .contact-pill {
    min-height: 42px;
    padding: 5px 13px 5px 5px;
    font-size: 11px;
  }

  .bt-scope.bt-theme--developments .contact-pill__icon {
    width: 31px;
    height: 31px;
    margin-right: 8px;
    flex-basis: 31px;
  }

  .bt-scope.bt-theme--developments .contact-pill__icon svg {
    width: 15px;
    height: 15px;
  }

  .bt-scope.bt-theme--developments .contact-pill--email > span:last-child {
    display: none;
  }

  .bt-scope.bt-theme--developments .contact-pill--email {
    align-self: flex-start;
    padding-right: 5px;
  }

  .bt-scope.bt-theme--developments .contact-pill--email .contact-pill__icon {
    margin-right: 0;
  }

  .bt-scope.bt-theme--developments .development-hero__content {
    width: min(100% - 36px, 680px);
    margin-top: 98px;
  }

  .bt-scope.bt-theme--developments .development-hero__logo {
    width: min(58vw, 260px);
  }

  .bt-scope.bt-theme--developments .development-hero__title {
    margin-top: 32px;
    font-size: clamp(20px, 6.2vw, 35px);
    letter-spacing: 0.12em;
    line-height: 1.28;
  }

  .bt-scope.bt-theme--developments .development-hero__cta {
    min-width: 150px;
    min-height: 48px;
    margin-top: 38px;
    border-radius: 4px;
    font-size: 12px;
  }
.bt-scope.bt-theme--developments }

@media (max-width: 760px) {
  .development-hero__contacts {
    display: none;
  }

  .bt-scope.bt-theme--developments .development-hero__mobile-contacts {
    position: absolute;
    z-index: 4;
    top: 18px;
    right: 18px;
    left: 18px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .bt-scope.bt-theme--developments .mobile-contact-action {
    display: inline-flex;
    min-width: 46px;
    min-height: 46px;
    padding: 8px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(35, 29, 25, 0.66);
    color: #fff;
    font-family: "Jost", "Inter", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
  }

  .bt-scope.bt-theme--developments .mobile-contact-action svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
  }

  .bt-scope.bt-theme--developments .mobile-contact-action--call {
    gap: 8px;
    padding-right: 16px;
    padding-left: 13px;
    cursor: pointer;
    list-style: none;
  }

  .bt-scope.bt-theme--developments .mobile-contact-action--call::-webkit-details-marker {
    display: none;
  }

  .bt-scope.bt-theme--developments .mobile-phone-menu {
    position: relative;
  }

  .bt-scope.bt-theme--developments .mobile-phone-menu__options {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    display: grid;
    width: max-content;
    min-width: 205px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    background: rgba(25, 23, 22, 0.9);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
  }

  .bt-scope.bt-theme--developments .mobile-phone-menu__options a {
    padding: 14px 17px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
  }

  .bt-scope.bt-theme--developments .mobile-phone-menu__options a + a {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .bt-scope.bt-theme--developments .development-hero__video {
    object-position: 58% center;
  }

  .bt-scope.bt-theme--developments .development-hero__content {
    width: min(100% - 40px, 520px);
    margin-top: 84px;
  }

  .bt-scope.bt-theme--developments .development-hero__logo {
    width: min(62vw, 270px);
  }

  .bt-scope.bt-theme--developments .development-hero__title {
    max-width: 420px;
    margin-top: 34px;
    font-size: clamp(20px, 5.8vw, 31px);
    letter-spacing: 0.105em;
    line-height: 1.34;
  }

  .bt-scope.bt-theme--developments .about-development {
    padding: 82px 0 88px;
  }

  .bt-scope.bt-theme--developments .about-development__inner {
    display: grid;
    width: min(100% - 40px, 620px);
    grid-template-columns: 1fr;
    gap: 0;
  }

  .bt-scope.bt-theme--developments .about-development__copy {
    display: contents;
  }

  .bt-scope.bt-theme--developments .about-development__title {
    order: 1;
  }

  .bt-scope.bt-theme--developments .about-development__eyebrow {
    order: 2;
  }

  .bt-scope.bt-theme--developments .about-development__description {
    order: 3;
  }

  .bt-scope.bt-theme--developments .about-development__visual {
    order: 4;
    width: calc(100% + 40px);
    height: clamp(410px, 102vw, 580px);
    margin-top: 48px;
    margin-left: -20px;
  }

  .bt-scope.bt-theme--developments .about-development__cta {
    order: 5;
    z-index: 3;
    justify-self: center;
    margin-top: clamp(-140px, -25vw, -110px);
    margin-bottom: clamp(36px, 9vw, 60px);
    border-color: rgba(255, 255, 255, 0.72);
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  }

  .bt-scope.bt-theme--developments .about-development__color-block {
    top: 24%;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .bt-scope.bt-theme--developments .about-development__image {
    top: 0;
    left: 7%;
    width: 86%;
    height: 68%;
    object-position: center;
    transform: none;
  }
.bt-scope.bt-theme--developments }

@media (max-width: 420px) {
  .development-hero__content {
    width: calc(100% - 32px);
  }

  .bt-scope.bt-theme--developments .mobile-phone-menu__options {
    min-width: 195px;
  }
.bt-scope.bt-theme--developments }

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .bt-scope.bt-theme--developments .development-hero__video {
    display: none;
  }

  .bt-scope.bt-theme--developments .contact-pill, .bt-scope.bt-theme--developments .development-hero__cta {
    transition: none;
  }

  .bt-scope.bt-theme--developments .development-hero__scroll {
    animation: none;
  }

  .bt-scope.bt-theme--developments .residence-model {
    animation: none;
  }

  .bt-scope.bt-theme--developments .faq-item__answer {
    animation: none;
  }
.bt-scope.bt-theme--developments }

.bt-scope.bt-theme--developments .location-section {
  --location-navy: #102a43;
  --location-stone: #b5a79d;
  display: grid;
  min-height: clamp(650px, 52vw, 900px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: var(--location-navy);
}

.bt-scope.bt-theme--developments .location-section__map {
  min-width: 0;
  min-height: 100%;
  background: #d6d8d7;
}

.bt-scope.bt-theme--developments .location-section__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(650px, 52vw, 900px);
  border: 0;
}

.bt-scope.bt-theme--developments .location-section__content {
  display: flex;
  align-items: center;
  padding: clamp(60px, 7vw, 135px);
  background: var(--location-navy);
}

.bt-scope.bt-theme--developments .location-section__copy {
  width: min(100%, 720px);
}

.bt-scope.bt-theme--developments .location-section__title {
  margin: 0;
  color: var(--location-stone);
  font-family: "Jost", "Inter", Arial, sans-serif;
  font-size: clamp(40px, 3.4vw, 68px);
  font-weight: 400;
  letter-spacing: -0.018em;
  line-height: 1.18;
  text-transform: uppercase;
}

.bt-scope.bt-theme--developments .location-section__eyebrow {
  position: relative;
  margin: clamp(34px, 4vw, 62px) 0 0;
  padding-left: clamp(18px, 1.5vw, 28px);
  color: #fff;
  font-family: "Jost", "Inter", Arial, sans-serif;
  font-size: clamp(22px, 1.85vw, 35px);
  font-weight: 300;
  letter-spacing: 0.16em;
  line-height: 1.42;
  text-transform: uppercase;
}

.bt-scope.bt-theme--developments .location-section__eyebrow::before {
  position: absolute;
  top: 0.16em;
  bottom: 0.18em;
  left: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.56);
  content: "";
}

.bt-scope.bt-theme--developments .location-section__description {
  max-width: 680px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 1.2vw, 24px);
  line-height: 1.58;
}

.bt-scope.bt-theme--developments .location-section__description + .location-section__description {
  margin-top: 16px;
}

.bt-scope.bt-theme--developments @media (max-width: 900px) {
  .location-section {
    grid-template-columns: 1fr;
  }

  .bt-scope.bt-theme--developments .location-section__content {
    order: 1;
    min-height: auto;
    padding: 84px max(24px, 7vw);
  }

  .bt-scope.bt-theme--developments .location-section__map {
    order: 2;
    min-height: 62svh;
  }

  .bt-scope.bt-theme--developments .location-section__map iframe {
    min-height: 62svh;
  }

  .bt-scope.bt-theme--developments .location-section__title {
    font-size: clamp(34px, 8.5vw, 52px);
  }

  .bt-scope.bt-theme--developments .location-section__eyebrow {
    font-size: clamp(19px, 5vw, 28px);
    letter-spacing: 0.12em;
  }

  .bt-scope.bt-theme--developments .location-section__description {
    font-size: 16px;
    line-height: 1.62;
  }
.bt-scope.bt-theme--developments }

@media (max-width: 760px) {
  .location-section {
    background: #fff;
  }

  .bt-scope.bt-theme--developments .location-section__content {
    padding-top: 28px;
    padding-bottom: 36px;
    background: #fff;
  }

  .bt-scope.bt-theme--developments .location-section__title {
    color: var(--location-stone);
  }

  .bt-scope.bt-theme--developments .location-section__eyebrow {
    color: var(--location-navy);
  }

  .bt-scope.bt-theme--developments .location-section__eyebrow::before {
    background: rgba(16, 42, 67, 0.5);
  }

  .bt-scope.bt-theme--developments .location-section__description {
    color: #52647a;
  }
.bt-scope.bt-theme--developments }

/* Contact / GetResponse
   The embedded form remains owned by GetResponse. These styles create the
   editorial composition around it without changing its fields or behavior. */
.bt-scope.bt-theme--developments .contact-section {
  --contact-navy: #102a43;
  --contact-stone: #b5a79d;
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 5vw, 82px) 0;
  background: #fff;
  color: var(--contact-navy);
}

.bt-scope.bt-theme--developments .contact-section::before {
  position: absolute;
  top: 0;
  right: 0;
  width: min(24vw, 390px);
  height: 100%;
  background: #f5f2ee;
  content: "";
}

.bt-scope.bt-theme--developments .contact-section__inner {
  position: relative;
  display: grid;
  width: min(100% - 100px, 1440px);
  margin: 0 auto;
  grid-template-columns: minmax(310px, 0.82fr) minmax(540px, 1.18fr);
  align-items: center;
  gap: clamp(52px, 6vw, 92px);
}

.bt-scope.bt-theme--developments .contact-section__intro {
  position: relative;
  padding-left: 28px;
}

.bt-scope.bt-theme--developments .contact-section__intro::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: rgba(181, 167, 157, 0.8);
  content: "";
}

.bt-scope.bt-theme--developments .contact-section__kicker {
  margin: 0;
  color: var(--contact-navy);
  font-family: "Jost", "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bt-scope.bt-theme--developments .contact-section__title {
  margin: 18px 0 0;
  color: var(--contact-stone);
  font-family: "Jost", "Inter", Arial, sans-serif;
  font-size: clamp(40px, 3.5vw, 60px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.05;
  text-transform: uppercase;
}

.bt-scope.bt-theme--developments .contact-section__description {
  max-width: 450px;
  margin: 22px 0 0;
  color: #52647a;
  font-size: clamp(16px, 1.05vw, 20px);
  line-height: 1.65;
}

.bt-scope.bt-theme--developments .contact-section__details {
  display: flex;
  max-width: 450px;
  margin-top: 28px;
  flex-wrap: wrap;
  column-gap: 24px;
  border-top: 1px solid rgba(16, 42, 67, 0.16);
}

.bt-scope.bt-theme--developments .contact-detail {
  display: grid;
  padding: 12px 0;
  grid-template-columns: 1fr;
  align-items: baseline;
  gap: 3px;
  color: inherit;
  text-decoration: none;
}

.bt-scope.bt-theme--developments .contact-detail__label {
  color: var(--contact-stone);
  font-family: "Jost", "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bt-scope.bt-theme--developments .contact-detail__value {
  color: var(--contact-navy);
  font-size: 15px;
  line-height: 1.4;
  transition: color 180ms ease;
}

.bt-scope.bt-theme--developments .contact-detail:hover .contact-detail__value {
  color: #52647a;
}

.bt-scope.bt-theme--developments .contact-section__form-panel {
  position: relative;
  padding: 18px 0 18px 22px;
}

.bt-scope.bt-theme--developments .contact-section__form-panel::before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -28px;
  bottom: 0;
  left: 0;
  background: var(--contact-navy);
  content: "";
}

.bt-scope.bt-theme--developments .contact-section__form {
  position: relative;
  z-index: 1;
  min-height: 500px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(16, 42, 67, 0.1);
}

.bt-scope.bt-theme--developments .contact-section__form getresponse-form {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: block;
  width: 100%;
  min-height: 100%;
  background: #fff;
  opacity: 0;
  pointer-events: none;
}

.bt-scope.bt-theme--developments .contact-section__form.is-getresponse-loaded getresponse-form {
  opacity: 1;
  pointer-events: auto;
}

.bt-scope.bt-theme--developments .contact-section__form.is-getresponse-loaded .contact-form-preview {
  visibility: hidden;
}

.bt-scope.bt-theme--developments .contact-form-preview {
  display: grid;
  width: min(100%, 580px);
  margin: 0 auto;
  padding: clamp(22px, 2.4vw, 34px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 18px;
  background: #fff;
}

.bt-scope.bt-theme--developments .contact-form-preview__title {
  margin: 0 0 2px;
  grid-column: 1 / -1;
  color: var(--contact-navy);
  font-family: "Jost", "Inter", Arial, sans-serif;
  font-size: clamp(25px, 2vw, 32px);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bt-scope.bt-theme--developments .contact-form-preview__field {
  display: grid;
  gap: 6px;
  color: var(--contact-navy);
  font-family: "Jost", "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.bt-scope.bt-theme--developments .contact-form-preview__field input, .bt-scope.bt-theme--developments .contact-form-preview__field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(16, 42, 67, 0.48);
  border-radius: 3px;
  background: #fff;
  color: var(--contact-navy);
  font: inherit;
  outline: none;
}

.bt-scope.bt-theme--developments .contact-form-preview__field > input {
  min-height: 44px;
  padding: 8px 12px;
}

.bt-scope.bt-theme--developments .contact-form-preview__field textarea {
  min-height: 76px;
  padding: 10px 12px;
  resize: vertical;
}

.bt-scope.bt-theme--developments .contact-form-preview__field input:focus, .bt-scope.bt-theme--developments .contact-form-preview__field textarea:focus {
  border-color: var(--contact-navy);
  box-shadow: 0 0 0 3px rgba(16, 42, 67, 0.08);
}

.bt-scope.bt-theme--developments .contact-form-preview__phone {
  display: grid;
  min-height: 44px;
  padding-left: 12px;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(16, 42, 67, 0.48);
  border-radius: 3px;
}

.bt-scope.bt-theme--developments .contact-form-preview__phone input {
  height: 42px;
  padding: 8px 12px 8px 4px;
  border: 0;
}

.bt-scope.bt-theme--developments .contact-form-preview__phone:focus-within {
  border-color: var(--contact-navy);
  box-shadow: 0 0 0 3px rgba(16, 42, 67, 0.08);
}

.bt-scope.bt-theme--developments .contact-form-preview__phone input:focus {
  box-shadow: none;
}

.bt-scope.bt-theme--developments .contact-form-preview__privacy {
  max-width: 440px;
  margin: -2px 0 0;
  color: #65768a;
  font-size: 12px;
  line-height: 1.45;
}

.bt-scope.bt-theme--developments .contact-form-preview__field:nth-of-type(n + 3), .bt-scope.bt-theme--developments .contact-form-preview__privacy, .bt-scope.bt-theme--developments .contact-form-preview__submit {
  grid-column: 1 / -1;
}

.bt-scope.bt-theme--developments .contact-form-preview__submit {
  min-height: 48px;
  padding: 10px 24px;
  border: 1px solid var(--contact-navy);
  border-radius: 4px;
  background: var(--contact-navy);
  color: #fff;
  font-family: "Jost", "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: default;
}

.bt-scope.bt-theme--developments @media (max-width: 1000px) {
  .contact-section::before {
    width: 28vw;
  }

  .bt-scope.bt-theme--developments .contact-section__inner {
    width: min(100% - 56px, 880px);
    grid-template-columns: minmax(250px, 0.72fr) minmax(460px, 1.28fr);
    gap: 40px;
  }

  .bt-scope.bt-theme--developments .contact-section__form-panel {
    padding-left: 28px;
  }
.bt-scope.bt-theme--developments }

@media (max-width: 820px) {
  .contact-section {
    padding: 56px 0 0;
  }

  .bt-scope.bt-theme--developments .contact-section::before {
    display: none;
  }

  .bt-scope.bt-theme--developments .contact-section__inner {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .bt-scope.bt-theme--developments .contact-section__intro {
    width: min(100% - 48px, 680px);
    margin: 0 auto;
  }

  .bt-scope.bt-theme--developments .contact-section__description, .bt-scope.bt-theme--developments .contact-section__details {
    max-width: 560px;
  }

  .bt-scope.bt-theme--developments .contact-section__form-panel {
    padding: 28px max(24px, 6vw) 34px;
    background: var(--contact-navy);
  }

  .bt-scope.bt-theme--developments .contact-section__form-panel::before {
    display: none;
  }

  .bt-scope.bt-theme--developments .contact-section__form {
    width: min(100%, 680px);
    margin: 0 auto;
    padding: clamp(8px, 2vw, 18px);
  }
.bt-scope.bt-theme--developments }

@media (max-width: 520px) {
  .contact-section {
    padding-top: 56px;
  }

  .bt-scope.bt-theme--developments .contact-section__intro {
    width: min(100% - 36px, 620px);
    padding-left: 20px;
  }

  .bt-scope.bt-theme--developments .contact-section__title {
    margin-top: 18px;
    font-size: clamp(38px, 12vw, 52px);
  }

  .bt-scope.bt-theme--developments .contact-section__description {
    margin-top: 24px;
    font-size: 16px;
  }

  .bt-scope.bt-theme--developments .contact-section__details {
    margin-top: 26px;
  }

  .bt-scope.bt-theme--developments .contact-detail {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .bt-scope.bt-theme--developments .contact-section__form-panel {
    padding: 22px 14px 28px;
  }

  .bt-scope.bt-theme--developments .contact-section__form {
    min-height: 540px;
    padding: 4px;
    box-shadow: none;
  }

  .bt-scope.bt-theme--developments .contact-form-preview {
    padding: 26px 20px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .bt-scope.bt-theme--developments .contact-form-preview__field, .bt-scope.bt-theme--developments .contact-form-preview__field:nth-of-type(n + 3), .bt-scope.bt-theme--developments .contact-form-preview__privacy, .bt-scope.bt-theme--developments .contact-form-preview__submit {
    grid-column: 1;
  }

  .bt-scope.bt-theme--developments .contact-form-preview__title {
    font-size: 28px;
  }
}
