:root {
  --v2c-ink: #171a17;
  --v2c-forest: #20351f;
  --v2c-forest-deep: #162318;
  --v2c-light: #ffffff;
  --v2c-mist: #f3f6ee;
  --v2c-lime: #86d524;
  --v2c-line: rgba(23, 26, 23, .16);
  --v2c-muted: #667064;
  --v2c-display: "Manrope", Arial, sans-serif;
  --v2c-body: "DM Sans", Arial, sans-serif;
}

/* Alternating floor overview and film-backed selector. */
.v2c-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.v2c-building__stage {
  min-height: min(100svh, 940px);
  aspect-ratio: 16 / 9;
}

.v2c-building__stage > img,
.v2c-building__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.v2c-building__stage > img { z-index: 0; }
.v2c-building__video { z-index: 0; }

.v2c-floor-stack {
  width: min(1600px, calc(100% - 48px));
  margin: 32px auto 0;
  border-top: 1px solid rgba(23, 26, 23, .18);
}

.v2c-floor-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(560px, 1fr);
  min-height: 650px;
  border: solid rgba(23, 26, 23, .18);
  border-width: 0 1px 1px;
  background: #fff;
}

.v2c-floor-section--reverse .v2c-floor-plan { order: 2; }
.v2c-floor-section--reverse .v2c-floor-panel { order: 1; }

.v2c-floor-plan {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  padding: clamp(32px, 5vw, 76px);
  overflow: hidden;
  background:
    linear-gradient(rgba(32, 53, 31, .06) 1px, transparent 1px) 0 0 / 36px 36px,
    linear-gradient(90deg, rgba(32, 53, 31, .06) 1px, transparent 1px) 0 0 / 36px 36px,
    #f7f7f2;
}

.v2c-floor-plan__index {
  position: absolute;
  top: 22px;
  left: 26px;
  color: rgba(23, 26, 23, .14);
  font: 500 clamp(52px, 7vw, 108px)/1 var(--v2c-display);
  letter-spacing: -.07em;
}

.v2c-floor-plan img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 760px;
  max-height: 560px;
  object-fit: contain;
}

.v2c-floor-panel {
  min-width: 0;
  padding: clamp(42px, 5.5vw, 84px);
  background:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px) 0 0 / 72px 72px,
    var(--v2c-forest-deep);
  color: #fff;
}

.v2c-floor-panel__head {
  display: flex;
  gap: 28px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: clamp(34px, 4vw, 58px);
}

.v2c-floor-panel__head h3 {
  margin: 0;
  color: #fff;
  font: 600 clamp(34px, 4vw, 60px)/.98 var(--v2c-display);
  letter-spacing: -.055em;
}

.v2c-floor-panel__head > strong {
  flex: 0 0 auto;
  padding: 9px 12px;
  background: var(--v2c-lime);
  color: var(--v2c-ink);
  font-size: 12px;
}

.v2c-floor-table-wrap { overflow-x: auto; }
.v2c-floor-table { width: 100%; min-width: 0; table-layout: fixed; border-collapse: collapse; }
.v2c-floor-table th,
.v2c-floor-table td {
  padding: 17px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, .19);
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  text-align: left;
  white-space: nowrap;
}
.v2c-floor-table th:nth-child(1) { width: 14%; }
.v2c-floor-table th:nth-child(2) { width: 18%; }
.v2c-floor-table th:nth-child(3) { width: 17%; }
.v2c-floor-table th:nth-child(4) { width: 18%; }
.v2c-floor-table th:nth-child(5) { width: 21%; }
.v2c-floor-table th:nth-child(6) { width: 12%; }

.v2c-floor-table thead th {
  padding-top: 0;
  color: rgba(255, 255, 255, .46);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.v2c-floor-table tbody th a {
  color: var(--v2c-lime);
  font: 700 16px/1 var(--v2c-display);
  text-decoration: none;
}

.v2c-floor-table tbody tr { transition: background 180ms ease; }
.v2c-floor-table tbody tr:hover { background: rgba(255, 255, 255, .055); }

.v2c-floor-table__status {
  display: inline-flex;
  padding: 5px 8px;
  color: #fff;
  background: rgba(255, 255, 255, .09);
  font-size: 11px;
  font-weight: 700;
}

.v2c-floor-table__status.is-available { color: #183015; background: var(--v2c-lime); }
.v2c-floor-table__status.is-reserved { color: #1e211d; background: #e5cb68; }
.v2c-floor-table__status.is-sold { opacity: .62; }

.v2c-floor-table__detail {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.v2c-floor-table__detail span { color: var(--v2c-lime); }
.v2c-floor-table__detail:is(:hover, :focus-visible) { color: var(--v2c-lime); }

@media (max-width: 1120px) {
  .v2c-floor-section { grid-template-columns: 1fr; min-height: 0; }
  .v2c-floor-section--reverse .v2c-floor-plan,
  .v2c-floor-section--reverse .v2c-floor-panel { order: initial; }
  .v2c-floor-plan { min-height: 560px; }
}

@media (max-width: 760px) {
  .v2c-floor-table { min-width: 670px; table-layout: auto; }
}

@media (max-width: 640px) {
  .v2c-building__stage {
    min-height: 0;
    aspect-ratio: auto;
    padding-top: 0;
  }

  .v2c-building__stage > img,
  .v2c-building__video {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
  }

  .v2c-building__stage > img { margin-bottom: -56.25%; }
  .v2c-building__map,
  .v2c-building__stage::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .v2c-floor-stack { width: 100%; margin-top: 24px; }
  .v2c-floor-plan { min-height: 390px; padding: 44px 18px 28px; }
  .v2c-floor-panel { padding: 42px 18px; }
  .v2c-floor-panel__head { align-items: flex-start; flex-direction: column; }
  .v2c-floor-table-wrap { margin-right: -18px; padding-right: 18px; }
}

/* r32: floor-plan atlas and apartment inventory are deliberately separate. */
.v2c-floor-atlas {
  padding: clamp(72px, 8vw, 120px) 0 0;
  background: var(--v2c-paper);
}
.v2c-floor-atlas__header {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  gap: clamp(32px, 7vw, 110px);
  align-items: end;
  width: min(100% - 64px, 1540px);
  margin: 0 auto clamp(46px, 6vw, 86px);
}
.v2c-floor-atlas__header h2 {
  max-width: 900px;
  margin: 14px 0 0;
  color: var(--v2c-ink);
  font: 600 clamp(44px, 6vw, 86px)/.96 var(--v2c-display);
  letter-spacing: -.055em;
}
.v2c-floor-atlas__header > p,
.v2c-floor-panel__copy { color: rgba(23, 26, 23, .7); line-height: 1.65; }
.v2c-floor-atlas > .v2c-floor-stack { width: 100%; margin: 0; }
.v2c-floor-panel { display: flex; flex-direction: column; justify-content: center; }
.v2c-floor-panel__copy { margin: 24px 0; }
.v2c-floor-panel__list {
  display: inline-flex;
  min-height: 50px;
  width: fit-content;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border: 1px solid var(--v2c-ink);
  background: var(--v2c-ink);
  color: #fff;
  font: 800 12px/1 var(--v2c-body);
  cursor: pointer;
}
.v2c-floor-panel__list svg,
.v2c-detail svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.v2c-floor-panel__list:is(:hover, :focus-visible) { background: #fff; color: var(--v2c-ink); }

.v2c-apartment-results { padding-top: 24px; }
.v2c-apartment-list-wrap { width: 100%; overflow-x: auto; }
.v2c-apartment-list { width: 100%; min-width: 900px; border-collapse: collapse; color: var(--v2c-ink); }
.v2c-apartment-list th,
.v2c-apartment-list td { padding: 18px 14px; border-bottom: 1px solid rgba(23, 26, 23, .2); text-align: left; }
.v2c-apartment-list thead th { color: rgba(23, 26, 23, .62); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.v2c-apartment-list tbody th a { color: var(--v2c-ink); font: 700 20px/1 var(--v2c-display); text-decoration: none; }
.v2c-apartment-list tbody tr:hover { background: rgba(255, 255, 255, .52); }
.v2c-status {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid rgba(23, 26, 23, .22);
  border-radius: 2px;
  box-shadow: none;
  font-size: 11px;
  font-weight: 800;
}
.v2c-status.is-available { background: #fff; color: #171a17; }
.v2c-status.is-reserved { border-color: #666b66; background: #666b66; color: #fff; }
.v2c-status.is-sold { border-color: #12321d; background: #12321d; color: #e5e9e4; }
.v2c-detail { display: inline-flex; min-width: 88px; min-height: 44px; align-items: center; justify-content: flex-end; gap: 8px; color: var(--v2c-ink); font-weight: 800; text-decoration: none; }
.v2c-detail:is(:hover, :focus-visible) { text-decoration: underline; }
.v2c-load-error { width: min(100% - 40px, 1200px); margin: 0 auto; padding: 48px; background: #fff; color: var(--v2c-ink); }

@media (max-width: 760px) {
  .v2c-floor-atlas { padding-top: 54px; }
  .v2c-floor-atlas__header { grid-template-columns: 1fr; gap: 18px; width: calc(100% - 40px); margin-bottom: 34px; }
  .v2c-floor-atlas__header h2 { font-size: clamp(38px, 12vw, 56px); }
  .v2c-floor-section,
  .v2c-floor-section--reverse { grid-template-columns: 1fr; min-height: 0; }
  .v2c-floor-section--reverse .v2c-floor-plan,
  .v2c-floor-section--reverse .v2c-floor-panel { order: initial; }
  .v2c-floor-plan {
    min-height: 0;
    height: auto;
    aspect-ratio: 1160 / 819;
    padding: 30px 14px 18px;
    overflow: visible;
    background: #fff;
  }
  .v2c-floor-plan__object { width: 100%; height: 100%; min-height: 0; max-height: none; aspect-ratio: 1160 / 819; object-fit: contain; pointer-events: none !important; }
  .v2c-floor-plan__index { top: 8px; left: 12px; font-size: 40px; }
  .v2c-floor-plan__compass { right: 8px; bottom: 8px; width: 29px !important; }
  .v2c-plan-tooltip { display: none !important; }
  .v2c-floor-panel { padding: 22px 20px 26px; }
  .v2c-floor-panel__head { align-items: start; margin: 0; }
  .v2c-floor-panel__head h3 { font-size: clamp(30px, 9vw, 40px); }
  .v2c-floor-panel__copy { margin: 16px 0; }
  .v2c-floor-panel__list { width: 100%; justify-content: space-between; }

  .v2c-building__map { pointer-events: none !important; }
  .v2c-building__map a,
  .v2c-building__map path { pointer-events: none !important; outline: 0 !important; fill-opacity: 0 !important; stroke-opacity: 0 !important; }
  .v2c-floor-tooltip { display: none !important; }

  .v2c-apartment-results { padding-top: 18px; }
  .v2c-apartment-list-wrap { overflow: visible; }
  .v2c-apartment-list,
  .v2c-apartment-list tbody { display: block; width: 100%; min-width: 0; }
  .v2c-apartment-list thead { display: none; }
  .v2c-apartment-list tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "number status" "facts facts" "price detail";
    gap: 12px 18px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(23, 26, 23, .24);
  }
  .v2c-apartment-list th,
  .v2c-apartment-list td { display: block; padding: 0; border: 0; }
  .v2c-apartment-list th:nth-child(1) { grid-area: number; }
  .v2c-apartment-list td:nth-child(2),
  .v2c-apartment-list td:nth-child(3),
  .v2c-apartment-list td:nth-child(4) { grid-area: facts; display: inline-block; width: auto; }
  .v2c-apartment-list td:nth-child(2) { margin-right: 16px; }
  .v2c-apartment-list td:nth-child(3) { margin: 0 16px 0 82px; }
  .v2c-apartment-list td:nth-child(4) { margin-left: 172px; }
  .v2c-apartment-list td:nth-child(5) { grid-area: status; justify-self: end; }
  .v2c-apartment-list td:nth-child(6) { grid-area: price; align-self: center; font-weight: 700; }
  .v2c-apartment-list td:nth-child(7) { grid-area: detail; justify-self: end; }
  .v2c-apartment-list :is(th, td)::before { display: block; margin-bottom: 4px; color: rgba(23,26,23,.58); content: attr(data-label); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
  .v2c-apartment-list tbody th a { font-size: 25px; }
  .v2c-detail { justify-content: flex-end; }
}

@media (max-width: 430px) {
  .v2c-apartment-list tr { grid-template-columns: 1fr auto; }
  .v2c-apartment-list td:nth-child(2),
  .v2c-apartment-list td:nth-child(3),
  .v2c-apartment-list td:nth-child(4) { grid-area: auto; display: block; margin: 0; }
  .v2c-apartment-list tr { grid-template-areas: "number status" "floor disposition" "area area" "price detail"; }
  .v2c-apartment-list td:nth-child(2) { grid-area: floor; }
  .v2c-apartment-list td:nth-child(3) { grid-area: disposition; text-align: right; }
  .v2c-apartment-list td:nth-child(4) { grid-area: area; }
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body.v2c-page {
  margin: 0;
  overflow-x: hidden;
  background: var(--v2c-light);
  color: var(--v2c-ink);
  font-family: var(--v2c-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.v2c-page.v2c-menu-open {
  overflow: hidden;
}

.v2c-page button,
.v2c-page input,
.v2c-page select {
  font: inherit;
}

.v2c-page a {
  color: inherit;
  text-decoration: none;
}

.v2c-page img {
  max-width: 100%;
}

.v2c-skip {
  position: fixed;
  z-index: 999;
  top: 10px;
  left: 12px;
  padding: 10px 16px;
  background: var(--v2c-lime);
  color: var(--v2c-ink);
  font-weight: 700;
  transform: translateY(-150%);
  transition: transform .2s ease;
}

.v2c-skip:focus {
  transform: translateY(0);
}

.v2c-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: grid;
  grid-template-columns: 208px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 78px;
  padding: 8px clamp(22px, 3.2vw, 54px);
  border-bottom: 1px solid rgba(23, 26, 23, .08);
  background: rgba(248, 247, 242, .96);
  backdrop-filter: blur(18px);
}

.v2c-header__brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.v2c-header__brand img {
  display: block;
  width: 164px;
  height: auto;
}

.v2c-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 1.7vw, 30px);
}

.v2c-nav a {
  position: relative;
  padding: 12px 0;
  color: #272b27;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.v2c-nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  background: var(--v2c-lime);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .24s ease;
}

.v2c-nav a:hover::after,
.v2c-nav a:focus-visible::after,
.v2c-nav a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.v2c-agent {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 194px;
  padding: 5px 8px 5px 5px;
  border: 1px solid rgba(23, 26, 23, .12);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 7px 24px rgba(23, 26, 23, .05);
}

.v2c-agent img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.v2c-agent span:not(.v2c-agent__phone) {
  display: grid;
  line-height: 1.2;
}

.v2c-agent strong {
  font-size: 13px;
}

.v2c-agent small {
  margin-top: 4px;
  color: #788078;
  font-size: 10px;
}

.v2c-agent__phone {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-left: auto;
  border-radius: 50%;
  background: var(--v2c-lime);
  font-weight: 800;
}

.v2c-header__menu {
  display: none;
}

.v2c-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(250px, .75fr) minmax(190px, .45fr);
  gap: clamp(28px, 5vw, 90px);
  align-items: end;
  min-height: 390px;
  padding: clamp(72px, 9vw, 140px) clamp(28px, 6vw, 104px) clamp(58px, 7vw, 104px);
  background: var(--v2c-ink);
  color: #fff;
}

.v2c-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: var(--v2c-lime);
  font-family: var(--v2c-display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.v2c-kicker > span {
  width: 34px;
  height: 2px;
  background: currentColor;
}

.v2c-kicker--dark {
  color: #527d1d;
}

.v2c-intro h1,
.v2c-catalog h2,
.v2c-contact-strip h2,
.v2c-building__prompt h2 {
  margin: 0;
  font-family: var(--v2c-display);
  font-weight: 600;
  letter-spacing: -.055em;
  line-height: .98;
}

.v2c-intro h1 {
  max-width: 860px;
  font-size: clamp(50px, 6.5vw, 108px);
}

.v2c-intro__lead {
  max-width: 440px;
  margin: 0;
  color: #cad0c9;
  font-size: clamp(17px, 1.4vw, 22px);
}

.v2c-intro__stat {
  display: grid;
  gap: 8px;
  padding-top: 18px;
  border-top: 2px solid var(--v2c-lime);
}

.v2c-intro__stat strong {
  color: var(--v2c-lime);
  font-family: var(--v2c-display);
  font-size: clamp(54px, 5vw, 82px);
  font-weight: 600;
  letter-spacing: -.06em;
  line-height: 1;
}

.v2c-intro__stat span {
  color: #c5cdc4;
  font-size: 13px;
}

.v2c-building {
  background: var(--v2c-forest-deep);
}

.v2c-building__stage {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #0c120e;
  line-height: 0;
}

.v2c-building__stage > img {
  display: block;
  width: 100%;
  height: auto;
}

.v2c-building__stage::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 13, 10, .55) 0, rgba(9, 13, 10, 0) 35%, rgba(9, 13, 10, 0) 70%, rgba(9, 13, 10, .2) 100%);
  content: "";
  pointer-events: none;
}

.v2c-building__map {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
}

.v2c-building__map a {
  cursor: pointer;
  outline: none;
}

.v2c-building__map path {
  fill: var(--v2c-lime);
  fill-opacity: 0;
  stroke: var(--v2c-lime);
  stroke-dasharray: 8 6;
  stroke-opacity: 0;
  stroke-width: 2px;
  vector-effect: non-scaling-stroke;
  transition: fill-opacity .22s ease, stroke-opacity .22s ease;
}

.v2c-building__map a:hover path,
.v2c-building__map a:focus-visible path,
.v2c-building__map a.is-active path,
.v2c-building__map a.is-selected path {
  fill-opacity: .43;
  stroke-opacity: 1;
}

.v2c-building__map a:focus-visible path {
  stroke-width: 4px;
}

.v2c-building__prompt {
  position: absolute;
  z-index: 4;
  top: clamp(24px, 4vw, 68px);
  left: clamp(22px, 5vw, 84px);
  width: min(360px, calc(100% - 44px));
  padding: clamp(20px, 2.5vw, 38px);
  background: rgba(23, 26, 23, .92);
  color: #fff;
  line-height: 1.45;
  backdrop-filter: blur(8px);
}

.v2c-building__prompt .v2c-kicker {
  margin-bottom: 16px;
}

.v2c-building__prompt h2 {
  font-size: clamp(35px, 3.2vw, 55px);
}

.v2c-building__prompt > p:last-child {
  max-width: 260px;
  margin: 16px 0 0;
  color: #cad0c9;
  font-size: 14px;
}

.v2c-floor-tooltip {
  position: absolute;
  z-index: 12;
  display: grid;
  width: max-content;
  min-width: 224px;
  max-width: min(300px, calc(100% - 24px));
  gap: 4px;
  padding: 18px 20px 20px;
  border: 1px solid rgba(139, 209, 49, .45);
  border-radius: 14px;
  background: rgba(21, 24, 18, .94);
  box-shadow: 0 18px 48px rgba(9, 13, 6, .34);
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, calc(-100% - 16px)) translateY(7px);
  transition: opacity .18s ease, transform .2s ease, visibility .18s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.v2c-floor-tooltip strong {
  color: #fff;
  font-family: var(--v2c-display);
  font-size: 24px;
  line-height: 1.15;
}

.v2c-floor-tooltip strong span {
  color: var(--v2c-lime);
}

.v2c-floor-tooltip__category {
  margin-bottom: 4px;
  color: var(--v2c-lime);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.v2c-floor-tooltip__count {
  margin-top: 2px;
  color: #fff;
  font-weight: 700;
}

.v2c-floor-tooltip small {
  margin-top: 4px;
  color: #9ca69b;
}

.v2c-floor-tooltip.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, calc(-100% - 16px));
}

.v2c-floor-tooltip[data-side="bottom"] {
  transform: translate(-50%, 16px) translateY(-7px);
}

.v2c-floor-tooltip[data-side="bottom"].is-visible {
  transform: translate(-50%, 16px);
}

.v2c-visual-note {
  position: absolute;
  z-index: 4;
  right: 18px;
  bottom: 13px;
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 10px;
  line-height: 1.2;
}

.v2c-floor-nav {
  display: grid;
  grid-template-columns: 1.7fr repeat(5, 1fr);
  width: min(1450px, calc(100% - 48px));
  margin: 0 auto;
  border-right: 1px solid rgba(255, 255, 255, .15);
  border-left: 1px solid rgba(255, 255, 255, .15);
}

.v2c-floor-nav button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  padding: 18px clamp(14px, 2vw, 30px);
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, .15);
  background: transparent;
  color: #fff;
  font-family: var(--v2c-display);
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}

.v2c-floor-nav button:last-child {
  border-right: 0;
}

.v2c-floor-nav button:hover,
.v2c-floor-nav button:focus-visible,
.v2c-floor-nav button.is-active {
  background: var(--v2c-lime);
  color: var(--v2c-ink);
}

.v2c-floor-nav button span {
  display: grid;
  place-items: center;
  min-width: 29px;
  height: 29px;
  padding: 0 7px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 11px;
}

.v2c-catalog {
  padding: clamp(78px, 10vw, 154px) 0 clamp(90px, 11vw, 170px);
  background: var(--v2c-mist);
}

.v2c-catalog__header,
.v2c-filters,
.v2c-results-bar,
.v2c-empty {
  width: min(1450px, calc(100% - 96px));
  margin-right: auto;
  margin-left: auto;
}

.v2c-catalog__header {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .65fr);
  gap: clamp(35px, 9vw, 150px);
  align-items: end;
}

.v2c-catalog__header h2 {
  font-size: clamp(48px, 6vw, 96px);
}

.v2c-catalog__header > p {
  max-width: 480px;
  margin: 0 0 8px;
  color: #4f584f;
  font-size: clamp(17px, 1.5vw, 22px);
}

.v2c-filters {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr)) auto;
  gap: 10px;
  margin-top: clamp(48px, 6vw, 82px);
  padding: 12px;
  border-top: 3px solid var(--v2c-lime);
  background: #fff;
  box-shadow: 0 16px 60px rgba(23, 26, 23, .07);
}

.v2c-filters label {
  position: relative;
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 9px 10px;
  border-right: 1px solid var(--v2c-line);
}

.v2c-filters label::after {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 26px;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--v2c-ink);
  border-bottom: 2px solid var(--v2c-ink);
  content: "";
  pointer-events: none;
  transform: rotate(45deg) translateY(-3px);
  transform-origin: center;
  transition: border-color .18s ease, transform .18s ease;
}

.v2c-filters label > span {
  color: #70796e;
  font-family: var(--v2c-display);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.v2c-filters select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 42px;
  padding: 0 42px 0 12px;
  border: 1px solid transparent;
  border-radius: 0;
  outline: none;
  background: var(--v2c-mist);
  color: var(--v2c-ink);
  font: 700 13px/1.2 var(--v2c-display);
  font-weight: 700;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.v2c-filters select:hover {
  background: #f0f2ec;
}

.v2c-filters select:focus {
  border-color: var(--v2c-lime);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(132, 207, 37, .2);
}

.v2c-filters label:focus-within > span {
  color: #477d0c;
}

.v2c-filters label:focus-within::after {
  border-color: #477d0c;
  transform: rotate(225deg) translate(-2px, -1px);
}

.v2c-filters select option {
  background: #fff;
  color: var(--v2c-ink);
}

.v2c-filters button {
  align-self: stretch;
  min-width: 142px;
  border: 0;
  background: var(--v2c-ink);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}

.v2c-filters button:hover,
.v2c-filters button:focus-visible {
  background: var(--v2c-lime);
  color: var(--v2c-ink);
}

.v2c-results-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px;
}

.v2c-results-bar p {
  margin: 0;
  color: var(--v2c-muted);
}

.v2c-results-bar strong {
  color: var(--v2c-ink);
  font-family: var(--v2c-display);
  font-size: 26px;
}

.v2c-scroll-controls {
  display: flex;
  gap: 7px;
}

.v2c-scroll-controls button {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--v2c-ink);
  border-radius: 50%;
  background: transparent;
  color: var(--v2c-ink);
  font-size: 22px;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, opacity .2s ease;
}

.v2c-scroll-controls button:hover,
.v2c-scroll-controls button:focus-visible {
  background: var(--v2c-ink);
  color: #fff;
}

.v2c-scroll-controls button:disabled {
  opacity: .3;
  cursor: default;
}

.v2c-apartment-rail {
  display: flex;
  gap: 18px;
  width: 100%;
  margin-top: 24px;
  padding: 0 max(48px, calc((100vw - 1450px) / 2)) 24px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--v2c-lime) rgba(23, 26, 23, .1);
  scrollbar-width: thin;
}

.v2c-apartment-rail::-webkit-scrollbar {
  height: 7px;
}

.v2c-apartment-rail::-webkit-scrollbar-track {
  background: rgba(23, 26, 23, .1);
}

.v2c-apartment-rail::-webkit-scrollbar-thumb {
  background: var(--v2c-lime);
}

.v2c-apartment-rail:focus-visible {
  outline: 3px solid var(--v2c-lime);
  outline-offset: 4px;
}

.v2c-apartment-card {
  position: relative;
  isolation: isolate;
  display: grid;
  flex: 0 0 clamp(300px, 27vw, 390px);
  grid-template-rows: auto 1fr;
  min-height: 540px;
  overflow: hidden;
  background: #fff;
  scroll-snap-align: start;
  transition: transform .25s ease, box-shadow .25s ease;
}

.v2c-apartment-card:hover,
.v2c-apartment-card:focus-within {
  box-shadow: 0 22px 55px rgba(23, 26, 23, .13);
  transform: translateY(-5px);
}

.v2c-apartment-card__visual {
  position: relative;
  z-index: 0;
  display: grid;
  place-items: center;
  min-height: 300px;
  padding: 34px 28px 24px;
  overflow: hidden;
  background: #f8f8f5;
}

.v2c-apartment-card__visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 255px;
  object-fit: contain;
  transform-origin: center;
  transition: transform .48s cubic-bezier(.2, .75, .2, 1);
}

.v2c-apartment-card:hover .v2c-apartment-card__visual img,
.v2c-apartment-card:focus-within .v2c-apartment-card__visual img {
  transform: scale(1.065);
}

.v2c-apartment-card__status {
  position: absolute;
  z-index: 20;
  top: 16px;
  left: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--v2c-lime);
  color: var(--v2c-ink);
  font-size: 11px;
  font-weight: 800;
}

.v2c-apartment-card__status.is-reserved {
  background: #ffe37d;
}

.v2c-apartment-card__status.is-sold {
  background: #d8dbd7;
  color: #626862;
}

.v2c-apartment-card__body {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 17px 18px;
  padding: 24px;
  border-top: 1px solid var(--v2c-line);
}

.v2c-apartment-card__title {
  margin: 0;
  font-family: var(--v2c-display);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.04em;
}

.v2c-apartment-card__floor {
  align-self: center;
  color: var(--v2c-muted);
  font-size: 13px;
  font-weight: 700;
}

.v2c-apartment-card__facts {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  border-top: 1px solid var(--v2c-line);
  border-bottom: 1px solid var(--v2c-line);
}

.v2c-apartment-card__facts div {
  display: grid;
  gap: 2px;
  padding: 13px 0;
}

.v2c-apartment-card__facts div:nth-child(even) {
  padding-left: 16px;
  border-left: 1px solid var(--v2c-line);
}

.v2c-apartment-card__facts dt {
  color: var(--v2c-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.v2c-apartment-card__facts dd {
  margin: 0;
  font-family: var(--v2c-display);
  font-size: 17px;
  font-weight: 700;
}

.v2c-apartment-card__link {
  position: relative;
  z-index: 2;
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  padding: 0 16px;
  background: var(--v2c-ink);
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  transition: background .2s ease, color .2s ease;
}

.v2c-apartment-card__link:visited,
.v2c-apartment-card__link > span {
  color: inherit !important;
}

.v2c-apartment-card__link:hover,
.v2c-apartment-card__link:focus-visible {
  background: var(--v2c-lime);
  color: var(--v2c-ink) !important;
}

.v2c-loading {
  display: grid;
  flex: 0 0 100%;
  place-items: center;
  min-height: 480px;
  color: var(--v2c-muted);
}

.v2c-loading span {
  width: 42px;
  height: 42px;
  border: 3px solid rgba(23, 26, 23, .12);
  border-top-color: var(--v2c-lime);
  border-radius: 50%;
  animation: v2c-spin .75s linear infinite;
}

.v2c-loading p {
  margin-top: -170px;
}

@keyframes v2c-spin {
  to { transform: rotate(360deg); }
}

.v2c-empty {
  margin-top: 28px;
  padding: 44px;
  border: 1px solid var(--v2c-line);
  background: #fff;
  text-align: center;
}

.v2c-empty h3 {
  margin: 0;
  font-family: var(--v2c-display);
  font-size: 28px;
}

.v2c-empty p {
  margin: 8px 0 22px;
  color: var(--v2c-muted);
}

.v2c-empty button {
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  background: var(--v2c-lime);
  font-weight: 800;
  cursor: pointer;
}

.v2c-contact-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .65fr) auto;
  gap: clamp(28px, 6vw, 100px);
  align-items: end;
  padding: clamp(65px, 8vw, 120px) clamp(30px, 6vw, 104px);
  background: var(--v2c-forest);
  color: #fff;
}

.v2c-contact-strip .v2c-kicker {
  margin-bottom: 16px;
}

.v2c-contact-strip h2 {
  font-size: clamp(40px, 4.6vw, 74px);
}

.v2c-contact-strip > p {
  margin: 0 0 6px;
  color: #d4ded2;
  font-size: 18px;
}

.v2c-contact-strip > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 230px;
  min-height: 58px;
  padding: 0 21px;
  background: var(--v2c-lime);
  color: var(--v2c-ink);
  font-weight: 800;
}

.v2c-contact-strip > a:hover,
.v2c-contact-strip > a:focus-visible {
  background: #fff;
}

.v2c-footer {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: clamp(35px, 6vw, 100px);
  padding: clamp(64px, 8vw, 110px) clamp(30px, 6vw, 104px) 30px;
  background: var(--v2c-ink);
  color: #cbd0ca;
}

.v2c-footer h2 {
  margin: 0 0 17px;
  color: var(--v2c-lime);
  font-family: var(--v2c-display);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.v2c-footer > div:not(.v2c-footer__bottom) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  font-size: 14px;
}

.v2c-footer a:hover,
.v2c-footer a:focus-visible {
  color: var(--v2c-lime);
}

.v2c-footer__brand img {
  width: 190px;
  height: auto;
}

.v2c-footer__brand p {
  margin: 16px 0 0;
}

.v2c-footer__bottom {
  display: flex;
  grid-column: 1 / -1;
  gap: 24px;
  margin-top: 38px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: #8f978e;
  font-size: 12px;
}

.v2c-footer__bottom span {
  margin-right: auto;
}

.v2c-mobile-cta {
  display: none;
}

@media (max-width: 1180px) {
  .v2c-header {
    grid-template-columns: 174px 1fr auto;
    padding-inline: 24px;
  }

  .v2c-nav {
    gap: 15px;
  }

  .v2c-nav a {
    font-size: 11px;
  }

  .v2c-agent {
    min-width: 50px;
  }

  .v2c-agent span:not(.v2c-agent__phone) {
    display: none;
  }

  .v2c-intro {
    grid-template-columns: 1.35fr .8fr;
  }

  .v2c-intro__stat {
    grid-column: 2;
  }

  .v2c-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v2c-filters label:nth-of-type(2) {
    border-right: 0;
  }

  .v2c-filters button {
    grid-column: 1 / -1;
    min-height: 50px;
  }

  .v2c-contact-strip {
    grid-template-columns: 1fr 1fr;
  }

  .v2c-contact-strip > a {
    grid-column: 2;
  }
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 76px;
  }

  body.v2c-page {
    padding-bottom: 78px;
  }

  .v2c-header {
    grid-template-columns: 1fr auto;
    min-height: 76px;
    padding: 7px 18px;
  }

  .v2c-header__brand img {
    width: 141px;
  }

  .v2c-agent {
    display: none;
  }

  .v2c-header__menu {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid rgba(23, 26, 23, .16);
    border-radius: 50%;
    background: transparent;
    color: var(--v2c-ink);
    cursor: pointer;
  }

  .v2c-header__menu span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .v2c-header__menu i,
  .v2c-header__menu i::before,
  .v2c-header__menu i::after {
    display: block;
    width: 17px;
    height: 2px;
    background: currentColor;
    content: "";
    transition: transform .2s ease, opacity .2s ease;
  }

  .v2c-header__menu i::before {
    transform: translateY(-6px);
  }

  .v2c-header__menu i::after {
    transform: translateY(4px);
  }

  .v2c-header__menu[aria-expanded="true"] i {
    background: transparent;
  }

  .v2c-header__menu[aria-expanded="true"] i::before {
    transform: translateY(0) rotate(45deg);
  }

  .v2c-header__menu[aria-expanded="true"] i::after {
    transform: translateY(-2px) rotate(-45deg);
  }

  .v2c-nav {
    position: fixed;
    z-index: 1;
    top: 76px;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    align-content: start;
    max-height: calc(100dvh - 76px);
    padding: 20px;
    overflow-y: auto;
    background: var(--v2c-ink);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    visibility: hidden;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }

  .v2c-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .v2c-nav a {
    padding: 15px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    color: #fff;
    font-size: 18px;
  }

  .v2c-nav a::after {
    display: none;
  }

  .v2c-intro {
    grid-template-columns: 1fr 185px;
    gap: 34px;
    min-height: 0;
    padding: 70px 26px 58px;
  }

  .v2c-intro__lead {
    grid-column: 1;
  }

  .v2c-intro__stat {
    grid-column: 2;
    grid-row: 2;
  }

  .v2c-building__prompt {
    top: 20px;
    left: 20px;
    padding: 22px;
  }

  .v2c-building__prompt h2 {
    font-size: 36px;
  }

  .v2c-floor-nav {
    display: flex;
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .v2c-floor-nav::-webkit-scrollbar {
    display: none;
  }

  .v2c-floor-nav button {
    flex: 0 0 auto;
    min-width: 142px;
    min-height: 70px;
    scroll-snap-align: start;
  }

  .v2c-floor-nav button:first-child {
    min-width: 210px;
  }

  .v2c-catalog__header,
  .v2c-filters,
  .v2c-results-bar,
  .v2c-empty {
    width: calc(100% - 52px);
  }

  .v2c-catalog__header {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .v2c-apartment-rail {
    padding-inline: 26px;
  }

  .v2c-footer {
    grid-template-columns: repeat(2, 1fr);
  }

  .v2c-footer__brand {
    grid-column: 1 / -1;
  }

  .v2c-mobile-cta {
    position: fixed;
    z-index: 110;
    right: 12px;
    bottom: 10px;
    left: 12px;
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    padding: 5px;
    border-radius: 999px;
    background: var(--v2c-ink);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .25);
  }

  .v2c-mobile-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
  }

  .v2c-mobile-cta a:last-child {
    gap: 12px;
    background: var(--v2c-lime);
    color: var(--v2c-ink);
  }
}

@media (max-width: 640px) {
  .v2c-intro {
    grid-template-columns: 1fr;
    padding: 58px 20px 44px;
  }

  .v2c-kicker {
    margin-bottom: 18px;
  }

  .v2c-intro h1 {
    font-size: clamp(44px, 15vw, 67px);
  }

  .v2c-intro__lead,
  .v2c-intro__stat {
    grid-column: 1;
    grid-row: auto;
  }

  .v2c-intro__stat {
    grid-template-columns: auto 1fr;
    align-items: end;
    max-width: 300px;
  }

  .v2c-intro__stat strong {
    font-size: 58px;
  }

  .v2c-building__stage::after {
    background: linear-gradient(180deg, rgba(9, 13, 10, .5) 0, rgba(9, 13, 10, 0) 43%, rgba(9, 13, 10, .18) 100%);
  }

  .v2c-building__prompt {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 30px 20px;
    background: var(--v2c-forest-deep);
    backdrop-filter: none;
  }

  .v2c-building__stage > img,
  .v2c-building__map,
  .v2c-building__stage::after {
    position: relative;
  }

  .v2c-building__stage > img {
    position: relative;
    z-index: 0;
  }

  .v2c-building__map {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    aspect-ratio: 1670 / 941;
    height: auto;
  }

  .v2c-building__stage::after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    aspect-ratio: 1670 / 941;
  }

  .v2c-building__prompt .v2c-kicker {
    margin-bottom: 12px;
  }

  .v2c-building__prompt > p:last-child {
    margin-top: 10px;
  }

  .v2c-floor-tooltip {
    display: none;
  }

  .v2c-visual-note {
    top: calc((100vw * .5635) - 18px);
    right: 10px;
    bottom: auto;
    font-size: 8px;
  }

  .v2c-floor-nav button {
    min-width: 117px;
    min-height: 64px;
    padding: 12px 15px;
    font-size: 13px;
  }

  .v2c-floor-nav button:first-child {
    min-width: 183px;
  }

  .v2c-catalog {
    padding: 75px 0 94px;
  }

  .v2c-catalog__header,
  .v2c-filters,
  .v2c-results-bar,
  .v2c-empty {
    width: calc(100% - 40px);
  }

  .v2c-catalog__header h2 {
    font-size: clamp(43px, 13vw, 61px);
  }

  .v2c-catalog__header > p {
    font-size: 17px;
  }

  .v2c-filters {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .v2c-filters label,
  .v2c-filters label:nth-of-type(2) {
    border-right: 0;
    border-bottom: 1px solid var(--v2c-line);
  }

  .v2c-results-bar {
    margin-top: 25px;
  }

  .v2c-results-bar strong {
    font-size: 22px;
  }

  .v2c-scroll-controls button {
    width: 42px;
    height: 42px;
  }

  .v2c-apartment-rail {
    gap: 12px;
    margin-top: 17px;
    padding-inline: 20px;
  }

  .v2c-apartment-card {
    flex-basis: min(86vw, 340px);
    min-height: 510px;
  }

  .v2c-apartment-card__visual {
    min-height: 270px;
  }

  .v2c-apartment-card__visual img {
    height: 225px;
  }

  .v2c-contact-strip {
    grid-template-columns: 1fr;
    padding: 64px 20px;
  }

  .v2c-contact-strip > a {
    grid-column: 1;
  }

  .v2c-footer {
    grid-template-columns: 1fr;
    padding: 60px 20px 30px;
  }

  .v2c-footer__brand {
    grid-column: auto;
  }

  .v2c-footer__bottom {
    flex-direction: column;
    gap: 8px;
  }

  .v2c-footer__bottom span {
    margin: 0 0 8px;
  }
}

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

  .v2c-building__map path,
  .v2c-floor-tooltip,
  .v2c-apartment-card,
  .v2c-apartment-card__visual img,
  .v2c-nav,
  .v2c-nav a::after {
    transition: none;
  }

  .v2c-apartment-rail {
    scroll-behavior: auto;
  }

  .v2c-loading span {
    animation: none;
  }
}

/* Release guard for the video-backed, full-width building selector. */
.v2c-building__stage {
  position: relative;
  width: 100%;
  min-height: 0;
  aspect-ratio: 1672 / 941;
  overflow: hidden;
}
.v2c-building__stage > img,
.v2c-building__video { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; }
.v2c-building__stage > img { z-index: 0; }
.v2c-building__video { z-index: 0; }
.v2c-building__map,
.v2c-building__stage::after { position: absolute; inset: 0; width: 100%; height: 100%; }

@media (max-width: 640px) {
  .v2c-building__stage { aspect-ratio: 16 / 11; }
  .v2c-building__stage > img,
  .v2c-building__video { position: absolute; aspect-ratio: auto; margin: 0; }
  .v2c-building__map,
  .v2c-building__stage::after { inset: 0; aspect-ratio: auto; height: 100%; }
}

.v2c-building__video-toggle {
  position: absolute;
  z-index: 6;
  top: clamp(12px, 1.5vw, 22px);
  right: clamp(12px, 1.5vw, 22px);
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  color: rgba(255, 255, 255, .76);
  background: rgba(12, 18, 14, .2);
  box-shadow: 0 5px 18px rgba(0, 0, 0, .12);
  opacity: .52;
  cursor: pointer;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition: opacity 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.v2c-building__video-toggle:is(:hover, :focus-visible) {
  opacity: 1;
  background: rgba(12, 18, 14, .58);
  transform: scale(1.04);
}

.v2c-building__video-toggle span {
  font: 700 13px/1 var(--v2c-body);
  letter-spacing: -.12em;
  transform: translateX(-1px);
}

@media (max-width: 640px) {
  .v2c-building__video-toggle { width: 34px; height: 34px; }
}

.v2c-building__video-toggle .v2-video-toggle__icon {
  position: relative;
  display: block;
  width: 13px;
  height: 15px;
}

.v2c-building__video-toggle .v2-video-toggle__icon::before,
.v2c-building__video-toggle .v2-video-toggle__icon::after {
  position: absolute;
  top: 1px;
  bottom: 1px;
  width: 3px;
  border-radius: 1px;
  background: currentColor;
  content: "";
}

.v2c-building__video-toggle .v2-video-toggle__icon::before { left: 2px; }
.v2c-building__video-toggle .v2-video-toggle__icon::after { right: 2px; }
.v2c-building__video-toggle.is-paused .v2-video-toggle__icon::before {
  top: 1px;
  bottom: auto;
  left: 2px;
  width: 0;
  height: 0;
  border-top: 6.5px solid transparent;
  border-bottom: 6.5px solid transparent;
  border-left: 10px solid currentColor;
  border-radius: 0;
  background: transparent;
}
.v2c-building__video-toggle.is-paused .v2-video-toggle__icon::after { display: none; }

/* r16: exact floor geometry, interactive plans and scrollbar-free tables. */
.v2c-building__stage { aspect-ratio: 1672 / 941; }

.v2c-floor-section,
.v2c-floor-section--reverse { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.v2c-floor-section--reverse .v2c-floor-plan,
.v2c-floor-section--reverse .v2c-floor-panel { order: initial; }

.v2c-floor-plan { background: #fff; }
.v2c-floor-plan__object {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 760px;
  max-height: 560px;
  aspect-ratio: 1160 / 819;
}

.v2c-floor-panel { color: var(--v2c-ink); background: var(--v2c-lime); }
.v2c-floor-panel .v2c-kicker,
.v2c-floor-panel__head h3,
.v2c-floor-table th,
.v2c-floor-table td,
.v2c-floor-table tbody th a,
.v2c-floor-table__detail,
.v2c-floor-table__detail span { color: var(--v2c-ink); }
.v2c-floor-panel .v2c-kicker span { background: var(--v2c-forest); }
.v2c-floor-panel__head > strong { background: var(--v2c-forest-deep); color: #fff; }
.v2c-floor-table thead th { color: rgba(23, 26, 23, .62); }
.v2c-floor-table th,
.v2c-floor-table td { border-bottom-color: rgba(23, 26, 23, .25); }
.v2c-floor-table tbody tr:hover,
.v2c-floor-table tbody tr.is-plan-active { background: rgba(255, 255, 255, .42); }
.v2c-floor-table__detail:is(:hover, :focus-visible) { color: var(--v2c-forest-deep); text-decoration: underline; }
.v2c-floor-table-wrap { overflow: visible; }

@media (max-width: 1120px) {
  .v2c-floor-section,
  .v2c-floor-section--reverse { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .v2c-floor-nav { display: none !important; }
  .v2c-floor-table,
  .v2c-floor-table tbody { display: block; width: 100%; min-width: 0; }
  .v2c-floor-table thead { display: none; }
  .v2c-floor-table tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(23, 26, 23, .24);
  }
  .v2c-floor-table th,
  .v2c-floor-table td {
    display: grid;
    gap: 4px;
    width: auto !important;
    padding: 0;
    border: 0;
    white-space: normal;
  }
  .v2c-floor-table :is(th, td)::before {
    color: rgba(23, 26, 23, .58);
    content: attr(data-label);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .v2c-floor-table td:last-child { align-self: end; justify-items: end; }
  .v2c-floor-table td:last-child::before { display: none; }
  .v2c-floor-table-wrap { margin-right: 0; padding-right: 0; overflow: visible; }
}

@media (max-width: 640px) {
  .v2c-building__stage {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    aspect-ratio: auto;
  }
  .v2c-building__prompt { z-index: 7; grid-area: 1 / 1; }
  .v2c-building__stage > img {
    position: relative;
    z-index: 0;
    grid-area: 2 / 1;
    width: 100%;
    height: auto;
    aspect-ratio: 1672 / 941;
    margin: 0;
    object-fit: cover;
  }
  .v2c-building__video,
  .v2c-building__map,
  .v2c-building__stage::after {
    position: relative;
    inset: auto;
    grid-area: 2 / 1;
    width: 100%;
    height: 100%;
    aspect-ratio: 1672 / 941;
    margin: 0;
  }
  .v2c-building__map { z-index: 3; display: block; pointer-events: auto; }
  .v2c-building__stage::after { z-index: 1; }
  .v2c-building__video-toggle { position: relative; top: 12px; right: 12px; z-index: 6; grid-area: 2 / 1; align-self: start; justify-self: end; }
  .v2c-building__map path { fill-opacity: .08; stroke-opacity: .5; }
  .v2c-floor-plan { min-height: min(94vw, 520px); padding: 44px 14px 24px; }
  .v2c-floor-plan__object { max-height: none; }
}

/* r17: expandable complete list, status-aware plans and compact mobile floors. */
[hidden] { display: none !important; }

.v2c-results-toggle {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border: 1px solid var(--v2c-ink);
  background: transparent;
  color: var(--v2c-ink);
  font: 800 12px/1 var(--v2c-body);
  cursor: pointer;
}
.v2c-results-toggle::after {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: rotate(45deg) translateY(-2px);
  transition: transform .2s ease;
}
.v2c-results-toggle.is-open::after { transform: rotate(225deg) translate(-2px, -1px); }
.v2c-results-toggle:is(:hover, :focus-visible) { background: var(--v2c-ink); color: #fff; }

.v2c-plan-tooltip {
  position: absolute;
  z-index: 5;
  top: 24px;
  left: 24px;
  display: grid;
  width: max-content;
  max-width: calc(100% - 48px);
  gap: 5px;
  padding: 16px 18px 18px;
  border-top: 4px solid var(--v2c-lime);
  background: rgba(14, 18, 15, .96);
  color: #fff;
  box-shadow: 0 16px 42px rgba(10, 15, 11, .28);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  pointer-events: none;
}
.v2c-plan-tooltip.is-visible { opacity: 1; visibility: visible; transform: none; }
.v2c-plan-tooltip strong { font: 700 19px/1.1 var(--v2c-display); }
.v2c-plan-tooltip span { font-size: 12px; }
.v2c-plan-tooltip b { font-size: 13px; }
.v2c-plan-tooltip small { color: rgba(255,255,255,.68); font-size: 11px; }

.v2c-floor-plan__compass {
  position: absolute !important;
  z-index: 4 !important;
  right: clamp(20px, 3vw, 42px);
  bottom: clamp(20px, 3vw, 42px);
  width: clamp(38px, 4vw, 54px) !important;
  height: auto;
  transform: rotate(-24deg);
  transform-origin: center;
}

.v2c-floor-table__status {
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 6px 11px;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 5px 14px rgba(23, 26, 23, .1);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1;
  white-space: nowrap;
}
.v2c-floor-table__status.is-available { color: #171a17; background: #fff; }
.v2c-floor-table__status.is-reserved { color: #fff; background: #666b66; }
.v2c-floor-table__status.is-sold { color: #e5e9e4; background: #12321d; opacity: 1; }

/* r36: the filterable catalogue precedes the per-floor plan and inventory atlas. */
.v2c-floor-atlas { padding-top: 0; }
.v2c-floor-panel { position: relative; isolation: isolate; overflow: hidden; }
.v2c-floor-panel::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  filter: saturate(.82) contrast(.94);
  opacity: .2;
  pointer-events: none;
}
.v2c-floor-panel[data-floor="2"]::before { background-image: url('/assets/1-11-1.jpg'); }
.v2c-floor-panel[data-floor="3"]::before { background-image: url('/assets/7-1.jpg'); }
.v2c-floor-panel[data-floor="4"]::before { background-image: url('/assets/11-1.jpg'); }
.v2c-floor-panel[data-floor="5"]::before { background-image: url('/assets/12-1.jpg'); }
.v2c-floor-panel[data-floor="6"]::before { background-image: url('/assets/10-1.jpg'); }
.v2c-floor-table tbody tr.is-plan-active { outline: 1px dashed rgba(23, 26, 23, .52); outline-offset: -2px; }

@media (min-width: 1121px) {
  .v2c-building__prompt { top: auto; right: clamp(22px, 5vw, 84px); bottom: 0; left: auto; }
  .v2c-floor-section--reverse .v2c-floor-plan { order: 2; }
  .v2c-floor-section--reverse .v2c-floor-panel { order: 1; }
}

@media (max-width: 760px) {
  .v2c-results-bar { align-items: stretch; flex-direction: column; gap: 14px; }
  .v2c-results-toggle { justify-content: space-between; width: 100%; }
  .v2c-floor-stack { width: calc(100% - 20px); margin-top: 20px; }
  .v2c-floor-section,
  .v2c-floor-section--reverse { min-height: 0; grid-template-columns: 1fr; }
  .v2c-floor-section--reverse .v2c-floor-plan,
  .v2c-floor-section--reverse .v2c-floor-panel { order: initial; }
  .v2c-floor-plan {
    min-height: 190px;
    height: min(52vw, 220px);
    padding: 22px 10px 8px;
  }
  .v2c-floor-plan__index { top: 8px; left: 12px; font-size: 42px; }
  .v2c-floor-plan__object {
    width: min(92%, 410px);
    height: 100%;
    max-height: 194px;
    aspect-ratio: 1160 / 819;
    pointer-events: none !important;
  }
  .v2c-floor-plan__compass { right: 8px; bottom: 8px; width: 27px !important; }
  .v2c-plan-tooltip { display: none; }
  .v2c-floor-panel { padding: 13px 14px 14px; }
  .v2c-floor-panel__head { align-items: end; gap: 10px; margin-bottom: 7px; }
  .v2c-floor-panel__head .v2c-kicker { margin-bottom: 6px; font-size: 8px; }
  .v2c-floor-panel__head h3 { font-size: clamp(27px, 8vw, 34px); line-height: .95; }
  .v2c-floor-panel__head > strong { padding: 6px 8px; font-size: 9px; }
  .v2c-floor-table tr {
    grid-template-columns: 42px 52px minmax(70px, 1fr) auto;
    grid-template-areas: "number disposition status detail" "area price price detail";
    gap: 5px 10px;
    min-height: 44px;
    align-items: center;
    padding: 5px 0;
  }
  .v2c-floor-table th:nth-child(1) { grid-area: number; }
  .v2c-floor-table td:nth-child(2) { grid-area: disposition; }
  .v2c-floor-table td:nth-child(3) { grid-area: area; }
  .v2c-floor-table td:nth-child(4) { grid-area: status; }
  .v2c-floor-table td:nth-child(5) { grid-area: price; }
  .v2c-floor-table td:nth-child(6) { grid-area: detail; }
  .v2c-floor-table th,
  .v2c-floor-table td { gap: 1px; font-size: 10px; line-height: 1.15; }
  .v2c-floor-table :is(th, td)::before { font-size: 6px; line-height: 1; }
  .v2c-floor-table tbody th a { font-size: 14px; }
  .v2c-floor-table__status { width: fit-content; min-height: 24px; padding: 5px 8px; font-size: 9px; }
  .v2c-floor-table__detail { gap: 4px; font-size: 11px; }
  .v2c-floor-table tbody tr:hover,
  .v2c-floor-table tbody tr.is-plan-active { background: transparent; }
}

@media (max-width: 640px) {
  .v2c-building__map path { fill-opacity: 0; stroke-opacity: 0; }
  .v2c-building__map a:is(:active, :focus-visible) path,
  .v2c-building__map a.is-active path { fill-opacity: .43; stroke-opacity: 1; }
}
