/*
 * Rezidence Susicka — isolated homepage concept
 * All selectors are scoped to body.homepage-test or the .ht-* component namespace.
 */

.homepage-test {
  --ht-lime: #86d524;
  --ht-lime-deep: #69b117;
  --ht-ink: #171a17;
  --ht-off-white: #f4f1ea;
  --ht-moss: #31452a;
  --ht-white: #ffffff;
  --ht-muted: #687066;
  --ht-line: rgba(23, 26, 23, 0.16);
  --ht-line-light: rgba(255, 255, 255, 0.22);
  --ht-shadow: 0 24px 70px rgba(14, 20, 12, 0.16);
  --ht-page: min(1440px, calc(100% - 80px));
  --ht-content: min(1160px, calc(100% - 80px));
  --ht-gutter: clamp(24px, 5vw, 80px);
  --ht-section: clamp(88px, 10vw, 160px);
  --ht-display: "Sora", "Avenir Next", "Segoe UI", sans-serif;
  --ht-body: "Poppins", "Avenir Next", "Segoe UI", sans-serif;
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--ht-off-white);
  color: var(--ht-ink);
  font-family: var(--ht-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Premium homepage refinements — location, apartments, standards and calculator */
.homepage-test .ht-location { background: #171a17; }
.homepage-test #brxe-dcnmqg #brxe-oeqgnf::after {
  z-index: 6;
  height: clamp(210px, 23vw, 360px);
  background: linear-gradient(to bottom, #171a17 0%, rgba(23,26,23,.98) 20%, rgba(23,26,23,.78) 52%, rgba(23,26,23,.22) 82%, transparent 100%);
}
.homepage-test .ht-location .ht-section__head--overlay > .ht-eyebrow {
  z-index: 16;
  color: #f5f7f1;
  background: rgba(23,26,23,.88);
  border: 1px solid rgba(134,213,36,.45);
  border-radius: 999px;
  padding: 9px 14px;
  backdrop-filter: blur(10px);
}
.homepage-test #brxe-dcnmqg .amenities-icons-layer { z-index: 10; }
.homepage-test .ht-location .ht-location__message { z-index: 12; }
.homepage-test .ht-apartment-rail.ht-apartment-row-list { display:block; grid-auto-flow:initial; grid-auto-columns:initial; max-height:470px; overflow:auto; scroll-snap-type:y proximity; }
.homepage-test :where(.ht-building-map__tooltip, #brxe-dcnmqg .amenity-tooltip) { color:#fff; background:rgba(23,26,23,.94); border:1px solid rgba(134,213,36,.42); border-top:3px solid #86d524; border-radius:14px; box-shadow:0 18px 48px rgba(0,0,0,.28); backdrop-filter:blur(16px); }

.homepage-test .ht-building-map__tooltip,
.homepage-test #brxe-dcnmqg .amenity-tooltip {
  color: #fff;
  background: rgba(21,24,18,.94);
  border: 1px solid rgba(139,209,49,.45);
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(9,13,6,.34);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Release guard: keep amenity copy above the map and the apartment film edge-to-edge. */
.homepage-test .ht-location .ht-section__head--overlay {
  position: relative;
  inset: auto;
  display: grid;
  width: var(--ht-page);
  height: auto;
  min-height: 0;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: end;
  margin-inline: auto;
  padding: clamp(72px, 8vw, 124px) 0 clamp(46px, 6vw, 82px);
  pointer-events: auto;
}

.homepage-test .ht-location .ht-section__head--overlay > .ht-eyebrow,
.homepage-test .ht-location .ht-location__message {
  position: static;
  inset: auto;
}

.homepage-test .ht-location .ht-section__head--overlay > .ht-eyebrow {
  align-self: start;
  justify-self: start;
  color: #f5f7f1;
}

.homepage-test .ht-location .ht-location__message {
  z-index: auto;
  width: auto;
  min-height: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.homepage-test .ht-location .ht-location__message::before { display: none; }
.homepage-test .ht-location .ht-location__message h2 {
  max-width: 690px;
  margin: 24px 0 18px;
  color: #fff;
  font-size: clamp(42px, 5.2vw, 78px);
}
.homepage-test .ht-location .ht-location__message > p {
  display: block;
  max-width: 520px;
  color: rgba(255,255,255,.64);
}
.homepage-test .ht-location__amenity-dock {
  display: block;
  min-height: 150px;
  padding: 24px 28px;
  border-top: 3px solid var(--ht-vibrant);
  background: rgba(255,255,255,.055);
  color: #fff;
  opacity: .62;
}
.homepage-test .ht-location__amenity-dock.is-visible { background: rgba(255,255,255,.09); opacity: 1; transform: translateY(-4px); }
.homepage-test .ht-location__amenity-dock > span { display: block; color: var(--ht-vibrant); font: 800 9px/1.2 ui-monospace,Consolas,monospace; letter-spacing: .13em; text-transform: uppercase; }
.homepage-test .ht-location__amenity-dock > strong { display: block; margin-top: 12px; color: #fff; font: 600 clamp(23px,2.2vw,34px)/1.05 var(--ht-display); letter-spacing: -.04em; }
.homepage-test .ht-location__amenity-dock > p { display: block; max-width: 520px; margin: 11px 0 0; color: rgba(255,255,255,.64); font-size: 13px; }
.homepage-test #brxe-dcnmqg .amenity-tooltip { display: none !important; }
.homepage-test #brxe-dcnmqg #brxe-oeqgnf::after { height: 15%; background: linear-gradient(to bottom,#171a17,rgba(23,26,23,.5) 46%,transparent); }

.homepage-test .ht-building-map {
  position: relative;
  width: 100vw;
  max-width: none;
  min-height: 0;
  aspect-ratio: 1672 / 941;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.homepage-test .ht-building-map__image,
.homepage-test .ht-building-map__video { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; }
.homepage-test .ht-building-map__image { z-index: 0; }
.homepage-test .ht-building-map__video { z-index: 1; }
.homepage-test .ht-building-map__overlay { z-index: 3; }
.homepage-test .ht-building-map__tooltip { z-index: 5; }

@media (max-width: 900px) {
  .homepage-test .ht-location .ht-section__head--overlay { width: calc(100% - 40px); grid-template-columns: 1fr; gap: 30px; padding: 62px 0 40px; }
  .homepage-test .ht-location .ht-location__message { width: auto; min-height: 0; padding: 0; }
  .homepage-test .ht-location .ht-section__head--overlay > .ht-eyebrow { position: static; }
  .homepage-test .ht-location__amenity-dock { min-height: 124px; }
}

@media (max-width: 640px) {
  .homepage-test .ht-location .ht-section__head--overlay { width: calc(100% - 28px); padding: 54px 0 32px; }
  .homepage-test .ht-location .ht-location__message h2 { margin-bottom: 12px; font-size: clamp(36px,11vw,52px); }
  .homepage-test .ht-location .ht-location__message > p { display: block; }
  .homepage-test .ht-location__amenity-dock { min-height: 110px; padding: 19px; }
  .homepage-test .ht-location__amenity-dock > p { display: none; }
  .homepage-test .ht-building-map { aspect-ratio: 16 / 11; }
}

/* 2026-09 apartment-film and amenities refinements. */
.homepage-test .ht-location .ht-section__head--overlay {
  position: relative;
  z-index: 12;
  inset: auto;
  display: grid;
  width: var(--ht-page);
  height: auto;
  min-height: 260px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
  gap: clamp(40px, 7vw, 120px);
  align-items: end;
  margin-inline: auto;
  padding: clamp(68px, 8vw, 118px) 0 clamp(44px, 6vw, 76px);
  pointer-events: auto;
}

.homepage-test .ht-location .ht-section__head--overlay > .ht-eyebrow {
  position: static;
  align-self: start;
  justify-self: start;
}

.homepage-test .ht-location .ht-location__message {
  position: static;
  z-index: auto;
  width: auto;
  min-height: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.homepage-test .ht-location .ht-location__message::before {
  display: none;
}

.homepage-test .ht-location__amenity-dock {
  align-self: end;
  min-height: 150px;
  padding: 24px 28px;
  border-top: 3px solid var(--ht-vibrant);
  background: rgba(255, 255, 255, .055);
  color: var(--ht-white);
  opacity: .62;
  transform: translateY(0);
  transition: opacity 180ms ease, transform 260ms cubic-bezier(.2, .75, .2, 1), background 180ms ease;
}

.homepage-test .ht-location__amenity-dock.is-visible {
  background: rgba(255, 255, 255, .09);
  opacity: 1;
  transform: translateY(-4px);
}

.homepage-test .ht-location__amenity-dock > span {
  display: block;
  color: var(--ht-lime);
  font: 800 9px/1.2 ui-monospace, "SFMono-Regular", Consolas, monospace;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.homepage-test .ht-location__amenity-dock > strong {
  display: block;
  margin-top: 12px;
  color: #fff;
  font: 600 clamp(23px, 2.2vw, 34px)/1.05 var(--ht-display);
  letter-spacing: -.04em;
}

.homepage-test .ht-location__amenity-dock > p {
  max-width: 520px;
  margin: 11px 0 0;
  color: rgba(255, 255, 255, .64);
  font-size: 13px;
}

.homepage-test #brxe-dcnmqg .amenity-tooltip {
  display: none !important;
}

.homepage-test #brxe-dcnmqg #brxe-oeqgnf::after {
  height: 16%;
  background: linear-gradient(to bottom, #171a17 0%, rgba(23, 26, 23, .55) 45%, transparent 100%);
}

.homepage-test .ht-building-map {
  width: 100%;
  max-width: none;
  min-height: min(100svh, 920px);
  aspect-ratio: 16 / 9;
}

.homepage-test .ht-building-map__image,
.homepage-test .ht-building-map__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homepage-test .ht-building-map__image { z-index: 0; }
.homepage-test .ht-building-map__video { z-index: 1; }
.homepage-test .ht-building-map__overlay { z-index: 3; }
.homepage-test .ht-building-map__tooltip { z-index: 5; }

@media (max-width: 900px) {
  .homepage-test .ht-location .ht-section__head--overlay {
    width: calc(100% - 40px);
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 64px 0 42px;
  }

  .homepage-test .ht-location .ht-section__head--overlay > .ht-eyebrow { position: static; }
  .homepage-test .ht-location .ht-location__message { width: auto; min-height: 0; padding: 0; }
  .homepage-test .ht-location__amenity-dock { min-height: 128px; }
  .homepage-test .ht-building-map { min-height: clamp(520px, 82vw, 740px); }
}

@media (max-width: 640px) {
  .homepage-test .ht-location .ht-section__head--overlay {
    width: calc(100% - 28px);
    gap: 26px;
    padding: 54px 0 34px;
  }

  .homepage-test .ht-location .ht-location__message h2 {
    margin-bottom: 12px;
    font-size: clamp(38px, 12vw, 56px);
  }

  .homepage-test .ht-location .ht-location__message > p { display: block; }
  .homepage-test .ht-location__amenity-dock { min-height: 114px; padding: 20px; }
  .homepage-test .ht-location__amenity-dock > p { display: none; }
  .homepage-test .ht-building-map { min-height: 72svh; }
}

.homepage-test .ht-apartment-filters {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0 16px;
}
.homepage-test .ht-apartment-filters label { color: #677067; font: 700 10px/1.2 "DM Sans", sans-serif; letter-spacing: .11em; text-transform: uppercase; }
.homepage-test .ht-apartment-filters select {
  width: 100%; margin-top: 8px; padding: 13px 38px 13px 14px; border: 1px solid #dce1d9; border-radius: 4px;
  color: #171a17; background: #fff; font: 600 14px/1.2 Manrope, sans-serif;
}
.homepage-test .ht-apartment-row-list {
  display: block; max-height: 470px; overflow: auto; scroll-snap-type: y proximity; background: #fff; border-top: 1px solid #dce1d9;
}
.homepage-test .ht-apartment-row {
  display: grid; grid-template-columns: minmax(135px,.8fr) minmax(330px,2fr) minmax(120px,.65fr) 70px;
  align-items: center; gap: 24px; min-height: 96px; padding: 18px 20px; border-bottom: 1px solid #dce1d9; scroll-snap-align: start;
  transition: background-color .25s ease, transform .25s ease;
}
.homepage-test .ht-apartment-row:hover { background: #f3fae9; transform: translateX(4px); }
.homepage-test .ht-apartment-row__identity small, .homepage-test .ht-apartment-row__facts small { display:block; color:#778077; font-size:10px; letter-spacing:.09em; text-transform:uppercase; }
.homepage-test .ht-apartment-row__identity h4 { margin:4px 0 0; font-size:20px; }
.homepage-test .ht-apartment-row a { color:inherit; text-decoration:none; }
.homepage-test .ht-apartment-row__facts { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.homepage-test .ht-apartment-row__facts strong { display:block; margin-top:4px; font-size:14px; }
.homepage-test .ht-apartment-row__detail { display:flex; align-items:center; justify-content:flex-end; gap:7px; color:#20351f !important; font-weight:800; }
.homepage-test .ht-apartment-row__detail i { color:#86d524; font-size:24px; }

.homepage-test .ht-standards__tabs { position:relative; overflow:hidden; isolation:isolate; }
.homepage-test .ht-standards__tabs::before {
  content:""; position:absolute; z-index:-1; inset:4px auto 4px 4px; width:calc(50% - 4px); border-radius:999px; background:#86d524;
  transition:transform .5s cubic-bezier(.16,1,.3,1), background-color .4s ease;
}
.homepage-test .ht-standards__visual[data-standard-theme="dark"] .ht-standards__tabs::before { transform:translateX(100%); background:#20351f; }
.homepage-test .ht-standards__tabs button { display:inline-flex; align-items:center; justify-content:center; gap:7px; background:transparent !important; transition:color .3s ease, transform .3s ease; }
.homepage-test .ht-standards__tabs button span { font-size:17px; transition:transform .5s cubic-bezier(.16,1,.3,1); }
.homepage-test .ht-standards__tabs button:is(:hover,[aria-selected="true"]) span { transform:rotate(18deg) scale(1.18); }
.homepage-test .ht-standards__visual[data-standard-theme="dark"] { background:#171a17; }
.homepage-test .ht-standards__visual figure.is-active img { animation:ht-theme-reveal .7s cubic-bezier(.16,1,.3,1) both; }
@keyframes ht-theme-reveal { from { opacity:0; transform:scale(1.035) rotate(.35deg); filter:blur(7px); } to { opacity:1; transform:none; filter:none; } }
.homepage-test .ht-schedule__cta { margin-top:clamp(28px,4vw,52px); }

.homepage-test .ht-finance-lead__toggle {
  display:flex; grid-column:1 / -1; width:100%; align-items:center; justify-content:space-between; margin-top:20px; padding:16px 18px;
  border:0; border-radius:3px; color:#171a17; background:#86d524; font-weight:800; cursor:pointer;
}
.homepage-test .ht-finance-lead__toggle i { font-size:20px; transition:transform .35s ease; }
.homepage-test .ht-finance-lead__toggle.is-open i { transform:rotate(180deg); }
.homepage-test .ht-finance-lead { grid-column:1 / -1; padding:20px; background:#f3fae9; border-top:1px solid rgba(32,53,31,.16); }
.homepage-test .ht-finance-lead[hidden] { display:none; }
.homepage-test .ht-finance-lead__summary { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:8px; margin-bottom:18px; }
.homepage-test .ht-finance-lead__summary span { padding:10px; background:#fff; }
.homepage-test .ht-finance-lead__summary small, .homepage-test .ht-finance-lead__summary strong { display:block; }
.homepage-test .ht-finance-lead__summary small { color:#6a726a; font-size:9px; text-transform:uppercase; }
.homepage-test .ht-finance-lead__summary strong { margin-top:4px; font-size:12px; }
.homepage-test .ht-finance-lead__fields { display:grid; gap:10px; }
.homepage-test .ht-finance-lead__fields label { color:#4e574e; font-size:11px; font-weight:800; text-transform:uppercase; }
.homepage-test .ht-finance-lead__fields input { width:100%; margin-top:6px; padding:13px; border:1px solid #cfd7ca; background:#fff; }
.homepage-test .ht-finance-lead .ht-button { width:100%; margin-top:14px; }
.homepage-test .ht-finance-lead__status { min-height:20px; margin:10px 0 0; color:#20351f; font-size:12px; }

@media (max-width: 760px) {
  .homepage-test #brxe-dcnmqg #brxe-oeqgnf::after { height:126px; background:linear-gradient(to bottom,#171a17 0%,rgba(23,26,23,.91) 38%,rgba(23,26,23,.28) 78%,transparent 100%); }
  .homepage-test .ht-location .ht-section__head--overlay > .ht-eyebrow { top:14px; left:14px; max-width:none; font-size:8px; padding:7px 10px; }
  .homepage-test #brxe-dcnmqg .amenity-tooltip {
    z-index:40; width:min(244px, calc(100vw - 24px)); max-width:244px; min-height:72px; padding:12px 14px;
    display:grid; grid-template-columns:minmax(0,1fr); align-items:center; gap:3px; border-radius:14px;
  }
  .homepage-test #brxe-dcnmqg .amenity-tooltip__category { grid-column:1; font-size:8px; }
  .homepage-test #brxe-dcnmqg .amenity-tooltip__title { grid-column:1; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
  .homepage-test #brxe-dcnmqg .amenity-tooltip__description { display:none !important; }
  .homepage-test #brxe-dcnmqg .amenity-tooltip__meta { grid-column:1; grid-row:auto; margin:0; white-space:normal; }
  .homepage-test .ht-apartment-filters { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .homepage-test .ht-apartment-row { grid-template-columns:1fr auto; gap:12px; min-height:116px; padding:15px; }
  .homepage-test .ht-apartment-row__facts { grid-column:1 / -1; grid-row:2; gap:10px; }
  .homepage-test .ht-apartment-row__status { grid-column:2; grid-row:1; }
  .homepage-test .ht-apartment-row__detail { grid-column:2; grid-row:2; }
  .homepage-test .ht-apartment-row__detail span { display:none; }
  .homepage-test .ht-finance-lead__summary { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (prefers-reduced-motion: reduce) {
  .homepage-test .ht-standards__tabs::before, .homepage-test .ht-standards__tabs button, .homepage-test .ht-standards__tabs button span, .homepage-test .ht-finance-lead__toggle i { transition:none; }
  .homepage-test .ht-standards__visual figure.is-active img { animation:none; }
}

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

.homepage-test :where(h1, h2, h3, h4, p, ul, ol, figure, blockquote) {
  margin-top: 0;
}

.homepage-test :where(img, picture, video) {
  display: block;
  max-width: 100%;
}

.homepage-test :where(button, input, select, textarea) {
  font: inherit;
}

.homepage-test :where(a) {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.homepage-test :where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--ht-lime);
  outline-offset: 4px;
}

.homepage-test main {
  display: block;
  overflow: clip;
}

.homepage-test .ht-shell {
  width: var(--ht-page);
  margin-inline: auto;
}

.homepage-test .ht-shell--content {
  width: var(--ht-content);
}

.homepage-test .ht-section {
  position: relative;
  padding-block: var(--ht-section);
}

.homepage-test .ht-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--ht-moss);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.homepage-test .ht-eyebrow::before {
  width: 34px;
  height: 2px;
  flex: 0 0 auto;
  background: var(--ht-lime);
  content: "";
}

.homepage-test .ht-title {
  max-width: 900px;
  margin-bottom: 28px;
  color: var(--ht-ink);
  font-family: var(--ht-display);
  font-size: clamp(40px, 5.2vw, 78px);
  font-weight: 520;
  letter-spacing: -0.055em;
  line-height: 0.99;
}

.homepage-test .ht-title strong {
  color: var(--ht-moss);
  font-weight: inherit;
}

.homepage-test .ht-lead {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--ht-muted);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.65;
}

.homepage-test .ht-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--ht-lime);
  color: var(--ht-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.homepage-test .ht-button:hover {
  background: var(--ht-white);
  transform: translateY(-2px);
}

.homepage-test .ht-button--dark {
  background: var(--ht-ink);
  color: var(--ht-white);
}

.homepage-test .ht-button--dark:hover {
  background: var(--ht-moss);
}

.homepage-test .ht-button--outline {
  border-color: currentColor;
  background: transparent;
  color: inherit;
}

.homepage-test .ht-button--outline:hover {
  border-color: var(--ht-lime);
  background: var(--ht-lime);
  color: var(--ht-ink);
}

/* Header */
.homepage-test .ht-header {
  position: sticky;
  z-index: 90;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(23, 26, 23, 0.1);
  background: rgba(244, 241, 234, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.homepage-test .ht-header__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(24px, 4vw, 64px);
  width: var(--ht-page);
  min-height: 86px;
  margin-inline: auto;
}

.homepage-test .ht-brand {
  display: block;
  width: clamp(128px, 12vw, 172px);
  text-decoration: none;
}

.homepage-test .ht-brand img {
  width: 100%;
  height: auto;
}

.homepage-test .ht-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2.25vw, 38px);
}

.homepage-test .ht-nav a:not(.ht-button) {
  position: relative;
  padding-block: 12px;
  color: var(--ht-ink);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.homepage-test .ht-nav a:not(.ht-button)::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  background: var(--ht-lime);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.homepage-test .ht-nav a:is(:hover, :focus-visible, [aria-current="page"])::after {
  transform: scaleX(1);
}

.homepage-test .ht-header__cta {
  white-space: nowrap;
}

.homepage-test .ht-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ht-line);
  border-radius: 50%;
  background: transparent;
  color: var(--ht-ink);
  cursor: pointer;
}

/* Hero — the architectural story rail is the signature device. */
.homepage-test .ht-hero {
  position: relative;
  min-height: calc(100svh - 86px);
  isolation: isolate;
  overflow: hidden;
  background: var(--ht-ink);
  color: var(--ht-white);
}

.homepage-test .ht-hero__media {
  position: absolute;
  z-index: -3;
  inset: 0;
  overflow: hidden;
}

.homepage-test .ht-hero__media :where(img, video, picture) {
  width: 100%;
  height: 100%;
}

.homepage-test .ht-hero__media :where(img, video) {
  object-fit: cover;
  object-position: center;
  transform: scale(1.002);
}

.homepage-test .ht-hero__overlay {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 13, 10, 0.76) 0%, rgba(10, 13, 10, 0.32) 52%, rgba(10, 13, 10, 0.56) 100%),
    linear-gradient(0deg, rgba(10, 13, 10, 0.9) 0%, rgba(10, 13, 10, 0) 62%);
  pointer-events: none;
}

.homepage-test .ht-hero__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 370px);
  min-height: calc(100svh - 86px);
  margin-inline: auto;
}

.homepage-test .ht-hero__copy {
  display: flex;
  max-width: 930px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: clamp(96px, 13vh, 160px) var(--ht-gutter) clamp(72px, 9vh, 112px);
}

.homepage-test .ht-hero__eyebrow {
  margin-bottom: 28px;
  color: var(--ht-lime);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.homepage-test .ht-hero h1,
.homepage-test .ht-hero__title {
  max-width: 880px;
  margin: 0 0 24px;
  color: var(--ht-white);
  font-family: var(--ht-display);
  font-size: clamp(50px, 7vw, 112px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.9;
  text-wrap: balance;
}

.homepage-test .ht-hero__lead {
  max-width: 610px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 1.7vw, 23px);
  line-height: 1.55;
}

.homepage-test .ht-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.homepage-test .ht-hero__actions .ht-button--outline {
  color: var(--ht-white);
}

.homepage-test .ht-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 34px;
  margin: 46px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--ht-line-light);
  list-style: none;
}

.homepage-test .ht-hero__facts li {
  display: grid;
  gap: 2px;
}

.homepage-test .ht-hero__facts strong {
  color: var(--ht-white);
  font-family: var(--ht-display);
  font-size: 20px;
  font-weight: 560;
}

.homepage-test .ht-hero__facts span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.homepage-test .ht-story-rail {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-end;
  padding: 56px 38px 72px;
  border-left: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(17, 21, 16, 0.23);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.homepage-test .ht-story-rail__label {
  margin-bottom: auto;
  color: rgba(255, 255, 255, 0.66);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.homepage-test .ht-story-rail__list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.homepage-test .ht-story-rail__item {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 15px;
  align-items: start;
  padding: 19px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.66);
}

.homepage-test .ht-story-rail__item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.homepage-test .ht-story-rail__index {
  color: var(--ht-lime);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
}

.homepage-test .ht-story-rail__item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ht-white);
  font-family: var(--ht-display);
  font-size: 15px;
  font-weight: 560;
}

.homepage-test .ht-story-rail__item span:last-child {
  display: block;
  font-size: 12px;
  line-height: 1.5;
}

/* Benefits — editorial rows, intentionally not a generic card grid. */
.homepage-test .ht-benefits {
  background: var(--ht-off-white);
}

.homepage-test .ht-benefits__layout {
  display: grid;
  grid-template-columns: minmax(260px, 4fr) minmax(0, 8fr);
  gap: clamp(60px, 9vw, 150px);
  align-items: start;
}

.homepage-test .ht-benefits__intro {
  position: sticky;
  top: 130px;
}

.homepage-test .ht-benefits__list {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--ht-line);
  list-style: none;
}

.homepage-test .ht-benefit,
.homepage-test .ht-benefits__item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) minmax(170px, 0.48fr);
  gap: clamp(18px, 3vw, 42px);
  align-items: start;
  padding: 34px 0 38px;
  border-top: 1px solid var(--ht-line);
}

.homepage-test .ht-benefit__index,
.homepage-test .ht-benefits__index {
  color: var(--ht-lime-deep);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  font-weight: 700;
}

.homepage-test .ht-benefit h3,
.homepage-test .ht-benefits__item h3 {
  margin-bottom: 10px;
  font-family: var(--ht-display);
  font-size: clamp(22px, 2.1vw, 32px);
  font-weight: 540;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.homepage-test .ht-benefit p,
.homepage-test .ht-benefits__item p {
  margin-bottom: 0;
  color: var(--ht-muted);
  font-size: 14px;
}

.homepage-test .ht-benefit__note,
.homepage-test .ht-benefits__note {
  color: var(--ht-moss);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-transform: uppercase;
}

/* Location and interactive amenity pins. */
.homepage-test .ht-location {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--ht-ink);
  color: var(--ht-white);
}

.homepage-test .ht-location__head {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(280px, 4fr);
  gap: 60px;
  align-items: end;
  padding-block: clamp(80px, 9vw, 132px) clamp(56px, 6vw, 84px);
}

.homepage-test .ht-location .ht-eyebrow,
.homepage-test .ht-location .ht-title,
.homepage-test .ht-location h2 {
  color: var(--ht-white);
}

.homepage-test .ht-location .ht-lead {
  color: rgba(255, 255, 255, 0.66);
}

.homepage-test .ht-location__stage {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: clamp(560px, 64vw, 920px);
  overflow: hidden;
  background: var(--ht-moss);
}

.homepage-test .ht-location__media {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
}

.homepage-test .ht-location__media :where(img, picture) {
  width: 100%;
  height: 100%;
}

.homepage-test .ht-location__media img {
  object-fit: cover;
  object-position: center;
}

.homepage-test .ht-location__stage::before,
.homepage-test .ht-location__fade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(23, 26, 23, 0.44), transparent 24%),
    linear-gradient(0deg, rgba(23, 26, 23, 0.52), transparent 42%);
  content: "";
  pointer-events: none;
}

.homepage-test .ht-location__pins {
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
}

.homepage-test .ht-pin {
  position: absolute;
  z-index: 5;
  left: var(--x, 50%);
  top: var(--y, 50%);
  display: grid;
  width: clamp(48px, 4.6vw, 72px);
  aspect-ratio: 1;
  place-items: center;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: var(--ht-lime);
  box-shadow: 0 12px 34px rgba(14, 20, 12, 0.25);
  color: var(--ht-ink);
  cursor: pointer;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition: box-shadow 220ms ease, transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.homepage-test .ht-pin :where(img, svg) {
  width: 48%;
  height: 48%;
  object-fit: contain;
  pointer-events: none;
}

.homepage-test .ht-pin:is(:hover, :focus-visible, .is-active, [aria-expanded="true"]) {
  z-index: 8;
  box-shadow: 0 18px 44px rgba(14, 20, 12, 0.38);
  transform: translate(-50%, -50%) scale(1.18);
}

.homepage-test .ht-location-card {
  position: absolute;
  z-index: 10;
  left: var(--card-x, 50%);
  top: var(--card-y, 50%);
  width: min(330px, calc(100% - 32px));
  padding: 22px 24px 24px;
  border-top: 4px solid var(--ht-lime);
  background: rgba(23, 26, 23, 0.95);
  box-shadow: var(--ht-shadow);
  color: var(--ht-white);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, calc(-100% - 20px)) translateY(8px);
  transition: opacity 180ms ease, transform 220ms ease;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.homepage-test .ht-pin .ht-location-card {
  left: 50%;
  top: -14px;
  width: 300px;
}

.homepage-test .ht-location-card:is(.is-visible, [aria-hidden="false"]),
.homepage-test .ht-pin:is(:hover, :focus-visible, .is-active, [aria-expanded="true"]) .ht-location-card {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, calc(-100% - 20px));
}

.homepage-test .ht-location-card__category {
  display: block;
  margin-bottom: 8px;
  color: var(--ht-lime);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.homepage-test .ht-location-card h3,
.homepage-test .ht-location-card__title {
  margin-bottom: 8px;
  color: var(--ht-white);
  font-family: var(--ht-display);
  font-size: 21px;
  font-weight: 560;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.homepage-test .ht-location-card p {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.55;
}

.homepage-test .ht-location-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding-top: 14px;
  border-top: 1px solid var(--ht-line-light);
  color: var(--ht-white);
  font-size: 11px;
  font-weight: 600;
}

/* Personalisation — dark material board with one strong image seam. */
.homepage-test .ht-personalize {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--ht-moss);
  color: var(--ht-white);
}

.homepage-test .ht-personalize__layout {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(360px, 5fr);
  min-height: 760px;
}

.homepage-test .ht-personalize__media {
  position: relative;
  z-index: 0;
  min-height: 620px;
  isolation: isolate;
  overflow: hidden;
}

.homepage-test .ht-personalize__media :where(img, picture) {
  width: 100%;
  height: 100%;
}

.homepage-test .ht-personalize__media img {
  position: relative;
  z-index: 0;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.homepage-test .ht-personalize__media::after {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  width: clamp(8px, 0.85vw, 14px);
  background: var(--ht-lime);
  content: "";
  pointer-events: none;
}

.homepage-test .ht-personalize__media:hover img {
  transform: scale(1.025);
}

.homepage-test .ht-personalize__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(64px, 8vw, 124px) var(--ht-gutter);
}

.homepage-test .ht-personalize__background-video {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.homepage-test .ht-personalize__content::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 72% 27%, rgba(158, 222, 70, .13) 0, rgba(83, 138, 49, .055) 24%, transparent 54%),
    linear-gradient(135deg, rgba(15, 57, 36, .88), rgba(9, 38, 25, .82));
  content: "";
  pointer-events: none;
}

.homepage-test .ht-personalize .ht-eyebrow,
.homepage-test .ht-personalize .ht-title,
.homepage-test .ht-personalize h2 {
  color: var(--ht-white);
}

.homepage-test .ht-personalize .ht-lead {
  color: rgba(255, 255, 255, 0.7);
}

.homepage-test .ht-personalize__options {
  display: grid;
  margin: 46px 0 38px;
  padding: 0;
  border-bottom: 1px solid var(--ht-line-light);
  list-style: none;
}

.homepage-test .ht-personalize__option {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid var(--ht-line-light);
}

.homepage-test .ht-personalize__option span:first-child {
  color: var(--ht-lime);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
}

.homepage-test .ht-personalize__option strong {
  display: block;
  margin-bottom: 3px;
  font-family: var(--ht-display);
  font-size: 17px;
  font-weight: 560;
}

.homepage-test .ht-personalize__option small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

/* Process timeline — numbering is meaningful here. */
.homepage-test .ht-process {
  background: var(--ht-white);
}

.homepage-test .ht-process__head {
  display: grid;
  grid-template-columns: 7fr 4fr;
  gap: 70px;
  align-items: end;
  margin-bottom: clamp(64px, 8vw, 110px);
}

.homepage-test .ht-process__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.homepage-test .ht-process__list::before {
  position: absolute;
  top: 24px;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--ht-line);
  content: "";
}

.homepage-test .ht-process__item {
  position: relative;
  padding: 72px clamp(20px, 3vw, 44px) 0 0;
}

.homepage-test .ht-process__item::before {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 0;
  width: 17px;
  height: 17px;
  border: 4px solid var(--ht-white);
  border-radius: 50%;
  background: var(--ht-lime);
  box-shadow: 0 0 0 1px var(--ht-lime);
  content: "";
}

.homepage-test .ht-process__index {
  display: block;
  margin-bottom: 15px;
  color: var(--ht-lime-deep);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  font-weight: 700;
}

.homepage-test .ht-process__item h3 {
  margin-bottom: 12px;
  font-family: var(--ht-display);
  font-size: clamp(21px, 2vw, 29px);
  font-weight: 560;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.homepage-test .ht-process__item p {
  margin-bottom: 0;
  color: var(--ht-muted);
  font-size: 14px;
}

/* Apartment offer */
.homepage-test .ht-apartments {
  background: var(--ht-off-white);
}

.homepage-test .ht-apartments__head {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(250px, 3fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 52px;
}

.homepage-test .ht-apartments__summary {
  color: var(--ht-moss);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  line-height: 1.7;
  text-transform: uppercase;
}

.homepage-test .ht-tabs {
  display: flex;
  max-width: 100%;
  gap: 2px;
  margin: 0 0 22px;
  padding: 0;
  overflow-x: auto;
  scrollbar-width: thin;
}

.homepage-test .ht-tab {
  min-width: 54px;
  min-height: 48px;
  flex: 0 0 auto;
  padding: 11px 18px;
  border: 1px solid var(--ht-line);
  border-radius: 0;
  background: transparent;
  color: var(--ht-ink);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.homepage-test .ht-tab:is(:hover, .is-active, [aria-selected="true"]) {
  border-color: var(--ht-ink);
  background: var(--ht-ink);
  color: var(--ht-white);
}

.homepage-test .ht-apartments__controls,
.homepage-test .ht-filters {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 12px;
  align-items: end;
  margin-bottom: 24px;
  padding: 22px;
  border-top: 1px solid var(--ht-line);
  border-bottom: 1px solid var(--ht-line);
  background: rgba(255, 255, 255, 0.42);
}

.homepage-test .ht-filter {
  display: grid;
  gap: 7px;
}

.homepage-test .ht-filter label,
.homepage-test .ht-filter__label {
  color: var(--ht-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.homepage-test .ht-filter :where(input, select),
.homepage-test .ht-contact :where(input, select, textarea) {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--ht-line);
  border-radius: 0;
  background: var(--ht-white);
  color: var(--ht-ink);
}

.homepage-test .ht-apartments__layout {
  display: grid;
  grid-template-columns: minmax(0, 8fr) minmax(300px, 4fr);
  gap: 26px;
  align-items: start;
}

.homepage-test .ht-apartment-table-wrap {
  min-width: 0;
  overflow-x: auto;
  background: var(--ht-white);
}

.homepage-test .ht-apartment-table {
  width: 100%;
  border-collapse: collapse;
  color: var(--ht-ink);
  font-size: 13px;
}

.homepage-test .ht-apartment-table th {
  padding: 16px 18px;
  border-bottom: 1px solid var(--ht-ink);
  color: var(--ht-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

.homepage-test .ht-apartment-table td {
  padding: 19px 18px;
  border-bottom: 1px solid var(--ht-line);
  vertical-align: middle;
  white-space: nowrap;
}

.homepage-test .ht-apartment-table tbody tr {
  transition: background-color 160ms ease;
}

.homepage-test .ht-apartment-table tbody tr:hover {
  background: rgba(134, 213, 36, 0.1);
}

.homepage-test .ht-apartment-table a {
  font-weight: 700;
}

.homepage-test .ht-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 700;
}

.homepage-test .ht-status::before {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--ht-lime);
  content: "";
}

.homepage-test .ht-status--reserved::before,
.homepage-test .ht-status[data-status="reserved"]::before {
  background: #d99c32;
}

.homepage-test .ht-status--sold::before,
.homepage-test .ht-status[data-status="sold"]::before {
  background: #a3aaa1;
}

.homepage-test .ht-apartments__empty {
  padding: 42px 24px;
  background: var(--ht-white);
  color: var(--ht-muted);
  text-align: center;
}

.homepage-test .ht-floor-visual {
  position: sticky;
  top: 112px;
  min-height: 520px;
  padding: 34px;
  overflow: hidden;
  background: var(--ht-ink);
  color: var(--ht-white);
}

.homepage-test .ht-floor-visual__media {
  position: relative;
  isolation: isolate;
  margin: 28px -34px -34px;
  overflow: hidden;
}

.homepage-test .ht-floor-visual__media :where(img, picture) {
  width: 100%;
  height: auto;
}

.homepage-test .ht-floor-visual__media img {
  position: relative;
  z-index: 0;
}

.homepage-test .ht-floor-visual__overlay {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}

.homepage-test .ht-floor {
  position: absolute;
  z-index: 3;
  left: var(--floor-x, 0);
  top: var(--floor-y, 0);
  width: var(--floor-width, 100%);
  height: var(--floor-height, 16%);
  border: 1px solid transparent;
  background: rgba(134, 213, 36, 0);
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.homepage-test .ht-floor:is(:hover, :focus-visible, .is-active, [aria-pressed="true"]) {
  border-color: var(--ht-lime);
  background: rgba(134, 213, 36, 0.34);
}

/* Standards */
.homepage-test .ht-standards {
  background: var(--ht-white);
}

.homepage-test .ht-standards__layout {
  display: grid;
  grid-template-columns: minmax(0, 6.6fr) minmax(340px, 5.4fr);
  gap: clamp(54px, 8vw, 130px);
  align-items: center;
}

.homepage-test .ht-standards__media {
  position: relative;
  min-height: 660px;
  isolation: isolate;
  overflow: hidden;
}

.homepage-test .ht-standards__media :where(img, picture) {
  width: 100%;
  height: 100%;
}

.homepage-test .ht-standards__media img {
  position: relative;
  z-index: 0;
  object-fit: cover;
  transition: transform 600ms ease;
}

.homepage-test .ht-standards__media::after {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 7px;
  background: var(--ht-lime);
  content: "";
  pointer-events: none;
}

.homepage-test .ht-standards__media:hover img {
  transform: scale(1.02);
}

.homepage-test .ht-standards__features {
  display: grid;
  margin: 42px 0 36px;
  padding: 0;
  border-bottom: 1px solid var(--ht-line);
  list-style: none;
}

.homepage-test .ht-standards__features li {
  display: grid;
  grid-template-columns: minmax(110px, 0.55fr) 1fr;
  gap: 22px;
  padding: 16px 0;
  border-top: 1px solid var(--ht-line);
}

.homepage-test .ht-standards__features strong {
  color: var(--ht-moss);
  font-size: 12px;
}

.homepage-test .ht-standards__features span {
  color: var(--ht-muted);
  font-size: 13px;
}

/* Financing */
.homepage-test .ht-financing {
  position: relative;
  overflow: hidden;
  background: var(--ht-lime);
  color: var(--ht-ink);
}

.homepage-test .ht-financing__layout {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(320px, 4fr);
  gap: clamp(60px, 9vw, 150px);
  align-items: end;
}

.homepage-test .ht-financing .ht-eyebrow::before {
  background: var(--ht-ink);
}

.homepage-test .ht-financing .ht-title,
.homepage-test .ht-financing h2 {
  max-width: 820px;
}

.homepage-test .ht-financing__aside {
  padding-left: 30px;
  border-left: 1px solid rgba(23, 26, 23, 0.34);
}

.homepage-test .ht-financing__aside p {
  margin-bottom: 24px;
  font-size: 15px;
}

.homepage-test .ht-financing__aside strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--ht-display);
  font-size: 20px;
}

/* Gallery — varied editorial rhythm, foreground controls stay above images. */
.homepage-test .ht-gallery {
  background: var(--ht-ink);
  color: var(--ht-white);
}

.homepage-test .ht-gallery__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 54px;
}

.homepage-test .ht-gallery .ht-eyebrow,
.homepage-test .ht-gallery .ht-title,
.homepage-test .ht-gallery h2 {
  color: var(--ht-white);
}

.homepage-test .ht-gallery__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: minmax(120px, 8.5vw);
  gap: 10px;
}

.homepage-test .ht-gallery__item {
  position: relative;
  z-index: 0;
  grid-column: span 4;
  grid-row: span 3;
  isolation: isolate;
  overflow: hidden;
  background: var(--ht-moss);
  color: var(--ht-white);
  text-decoration: none;
}

.homepage-test .ht-gallery__item:nth-child(6n + 1) {
  grid-column: span 7;
  grid-row: span 5;
}

.homepage-test .ht-gallery__item:nth-child(6n + 2) {
  grid-column: span 5;
  grid-row: span 3;
}

.homepage-test .ht-gallery__item:nth-child(6n + 3) {
  grid-column: span 5;
  grid-row: span 2;
}

.homepage-test .ht-gallery__item :where(img, picture) {
  width: 100%;
  height: 100%;
}

.homepage-test .ht-gallery__item img {
  position: relative;
  z-index: 0;
  object-fit: cover;
  transition: transform 520ms cubic-bezier(0.2, 0.75, 0.2, 1), filter 300ms ease;
}

.homepage-test .ht-gallery__item::after {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(0deg, rgba(10, 13, 10, 0.72), transparent);
  content: "";
  pointer-events: none;
}

.homepage-test .ht-gallery__item:hover img {
  filter: saturate(1.03) contrast(1.02);
  transform: scale(1.035);
}

.homepage-test .ht-gallery__caption,
.homepage-test .ht-gallery__control {
  position: absolute;
  z-index: 4;
}

.homepage-test .ht-gallery__caption {
  right: 22px;
  bottom: 20px;
  left: 22px;
  font-size: 12px;
  font-weight: 600;
}

.homepage-test .ht-gallery__control {
  top: 18px;
  right: 18px;
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: rgba(23, 26, 23, 0.5);
  color: var(--ht-white);
  backdrop-filter: blur(8px);
}

/* FAQ */
.homepage-test .ht-faq {
  background: var(--ht-off-white);
}

.homepage-test .ht-faq__layout {
  display: grid;
  grid-template-columns: minmax(260px, 4fr) minmax(0, 7fr);
  gap: clamp(60px, 10vw, 170px);
  align-items: start;
}

.homepage-test .ht-faq__intro {
  position: sticky;
  top: 126px;
}

.homepage-test .ht-faq__list {
  border-bottom: 1px solid var(--ht-line);
}

.homepage-test .ht-faq details {
  border-top: 1px solid var(--ht-line);
}

.homepage-test .ht-faq summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 26px;
  align-items: center;
  min-height: 82px;
  padding: 20px 0;
  font-family: var(--ht-display);
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 540;
  letter-spacing: -0.025em;
  line-height: 1.25;
  cursor: pointer;
  list-style: none;
}

.homepage-test .ht-faq summary::-webkit-details-marker {
  display: none;
}

.homepage-test .ht-faq summary::after {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--ht-line);
  border-radius: 50%;
  content: "+";
  font-family: var(--ht-body);
  font-size: 22px;
  font-weight: 400;
  transition: background-color 180ms ease, transform 180ms ease;
}

.homepage-test .ht-faq details[open] summary::after {
  background: var(--ht-lime);
  transform: rotate(45deg);
}

.homepage-test .ht-faq__answer {
  max-width: 720px;
  padding: 0 66px 28px 0;
  color: var(--ht-muted);
  font-size: 14px;
}

.homepage-test .ht-faq__answer p:last-child {
  margin-bottom: 0;
}

/* Contact */
.homepage-test .ht-contact {
  position: relative;
  overflow: hidden;
  background: var(--ht-moss);
  color: var(--ht-white);
}

.homepage-test .ht-contact__layout {
  display: grid;
  grid-template-columns: minmax(320px, 5fr) minmax(0, 7fr);
  gap: clamp(60px, 10vw, 160px);
  align-items: start;
}

.homepage-test .ht-contact .ht-eyebrow,
.homepage-test .ht-contact .ht-title,
.homepage-test .ht-contact h2 {
  color: var(--ht-white);
}

.homepage-test .ht-contact .ht-lead {
  color: rgba(255, 255, 255, 0.68);
}

.homepage-test .ht-contact__person {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 20px;
  align-items: center;
  margin-top: 46px;
  padding-top: 28px;
  border-top: 1px solid var(--ht-line-light);
}

.homepage-test .ht-contact__person img {
  width: 82px;
  height: 82px;
  object-fit: cover;
  border-radius: 50%;
}

.homepage-test .ht-contact__person strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--ht-display);
  font-size: 19px;
  font-weight: 560;
}

.homepage-test .ht-contact__person a {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.homepage-test .ht-contact__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: clamp(30px, 4vw, 54px);
  border-top: 6px solid var(--ht-lime);
  background: var(--ht-off-white);
  color: var(--ht-ink);
}

.homepage-test .ht-contact__field {
  display: grid;
  gap: 7px;
}

.homepage-test .ht-contact__field--full,
.homepage-test .ht-contact__form > .ht-button,
.homepage-test .ht-contact__consent,
.homepage-test .ht-contact__message {
  grid-column: 1 / -1;
}

.homepage-test .ht-contact__field label {
  color: var(--ht-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.homepage-test .ht-contact textarea {
  min-height: 136px;
  resize: vertical;
}

.homepage-test .ht-contact__consent {
  margin: 0;
  color: var(--ht-muted);
  font-size: 11px;
}

.homepage-test .ht-contact__form > .ht-button {
  width: 100%;
  margin-top: 6px;
}

/* Footer */
.homepage-test .ht-footer {
  padding: 76px var(--ht-gutter) 30px;
  background: var(--ht-ink);
  color: var(--ht-white);
}

.homepage-test .ht-footer__main {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) repeat(3, minmax(150px, 0.7fr));
  gap: clamp(36px, 6vw, 92px);
  width: var(--ht-page);
  margin-inline: auto;
  padding-bottom: 70px;
}

.homepage-test .ht-footer__brand img {
  width: min(190px, 100%);
  height: auto;
  filter: brightness(0) invert(1);
}

.homepage-test .ht-footer__brand p {
  max-width: 330px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
}

.homepage-test .ht-footer__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
}

.homepage-test .ht-footer__column strong {
  margin-bottom: 10px;
  color: var(--ht-lime);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.homepage-test .ht-footer__column a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.homepage-test .ht-footer__column a:hover {
  color: var(--ht-white);
}

.homepage-test .ht-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: var(--ht-page);
  margin-inline: auto;
  padding-top: 24px;
  border-top: 1px solid var(--ht-line-light);
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
}

.homepage-test .ht-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}

/* Mobile conversion action */
.homepage-test .ht-mobile-cta {
  position: fixed;
  z-index: 85;
  right: 12px;
  bottom: max(12px, env(safe-area-inset-bottom));
  left: 12px;
  display: none;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: var(--ht-lime);
  box-shadow: 0 16px 42px rgba(14, 20, 12, 0.3);
  color: var(--ht-ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

/* Reveal hooks are progressive enhancement: content is visible without JS. */
.homepage-test [data-reveal].is-prepared {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 620ms ease, transform 720ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.homepage-test [data-reveal].is-prepared.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1200px) {
  .homepage-test {
    --ht-page: min(100% - 48px, 1160px);
    --ht-content: min(100% - 48px, 1040px);
    --ht-gutter: clamp(24px, 4vw, 54px);
  }

  .homepage-test .ht-header__inner {
    gap: 24px;
  }

  .homepage-test .ht-nav {
    gap: 18px;
  }

  .homepage-test .ht-nav a:not(.ht-button) {
    font-size: 12px;
  }

  .homepage-test .ht-hero__content {
    grid-template-columns: minmax(0, 1fr) 310px;
  }

  .homepage-test .ht-story-rail {
    padding-inline: 28px;
  }

  .homepage-test .ht-benefits__layout,
  .homepage-test .ht-faq__layout {
    gap: 70px;
  }

  .homepage-test .ht-apartments__layout {
    grid-template-columns: minmax(0, 1fr) 320px;
  }

  .homepage-test .ht-gallery__grid {
    grid-auto-rows: minmax(110px, 10vw);
  }
}

@media (max-width: 900px) {
  .homepage-test {
    --ht-page: calc(100% - 40px);
    --ht-content: calc(100% - 40px);
    --ht-section: clamp(74px, 12vw, 112px);
  }

  .homepage-test .ht-header__inner {
    grid-template-columns: auto 1fr auto;
    min-height: 76px;
  }

  .homepage-test .ht-menu-toggle {
    display: inline-flex;
    grid-column: 3;
  }

  .homepage-test .ht-header__cta {
    display: none;
  }

  .homepage-test .ht-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 16px 20px 28px;
    border-top: 1px solid var(--ht-line);
    background: var(--ht-off-white);
    box-shadow: 0 28px 48px rgba(14, 20, 12, 0.14);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    visibility: hidden;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .homepage-test .ht-nav:is(.is-open, [data-open="true"]),
  .homepage-test .ht-menu-toggle[aria-expanded="true"] + .ht-nav {
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }

  .homepage-test .ht-nav a:not(.ht-button) {
    min-height: 48px;
    padding: 14px 4px;
    border-bottom: 1px solid var(--ht-line);
    font-size: 15px;
  }

  .homepage-test .ht-hero,
  .homepage-test .ht-hero__content {
    min-height: calc(100svh - 76px);
  }

  .homepage-test .ht-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .homepage-test .ht-hero__copy {
    width: 100%;
    padding-top: 150px;
  }

  .homepage-test .ht-story-rail {
    display: grid;
    padding: 0 var(--ht-gutter) 40px;
    border: 0;
    background: transparent;
    backdrop-filter: none;
  }

  .homepage-test .ht-story-rail__label {
    display: none;
  }

  .homepage-test .ht-story-rail__list {
    grid-template-columns: repeat(3, 1fr);
  }

  .homepage-test .ht-story-rail__item {
    grid-template-columns: 28px 1fr;
    padding: 14px 14px 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  }

  .homepage-test .ht-benefits__layout,
  .homepage-test .ht-faq__layout,
  .homepage-test .ht-location__head,
  .homepage-test .ht-process__head,
  .homepage-test .ht-apartments__head,
  .homepage-test .ht-financing__layout,
  .homepage-test .ht-contact__layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .homepage-test .ht-benefits__intro,
  .homepage-test .ht-faq__intro {
    position: static;
  }

  .homepage-test .ht-benefit,
  .homepage-test .ht-benefits__item {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .homepage-test .ht-benefit__note,
  .homepage-test .ht-benefits__note {
    grid-column: 2;
  }

  .homepage-test .ht-location__stage {
    min-height: 620px;
  }

  .homepage-test .ht-personalize__layout,
  .homepage-test .ht-standards__layout {
    grid-template-columns: 1fr;
  }

  .homepage-test .ht-personalize__media,
  .homepage-test .ht-standards__media {
    min-height: min(72vw, 650px);
  }

  .homepage-test .ht-personalize__media::after {
    top: auto;
    width: auto;
    height: 9px;
    left: 0;
  }

  .homepage-test .ht-process__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 30px;
  }

  .homepage-test .ht-process__list::before {
    display: none;
  }

  .homepage-test .ht-process__item {
    padding: 48px 24px 0 0;
    border-top: 1px solid var(--ht-line);
  }

  .homepage-test .ht-process__item::before {
    top: -9px;
  }

  .homepage-test .ht-apartments__controls,
  .homepage-test .ht-filters {
    grid-template-columns: repeat(2, 1fr);
  }

  .homepage-test .ht-apartments__layout {
    grid-template-columns: 1fr;
  }

  .homepage-test .ht-floor-visual {
    position: relative;
    top: auto;
    min-height: 440px;
  }

  .homepage-test .ht-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 230px;
  }

  .homepage-test .ht-gallery__item,
  .homepage-test .ht-gallery__item:nth-child(n) {
    grid-column: span 1;
    grid-row: span 1;
  }

  .homepage-test .ht-gallery__item:first-child {
    grid-column: 1 / -1;
    grid-row: span 2;
  }

  .homepage-test .ht-footer__main {
    grid-template-columns: 1fr 1fr;
  }

  .homepage-test .ht-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .homepage-test {
    --ht-page: calc(100% - 28px);
    --ht-content: calc(100% - 28px);
    --ht-gutter: 20px;
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
  }

  .homepage-test .ht-header__inner {
    width: calc(100% - 28px);
    min-height: 70px;
  }

  .homepage-test .ht-brand {
    width: 128px;
  }

  .homepage-test .ht-hero,
  .homepage-test .ht-hero__content {
    min-height: calc(100svh - 70px);
  }

  .homepage-test .ht-hero__media :where(img, video) {
    object-position: 56% center;
  }

  .homepage-test .ht-hero__overlay {
    background: linear-gradient(0deg, rgba(10, 13, 10, 0.94) 0%, rgba(10, 13, 10, 0.2) 82%);
  }

  .homepage-test .ht-hero__copy {
    padding: 116px 20px 36px;
  }

  .homepage-test .ht-hero h1,
  .homepage-test .ht-hero__title {
    font-size: clamp(46px, 15vw, 66px);
  }

  .homepage-test .ht-hero__lead {
    font-size: 16px;
  }

  .homepage-test .ht-hero__actions {
    width: 100%;
  }

  .homepage-test .ht-hero__actions .ht-button {
    flex: 1 1 100%;
    width: 100%;
  }

  .homepage-test .ht-hero__facts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 18px;
    margin-top: 30px;
  }

  .homepage-test .ht-story-rail {
    display: none;
  }

  .homepage-test .ht-title {
    font-size: clamp(36px, 12vw, 54px);
  }

  .homepage-test .ht-benefit,
  .homepage-test .ht-benefits__item {
    grid-template-columns: 40px 1fr;
    padding-block: 26px 30px;
  }

  .homepage-test .ht-location__head {
    padding-block: 70px 42px;
  }

  .homepage-test .ht-location__stage {
    min-height: 540px;
  }

  .homepage-test .ht-pin {
    width: 48px;
  }

  .homepage-test .ht-location-card,
  .homepage-test .ht-pin .ht-location-card {
    position: fixed;
    z-index: 120;
    right: 14px;
    bottom: calc(82px + env(safe-area-inset-bottom));
    left: 14px;
    top: auto;
    width: auto;
    max-width: none;
    transform: translateY(12px);
  }

  .homepage-test .ht-location-card:is(.is-visible, [aria-hidden="false"]),
  .homepage-test .ht-pin:is(:hover, :focus-visible, .is-active, [aria-expanded="true"]) .ht-location-card {
    transform: none;
  }

  .homepage-test .ht-personalize__layout {
    min-height: 0;
  }

  .homepage-test .ht-personalize__media,
  .homepage-test .ht-standards__media {
    min-height: 108vw;
  }

  .homepage-test .ht-personalize__content {
    padding: 64px 20px 74px;
  }

  .homepage-test .ht-process__list {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .homepage-test .ht-process__item {
    padding-top: 38px;
  }

  .homepage-test .ht-apartments__controls,
  .homepage-test .ht-filters {
    grid-template-columns: 1fr;
    padding: 18px 0;
    background: transparent;
  }

  .homepage-test .ht-apartment-table,
  .homepage-test .ht-apartment-table :where(tbody, tr, td) {
    display: block;
    width: 100%;
  }

  .homepage-test .ht-apartment-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .homepage-test .ht-apartment-table tbody tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px 18px;
    padding: 20px;
    border-bottom: 8px solid var(--ht-off-white);
  }

  .homepage-test .ht-apartment-table td {
    padding: 0;
    border: 0;
    white-space: normal;
  }

  .homepage-test .ht-apartment-table td::before {
    display: block;
    margin-bottom: 2px;
    color: var(--ht-muted);
    content: attr(data-label);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .homepage-test .ht-floor-visual {
    min-height: 390px;
    padding: 24px;
  }

  .homepage-test .ht-floor-visual__media {
    margin: 24px -24px -24px;
  }

  .homepage-test .ht-standards__features li {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .homepage-test .ht-financing__aside {
    padding: 24px 0 0;
    border-top: 1px solid rgba(23, 26, 23, 0.34);
    border-left: 0;
  }

  .homepage-test .ht-gallery__head {
    display: grid;
    align-items: start;
  }

  .homepage-test .ht-gallery__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .homepage-test .ht-gallery__item,
  .homepage-test .ht-gallery__item:nth-child(n),
  .homepage-test .ht-gallery__item:first-child {
    grid-column: 1;
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .homepage-test .ht-gallery__item:first-child {
    aspect-ratio: 3 / 4;
  }

  .homepage-test .ht-faq summary {
    min-height: 72px;
    font-size: 18px;
  }

  .homepage-test .ht-faq__answer {
    padding-right: 0;
  }

  .homepage-test .ht-contact__form {
    grid-template-columns: 1fr;
    padding: 26px 20px;
  }

  .homepage-test .ht-contact__form > * {
    grid-column: 1;
  }

  .homepage-test .ht-footer {
    padding: 64px 20px 26px;
  }

  .homepage-test .ht-footer__main {
    grid-template-columns: 1fr;
    padding-bottom: 48px;
  }

  .homepage-test .ht-footer__brand {
    grid-column: auto;
  }

  .homepage-test .ht-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .homepage-test .ht-mobile-cta {
    display: flex;
  }
}

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

  .homepage-test *,
  .homepage-test *::before,
  .homepage-test *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .homepage-test [data-reveal].is-prepared {
    opacity: 1;
    transform: none;
  }
}

@media (forced-colors: active) {
  .homepage-test .ht-button,
  .homepage-test .ht-pin,
  .homepage-test .ht-tab,
  .homepage-test .ht-gallery__control {
    border: 1px solid ButtonText;
  }
}

/* --------------------------------------------------------------------------
   Verze 2 — approved option 3 refinements (2026-09-03)
   Dark / Light / Vibrant is the single colour system across the redesign.
   -------------------------------------------------------------------------- */

.homepage-test {
  --ht-dark-green: #20351f;
  --ht-pale-green: #f1f7ea;
  --ht-vibrant: #86d524;
}

.homepage-test [hidden] {
  display: none !important;
}

/* Location: short white veil, legible label, and a dedicated message card over
   the visually quiet bridge area. Interactive pins remain above the veil. */
.homepage-test .ht-location {
  position: relative;
  isolation: isolate;
}

.homepage-test .ht-location .ht-section__head--overlay {
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
  margin: 0;
  padding: 0;
}

.homepage-test .ht-location .ht-section__head--overlay > .ht-eyebrow {
  position: absolute;
  z-index: 8;
  top: clamp(42px, 4.8vw, 72px);
  left: max(24px, calc((100vw - 1440px) / 2));
  margin: 0;
  color: #394039;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.homepage-test .ht-location__message {
  position: absolute;
  z-index: 5;
  bottom: clamp(34px, 4.5vw, 72px);
  left: max(24px, calc((100vw - 1440px) / 2));
  display: flex;
  width: clamp(320px, 30vw, 470px);
  min-height: clamp(250px, 24vw, 370px);
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(28px, 3.4vw, 54px);
  background: rgba(32, 53, 31, 0.96);
  box-shadow: 0 30px 70px rgba(10, 18, 10, 0.24);
  color: var(--ht-white);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.homepage-test .ht-location__message::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 7px;
  background: var(--ht-vibrant);
  content: "";
}

.homepage-test .ht-location .ht-location__message h2 {
  max-width: 390px;
  margin: 0 0 22px;
  color: var(--ht-white);
  font-size: clamp(35px, 3.8vw, 60px);
  line-height: 0.98;
}

.homepage-test .ht-location .ht-location__message > p {
  max-width: 310px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.homepage-test #brxe-dcnmqg #brxe-oeqgnf::after {
  z-index: 2;
  height: clamp(170px, 17vw, 285px);
  background: linear-gradient(
    to bottom,
    #fff 0%,
    rgba(255, 255, 255, 0.985) 22%,
    rgba(255, 255, 255, 0.77) 50%,
    rgba(255, 255, 255, 0.25) 78%,
    transparent 100%
  );
}

.homepage-test #brxe-dcnmqg .amenities-icons-layer {
  z-index: 7;
}

.homepage-test #brxe-dcnmqg .amenity-tooltip {
  z-index: 14;
}

/* Self-rotating, manually controllable visualisation carousel. */
.homepage-test .ht-personalize {
  background: var(--ht-dark-green);
}

.homepage-test .ht-personalize__content {
  background: var(--ht-dark-green);
}

.homepage-test .ht-personalize__media {
  background: #111610;
}

.homepage-test .ht-personalize__slides,
.homepage-test .ht-personalize__slides figure {
  position: absolute;
  inset: 0;
  margin: 0;
}

.homepage-test .ht-personalize__slides figure {
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 700ms ease, visibility 700ms ease;
}

.homepage-test .ht-personalize__slides figure.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.homepage-test .ht-personalize__slides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homepage-test .ht-personalize__media:hover .ht-personalize__slides img {
  transform: none;
}

.homepage-test .ht-carousel__controls {
  position: absolute;
  z-index: 7;
  right: 26px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px;
  background: rgba(23, 26, 23, 0.78);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.homepage-test .ht-carousel__controls > button {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: var(--ht-vibrant);
  color: var(--ht-ink);
  font-size: 21px;
  place-items: center;
  cursor: pointer;
}

.homepage-test .ht-carousel__dots {
  display: flex;
  align-items: center;
  gap: 0;
}

.homepage-test .ht-carousel__dots button {
  position: relative;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.homepage-test .ht-carousel__dots button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  content: "";
  transform: translate(-50%, -50%);
  transition: width 180ms ease, border-radius 180ms ease, background 180ms ease;
}

.homepage-test .ht-carousel__dots button.is-active::before {
  width: 22px;
  border-radius: 999px;
  background: var(--ht-vibrant);
}

.homepage-test .ht-personalize__media > p {
  right: auto;
  bottom: 18px;
  left: 22px;
}

/* Full-width floor selector with the exact existing building polygons. */
.homepage-test .ht-building-map {
  position: relative;
  width: var(--ht-page);
  aspect-ratio: 1672 / 941;
  margin-inline: auto;
  overflow: hidden;
  background: var(--ht-ink);
  line-height: 0;
}

.homepage-test .ht-building-map__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homepage-test .ht-building-map__overlay {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.homepage-test .ht-floor-zone {
  cursor: pointer;
  outline: none;
}

.homepage-test .ht-floor-zone path {
  fill: var(--ht-vibrant);
  fill-opacity: 0;
  stroke: var(--ht-vibrant);
  stroke-dasharray: 8 6;
  stroke-width: 2;
  stroke-opacity: 0;
  vector-effect: non-scaling-stroke;
  transition: fill-opacity 200ms ease, stroke-opacity 200ms ease;
}

.homepage-test .ht-floor-zone:is(:hover, :focus, .is-preview, .is-active) path {
  fill-opacity: 0.42;
  stroke-opacity: 1;
}

.homepage-test .ht-building-map__prompt {
  position: absolute;
  z-index: 2;
  top: 26px;
  right: 26px;
  display: grid;
  gap: 3px;
  padding: 15px 18px;
  background: rgba(23, 26, 23, 0.78);
  color: var(--ht-white);
  line-height: 1.25;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.homepage-test .ht-building-map__prompt span {
  color: var(--ht-vibrant);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.homepage-test .ht-building-map__prompt strong {
  font-family: var(--ht-display);
  font-size: 18px;
}

.homepage-test .ht-building-map__note {
  position: absolute;
  z-index: 4;
  bottom: 15px;
  left: 17px;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 10px;
  line-height: 1.3;
}

.homepage-test .ht-building-map__tooltip {
  position: absolute;
  z-index: 8;
  display: grid;
  width: max-content;
  max-width: min(285px, calc(100% - 24px));
  gap: 5px;
  padding: 14px 16px;
  background: rgba(23, 26, 23, 0.96);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.3);
  color: var(--ht-white);
  line-height: 1.35;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, calc(-100% - 12px)) translateY(7px);
  transition: opacity 160ms ease, transform 180ms ease, visibility 160ms ease;
}

.homepage-test .ht-building-map__tooltip.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, calc(-100% - 12px));
}

.homepage-test .ht-building-map__tooltip strong {
  font-family: var(--ht-display);
  font-size: 18px;
}

.homepage-test .ht-building-map__tooltip span {
  color: var(--ht-vibrant);
  font-size: 12px;
  font-weight: 800;
}

.homepage-test .ht-building-map__tooltip small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
}

/* Always-visible horizontal apartment rail. */
.homepage-test .ht-apartment-rail-block {
  width: var(--ht-page);
  margin: 0 auto;
  padding: clamp(34px, 4vw, 56px) 0 0;
}

.homepage-test .ht-apartment-rail-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.homepage-test .ht-apartment-rail-head .ht-eyebrow {
  margin-bottom: 9px;
}

.homepage-test .ht-apartment-rail-head h3 {
  margin: 0;
  font-family: var(--ht-display);
  font-size: clamp(25px, 3vw, 40px);
  letter-spacing: -0.045em;
  line-height: 1;
}

.homepage-test .ht-apartment-rail-actions {
  display: flex;
  gap: 8px;
}

.homepage-test .ht-apartment-rail-actions button {
  min-width: 46px;
  min-height: 46px;
  padding: 0 15px;
  border: 1px solid var(--ht-line);
  background: var(--ht-white);
  color: var(--ht-ink);
  font-weight: 750;
  cursor: pointer;
}

.homepage-test .ht-apartment-rail-actions button:is(:hover, :focus-visible) {
  border-color: var(--ht-vibrant);
  background: var(--ht-vibrant);
}

.homepage-test .ht-apartment-rail {
  display: grid;
  grid-auto-columns: minmax(290px, 370px);
  grid-auto-flow: column;
  gap: 1px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--ht-vibrant) rgba(23, 26, 23, 0.1);
  scrollbar-width: thin;
}

.homepage-test .ht-apartment-rail .ht-apartment-card {
  display: flex;
  min-height: 480px;
  flex-direction: column;
  padding: 0 24px 26px;
  border: 1px solid var(--ht-line);
  scroll-snap-align: start;
}

.homepage-test .ht-apartment-card__plan {
  display: grid;
  height: 220px;
  margin: 0 -24px 24px;
  overflow: hidden;
  background: var(--ht-pale-green);
  place-items: center;
}

.homepage-test .ht-apartment-card__plan img {
  width: 100%;
  height: 100%;
  padding: 17px;
  object-fit: contain;
  transition: transform 280ms ease;
}

.homepage-test .ht-apartment-card:hover .ht-apartment-card__plan img {
  transform: scale(1.035);
}

.homepage-test .ht-apartment-rail .ht-apartment-card h3 {
  margin-bottom: 18px;
}

.homepage-test .ht-apartment-rail .ht-apartment-card__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.homepage-test .ht-apartment-rail .ht-apartment-card__facts > span {
  display: grid;
  gap: 2px;
}

.homepage-test .ht-apartment-rail .ht-apartment-card__footer {
  margin-top: auto;
}

/* Calculator range sliders share values with the editable fields. */
.homepage-test .ht-calculator .ht-range {
  --ht-range-progress: 0%;
  width: 100%;
  min-height: 24px;
  margin: 2px 0 0;
  padding: 0;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  cursor: pointer;
}

.homepage-test .ht-calculator .ht-range::-webkit-slider-runnable-track {
  height: 4px;
  background: linear-gradient(to right, var(--ht-vibrant) var(--ht-range-progress), rgba(23, 26, 23, 0.16) var(--ht-range-progress));
}

.homepage-test .ht-calculator .ht-range::-moz-range-track {
  height: 4px;
  background: rgba(23, 26, 23, 0.16);
}

.homepage-test .ht-calculator .ht-range::-moz-range-progress {
  height: 4px;
  background: var(--ht-vibrant);
}

.homepage-test .ht-calculator .ht-range::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  margin-top: -7px;
  border: 3px solid var(--ht-white);
  border-radius: 50%;
  appearance: none;
  -webkit-appearance: none;
  background: var(--ht-dark-green);
  box-shadow: 0 0 0 1px var(--ht-dark-green);
}

.homepage-test .ht-calculator .ht-range::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: 3px solid var(--ht-white);
  border-radius: 50%;
  background: var(--ht-dark-green);
  box-shadow: 0 0 0 1px var(--ht-dark-green);
}

@media (max-width: 900px) {
  .homepage-test .ht-location .ht-section__head--overlay > .ht-eyebrow {
    top: 30px;
    left: 20px;
  }

  .homepage-test .ht-location__message {
    bottom: 24px;
    left: 20px;
    width: min(340px, calc(100% - 40px));
    min-height: 210px;
    padding: 28px;
  }

  .homepage-test .ht-location .ht-location__message h2 {
    font-size: clamp(34px, 7.5vw, 52px);
  }

  .homepage-test #brxe-dcnmqg #brxe-oeqgnf::after {
    height: 155px;
  }

  .homepage-test .ht-building-map__prompt {
    top: 14px;
    right: 14px;
  }

  .homepage-test .ht-building-map__tooltip {
    display: none;
  }
}

@media (max-width: 640px) {
  .homepage-test .ht-location .ht-section__head--overlay > .ht-eyebrow {
    top: 18px;
    left: 14px;
    max-width: 230px;
    gap: 7px;
    font-size: 9px;
  }

  .homepage-test .ht-location .ht-section__head--overlay > .ht-eyebrow::before {
    width: 22px;
  }

  .homepage-test .ht-location__message {
    bottom: 12px;
    left: 14px;
    width: min(238px, calc(100% - 28px));
    min-height: 128px;
    padding: 20px 18px 17px;
    box-shadow: 0 18px 44px rgba(10, 18, 10, 0.2);
  }

  .homepage-test .ht-location__message::before {
    height: 5px;
  }

  .homepage-test .ht-location .ht-location__message h2 {
    margin-bottom: 9px;
    font-size: clamp(24px, 7vw, 32px);
    line-height: 0.98;
  }

  .homepage-test .ht-location .ht-location__message > p {
    display: none;
  }

  .homepage-test #brxe-dcnmqg #brxe-oeqgnf::after {
    height: 92px;
    background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0.86) 42%, transparent 100%);
  }

  .homepage-test .ht-carousel__controls {
    right: 14px;
    bottom: 14px;
  }

  .homepage-test .ht-personalize__media > p {
    right: 14px;
    bottom: 72px;
    left: 14px;
  }

  .homepage-test .ht-building-map {
    width: 100%;
  }

  .homepage-test .ht-building-map__prompt {
    display: none;
  }

  .homepage-test .ht-building-map__note {
    bottom: 8px;
    left: 9px;
    font-size: 8px;
  }

  .homepage-test .ht-floor-zone path {
    stroke-width: 3;
  }

  .homepage-test .ht-apartment-rail-block {
    width: calc(100% - 28px);
  }

  .homepage-test .ht-apartment-rail-head {
    align-items: start;
    flex-direction: column;
  }

  .homepage-test .ht-apartment-rail-actions {
    width: 100%;
  }

  .homepage-test .ht-apartment-rail-actions button:first-child {
    margin-right: auto;
  }

  .homepage-test .ht-apartment-rail {
    grid-auto-columns: minmax(270px, 86vw);
  }

  .homepage-test .ht-apartment-rail .ht-apartment-card {
    min-height: 450px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .homepage-test .ht-personalize__slides figure,
  .homepage-test .ht-floor-zone path,
  .homepage-test .ht-building-map__tooltip,
  .homepage-test .ht-apartment-card__plan img {
    transition: none;
  }
}

/* --------------------------------------------------------------------------
   Homepagetest integration layer

   The concept stylesheet originally described the design system while the
   final document was still being assembled. The selectors below bind that
   system to the production-shaped markup in /Homepagetest without leaking to
   the existing site. They deliberately keep surfaces architectural and sharp;
   radius is reserved for controls, avatars and status markers.
   -------------------------------------------------------------------------- */

.homepage-test {
  --ht-display: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  --ht-body: "DM Sans", "Avenir Next", "Segoe UI", sans-serif;
  --ht-header-height: 88px;
}

.homepage-test .ht-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.homepage-test .ht-skip {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 11px 16px;
  background: var(--ht-white);
  color: var(--ht-ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.homepage-test .ht-skip:focus {
  transform: none;
}

.homepage-test .ht-page-loader {
  position: fixed;
  z-index: 240;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 24px;
  background: var(--ht-off-white);
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  transition: opacity 320ms ease, visibility 320ms ease;
  animation: ht-loader-fallback 1ms step-end 5s forwards;
}

.homepage-test.page-loading {
  overflow: hidden;
}

.homepage-test .ht-page-loader:is(.is-loaded, [hidden]),
.homepage-test.page-loaded .ht-page-loader {
  opacity: 0;
  visibility: hidden;
}

.homepage-test .ht-page-loader img {
  width: 176px;
  height: auto;
}

.homepage-test .ht-page-loader span {
  position: relative;
  width: 176px;
  height: 2px;
  overflow: hidden;
  background: rgba(23, 26, 23, 0.12);
}

.homepage-test .ht-page-loader span::after {
  position: absolute;
  inset: 0;
  background: var(--ht-lime);
  content: "";
  animation: ht-loader-progress 820ms cubic-bezier(0.2, 0.75, 0.2, 1) forwards;
  transform: scaleX(0);
  transform-origin: left;
}

@keyframes ht-loader-progress {
  to { transform: scaleX(1); }
}

@keyframes ht-loader-fallback {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

.homepage-test :where(.ht-intro, .ht-process, .ht-schedule, .ht-faq) h2,
.homepage-test :where(.ht-apartments, .ht-standards, .ht-finance, .ht-gallery, .ht-contact) h2,
.homepage-test .ht-section__head h2 {
  margin: 0 0 24px;
  font-family: var(--ht-display);
  font-size: clamp(40px, 5.25vw, 78px);
  font-weight: 520;
  letter-spacing: -0.055em;
  line-height: 0.99;
  text-wrap: balance;
}

.homepage-test .ht-section__head {
  width: var(--ht-content);
  margin-inline: auto;
  margin-bottom: clamp(48px, 7vw, 88px);
}

.homepage-test .ht-section__head > p:last-child {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--ht-muted);
  font-size: clamp(16px, 1.4vw, 20px);
}

.homepage-test .ht-eyebrow--dark {
  color: var(--ht-moss);
}

.homepage-test .ht-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.homepage-test .ht-button i,
.homepage-test .ht-text-link i {
  font-size: 1.5em;
  line-height: 0;
  transition: transform 180ms ease;
}

.homepage-test .ht-button:is(:hover, :focus-visible) i,
.homepage-test .ht-text-link:is(:hover, :focus-visible) i {
  transform: translateX(4px);
}

.homepage-test .ht-button--primary {
  background: var(--ht-lime);
  color: var(--ht-ink);
}

.homepage-test .ht-button--primary:hover {
  background: #9be347;
}

.homepage-test .ht-button--ghost {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(18, 22, 17, 0.22);
  color: var(--ht-white);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.homepage-test .ht-button--ghost:hover {
  border-color: var(--ht-white);
  background: var(--ht-white);
  color: var(--ht-ink);
}

.homepage-test .ht-text-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  padding: 9px 0 7px;
  border-bottom: 2px solid var(--ht-lime);
  color: var(--ht-ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.homepage-test .ht-text-link--light {
  color: var(--ht-white);
}

/* Actual header: transparent over the opening frame, materialised on scroll. */
.homepage-test .ht-header {
  position: fixed;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(20px, 3vw, 48px);
  align-items: center;
  min-height: var(--ht-header-height);
  padding: 10px max(24px, calc((100vw - 1440px) / 2));
  border-bottom-color: rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, rgba(10, 13, 10, 0.52), rgba(10, 13, 10, 0));
  transition: min-height 220ms ease, background-color 220ms ease, border-color 220ms ease,
    box-shadow 220ms ease;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.homepage-test .ht-header.is-scrolled,
.ht-menu-open .homepage-test .ht-header {
  min-height: 76px;
  border-bottom-color: rgba(23, 26, 23, 0.12);
  background: rgba(244, 241, 234, 0.96);
  box-shadow: 0 12px 36px rgba(14, 20, 12, 0.1);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.homepage-test .ht-header__brand {
  position: relative;
  display: block;
  width: clamp(136px, 11vw, 180px);
  height: 58px;
  text-decoration: none;
}

.homepage-test .ht-header__logo {
  position: absolute;
  inset: 50% auto auto 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
  transition: opacity 180ms ease;
}

.homepage-test .ht-header__logo--dark {
  opacity: 0;
}

.homepage-test .ht-header.is-scrolled .ht-header__logo--light,
.ht-menu-open .homepage-test .ht-header__logo--light {
  opacity: 0;
}

.homepage-test .ht-header.is-scrolled .ht-header__logo--dark,
.ht-menu-open .homepage-test .ht-header__logo--dark {
  opacity: 1;
}

.homepage-test .ht-header .ht-nav {
  justify-self: end;
  gap: clamp(14px, 1.45vw, 26px);
}

.homepage-test .ht-header .ht-nav a:not(.ht-button) {
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  white-space: nowrap;
}

.homepage-test .ht-header .ht-nav > a.site-header__cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 8px 17px;
  border-radius: 999px;
  background: var(--ht-lime);
  color: var(--ht-ink);
}

.homepage-test .ht-header .ht-nav > a.site-header__cta::after {
  display: none;
}

.homepage-test .ht-header.is-scrolled .ht-nav a:not(.ht-button),
.ht-menu-open .homepage-test .ht-header .ht-nav a:not(.ht-button) {
  color: var(--ht-ink);
}

.homepage-test .ht-header__menu {
  display: none;
  min-width: 48px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(18, 22, 17, 0.18);
  color: var(--ht-white);
  cursor: pointer;
}

.homepage-test .ht-header__menu i {
  font-size: 22px;
}

.homepage-test .ht-header__menu-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.homepage-test .ht-header.is-scrolled .ht-header__menu,
.ht-menu-open .homepage-test .ht-header__menu {
  border-color: var(--ht-line);
  background: transparent;
  color: var(--ht-ink);
}

.homepage-test .ht-agent-chip {
  display: grid;
  grid-template-columns: 42px auto 24px;
  gap: 11px;
  align-items: center;
  min-height: 58px;
  padding: 7px 12px 7px 7px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(12, 16, 12, 0.34);
  color: var(--ht-white);
  text-decoration: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.homepage-test .ht-agent-chip:hover {
  border-color: rgba(255, 255, 255, 0.62);
  transform: translateY(-1px);
}

.homepage-test .ht-agent-chip img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.homepage-test .ht-agent-chip span {
  display: grid;
  line-height: 1.2;
}

.homepage-test .ht-agent-chip strong {
  font-family: var(--ht-display);
  font-size: 12px;
}

.homepage-test .ht-agent-chip small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
}

.homepage-test .ht-agent-chip > i {
  color: var(--ht-lime);
  font-size: 21px;
}

.homepage-test .ht-header.is-scrolled .ht-agent-chip {
  border-color: var(--ht-line);
  background: var(--ht-white);
  color: var(--ht-ink);
}

.homepage-test .ht-header.is-scrolled .ht-agent-chip small {
  color: var(--ht-muted);
}

/* Hero and journey rail. */
.homepage-test .ht-hero {
  min-height: 100svh;
}

.homepage-test .ht-hero__media {
  z-index: 0;
}

.homepage-test .ht-hero__media img {
  filter: saturate(0.88) contrast(1.04);
  object-position: 50% 48%;
}

.homepage-test .ht-hero__veil {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 13, 10, 0.82) 0%, rgba(10, 13, 10, 0.35) 45%, rgba(10, 13, 10, 0.12) 72%),
    linear-gradient(0deg, rgba(10, 13, 10, 0.9) 0%, rgba(10, 13, 10, 0.06) 64%);
  pointer-events: none;
}

.homepage-test .ht-hero__content {
  position: relative;
  z-index: 3;
  display: flex;
  width: var(--ht-page);
  max-width: none;
  min-height: 100svh;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: calc(var(--ht-header-height) + 72px) min(30vw, 410px) clamp(92px, 11vh, 138px) 0;
}

.homepage-test .ht-hero__content > .ht-eyebrow {
  color: var(--ht-lime);
}

.homepage-test .ht-hero__content > .ht-eyebrow::before {
  background: currentColor;
}

.homepage-test .ht-hero__content h1 {
  max-width: 920px;
  font-size: clamp(54px, 7.4vw, 116px);
}

.homepage-test .ht-hero__lead {
  max-width: 620px;
}

.homepage-test .ht-journey {
  position: absolute;
  z-index: 4;
  right: max(24px, calc((100vw - 1440px) / 2));
  bottom: clamp(84px, 10vh, 128px);
  display: grid;
  width: min(290px, 24vw);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.homepage-test .ht-journey::before {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.62);
  content: "PROJÍT PROJEKTEM";
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.homepage-test .ht-journey a {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 58px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--ht-display);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 180ms ease, padding-left 180ms ease;
}

.homepage-test .ht-journey a span {
  position: relative;
  width: 28px;
  height: 1px;
  overflow: visible;
  background: rgba(255, 255, 255, 0.3);
}

.homepage-test .ht-journey a span::after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.homepage-test .ht-journey a:is(:hover, :focus-visible, .is-active) {
  padding-left: 6px;
  color: var(--ht-lime);
}

.homepage-test .ht-hero__scroll {
  position: absolute;
  z-index: 4;
  bottom: 26px;
  left: max(24px, calc((100vw - 1440px) / 2));
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.62);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.homepage-test .ht-hero__scroll i {
  color: var(--ht-lime);
  font-size: 22px;
}

.homepage-test .ht-visual-note {
  position: absolute;
  z-index: 4;
  right: max(24px, calc((100vw - 1440px) / 2));
  bottom: 28px;
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
}

/* Intro and benefits: one editorial field with ruled facts. */
.homepage-test .ht-intro {
  display: grid;
  grid-template-columns: minmax(260px, 4fr) minmax(0, 7fr);
  gap: 36px clamp(64px, 10vw, 160px);
  width: var(--ht-content);
  margin-inline: auto;
}

.homepage-test .ht-intro__heading h2 {
  margin-bottom: 0;
  font-size: clamp(46px, 6vw, 88px);
}

.homepage-test .ht-intro__copy {
  align-self: end;
  max-width: 650px;
  padding-bottom: 8px;
}

.homepage-test .ht-intro__copy h3 {
  margin-bottom: 18px;
  font-family: var(--ht-display);
  font-size: clamp(25px, 2.5vw, 38px);
  font-weight: 560;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.homepage-test .ht-intro__copy p {
  margin-bottom: 0;
  color: var(--ht-muted);
  font-size: clamp(16px, 1.3vw, 19px);
}

.homepage-test .ht-intro .ht-benefits {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(30px, 5vw, 68px);
  border-top: 1px solid var(--ht-line);
  border-left: 1px solid var(--ht-line);
}

.homepage-test .ht-intro .ht-benefit {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 6px 18px;
  padding: clamp(26px, 3.2vw, 44px);
  border: 0;
  border-right: 1px solid var(--ht-line);
  border-bottom: 1px solid var(--ht-line);
}

.homepage-test .ht-intro .ht-benefit > i {
  grid-row: 1 / span 2;
  color: var(--ht-lime-deep);
  font-size: 30px;
  line-height: 1;
}

.homepage-test .ht-intro .ht-benefit h3 {
  margin: 0;
  font-size: clamp(19px, 1.55vw, 24px);
}

.homepage-test .ht-intro .ht-benefit p {
  grid-column: 2;
  font-size: 13px;
  line-height: 1.55;
}

/* Project data. */
.homepage-test .ht-stats {
  display: grid;
  grid-template-columns: minmax(280px, 4fr) minmax(0, 8fr);
  gap: clamp(54px, 8vw, 120px);
  padding: clamp(72px, 8vw, 120px) max(24px, calc((100vw - 1160px) / 2));
  background: var(--ht-ink);
  color: var(--ht-white);
}

.homepage-test .ht-stats__intro h2 {
  margin-bottom: 0;
  font-family: var(--ht-display);
  font-size: clamp(36px, 4vw, 62px);
  font-weight: 520;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.homepage-test .ht-stats .ht-eyebrow {
  color: var(--ht-lime);
}

.homepage-test .ht-stats__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--ht-line-light);
  border-left: 1px solid var(--ht-line-light);
}

.homepage-test .ht-stats__grid > div {
  min-height: 150px;
  padding: 26px 28px;
  border-right: 1px solid var(--ht-line-light);
  border-bottom: 1px solid var(--ht-line-light);
}

.homepage-test .ht-stats__grid dt {
  margin-bottom: 9px;
  color: var(--ht-lime);
  font-family: var(--ht-display);
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 570;
  letter-spacing: -0.045em;
  line-height: 1;
}

.homepage-test .ht-stats__grid dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

/* Location: the information sits in the fade while the interactive SVG stays
   on the foreground plane supplied by home-amenities.css. */
.homepage-test .ht-location {
  min-height: 0;
  background: var(--ht-white);
  color: var(--ht-ink);
}

.homepage-test .ht-location .ht-section__head--overlay {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(260px, 4fr);
  gap: clamp(36px, 7vw, 100px);
  align-items: end;
  margin: 0 auto;
  padding-top: clamp(58px, 7vw, 106px);
  color: var(--ht-ink);
  pointer-events: none;
}

.homepage-test .ht-location .ht-section__head--overlay > .ht-eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
  color: var(--ht-lime-deep);
}

.homepage-test .ht-location .ht-section__head--overlay > h2 {
  grid-column: 1;
}

.homepage-test .ht-location .ht-section__head--overlay > p:last-child {
  grid-column: 2;
  grid-row: 2;
}

.homepage-test .ht-location .ht-section__head--overlay h2 {
  margin-bottom: 0;
  color: var(--ht-ink);
  font-size: clamp(38px, 4.8vw, 70px);
}

.homepage-test .ht-location .ht-section__head--overlay > p:last-child {
  padding-bottom: 6px;
  color: rgba(23, 26, 23, 0.7);
  font-size: 14px;
}

.homepage-test .ht-location__stage {
  min-height: 0;
  isolation: auto;
  background: var(--ht-white);
}

/* Let the tooltip's z-index participate in the section stacking order. Both
   wrappers used to create isolated stacking contexts, which trapped the
   tooltip beneath the absolutely positioned location heading. */
.homepage-test #brxe-dcnmqg #brxe-oeqgnf {
  isolation: auto;
}

.homepage-test #brxe-dcnmqg .amenity-tooltip {
  z-index: 12;
  grid-template-columns: minmax(0, 1fr);
  width: min(310px, calc(100vw - 32px));
  max-width: calc(100% - 24px);
  height: auto;
  min-width: 0;
  overflow: visible;
  line-height: 1.45;
}

.homepage-test #brxe-dcnmqg .amenity-tooltip > * {
  min-width: 0;
  overflow-wrap: anywhere;
}

.homepage-test #brxe-dcnmqg .amenity-tooltip__title,
.homepage-test #brxe-dcnmqg .amenity-tooltip__description {
  display: block;
}

.homepage-test #brxe-dcnmqg .amenity-tooltip__meta {
  align-items: flex-start;
}

.homepage-test #brxe-dcnmqg .amenity-tooltip__meta > span {
  display: inline-flex;
  width: auto;
  max-width: 100%;
  white-space: normal;
}

.homepage-test #brxe-dcnmqg #brxe-oeqgnf::after {
  z-index: 2;
  height: clamp(260px, 27vw, 470px);
  background: linear-gradient(
    to bottom,
    var(--ht-white) 0%,
    rgba(255, 255, 255, 0.98) 28%,
    rgba(255, 255, 255, 0.72) 56%,
    rgba(255, 255, 255, 0.16) 84%,
    transparent 100%
  );
}

.homepage-test .ht-noscript {
  width: var(--ht-content);
  margin: 0 auto;
  padding: 16px 0;
  color: var(--ht-muted);
  font-size: 13px;
}

/* Client changes. */
.homepage-test .ht-personalize {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(360px, 5fr);
  min-height: clamp(680px, 62vw, 880px);
}

.homepage-test .ht-personalize__media {
  min-height: inherit;
}

.homepage-test .ht-personalize__media img {
  width: 100%;
  height: 100%;
}

.homepage-test .ht-personalize__media > p {
  position: absolute;
  z-index: 3;
  bottom: 18px;
  left: 22px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
}

.homepage-test .ht-personalize__content > p:not(.ht-eyebrow):first-of-type {
  max-width: 540px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.homepage-test .ht-check-list {
  display: grid;
  margin: 34px 0 30px;
  padding: 0;
  border-bottom: 1px solid var(--ht-line-light);
  list-style: none;
}

.homepage-test .ht-check-list li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 13px;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid var(--ht-line-light);
  font-size: 14px;
}

.homepage-test .ht-check-list i {
  color: var(--ht-lime);
  font-size: 25px;
}

.homepage-test .ht-personalize__urgency {
  max-width: 530px;
  margin-bottom: 28px;
  padding-left: 18px;
  border-left: 3px solid var(--ht-lime);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.homepage-test .ht-personalize .ht-text-link {
  border-bottom-color: var(--ht-lime);
  color: var(--ht-white);
}

.homepage-test .ht-personalize .ht-text-link i {
  color: var(--ht-lime);
}

/* Purchase process. */
.homepage-test .ht-process {
  width: 100%;
  padding-inline: max(24px, calc((100vw - 1160px) / 2));
}

.homepage-test .ht-process .ht-section__head {
  width: 100%;
}

.homepage-test .ht-process__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.homepage-test .ht-process__steps::before {
  position: absolute;
  top: 22px;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--ht-line);
  content: "";
}

.homepage-test .ht-process__steps li {
  position: relative;
  padding: 66px clamp(18px, 2.4vw, 38px) 0 0;
}

.homepage-test .ht-process__steps li::before {
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 0;
  width: 17px;
  height: 17px;
  border: 4px solid var(--ht-white);
  border-radius: 50%;
  background: var(--ht-lime);
  box-shadow: 0 0 0 1px var(--ht-lime);
  content: "";
}

.homepage-test .ht-process__steps li > span {
  display: block;
  margin-bottom: 14px;
  color: var(--ht-lime-deep);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  font-weight: 800;
}

.homepage-test .ht-process__steps h3 {
  margin-bottom: 11px;
  font-family: var(--ht-display);
  font-size: clamp(19px, 1.7vw, 26px);
  font-weight: 570;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.homepage-test .ht-process__steps p {
  margin-bottom: 0;
  color: var(--ht-muted);
  font-size: 13px;
  line-height: 1.58;
}

/* Apartment discovery. */
.homepage-test .ht-apartments {
  padding-block: var(--ht-section);
}

.homepage-test .ht-apartments__intro {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(280px, 4fr);
  gap: clamp(44px, 7vw, 100px);
  align-items: end;
  width: var(--ht-content);
  margin: 0 auto clamp(44px, 6vw, 72px);
}

.homepage-test .ht-apartments__intro .ht-eyebrow,
.homepage-test .ht-apartments__intro h2 {
  grid-column: 1;
}

.homepage-test .ht-apartments__intro h2 {
  margin-bottom: 0;
}

.homepage-test .ht-apartments__intro > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin-bottom: 5px;
  color: var(--ht-muted);
  font-size: 16px;
}

.homepage-test .ht-apartments__switch {
  display: flex;
  width: var(--ht-page);
  margin: 0 auto 24px;
  border-bottom: 1px solid var(--ht-line);
}

.homepage-test .ht-apartments__switch button {
  position: relative;
  min-height: 54px;
  padding: 13px 24px;
  border: 0;
  background: transparent;
  color: var(--ht-muted);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.homepage-test .ht-apartments__switch button::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: var(--ht-lime);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.homepage-test .ht-apartments__switch button:is(:hover, .is-active, [aria-selected="true"]) {
  color: var(--ht-ink);
}

.homepage-test .ht-apartments__switch button:is(.is-active, [aria-selected="true"])::after {
  transform: scaleX(1);
}

.homepage-test .ht-apartments__panel,
.homepage-test .ht-apartments__footer {
  width: var(--ht-page);
  margin-inline: auto;
}

.homepage-test .ht-building-picker {
  display: grid;
  grid-template-columns: minmax(0, 8.4fr) minmax(280px, 3.6fr);
  min-height: 620px;
  background: var(--ht-ink);
  color: var(--ht-white);
}

.homepage-test .ht-building-picker__image {
  position: relative;
  z-index: 0;
  isolation: isolate;
  overflow: hidden;
}

.homepage-test .ht-building-picker__image::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(90deg, transparent 68%, rgba(10, 13, 10, 0.38));
  content: "";
  pointer-events: none;
}

.homepage-test .ht-building-picker__image img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homepage-test .ht-building-picker__image p {
  position: absolute;
  z-index: 3;
  bottom: 16px;
  left: 18px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
}

.homepage-test .ht-building-picker__controls {
  position: relative;
  z-index: 4;
  display: grid;
  align-content: center;
  padding: clamp(32px, 4vw, 58px);
}

.homepage-test .ht-building-picker__controls > p {
  margin-bottom: 22px;
  color: var(--ht-lime);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.homepage-test .ht-building-picker__controls button {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border: 0;
  border-top: 1px solid var(--ht-line-light);
  background: transparent;
  color: var(--ht-white);
  font-family: var(--ht-display);
  font-size: 22px;
  font-weight: 560;
  text-align: left;
  cursor: pointer;
  transition: color 180ms ease, padding 180ms ease;
}

.homepage-test .ht-building-picker__controls button:last-child {
  border-bottom: 1px solid var(--ht-line-light);
}

.homepage-test .ht-building-picker__controls button:is(:hover, :focus-visible, .is-active, [aria-pressed="true"]) {
  padding-inline: 12px;
  color: var(--ht-lime);
}

.homepage-test .ht-building-picker__controls small {
  color: rgba(255, 255, 255, 0.52);
  font-family: var(--ht-body);
  font-size: 11px;
  font-weight: 500;
}

.homepage-test .ht-apartments__panel > .ht-filters {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-bottom: 0;
}

.homepage-test .ht-filters > label {
  display: grid;
  gap: 8px;
  color: var(--ht-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.homepage-test .ht-filters select {
  width: 100%;
  min-height: 50px;
  padding: 10px 36px 10px 12px;
  border: 1px solid var(--ht-line);
  border-radius: 0;
  background: var(--ht-white);
  color: var(--ht-ink);
  font-size: 13px;
  text-transform: none;
}

.homepage-test .ht-filters select:disabled {
  color: var(--ht-muted);
  cursor: not-allowed;
  opacity: 0.65;
}

.homepage-test .ht-filters__meta {
  margin: 0;
  padding: 15px 22px;
  border-bottom: 1px solid var(--ht-line);
  color: var(--ht-muted);
  font-size: 12px;
}

.homepage-test .ht-filters__meta strong {
  color: var(--ht-ink);
}

.homepage-test .ht-table-wrap {
  min-width: 0;
  overflow-x: auto;
  background: var(--ht-white);
  scrollbar-width: thin;
  scrollbar-color: var(--ht-lime) var(--ht-off-white);
}

.homepage-test .ht-table {
  width: 100%;
  min-width: 940px;
  border-collapse: collapse;
  color: var(--ht-ink);
  font-size: 13px;
}

.homepage-test .ht-table th {
  padding: 16px 18px;
  border-bottom: 1px solid var(--ht-ink);
  color: var(--ht-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

.homepage-test .ht-table td {
  padding: 19px 18px;
  border-bottom: 1px solid var(--ht-line);
  vertical-align: middle;
  white-space: nowrap;
}

.homepage-test .ht-table tbody tr {
  transition: background-color 160ms ease;
}

.homepage-test .ht-table tbody tr:hover {
  background: rgba(134, 213, 36, 0.1);
}

.homepage-test .ht-table a {
  font-weight: 800;
}

.homepage-test .ht-apartment__detail a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration-color: var(--ht-lime-deep);
}

.homepage-test .ht-status[data-status*="rezerv"]::before {
  background: #d99c32;
}

.homepage-test .ht-status[data-status*="prodan"]::before,
.homepage-test .ht-status[data-status*="sold"]::before {
  background: #a3aaa1;
}

.homepage-test .ht-apartments__state {
  margin: 0;
  padding: 24px;
  border: 1px solid var(--ht-line);
  border-top: 0;
  background: var(--ht-white);
  color: var(--ht-muted);
  font-size: 13px;
  text-align: center;
}

.homepage-test .ht-apartments__state[data-state="error"] {
  color: #8d2e27;
}

.homepage-test .ht-apartment-card {
  padding: 24px;
  border-bottom: 1px solid var(--ht-line);
  background: var(--ht-white);
}

.homepage-test .ht-apartment-card h3 {
  margin-bottom: 18px;
  font-family: var(--ht-display);
  font-size: 23px;
}

.homepage-test .ht-apartment-card__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.homepage-test .ht-apartment-card__facts > div {
  display: grid;
  gap: 2px;
}

.homepage-test .ht-apartment-card__facts small {
  color: var(--ht-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.homepage-test .ht-apartment-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--ht-line);
}

.homepage-test .ht-apartments__footer {
  display: flex;
  justify-content: flex-end;
  padding-top: 28px;
}

/* Standards: material copy beside a controlled, foreground-safe visual. */
.homepage-test .ht-standards {
  display: grid;
  grid-template-columns: minmax(320px, 5fr) minmax(0, 7fr);
  gap: clamp(60px, 9vw, 140px);
  align-items: center;
  padding: var(--ht-section) max(24px, calc((100vw - 1160px) / 2));
}

.homepage-test .ht-standards__copy > p:not(.ht-eyebrow) {
  max-width: 540px;
  color: var(--ht-muted);
  font-size: 17px;
}

.homepage-test .ht-inline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 34px 0 32px;
  padding: 0;
  border-top: 1px solid var(--ht-line);
  border-left: 1px solid var(--ht-line);
  list-style: none;
}

.homepage-test .ht-inline-list li {
  padding: 10px 13px;
  border-right: 1px solid var(--ht-line);
  border-bottom: 1px solid var(--ht-line);
  color: var(--ht-moss);
  font-size: 11px;
  font-weight: 700;
}

.homepage-test .ht-standards__visual {
  position: relative;
  z-index: 0;
  min-width: 0;
  min-height: 670px;
  isolation: isolate;
  overflow: hidden;
  background: var(--ht-ink);
}

.homepage-test .ht-standards__visual::after {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 7px;
  background: var(--ht-lime);
  content: "";
  pointer-events: none;
}

.homepage-test .ht-standards__tabs {
  position: absolute;
  z-index: 5;
  top: 22px;
  left: 22px;
  display: flex;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(17, 20, 16, 0.54);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.homepage-test .ht-standards__tabs button {
  min-width: 82px;
  min-height: 42px;
  padding: 9px 17px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.homepage-test .ht-standards__tabs button:is(:hover, .is-active, [aria-selected="true"]) {
  background: var(--ht-lime);
  color: var(--ht-ink);
}

.homepage-test .ht-standards__visual figure {
  position: absolute;
  z-index: 0;
  inset: 0;
  height: 100%;
  margin: 0;
}

.homepage-test .ht-standards__visual figure[hidden] {
  display: none;
}

.homepage-test .ht-standards__visual figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homepage-test .ht-standards__visual figcaption {
  position: absolute;
  z-index: 4;
  right: 22px;
  bottom: 24px;
  padding: 8px 11px;
  background: rgba(17, 20, 16, 0.66);
  color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Schedule. */
.homepage-test .ht-schedule {
  padding-inline: max(24px, calc((100vw - 1160px) / 2));
  background: var(--ht-off-white);
}

.homepage-test .ht-schedule .ht-section__head {
  width: 100%;
}

.homepage-test .ht-schedule__line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ht-ink);
  list-style: none;
}

.homepage-test .ht-schedule__line li {
  display: grid;
  min-height: 210px;
  align-content: start;
  padding: 22px clamp(16px, 2vw, 30px) 28px 0;
  border-right: 1px solid var(--ht-line);
}

.homepage-test .ht-schedule__line li:not(:first-child) {
  padding-left: clamp(16px, 2vw, 30px);
}

.homepage-test .ht-schedule__line span {
  margin-bottom: 44px;
  color: var(--ht-lime-deep);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  font-weight: 800;
}

.homepage-test .ht-schedule__line strong {
  font-family: var(--ht-display);
  font-size: clamp(17px, 1.4vw, 22px);
  font-weight: 600;
  line-height: 1.2;
}

.homepage-test .ht-schedule__line small {
  margin-top: 9px;
  color: var(--ht-muted);
  font-size: 11px;
}

/* Financing calculator. */
.homepage-test .ht-finance {
  display: grid;
  grid-template-columns: minmax(300px, 5fr) minmax(0, 7fr);
  gap: clamp(60px, 10vw, 150px);
  align-items: center;
  padding: var(--ht-section) max(24px, calc((100vw - 1160px) / 2));
  overflow: hidden;
  background: var(--ht-moss);
  color: var(--ht-white);
}

.homepage-test .ht-finance .ht-eyebrow {
  color: var(--ht-lime);
}

.homepage-test .ht-finance__copy > p:not(.ht-eyebrow) {
  max-width: 540px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
}

.homepage-test .ht-calculator {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: clamp(28px, 4vw, 54px);
  border-top: 7px solid var(--ht-lime);
  background: var(--ht-off-white);
  color: var(--ht-ink);
  box-shadow: var(--ht-shadow);
}

.homepage-test .ht-calculator > label {
  display: grid;
  gap: 8px;
  color: var(--ht-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.homepage-test .ht-calculator label > span {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  border: 1px solid var(--ht-line);
  background: var(--ht-white);
}

.homepage-test .ht-calculator input {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  padding: 12px 14px;
  border: 0;
  background: transparent;
  color: var(--ht-ink);
}

.homepage-test .ht-calculator em {
  padding: 0 14px;
  color: var(--ht-muted);
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
}

.homepage-test .ht-calculator__row {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.homepage-test .ht-calculator__row > label {
  display: grid;
  gap: 8px;
  color: var(--ht-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.homepage-test .ht-calculator__result {
  display: grid;
  grid-column: 1 / -1;
  gap: 5px;
  margin-top: 6px;
  padding: 25px 0 2px;
  border-top: 1px solid var(--ht-line);
}

.homepage-test .ht-calculator__result span {
  color: var(--ht-muted);
  font-size: 11px;
}

.homepage-test .ht-calculator__result strong {
  color: var(--ht-moss);
  font-family: var(--ht-display);
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1;
}

.homepage-test .ht-calculator > p,
.homepage-test .ht-finance__note,
.homepage-test .ht-finance__error {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--ht-muted);
  font-size: 10px;
}

.homepage-test .ht-finance__error:not(:empty) {
  color: #9d3229;
  font-size: 12px;
}

/* Gallery markup uses direct links as editorial image tiles. */
.homepage-test .ht-gallery {
  padding: var(--ht-section) max(24px, calc((100vw - 1440px) / 2));
}

.homepage-test .ht-gallery > .ht-section__head {
  width: 100%;
}

.homepage-test .ht-gallery > .ht-section__head > p:last-child {
  color: rgba(255, 255, 255, 0.64);
}

.homepage-test .ht-gallery__grid > a {
  position: relative;
  z-index: 0;
  grid-column: span 4;
  grid-row: span 3;
  isolation: isolate;
  overflow: hidden;
  background: var(--ht-moss);
  color: var(--ht-white);
  text-decoration: none;
}

.homepage-test .ht-gallery__grid > a:nth-child(1) {
  grid-column: span 7;
  grid-row: span 5;
}

.homepage-test .ht-gallery__grid > a:nth-child(2) {
  grid-column: span 5;
  grid-row: span 3;
}

.homepage-test .ht-gallery__grid > a:nth-child(3) {
  grid-column: span 5;
  grid-row: span 2;
}

.homepage-test .ht-gallery__grid > a img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 300ms ease, transform 520ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.homepage-test .ht-gallery__grid > a::after {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 48%;
  background: linear-gradient(0deg, rgba(10, 13, 10, 0.8), transparent);
  content: "";
  pointer-events: none;
}

.homepage-test .ht-gallery__grid > a:hover img {
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.035);
}

.homepage-test .ht-gallery__grid > a > span,
.homepage-test .ht-gallery__grid > a > small {
  position: absolute;
  z-index: 4;
  right: 22px;
  left: 22px;
}

.homepage-test .ht-gallery__grid > a > span {
  bottom: 38px;
  font-family: var(--ht-display);
  font-size: clamp(21px, 2.2vw, 32px);
  font-weight: 600;
  letter-spacing: -0.035em;
}

.homepage-test .ht-gallery__grid > a > small {
  bottom: 18px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 9px;
}

.homepage-test .ht-gallery > .ht-button {
  margin-top: 34px;
}

/* FAQ uses buttons + controlled regions rather than native details. */
.homepage-test .ht-faq {
  display: grid;
  grid-template-columns: minmax(270px, 4fr) minmax(0, 7fr);
  gap: clamp(64px, 10vw, 160px);
  width: var(--ht-content);
  margin-inline: auto;
}

.homepage-test .ht-faq > .ht-section__head {
  position: sticky;
  top: 116px;
  width: auto;
  margin: 0;
}

.homepage-test .ht-faq__list article {
  border-top: 1px solid var(--ht-line);
}

.homepage-test .ht-faq__list article:last-child {
  border-bottom: 1px solid var(--ht-line);
}

.homepage-test .ht-faq__list h3 {
  margin: 0;
}

.homepage-test .ht-faq__list h3 > button {
  display: grid;
  width: 100%;
  min-height: 86px;
  grid-template-columns: 1fr 42px;
  gap: 22px;
  align-items: center;
  padding: 18px 0;
  border: 0;
  background: transparent;
  color: var(--ht-ink);
  font-family: var(--ht-display);
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 570;
  letter-spacing: -0.025em;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
}

.homepage-test .ht-faq__list h3 > button i {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--ht-line);
  border-radius: 50%;
  font-size: 23px;
  transition: background-color 180ms ease, transform 180ms ease;
}

.homepage-test .ht-faq__list h3 > button:is(.is-open, [aria-expanded="true"]) i {
  background: var(--ht-lime);
  transform: rotate(45deg);
}

.homepage-test .ht-faq__list article > div {
  max-width: 720px;
  padding: 0 62px 28px 0;
  color: var(--ht-muted);
  font-size: 14px;
}

.homepage-test .ht-faq__list article > div p {
  margin-bottom: 0;
}

/* Contact and lead form. */
.homepage-test .ht-contact {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(420px, 6fr);
  gap: clamp(54px, 8vw, 120px);
  align-items: center;
  padding: var(--ht-section) max(24px, calc((100vw - 1440px) / 2));
}

.homepage-test .ht-contact__person {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(260px, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  margin: 0;
  padding: 0;
  border: 0;
}

.homepage-test .ht-contact__person img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 0;
  filter: saturate(0.88);
}

.homepage-test .ht-contact__person h2 {
  margin-bottom: 18px;
  font-size: clamp(42px, 4.5vw, 68px);
}

.homepage-test .ht-contact__person > div > p:not(.ht-eyebrow) {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.homepage-test .ht-contact__links {
  display: grid;
  margin-top: 28px;
  border-bottom: 1px solid var(--ht-line-light);
}

.homepage-test .ht-contact__links a {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 13px 0;
  border-top: 1px solid var(--ht-line-light);
  color: var(--ht-white);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.homepage-test .ht-contact__links i {
  color: var(--ht-lime);
  font-size: 20px;
}

.homepage-test .ht-contact__form {
  display: block;
}

.homepage-test .ht-contact__form .ht-eyebrow {
  color: var(--ht-moss);
}

.homepage-test .ht-contact__form h2 {
  color: var(--ht-ink);
  font-size: clamp(34px, 3.8vw, 54px);
}

.homepage-test .ht-contact__form > label:not(.ht-consent),
.homepage-test .ht-form-grid > label {
  display: grid;
  gap: 7px;
  color: var(--ht-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.homepage-test .ht-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
  margin: 28px 0 17px;
}

.homepage-test .ht-contact__form > label:not(.ht-consent) {
  margin-bottom: 18px;
}

.homepage-test .ht-contact :where(input, select, textarea) {
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}

.homepage-test .ht-contact :where(input, select, textarea)[aria-invalid="true"] {
  border-color: #a73930;
}

.homepage-test .ht-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  margin: 8px 0 22px;
  color: var(--ht-muted);
  font-size: 11px;
  line-height: 1.5;
}

.homepage-test .ht-consent input {
  width: 17px;
  height: 17px;
  min-height: 0;
  margin-top: 2px;
  accent-color: var(--ht-lime-deep);
}

.homepage-test .ht-field-error {
  display: block;
  margin-top: 2px;
  color: #a73930;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.homepage-test .ht-form-status,
.homepage-test .ht-contact-form__status {
  min-height: 20px;
  margin: 13px 0 0;
  color: var(--ht-muted);
  font-size: 12px;
}

.homepage-test :is(.ht-form-status, .ht-contact-form__status)[data-state="success"] {
  color: #356d18;
  font-weight: 700;
}

.homepage-test :is(.ht-form-status, .ht-contact-form__status)[data-state="error"] {
  color: #a73930;
}

/* Footer's direct children form the column system. */
.homepage-test .ht-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) repeat(3, minmax(150px, 0.75fr));
  gap: clamp(36px, 5vw, 80px);
  padding: 78px max(24px, calc((100vw - 1440px) / 2)) 30px;
}

.homepage-test .ht-footer > div:not(.ht-footer__bottom) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
}

.homepage-test .ht-footer > div:not(.ht-footer__bottom) h2 {
  margin: 0 0 12px;
  color: var(--ht-lime);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.homepage-test .ht-footer > div:not(.ht-footer__bottom) > :where(span, a) {
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
}

.homepage-test .ht-footer > div:not(.ht-footer__bottom) > a:hover {
  color: var(--ht-white);
}

.homepage-test .ht-footer__bottom {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 18px;
  margin-inline: 0;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.homepage-test .ht-footer__bottom a {
  color: inherit;
  text-decoration: none;
}

.homepage-test .ht-footer__bottom a:hover {
  color: var(--ht-white);
}

.homepage-test .ht-footer__bottom span:first-child {
  margin-right: auto;
}

/* Actual mobile CTA is a two-action dock. */
.homepage-test .ht-mobile-cta {
  min-height: 0;
  padding: 5px;
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(23, 26, 23, 0.94);
  color: var(--ht-white);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.homepage-test .ht-mobile-cta a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.homepage-test .ht-mobile-cta a:last-child {
  background: var(--ht-lime);
  color: var(--ht-ink);
}

/* Scroll reveal is opt-in only after the script has marked the document. */
.ht-js .homepage-test [data-ht-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 620ms ease var(--ht-reveal-delay, 0ms),
    transform 720ms cubic-bezier(0.2, 0.75, 0.2, 1) var(--ht-reveal-delay, 0ms);
}

.ht-js .homepage-test [data-ht-reveal].is-revealed {
  opacity: 1;
  transform: none;
}

@media (max-width: 1200px) {
  .homepage-test .ht-header {
    padding-inline: 24px;
  }

  .homepage-test .ht-agent-chip {
    grid-template-columns: 40px 22px;
  }

  .homepage-test .ht-agent-chip span {
    display: none;
  }

  .homepage-test .ht-hero__content {
    padding-right: min(30vw, 340px);
  }

  .homepage-test .ht-journey {
    right: 24px;
  }

  .homepage-test .ht-hero__scroll {
    left: 24px;
  }

  .homepage-test .ht-visual-note {
    right: 24px;
  }

  .homepage-test .ht-apartments__panel > .ht-filters {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .homepage-test .ht-contact {
    grid-template-columns: minmax(0, 5fr) minmax(390px, 6fr);
  }

  .homepage-test .ht-contact__person {
    grid-template-columns: 150px 1fr;
  }
}

@media (max-width: 900px) {
  .homepage-test {
    --ht-header-height: 76px;
  }

  .homepage-test .ht-header {
    grid-template-columns: auto 1fr auto;
    min-height: var(--ht-header-height);
    padding: 8px 20px;
  }

  .homepage-test .ht-header__brand {
    width: 148px;
    height: 54px;
  }

  .homepage-test .ht-header__menu {
    display: inline-flex;
    grid-column: 3;
  }

  .homepage-test .ht-agent-chip {
    display: none;
  }

  .homepage-test .ht-header .ht-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    max-height: calc(100svh - var(--ht-header-height));
    padding: 12px 20px 24px;
    overflow-y: auto;
    border-top: 1px solid var(--ht-line);
    background: rgba(244, 241, 234, 0.98);
    box-shadow: 0 26px 44px rgba(14, 20, 12, 0.16);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    visibility: hidden;
  }

  .homepage-test .ht-header .ht-nav:is(.is-open, [data-open="true"]) {
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }

  .homepage-test .ht-header .ht-nav a:not(.ht-button) {
    min-height: 48px;
    padding: 13px 4px;
    border-bottom: 1px solid var(--ht-line);
    color: var(--ht-ink);
    font-size: 14px;
  }

  .homepage-test .ht-hero__content {
    min-height: 100svh;
    padding: 150px 0 148px;
  }

  .homepage-test .ht-hero__content h1 {
    font-size: clamp(52px, 10vw, 84px);
  }

  .homepage-test .ht-journey {
    right: 20px;
    bottom: 32px;
    left: 20px;
    width: auto;
    grid-template-columns: repeat(3, 1fr);
  }

  .homepage-test .ht-journey::before {
    display: none;
  }

  .homepage-test .ht-journey a {
    grid-template-columns: 18px 1fr;
    padding-right: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    font-size: 12px;
  }

  .homepage-test .ht-journey a + a {
    padding-left: 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.28);
  }

  .homepage-test .ht-journey a span {
    width: 18px;
  }

  .homepage-test .ht-hero__scroll,
  .homepage-test .ht-visual-note {
    display: none;
  }

  .homepage-test .ht-intro,
  .homepage-test .ht-stats,
  .homepage-test .ht-apartments__intro,
  .homepage-test .ht-standards,
  .homepage-test .ht-finance,
  .homepage-test .ht-faq,
  .homepage-test .ht-contact {
    grid-template-columns: 1fr;
  }

  .homepage-test .ht-intro__copy {
    align-self: auto;
  }

  .homepage-test .ht-intro .ht-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
  }

  .homepage-test .ht-stats {
    gap: 46px;
  }

  .homepage-test .ht-location .ht-section__head--overlay {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .homepage-test .ht-location .ht-section__head--overlay > p:last-child {
    display: none;
  }

  .homepage-test .ht-personalize {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .homepage-test .ht-personalize__media {
    min-height: min(78vw, 660px);
  }

  .homepage-test .ht-personalize__media::after {
    top: auto;
    width: auto;
    height: 8px;
  }

  .homepage-test .ht-personalize__content {
    padding: 72px max(20px, calc((100vw - 720px) / 2)) 84px;
  }

  .homepage-test .ht-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 30px;
  }

  .homepage-test .ht-process__steps::before {
    display: none;
  }

  .homepage-test .ht-process__steps li {
    padding: 40px 24px 0 0;
    border-top: 1px solid var(--ht-line);
  }

  .homepage-test .ht-process__steps li::before {
    top: -9px;
  }

  .homepage-test .ht-apartments__intro .ht-eyebrow,
  .homepage-test .ht-apartments__intro h2,
  .homepage-test .ht-apartments__intro > p:last-child {
    grid-column: 1;
    grid-row: auto;
  }

  .homepage-test .ht-building-picker {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .homepage-test .ht-building-picker__image {
    min-height: min(64vw, 560px);
  }

  .homepage-test .ht-building-picker__image::after {
    background: linear-gradient(0deg, rgba(10, 13, 10, 0.48), transparent 38%);
  }

  .homepage-test .ht-building-picker__controls {
    grid-template-columns: repeat(5, 1fr);
    gap: 1px;
    padding: 24px;
  }

  .homepage-test .ht-building-picker__controls > p {
    grid-column: 1 / -1;
  }

  .homepage-test .ht-building-picker__controls button {
    display: grid;
    min-height: 78px;
    justify-items: center;
    padding: 10px 6px;
    border: 1px solid var(--ht-line-light);
    font-size: 17px;
    text-align: center;
  }

  .homepage-test .ht-building-picker__controls button:is(:hover, :focus-visible, .is-active, [aria-pressed="true"]) {
    padding-inline: 6px;
    background: rgba(134, 213, 36, 0.12);
  }

  .homepage-test .ht-building-picker__controls small {
    font-size: 9px;
  }

  .homepage-test .ht-standards {
    gap: 48px;
  }

  .homepage-test .ht-standards__visual {
    min-height: min(105vw, 720px);
  }

  .homepage-test .ht-schedule__line {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .homepage-test .ht-schedule__line li:nth-child(n + 4) {
    border-top: 1px solid var(--ht-line);
  }

  .homepage-test .ht-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 230px;
  }

  .homepage-test .ht-gallery__grid > a:nth-child(n) {
    grid-column: span 1;
    grid-row: span 1;
  }

  .homepage-test .ht-gallery__grid > a:first-child {
    grid-column: 1 / -1;
    grid-row: span 2;
  }

  .homepage-test .ht-faq > .ht-section__head {
    position: static;
    margin-bottom: 12px;
  }

  .homepage-test .ht-contact {
    gap: 58px;
  }

  .homepage-test .ht-contact__person {
    grid-template-columns: minmax(180px, 0.55fr) 1fr;
  }

  .homepage-test .ht-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .homepage-test .ht-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .homepage-test {
    --ht-header-height: 70px;
  }

  .homepage-test .ht-header {
    padding-inline: 14px;
  }

  .homepage-test .ht-header__brand {
    width: 132px;
    height: 50px;
  }

  .homepage-test .ht-header__menu {
    min-width: 44px;
    min-height: 44px;
    padding: 0 11px;
  }

  .homepage-test .ht-header__menu-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }

  .homepage-test .ht-hero__media img {
    object-position: 55% center;
  }

  .homepage-test .ht-hero__content {
    width: calc(100% - 28px);
    padding: 116px 0 154px;
  }

  .homepage-test .ht-hero__content h1 {
    font-size: clamp(45px, 13vw, 64px);
    line-height: 0.94;
  }

  .homepage-test .ht-actions {
    width: 100%;
  }

  .homepage-test .ht-actions .ht-button {
    width: 100%;
  }

  .homepage-test .ht-journey {
    right: 14px;
    bottom: 24px;
    left: 14px;
  }

  .homepage-test .ht-journey a {
    min-height: 52px;
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 8px 4px;
    font-size: 10px;
  }

  .homepage-test .ht-journey a + a {
    padding-left: 4px;
  }

  .homepage-test .ht-journey a span {
    width: 34px;
  }

  .homepage-test :where(.ht-intro, .ht-process, .ht-schedule, .ht-faq) h2,
  .homepage-test :where(.ht-apartments, .ht-standards, .ht-finance, .ht-gallery, .ht-contact) h2,
  .homepage-test .ht-section__head h2 {
    font-size: clamp(37px, 11.5vw, 54px);
  }

  .homepage-test .ht-intro {
    gap: 30px;
  }

  .homepage-test .ht-intro .ht-benefits {
    grid-template-columns: 1fr;
  }

  .homepage-test .ht-intro .ht-benefit {
    padding: 26px 20px;
  }

  .homepage-test .ht-stats {
    padding-inline: 14px;
  }

  .homepage-test .ht-stats__grid {
    grid-template-columns: 1fr;
  }

  .homepage-test .ht-stats__grid > div {
    min-height: 124px;
  }

  .homepage-test .ht-location .ht-section__head--overlay {
    width: calc(100% - 28px);
    padding-top: 38px;
  }

  .homepage-test .ht-location .ht-section__head--overlay > h2 {
    grid-column: 1;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .homepage-test .ht-location {
    z-index: 20;
    overflow: visible;
  }

  .homepage-test #brxe-dcnmqg.ht-location__stage {
    overflow: visible;
  }

  .homepage-test .ht-location .ht-section__head--overlay h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .homepage-test #brxe-dcnmqg #brxe-oeqgnf::after {
    height: 260px;
  }

  .homepage-test #brxe-dcnmqg .amenities-background {
    min-height: 0;
    aspect-ratio: 3417 / 2279;
  }

  .homepage-test #brxe-dcnmqg .amenities-background img {
    object-fit: fill;
  }

  .homepage-test #brxe-dcnmqg .amenity-tooltip {
    position: fixed;
    z-index: 130;
    top: auto !important;
    right: 12px;
    bottom: calc(78px + env(safe-area-inset-bottom));
    left: 12px !important;
    width: auto;
    max-width: none;
    padding: 14px 15px;
    transform: translateY(10px) scale(0.98);
    transform-origin: bottom center;
  }

  .homepage-test #brxe-dcnmqg .amenity-tooltip.is-visible {
    transform: none;
  }

  .homepage-test .ht-personalize__media {
    min-height: 108vw;
  }

  .homepage-test .ht-personalize__content {
    padding: 62px 20px 74px;
  }

  .homepage-test .ht-process,
  .homepage-test .ht-schedule {
    padding-inline: 14px;
  }

  .homepage-test .ht-process__steps {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .homepage-test .ht-apartments__switch {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .homepage-test .ht-apartments__switch button {
    padding-inline: 10px;
    font-size: 11px;
  }

  .homepage-test .ht-building-picker__image {
    min-height: 74vw;
  }

  .homepage-test .ht-building-picker__controls {
    grid-template-columns: repeat(2, 1fr);
    padding: 18px 14px 22px;
  }

  .homepage-test .ht-building-picker__controls > p,
  .homepage-test .ht-building-picker__controls button:last-child {
    grid-column: 1 / -1;
  }

  .homepage-test .ht-apartments__panel > .ht-filters {
    grid-template-columns: 1fr;
    padding: 18px 0;
    background: transparent;
  }

  .homepage-test .ht-filters__meta {
    padding-inline: 0;
  }

  .homepage-test .ht-table {
    min-width: 880px;
  }

  .homepage-test .ht-apartments__footer {
    justify-content: stretch;
  }

  .homepage-test .ht-apartments__footer .ht-button {
    width: 100%;
  }

  .homepage-test .ht-standards,
  .homepage-test .ht-finance,
  .homepage-test .ht-gallery,
  .homepage-test .ht-contact {
    padding-inline: 14px;
  }

  .homepage-test .ht-standards__visual {
    min-height: 118vw;
  }

  .homepage-test .ht-standards__tabs {
    top: 14px;
    left: 14px;
  }

  .homepage-test .ht-schedule__line {
    grid-template-columns: 1fr;
  }

  .homepage-test .ht-schedule__line li {
    min-height: 0;
    grid-template-columns: 42px 1fr;
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--ht-line);
  }

  .homepage-test .ht-schedule__line li:not(:first-child) {
    padding-left: 0;
  }

  .homepage-test .ht-schedule__line span {
    grid-row: 1 / span 2;
    margin: 2px 0 0;
  }

  .homepage-test .ht-schedule__line small {
    grid-column: 2;
  }

  .homepage-test .ht-calculator,
  .homepage-test .ht-calculator__row {
    grid-template-columns: 1fr;
  }

  .homepage-test .ht-calculator {
    padding: 26px 20px;
  }

  .homepage-test .ht-gallery__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .homepage-test .ht-gallery__grid > a:nth-child(n) {
    grid-column: 1;
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .homepage-test .ht-gallery__grid > a:first-child {
    aspect-ratio: 3 / 4;
  }

  .homepage-test .ht-faq {
    gap: 28px;
  }

  .homepage-test .ht-faq__list h3 > button {
    min-height: 74px;
    grid-template-columns: 1fr 38px;
    font-size: 18px;
  }

  .homepage-test .ht-faq__list h3 > button i {
    width: 36px;
    height: 36px;
  }

  .homepage-test .ht-faq__list article > div {
    padding-right: 0;
  }

  .homepage-test .ht-contact__person {
    grid-template-columns: 112px 1fr;
    align-items: start;
  }

  .homepage-test .ht-contact__person h2 {
    font-size: 38px;
  }

  .homepage-test .ht-contact__person > div > p:not(.ht-eyebrow) {
    grid-column: 1 / -1;
  }

  .homepage-test .ht-contact__form {
    padding: 28px 20px;
  }

  .homepage-test .ht-form-grid {
    grid-template-columns: 1fr;
  }

  .homepage-test .ht-footer {
    grid-template-columns: 1fr;
    padding-inline: 20px;
  }

  .homepage-test .ht-footer__brand {
    grid-column: auto;
  }

  .homepage-test .ht-footer__bottom span:first-child {
    width: 100%;
    margin-right: 0;
  }

  .homepage-test .ht-mobile-cta {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ht-js .homepage-test [data-ht-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (forced-colors: active) {
  .homepage-test .ht-header__menu,
  .homepage-test .ht-agent-chip,
  .homepage-test .ht-apartments__switch button,
  .homepage-test .ht-building-picker__controls button,
  .homepage-test .ht-standards__tabs button,
  .homepage-test .ht-faq__list h3 > button i,
  .homepage-test .ht-mobile-cta {
    border: 1px solid ButtonText;
  }
}

/* Final cascade guard for the location composition. The integration layer
   above intentionally supports older markup, while /ver2 uses this layout. */
.homepage-test .ht-location .ht-section__head--overlay {
  z-index: 11;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.homepage-test .ht-location .ht-section__head--overlay > .ht-eyebrow {
  position: absolute;
  z-index: 8;
  top: clamp(42px, 4.8vw, 72px);
  left: max(24px, calc((100vw - 1440px) / 2));
  display: inline-flex;
  grid-column: auto;
  margin: 0;
  color: #394039;
}

.homepage-test .ht-location .ht-location__message {
  position: absolute;
  z-index: 5;
  bottom: clamp(34px, 4.5vw, 72px);
  left: max(24px, calc((100vw - 1440px) / 2));
  display: flex;
  width: clamp(320px, 30vw, 470px);
  min-height: clamp(250px, 24vw, 370px);
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(28px, 3.4vw, 54px);
}

.homepage-test .ht-location .ht-location__message h2 {
  max-width: 390px;
  margin: 0 0 22px;
  color: var(--ht-white);
  font-size: clamp(35px, 3.8vw, 60px);
}

.homepage-test .ht-location .ht-location__message > p {
  display: block;
  grid-column: auto;
  grid-row: auto;
  max-width: 310px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.homepage-test #brxe-dcnmqg #brxe-oeqgnf::after {
  height: clamp(170px, 17vw, 285px);
  background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0.985) 22%, rgba(255, 255, 255, 0.77) 50%, rgba(255, 255, 255, 0.25) 78%, transparent 100%);
}

.homepage-test #brxe-dcnmqg .amenities-icons-layer {
  z-index: 7;
}

@media (max-width: 900px) {
  .homepage-test .ht-location .ht-section__head--overlay {
    display: block;
    width: 100%;
    gap: 0;
  }

  .homepage-test .ht-location .ht-section__head--overlay > .ht-eyebrow {
    top: 30px;
    left: 20px;
  }

  .homepage-test .ht-location .ht-location__message {
    bottom: 24px;
    left: 20px;
    width: min(340px, calc(100% - 40px));
    min-height: 210px;
    padding: 28px;
  }

  .homepage-test #brxe-dcnmqg #brxe-oeqgnf::after {
    height: 155px;
  }
}

@media (max-width: 640px) {
  .homepage-test .ht-location .ht-section__head--overlay {
    width: 100%;
    padding: 0;
  }

  .homepage-test .ht-location .ht-section__head--overlay > .ht-eyebrow {
    top: 18px;
    left: 14px;
    max-width: 230px;
    font-size: 9px;
  }

  .homepage-test .ht-location .ht-location__message {
    bottom: 12px;
    left: 14px;
    width: min(238px, calc(100% - 28px));
    min-height: 128px;
    padding: 20px 18px 17px;
  }

  .homepage-test .ht-location .ht-location__message h2 {
    max-width: none;
    margin-bottom: 9px;
    font-size: clamp(24px, 7vw, 32px);
  }

  .homepage-test .ht-location .ht-location__message > p {
    display: none;
  }

  .homepage-test #brxe-dcnmqg #brxe-oeqgnf::after {
    height: 92px;
    background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0.86) 42%, transparent 100%);
  }
}

/* Final cascade guard for the redesigned amenities transition. */
.homepage-test .ht-location { background: #171a17; }
.homepage-test #brxe-dcnmqg #brxe-oeqgnf::after {
  z-index: 6;
  height: clamp(210px, 23vw, 360px);
  background: linear-gradient(to bottom, #171a17 0%, rgba(23,26,23,.98) 20%, rgba(23,26,23,.78) 52%, rgba(23,26,23,.22) 82%, transparent 100%);
}
.homepage-test .ht-location .ht-section__head--overlay > .ht-eyebrow {
  z-index: 16; color: #f5f7f1; background: rgba(23,26,23,.88); border: 1px solid rgba(134,213,36,.45);
  border-radius: 999px; padding: 9px 14px; backdrop-filter: blur(10px);
}
.homepage-test #brxe-dcnmqg .amenities-icons-layer { z-index: 10; }
.homepage-test .ht-location .ht-location__message { z-index: 12; }
@media (max-width:760px) {
  .homepage-test #brxe-dcnmqg #brxe-oeqgnf::after { height:126px; background:linear-gradient(to bottom,#171a17 0%,rgba(23,26,23,.91) 38%,rgba(23,26,23,.28) 78%,transparent 100%); }
  .homepage-test .ht-location .ht-section__head--overlay > .ht-eyebrow { top:14px; left:14px; max-width:none; color:#f5f7f1; font-size:8px; padding:7px 10px; }
  .homepage-test #brxe-dcnmqg .amenity-tooltip { z-index:40; width:min(244px, calc(100vw - 24px)); max-width:244px; min-height:72px; padding:12px 14px; display:grid; grid-template-columns:minmax(0,1fr); align-items:center; gap:3px; border-radius:14px; }
  .homepage-test #brxe-dcnmqg .amenity-tooltip__description { display:none !important; }
}

.homepage-test .ht-apartment-rail.ht-apartment-row-list {
  display: block;
  grid-auto-flow: initial;
  grid-auto-columns: initial;
  max-height: 470px;
  overflow: auto;
  scroll-snap-type: y proximity;
}
.homepage-test .ht-building-map__tooltip,
.homepage-test #brxe-dcnmqg .amenity-tooltip {
  color: #fff;
  background: rgba(21,24,18,.94);
  border: 1px solid rgba(139,209,49,.45);
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(9,13,6,.34);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* r13 final cascade */
.homepage-test .ht-location .ht-section__head--overlay {
  position: relative; inset: auto; display: grid; width: var(--ht-page); height: auto; min-height: clamp(350px,36vw,520px);
  grid-template-columns: minmax(0,1.1fr) minmax(420px,.9fr); grid-template-rows: auto 1fr auto; gap: 24px clamp(36px,7vw,110px);
  align-items: end; margin-inline: auto; padding: clamp(68px,7vw,106px) 0 clamp(24px,3vw,38px); pointer-events: auto;
}
.homepage-test .ht-location .ht-section__head--overlay > .ht-eyebrow,
.homepage-test .ht-location .ht-location__message { position: static; inset: auto; }
.homepage-test .ht-location .ht-section__head--overlay > .ht-eyebrow { grid-column:1; grid-row:1; align-self:start; justify-self:start; color:#f5f7f1; }
.homepage-test .ht-location .ht-location__message { z-index:auto; grid-column:2; grid-row:3; width:auto; min-height:0; padding:0; background:transparent; box-shadow:none; backdrop-filter:none; }
.homepage-test .ht-location .ht-location__message::before { display:none; }
.homepage-test .ht-location .ht-location__message h2 { max-width:690px; margin:0 0 18px; color:#fff; font-size:clamp(42px,5.2vw,78px); }
.homepage-test .ht-location .ht-location__message > p { display:block; max-width:520px; color:rgba(255,255,255,.64); }
.homepage-test .ht-location__amenity-dock { display:none !important; }
.homepage-test #brxe-dcnmqg .amenity-tooltip { display:grid !important; }
.homepage-test #brxe-dcnmqg #brxe-oeqgnf::after { height:18%; background:linear-gradient(to bottom,#171a17,rgba(23,26,23,.5) 46%,transparent); }
.homepage-test .ht-apartments { padding-top:clamp(58px,7vw,96px); }
.homepage-test .ht-apartments__intro { grid-template-columns:minmax(0,1fr) minmax(420px,.9fr); grid-template-rows:auto auto; gap:clamp(18px,2vw,28px) clamp(36px,7vw,110px); align-items:start; }
.homepage-test .ht-apartments__intro .ht-eyebrow,
.homepage-test .ht-apartments__intro h2 { grid-column:2; grid-row:auto; }
.homepage-test .ht-apartments__intro .ht-eyebrow { margin-bottom:0; }
.homepage-test .ht-apartments__intro h2 { max-width:650px; margin-top:0; }
.homepage-test .ht-building-map { position:relative; width:100%; max-width:none; min-height:0; aspect-ratio:1672/941; margin-inline:0; }
.homepage-test .ht-building-map__image,
.homepage-test .ht-building-map__video { position:absolute; inset:0; display:block; width:100%; height:100%; object-fit:cover; }
.homepage-test .ht-building-map__image { z-index:0; }
.homepage-test .ht-building-map__video { z-index:1; }
.homepage-test .ht-building-map__overlay { z-index:3; }
.homepage-test .ht-building-map__tooltip { z-index:5; }
.homepage-test .v2-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;
}
.homepage-test .v2-video-toggle:is(:hover,:focus-visible) { opacity:1; background:rgba(12,18,14,.58); transform:scale(1.04); }
.homepage-test .v2-video-toggle span { font:700 13px/1 var(--ht-body); letter-spacing:-.12em; transform:translateX(-1px); }
.homepage-test .ht-standards__tabs button[aria-selected="true"][data-ht-standard-tab="dark"] { color:#fff !important; }
@media (prefers-reduced-motion: reduce) {
  .homepage-test .ht-personalize__background-video { display:none; }
}
@media (max-width:900px) {
  .homepage-test .ht-location .ht-section__head--overlay { width:calc(100% - 40px); min-height:420px; grid-template-columns:1fr; grid-template-rows:auto 1fr auto; gap:24px; padding:58px 0 28px; }
  .homepage-test .ht-location .ht-section__head--overlay > .ht-eyebrow { grid-column:1; grid-row:1; position:static; }
  .homepage-test .ht-location .ht-location__message { grid-column:1; grid-row:3; width:min(650px,100%); min-height:0; padding:0; }
  .homepage-test .ht-apartments__intro { grid-template-columns:1fr; }
  .homepage-test .ht-apartments__intro .ht-eyebrow,
  .homepage-test .ht-apartments__intro h2 { grid-column:1; }
}
@media (max-width:640px) {
  .homepage-test .ht-location .ht-section__head--overlay { width:calc(100% - 28px); min-height:340px; padding:48px 0 24px; }
  .homepage-test .ht-location .ht-location__message h2 { margin-bottom:12px; font-size:clamp(36px,11vw,52px); }
  .homepage-test .ht-location .ht-location__message > p { display:block; }
  .homepage-test #brxe-dcnmqg #brxe-oeqgnf::after { height:151px; }
  .homepage-test .ht-building-map { aspect-ratio:16/11; }
  .homepage-test .v2-video-toggle { width:34px; height:34px; }
}

/* r32: deterministic SVG theme icons and touch-only static building map. */
.homepage-test .ht-standards__tabs button > span { display: inline-grid; width: 19px; height: 19px; place-items: center; }
.homepage-test .ht-standards__tabs button > span svg { display: block; width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
@media (max-width: 760px) {
  .homepage-test .ht-building-map__overlay { display: none !important; }
  .homepage-test .ht-building-map__overlay,
  .homepage-test .ht-building-map__overlay * { pointer-events: none !important; }
  .homepage-test .ht-building-map__overlay .ht-floor-zone path,
  .homepage-test .ht-floor-zone:is(:hover, :focus, :active, .is-preview, .is-active) path { fill-opacity: 0 !important; stroke-opacity: 0 !important; filter: none !important; }
  .homepage-test .ht-building-map__tooltip { display: none !important; }
  .homepage-test #brxe-dcnmqg .amenity-tooltip.is-mobile-fixed {
    position: absolute !important;
    z-index: 90 !important;
    top: auto !important;
    right: auto !important;
    bottom: 14px !important;
    left: 14px !important;
    width: min(230px, calc(100% - 28px)) !important;
    max-width: 230px !important;
    transform: translateY(10px) !important;
  }
  .homepage-test #brxe-dcnmqg .amenity-tooltip.is-mobile-fixed.is-visible { transform: none !important; }
}

/* r14: living interior handoff, final location composition and media controls. */
.homepage-test .ht-intro {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #f6f4ef url("/ver2/media/scroll-hero-interior.png") center / cover no-repeat;
}

.homepage-test .ht-intro__background-video {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.homepage-test .ht-intro::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    radial-gradient(circle at 72% 24%, rgba(255,255,255,.9), rgba(249,248,244,.7) 48%, rgba(246,244,239,.82) 100%),
    rgba(249,248,244,.72);
  content: "";
  pointer-events: none;
}

.homepage-test .ht-intro > :not(.ht-intro__background-video) {
  position: relative;
  z-index: 2;
}

.homepage-test .ht-intro .ht-benefit {
  background: rgba(249,248,244,.66);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.homepage-test .ht-personalize__content::before {
  background:
    radial-gradient(circle at 72% 27%, rgba(158,222,70,.075) 0, rgba(83,138,49,.025) 24%, transparent 54%),
    linear-gradient(135deg, rgba(7,45,27,.955), rgba(4,28,18,.92));
}

.homepage-test .v2-video-toggle .v2-video-toggle__icon {
  position: relative;
  display: block;
  width: 13px;
  height: 15px;
  font: inherit;
  letter-spacing: 0;
  transform: none;
}

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

.homepage-test .v2-video-toggle__icon::before { left: 2px; }
.homepage-test .v2-video-toggle__icon::after { right: 2px; }
.homepage-test .v2-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;
}
.homepage-test .v2-video-toggle.is-paused .v2-video-toggle__icon::after { display: none; }

@media (min-width: 761px) {
  .homepage-test .ht-location {
    --ht-location-head-height: clamp(150px, 15vw, 220px);
    position: relative;
  }

  .homepage-test .ht-location .ht-section__head--overlay {
    position: static;
    display: block;
    width: var(--ht-page);
    height: var(--ht-location-head-height);
    min-height: var(--ht-location-head-height);
    margin-inline: auto;
    padding: 0;
  }

  .homepage-test .ht-location .ht-section__head--overlay > .ht-eyebrow {
    position: absolute;
    top: calc(var(--ht-location-head-height) - 52px);
    left: max(24px, calc((100vw - 1440px) / 2));
    margin: 0;
  }

  .homepage-test .ht-location .ht-location__message {
    position: absolute;
    z-index: 14;
    left: clamp(40px, 13vw, 180px);
    bottom: clamp(46px, 6vw, 90px);
    display: flex;
    width: clamp(350px, 36vw, 470px);
    min-height: 0;
    padding: clamp(34px, 4vw, 54px);
    border-top: 7px solid var(--ht-lime);
    background: rgba(17,55,30,.955);
    box-shadow: 0 24px 70px rgba(7,15,9,.32);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }

  .homepage-test .ht-location .ht-location__message h2 {
    max-width: 360px;
    margin: 0;
    font-size: clamp(38px, 4.3vw, 60px);
    line-height: .98;
  }
}

@media (max-width: 760px) {
  .homepage-test .ht-location .ht-section__head--overlay {
    position: relative;
    display: block;
    width: calc(100% - 28px);
    height: auto;
    min-height: 300px;
    margin-inline: auto;
    padding: 46px 0 28px;
  }

  .homepage-test .ht-location .ht-section__head--overlay > .ht-eyebrow {
    position: static;
    margin: 0;
  }

  .homepage-test .ht-location .ht-location__message {
    position: static;
    width: 100%;
    min-height: 0;
    margin-top: 70px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .homepage-test .ht-location .ht-location__message h2 {
    max-width: 520px;
    margin: 0;
    font-size: clamp(36px, 11vw, 52px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .homepage-test .ht-intro__background-video { display: none; }
}

/* r15: softer project wash and revised desktop compositions. */
.homepage-test .ht-intro::before {
  background:
    radial-gradient(circle at 72% 24%, rgba(255,255,255,.72), rgba(249,248,244,.46) 48%, rgba(246,244,239,.58) 100%),
    rgba(249,248,244,.42);
}

.homepage-test .ht-intro .ht-benefit {
  background: rgba(249,248,244,.52);
}

@media (min-width: 761px) {
  .homepage-test .ht-location .ht-location__message {
    left: clamp(16px, 2vw, 32px);
    bottom: clamp(20px, 3vw, 48px);
    display: block;
    width: min(900px, calc(100vw - 80px));
    padding: clamp(26px, 2.5vw, 40px);
    background: rgba(17,55,30,.75);
  }

  .homepage-test .ht-location .ht-location__message h2 {
    max-width: none;
    margin: 0;
    font-size: clamp(36px, 3.1vw, 50px);
    line-height: 1;
  }

  .homepage-test .ht-location .ht-location__message .ht-location__note {
    display: block;
    max-width: none;
    margin: 18px 0 0;
    color: rgba(255,255,255,.72);
    font-size: 13px;
    line-height: 1.45;
  }

  .homepage-test .ht-apartments__intro .ht-eyebrow,
  .homepage-test .ht-apartments__intro h2 {
    grid-column: 1;
  }
}

@media (min-width: 1000px) {
  .homepage-test .ht-location .ht-location__message h2 {
    white-space: nowrap;
  }
}

@media (max-width: 760px) {
  .homepage-test .ht-location .ht-location__message .ht-location__note {
    display: block;
    max-width: 300px;
    margin: 14px 0 0;
    color: rgba(255,255,255,.64);
    font-size: 12px;
    line-height: 1.45;
  }
}

/* r16: calmer media overlays, mobile project rhythm and finance film. */
.homepage-test .ht-intro::before {
  background:
    radial-gradient(circle at 72% 24%, rgba(255,255,255,.62), rgba(249,248,244,.36) 48%, rgba(246,244,239,.48) 100%),
    rgba(249,248,244,.32);
}
.homepage-test .ht-finance { position: relative; z-index: 0; isolation: isolate; background: var(--ht-moss); }
.homepage-test .ht-finance::before { position: absolute; z-index: -1; inset: 0; background: rgba(25, 58, 36, .72); content: ""; }
.homepage-test .ht-finance__background-video {
  position: absolute;
  z-index: -2;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

@media (max-width: 760px) {
  .homepage-test .ht-intro .ht-benefits {
    gap: 12px;
    margin-top: 36px;
    padding-bottom: 36px;
    border: 0;
  }
  .homepage-test .ht-intro .ht-benefit {
    border: 1px solid rgba(32, 53, 31, .14);
    background: rgba(249, 248, 244, .9);
  }
  .homepage-test .ht-building-map { aspect-ratio: 1672 / 941; }
  .homepage-test .ht-building-map__overlay .ht-floor-zone path { fill-opacity: .07; stroke-opacity: .42; }
}

@media (prefers-reduced-motion: reduce) {
  .homepage-test .ht-finance__background-video { display: none; }
}

/* r17: denser white project wash and legible media overlays. */
.homepage-test .ht-intro {
  width: 100%;
  box-sizing: border-box;
  padding-inline: max(24px, calc((100vw - 1440px) / 2));
}
.homepage-test .ht-intro::before { background: rgba(255, 255, 255, .8); }
.homepage-test .ht-intro .ht-benefit { background: rgba(255, 255, 255, .82); }
.homepage-test .ht-finance::before { background: rgba(25, 58, 36, .8); }

@media (min-width: 761px) {
  .homepage-test .ht-location .ht-location__message {
    width: fit-content;
    max-width: calc(100vw - 64px);
  }
}

@media (max-width: 760px) {
  .homepage-test .ht-intro { padding-inline: 14px; }
  .homepage-test .ht-location .ht-location__message {
    width: fit-content;
    max-width: 100%;
  }
  .homepage-test .ht-building-map__overlay .ht-floor-zone path,
  .homepage-test .ht-building-map__overlay .ht-floor-zone:is(:hover, :focus, .is-preview, .is-active) path {
    fill-opacity: 0;
    stroke-opacity: 0;
    transition: none;
  }
  .homepage-test .ht-building-map__tooltip { display: none; }
}
