﻿/* 1. Variables */
:root {
  --ivory: #faf8f2;
  --paper: #fffdf8;
  --white: #fff;
  --ink: #171610;
  --body: #545148;
  --muted: #7b766b;
  --gold: #b48a42;
  --gold-dark: #916a2c;
  --gold-light: #d9c294;
  --border: #ded8ca;
  --soft: #eee9df;
  --error: #a83232;
  --success: #2f6b4f;
  --shadow: 0 12px 40px rgb(38 31 19/0.08);
  --modal-shadow: 0 24px 80px rgb(17 14 8/0.24);
  --heading: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --font: "Manrope", "Inter", Arial, sans-serif;
  --container: 1320px;
  --narrow: 1080px;
  --header: 84px;
  --space: clamp(72px, 8vw, 128px);
  --gap: clamp(32px, 5vw, 80px);
  --section-title-size: clamp(2.35rem, 3.25vw, 3.8rem);
  --section-title-mobile-size: clamp(2rem, 8.2vw, 2.6rem);
  --section-title-leading: 0.88;
  --section-copy-size: clamp(0.88rem, 0.96vw, 1rem);
  --section-copy-mobile-size: 0.88rem;
  --section-copy-color: #2f2b24;
  --section-copy-leading: 1.55;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
/* 2. Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}
body,
h1,
h2,
h3,
p,
figure,
ul {
  margin: 0;
}
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
}
ul {
  padding: 0;
}
body {
  overflow-x: hidden;
}
/* 3. Base */
body {
  background: var(--paper);
  color: var(--ink);
  font: 400 clamp(1rem, 1.1vw, 1.125rem)/1.75 var(--font);
  text-rendering: optimizeLegibility;
}
body.is-locked {
  overflow: hidden;
}
main {
  display: grid;
  gap: 10px;
}
.section {
  max-width: var(--container);
  margin-inline: auto;
  padding: var(--space) clamp(20px, 4vw, 56px);
}
section[id] {
  scroll-margin-top: 78px;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 1000;
  background: var(--ink);
  color: #fff;
  padding: 12px 18px;
}
.skip-link:focus {
  top: 12px;
}
.noscript {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  padding: 12px;
  text-align: center;
  background: #fff3cd;
}
/* 4. Typography */
h1,
h2,
h3 {
  font-family: var(--heading);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}
h2 {
  font-size: var(--section-title-size);
}
h3 {
  font-size: clamp(1.3rem, 2vw, 1.7rem);
}
.eyebrow {
  color: var(--gold-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.section-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(42px, 6vw, 72px);
}
.section-heading > p:last-child {
  color: var(--section-copy-color);
  max-width: 600px;
  margin: 14px auto 0;
  font-size: var(--section-copy-size);
  font-weight: 600;
  line-height: var(--section-copy-leading);
}
.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: 24px;
  color: var(--gold-dark);
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-bottom: 1px solid var(--gold-light);
  padding-bottom: 5px;
}
/* 5. Layout & common components */
.button {
  min-height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  border: 1px solid var(--gold);
  border-radius: 1px;
  background: transparent;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.25s,
    background 0.25s,
    color 0.25s;
}
.button:hover {
  transform: translateY(-2px);
}
.button--gold {
  background: var(--gold);
  color: #fff;
}
.button--gold:hover {
  background: var(--gold-dark);
}
.button--outline:hover {
  background: var(--gold);
  color: #fff;
}
.button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[role="tab"]:focus-visible {
  outline: 3px solid #2764d8;
  outline-offset: 3px;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  line-height: 1;
}
.brand--image {
  flex: 0 0 auto;
}
.brand--image img {
  width: clamp(108px, 10vw, 142px);
  height: auto;
  object-fit: contain;
}
.brand--hanging {
  position: relative;
  z-index: 3;
  align-self: flex-start;
  width: clamp(92px, 7.2vw, 116px);
  min-height: clamp(108px, 8.8vw, 134px);
  display: grid;
  place-items: center;
  padding: clamp(8px, 0.75vw, 12px);
  background: #fff;
  border: 1px solid rgb(180 138 66/0.28);
  border-top: 0;
  box-shadow: 0 16px 34px rgb(27 22 13/0.14);
  transition:
    width 0.3s,
    min-height 0.3s,
    box-shadow 0.3s;
}
.brand--hanging::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 12px;
  right: 12px;
  height: 3px;
  background: var(--gold);
}
.brand--hanging img {
  width: min(100%, 96px);
  height: auto;
  max-height: 112px;
}
.brand__mark {
  width: 38px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  color: var(--gold-dark);
  font: 600 2rem/1 var(--heading);
}
.brand strong {
  display: block;
  font: 600 1.55rem/1 var(--heading);
}
.brand small {
  display: block;
  margin-top: 5px;
  font-size: 0.54rem;
  letter-spacing: 0.18em;
}
.scroll-progress {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  pointer-events: none;
}
.scroll-progress span {
  display: block;
  height: 100%;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
}
.loader {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  background: var(--ivory);
  transition:
    opacity 0.4s,
    visibility 0.4s;
}
.loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.loader__mark {
  width: min(220px, 64vw);
  display: block;
}
.loader__mark img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.loader span {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
}
.loader i {
  width: 150px;
  height: 1px;
  overflow: hidden;
  background: var(--border);
}
.loader i::after {
  content: "";
  display: block;
  width: 45%;
  height: 100%;
  background: var(--gold);
  animation: loading 1s ease-in-out infinite;
}
/* Header */
.site-header {
  height: var(--header);
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 0;
  background: #fff;
  border-bottom: 1px solid #efe9dc;
  transition:
    height 0.3s,
    box-shadow 0.3s,
    border-color 0.3s;
}
.site-header__inner {
  width: min(100%, var(--container));
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 34px);
  padding-inline: clamp(20px, 4vw, 56px);
}
.site-header.is-scrolled {
  height: 70px;
  border-color: var(--soft);
  box-shadow: 0 5px 24px rgb(20 17 11/0.06);
  background: rgb(255 255 255/0.98);
}
.site-header.is-scrolled .brand--hanging {
  width: 94px;
  min-height: 112px;
  box-shadow: 0 14px 28px rgb(27 22 13/0.12);
}
.site-header.is-scrolled .brand--hanging img {
  max-height: 94px;
}
.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 1.7vw, 30px);
  margin-left: auto;
}
.desktop-nav a {
  position: relative;
  padding: 28px 0;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 21px;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.desktop-nav a:hover::after,
.desktop-nav a.active::after {
  transform: scaleX(1);
}
.header-cta,
.mobile-drawer .button--gold {
  min-width: 194px;
  border-color: #aa761f;
  border-radius: 6px;
  background: linear-gradient(135deg, #d9a640 0%, #b98224 48%, #976114 100%);
  color: #fff;
  box-shadow: 0 10px 20px rgb(111 73 18/0.16);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-bottom: 0;
  white-space: nowrap;
}
.header-cta:hover,
.header-cta:focus-visible,
.mobile-drawer .button--gold:hover,
.mobile-drawer .button--gold:focus-visible {
  background: linear-gradient(135deg, #c89434 0%, #a8721c 52%, #84520f 100%);
  color: #fff;
  box-shadow: 0 12px 24px rgb(111 73 18/0.22);
}
.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  background: none;
  padding: 12px;
}
.menu-toggle span {
  display: block;
  height: 1px;
  background: var(--ink);
  margin: 6px 0;
}
.drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 180;
  background: rgb(15 12 8/0.58);
}
.mobile-drawer {
  position: fixed;
  z-index: 190;
  inset: 0 0 0 auto;
  width: min(390px, 90vw);
  padding: 30px;
  display: flex;
  flex-direction: column;
  background: var(--paper);
  box-shadow: var(--modal-shadow);
  transform: translateX(102%);
  transition: transform 0.35s var(--ease);
}
.mobile-drawer.is-open {
  transform: none;
}
.mobile-drawer .brand--image img {
  width: 86px;
  max-height: 108px;
}
.mobile-drawer nav {
  display: grid;
  margin: 40px 0 28px;
}
.mobile-drawer nav a {
  padding: 10px 0;
  border-bottom: 1px solid var(--soft);
  text-decoration: none;
}
.drawer-close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 44px;
  height: 44px;
  border: 0;
  background: none;
  font-size: 2rem;
}
.drawer-contact {
  margin-top: auto;
  color: var(--muted);
  font-size: 0.82rem;
}
/* 6. Hero */
.hero {
  min-height: max(650px, calc(100svh - var(--header)));
  display: grid;
  grid-template-columns: minmax(430px, 43%) minmax(0, 57%);
  background: #fffdf8;
  isolation: isolate;
}
.hero__content {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: clamp(48px, 6vw, 94px) clamp(24px, 5vw, 84px) clamp(42px, 5vw, 76px)
    clamp(34px, 8vw, 112px);
}
.hero .eyebrow {
  max-width: 460px;
  margin-bottom: 16px;
  color: var(--gold-dark);
  letter-spacing: 0.1em;
}
.hero h1 {
  font-size: clamp(4.6rem, 7.1vw, 8rem);
  line-height: 0.9;
  letter-spacing: 0;
}
.hero__location {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 20px 0 28px;
  color: var(--gold-dark);
  font-size: clamp(1.2rem, 1.85vw, 2rem);
  font-family: var(--heading);
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}
.hero__location::before,
.hero__location::after {
  content: "";
  width: 58px;
  height: 1px;
  background: var(--gold-light);
}
.hero h2 {
  max-width: 560px;
  font-size: clamp(1.55rem, 1.9vw, 2.2rem);
  line-height: 1.18;
  letter-spacing: 0;
}
.hero__description {
  max-width: 520px;
  margin-top: 18px;
  color: #4f4a40;
  font-size: 0.98rem;
  line-height: 1.72;
}
.hero .actions {
  gap: 14px;
  margin-top: 30px;
}
.hero .button {
  min-width: 190px;
}
.hero__features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
  max-width: 560px;
}
.hero__features span {
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center;
  min-height: 88px;
  padding: 0 8px;
}
.feature-icon {
  width: 30px;
  height: 30px;
  color: var(--gold);
  stroke: currentColor;
  stroke-width: 1.55;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hero__features b {
  margin-top: 9px;
  color: #211e18;
  font-size: 0.66rem;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.hero__visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #e7ddc9;
}
.hero__visual::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -1px;
  z-index: 1;
  width: 38%;
  background: linear-gradient(
    90deg,
    #fffdf8 0%,
    rgb(255 253 248/0.94) 20%,
    rgb(255 253 248/0.72) 45%,
    transparent 100%
  );
  pointer-events: none;
}
.hero__visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 28%;
  background: linear-gradient(0deg, rgb(32 25 15/0.18), transparent);
  pointer-events: none;
}
.hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  animation: heroZoom 18s ease-out both;
}
.hero__scroll {
  display: none;
}
/* Hero compact image override */
.hero__visual {
  display: grid;
  place-items: center end;
  padding: 28px 24px 28px 0;
  background: linear-gradient(90deg, #fffdf8, #efe4d0);
}
.hero__visual::before {
  width: 30%;
  background: linear-gradient(
    90deg,
    #fffdf8 0%,
    rgb(255 253 248/0.88) 30%,
    transparent 100%
  );
}
.hero__visual::after {
  height: 22%;
  background: linear-gradient(0deg, rgb(32 25 15/0.12), transparent);
}
.hero__visual img {
  position: relative;
  z-index: 0;
  width: min(88%, 920px);
  height: auto;
  max-height: min(540px, calc(100svh - var(--header) - 70px));
  object-fit: contain;
}
@media (max-width: 900px) {
  .hero__visual {
    place-items: center;
    padding: 18px 18px 0;
    min-height: 300px;
    aspect-ratio: 16/9;
  }
  .hero__visual img {
    width: min(92%, 720px);
    max-height: 300px;
  }
}
@media (max-width: 767px) {
  .hero__visual {
    min-height: 0;
    aspect-ratio: 16/9;
    padding: 10px 10px 0;
  }
  .hero__visual img {
    width: 92%;
    max-height: 210px;
  }
  .hero__content {
    padding-top: 24px;
  }
  .hero__features {
    margin-top: 22px;
  }
}
/* Stats */
.stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 34px max(4vw, calc((100% - var(--container)) / 2));
  background: #fff;
  border-block: 1px solid var(--border);
}
.stats > div {
  text-align: center;
  padding: 0 18px;
  border-right: 1px solid var(--border);
}
.stats > div:nth-child(4) {
  border: 0;
}
.stats i {
  display: block;
  color: var(--gold);
  font-style: normal;
}
.stats strong {
  display: block;
  color: var(--gold-dark);
  font: 600 clamp(1.9rem, 3vw, 2.8rem)/1.1 var(--heading);
}
.stats strong small {
  font-size: 0.92rem;
  text-transform: uppercase;
}
.stats p {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.stats__note {
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  color: var(--muted);
  font-size: 0.55rem;
  white-space: nowrap;
}
/* Editorial */
.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: var(--gap);
  align-items: center;
}
.framed-image {
  position: relative;
}
.framed-image::after {
  content: "";
  position: absolute;
  inset: 22px -18px -18px 22px;
  z-index: -1;
  border: 1px solid var(--gold-light);
}
.framed-image img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.section-copy {
  padding: 20px;
}
.section-copy > p:not(.eyebrow) {
  color: var(--body);
  margin: 0 0 15px;
}
.highlights {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  list-style: none;
}
.highlights li::before {
  content: "â—‡";
  margin-right: 10px;
  color: var(--gold);
}
.why {
  max-width: none;
  background: var(--ivory);
}
.benefit-grid {
  max-width: var(--container);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.benefit-grid article {
  position: relative;
  padding: 10px 26px;
  text-align: center;
  border-right: 1px solid var(--border);
}
.benefit-grid article:last-child {
  border: 0;
}
.benefit-grid i {
  display: block;
  color: var(--gold);
  font-style: normal;
  font-size: 1.9rem;
  transition: transform 0.25s;
}
.benefit-grid h3 {
  margin: 12px 0 10px;
  font-size: 1.3rem;
}
.benefit-grid h3::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  margin: 12px auto 0;
  background: var(--gold);
  transition: width 0.25s;
}
.benefit-grid p {
  color: var(--body);
  font-size: 0.77rem;
  line-height: 1.6;
}
.benefit-grid article:hover i {
  transform: translateY(-3px);
}
.benefit-grid article:hover h3::after {
  width: 56px;
}
/* Residences */
.residences {
  display: grid;
  grid-template-columns: 42% 58%;
  background: #fff;
}
.residences__content {
  padding: var(--space) clamp(24px, 6vw, 96px);
}
.residences__content > p:not(.eyebrow) {
  color: var(--body);
  margin-top: 22px;
}
.residences__visual {
  position: relative;
  margin: clamp(36px, 5vw, 72px) clamp(20px, 4vw, 60px) clamp(36px, 5vw, 72px) 0;
}
.residences__visual::before {
  content: "";
  position: absolute;
  inset: -14px 14px 14px -14px;
  z-index: 0;
  border: 1px solid var(--gold);
}
.residences__visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease);
}
.residences__visual:hover img {
  transform: scale(1.015);
}
.tabs {
  display: flex;
  gap: 6px;
  margin: 32px 0 18px;
}
.tabs button {
  min-width: 74px;
  min-height: 44px;
  border: 1px solid var(--border);
  background: #fff;
  font-size: 0.76rem;
}
.tabs button[aria-selected="true"] {
  border-color: var(--gold);
  background: var(--gold);
  color: #fff;
}
.residence-panel {
  display: grid;
  gap: 2px;
  padding: 16px;
  border-left: 2px solid var(--gold);
  background: var(--ivory);
}
.residence-panel strong {
  font-family: var(--heading);
  font-size: 1.45rem;
}
.residence-panel span,
.residence-panel small {
  color: var(--body);
  font-size: 0.78rem;
}
.feature-list,
.check-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 14px;
  margin: 24px 0 28px;
  list-style: none;
}
.feature-list li,
.check-list li {
  font-size: 0.76rem;
}
.feature-list li::before,
.check-list li::before {
  content: "âœ“";
  margin-right: 8px;
  color: var(--gold);
}
/* Amenities */
.amenities {
  max-width: none;
  background: var(--ivory);
}
.amenity-grid {
  max-width: var(--container);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border: 1px solid var(--border);
}
.amenity-grid button {
  min-height: 118px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  padding: 14px;
  border: 0;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: transparent;
  font-size: 0.72rem;
}
.amenity-grid button:nth-child(7n) {
  border-right: 0;
}
.amenity-grid button:nth-last-child(-n + 7) {
  border-bottom: 0;
}
.amenity-grid i {
  color: var(--gold);
  font: normal 1.7rem var(--heading);
  transition: transform 0.25s;
}
.amenity-grid button:hover,
.amenity-grid button[aria-pressed="true"] {
  background: #fff;
}
.amenity-grid button:hover i {
  transform: translateY(-3px);
}
.amenity-note {
  max-width: 760px;
  margin: 22px auto 0;
  text-align: center;
  color: var(--body);
  font-size: 0.82rem;
}
/* Location */
.location-points {
  display: grid;
  gap: 10px;
  margin: 24px 0;
  list-style: none;
}
.location-points li {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--soft);
  font-size: 0.76rem;
}
.location-explorer {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: var(--gap);
  align-items: center;
}
.map-card {
  min-height: 520px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(30deg, #f1ecdf, #fbfaf5);
  border: 1px solid var(--border);
}
.map-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(
      90deg,
      transparent 49%,
      rgb(180 138 66/0.1) 50%,
      transparent 51%
    ),
    linear-gradient(
      0deg,
      transparent 49%,
      rgb(180 138 66/0.1) 50%,
      transparent 51%
    );
  background-size: 90px 90px;
}
.map-road {
  position: absolute;
  width: 130%;
  height: 28px;
  background: #fff;
  border: 1px solid var(--border);
  transform: rotate(-24deg);
  left: -15%;
  top: 43%;
}
.map-road--two {
  transform: rotate(52deg);
  top: 35%;
}
.map-pin {
  position: absolute;
  left: 52%;
  top: 48%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  display: grid;
  place-items: center;
  align-content: center;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  text-align: center;
  font: 600 1.25rem var(--heading);
  box-shadow: 0 0 0 12px rgb(180 138 66/0.18);
}
.map-pin small {
  font: 500 0.55rem var(--font);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.map-label {
  position: absolute;
  padding: 4px 8px;
  background: var(--paper);
  font-size: 0.62rem;
}
.map-label--one {
  left: 8%;
  top: 35%;
  transform: rotate(-24deg);
}
.map-label--two {
  right: 12%;
  top: 23%;
  transform: rotate(52deg);
}
.location-explorer__content {
  padding: 30px;
}
.destination-list {
  min-height: 220px;
  display: grid;
  gap: 8px;
  margin: 22px 0;
  list-style: none;
}
.destination-list li {
  padding: 10px 0;
  border-bottom: 1px solid var(--soft);
}
.destination-list small {
  display: block;
  color: var(--muted);
}
.directions:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/* Growth, gallery, FAQ */
.growth {
  display: grid;
  grid-template-columns: 32% 30% 38%;
  background: var(--ivory);
}
.growth figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.growth__copy {
  padding: var(--space) clamp(24px, 4vw, 64px);
}
.growth__copy h2 {
  font-size: clamp(2.4rem, 3.8vw, 4rem);
}
.growth__copy > p:not(.eyebrow) {
  margin-top: 22px;
  color: var(--body);
  font-size: 0.88rem;
}
.legacy-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 28px 0;
}
.legacy-stats strong {
  color: var(--gold-dark);
  font: 600 2rem var(--heading);
}
.legacy-stats small {
  display: block;
  color: var(--body);
  font: 600 0.6rem var(--font);
  text-transform: uppercase;
}
.legacy .button {
  margin-top: 24px;
}
.gallery {
  max-width: none;
}
.gallery-grid {
  max-width: var(--container);
  margin: auto;
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  grid-auto-rows: 250px;
  gap: 12px;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  border: 0;
  padding: 0;
  background: var(--ivory);
}
.gallery-item:first-child {
  grid-row: span 2;
}
.gallery-item:nth-child(4) {
  grid-column: span 2;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.gallery-item span {
  position: absolute;
  inset: auto 16px 14px;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition: 0.3s;
}
.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 55%, rgb(0 0 0/0.58));
  opacity: 0;
  transition: 0.3s;
}
.gallery-item:hover img {
  transform: scale(1.03);
}
.gallery-item:hover::after,
.gallery-item:hover span {
  opacity: 1;
}
.gallery-item span {
  z-index: 2;
}
.faq {
  max-width: var(--narrow);
  padding-block: clamp(28px, 3.4vw, 44px);
}
.faq .section-heading {
  margin-bottom: clamp(22px, 2.5vw, 32px);
}
.accordion-item {
  border-bottom: 1px solid var(--border);
}
.accordion-button {
  width: 100%;
  min-height: 68px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border: 0;
  background: none;
  padding: 18px 2px;
  text-align: left;
  font-weight: 600;
}
.accordion-button span:last-child {
  color: var(--gold);
  font-size: 1.4rem;
  transition: transform 0.3s;
}
.accordion-button[aria-expanded="true"] span:last-child {
  transform: rotate(45deg);
}
.accordion-panel {
  overflow: hidden;
  height: 0;
  transition: height 0.35s var(--ease);
}
.accordion-panel p {
  padding: 0 48px 22px 2px;
  color: var(--body);
}
@media (max-width: 767px) {
  .faq {
    padding-block: 30px;
  }
  .faq .section-heading {
    margin-bottom: 20px;
  }
}
/* CTA and footer */
.final-cta {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 40%;
  align-items: center;
  padding: var(--space) max(6vw, calc((100% - var(--container)) / 2));
  background-color: #f4efe2;
  background-image:
    linear-gradient(rgb(180 138 66/0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgb(180 138 66/0.08) 1px, transparent 1px);
  background-size: 48px 48px;
}
.final-cta > div {
  z-index: 2;
}
.final-cta h2 {
  max-width: 760px;
}
.final-cta__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 26px;
  font-size: 0.78rem;
}
.final-cta img {
  position: absolute;
  right: 0;
  bottom: -10%;
  width: 46%;
  height: 120%;
  object-fit: cover;
  mix-blend-mode: multiply;
  opacity: 0.2;
}
.footer {
  padding: 42px 0 16px;
  border-top: 1px solid rgb(180 138 66/0.18);
  background:
    linear-gradient(180deg, rgb(255 253 248/0.96), rgb(247 241 230/0.96)),
    var(--paper);
}
.footer__inner {
  width: min(100%, var(--container));
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 56px);
}
.footer__main {
  display: grid;
  grid-template-columns: 1.25fr 1fr 0.85fr 1.1fr;
  gap: clamp(26px, 3.2vw, 42px);
  align-items: start;
}
.footer__main h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font: 800 0.68rem var(--font);
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.footer__main p {
  max-width: 360px;
  color: var(--section-copy-color);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.65;
  margin-top: 14px;
}
.footer__brand {
  display: inline-flex;
  width: 92px;
  min-height: 78px;
  padding: 8px;
  border: 1px solid rgb(180 138 66/0.26);
  background: rgb(255 255 255/0.58);
  box-shadow: 0 10px 22px rgb(27 22 13/0.08);
  transition:
    border-color 0.22s,
    box-shadow 0.22s,
    transform 0.22s;
}
.footer__brand img {
  width: 100%;
  max-height: 68px;
  object-fit: contain;
}
.footer__brand:hover,
.footer__brand:focus-visible {
  border-color: rgb(180 138 66/0.62);
  box-shadow: 0 14px 28px rgb(27 22 13/0.12);
  transform: translateY(-2px);
  outline: 0;
}
.footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-content: start;
}
.footer nav h3 {
  flex: 0 0 100%;
}
.footer nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 11px;
  border: 1px solid rgb(180 138 66/0.24);
  border-radius: 999px;
  color: var(--ink);
  background: rgb(255 255 255/0.42);
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition:
    color 0.22s,
    border-color 0.22s,
    background 0.22s,
    box-shadow 0.22s,
    transform 0.22s;
}
.footer nav a:hover,
.footer nav a:focus-visible {
  border-color: rgb(180 138 66/0.72);
  background: linear-gradient(135deg, #d9a640 0%, #a86f17 100%);
  color: #fff;
  box-shadow: 0 10px 20px rgb(111 73 18/0.16);
  transform: translateY(-2px);
  outline: 0;
}
.footer nav a {
  overflow: hidden;
  border-color: rgb(6 40 68 / 0.16);
  background:
    linear-gradient(180deg, rgb(255 255 255 / 0.92), rgb(255 255 255 / 0.72));
  color: var(--aqva-ink);
  box-shadow:
    0 7px 16px rgb(7 26 48 / 0.055),
    inset 0 0 0 1px rgb(255 255 255 / 0.72);
}
.footer nav a:hover,
.footer nav a:focus-visible,
.footer nav a:active {
  border-color: rgb(7 88 134 / 0.78);
  background: linear-gradient(180deg, #0b5f8f 0%, #06385d 52%, #031c32 100%);
  color: #fff;
  box-shadow:
    0 12px 24px rgb(6 40 68 / 0.2),
    0 0 0 1px rgb(255 255 255 / 0.18) inset;
  transform: translateY(-2px);
  outline: 0;
}
.footer-contact {
  display: grid;
  gap: 8px;
  margin: 0;
  font-style: normal;
}
.footer-contact a {
  width: fit-content;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.22s, transform 0.22s;
}
.footer-contact a:hover,
.footer-contact a:focus-visible {
  color: var(--gold-dark);
  transform: translateX(3px);
  outline: 0;
}
.footer-instagram-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(100%, 300px);
  min-height: 46px;
  margin-top: 18px;
  padding: 8px 16px;
  border: 2px solid transparent;
  border-radius: 14px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(120deg, #feda75 0%, #fa7e1e 20%, #e1306c 48%, #c13584 72%, #833ab4 100%) border-box;
  color: #1f2430;
  font-size: clamp(0.78rem, 0.95vw, 0.92rem);
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 14px 30px rgb(7 26 48 / 0.1);
  transition:
    transform 0.28s var(--ease),
    color 0.28s var(--ease),
    box-shadow 0.28s var(--ease);
}
.footer-instagram-button:hover,
.footer-instagram-button:focus-visible {
  color: #111827;
  box-shadow: 0 18px 38px rgb(225 48 108 / 0.2);
  transform: translateY(-3px);
  outline: 0;
}
.footer-instagram-button i {
  background: linear-gradient(135deg, #feda75 0%, #fa7e1e 22%, #e1306c 52%, #c13584 74%, #833ab4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 1.55rem;
  line-height: 1;
  flex: 0 0 auto;
}
.footer-whatsapp p {
  max-width: 300px;
  margin: 0 0 14px;
}
.footer-whatsapp > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(100%, 300px);
  min-height: 46px;
  padding: 12px 16px;
  border: 1px solid rgb(184 138 69/0.42);
  border-radius: 5px;
  background:
    linear-gradient(180deg, rgb(255 255 255/0.86), rgb(255 255 255/0.68));
  color: #a77532;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow:
    0 14px 28px rgb(7 26 48/0.1),
    inset 0 0 0 1px rgb(255 255 255/0.7);
  transition:
    transform 0.28s var(--ease),
    background 0.28s var(--ease),
    border-color 0.28s var(--ease),
    color 0.28s var(--ease),
    box-shadow 0.28s var(--ease);
}
.footer-whatsapp > a:hover,
.footer-whatsapp > a:focus-visible {
  border-color: var(--aqva-navy);
  background: var(--aqva-navy);
  color: #fff;
  box-shadow: 0 18px 34px rgb(7 26 48/0.18);
  transform: translateY(-3px);
  outline: 0;
}
.whatsapp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  flex: 0 0 auto;
}
.whatsapp-float .whatsapp-icon {
  font-size: 1.45rem;
}
.newsletter label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 700;
}
.newsletter > div {
  display: flex;
  overflow: hidden;
  border: 1px solid rgb(180 138 66/0.28);
  border-radius: 7px;
  background: rgb(255 255 255/0.68);
}
.newsletter input {
  width: 100%;
  border: 0;
  background: none;
  padding: 11px 13px;
  outline: 0;
  color: var(--ink);
  font-size: 0.78rem;
}
.newsletter button {
  display: grid;
  place-items: center;
  width: 44px;
  border: 0;
  background: var(--gold);
  color: #fff;
  cursor: pointer;
  transition: background 0.22s, transform 0.22s;
}
.newsletter button:hover,
.newsletter button:focus-visible {
  background: var(--gold-dark);
  transform: translateX(1px);
  outline: 0;
}
.form-error {
  min-height: 18px;
  display: block;
  color: var(--error);
  font-size: 0.68rem;
}
.footer__disclaimer {
  max-width: 1100px;
  margin: 26px 0 14px;
  color: var(--muted);
  font-size: 0.66rem;
  line-height: 1.55;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 0.62rem;
}
/* 7. Overlays, forms and utilities */
.whatsapp-float {
  position: fixed;
  z-index: 70;
  right: 22px;
  bottom: 22px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid #128c4a;
  border-radius: 7px;
  background: linear-gradient(135deg, #25d366 0%, #128c4a 100%);
  color: #fff;
  box-shadow: 0 12px 22px rgb(18 140 74/0.22);
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.25s;
}
.whatsapp-float.is-visible {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  background: linear-gradient(135deg, #20bd5a 0%, #0f7a40 100%);
  box-shadow: 0 14px 26px rgb(18 140 74/0.3);
  text-decoration: none;
  transform: translateY(-2px);
  outline: 0;
}
.mobile-cta {
  display: none;
}
.toast {
  position: fixed;
  z-index: 500;
  left: 50%;
  bottom: 26px;
  transform: translate(-50%, 20px);
  padding: 12px 20px;
  background: var(--ink);
  color: #fff;
  font-size: 0.8rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.modal,
.lightbox {
  position: fixed;
  z-index: 400;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
}
.modal[hidden],
.lightbox[hidden] {
  display: none;
}
.modal__overlay,
.lightbox__overlay {
  position: absolute;
  inset: 0;
  background: rgb(15 12 8/0.78);
  backdrop-filter: blur(4px);
}
.modal__card {
  position: relative;
  width: min(760px, 100%);
  max-height: calc(100dvh - 36px);
  overflow: auto;
  padding: clamp(26px, 5vw, 52px);
  background: var(--paper);
  box-shadow: var(--modal-shadow);
}
.modal__card--preview {
  width: min(360px, calc(100vw - 34px));
  max-height: calc(100dvh - 20px);
  padding: 0;
  overflow: visible;
  border-radius: 14px;
  background: transparent;
  box-shadow: none;
}
.modal__card--preview .modal__close {
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  color: var(--gold-dark);
  font-size: 0;
}
.modal__card--preview .modal__close .lucide {
  width: 18px;
  height: 18px;
}
.modal .modal-preview-form {
  width: 100%;
  height: auto;
  min-height: min(480px, calc(100dvh - 20px));
  margin-top: 0;
  padding: 28px 24px 24px;
  overflow: hidden;
}
.modal-preview-form h2 {
  margin: 0;
  color: var(--gold-dark);
  font-family: var(--heading);
  font-size: clamp(1.32rem, 1.45vw, 1.52rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.modal-context {
  display: grid;
  gap: 10px;
  margin: 12px 0 16px;
  text-align: center;
}
.modal-context__summary,
.floorplan-modal__intro {
  color: #415366;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
}
.modal-context__summary {
  max-width: 292px;
  margin: 0 auto;
}
.modal-context__details,
.floorplan-modal__details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
}
.modal-context__details span,
.floorplan-modal__details span {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 6px 9px;
  border: 1px solid rgb(17 134 189 / 0.2);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.72);
  color: #06456f;
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 1.15;
}
.modal-preview-form .preview-form__field input {
  height: 46px;
}
.modal-preview-form .preview-form__field--message,
.modal-preview-form .preview-form__field textarea {
  min-height: 108px;
}
.modal-preview-form .preview-form__submit {
  margin-top: 28px;
}
.modal__close,
.lightbox__close {
  position: absolute;
  z-index: 4;
  right: 12px;
  top: 8px;
  width: 48px;
  height: 48px;
  border: 0;
  background: none;
  font-size: 2rem;
}
.modal__card > div > p {
  color: var(--body);
}
.modal form {
  margin-top: 24px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
}
.modal label {
  display: grid;
  gap: 6px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.modal input,
.modal select,
.modal textarea {
  width: 100%;
  border: 1px solid var(--border);
  background: #fff;
  padding: 11px 12px;
  font-size: 0.88rem;
  text-transform: none;
  letter-spacing: 0;
}
.modal input[aria-invalid="true"],
.modal select[aria-invalid="true"] {
  border-color: var(--error);
}
.modal textarea {
  resize: vertical;
}
.modal > label {
  margin-top: 14px;
}
.honeypot {
  position: absolute !important;
  left: -9999px !important;
}
.consent {
  grid-template-columns: 20px 1fr !important;
  align-items: start;
  margin: 14px 0;
}
.consent input {
  width: 18px;
  height: 18px;
  padding: 0;
}
.consent span {
  font-size: 0.66rem;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0;
}
.form-status {
  min-height: 20px;
  color: var(--error);
  font-size: 0.75rem;
}
.submit-button {
  width: 100%;
  margin-top: 8px;
}
.submit-button.is-loading::after {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
.modal__success {
  text-align: center;
  padding: 30px;
}
.modal__success > span {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  border: 1px solid var(--success);
  border-radius: 50%;
  color: var(--success);
  font-size: 2rem;
}
.modal__success h2 {
  font-size: 2.8rem;
}
.modal__success p {
  margin: 18px 0;
}
.lightbox__dialog {
  position: relative;
  width: min(1180px, 96vw);
  height: min(820px, 90vh);
  display: grid;
  grid-template-columns: 58px 1fr 58px;
  align-items: center;
  background: #111;
}
.lightbox__dialog figure {
  height: 100%;
  min-width: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: center;
  overflow: hidden;
}
.lightbox__dialog img {
  width: 100%;
  height: 100%;
  max-height: calc(90vh - 70px);
  object-fit: contain;
  transition: transform 0.25s;
}
.lightbox figcaption {
  display: flex;
  justify-content: space-between;
  padding: 12px 6px;
  color: #fff;
  font-size: 0.8rem;
}
.lightbox__prev,
.lightbox__next {
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff55;
  background: none;
  color: #fff;
  font-size: 1.4rem;
}
.lightbox__close {
  color: #fff;
}
/* 8. Animations */
[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.75s var(--ease),
    transform 0.75s var(--ease);
}
[data-reveal="fade-left"] {
  transform: translateX(24px);
}
[data-reveal="fade-right"] {
  transform: translateX(-24px);
}
[data-reveal].is-revealed {
  opacity: 1;
  transform: none;
}
@keyframes loading {
  from {
    transform: translateX(-110%);
  }
  to {
    transform: translateX(330%);
  }
}
@keyframes heroZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.035);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* 9. Responsive */
@media (max-width: 1180px) {
  .desktop-nav {
    display: none;
  }
  .header-cta {
    margin-left: auto;
  }
  .menu-toggle {
    display: block;
    margin-left: auto;
  }
  .benefit-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  .benefit-grid article:nth-child(3n) {
    border: 0;
  }
  .amenity-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .amenity-grid button:nth-child(7n) {
    border-right: 1px solid var(--border);
  }
  .amenity-grid button:nth-child(4n) {
    border-right: 0;
  }
  .amenity-grid button:nth-last-child(-n + 7) {
    border-bottom: 1px solid var(--border);
  }
  .amenity-grid button:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
  .growth {
    grid-template-columns: 1fr 1fr;
  }
  .growth .legacy {
    grid-column: 1/-1;
  }
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 220px;
  }
  .gallery-item:first-child {
    grid-row: auto;
  }
  .gallery-item:nth-child(4) {
    grid-column: auto;
  }
}
@media (max-width: 900px) {
  :root {
    --header: 70px;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    background: #fff;
  }
  .hero__content {
    order: 2;
    padding: 46px 7vw 56px;
  }
  .hero__visual {
    order: 1;
    min-height: 430px;
    aspect-ratio: 16/10;
  }
  .hero__visual::before {
    width: 100%;
    height: 42%;
    inset: auto 0 0;
    background: linear-gradient(
      0deg,
      #fff 0%,
      rgb(255 255 255/0.86) 42%,
      transparent 100%
    );
  }
  .hero__visual::after {
    display: none;
  }
  .stats {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .stats > div:nth-child(2) {
    border: 0;
  }
  .split,
  .residences,
  .location-explorer {
    grid-template-columns: 1fr;
  }
  .residences__visual {
    min-height: 520px;
    margin: 0 24px 70px;
  }
  .growth {
    grid-template-columns: 1fr;
  }
  .growth figure {
    min-height: 500px;
  }
  .growth .legacy {
    grid-column: auto;
  }
  .footer__main {
    grid-template-columns: 1fr 1fr;
    gap: 30px 34px;
  }
  .final-cta {
    grid-template-columns: 1fr;
  }
  .final-cta img {
    opacity: 0.12;
    width: 70%;
  }
}
@media (max-width: 767px) {
  body {
    padding-bottom: calc(66px + env(safe-area-inset-bottom));
  }
  .site-header {
    height: 70px;
  }
  .site-header__inner {
    padding-inline: 18px;
  }
  .site-header .brand--hanging {
    width: 78px;
    min-height: 94px;
    padding: 7px;
  }
  .site-header .brand--hanging img {
    width: 100%;
    max-height: 78px;
  }
  .header-cta {
    display: none;
  }
  .hero__content {
    padding: 34px 20px 42px;
  }
  .hero .eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
  }
  .hero h1 {
    font-size: clamp(3.6rem, 17vw, 5.2rem);
  }
  .hero__location {
    gap: 12px;
    margin: 14px 0 20px;
    font-size: clamp(1.04rem, 7vw, 1.55rem);
    letter-spacing: 0.26em;
  }
  .hero__location::before,
  .hero__location::after {
    width: 36px;
  }
  .hero h2 {
    font-size: clamp(1.38rem, 6vw, 1.82rem);
  }
  .hero__description {
    font-size: 0.92rem;
  }
  .hero__features {
    grid-template-columns: 1fr 1fr;
    gap: 18px 8px;
    margin-top: 28px;
  }
  .hero__features span {
    min-height: 78px;
    padding: 0 4px;
  }
  .hero__features b {
    font-size: 0.62rem;
  }
  .hero__visual {
    min-height: 0;
    aspect-ratio: 4/3;
  }
  .hero__visual img {
    animation: none;
  }
  .actions {
    flex-direction: column;
  }
  .actions .button {
    width: 100%;
  }
  .stats {
    padding: 28px 10px 40px;
  }
  .stats > div {
    padding: 0 5px;
  }
  .stats strong {
    font-size: 1.6rem;
  }
  .stats__note {
    white-space: normal;
    width: 90%;
    text-align: center;
  }
  .section {
    padding: 72px 20px;
  }
  .split {
    gap: 50px;
  }
  .section-copy {
    padding: 0;
  }
  .framed-image::after {
    inset: 14px -8px -8px 14px;
  }
  .benefit-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 0;
  }
  .benefit-grid article {
    padding: 8px 16px;
  }
  .benefit-grid article:nth-child(even) {
    border: 0;
  }
  .residences__content {
    padding: 72px 20px;
  }
  .residences__visual {
    min-height: 0;
    aspect-ratio: 4/3;
    margin: 0 20px 72px;
  }
  .amenity-grid {
    grid-template-columns: 1fr 1fr;
  }
  .amenity-grid button:nth-child(4n) {
    border-right: 1px solid var(--border);
  }
  .amenity-grid button:nth-child(2n) {
    border-right: 0;
  }
  .amenity-grid button:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
  .map-card {
    min-height: 420px;
  }
  .location-explorer__content {
    padding: 0;
  }
  .growth__copy {
    padding: 72px 20px;
  }
  .growth figure {
    min-height: 0;
    aspect-ratio: 4/3;
  }
  .gallery {
    overflow: hidden;
  }
  .gallery-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 12px;
    padding-right: 34px;
    scrollbar-width: none;
  }
  .gallery-grid::-webkit-scrollbar {
    display: none;
  }
  .gallery-item {
    flex: 0 0 88%;
    height: auto;
    aspect-ratio: 4/3;
    scroll-snap-align: start;
  }
  .final-cta {
    padding: 72px 20px;
  }
  .final-cta__benefits {
    display: grid;
  }
  .footer {
    padding: 38px 0 82px;
  }
  .footer__inner {
    padding-inline: 20px;
  }
  .footer__main {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .footer__main > div:first-child {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
  }
  .footer__main > div:first-child p {
    margin: 0;
    max-width: none;
    font-size: 0.76rem;
    line-height: 1.55;
  }
  .footer__brand {
    width: 92px;
    min-height: 78px;
    align-self: center;
  }
  .footer-whatsapp {
    text-align: center;
  }
  .footer-whatsapp p {
    margin-inline: auto;
  }
  .footer-whatsapp > a {
    margin-inline: auto;
  }
  .footer-instagram-button {
    margin-inline: auto;
  }
  .footer nav {
    gap: 7px;
  }
  .footer nav a {
    min-height: 28px;
    padding: 7px 10px;
    font-size: 0.62rem;
  }
  .footer__disclaimer {
    margin-top: 24px;
  }
  .footer__bottom {
    display: grid;
  }
  .mobile-cta {
    position: fixed;
    z-index: 90;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 8px;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    background: #fff;
    border-top: 1px solid var(--border);
    transform: translateY(120%);
    transition: 0.3s;
  }
  .mobile-cta.is-visible {
    transform: none;
  }
  .mobile-cta.is-hidden {
    display: none;
  }
  .mobile-cta a,
  .mobile-cta button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(184 138 69/0.42);
    background:
      linear-gradient(180deg, rgb(255 255 255/0.86), rgb(255 255 255/0.68));
    color: #a77532;
    text-transform: uppercase;
    font-size: 0.72rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow:
      0 10px 20px rgb(7 26 48/0.08),
      inset 0 0 0 1px rgb(255 255 255/0.7);
    transition:
      transform 0.28s var(--ease),
      background 0.28s var(--ease),
      border-color 0.28s var(--ease),
      color 0.28s var(--ease),
      box-shadow 0.28s var(--ease);
  }
  .mobile-cta a:hover,
  .mobile-cta a:focus-visible,
  .mobile-cta button:hover,
  .mobile-cta button:focus-visible,
  .mobile-cta button:last-child:hover,
  .mobile-cta button:last-child:focus-visible {
    border-color: var(--aqva-navy);
    background: var(--aqva-navy);
    color: #fff;
    box-shadow: 0 14px 26px rgb(7 26 48/0.16);
    transform: translateY(-2px);
  }
  .whatsapp-float {
    bottom: 78px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .lightbox__dialog {
    grid-template-columns: 44px 1fr 44px;
  }
  .lightbox__prev,
  .lightbox__next {
    width: 40px;
  }
  .modal__card {
    padding: 32px 20px;
  }
  .modal__success {
    padding: 20px 0;
  }
}
@media (max-width: 430px) {
  body {
    font-size: 1rem;
  }
  .brand small {
    font-size: 0.48rem;
  }
  .hero__features b {
    font-size: 0.62rem;
  }
  .stats strong {
    font-size: 1.45rem;
  }
  .benefit-grid {
    grid-template-columns: 1fr;
  }
  .benefit-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--border);
    padding: 22px 12px;
  }
  .amenity-grid button {
    min-height: 104px;
  }
  .feature-list,
  .check-list {
    grid-template-columns: 1fr;
  }
  .tabs button {
    flex: 1;
    min-width: 0;
  }
  .legacy-stats {
    grid-template-columns: 1fr 1fr;
  }
  .map-card {
    min-height: 340px;
  }
  .lightbox {
    padding: 0;
  }
  .lightbox__dialog {
    width: 100vw;
    height: 100dvh;
  }
  .lightbox__dialog img {
    max-height: calc(100dvh - 70px);
  }
}
/* Final hero image sizing overrides */
.stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0 max(4vw, calc((100% - var(--container)) / 2));
  background: #fff;
  border-top: 1px solid rgb(180 138 66/0.22);
  border-bottom: 1px solid rgb(180 138 66/0.18);
  box-shadow: 0 6px 24px rgb(31 25 14/0.04);
}
.stats > div {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 2px;
  min-height: 148px;
  padding: 18px 22px 17px;
  text-align: center;
  border-right: 1px solid rgb(180 138 66/0.18);
}
.stats > div:nth-child(4) {
  border-right: 0;
}
.stats > div::before,
.stats > div::after {
  display: none;
}
.stats > div:hover {
  transform: none;
  box-shadow: none;
}
.stats i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 42px;
  margin-bottom: 5px;
  color: var(--gold);
  font-size: 0;
  line-height: 1;
}
.stats i::before {
  content: none;
}
.stats svg {
  width: 26px;
  height: 26px;
  color: var(--gold);
  stroke-width: 1.45;
}
.stats strong {
  display: block;
  color: var(--gold-dark);
  font-family: "Marcellus", Georgia, serif;
  font-size: clamp(1.85rem, 2.45vw, 2.75rem);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: 0.01em;
}
.stats strong small {
  display: block;
  margin-top: 8px;
  color: var(--gold-dark);
  font-family: "Marcellus", Georgia, serif;
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.stats p {
  max-width: 200px;
  margin-top: 7px;
  color: #16130f;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.18;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
.stats__note {
  display: none;
}
@media (max-width: 900px) {
  .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 20px;
  }
  .stats > div {
    min-height: 132px;
    padding: 18px 12px;
    border-right: 1px solid rgb(180 138 66/0.18);
  }
  .stats > div:nth-child(2) {
    border-right: 0;
  }
  .stats > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgb(180 138 66/0.18);
  }
}
@media (max-width: 767px) {
  .stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0 4px;
  }
  .stats > div {
    min-height: 88px;
    padding: 9px 3px 8px;
    border-right: 1px solid rgb(180 138 66/0.18);
    border-bottom: 0;
  }
  .stats > div:nth-child(2) {
    border-right: 1px solid rgb(180 138 66/0.18);
  }
  .stats > div:nth-child(4) {
    border-right: 0;
  }
  .stats i {
    width: 24px;
    height: 22px;
    margin-bottom: 2px;
    font-size: 0;
  }
  .stats i::before {
    font-size: 1.15rem;
  }
  .stats svg {
    width: 18px;
    height: 18px;
    stroke-width: 1.55;
  }
  .stats strong {
    font-size: clamp(0.9rem, 3.5vw, 1.08rem);
    line-height: 0.9;
  }
  .stats strong small {
    margin-top: 3px;
    font-size: 0.42rem;
    letter-spacing: 0.03em;
  }
  .stats p {
    max-width: 76px;
    margin-top: 4px;
    font-size: 0.42rem;
    line-height: 1.15;
    letter-spacing: 0.025em;
  }
}
@media (max-width: 380px) {
  .stats > div {
    min-height: 82px;
    padding-inline: 2px;
  }
  .stats svg {
    width: 16px;
    height: 16px;
  }
  .stats strong {
    font-size: 0.82rem;
  }
  .stats strong small,
  .stats p {
    font-size: 0.38rem;
  }
}
.hero {
  min-height: calc(100svh - var(--header));
  grid-template-columns: minmax(500px, 42%) 1fr;
  align-items: center;
  background-image: url("assets/images/optimized/hero/aqva-the-reserve-hero1.jpg");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.hero__content {
  padding: clamp(20px, 3.2vw, 42px) clamp(18px, 3vw, 46px)
    clamp(18px, 2.8vw, 38px) clamp(24px, 5.4vw, 76px);
}
.hero__visual {
  display: none;
}
.hero h1 {
  font-size: clamp(3.5rem, 5.4vw, 6.1rem);
  line-height: 0.96;
  white-space: nowrap;
}
.hero h2 {
  max-width: none;
  font-size: clamp(1.22rem, 1.35vw, 1.6rem);
  white-space: nowrap;
}
.hero__location {
  margin: 10px 0 16px;
}
.hero__description {
  margin-top: 12px;
  line-height: 1.55;
}
.hero .actions {
  margin-top: 18px;
}
.hero__features {
  margin-top: 20px;
}
@media (max-width: 900px) {
  .hero__visual {
    place-items: center;
    padding: 18px 18px 0;
    min-height: 300px;
    aspect-ratio: 16/9;
  }
  .hero__visual img {
    width: min(92%, 720px);
    max-height: 300px;
    object-fit: contain;
  }
}
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: calc(100svh - var(--header));
    background-position: center top;
  }
  .hero h2 {
    white-space: normal;
  }
  .hero__content {
    padding: 28px 7vw 36px;
  }
}
@media (max-width: 767px) {
  .hero {
    background-image:
      linear-gradient(90deg, rgb(255 255 255/0.94), rgb(255 255 255/0.72)),
      url("assets/images/optimized/hero/aqva-the-reserve-hero1.jpg");
    background-position: 62% top;
  }
  .hero h1 {
    font-size: clamp(2.85rem, 13.5vw, 4.15rem);
  }
  .hero__visual {
    display: none;
  }
  .hero__content {
    padding-top: 20px;
    padding-bottom: 28px;
  }
  .hero__features {
    margin-top: 18px;
  }
}
@media (max-width: 430px) {
  .hero h1 {
    font-size: clamp(2.45rem, 12.4vw, 3.25rem);
  }
}
/* Overview single-view section */
#overview {
  max-width: none;
  min-height: clamp(520px, calc(100svh - var(--header)), 700px);
  display: grid;
  grid-template-columns: minmax(0, 51.5%) minmax(430px, 48.5%);
  gap: 0;
  align-items: stretch;
  padding: 0;
  background: #fff;
  overflow: hidden;
  border-top: 1px solid rgb(180 138 66/0.18);
}
#overview .framed-image {
  position: relative;
  height: 100%;
  min-height: inherit;
  margin: 0;
  overflow: hidden;
  background: #efe6d5;
}
#overview .framed-image::after,
#overview .framed-image::before {
  display: none;
}
#overview .framed-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}
#overview .section-copy {
  align-self: center;
  max-width: 650px;
  margin-inline: auto;
  padding: clamp(34px, 4vw, 58px) clamp(34px, 5.2vw, 72px);
}
#overview .section-copy::before {
  display: none;
}
#overview .section-copy > * {
  position: relative;
  z-index: 1;
}
#overview .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding: 7px 12px 7px 0;
  color: var(--gold-dark);
  background: linear-gradient(90deg, rgb(180 138 66/0.12), transparent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
#overview .eyebrow::before {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  background: var(--gold);
}
#overview h2 {
  max-width: 500px;
  font-size: var(--section-title-size);
  line-height: var(--section-title-leading);
}
#overview .section-copy > p:not(.eyebrow) {
  max-width: 600px;
  margin: 14px 0 0;
  color: var(--section-copy-color);
  font-size: var(--section-copy-size);
  font-weight: 600;
  line-height: var(--section-copy-leading);
}
@media (max-width: 900px) {
  #overview {
    min-height: auto;
    grid-template-columns: 1fr;
  }
  #overview .framed-image {
    min-height: 320px;
    height: 38svh;
  }
  #overview .section-copy {
    max-width: none;
    padding: 38px 7vw 44px;
  }
  #overview h2 {
    font-size: clamp(2.4rem, 7.2vw, 3.8rem);
  }
}
@media (max-width: 767px) {
  #overview .framed-image {
    min-height: 220px;
    height: 30svh;
  }
  #overview .section-copy {
    padding: 30px 20px 34px;
  }
  #overview .eyebrow {
    font-size: 0.66rem;
    letter-spacing: 0.14em;
    margin-bottom: 12px;
  }
  #overview .eyebrow::before {
    width: 26px;
  }
  #overview h2 {
    font-size: var(--section-title-mobile-size);
  }
  #overview .section-copy > p:not(.eyebrow) {
    margin-top: 13px;
    font-size: var(--section-copy-mobile-size);
    line-height: 1.5;
  }
}
/* Why AQVA compact strip */
.why {
  max-width: none;
  min-height: 0;
  padding: clamp(42px, 5vw, 74px) max(4vw, calc((100% - var(--container)) / 2));
  background: #fbfaf7;
  border-block: 0;
}
.why .section-heading {
  max-width: none;
  margin: 0 auto 16px;
  text-align: center;
}
.why .section-heading .eyebrow,
.why .section-heading > p:last-child {
  display: none;
}
.why .section-heading h2 {
  color: var(--aqva-ink);
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(1.55rem, 2vw, 2rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
}
.benefit-grid {
  max-width: min(100%, 1510px);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0 auto;
  padding: 28px 30px;
  border: 1px solid rgb(6 40 68/0.12);
  border-radius: 8px;
  background: rgb(255 255 255/0.88);
  box-shadow: 0 12px 30px rgb(7 26 48/0.08);
}
.benefit-grid article {
  min-height: 82px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 14px clamp(18px, 2vw, 34px);
  text-align: left;
  border-right: 1px solid rgb(180 138 66/0.2);
}
.benefit-grid article:nth-child(5n) {
  border-right: 0;
}
.benefit-grid article:nth-child(-n + 5) {
  border-bottom: 1px solid rgb(180 138 66/0.18);
}
.benefit-grid svg {
  width: 43px;
  height: 43px;
  margin: 0;
  color: var(--gold-dark);
  stroke-width: 1.35;
}
.benefit-grid i {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0;
  color: var(--gold-dark);
  font-size: 0;
}
.benefit-grid i::before {
  content: none;
}
.benefit-grid h3 {
  display: none;
}
.benefit-grid h3::after {
  display: none;
}
.benefit-grid p {
  max-width: 210px;
  margin: 0;
  color: #161a20;
  font-size: clamp(0.86rem, 0.96vw, 1rem);
  font-weight: 700;
  line-height: 1.45;
}
@media (max-width: 1180px) {
  .why {
    padding-inline: 24px;
  }
  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 22px 20px;
  }
  .benefit-grid article {
    min-height: 76px;
    border-bottom: 1px solid rgb(180 138 66/0.16);
  }
  .benefit-grid article:nth-child(5n) {
    border-right: 1px solid rgb(180 138 66/0.2);
  }
  .benefit-grid article:nth-child(2n) {
    border-right: 0;
  }
  .benefit-grid article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .why {
    padding: 30px 12px;
  }
  .why .section-heading {
    margin-bottom: 14px;
  }
  .why .section-heading h2 {
    font-size: clamp(1.25rem, 6vw, 1.55rem);
  }
  .benefit-grid {
    grid-template-columns: 1fr;
    padding: 8px 14px;
  }
  .benefit-grid article {
    min-height: 60px;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 10px 0;
    border-right: 0 !important;
    border-bottom: 1px solid rgb(180 138 66/0.16);
  }
  .benefit-grid article:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgb(180 138 66/0.16);
  }
  .benefit-grid article:last-child {
    border-bottom: 0;
  }
  .benefit-grid svg,
  .benefit-grid .lucide {
    width: 34px;
    height: 34px;
    margin: 0;
  }
  .benefit-grid i {
    width: 42px;
    height: 42px;
  }
  .benefit-grid h3 {
    display: none;
  }
  .benefit-grid h3::after {
    display: none;
  }
  .benefit-grid p {
    max-width: none;
    font-size: 0.82rem;
    line-height: 1.38;
  }
  .benefit-grid i::before {
    content: none;
  }
}
@media (max-width: 430px) {
  .benefit-grid {
    grid-template-columns: 1fr;
  }
  .benefit-grid article {
    min-height: 58px;
    padding-inline: 0;
  }
  .benefit-grid h3 {
    display: none;
  }
  .benefit-grid p {
    max-width: none;
    font-size: 0.78rem;
  }
}

/* Investment reasons and project status */
.investment-section {
  max-width: none;
  padding: clamp(24px, 3vw, 38px) clamp(42px, 4.3vw, 58px)
    clamp(30px, 3.4vw, 46px);
  background:
    linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
  color: var(--aqva-ink);
}
.investment-section__header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  column-gap: clamp(22px, 3.4vw, 52px);
  max-width: 1268px;
  margin: 0 auto clamp(18px, 2vw, 26px);
  text-align: center;
}
.investment-section__header::before,
.investment-section__header::after {
  content: "";
  height: 1px;
  background: rgb(7 26 48/0.12);
  transform: translateY(-16px);
}
.investment-section__header p {
  grid-column: 2;
  margin: 0 0 7px;
  color: var(--aqva-gold);
  font-size: clamp(0.72rem, 0.82vw, 0.86rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.investment-section__header h2 {
  grid-column: 2;
  margin: 0;
  color: var(--aqva-ink);
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(1.92rem, 2.2vw, 2.72rem);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.investment-benefits {
  max-width: 1268px;
  margin: 0 auto clamp(22px, 2.4vw, 32px);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: start;
}
.investment-benefits article {
  position: relative;
  min-height: 146px;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 9px;
  padding: 10px clamp(14px, 1.8vw, 30px) 14px;
  text-align: center;
  border-right: 1px solid rgb(7 26 48/0.14);
  border-radius: 6px;
  transition:
    transform 0.28s var(--ease),
    box-shadow 0.28s var(--ease),
    background 0.28s var(--ease);
}
.investment-benefits article:last-child {
  border-right: 0;
}
.investment-benefits i {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0 0 4px;
  color: var(--aqva-navy);
  transition:
    color 0.28s var(--ease),
    transform 0.28s var(--ease),
    filter 0.28s var(--ease);
}
.investment-benefits svg,
.investment-benefits .lucide {
  width: 48px;
  height: 48px;
  stroke-width: 1.45;
}
.investment-benefits article:hover,
.investment-benefits article:focus-within {
  z-index: 1;
  background:
    radial-gradient(circle at 50% 0%, rgb(6 40 68/0.08), transparent 56%),
    rgb(255 255 255/0.9);
  box-shadow:
    0 18px 34px rgb(6 40 68/0.14),
    0 0 0 1px rgb(6 40 68/0.08);
  transform: translateY(-8px);
}
.investment-benefits article:hover i,
.investment-benefits article:focus-within i {
  color: #0a395f;
  filter: drop-shadow(0 10px 16px rgb(6 40 68/0.24));
  transform: translateY(-2px) scale(1.06);
}
.investment-benefits h3 {
  max-width: 170px;
  margin: 0;
  color: var(--aqva-ink);
  font-family: var(--font);
  font-size: clamp(0.9rem, 1vw, 1.05rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}
.investment-benefits p {
  max-width: 154px;
  margin: 0;
  color: #3f4650;
  font-size: clamp(0.82rem, 0.9vw, 0.94rem);
  font-weight: 500;
  line-height: 1.55;
}
.project-status-card {
  max-width: 1268px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(520px, 1.28fr) minmax(260px, 0.68fr) minmax(280px, 0.74fr);
  gap: clamp(20px, 2.1vw, 26px);
  align-items: stretch;
  padding: clamp(18px, 1.8vw, 22px) clamp(22px, 2.4vw, 34px);
  border: 1px solid rgb(7 26 48/0.12);
  background: rgb(255 255 255/0.82);
  box-shadow: 0 10px 30px rgb(7 26 48/0.05);
}
.project-status-card__timeline {
  display: grid;
  align-content: center;
  min-width: 0;
}
.project-status-card__eyebrow {
  margin: 0 0 11px;
  color: var(--aqva-gold);
  font-size: clamp(0.76rem, 0.86vw, 0.92rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.project-status-card__timeline h3 {
  margin: 0 0 clamp(18px, 2vw, 26px);
  color: var(--aqva-ink);
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(1.8rem, 2.15vw, 2.54rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}
/* =========================================================
   PROJECT STATUS - SEQUENTIAL TIMELINE ANIMATION
   Icon circle size remains exactly 52px
========================================================= */

.status-steps {
  --status-circle-size: 52px;
  --status-line-height: 2px;
  --status-active-color: var(--aqva-navy);
  --status-inactive-color: rgb(7 26 48 / 0.2);
  --status-animation-ease: cubic-bezier(0.22, 1, 0.36, 1);

  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  isolation: isolate;
}

/* Grey base line */
.status-steps::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: calc(var(--status-circle-size) / 2 - var(--status-line-height) / 2);
  left: calc(100% / 12);
  right: calc(100% / 12);
  height: var(--status-line-height);
  background: rgb(7 26 48 / 0.16);
}

/* Animated completed progress line */
.status-steps::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: calc(var(--status-circle-size) / 2 - var(--status-line-height) / 2);
  left: calc(100% / 12);
  width: calc((100% - (100% / 6)) * 0.4);
  height: var(--status-line-height);
  background: linear-gradient(
    90deg,
    var(--status-active-color),
    rgb(184 138 69 / 0.9)
  );
  box-shadow: 0 0 12px rgb(7 26 48 / 0.18);
  transform: scaleX(0);
  transform-origin: left center;
  transition: none;
}

/* Animate the line after timeline becomes visible */
.status-steps.is-playing::after {
  animation: statusLineDraw 4.2s var(--status-animation-ease) 0.55s forwards;
}

.status-steps.is-holding::after {
  transform: scaleX(1);
}

.status-step {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 11px;
  min-width: 0;
  text-align: center;

  opacity: 1;
  transform: translateY(0);
  will-change: transform, opacity;
}

/* Keep every point visible while the status animation works on the icons. */
.status-steps.is-playing .status-step {
  animation: none;
}

/* Icon circle - original size preserved */
.status-step__icon {
  position: relative;
  width: var(--status-circle-size);
  height: var(--status-circle-size);
  display: grid;
  place-items: center;
  overflow: visible;

  border: 1px solid var(--status-inactive-color);
  border-radius: 50%;
  background: #fff;
  color: var(--aqva-ink);

  box-shadow:
    0 0 0 7px #fff,
    0 8px 18px rgb(7 26 48 / 0);

  transition:
    color 0.5s var(--status-animation-ease),
    background-color 0.5s var(--status-animation-ease),
    border-color 0.5s var(--status-animation-ease),
    box-shadow 0.5s var(--status-animation-ease),
    transform 0.5s var(--status-animation-ease);

  will-change: transform, background-color, border-color;
}

/* Soft animated ring behind completed point */
.status-step__icon::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border: 1px solid rgb(184 138 69 / 0.58);
  border-radius: inherit;
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
}

/* Small traveling light effect */
.status-step__icon::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 9px;
  width: 15px;
  height: 8px;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.8);
  filter: blur(4px);
  opacity: 0;
  transform: rotate(-34deg);
  pointer-events: none;
}

/* Lucide icon dimensions remain unchanged */
.status-step__icon svg,
.status-step__icon .lucide {
  width: 27px;
  height: 27px;
  stroke-width: 1.8;
}

/* Both icons are centered in the same location */
.status-step__original-icon,
.status-step__check-icon {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
}

/* Starting appearance of relevant milestone icon */
.status-step__original-icon {
  opacity: 1;
  filter: blur(0);
}

/* Check starts hidden */
.status-step__check-icon {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.38) rotate(-35deg);
}

.status-steps.is-holding .status-step[data-complete="true"] .status-step__icon {
  border-color: var(--status-active-color);
  background: var(--status-active-color);
  color: #fff;
  box-shadow:
    0 0 0 7px #fff,
    0 10px 22px rgb(7 26 48 / 0.2);
}

.status-steps.is-holding
  .status-step[data-complete="true"]
  .status-step__original-icon {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.48) rotate(20deg);
}

.status-steps.is-holding
  .status-step[data-complete="true"]
  .status-step__check-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
}

.status-steps.is-holding .status-step[data-complete="true"] strong {
  opacity: 1;
  color: var(--aqva-ink);
  transform: translateY(0);
}

/* Animate first completed circle */
.status-steps.is-playing
  .status-step:nth-child(1)[data-complete="true"]
  .status-step__icon {
  animation: statusCircleComplete 1s var(--status-animation-ease) 0.9s
    forwards;
}

.status-steps.is-playing
  .status-step:nth-child(1)[data-complete="true"]
  .status-step__original-icon {
  animation: statusOriginalIconOut 0.52s var(--status-animation-ease) 1.1s
    forwards;
}

.status-steps.is-playing
  .status-step:nth-child(1)[data-complete="true"]
  .status-step__check-icon {
  animation: statusCheckIn 0.85s var(--status-animation-ease) 1.32s forwards;
}

.status-steps.is-playing
  .status-step:nth-child(1)[data-complete="true"]
  .status-step__icon::before {
  animation: statusPulseRing 1.15s var(--status-animation-ease) 1.32s forwards;
}

/* Animate second completed circle */
.status-steps.is-playing
  .status-step:nth-child(2)[data-complete="true"]
  .status-step__icon {
  animation: statusCircleComplete 1s var(--status-animation-ease) 1.72s
    forwards;
}

.status-steps.is-playing
  .status-step:nth-child(2)[data-complete="true"]
  .status-step__original-icon {
  animation: statusOriginalIconOut 0.52s var(--status-animation-ease) 1.92s
    forwards;
}

.status-steps.is-playing
  .status-step:nth-child(2)[data-complete="true"]
  .status-step__check-icon {
  animation: statusCheckIn 0.85s var(--status-animation-ease) 2.14s forwards;
}

.status-steps.is-playing
  .status-step:nth-child(2)[data-complete="true"]
  .status-step__icon::before {
  animation: statusPulseRing 1.15s var(--status-animation-ease) 2.14s forwards;
}

/* Animate third completed circle */
.status-steps.is-playing
  .status-step:nth-child(3)[data-complete="true"]
  .status-step__icon {
  animation: statusCircleComplete 1s var(--status-animation-ease) 2.54s
    forwards;
}

.status-steps.is-playing
  .status-step:nth-child(3)[data-complete="true"]
  .status-step__original-icon {
  animation: statusOriginalIconOut 0.52s var(--status-animation-ease) 2.74s
    forwards;
}

.status-steps.is-playing
  .status-step:nth-child(3)[data-complete="true"]
  .status-step__check-icon {
  animation: statusCheckIn 0.85s var(--status-animation-ease) 2.96s forwards;
}

.status-steps.is-playing
  .status-step:nth-child(3)[data-complete="true"]
  .status-step__icon::before {
  animation: statusPulseRing 1.15s var(--status-animation-ease) 2.96s forwards;
}

/* Shine inside completed circles */
.status-steps.is-playing
  .status-step[data-complete="true"]
  .status-step__icon::after {
  animation: statusHighlight 0.7s ease-out forwards;
}

.status-steps.is-playing
  .status-step:nth-child(1)[data-complete="true"]
  .status-step__icon::after {
  animation-delay: 1.36s;
}

.status-steps.is-playing
  .status-step:nth-child(2)[data-complete="true"]
  .status-step__icon::after {
  animation-delay: 2.18s;
}

.status-steps.is-playing
  .status-step:nth-child(3)[data-complete="true"]
  .status-step__icon::after {
  animation-delay: 3s;
}

/* Upcoming points receive a controlled floating effect */
.status-steps.is-playing
  .status-step[data-complete="false"]
  .status-step__icon {
  animation: statusPendingFloat 3.2s ease-in-out infinite;
}

.status-steps.is-playing
  .status-step:nth-child(4)[data-complete="false"]
  .status-step__icon {
  animation-delay: 3.8s;
}

.status-steps.is-playing
  .status-step:nth-child(5)[data-complete="false"]
  .status-step__icon {
  animation-delay: 4.15s;
}

.status-steps.is-playing
  .status-step:nth-child(6)[data-complete="false"]
  .status-step__icon {
  animation-delay: 4.5s;
}

.status-step strong {
  color: var(--aqva-ink);
  font-family: var(--font);
  font-size: clamp(0.76rem, 0.8vw, 0.86rem);
  font-weight: 700;
  line-height: 1.35;

  opacity: 0.82;
  transform: translateY(2px);

  transition:
    opacity 0.45s ease,
    color 0.45s ease,
    transform 0.45s var(--status-animation-ease);
}

/* Highlight completed titles */
.status-steps.is-playing
  .status-step[data-complete="true"]
  strong {
  opacity: 1;
  color: var(--aqva-ink);
  transform: translateY(0);
}

/* Optional hover - does not disturb animation */
.status-step:hover .status-step__icon {
  transform: translateY(-3px);
  box-shadow:
    0 0 0 7px #fff,
    0 12px 24px rgb(7 26 48 / 0.14);
}

/* =========================================================
   KEYFRAMES
========================================================= */

@keyframes statusStepReveal {
  0% {
    opacity: 0;
    transform: translateY(11px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes statusLineDraw {
  0% {
    transform: scaleX(0);
    filter: brightness(1);
  }

  70% {
    filter: brightness(1.18);
  }

  100% {
    transform: scaleX(1);
    filter: brightness(1);
  }
}

@keyframes statusCircleComplete {
  0% {
    border-color: var(--status-inactive-color);
    background: #fff;
    color: var(--aqva-ink);
    transform: scale(1);
  }

  42% {
    transform: scale(1.11);
  }

  68% {
    border-color: var(--status-active-color);
    background: var(--status-active-color);
    color: #fff;
    transform: scale(0.96);
  }

  100% {
    border-color: var(--status-active-color);
    background: var(--status-active-color);
    color: #fff;
    transform: scale(1);
    box-shadow:
      0 0 0 7px #fff,
      0 10px 22px rgb(7 26 48 / 0.2);
  }
}

@keyframes statusOriginalIconOut {
  0% {
    opacity: 1;
    filter: blur(0);
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }

  100% {
    opacity: 0;
    filter: blur(2px);
    transform: translate(-50%, -50%) scale(0.48) rotate(20deg);
  }
}

@keyframes statusCheckIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.38) rotate(-35deg);
  }

  62% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.18) rotate(5deg);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
}

@keyframes statusPulseRing {
  0% {
    opacity: 0.8;
    transform: scale(0.82);
  }

  100% {
    opacity: 0;
    transform: scale(1.58);
  }
}

@keyframes statusHighlight {
  0% {
    opacity: 0;
    transform: translate(-5px, 7px) rotate(-34deg);
  }

  35% {
    opacity: 0.7;
  }

  100% {
    opacity: 0;
    transform: translate(22px, -7px) rotate(-34deg);
  }
}

@keyframes statusPendingFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-2px);
  }
}

@keyframes statusPendingFloatMobile {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .status-step,
  .status-step__icon,
  .status-step__original-icon,
  .status-step__check-icon,
  .status-step__icon::before,
  .status-step__icon::after,
  .status-steps::after {
    animation: none !important;
    transition: none !important;
  }

  .status-step {
    opacity: 1;
    transform: none;
  }

  .status-steps::after {
    transform: scaleX(1);
  }

  .status-step[data-complete="true"] .status-step__icon {
    border-color: var(--status-active-color);
    background: var(--status-active-color);
    color: #fff;
  }

  .status-step[data-complete="true"] .status-step__original-icon {
    opacity: 0;
  }

  .status-step[data-complete="true"] .status-step__check-icon {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.project-status-card__image {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 2px;
  background: #e8e1d6;
}
.project-status-card__image img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  display: block;
  object-fit: cover;
  object-position: center;
}
.project-status-card__update {
  min-width: 0;
  display: grid;
  align-content: center;
  justify-items: start;
  padding-left: clamp(0px, 0.8vw, 8px);
}
.project-status-card__update h3 {
  margin: 0 0 clamp(16px, 1.8vw, 24px);
  color: var(--aqva-ink);
  font-family: var(--font);
  font-size: clamp(0.86rem, 0.96vw, 1rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.project-status-card__update p {
  max-width: 280px;
  margin: 0 0 clamp(18px, 2vw, 26px);
  color: #323b46;
  font-size: clamp(0.92rem, 1vw, 1.06rem);
  font-weight: 500;
  line-height: 1.65;
}
.project-status-card__button {
  min-width: 224px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid rgb(184 138 69/0.42);
  border-radius: 3px;
  color: #a77532;
  background:
    linear-gradient(180deg, rgb(255 255 255/0.86), rgb(255 255 255/0.68));
  box-shadow:
    0 14px 28px rgb(7 26 48/0.1),
    inset 0 0 0 1px rgb(255 255 255/0.7);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.28s var(--ease),
    background 0.25s var(--ease),
    color 0.25s var(--ease),
    border-color 0.25s var(--ease),
    box-shadow 0.28s var(--ease);
}
.project-status-card__button:hover,
.project-status-card__button:focus-visible {
  border-color: var(--aqva-navy);
  background: var(--aqva-navy);
  color: #fff;
  box-shadow: 0 18px 34px rgb(7 26 48/0.18);
  transform: translateY(-3px);
}
@media (max-width: 1180px) {
  .investment-section {
    padding-inline: 24px;
  }
  .investment-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 24px;
  }
  .investment-benefits article:nth-child(3n) {
    border-right: 0;
  }
  .investment-benefits article:nth-child(4),
  .investment-benefits article:nth-child(5),
  .investment-benefits article:nth-child(6) {
    padding-top: 24px;
    border-top: 1px solid rgb(7 26 48/0.12);
  }
  .project-status-card {
    grid-template-columns: 1fr;
  }
  .project-status-card__image {
    order: 2;
    min-height: 280px;
  }
  .project-status-card__update {
    order: 3;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .investment-section {
    padding: 28px 18px 34px;
  }
  .investment-section__header {
    grid-template-columns: 1fr;
    margin-bottom: 26px;
  }
  .investment-section__header::before,
  .investment-section__header::after {
    display: none;
  }
  .investment-section__header p,
  .investment-section__header h2 {
    grid-column: auto;
  }
  .investment-section__header h2 {
    font-size: clamp(1.62rem, 7vw, 2.2rem);
    line-height: 1.04;
  }
  .investment-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-bottom: 24px;
    border: 1px solid rgb(7 26 48/0.1);
    background: rgb(255 255 255/0.72);
  }
  .investment-benefits article {
    min-height: 174px;
    padding: 18px 14px;
    border-right: 1px solid rgb(7 26 48/0.1);
    border-bottom: 1px solid rgb(7 26 48/0.1);
  }
  .investment-benefits article:nth-child(2n) {
    border-right: 0;
  }
  .investment-benefits article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
  .investment-benefits i {
    width: 48px;
    height: 48px;
  }
  .investment-benefits svg,
  .investment-benefits .lucide {
    width: 42px;
    height: 42px;
  }
  .investment-benefits h3 {
    font-size: 0.84rem;
  }
  .investment-benefits p {
    font-size: 0.76rem;
    line-height: 1.45;
  }
  .project-status-card {
    padding: 22px 16px;
  }
  .project-status-card__timeline h3 {
    font-size: clamp(1.58rem, 7.4vw, 2rem);
    line-height: 1.04;
  }
  .status-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 20px;
  }
  .status-steps::before {
    display: none;
  }
  .status-steps::after {
    display: none;
  }
  .status-steps.is-playing
    .status-step[data-complete="false"]
    .status-step__icon {
    animation-name: statusPendingFloatMobile;
  }
  .status-step strong {
    font-size: 0.78rem;
  }
  .project-status-card__image {
    min-height: 220px;
  }
  .project-status-card__update h3 {
    margin-bottom: 14px;
  }
  .project-status-card__button {
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 340px) {
  .investment-benefits {
    grid-template-columns: 1fr;
  }
  .investment-benefits article,
  .investment-benefits article:nth-child(2n),
  .investment-benefits article:nth-last-child(-n + 2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgb(7 26 48/0.1);
  }
  .investment-benefits article:last-child {
    border-bottom: 0;
  }
}
/* Residences reference layout */
.residences {
  display: grid;
  grid-template-columns: minmax(390px, 36%) minmax(0, 64%);
  min-height: clamp(390px, 35vw, 460px);
  background: #fff;
  border-block: 1px solid rgb(180 138 66/0.18);
}
.residences__content {
  align-self: stretch;
  display: grid;
  align-content: center;
  padding: clamp(34px, 4vw, 62px) clamp(34px, 4.8vw, 72px);
}
.residences__content .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  justify-self: start;
  margin-bottom: 12px;
  padding: 7px 12px 7px 0;
  color: var(--gold-dark);
  background: linear-gradient(90deg, rgb(180 138 66/0.12), transparent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
.residences__content .eyebrow::before {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  background: var(--gold);
}
.residences__content h2 {
  max-width: 520px;
  font-size: var(--section-title-size);
  line-height: var(--section-title-leading);
}
.residences__content > p:not(.eyebrow) {
  max-width: 500px;
  margin-top: 18px;
  color: #2f2b24;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.55;
}
.residences .tabs,
.residences .residence-panel,
.residences__content > .button {
  display: none;
}
.residences .feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 34px;
  width: 100%;
  max-width: 560px;
  margin: 36px 0 0;
  list-style: none;
}
.residences .feature-list li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  min-height: 42px;
  color: #171610;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.18;
}
.residences .feature-list li::before {
  content: none;
}
.residences .feature-list li span {
  display: block;
  padding-top: 4px;
}
.residences__visual {
  position: relative;
  min-height: inherit;
  max-height: 460px;
  margin: 0;
  overflow: hidden;
  background: #efe6d5;
}
.residences__visual::before {
  display: none;
}
.residences__visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: none;
}
.residences__visual:hover img {
  transform: none;
}
@media (max-width: 900px) {
  .residences {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .residences__content {
    padding: 42px 7vw;
  }
  .residences__visual {
    min-height: 380px;
    max-height: none;
    margin: 0;
  }
  .residences__content h2 {
    max-width: 680px;
  }
  .residences .feature-list {
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .residences__content {
    padding: 34px 20px;
  }
  .residences__content .eyebrow {
    font-size: 0.66rem;
    letter-spacing: 0.14em;
  }
  .residences__content .eyebrow::before {
    width: 26px;
  }
  .residences__content h2 {
    font-size: var(--section-title-mobile-size);
  }
  .residences__content > p:not(.eyebrow) {
    font-size: 0.94rem;
  }
  .residences .feature-list {
    gap: 20px 16px;
    margin-top: 30px;
  }
  .residences .feature-list li {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
    font-size: 0.78rem;
  }
  .residences .feature-list li::before {
    width: 30px;
    height: 30px;
    font-size: 1.75rem;
  }
  .residences__visual {
    min-height: 260px;
  }
}
/* Lucide icon refinements */
.hero__features svg.feature-icon,
.feature-list--icons svg,
.final-cta__benefits svg {
  color: var(--gold);
  stroke: currentColor;
  stroke-width: 1.7;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hero__features .feature-icon {
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}
.hero__features span {
  gap: 6px;
  min-height: 72px;
}
.hero__features b {
  margin-top: 4px;
  color: #171610;
  font-size: 0.64rem;
  line-height: 1.28;
  letter-spacing: 0;
}
.feature-list--icons li {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: start;
  gap: 9px;
}
.feature-list--icons li::before {
  display: none;
}
.feature-list--icons svg {
  width: 22px;
  height: 22px;
}
.final-cta__benefits span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.final-cta__benefits svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}
.amenity-grid svg {
  width: 28px;
  height: 28px;
  color: var(--gold);
  stroke-width: 1.55;
}
/* Amenities premium redesign */
.amenities {
  max-width: none;
  padding: clamp(58px, 6vw, 92px) max(24px, calc((100% - var(--container)) / 2));
  background: #fff;
}
.amenities .section-heading {
  max-width: 860px;
  margin-bottom: clamp(34px, 4vw, 52px);
}
.amenities .section-heading .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding: 7px 12px 7px 0;
  background: linear-gradient(90deg, rgb(180 138 66/0.12), transparent);
  font-weight: 800;
}
.amenities .section-heading .eyebrow::before {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  background: var(--gold);
}
.amenities .section-heading h2 {
  max-width: 760px;
  margin-inline: auto;
}
.amenity-grid {
  max-width: var(--container);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid rgb(180 138 66/0.18);
  border-left: 1px solid rgb(180 138 66/0.18);
  background: #fff;
}
.amenity-grid article {
  min-width: 0;
  border-right: 1px solid rgb(180 138 66/0.18);
  border-bottom: 1px solid rgb(180 138 66/0.18);
  background: var(--paper);
}
.amenity-grid button {
  position: relative;
  width: 100%;
  min-height: 158px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 0;
  padding: 22px 18px;
  border: 0;
  background: transparent;
  text-align: center;
  transition:
    background 0.25s,
    box-shadow 0.25s,
    transform 0.25s;
}
.amenity-grid button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(180 138 66/0.08), transparent 58%);
  opacity: 0;
  transition: opacity 0.25s;
}
.amenity-grid i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 42px;
  margin-bottom: 13px;
  color: var(--gold);
  font-size: 0;
  line-height: 1;
  transition: transform 0.25s;
}
.amenity-grid svg {
  width: 32px;
  height: 32px;
  color: var(--gold);
  stroke: currentColor;
  stroke-width: 1.55;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.amenity-title {
  position: relative;
  display: block;
  max-width: 140px;
  color: #111;
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}
.amenity-title::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  margin: 10px auto 0;
  background: var(--gold);
  transition: width 0.25s;
}
.amenity-grid small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.amenity-grid button:hover,
.amenity-grid button[aria-pressed="true"] {
  z-index: 1;
  background: #fff;
  box-shadow: 0 18px 38px rgb(39 31 17/0.08);
}
.amenity-grid button:hover::before,
.amenity-grid button[aria-pressed="true"]::before {
  opacity: 1;
}
.amenity-grid button:hover i,
.amenity-grid button[aria-pressed="true"] i {
  transform: translateY(-3px);
}
.amenity-grid button:hover .amenity-title::after,
.amenity-grid button[aria-pressed="true"] .amenity-title::after {
  width: 48px;
}
.amenity-note {
  max-width: var(--container);
  min-height: 112px;
  margin: 0 auto;
  padding: 26px clamp(22px, 4vw, 46px);
  display: grid;
  grid-template-columns: 180px minmax(170px, 260px) minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  border-right: 1px solid rgb(180 138 66/0.18);
  border-bottom: 1px solid rgb(180 138 66/0.18);
  border-left: 1px solid rgb(180 138 66/0.18);
  background: linear-gradient(90deg, var(--ivory), #fff);
  text-align: left;
  color: var(--body);
}
.amenity-note span {
  color: var(--gold-dark);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.amenity-note strong {
  color: var(--ink);
  font: 600 clamp(1.55rem, 2vw, 2.1rem)/1 var(--heading);
}
.amenity-note p {
  max-width: 680px;
  color: #3d382f;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.55;
}
@media (max-width: 1180px) {
  .amenity-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .amenity-note {
    grid-template-columns: 150px 220px 1fr;
  }
}
@media (max-width: 767px) {
  .amenities {
    padding: 56px 20px;
  }
  .amenities .section-heading {
    margin-bottom: 30px;
  }
  .amenities .section-heading .eyebrow {
    font-size: 0.66rem;
    letter-spacing: 0.14em;
  }
  .amenities .section-heading .eyebrow::before {
    width: 26px;
  }
  .amenity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .amenity-grid button {
    min-height: 136px;
    padding: 18px 12px;
  }
  .amenity-grid svg {
    width: 30px;
    height: 30px;
  }
  .amenity-title {
    font-size: 0.62rem;
  }
  .amenity-grid small {
    font-size: 0.52rem;
  }
  .amenity-note {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px 18px;
  }
  .amenity-note strong {
    font-size: 1.7rem;
  }
  .amenity-note p {
    font-size: 0.86rem;
  }
}
@media (max-width: 430px) {
  .amenity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .amenity-grid button {
    min-height: 126px;
  }
  .amenity-title {
    max-width: none;
  }
}
/* Amenities compact strip */
.amenities {
  max-width: none;
  min-height: 0;
  padding: 22px max(4vw, calc((100% - var(--container)) / 2)) 26px;
  background: #fff;
  border-block: 1px solid rgb(180 138 66/0.18);
}
.amenities .section-heading {
  max-width: none;
  margin: 0 auto 18px;
  text-align: center;
}
.amenities .section-heading h2 {
  font-family: "Marcellus", Georgia, serif;
  color: var(--gold-dark);
  font-size: clamp(1.08rem, 1.35vw, 1.38rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.amenities .section-heading > p,
.amenity-note {
  display: none;
}
.amenity-grid {
  max-width: var(--container);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px 0;
  margin: 0 auto;
  border: 0;
  background: transparent;
}
.amenity-grid article {
  min-height: 168px;
  padding: 8px clamp(14px, 1.9vw, 30px) 0;
  text-align: center;
  border: 0;
  border-right: 1px solid rgb(180 138 66/0.18);
  background: transparent;
}
.amenity-grid article:nth-child(5n) {
  border-right: 0;
}
.amenity-grid i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 42px;
  margin: 0 auto 10px;
  color: var(--gold);
  font-size: 0;
  line-height: 1;
}
.amenity-grid i::before {
  content: none;
}
.amenity-grid svg {
  width: 30px;
  height: 30px;
  color: var(--gold);
  stroke: currentColor;
  stroke-width: 1.55;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.amenity-grid h3 {
  margin: 0 0 11px;
  color: #0f0d09;
  font-family: var(--font);
  font-size: clamp(0.78rem, 0.86vw, 0.94rem);
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.amenity-grid h3::after {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  margin: 8px auto 0;
  background: var(--gold);
}
.amenity-grid p {
  max-width: 190px;
  margin: 0 auto;
  color: #2f2b24;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.36;
}
@media (max-width: 1180px) {
  .amenities {
    padding-inline: 24px;
  }
  .amenity-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .amenity-grid article {
    padding-inline: 14px;
  }
}
@media (max-width: 900px) {
  .amenity-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 0;
  }
  .amenity-grid article {
    min-height: 126px;
    padding: 12px 7px 10px;
    border-right: 1px solid rgb(180 138 66/0.18);
    border-bottom: 1px solid rgb(180 138 66/0.16);
  }
  .amenity-grid article:nth-child(n + 10) {
    display: none;
  }
  .amenity-grid article:nth-child(3n) {
    border-right: 0;
  }
  .amenity-grid article:nth-child(n + 7):nth-child(-n + 9) {
    border-bottom: 0;
  }
  .amenity-grid svg {
    width: 20px;
    height: 20px;
    margin-bottom: 7px;
  }
  .amenity-grid i {
    width: 28px;
    height: 24px;
    margin-bottom: 7px;
  }
  .amenity-grid h3 {
    font-size: 0.62rem;
    margin-bottom: 7px;
    line-height: 1.12;
    letter-spacing: 0;
  }
  .amenity-grid h3::after {
    width: 18px;
    height: 1px;
    margin-top: 6px;
  }
  .amenity-grid p {
    max-width: 96px;
    font-size: 0.56rem;
    line-height: 1.25;
  }
  .amenity-grid i::before {
    font-size: 1.25rem;
  }
}
@media (max-width: 430px) {
  .amenity-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .amenity-grid article {
    min-height: 118px;
    padding-inline: 4px;
    border-right: 1px solid rgb(180 138 66/0.18) !important;
  }
  .amenity-grid article:nth-child(3n) {
    border-right: 0 !important;
  }
  .amenity-grid article:nth-child(n + 7):nth-child(-n + 9) {
    border-bottom: 0;
  }
  .amenity-grid h3 {
    font-size: 0.56rem;
  }
  .amenity-grid p {
    max-width: 86px;
    font-size: 0.52rem;
  }
}
/* Compact Location Connectivity */
.location-connectivity {
  display: grid;
  grid-template-columns: minmax(0, 53%) minmax(390px, 47%);
  min-height: clamp(260px, 27vw, 300px);
  overflow: hidden;
  background: #fff;
  border-block: 1px solid rgb(180 138 66 / 0.18);
}

.location-map {
  position: relative;
  min-height: inherit;
  overflow: hidden;
  background: linear-gradient(135deg, #efe8d8, #fbf8ef);
  isolation: isolate;
}

.location-map iframe {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.92) contrast(0.96);
}

.location-connectivity__content {
  align-self: center;
  height: max-content;
  max-width: 620px;
  padding: 16px clamp(22px, 3.5vw, 48px);
}

/* Extra Compact Location Section */
.location-connectivity {
  display: grid;
  grid-template-columns: minmax(0, 54%) minmax(360px, 46%);
  min-height: clamp(260px, 23vw, 320px);
  overflow: hidden;
  background: #fff;
  border-block: 1px solid rgb(180 138 66 / 0.18);
}

.location-map {
  position: relative;
  min-height: inherit;
  overflow: hidden;
  background: linear-gradient(135deg, #efe8d8, #fbf8ef);
  isolation: isolate;
}

.location-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.location-connectivity__content {
  align-self: center;
  max-width: 580px;
  padding: 10px clamp(16px, 2.6vw, 34px);
}

/* Top card */
.location-summary-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  margin-bottom: 8px;
}

.location-summary-card__icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
}

.location-summary-card__icon svg {
  width: 17px;
  height: 17px;
}

.location-summary-card__body p {
  margin: 0 0 2px;
  font-size: 0.58rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.location-summary-card__body h2 {
  margin: 0;
  font-size: clamp(1.05rem, 1.35vw, 1.45rem);
  line-height: 1.05;
}

.location-directions {
  margin-top: 4px;
  gap: 5px;
  font-size: 0.6rem;
}

.location-directions svg {
  width: 12px;
  height: 12px;
}

/* Connectivity card */
.major-connectivity-card {
  padding: 10px 12px;
}

.major-connectivity-card h3 {
  margin: 0 0 5px;
  font-size: clamp(0.9rem, 1vw, 1.08rem);
  line-height: 1.05;
}

.connectivity-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  list-style: none;
}

.connectivity-list li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;
  min-height: 29px;
  padding: 1px 0;
  border-bottom: 1px solid rgb(180 138 66 / 0.14);
}

.connectivity-list i {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
}

.connectivity-list svg {
  width: 16px;
  height: 16px;
  stroke-width: 1.55;
}

.connectivity-list span {
  font-size: 0.6rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.015em;
}

.connectivity-list strong {
  font-size: 0.64rem;
  font-weight: 900;
}

.location-connectivity__content small {
  margin-top: 5px;
  font-size: 0.56rem;
  line-height: 1.3;
}

@media (max-width: 1024px) {
  .location-connectivity {
    grid-template-columns: 50% 50%;
    min-height: 310px;
  }

  .location-connectivity__content {
    padding: 10px 16px;
  }
}

@media (max-width: 767px) {
  .location-connectivity {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .location-map {
    min-height: 210px;
  }

  .location-connectivity__content {
    max-width: none;
    padding: 12px;
  }

  .location-summary-card,
  .major-connectivity-card {
    padding: 10px 11px;
  }

  .connectivity-list li {
    min-height: 31px;
  }
}
/* Floor plan card section */
.floor-plans {
  max-width: none;
  padding: clamp(20px, 2.5vw, 36px)
         clamp(28px, 5vw, 76px)
         clamp(46px, 5vw, 72px);
  background: #fff;
  border-bottom: 1px solid rgb(180 138 66/0.18);
}
.floor-plans .section-heading {
  max-width: 760px;
  margin: 0 auto clamp(28px, 3vw, 40px);
  text-align: center;
}
.floor-plans .section-heading h2 {
  color: #0e1726;
  font-family: "Marcellus", Georgia, serif;
  font-size: clamp(1.85rem, 2.5vw, 2.65rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.floor-plans .section-heading p {
  max-width: 690px;
  margin: 14px auto 0;
  color: #2f2b24;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.65;
}
.floor-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(250px, 320px));
  justify-content: center;
  gap: clamp(18px, 2vw, 28px);
  max-width: 1040px;
  margin: 0 auto;
}
.floor-plan-card {
  min-width: 0;
}
.floor-plan-card button {
  position: relative;
  width: 100%;
  min-height: 360px;
  display: grid;
  align-content: stretch;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: #ede7dc;
  box-shadow: 0 18px 36px rgb(27 22 13/0.14);
  color: #fff;
  text-align: center;
  isolation: isolate;
  transition:
    transform 0.28s,
    box-shadow 0.28s;
}
.floor-plan-card button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--plan-bg) center / contain no-repeat;
  filter: blur(5px);
  transform: scale(1.02);
}
.floor-plan-card button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgb(20 19 17/0.46);
  pointer-events: none;
}
.floor-plan-card button:hover,
.floor-plan-card button:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 24px 46px rgb(27 22 13/0.18);
}
.floor-plan-card__content {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 292px;
  padding: 40px 20px 28px;
}
.floor-plan-card__content .lucide {
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  color: #d7ac57;
  stroke-width: 1.35;
}
.floor-plan-card__content strong {
  color: #fff;
  font-family: var(--font);
  font-size: clamp(1.28rem, 1.6vw, 1.65rem);
  font-weight: 500;
  line-height: 1.1;
}
.floor-plan-card__content span {
  max-width: 210px;
  margin-top: 18px;
  color: rgb(255 255 255/0.92);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.55;
}
.floor-plan-card__cta {
  position: relative;
  z-index: 2;
  min-height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 20px;
  background: linear-gradient(135deg, #d9ad58, #bd8830);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.floor-plan-card__cta .lucide {
  width: 18px;
  height: 18px;
  stroke-width: 1.8;
}
.floorplan-modal {
  position: fixed;
  z-index: 430;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}
.floorplan-modal[hidden] {
  display: none;
}
.floorplan-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgb(14 13 10/0.42);
  backdrop-filter: blur(5px);
}
.floorplan-modal__card {
  position: relative;
  width: min(360px, 100%);
  padding: 30px 30px 22px;
  border: 1px solid rgb(255 255 255/0.88);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgb(255 255 255/0.98), rgb(255 255 255/0.95)),
    var(--white);
  box-shadow:
    0 24px 70px rgb(17 14 8/0.22),
    0 2px 10px rgb(17 14 8/0.08);
  text-align: center;
  transform: translateY(0);
}
.floorplan-modal__close {
  position: absolute;
  right: 16px;
  top: 14px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #1f2937;
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.2s;
}
.floorplan-modal__close:hover,
.floorplan-modal__close:focus-visible {
  background: rgb(14 39 68/0.07);
  color: #0e2744;
  transform: rotate(90deg);
}
.floorplan-modal__close .lucide {
  width: 20px;
  height: 20px;
  stroke-width: 1.8;
}
.floorplan-modal__card h2 {
  margin-top: 2px;
  color: #101827;
  font-family: var(--font);
  font-size: clamp(1.28rem, 2vw, 1.42rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.floorplan-modal__intro {
  max-width: 255px;
  margin: 8px auto 0;
  color: #71717a;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.38;
}
.floorplan-modal__details {
  margin: 12px auto 2px;
}
.floorplan-modal form {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  text-align: left;
}
.floorplan-modal label {
  display: grid;
  gap: 5px;
  color: #111827;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.2;
}
.floorplan-label-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.floorplan-modal label em {
  color: #7b766b;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 700;
}
.floorplan-field {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  min-height: 44px;
  border: 1px solid #d8d3ca;
  border-radius: 2px;
  background: #fffefe;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.floorplan-field:focus-within {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgb(180 138 66/0.13);
}
.floorplan-modal label .lucide {
  width: 17px;
  height: 17px;
  margin: 0 auto;
  color: #8a857d;
  stroke-width: 1.8;
}
.floorplan-modal input:not([type="hidden"]) {
  width: 100%;
  min-height: 44px;
  border: 0;
  padding: 10px 14px 10px 0;
  background: transparent;
  color: #171610;
  font-size: 0.86rem;
  font-weight: 500;
  outline: none;
}
.floorplan-modal input::placeholder {
  color: #8b8f98;
}
.floorplan-modal input[aria-invalid="true"] {
  outline: none;
}
.floorplan-modal .form-error,
.floorplan-modal .form-status {
  color: var(--error);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.35;
}
.floorplan-modal .honeypot,
.floorplan-modal .form-error:empty,
.floorplan-modal .form-status:empty {
  display: none;
}
.floorplan-submit {
  width: 100%;
  min-height: 48px;
  margin-top: 0;
  justify-content: center;
  border-color: #0e2744;
  background: #0e2744;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  box-shadow: 0 12px 24px rgb(14 39 68/0.16);
}
.floorplan-submit:hover,
.floorplan-submit:focus-visible {
  border-color: #102f52;
  background: #102f52;
  transform: translateY(-1px);
}
.floorplan-submit .lucide {
  width: 18px;
  height: 18px;
  margin-left: 4px;
  stroke-width: 1.9;
}
.floorplan-submit.is-loading::after {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
@media (max-width: 900px) {
  .location-connectivity {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .location-map {
    order: 2;
    min-height: 300px;
  }
  .location-connectivity__content {
    order: 1;
    max-width: none;
    padding: 28px 7vw;
  }
  .connectivity-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 720px;
    gap: 0;
  }
  .floor-plan-grid {
    grid-template-columns: repeat(2, minmax(260px, 320px));
    justify-content: center;
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .location-map {
    min-height: 190px;
  }
  .location-map__pin {
    width: 96px;
    height: 96px;
    font-size: 1rem;
  }
  .location-map__road {
    height: 30px;
    padding-inline: 16px;
    font-size: 0.54rem;
  }
  .location-map__label {
    font-size: 0.54rem;
  }
  .location-connectivity__content {
    padding: 22px 12px 18px;
  }
  .location-connectivity .eyebrow {
    font-size: 0.66rem;
    letter-spacing: 0.14em;
  }
  .location-connectivity .eyebrow::before {
    width: 26px;
  }
  .location-connectivity h2 {
    font-size: clamp(1.65rem, 7vw, 2.15rem);
  }
  .connectivity-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 14px;
  }
  .connectivity-list li {
    grid-template-columns: 1fr;
    justify-items: center;
    align-content: start;
    gap: 5px;
    min-height: 104px;
    padding: 12px 4px 10px;
    border-right: 1px solid rgb(180 138 66/0.18);
    text-align: center;
  }
  .connectivity-list li:nth-child(4n) {
    border-right: 0;
  }
  .connectivity-list li:nth-child(n + 5) {
    border-bottom: 0;
  }
  .connectivity-list svg {
    width: 20px;
    height: 20px;
  }
  .connectivity-list i {
    width: 24px;
    height: 22px;
  }
  .connectivity-list span {
    font-size: 0.56rem;
    line-height: 1.15;
    letter-spacing: 0.01em;
  }
  .connectivity-list strong {
    font-size: 0.6rem;
  }
  .floor-plans {
    padding: 34px 24px 40px;
  }
  .floor-plans .section-heading h2 {
    font-size: clamp(1.55rem, 7vw, 2.1rem);
  }
  .floor-plans .section-heading p {
    font-size: 0.82rem;
    line-height: 1.55;
  }
  .floor-plan-grid {
    grid-template-columns: 1fr;
    max-width: 340px;
  }
  .floor-plan-card button {
    min-height: 360px;
  }
  .floor-plan-card__content {
    min-height: 292px;
  }
  .floorplan-modal__card {
    width: min(360px, calc(100vw - 32px));
    padding: 28px 22px 20px;
  }
}
/* Premium compact gallery: full section fits comfortably in one view. */
.gallery {
  max-width: none;
  width: 100vw;
  min-height: min(720px, calc(100svh - var(--header)));
  display: grid;
  align-content: center;
  gap: clamp(22px, 2.8vw, 32px);
  margin-inline: calc(50% - 50vw);
  padding: clamp(34px, 4.2vw, 50px) 0 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, #fffdf8, #fbf7ef),
    var(--paper);
}
.gallery .section-heading {
  max-width: 760px;
  padding-inline: 20px;
  margin-bottom: 0;
}
.gallery .section-heading h2 {
  max-width: 820px;
  margin-inline: auto;
}
.gallery-grid {
  width: 100vw;
  height: clamp(410px, 56svh, 580px);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(8, minmax(0, 1fr));
  gap: clamp(8px, 0.75vw, 12px);
  margin: 0;
}
.gallery-item {
  min-width: 0;
  min-height: 0;
  border: 1px solid rgb(180 138 66/0.14);
  border-radius: 0;
  background: #efe8dc;
  box-shadow: none;
}
.gallery-item:first-child {
  grid-column: 1 / 6;
  grid-row: 1 / 6;
}
.gallery-item:nth-child(2) {
  grid-column: 6 / 9;
  grid-row: 1 / 4;
}
.gallery-item:nth-child(3) {
  grid-column: 9 / 13;
  grid-row: 1 / 4;
}
.gallery-item:nth-child(4) {
  grid-column: 6 / 10;
  grid-row: 4 / 7;
}
.gallery-item:nth-child(5) {
  grid-column: 10 / 13;
  grid-row: 4 / 7;
}
.gallery-item:nth-child(6) {
  grid-column: 1 / 4;
  grid-row: 6 / 9;
}
.gallery-item:nth-child(7) {
  grid-column: 4 / 13;
  grid-row: 7 / 9;
}
.gallery-item img {
  transform: scale(1.001);
}
.gallery-item::after {
  background:
    linear-gradient(180deg, rgb(0 0 0/0.02), transparent 38%),
    linear-gradient(0deg, rgb(10 8 5/0.64), transparent 52%);
  opacity: 1;
}
.gallery-item span {
  z-index: 2;
  inset: auto 18px 16px;
  max-width: calc(100% - 36px);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.08em;
  opacity: 0;
  text-align: left;
}
.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.035);
}
.gallery-item:hover span,
.gallery-item:focus-visible span {
  opacity: 1;
}
@media (max-width: 900px) {
  .gallery {
    min-height: 0;
    padding: 42px 0 46px;
  }
  .gallery .section-heading {
    padding-inline: 20px;
  }
  .gallery-grid {
    width: 100%;
    height: auto;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 0 34px 2px 20px;
    scrollbar-width: none;
  }
  .gallery-grid::-webkit-scrollbar {
    display: none;
  }
  .gallery-item,
  .gallery-item:first-child,
  .gallery-item:nth-child(2),
  .gallery-item:nth-child(3),
  .gallery-item:nth-child(4),
  .gallery-item:nth-child(5),
  .gallery-item:nth-child(6),
  .gallery-item:nth-child(7) {
    flex: 0 0 min(82vw, 520px);
    height: auto;
    aspect-ratio: 4 / 3;
    scroll-snap-align: start;
  }
  .gallery-item span {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .gallery {
    padding: 36px 0 42px;
    gap: 22px;
  }
  .gallery-grid {
    padding-right: 20px;
  }
  .gallery-item,
  .gallery-item:first-child,
  .gallery-item:nth-child(2),
  .gallery-item:nth-child(3),
  .gallery-item:nth-child(4),
  .gallery-item:nth-child(5),
  .gallery-item:nth-child(6),
  .gallery-item:nth-child(7) {
    flex-basis: 86%;
  }
}
/* Featured gallery carousel: one hero image with thumbnail navigation. */
.gallery {
  max-width: none;
  min-height: 0;
  display: grid;
  align-content: start;
  gap: 0;
  padding: clamp(18px, 2.35vw, 30px) clamp(42px, 4.3vw, 58px)
    clamp(24px, 2.8vw, 36px);
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
  color: var(--aqva-ink);
}
.gallery .section-heading {
  width: min(100%, 1268px);
  max-width: none;
  margin: 0 auto clamp(14px, 1.6vw, 20px);
  padding: 0;
  text-align: center;
}
.gallery .section-heading h2 {
  max-width: 550px;
  margin: 0;
  color: var(--aqva-ink);
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(2rem, 2.36vw, 2.72rem);
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: 0.035em;
  text-align: center;
  text-transform: uppercase;
  margin-inline: auto;
}
.gallery .section-heading h2 span {
  color: inherit;
}
.gallery .section-heading > p {
  max-width: 620px;
  margin: 8px auto 0;
  color: #3f4650;
  font-family: var(--font);
  font-size: clamp(0.86rem, 0.94vw, 0.98rem);
  font-weight: 500;
  line-height: 1.55;
}
.gallery-grid {
  position: relative;
  width: min(100%, 1268px);
  min-height: clamp(350px, 30vw, 420px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: center;
  justify-items: stretch;
  gap: clamp(14px, 1.5vw, 20px);
  margin: 0 auto;
  padding: 0;
}
.gallery-stage {
  position: relative;
  width: 100%;
  min-height: clamp(290px, 25vw, 350px);
  perspective: 1300px;
  transform-style: preserve-3d;
  touch-action: pan-y;
  user-select: none;
}
.gallery-card {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(62vw, 760px);
  height: 100%;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgb(198 154 71/0.52);
  border-radius: 22px;
  padding: 0;
  background: #e8e1d6;
  color: #fff;
  box-shadow:
    0 18px 38px rgb(7 26 48/0.18),
    0 1px 0 rgb(255 255 255/0.68) inset;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) scale(0.72);
  transition:
    transform 0.55s var(--ease),
    opacity 0.35s var(--ease),
    filter 0.35s var(--ease),
    box-shadow 0.35s var(--ease);
}
.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(7 26 48/0.26), transparent 28%, transparent 72%, rgb(7 26 48/0.24)),
    linear-gradient(0deg, rgb(3 18 32/0.76), transparent 48%);
  pointer-events: none;
}
.gallery-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform 0.55s var(--ease);
}
.gallery-card__caption {
  position: absolute;
  left: clamp(22px, 3.4vw, 44px);
  right: clamp(22px, 2.6vw, 38px);
  bottom: clamp(18px, 2.35vw, 30px);
  z-index: 2;
  display: grid;
  gap: 10px;
  text-align: left;
}
.gallery-card__caption strong {
  color: #fff;
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(1.52rem, 2.05vw, 2.32rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}
.gallery-card__caption em {
  color: var(--aqva-gold-soft);
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(0.92rem, 1.16vw, 1.28rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
}
.gallery-card.is-active {
  z-index: 5;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateZ(70px) scale(1);
  filter: none;
}
.gallery-card.is-active::after {
  background: linear-gradient(0deg, rgb(3 18 32 / 0.38), transparent 34%);
}
.gallery-card.is-active img {
  image-rendering: auto;
  transform: scale(1);
}
.gallery-card.is-active:hover img,
.gallery-card.is-active:focus-visible img {
  transform: scale(1.018);
}
.gallery-card.is-prev {
  z-index: 3;
  opacity: 0.82;
  pointer-events: auto;
  filter: saturate(0.92) brightness(0.78);
  transform: translateX(calc(-50% - min(23vw, 280px))) rotateY(14deg) scale(0.76);
}
.gallery-card.is-next {
  z-index: 3;
  opacity: 0.82;
  pointer-events: auto;
  filter: saturate(0.92) brightness(0.78);
  transform: translateX(calc(-50% + min(23vw, 280px))) rotateY(-14deg) scale(0.76);
}
.gallery-card.is-far-prev {
  z-index: 1;
  opacity: 0.32;
  filter: saturate(0.65) brightness(1.08);
  transform: translateX(calc(-50% - min(36vw, 440px))) rotateY(18deg) scale(0.62);
}
.gallery-card.is-far-next {
  z-index: 1;
  opacity: 0.32;
  filter: saturate(0.65) brightness(1.08);
  transform: translateX(calc(-50% + min(36vw, 440px))) rotateY(-18deg) scale(0.62);
}
.gallery-card.is-hidden {
  transform: translateX(-50%) scale(0.5);
}
.gallery-arrow {
  position: absolute;
  z-index: 8;
  top: 47%;
  width: clamp(46px, 4.2vw, 60px);
  height: clamp(46px, 4.2vw, 60px);
  display: grid;
  place-items: center;
  border: 2px solid rgb(198 154 71/0.72);
  border-radius: 50%;
  background: linear-gradient(160deg, #082f50, #031c32);
  color: var(--aqva-gold-soft);
  box-shadow:
    0 12px 26px rgb(7 26 48/0.2),
    inset 0 1px 0 rgb(255 255 255/0.12);
  transform: translateY(-50%);
  transition:
    transform 0.28s var(--ease),
    background 0.28s var(--ease),
    border-color 0.28s var(--ease),
    color 0.28s var(--ease);
}
.gallery-arrow:hover,
.gallery-arrow:focus-visible {
  border-color: var(--aqva-gold-soft);
  background: linear-gradient(160deg, #0b3a61, #04243f);
  color: #fff;
  transform: translateY(-50%) scale(1.04);
}
.gallery-arrow--prev {
  left: clamp(6px, 1.2vw, 18px);
}
.gallery-arrow--next {
  right: clamp(6px, 1.2vw, 18px);
}
.gallery-arrow .lucide {
  width: clamp(24px, 2.5vw, 32px);
  height: clamp(24px, 2.5vw, 32px);
  stroke-width: 2.8;
}
.gallery-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  min-height: 18px;
}
.gallery-dot {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: rgb(7 26 48/0.16);
  box-shadow: inset 0 1px 2px rgb(7 26 48/0.12);
  transition:
    transform 0.25s var(--ease),
    background 0.25s var(--ease),
    box-shadow 0.25s var(--ease);
}
.gallery-dot.is-active {
  background: var(--aqva-gold-soft);
  box-shadow: 0 6px 16px rgb(184 138 69/0.24);
  transform: scale(1.12);
}
@media (max-width: 980px) {
  .gallery-grid {
    min-height: clamp(400px, 58vw, 520px);
  }
  .gallery-stage {
    min-height: clamp(330px, 50vw, 430px);
  }
  .gallery-card {
    width: min(78vw, 680px);
    border-radius: 22px;
  }
  .gallery-card.is-prev {
    transform: translateX(calc(-50% - min(38vw, 285px))) rotateY(14deg) scale(0.72);
  }
  .gallery-card.is-next {
    transform: translateX(calc(-50% + min(38vw, 285px))) rotateY(-14deg) scale(0.72);
  }
  .gallery-card.is-far-prev,
  .gallery-card.is-far-next {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .gallery {
    padding: 24px 18px 30px;
  }
  .gallery .section-heading {
    margin-bottom: 16px;
  }
  .gallery .section-heading h2 {
    max-width: none;
    font-size: clamp(2rem, 8vw, 2.65rem);
    line-height: 1.08;
    white-space: normal;
  }
  .gallery .section-heading > p {
    margin-top: 8px;
    font-size: 0.9rem;
  }
  .gallery-grid {
    min-height: 392px;
    gap: 14px;
  }
  .gallery-stage {
    min-height: 318px;
  }
  .gallery-card {
    width: min(100%, 310px);
    border-radius: 16px;
  }
  .gallery-card.is-active {
    transform: translateX(-50%) scale(1);
  }
  .gallery-card.is-prev {
    opacity: 0.26;
    transform: translateX(calc(-50% - 120px)) scale(0.72);
  }
  .gallery-card.is-next {
    opacity: 0.26;
    transform: translateX(calc(-50% + 120px)) scale(0.72);
  }
  .gallery-card__caption {
    left: 20px;
    right: 20px;
    bottom: 18px;
    gap: 7px;
  }
  .gallery-card__caption strong {
    font-size: clamp(1.55rem, 8vw, 2.15rem);
  }
  .gallery-card__caption em {
    font-size: clamp(0.98rem, 5vw, 1.26rem);
  }
  .gallery-arrow {
    display: none;
    top: 45%;
    width: 38px;
    height: 38px;
    border-width: 1px;
  }
  .gallery-arrow--prev {
    left: 0;
  }
  .gallery-arrow--next {
    right: 0;
  }
  .gallery-arrow .lucide {
    width: 22px;
    height: 22px;
  }
  .gallery-dots {
    gap: 12px;
  }
  .gallery-dot {
    width: 12px;
    height: 12px;
  }
}
/* Lucide icon system */
.lucide {
  width: 1em;
  height: 1em;
  stroke: currentColor;
  stroke-width: 1.55;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
button .lucide {
  pointer-events: none;
}
.drawer-close,
.modal__close,
.lightbox__close {
  display: grid;
  place-items: center;
  font-size: 0;
}
.drawer-close .lucide,
.modal__close .lucide,
.lightbox__close .lucide {
  width: 24px;
  height: 24px;
}
.whatsapp-float .lucide,
.lightbox__prev .lucide,
.lightbox__next .lucide,
.newsletter button .lucide {
  width: 20px;
  height: 20px;
}
.stats .lucide,
.benefit-grid .lucide {
  display: block;
  width: 30px;
  height: 30px;
  margin-inline: auto;
  color: var(--gold);
}
@media (max-width: 767px) {
  .stats .lucide {
    width: 15px;
    height: 15px;
    margin-bottom: 2px;
  }
  .benefit-grid .lucide {
    width: 18px;
    height: 18px;
    margin-bottom: 7px;
  }
}
@media (max-width: 380px) {
  .stats .lucide {
    width: 14px;
    height: 14px;
  }
  .benefit-grid .lucide {
    width: 16px;
    height: 16px;
  }
}
.feature-icon {
  width: 30px;
  height: 30px;
  color: var(--gold);
}
.residences .feature-list li::before,
.feature-list li::before,
.check-list li::before {
  content: none !important;
  display: none !important;
}
.feature-list .lucide,
.check-list .lucide {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: var(--gold);
}
.check-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.residences .feature-list li .lucide {
  width: 22px;
  height: 22px;
  margin-top: 0;
  color: var(--gold);
  stroke-width: 1.75;
}
.amenity-grid .lucide {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto 10px;
  color: var(--gold);
}
@media (max-width: 900px) {
  .amenity-grid .lucide {
    width: 18px;
    height: 18px;
    margin-bottom: 7px;
  }
}
@media (max-width: 430px) {
  .amenity-grid .lucide {
    width: 16px;
    height: 16px;
  }
}
.connectivity-list .lucide {
  width: 24px;
  height: 24px;
  color: var(--gold);
}
@media (max-width: 767px) {
  .connectivity-list .lucide {
    width: 19px;
    height: 19px;
  }
}
.final-cta__benefits .lucide {
  width: 18px;
  height: 18px;
  color: var(--gold);
}
.modal__success .lucide {
  width: 28px;
  height: 28px;
}
.accordion-button .accordion-icon,
.accordion-button > .lucide {
  width: 22px;
  height: 22px;
  color: var(--gold);
  transition: transform 0.3s;
}
.accordion-button[aria-expanded="true"] .accordion-icon,
.accordion-button[aria-expanded="true"] > .lucide {
  transform: rotate(45deg);
}
/* AQVA The Reserve legacy banner */
.aqva-legacy {
  position: relative;
  display: grid;
  grid-template-columns: minmax(38%, 1fr) minmax(620px, 760px);
  align-items: center;
  min-height: min(690px, calc(100vh - 74px));
  padding: clamp(18px, 2vw, 28px) max(16px, calc((100% - 1540px) / 2 + 16px));
  overflow: hidden;
  background:
    #fffaf2
    url("assets/images/optimized/hero/aqva-the-reserve-hero1.jpg") center / cover no-repeat;
  border-block: 1px solid rgb(180 138 66/0.18);
  isolation: isolate;
}
.aqva-legacy::after {
  content: "";
  position: absolute;
  inset: clamp(12px, 1.45vw, 22px);
  z-index: 1;
  border: 1px solid rgb(180 138 66/0.42);
  pointer-events: none;
}
.aqva-legacy__panel {
  position: relative;
  z-index: 2;
  grid-column: 2;
  width: min(720px, 100%);
  justify-self: center;
  padding: clamp(34px, 4vw, 52px) clamp(22px, 3.4vw, 48px);
  text-align: center;
}
.aqva-legacy__panel::after {
  content: none;
}
.aqva-legacy__kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding: 7px 12px 7px 0;
  background: linear-gradient(90deg, rgb(180 138 66/0.12), transparent);
  color: var(--gold-dark);
  font-family: var(--font);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.aqva-legacy__kicker::before {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  background: var(--gold);
}
.aqva-legacy__divider {
  height: 1px;
  background: rgb(180 138 66/0.42);
}
.aqva-legacy h2 {
  max-width: 680px;
  margin-inline: auto;
  color: #0e1726;
  font-family: "Marcellus", Georgia, serif;
  font-size: clamp(2.35rem, 3.25vw, 3.85rem);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
.aqva-legacy h2 span,
.aqva-legacy h2 strong {
  display: block;
  font: inherit;
}
.aqva-legacy h2 strong {
  color: var(--gold-dark);
}
.aqva-legacy__divider {
  position: relative;
  width: min(690px, 100%);
  margin: 24px auto 18px;
}
.aqva-legacy__divider::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 9px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--gold);
}
.aqva-legacy__stats {
  display: grid;
  grid-template-columns: 0.9fr 1.05fr 1.55fr 0.9fr;
  gap: 0;
  max-width: 690px;
  margin: 0 auto;
}
.aqva-legacy__stats article {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 132px;
  padding: 4px clamp(12px, 1.35vw, 22px) 0;
  border-right: 1px solid rgb(180 138 66/0.26);
  border-bottom: 0;
}
.aqva-legacy__stats article:last-child {
  border-right: 0;
}
.aqva-legacy__stats .lucide {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  color: var(--gold);
}
.aqva-legacy__stats strong {
  color: #0e1726;
  font-family: "Marcellus", Georgia, serif;
  font-size: clamp(1.9rem, 2.35vw, 2.8rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0;
  white-space: nowrap;
}
.aqva-legacy__stats strong small {
  display: block;
  margin-top: 2px;
  font: inherit;
  font-size: 0.54em;
  line-height: 1;
}
.aqva-legacy__stats span {
  margin-top: 8px;
  color: #171610;
  font-size: 0.64rem;
  font-weight: 800;
  line-height: 1.32;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.aqva-legacy__copy {
  max-width: 690px;
  margin: 0 auto;
  color: #2f2b24;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45;
}
@media (max-width: 1100px) {
  .aqva-legacy {
    grid-template-columns: 1fr;
    min-height: min(640px, calc(100vh - 74px));
    padding: 30px 5vw;
    background-position: center;
  }
  .aqva-legacy__panel {
    grid-column: 1;
    width: min(680px, 58vw);
    justify-self: end;
    padding: 34px 0 38px;
  }
}
@media (max-width: 900px) {
  .aqva-legacy {
    display: block;
    min-height: 0;
    padding: 330px 7vw 42px;
    background-color: #fffaf2;
    background-size: auto 360px;
    background-position: left top;
    background-repeat: no-repeat;
  }
  .aqva-legacy::after {
    content: none;
  }
  .aqva-legacy__panel {
    width: 100%;
    padding: 0;
  }
  .aqva-legacy__stats {
    grid-template-columns: 1fr 1fr;
  }
  .aqva-legacy__stats article {
    min-height: 128px;
    padding: 8px 12px 0;
    border-right: 1px solid rgb(180 138 66/0.22);
    border-bottom: 1px solid rgb(180 138 66/0.18);
  }
  .aqva-legacy__stats article:nth-child(even) {
    border-right: 0;
  }
  .aqva-legacy__stats article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .aqva-legacy {
    min-height: 0;
    display: block;
    padding: 250px 20px 34px;
    background-color: #fffaf2;
    background-size: auto 270px;
    background-position: left top;
    background-repeat: no-repeat;
  }
  .aqva-legacy::after {
    content: none;
  }
  .aqva-legacy__panel {
    width: 100%;
    padding: 0;
  }
  .aqva-legacy__kicker {
    font-size: 0.66rem;
    letter-spacing: 0.14em;
  }
  .aqva-legacy__kicker::before {
    width: 26px;
  }
  .aqva-legacy h2 {
    font-size: clamp(2.15rem, 9vw, 2.8rem);
    line-height: 1.04;
  }
  .aqva-legacy__divider {
    margin: 20px auto 16px;
  }
  .aqva-legacy__stats {
    grid-template-columns: 1fr 1fr;
  }
  .aqva-legacy__stats article {
    min-height: 128px;
    padding: 8px 10px 0;
    border-right: 1px solid rgb(180 138 66/0.22);
    border-bottom: 1px solid rgb(180 138 66/0.18);
  }
  .aqva-legacy__stats article:nth-child(even) {
    border-right: 0;
  }
  .aqva-legacy__stats article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
  .aqva-legacy__stats .lucide {
    width: 28px;
    height: 28px;
  }
  .aqva-legacy__stats strong {
    font-size: 2rem;
  }
  .aqva-legacy__stats span {
    font-size: 0.66rem;
  }
  .aqva-legacy__copy {
    font-size: 0.9rem;
  }
}
/* Unified main section headings: match the Residences title treatment. */
main > section#overview h2,
main > section:not(.hero) h2,
main > section:not(.hero) .section-heading h2,
main > section:not(.hero) .section-copy h2,
main > section:not(.hero) [class$="__content"] h2,
main > section:not(.hero) [class$="__copy"] h2 {
  color: var(--ink);
  font-family: var(--heading);
  font-size: var(--section-title-size);
  font-weight: 600;
  line-height: var(--section-title-leading);
  letter-spacing: 0;
  text-transform: none;
}
main > section:not(.hero) .eyebrow,
.aqva-legacy__kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding: 7px 12px 7px 0;
  background: linear-gradient(90deg, rgb(180 138 66/0.12), transparent);
  color: var(--gold-dark);
  font-family: var(--font);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
main > section:not(.hero) .eyebrow::before,
.aqva-legacy__kicker::before {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  flex: 0 0 auto;
  background: var(--gold);
}
main > section:not(.hero) .section-heading > p:not(.eyebrow),
main > section:not(.hero) .section-copy > p:not(.eyebrow),
main > section:not(.hero) [class$="__content"] > p:not(.eyebrow),
main > section:not(.hero) [class$="__copy"] > p:not(.eyebrow),
.aqva-legacy__copy {
  color: var(--section-copy-color);
  font-family: var(--font);
  font-size: var(--section-copy-size);
  font-weight: 600;
  line-height: var(--section-copy-leading);
}
.residences__content > p:not(.eyebrow),
.location-connectivity__content > p,
.floor-plans .section-heading > p,
.aqva-legacy__copy {
  color: var(--section-copy-color);
  font-family: var(--font);
  font-size: var(--section-copy-size);
  font-style: normal;
  font-weight: 600;
  line-height: var(--section-copy-leading);
  letter-spacing: 0;
  text-transform: none;
}
.residences__content > p:not(.eyebrow) strong,
.location-connectivity__content > p strong,
.floor-plans .section-heading > p strong,
.aqva-legacy__copy strong {
  color: inherit;
  font: inherit;
}
@media (max-width: 767px) {
  main > section#overview h2,
  main > section:not(.hero) h2,
  main > section:not(.hero) .section-heading h2,
  main > section:not(.hero) .section-copy h2,
  main > section:not(.hero) [class$="__content"] h2,
  main > section:not(.hero) [class$="__copy"] h2 {
    font-size: var(--section-title-mobile-size);
  }
  main > section:not(.hero) .eyebrow,
  .aqva-legacy__kicker {
    margin-bottom: 12px;
    font-size: 0.66rem;
    letter-spacing: 0.14em;
  }
  main > section:not(.hero) .eyebrow::before,
  .aqva-legacy__kicker::before {
    width: 26px;
  }
  main > section:not(.hero) .section-heading > p:not(.eyebrow),
  main > section:not(.hero) .section-copy > p:not(.eyebrow),
  main > section:not(.hero) [class$="__content"] > p:not(.eyebrow),
  main > section:not(.hero) [class$="__copy"] > p:not(.eyebrow),
  .aqva-legacy__copy {
    font-size: var(--section-copy-mobile-size);
    line-height: 1.5;
  }
  .residences__content > p:not(.eyebrow),
  .location-connectivity__content > p,
  .floor-plans .section-heading > p,
  .aqva-legacy__copy {
    font-size: var(--section-copy-mobile-size);
    line-height: 1.5;
  }
}
main > section.why .section-heading h2 {
  color: var(--aqva-ink);
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(1.55rem, 2vw, 2rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
}
main > section.why .benefit-grid article:hover i {
  transform: none;
}
main > section.why .benefit-grid h3::after {
  display: none;
}
main > section.why .benefit-grid {
  grid-auto-rows: 1fr;
}
main > section.why .benefit-grid article {
  min-height: 94px;
  height: 100%;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 15px clamp(14px, 1.45vw, 24px) 15px clamp(10px, 1.1vw, 16px);
}
main > section.why .benefit-grid i {
  width: 42px;
  height: 42px;
  justify-self: center;
}
main > section.why .benefit-grid svg,
main > section.why .benefit-grid .lucide {
  width: 36px;
  height: 36px;
  margin: 0;
  color: var(--gold-dark);
  stroke-width: 1.35;
}
main > section.why .benefit-grid p {
  max-width: none;
  min-width: 0;
  font-size: clamp(0.82rem, 0.9vw, 0.96rem);
  line-height: 1.42;
}
@media (max-width: 1180px) {
  main > section.why .benefit-grid article {
    min-height: 74px;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    padding-inline: 12px 18px;
  }
  main > section.why .benefit-grid i {
    width: 40px;
    height: 40px;
  }
  main > section.why .benefit-grid svg,
  main > section.why .benefit-grid .lucide {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 767px) {
  main > section.why .section-heading h2 {
    font-size: clamp(1.25rem, 6vw, 1.55rem);
  }
  main > section.why .benefit-grid article {
    min-height: 58px;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
    padding: 9px 0;
  }
  main > section.why .benefit-grid i {
    width: 36px;
    height: 36px;
  }
  main > section.why .benefit-grid svg,
  main > section.why .benefit-grid .lucide {
    width: 30px;
    height: 30px;
  }
  main > section.why .benefit-grid p {
    font-size: 0.8rem;
    line-height: 1.36;
  }
}
/* AQVA The Reserve split layout: clear visual + matching content typography. */
.aqva-legacy {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  place-items: center end;
  min-height: min(640px, calc(100vh - 74px));
  padding: clamp(18px, 2vw, 28px) max(18px, calc((100% - 1540px) / 2 + 18px));
  background:
    #fffaf2
    url("assets/images/optimized/hero/aqva-the-reserve-hero1.jpg") left center / cover no-repeat;
}
.aqva-legacy::after {
  inset: clamp(12px, 1.3vw, 20px);
  z-index: 3;
}
.aqva-legacy__visual {
  display: none;
}
.aqva-legacy__visual img {
  display: none;
}
.aqva-legacy__panel {
  position: relative;
  z-index: 2;
  width: min(760px, 49vw);
  padding: clamp(40px, 4vw, 58px) clamp(30px, 4.6vw, 70px);
  background: transparent;
  text-align: center;
}
.aqva-legacy h2 {
  max-width: 650px;
  margin-inline: auto;
  color: var(--ink);
  font-family: var(--heading);
  font-size: var(--section-title-size);
  font-weight: 600;
  line-height: var(--section-title-leading);
  letter-spacing: 0;
  text-transform: none;
}
.aqva-legacy h2 strong {
  color: var(--gold-dark);
}
.aqva-legacy__divider {
  width: min(620px, 100%);
  margin: 22px auto 18px;
}
.aqva-legacy__stats {
  grid-template-columns: 0.95fr 1fr 1.45fr 0.95fr;
  width: min(620px, 100%);
  max-width: none;
}
.aqva-legacy__stats article {
  min-height: 128px;
  padding: 6px clamp(12px, 1.15vw, 20px) 0;
}
.aqva-legacy__stats .lucide {
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
  stroke-width: 1.5;
}
.aqva-legacy__stats strong {
  font-family: var(--heading);
  font-size: clamp(2.05rem, 2.5vw, 3rem);
  font-weight: 600;
  line-height: 0.92;
}
.aqva-legacy__stats span {
  margin-top: 10px;
  font-size: clamp(0.64rem, 0.76vw, 0.76rem);
  line-height: 1.28;
}
.aqva-legacy__copy {
  width: min(620px, 100%);
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .aqva-legacy {
    min-height: 620px;
    background-position: 28% center;
  }
  .aqva-legacy__visual {
    display: none;
  }
  .aqva-legacy__panel {
    width: min(680px, 58vw);
    padding: 38px 4.8vw 44px;
  }
}
@media (max-width: 767px) {
  .aqva-legacy {
    min-height: 0;
    padding: 40px 20px 36px;
    background: #fffaf2;
    text-align: center;
  }
  .aqva-legacy__visual {
    display: none;
  }
  .aqva-legacy__panel {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .aqva-legacy__kicker {
    justify-content: center;
    margin-inline: auto;
    padding-inline: 0;
    background: transparent;
  }
  .aqva-legacy__kicker::before {
    display: none;
  }
  .aqva-legacy h2 {
    font-size: var(--section-title-mobile-size);
    line-height: var(--section-title-leading);
    text-align: center;
  }
  .aqva-legacy__stats {
    grid-template-columns: 1fr 1fr;
  }
  .aqva-legacy__stats article {
    min-height: 124px;
    padding: 10px 12px 0;
  }
  .aqva-legacy__copy {
    text-align: center;
  }
}
/* Private preview: single-viewport architectural enquiry section. */
.preview-section {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: min(720px, calc(100svh - 210px));
  min-height: 520px;
  overflow: hidden;
  background: #fbf8f1 url("assets/images/optimized/gallery/gallery-amenity-garden.jpg") center / cover no-repeat;
}
.preview-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgb(255 253 249/0.14) 0 54%, transparent 76%);
  pointer-events: none;
}
.preview-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 690px) 360px;
  align-items: center;
  gap: 96px;
  width: min(calc(100% - 96px), 1230px);
  max-width: 1230px;
  height: 100%;
  margin: 0 auto 0 max(48px, calc((100vw - 1366px) / 2 + 56px));
}
.preview-section__content {
  width: 100%;
  max-width: 690px;
  transform: translateY(-26px);
}
main > section.preview-section .preview-section__content h2 {
  max-width: 690px;
  color: #111a24;
  font-family: var(--heading);
  font-size: var(--section-title-size);
  font-weight: 600;
  line-height: var(--section-title-leading);
  letter-spacing: 0;
  text-wrap: nowrap;
  text-transform: none;
}
.preview-section__content h2 span {
  display: block;
}
.preview-section__rule {
  width: 84px;
  height: 2px;
  margin: clamp(22px, 3vh, 30px) 0 clamp(22px, 3.2vh, 30px);
  background: var(--gold);
}
.preview-section__content > p {
  max-width: 650px;
  color: var(--section-copy-color);
  font-family: var(--font);
  font-size: var(--section-copy-size);
  font-weight: 600;
  line-height: var(--section-copy-leading);
}
.preview-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  max-width: 620px;
  margin-top: clamp(58px, 8vh, 72px);
}
.preview-benefits article {
  display: grid;
  justify-items: center;
  align-content: start;
  min-width: 0;
  min-height: 70px;
  padding: 0;
  text-align: center;
  border-right: 0;
}
.preview-benefits__icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 8px;
  border: 0;
  border-radius: 0;
  color: var(--gold-dark);
  background: transparent;
}
.preview-benefits__icon .lucide {
  width: 30px;
  height: 30px;
  color: currentColor;
  stroke-width: 1.8;
}
.preview-benefits h3 {
  color: var(--ink);
  font-family: var(--font);
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
  text-transform: uppercase;
}
.preview-form {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 360px;
  height: min(500px, calc(100% - 40px));
  padding: 30px 24px 24px;
  border: 1px solid rgb(180 138 66/0.5);
  border-radius: 14px;
  background: linear-gradient(180deg, rgb(255 253 249/0.97), rgb(251 247 239/0.95));
  box-shadow: 0 22px 48px rgb(59 43 20/0.14);
  backdrop-filter: blur(8px);
}
main > section.preview-section .preview-form h2 {
  margin: 0;
  color: var(--gold-dark);
  font-family: var(--heading);
  font-size: clamp(1.32rem, 1.45vw, 1.52rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.preview-form__rule {
  width: 76px;
  height: 2px;
  margin: 15px auto 22px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.preview-form__field {
  position: relative;
  display: block;
  margin-bottom: 11px;
}
.preview-form__field > .lucide {
  position: absolute;
  top: 50%;
  left: 17px;
  z-index: 1;
  width: 20px;
  height: 20px;
  color: #b17a21;
  stroke-width: 1.55;
  transform: translateY(-50%);
  pointer-events: none;
}
.preview-form__field--message {
  flex: 0 0 108px;
  min-height: 108px;
}
.preview-form__field--message > .lucide {
  top: 16px;
  transform: none;
}
.preview-form__field input,
.preview-form__field textarea {
  display: block;
  width: 100%;
  border: 1px solid rgb(180 138 66/0.34);
  border-radius: 6px;
  outline: 0;
  background: rgb(255 255 255/0.88);
  color: var(--ink);
  font-size: 0.88rem;
  line-height: 1.45;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.preview-form__field input {
  height: 46px;
  padding: 11px 14px 11px 54px;
}
.preview-form__field textarea {
  height: 100%;
  min-height: 108px;
  padding: 14px 14px 12px 54px;
  resize: none;
}
.preview-form__field input::placeholder,
.preview-form__field textarea::placeholder {
  color: #7d7d7b;
  opacity: 1;
}
.preview-form__field input:focus,
.preview-form__field textarea:focus {
  border-color: var(--gold);
  background: #fff;
  box-shadow: 0 0 0 3px rgb(180 138 66/0.12);
}
.preview-form__field input[aria-invalid="true"] {
  border-color: var(--error);
}
.preview-form .form-error {
  position: absolute;
  left: 4px;
  top: calc(100% + 2px);
  z-index: 2;
  margin: 0;
  font-size: 0.68rem;
  line-height: 1.2;
}
.preview-form .form-error:empty,
.preview-form .form-status:empty {
  display: none;
}
.preview-form .form-status {
  margin: 6px 0 8px;
  color: var(--error);
  font-size: 0.74rem;
  line-height: 1.3;
  text-align: center;
}
.preview-form .form-status.is-success {
  color: var(--success);
}
.preview-form__submit {
  position: relative;
  flex: 0 0 auto;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  margin-top: auto;
  border: 1px solid #aa761f;
  border-radius: 6px;
  background: linear-gradient(135deg, #d9a640 0%, #b98224 48%, #976114 100%);
  color: #fff;
  box-shadow: 0 12px 22px rgb(111 73 18/0.2);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.preview-form__submit:hover {
  background: linear-gradient(135deg, #c89434 0%, #a8721c 52%, #84520f 100%);
  box-shadow: 0 14px 26px rgb(111 73 18/0.24);
}
.preview-form__submit .lucide {
  position: absolute;
  right: 18px;
  width: 18px;
  height: 18px;
}
.preview-form__submit.is-loading .lucide {
  display: none;
}
.preview-form__submit.is-loading::after {
  content: "";
  position: absolute;
  right: 30px;
  width: 17px;
  height: 17px;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
@media (max-width: 1240px) {
  .preview-section {
    height: auto;
    min-height: 0;
    background-position: 66% center;
  }
  .preview-section__inner {
    grid-template-columns: 1fr;
    gap: 54px;
    max-width: 860px;
    height: auto;
    margin: 0;
    padding: 88px 52px;
  }
  .preview-section__content {
    max-width: 790px;
    transform: none;
  }
  .preview-form {
    justify-self: center;
    width: min(100%, 360px);
    height: 500px;
  }
}
@media (min-width: 1241px) and (max-height: 1000px) {
  .preview-form {
    height: min(500px, calc(100% - 40px));
    padding-top: clamp(24px, 4vh, 32px);
    transform: none;
  }
}
@media (max-width: 767px) {
  .preview-section {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    background-position: 72% bottom;
  }
  .preview-section::after {
    background: rgb(255 253 249/0.38);
  }
  .preview-section__inner {
    width: 100%;
    max-width: none;
    margin: 0;
    gap: 38px;
    padding: 108px 22px 68px;
    justify-items: center;
  }
  .preview-section__content {
    width: min(100%, 440px);
    margin-inline: auto;
    text-align: center;
  }
  main > section.preview-section .preview-section__content h2 {
    font-size: var(--section-title-mobile-size);
    line-height: var(--section-title-leading);
    text-wrap: balance;
    text-align: center;
  }
  .preview-section__content h2 span {
    display: inline;
  }
  .preview-section__content h2 span + span::before {
    content: " ";
  }
  .preview-section__rule {
    width: 68px;
    margin: 28px auto 24px;
  }
  .preview-section__content > p {
    margin-inline: auto;
    font-size: var(--section-copy-mobile-size);
    line-height: 1.55;
    text-align: center;
  }
  .preview-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
    margin: 34px auto 0;
  }
  .preview-benefits article,
  .preview-benefits article:first-child,
  .preview-benefits article:last-child {
    justify-items: center;
    align-content: start;
    min-height: 0;
    padding: 0;
    text-align: center;
    border-right: 0;
    border-bottom: 0;
  }
  .preview-benefits__icon {
    justify-self: center;
    width: 28px;
    height: 28px;
    margin: 0 0 8px;
  }
  .preview-benefits__icon .lucide {
    width: 28px;
    height: 28px;
  }
  .preview-benefits h3 {
    padding-left: 0;
    font-size: 0.6rem;
    line-height: 1.18;
  }
  .preview-form {
    height: 500px;
    padding: 26px 18px 22px;
    border-radius: 14px;
  }
  main > section.preview-section .preview-form h2 {
    font-size: clamp(1.35rem, 6.4vw, 1.7rem);
    white-space: normal;
  }
  .preview-form__field input {
    padding-left: 60px;
  }
  .preview-form__field textarea {
    padding-left: 60px;
  }
  .preview-form__field > .lucide {
    left: 18px;
    width: 24px;
    height: 24px;
  }
  .preview-form__submit {
    font-size: 0.78rem;
  }
}
/* 10. Reduced motion */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .loader {
    display: none;
  }
  [data-reveal] {
    opacity: 1;
    transform: none;
  }
  .hero__visual img {
    animation: none;
  }
}

/* AQVA hero final overrides */
:root {
  --aqva-navy: #062844;
  --aqva-ink: #071a30;
  --aqva-gold: #b88a45;
  --aqva-gold-soft: #d8b775;
  --aqva-line: #dcc8a6;
}
.site-header {
  height: var(--header);
  padding: 0;
  background: rgb(255 255 255/0.82);
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: blur(10px);
}
.site-header__inner {
  gap: clamp(18px, 2.4vw, 38px);
  padding-inline: clamp(20px, 4vw, 56px);
}
.site-header.is-scrolled {
  height: 74px;
  background: rgb(255 255 255/0.94);
  border-bottom: 1px solid rgb(6 40 68/0.08);
  box-shadow: 0 10px 30px rgb(7 26 48/0.08);
}
.aqva-brand {
  flex: 0 0 auto;
  width: clamp(136px, 12vw, 178px);
  display: grid;
  justify-items: center;
  gap: 5px;
  text-decoration: none;
}
.aqva-brand strong {
  color: var(--aqva-ink);
  font-family: "Marcellus", Georgia, serif;
  font-size: clamp(2.25rem, 3.6vw, 3.55rem);
  font-weight: 400;
  line-height: 0.82;
}
.aqva-brand strong::first-letter,
.aqva-brand strong {
  color: var(--aqva-ink);
}
.aqva-brand strong {
  background: linear-gradient(90deg, #071a30 0 30%, #0c82bd 30% 56%, #071a30 56%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.aqva-brand small {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #4b5560;
  font-size: 0.64rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.aqva-brand small::before,
.aqva-brand small::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #b9bec3;
}
.desktop-nav {
  flex: 1 1 auto;
  justify-content: center;
  gap: clamp(18px, 2.05vw, 38px);
  margin-left: 0;
}
.desktop-nav a {
  padding: 30px 0;
  color: #151a20;
  font-size: clamp(0.72rem, 0.78vw, 0.88rem);
  font-weight: 500;
  text-transform: none;
}
.desktop-nav a::after {
  bottom: 24px;
  background: var(--aqva-gold);
}
.desktop-nav a.active::after {
  transform: scaleX(0);
}
.desktop-nav a:hover::after {
  transform: scaleX(1);
}
.header-cta,
.mobile-drawer .button--gold {
  min-width: 170px;
  min-height: 46px;
  border: 1px solid rgb(255 255 255/0.18);
  border-radius: 3px;
  background: linear-gradient(180deg, #082f50, #031c32);
  color: #fff;
  box-shadow: 0 8px 18px rgb(6 40 68/0.18);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}
.header-cta:hover,
.header-cta:focus-visible,
.mobile-drawer .button--gold:hover,
.mobile-drawer .button--gold:focus-visible {
  background: linear-gradient(180deg, #0a395f, #04243f);
  color: #fff;
}
.menu-toggle {
  width: 42px;
  height: 42px;
  padding: 8px;
}
.menu-toggle span {
  height: 2px;
  margin: 6px 0;
  background: var(--aqva-ink);
}
.hero {
  position: relative;
  height: calc(100svh - var(--header));
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(610px, 54%) minmax(260px, 1fr);
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, #fff 0%, rgb(255 255 255/0.93) 14%, rgb(255 255 255/0.58) 34%, rgb(255 255 255/0.08) 56%),
    url("assets/images/optimized/hero/aqva-the-reserve-hero1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 76px;
}
.hero__content {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(72px, 9.4svh, 104px) clamp(18px, 2.4vw, 30px)
    clamp(16px, 2svh, 24px) clamp(34px, 4.1vw, 64px);
}
.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 22px;
  max-width: 340px;
  margin-bottom: clamp(12px, 1.8svh, 18px);
  color: var(--aqva-gold);
  font-size: clamp(0.82rem, 1vw, 1.02rem);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}
.hero .eyebrow::after {
  content: "";
  width: 56px;
  height: 1px;
  background: var(--aqva-line);
}
.hero h1 {
  color: var(--aqva-ink);
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(3.55rem, 4.25vw, 5.15rem);
  font-weight: 600;
  line-height: 0.94;
  text-transform: uppercase;
  white-space: normal;
}
.hero__location {
  display: block;
  margin: clamp(16px, 2.1svh, 24px) 0 0;
  color: var(--aqva-gold);
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(1.34rem, 1.75vw, 2.2rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.075em;
  text-shadow: 0 0 0.01px currentColor, 0.25px 0 currentColor;
  text-transform: uppercase;
}
.hero__location::before,
.hero__location::after {
  display: none;
}
.hero__description {
  max-width: 510px;
  margin-top: clamp(18px, 2.45svh, 28px);
  color: #2e3743;
  font-size: clamp(0.95rem, 1.05vw, 1.14rem);
  font-weight: 500;
  line-height: 1.65;
}
.hero__sector {
  max-width: 620px;
  margin-top: clamp(14px, 1.85svh, 20px);
  color: var(--aqva-ink);
  font-family: var(--font);
  font-size: clamp(0.86rem, 0.92vw, 1.02rem);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}
.hero .actions {
  position: relative;
  z-index: 4;
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(16px, 1.55vw, 24px);
  margin-top: clamp(34px, 5.1svh, 58px);
}
.hero .button {
  min-width: 0;
  min-height: 56px;
  padding: 15px 24px;
  border-radius: 4px;
  font-size: clamp(0.68rem, 0.78vw, 0.82rem);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 14px 28px rgb(7 26 48/0.12);
  transition:
    transform 0.28s var(--ease),
    background 0.28s var(--ease),
    border-color 0.28s var(--ease),
    color 0.28s var(--ease),
    box-shadow 0.28s var(--ease);
}
.hero .button:hover,
.hero .button:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgb(7 26 48/0.18);
}
.hero .button svg {
  width: 18px;
  height: 18px;
}
.hero .button--gold {
  border-color: var(--aqva-navy);
  background: linear-gradient(180deg, #082f50, #031c32);
  color: #fff;
  box-shadow:
    0 16px 30px rgb(7 26 48/0.24),
    inset 0 1px 0 rgb(255 255 255/0.14);
}
.hero .button--gold:hover,
.hero .button--gold:focus-visible {
  background: linear-gradient(180deg, #0b3a61, #04243f);
  box-shadow:
    0 20px 38px rgb(7 26 48/0.3),
    0 0 0 1px rgb(216 183 117/0.22),
    inset 0 1px 0 rgb(255 255 255/0.16);
}
.hero .button--outline {
  border-color: rgb(184 138 69/0.42);
  background:
    linear-gradient(180deg, rgb(255 255 255/0.86), rgb(255 255 255/0.68));
  color: #a77532;
  box-shadow:
    0 14px 28px rgb(7 26 48/0.1),
    inset 0 0 0 1px rgb(255 255 255/0.7);
}
.hero .button--outline:hover,
.hero .button--outline:focus-visible {
  border-color: var(--aqva-navy);
  background: var(--aqva-navy);
  color: #fff;
}
.hero__rera-card {
  position: relative;
  justify-self: end;
  align-self: center;
  width: min(14.4vw, 194px);
  min-width: 176px;
  margin: clamp(48px, 8svh, 76px) clamp(34px, 4.1vw, 64px) 0 0;
  display: grid;
  justify-items: center;
  padding: 17px 16px 15px;
  overflow: hidden;
  border: 2px solid var(--aqva-gold-soft);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgb(216 183 117/0.16), transparent 42%),
    linear-gradient(160deg, #052945, #031a2f 78%);
  color: #fff;
  box-shadow:
    0 16px 30px rgb(3 24 43/0.24),
    inset 0 0 0 1px rgb(255 255 255/0.08);
  transition:
    transform 0.35s var(--ease),
    box-shadow 0.35s var(--ease),
    border-color 0.35s var(--ease);
}
.hero__rera-card::before {
  content: "";
  position: absolute;
  inset: -40% auto -40% -85%;
  width: 70%;
  background: linear-gradient(90deg, transparent, rgb(255 255 255/0.18), transparent);
  transform: rotate(18deg);
  transition: transform 0.65s var(--ease);
}
.hero__rera-card:hover,
.hero__rera-card:focus-within {
  transform: translateY(-8px) scale(1.015);
  border-color: #efd28f;
  box-shadow:
    0 24px 44px rgb(3 24 43/0.34),
    0 0 0 1px rgb(239 210 143/0.32),
    inset 0 0 0 1px rgb(255 255 255/0.12);
}
.hero__rera-card:hover::before,
.hero__rera-card:focus-within::before {
  transform: translateX(310%) rotate(18deg);
}
.hero__rera-seal {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 11px;
  border: 3px double var(--aqva-gold-soft);
  border-radius: 50%;
  color: var(--aqva-gold-soft);
  background: rgb(216 183 117/0.06);
  box-shadow: 0 0 24px rgb(216 183 117/0.12);
}
.hero__rera-seal svg {
  width: 27px;
  height: 27px;
  stroke-width: 3;
}
.hero__rera-card strong {
  color: #fff;
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(1.32rem, 1.62vw, 1.85rem);
  font-weight: 600;
  line-height: 0.92;
  text-align: center;
  text-transform: uppercase;
}
.hero__rera-card p {
  width: 100%;
  margin-top: 13px;
  padding-top: 10px;
  border-top: 1px solid rgb(216 183 117/0.22);
  color: #fff;
  font-size: 0.54rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}
.hero__rera-card b {
  margin-top: 4px;
  color: #fff;
  font-size: 0.58rem;
  line-height: 1.35;
  text-align: center;
}
.hero__trust-strip {
  position: absolute;
  left: clamp(34px, 4.1vw, 64px);
  right: clamp(34px, 4.1vw, 64px);
  bottom: 16px;
  z-index: 3;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 0 18px;
  border: 1px solid rgb(216 183 117/0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgb(255 255 255/0.035), transparent),
    linear-gradient(135deg, #082f50, #031c33 72%);
  box-shadow:
    0 18px 42px rgb(3 24 43/0.24),
    inset 0 0 0 1px rgb(255 255 255/0.06);
  backdrop-filter: blur(8px);
}
.hero__trust-strip > div {
  min-height: 84px;
  grid-template-columns: auto 1fr;
  justify-items: start;
  align-content: center;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  text-align: left;
  border-right: 1px solid rgb(216 183 117/0.2);
}
.hero__trust-strip > div:nth-child(4) {
  border-right: 1px solid rgb(216 183 117/0.2);
}
.hero__trust-strip > div:last-child {
  border-right: 0;
}
.hero__trust-strip i {
  width: 32px;
  height: 32px;
  margin: 0;
  color: var(--aqva-gold-soft);
}
.hero__trust-strip > div > span {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.hero__trust-strip svg {
  width: 27px;
  height: 27px;
  color: var(--aqva-gold-soft);
  stroke-width: 1.7;
}
.hero__trust-strip strong {
  color: #fff;
  font-family: var(--font);
  font-size: clamp(1.08rem, 1.45vw, 1.48rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
.hero__trust-strip p {
  max-width: none;
  margin: 0;
  color: rgb(255 255 255/0.78);
  font-size: clamp(0.62rem, 0.76vw, 0.8rem);
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
}
@media (max-width: 1180px) {
  .desktop-nav {
    gap: 18px;
  }
  .desktop-nav a {
    font-size: 0.68rem;
  }
  .hero {
    grid-template-columns: minmax(520px, 54%) 1fr;
  }
  .hero .actions {
    flex-wrap: wrap;
  }
  .hero__rera-card {
    margin: clamp(48px, 8svh, 76px) clamp(34px, 4.1vw, 64px) 0 0;
  }
  .hero__trust-strip > div {
    gap: 10px;
    padding-inline: 12px;
  }
  .hero__trust-strip strong {
    font-size: clamp(0.96rem, 1.35vw, 1.28rem);
  }
  .hero__trust-strip p {
    font-size: clamp(0.56rem, 0.72vw, 0.72rem);
  }
}
@media (max-width: 1320px) and (min-width: 1181px) {
  .desktop-nav {
    gap: clamp(10px, 1vw, 16px);
  }
  .desktop-nav a {
    font-size: 0.68rem;
  }
  .header-cta {
    min-width: 154px;
    padding-inline: 14px;
  }
}
@media (max-width: 980px) {
  .desktop-nav,
  .header-cta {
    display: none;
  }
  .menu-toggle {
    display: block;
    margin-left: auto;
  }
  .hero {
    min-height: calc(100svh - var(--header));
    grid-template-columns: 1fr;
    align-content: start;
    background:
      linear-gradient(90deg, rgb(255 255 255/0.94), rgb(255 255 255/0.74)),
      url("assets/images/optimized/hero/aqva-the-reserve-hero1.jpg");
    background-position: 58% top;
    padding-bottom: 190px;
  }
  .hero__content {
    padding: 58px 7vw 18px;
  }
  .hero__rera-card {
    justify-self: start;
    width: min(228px, 70vw);
    min-width: 0;
    margin: 0 0 0 7vw;
    padding: 17px 16px 15px;
  }
  .hero__rera-seal {
    width: 50px;
    height: 50px;
    margin-bottom: 11px;
  }
  .hero__rera-seal svg {
    width: 27px;
    height: 27px;
  }
  .hero__trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 0;
  }
  .hero__trust-strip > div {
    min-height: 74px;
    padding: 12px 14px;
    border-right: 1px solid rgb(216 183 117/0.2);
    border-bottom: 1px solid rgb(216 183 117/0.2);
  }
  .hero__trust-strip > div:nth-child(2n) {
    border-right: 0;
  }
  .hero__trust-strip > div:last-child {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .site-header {
    height: var(--header);
  }
  .site-header__inner {
    padding-inline: 18px;
  }
  .aqva-brand {
    width: 118px;
  }
  .aqva-brand strong {
    font-size: 2.25rem;
  }
  .aqva-brand small {
    gap: 7px;
    font-size: 0.5rem;
  }
  .hero {
    min-height: max(calc(100svh - var(--header)), 940px);
    padding-bottom: 316px;
    background-position: 63% top;
  }
  .hero__content {
    padding: 44px 20px 16px;
  }
  .hero .eyebrow {
    margin-bottom: 14px;
    font-size: 0.72rem;
  }
  .hero h1 {
    font-size: clamp(2.6rem, 12.8vw, 4.25rem);
    line-height: 0.96;
  }
  .hero__location {
    margin: 14px 0 14px;
    font-size: clamp(1.05rem, 5.6vw, 1.7rem);
  }
  .hero__sector {
    margin-top: 12px;
    font-size: clamp(0.78rem, 3.4vw, 0.95rem);
  }
  .hero__description {
    margin-top: 14px;
    font-size: 0.9rem;
    line-height: 1.52;
  }
  .hero .actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 34px;
  }
  .hero .button {
    width: 100%;
    min-height: 46px;
  }
  .hero__rera-card {
    display: none;
  }
  .hero__trust-strip {
    grid-template-columns: 1fr;
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
  .hero__trust-strip > div,
  .hero__trust-strip > div:nth-child(3),
  .hero__trust-strip > div:nth-child(4) {
    min-height: 54px;
    padding: 9px 14px;
    border-right: 0;
    border-bottom: 1px solid rgb(216 183 117/0.2);
  }
  .hero__trust-strip > div:last-child {
    grid-column: auto;
    border-bottom: 0;
  }
  .hero__trust-strip i {
    width: 25px;
    height: 25px;
  }
  .hero__trust-strip svg {
    width: 22px;
    height: 22px;
  }
  .hero__trust-strip strong {
    font-size: 0.96rem;
  }
  .hero__trust-strip p {
    font-size: 0.58rem;
    line-height: 1.25;
  }
}
@media (max-width: 420px) {
  .hero {
    min-height: 940px;
    padding-bottom: 316px;
  }
  .hero h1 {
    font-size: clamp(2.35rem, 12.2vw, 3.35rem);
  }
  .hero__description br {
    display: none;
  }
}

/* AQVA overview content */
#overview {
  max-width: none;
  min-height: auto;
  grid-template-columns: minmax(460px, 0.8fr) minmax(600px, 1.2fr);
  gap: clamp(54px, 5.4vw, 88px);
  align-items: center;
  padding: clamp(42px, 6.2svh, 62px) clamp(34px, 4.1vw, 64px)
    clamp(42px, 5svh, 62px);
  border-top: 0;
  background: #fff;
  overflow: visible;
}
#overview .section-copy {
  align-self: center;
  max-width: 555px;
  margin-inline: 0;
  padding: 0;
  display: grid;
  justify-items: start;
}
#overview .overview-kicker {
  margin: 0 0 clamp(10px, 1vw, 14px);
  color: var(--aqva-gold);
  font-size: clamp(0.76rem, 0.9vw, 0.98rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
#overview .framed-image {
  position: relative;
  min-height: 0;
  height: clamp(360px, 30vw, 440px);
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #efe6d5;
  box-shadow:
    0 18px 46px rgb(7 29 48/0.12),
    0 1px 5px rgb(7 29 48/0.08);
}
#overview .framed-image::after,
#overview .framed-image::before {
  display: none;
}
#overview .framed-image img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}
#overview h2 {
  max-width: 550px;
  margin: 0;
  color: var(--aqva-ink);
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(2rem, 2.36vw, 2.72rem);
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
#overview h2 span {
  display: block;
  white-space: nowrap;
}
#overview .section-copy > p:not(.eyebrow) {
  max-width: 540px;
  margin: clamp(10px, 1vw, 14px) 0 0;
  color: #3f4650;
  font-size: clamp(0.88rem, 0.95vw, 0.98rem);
  font-weight: 600;
  line-height: 1.58;
}
#overview .overview__more {
  display: grid;
  gap: clamp(10px, 1vw, 14px);
  margin-top: clamp(10px, 1vw, 14px);
}
#overview .overview__more[hidden] {
  display: none;
}
#overview .overview__more p {
  max-width: 540px;
  margin: 0;
  color: #3f4650;
  font-size: clamp(0.88rem, 0.95vw, 0.98rem);
  font-weight: 600;
  line-height: 1.58;
}
#overview .overview-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(76px, 7.4vw, 112px);
  height: clamp(76px, 7.4vw, 112px);
  display: grid;
  place-items: center;
  padding: 0;
  isolation: isolate;
  overflow: visible;
  border: 1px solid rgb(255 255 255 / 0.86);
  border-radius: 50%;
  background:
    radial-gradient(circle, #fff 0 34%, rgb(255 255 255 / 0.86) 35% 47%, transparent 48%),
    linear-gradient(145deg, rgb(255 255 255 / 0.64), rgb(255 255 255 / 0.14) 46%, rgb(5 36 62 / 0.26) 100%);
  box-shadow:
    0 24px 48px rgb(3 24 43 / 0.32),
    0 0 0 10px rgb(255 255 255 / 0.2),
    0 0 0 22px rgb(255 255 255 / 0.11),
    inset 0 2px 0 rgb(255 255 255 / 0.8),
    inset 0 -16px 26px rgb(3 24 43 / 0.14);
  transform: translate(-50%, -50%) perspective(620px) rotateX(10deg) translateZ(0);
  transition:
    transform 0.3s var(--ease),
    box-shadow 0.3s var(--ease),
    background 0.3s var(--ease);
  animation: overview-play-float 3.6s ease-in-out infinite;
}
#overview .overview-play::before,
#overview .overview-play::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -14px;
  border: 1px solid rgb(255 255 255 / 0.58);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgb(255 255 255 / 0.24), transparent 58%),
    conic-gradient(from 0deg, transparent, rgb(255 255 255 / 0.52), transparent 32%, transparent);
  opacity: 0;
  transform: scale(0.72);
  animation: overview-play-wave 2.4s ease-out infinite;
  pointer-events: none;
}
#overview .overview-play::after {
  inset: -28px;
  border-color: rgb(255 255 255 / 0.42);
  animation-delay: 0.75s;
}
#overview .overview-play span {
  position: relative;
  z-index: 2;
  width: clamp(46px, 4.5vw, 64px);
  height: clamp(46px, 4.5vw, 64px);
  display: grid;
  place-items: center;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, #fff 0 18%, rgb(255 255 255 / 0.98) 19% 68%, rgb(232 238 241 / 0.96) 100%);
  box-shadow:
    inset 0 2px 0 rgb(255 255 255 / 0.96),
    inset 0 -8px 14px rgb(3 24 43 / 0.1),
    0 8px 18px rgb(3 24 43 / 0.18);
}
#overview .overview-play span::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: clamp(9px, 0.85vw, 12px) solid transparent;
  border-bottom: clamp(9px, 0.85vw, 12px) solid transparent;
  border-left: clamp(13px, 1.15vw, 18px) solid #062945;
  filter: drop-shadow(0 3px 4px rgb(3 24 43 / 0.22));
}
#overview .overview-play:hover,
#overview .overview-play:focus-visible {
  transform: translate(-50%, -50%) perspective(620px) rotateX(4deg) translateY(-3px) scale(1.06);
  box-shadow:
    0 30px 58px rgb(3 24 43 / 0.38),
    0 0 0 10px rgb(255 255 255 / 0.24),
    0 0 0 24px rgb(255 255 255 / 0.14),
    inset 0 2px 0 rgb(255 255 255 / 0.92),
    inset 0 -14px 26px rgb(3 24 43 / 0.12);
  outline: 0;
}
@keyframes overview-play-wave {
  0% {
    opacity: 0;
    transform: scale(0.68) rotate(0deg);
  }
  18% {
    opacity: 0.95;
  }
  100% {
    opacity: 0;
    transform: scale(1.34) rotate(90deg);
  }
}
@keyframes overview-play-float {
  0%,
  100% {
    transform: translate(-50%, -50%) perspective(620px) rotateX(10deg) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) perspective(620px) rotateX(7deg) translateY(-4px);
  }
}
@media (prefers-reduced-motion: reduce) {
  #overview .overview-play,
  #overview .overview-play::before,
  #overview .overview-play::after {
    animation: none;
  }
}
@media (max-width: 900px) {
  #overview {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 38px 7vw 44px;
    background: #fff;
  }
  #overview .section-copy {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding: 0;
  }
  #overview .framed-image {
    order: -1;
    height: clamp(280px, 48vw, 390px);
  }
  #overview .framed-image img {
    aspect-ratio: auto;
  }
}
@media (max-width: 767px) {
  #overview {
    gap: 24px;
    padding: 32px 20px 36px;
  }
  #overview .section-copy {
    padding: 0;
  }
  #overview h2 {
    font-size: clamp(2rem, 8vw, 2.65rem);
    line-height: 1.08;
  }
  #overview h2 span {
    white-space: normal;
  }
  #overview .section-copy > p:not(.eyebrow) {
    margin-top: 12px;
    font-size: 0.92rem;
    line-height: 1.58;
  }
  #overview .overview__more p {
    font-size: 0.92rem;
    line-height: 1.58;
  }
}

/* Final investment-section cascade guard */
main > section.investment-section .investment-section__header h2 {
  color: var(--aqva-ink);
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(1.92rem, 2.2vw, 2.72rem);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
main > section.investment-section .investment-benefits svg,
main > section.investment-section .investment-benefits .lucide {
  color: var(--aqva-navy);
  stroke-width: 1.45;
}
main > section.investment-section .investment-benefits article:hover svg,
main > section.investment-section .investment-benefits article:focus-within svg,
main > section.investment-section .investment-benefits article:hover .lucide,
main > section.investment-section .investment-benefits article:focus-within .lucide {
  color: #0a395f;
}
main > section.investment-section .project-status-card__timeline h3 {
  color: var(--aqva-ink);
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(1.65rem, 1.82vw, 2.08rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}
@media (min-width: 1181px) {
  main > section.investment-section .project-status-card__timeline h3 {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  main > section.investment-section .investment-section__header h2 {
    font-size: clamp(1.62rem, 7vw, 2.2rem);
    line-height: 1.04;
  }
}

/* Final overview-section cascade guard */
main > section#overview h2 {
  max-width: 550px;
  margin: 0;
  color: var(--aqva-ink);
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(2rem, 2.36vw, 2.72rem);
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
main > section#overview h2 span {
  display: block;
  white-space: nowrap;
}
main > section.gallery .section-heading h2 {
  max-width: 550px;
  margin: 0 auto;
  color: var(--aqva-ink);
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(2rem, 2.36vw, 2.72rem);
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
main > section.amenities .section-heading h2 {
  max-width: 550px;
  margin: 0 auto;
  color: var(--aqva-ink);
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(2rem, 2.36vw, 2.72rem);
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  main > section#overview h2 {
    max-width: none;
    font-size: clamp(2rem, 8vw, 2.65rem);
    line-height: 1.08;
  }
  main > section#overview h2 span {
    white-space: normal;
  }
  main > section.gallery .section-heading h2 {
    max-width: none;
    font-size: clamp(2rem, 8vw, 2.65rem);
    line-height: 1.08;
  }
  main > section.amenities .section-heading h2 {
    max-width: none;
    font-size: clamp(2rem, 8vw, 2.65rem);
    line-height: 1.08;
  }
}

/* AQVA pricing and area */
.pricing-area-section {
  --pricing-teal: #168f9b;
  --pricing-teal-dark: #0c727d;
  max-width: none;
  padding: clamp(34px, 4.4vw, 60px) clamp(42px, 4.3vw, 58px);
  background: #fff;
  color: var(--aqva-ink);
}
.pricing-area {
  width: min(100%, 1268px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(300px, 0.43fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgb(7 26 48 / 0.14);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 14px 42px rgb(7 26 48 / 0.08);
}
.pricing-area__intro {
  min-width: 0;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: clamp(34px, 4vw, 54px);
  padding: clamp(34px, 4vw, 54px) clamp(30px, 3.2vw, 48px);
  border-right: 1px solid rgb(7 26 48 / 0.14);
  background:
    linear-gradient(145deg, rgb(255 255 255 / 0.98), rgb(247 250 251 / 0.92));
}
.pricing-area__intro h2 {
  max-width: 330px;
  margin: 0;
  color: var(--aqva-ink);
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(2rem, 2.45vw, 2.8rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
.pricing-area__download,
.pricing-area__primary,
.pricing-area__secondary,
.pricing-area__table td button {
  border-radius: 4px;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  transition:
    color 0.25s var(--ease),
    background 0.25s var(--ease),
    border-color 0.25s var(--ease),
    box-shadow 0.25s var(--ease),
    transform 0.25s var(--ease);
}
.pricing-area__download {
  width: min(100%, 290px);
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid var(--pricing-teal);
  background: var(--pricing-teal);
  color: #fff;
  box-shadow: 0 9px 22px rgb(22 143 155 / 0.2);
}
.pricing-area__download:hover,
.pricing-area__download:focus-visible {
  border-color: var(--pricing-teal-dark);
  background: var(--pricing-teal-dark);
  box-shadow: 0 13px 28px rgb(12 114 125 / 0.26);
  transform: translateY(-2px);
}
.pricing-area__content {
  min-width: 0;
  display: grid;
  grid-template-rows: 1fr auto;
}
.pricing-area__table-wrap {
  min-width: 0;
  overflow-x: auto;
}
.pricing-area__table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: #172538;
  font-size: clamp(0.82rem, 0.87vw, 0.94rem);
  line-height: 1.35;
}
.pricing-area__table th,
.pricing-area__table td {
  padding: 10px clamp(16px, 1.8vw, 28px);
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid rgb(7 26 48 / 0.1);
}
.pricing-area__table th {
  height: 48px;
  color: var(--aqva-ink);
  background: #fbfcfc;
  font-weight: 800;
}
.pricing-area__table th:nth-child(1) {
  width: 31%;
}
.pricing-area__table th:nth-child(2) {
  width: 22%;
}
.pricing-area__table th:nth-child(3) {
  width: 27%;
}
.pricing-area__table th:nth-child(4) {
  width: 20%;
}
.pricing-area__table td:first-child,
.pricing-area__table td:nth-child(3) {
  font-weight: 700;
}
.pricing-area__table tbody tr {
  transition: background 0.22s var(--ease);
}
.pricing-area__table tbody tr:hover {
  background: rgb(22 143 155 / 0.045);
}
.pricing-area__table td button {
  width: 100%;
  min-width: 146px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  border: 1px solid rgb(22 143 155 / 0.72);
  background: #fff;
  color: var(--pricing-teal-dark);
}
.pricing-area__table td button:hover,
.pricing-area__table td button:focus-visible {
  border-color: var(--pricing-teal);
  background: var(--pricing-teal);
  color: #fff;
  box-shadow: 0 8px 18px rgb(22 143 155 / 0.2);
  transform: translateY(-1px);
}
.pricing-area__actions {
  display: grid;
  grid-template-columns: minmax(230px, 0.95fr) minmax(270px, 1.05fr);
  gap: clamp(18px, 2.8vw, 48px);
  padding: 14px clamp(28px, 4vw, 54px) 16px;
  background: #fbfcfc;
}
.pricing-area__primary,
.pricing-area__secondary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 12px 22px;
}
.pricing-area__primary {
  border: 1px solid var(--aqva-navy);
  background: var(--aqva-navy);
  color: #fff;
  box-shadow: 0 9px 24px rgb(6 40 68 / 0.18);
}
.pricing-area__secondary {
  border: 1px solid rgb(22 143 155 / 0.72);
  background: #fff;
  color: var(--pricing-teal-dark);
}
.pricing-area__primary svg,
.pricing-area__secondary svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  stroke-width: 1.9;
}
.pricing-area__primary:hover,
.pricing-area__primary:focus-visible {
  border-color: #0a395f;
  background: #0a395f;
  box-shadow: 0 13px 28px rgb(6 40 68 / 0.24);
  transform: translateY(-2px);
}
.pricing-area__secondary:hover,
.pricing-area__secondary:focus-visible {
  border-color: var(--pricing-teal);
  background: var(--pricing-teal);
  color: #fff;
  box-shadow: 0 11px 24px rgb(22 143 155 / 0.2);
  transform: translateY(-2px);
}
.pricing-area button:focus-visible {
  outline: 3px solid rgb(216 183 117 / 0.55);
  outline-offset: 3px;
}
@media (max-width: 1080px) {
  .pricing-area-section {
    padding-inline: 24px;
  }
  .pricing-area {
    grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
  }
  .pricing-area__intro {
    padding-inline: 26px;
  }
  .pricing-area__table th,
  .pricing-area__table td {
    padding-inline: 14px;
  }
  .pricing-area__table td button {
    min-width: 128px;
  }
  .pricing-area__actions {
    gap: 16px;
    padding-inline: 18px;
  }
}
@media (max-width: 820px) {
  .pricing-area {
    grid-template-columns: 1fr;
  }
  .pricing-area__intro {
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 24px;
    padding: 28px;
    border-right: 0;
    border-bottom: 1px solid rgb(7 26 48 / 0.14);
  }
  .pricing-area__intro h2 {
    font-size: clamp(1.85rem, 5vw, 2.45rem);
  }
  .pricing-area__download {
    width: auto;
    min-width: 225px;
  }
}
@media (max-width: 640px) {
  .pricing-area-section {
    padding: 30px 18px 34px;
  }
  .pricing-area {
    overflow: visible;
    border-radius: 4px;
  }
  .pricing-area__intro {
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 22px;
    padding: 26px 22px;
  }
  .pricing-area__intro h2 {
    max-width: none;
    font-size: clamp(1.9rem, 8vw, 2.4rem);
  }
  .pricing-area__download {
    width: 100%;
    min-width: 0;
  }
  .pricing-area__table-wrap {
    overflow: visible;
  }
  .pricing-area__table,
  .pricing-area__table tbody,
  .pricing-area__table tr,
  .pricing-area__table td {
    display: block;
    width: 100%;
    height: auto;
  }
  .pricing-area__table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .pricing-area__table tr {
    padding: 10px 18px 14px;
    border-bottom: 1px solid rgb(7 26 48 / 0.12);
  }
  .pricing-area__table td {
    display: grid;
    grid-template-columns: minmax(72px, 0.38fr) minmax(0, 0.62fr);
    gap: 14px;
    align-items: center;
    padding: 7px 0;
    border: 0;
    text-align: right;
  }
  .pricing-area__table td::before {
    content: attr(data-label);
    color: #687383;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-align: left;
    text-transform: uppercase;
  }
  .pricing-area__table td button {
    width: min(100%, 190px);
    min-width: 0;
    justify-self: end;
  }
  .pricing-area__actions {
    grid-template-columns: 1fr;
    gap: 11px;
    padding: 18px;
  }
}

/* Project snapshot and pricing reference composition */
.pricing-area-section {
  --pricing-teal: #087486;
  --pricing-teal-dark: #045968;
  --pricing-gold: #c69a47;
  max-width: none;
  padding: clamp(24px, 3vw, 38px) clamp(42px, 4.3vw, 58px)
    clamp(30px, 3.4vw, 46px);
  background: linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
  color: var(--aqva-ink);
}
.project-snapshot__header {
  width: min(100%, 1268px);
  display: block;
  margin: 0 auto clamp(18px, 2vw, 26px);
  text-align: center;
}
.project-snapshot__header::before,
.project-snapshot__header::after {
  display: none;
}
main > section.pricing-area-section .project-snapshot__header h2 {
  position: relative;
  margin: 0;
  color: var(--aqva-ink);
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(1.92rem, 2.2vw, 2.72rem);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: 0.09em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
main > section.pricing-area-section .project-snapshot__header h2::before,
main > section.pricing-area-section .project-snapshot__header h2::after {
  display: none;
}
.project-snapshot__grid {
  width: min(100%, 1268px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: clamp(12px, 1vw, 16px);
}
.snapshot-card {
  min-width: 0;
  min-height: 146px;
  display: grid;
  grid-template-rows: 54px auto 1fr;
  justify-items: center;
  align-items: start;
  padding: 10px clamp(10px, 1vw, 16px) 14px;
  border: 1px solid rgb(7 26 48/0.12);
  border-radius: 6px;
  background: rgb(255 255 255/0.82);
  box-shadow: 0 10px 30px rgb(7 26 48/0.05);
  text-align: center;
  transition:
    border-color 0.28s var(--ease),
    box-shadow 0.28s var(--ease),
    transform 0.28s var(--ease);
}
.snapshot-card__icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(7 26 48/0.2);
  border-radius: 50%;
  background: #fff;
  color: var(--aqva-navy);
  box-shadow: 0 0 0 7px #fff;
}
.snapshot-card__icon svg,
.snapshot-card__icon .lucide {
  width: 30px;
  height: 30px;
  color: var(--aqva-navy);
  stroke-width: 1.45;
}
.snapshot-card h3 {
  position: relative;
  width: 100%;
  margin: 6px 0 7px;
  padding-bottom: 0;
  color: var(--aqva-ink);
  font-family: var(--font);
  font-size: clamp(0.9rem, 1vw, 1.05rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}
.snapshot-card h3::before {
  display: none;
}
.snapshot-card h3::after {
  display: none;
}
.snapshot-card p {
  align-self: center;
  margin: 0;
  color: #3f4650;
  font-family: var(--font);
  font-size: clamp(0.82rem, 0.9vw, 0.94rem);
  font-weight: 500;
  line-height: 1.55;
}
.snapshot-card p strong,
.snapshot-card p span {
  display: block;
}
.snapshot-card p strong {
  color: var(--aqva-ink);
  font-family: var(--font);
  font-size: clamp(1.08rem, 1.25vw, 1.42rem);
  font-weight: 800;
  line-height: 1.05;
}
.snapshot-card p span {
  margin-top: 4px;
  color: #3f4650;
  font-size: clamp(0.78rem, 0.86vw, 0.9rem);
  line-height: 1.35;
}
@media (hover: hover) and (pointer: fine) {
  .snapshot-card:hover {
    border-color: rgb(6 40 68/0.16);
    box-shadow:
      0 18px 34px rgb(6 40 68/0.14),
      0 0 0 1px rgb(6 40 68/0.08);
    transform: translateY(-6px);
  }
  .snapshot-card:hover .snapshot-card__icon svg,
  .snapshot-card:hover .snapshot-card__icon .lucide {
    color: #0a395f;
  }
}
.pricing-area {
  width: min(100%, 1268px);
  margin: clamp(16px, 1.8vw, 24px) auto 0;
  display: grid;
  grid-template-columns: minmax(285px, 330px) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgb(198 154 71 / 0.42);
  border-radius: 14px;
  background: #fff;
  box-shadow:
    0 8px 24px rgb(7 26 48 / 0.09),
    0 0 0 4px rgb(7 26 48 / 0.025);
}
.pricing-area__intro {
  position: relative;
  min-width: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0;
  padding: clamp(18px, 1.8vw, 24px) clamp(22px, 2.2vw, 34px);
  overflow: hidden;
  border-right: 1px solid rgb(7 26 48 / 0.14);
  background:
    radial-gradient(ellipse at 8% 100%, transparent 0 38%, rgb(198 154 71 / 0.08) 39% 39.5%, transparent 40% 47%, rgb(198 154 71 / 0.055) 48% 48.5%, transparent 49%),
    linear-gradient(145deg, #fff, #fdfbf6);
  text-align: center;
}
.pricing-area__mark {
  width: 30px;
  height: 30px;
  margin-bottom: 7px;
  color: var(--aqva-navy);
  stroke-width: 1.65;
}
main > section.pricing-area-section .pricing-area__intro h2 {
  max-width: 320px;
  margin: 0;
  color: var(--aqva-ink);
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(1.42rem, 1.52vw, 1.72rem);
  font-weight: 650;
  line-height: 1.05;
  letter-spacing: 0.025em;
  text-align: center;
  text-transform: uppercase;
}
main > section.pricing-area-section .pricing-area__intro h2 span {
  display: block;
  white-space: nowrap;
}
.pricing-area__ornament {
  display: none;
}
.pricing-area__download,
.pricing-area__primary,
.pricing-area__secondary,
.pricing-area__table td button {
  border-radius: 5px;
  font-size: clamp(0.68rem, 0.8vw, 0.82rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.pricing-area__download {
  width: min(100%, 286px);
  min-height: 42px;
  gap: 12px;
  margin-top: clamp(16px, 1.65vw, 22px);
  padding: 11px 18px;
  border: 1px solid var(--aqva-navy);
  background: linear-gradient(180deg, #07375a, #031e35);
  color: #fff;
  box-shadow: 0 8px 18px rgb(6 40 68 / 0.2);
}
.pricing-area__download svg {
  width: 19px;
  height: 19px;
  color: var(--pricing-gold);
  stroke-width: 1.9;
}
.pricing-area__download:hover,
.pricing-area__download:focus-visible {
  border-color: #0a426b;
  background: linear-gradient(180deg, #0a456e, #052943);
  box-shadow: 0 12px 24px rgb(6 40 68 / 0.28);
  transform: translateY(-1px);
}
.pricing-area__content {
  min-width: 0;
  display: grid;
  grid-template-rows: 1fr;
  background: #fff;
}
.pricing-area__table-wrap {
  min-width: 0;
  overflow-x: auto;
}
.pricing-area__table {
  width: 100%;
  height: auto;
  border-collapse: collapse;
  table-layout: fixed;
  color: #151b22;
  font-size: clamp(0.76rem, 0.86vw, 0.92rem);
  line-height: 1.2;
}
.pricing-area__table th,
.pricing-area__table td {
  height: 32px;
  padding: 3px clamp(16px, 2.25vw, 34px);
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid rgb(7 26 48 / 0.12);
}
.pricing-area__table th {
  height: 32px;
  border-bottom: 0;
  background: linear-gradient(180deg, #07375a, #032541);
  color: #fff;
  font-size: clamp(0.78rem, 0.92vw, 0.98rem);
  font-weight: 800;
}
.pricing-area__table th:first-child {
  border-top-left-radius: 4px;
}
.pricing-area__table th:last-child {
  border-top-right-radius: 10px;
}
.pricing-area__table th:nth-child(1) {
  width: 27%;
}
.pricing-area__table th:nth-child(2) {
  width: 22%;
}
.pricing-area__table th:nth-child(3) {
  width: 29%;
}
.pricing-area__table th:nth-child(4) {
  width: 22%;
}
.pricing-area__table td:first-child,
.pricing-area__table td:nth-child(3) {
  font-weight: 600;
}
.pricing-area__table tbody tr:hover {
  background: rgb(8 116 134 / 0.045);
}
.pricing-area__table td button {
  width: 100%;
  min-width: 138px;
  min-height: 27px;
  padding: 5px 11px;
  border: 1px solid rgb(184 138 69/0.42);
  background:
    linear-gradient(180deg, rgb(255 255 255/0.86), rgb(255 255 255/0.68));
  color: #a77532;
  box-shadow:
    0 8px 18px rgb(7 26 48/0.08),
    inset 0 0 0 1px rgb(255 255 255/0.7);
  transition:
    transform 0.28s var(--ease),
    background 0.28s var(--ease),
    border-color 0.28s var(--ease),
    color 0.28s var(--ease),
    box-shadow 0.28s var(--ease);
}
.pricing-area__table td button:hover,
.pricing-area__table td button:focus-visible {
  border-color: var(--aqva-navy);
  background: var(--aqva-navy);
  color: #fff;
  box-shadow: 0 12px 24px rgb(7 26 48/0.18);
  transform: translateY(-2px);
}
.pricing-area__actions {
  display: grid;
  grid-template-columns: minmax(280px, 0.96fr) minmax(300px, 0.9fr);
  justify-content: center;
  gap: clamp(16px, 2vw, 28px);
  padding: 6px clamp(18px, 2vw, 28px) 8px;
  background: #fff;
}
.pricing-area__primary,
.pricing-area__secondary {
  min-height: 42px;
  gap: 12px;
  padding: 11px 20px;
}
.pricing-area__primary {
  border: 1px solid var(--aqva-navy);
  background: linear-gradient(180deg, #07375a, #031e35);
  color: #fff;
  box-shadow: 0 8px 18px rgb(6 40 68 / 0.2);
}
.pricing-area__secondary {
  border: 1px solid rgb(8 116 134 / 0.75);
  background: #fff;
  color: var(--pricing-teal-dark);
}
.pricing-area__primary svg,
.pricing-area__secondary svg {
  width: 20px;
  height: 20px;
  color: var(--pricing-gold);
  stroke-width: 1.9;
}
.pricing-area__secondary svg {
  color: var(--pricing-teal);
}
.pricing-area__primary:hover,
.pricing-area__primary:focus-visible {
  border-color: #0a426b;
  background: linear-gradient(180deg, #0a456e, #052943);
  box-shadow: 0 12px 24px rgb(6 40 68 / 0.28);
  transform: translateY(-1px);
}
.pricing-area__secondary:hover,
.pricing-area__secondary:focus-visible {
  border-color: var(--pricing-teal);
  background: rgb(8 116 134 / 0.06);
  color: var(--pricing-teal-dark);
  box-shadow: 0 10px 22px rgb(8 116 134 / 0.16);
  transform: translateY(-1px);
}
.pricing-area button:focus-visible {
  outline: 3px solid rgb(198 154 71 / 0.45);
  outline-offset: 2px;
}
@media (max-width: 1280px) {
  .project-snapshot__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .project-snapshot__grid .snapshot-card:nth-child(n + 5) {
    grid-column: span 1;
  }
  .pricing-area {
    grid-template-columns: minmax(300px, 340px) minmax(0, 1fr);
  }
  .pricing-area__table th,
  .pricing-area__table td {
    padding-inline: 18px;
  }
  .pricing-area__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 920px) {
  .project-snapshot__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .pricing-area {
    grid-template-columns: 1fr;
  }
  .pricing-area__intro {
    grid-template-columns: auto minmax(220px, 1fr) minmax(220px, 0.75fr);
    align-items: center;
    gap: 20px;
    padding: 24px 28px;
    border-right: 0;
    border-bottom: 1px solid rgb(7 26 48 / 0.14);
  }
  .pricing-area__mark {
    margin: 0;
  }
  main > section.pricing-area-section .pricing-area__intro h2 {
    max-width: none;
    font-size: clamp(1.6rem, 3.4vw, 2rem);
    text-align: left;
  }
  .pricing-area__ornament {
    display: none;
  }
  .pricing-area__download {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .pricing-area-section {
    padding: 28px 18px 34px;
    overflow: hidden;
  }
  .project-snapshot__header {
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    margin-bottom: 12px;
  }
  .project-snapshot__header::before,
  .project-snapshot__header::after {
    display: none;
  }
  main > section.pricing-area-section .project-snapshot__header h2 {
    font-size: clamp(1.45rem, 6.8vw, 1.8rem);
    white-space: normal;
  }
  main > section.pricing-area-section .project-snapshot__header h2::before,
  main > section.pricing-area-section .project-snapshot__header h2::after {
    display: none;
  }
  .project-snapshot__grid {
    width: 100%;
    min-width: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .snapshot-card {
    min-height: 136px;
    padding: 8px;
  }
  .snapshot-card h3 {
    font-size: 0.8rem;
  }
  .snapshot-card p,
  .snapshot-card p span {
    font-size: 0.72rem;
  }
  .snapshot-card p strong {
    font-size: 1.35rem;
  }
  .pricing-area {
    margin-top: 12px;
    overflow: hidden;
    border-radius: 10px;
  }
  .pricing-area__intro {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0;
    padding: 22px 18px 24px;
  }
  .pricing-area__mark {
    margin-bottom: 8px;
  }
  main > section.pricing-area-section .pricing-area__intro h2 {
    font-size: clamp(1.65rem, 7.2vw, 2rem);
    text-align: center;
  }
  main > section.pricing-area-section .pricing-area__intro h2 span {
    white-space: normal;
  }
  .pricing-area__ornament {
    display: none;
  }
  .pricing-area__table-wrap {
    overflow: visible;
  }
  .pricing-area__table,
  .pricing-area__table tbody,
  .pricing-area__table tr,
  .pricing-area__table td {
    display: block;
    width: 100%;
    height: auto;
  }
  .pricing-area__table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .pricing-area__table tr {
    padding: 10px 18px 12px;
    border-bottom: 1px solid rgb(7 26 48 / 0.12);
  }
  .pricing-area__table td {
    display: grid;
    grid-template-columns: minmax(72px, 0.38fr) minmax(0, 0.62fr);
    gap: 12px;
    align-items: center;
    padding: 7px 0;
    border: 0;
    text-align: right;
  }
  .pricing-area__table td::before {
    content: attr(data-label);
    color: #687383;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-align: left;
    text-transform: uppercase;
  }
  .pricing-area__table td button {
    width: min(100%, 190px);
    min-width: 0;
    justify-self: end;
  }
  .pricing-area__actions {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px 18px 18px;
  }
}

/* Master plan and plot options */
.master-plan-section {
  max-width: none;
  padding: clamp(24px, 3vw, 38px) clamp(42px, 4.3vw, 58px)
    clamp(30px, 3.4vw, 46px);
  background: linear-gradient(180deg, #fbfaf7 0%, #fff 100%);
  color: var(--aqva-ink);
}
.master-plan-shell {
  position: relative;
  width: min(100%, 1320px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(0, 1fr);
  gap: clamp(18px, 1.6vw, 24px);
  padding: clamp(18px, 1.8vw, 24px);
  border: 1px solid rgb(198 154 71 / 0.62);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0, rgb(198 154 71 / 0.08), transparent 24%),
    rgb(255 255 255 / 0.92);
  box-shadow:
    0 14px 42px rgb(7 26 48 / 0.07),
    inset 0 0 0 1px rgb(255 255 255 / 0.72);
}
.master-plan-shell::before,
.master-plan-shell::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 1px solid rgb(198 154 71 / 0.82);
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: 0 0 0 6px #fff;
}
.master-plan-shell::before {
  top: -6px;
}
.master-plan-shell::after {
  bottom: -6px;
}
.master-plan-panel {
  min-width: 0;
  min-height: clamp(330px, 27vw, 390px);
  border: 1px solid rgb(7 26 48 / 0.12);
  border-radius: 13px;
  background:
    linear-gradient(180deg, rgb(255 255 255 / 0.98), rgb(252 251 248 / 0.92));
  box-shadow: 0 12px 30px rgb(7 26 48 / 0.055);
}
.master-plan-panel--plan {
  display: grid;
  grid-template-columns: minmax(255px, 0.78fr) minmax(280px, 1fr);
  align-items: center;
  gap: clamp(18px, 1.8vw, 26px);
  padding: clamp(22px, 2.1vw, 28px);
}
.master-plan-copy {
  min-width: 0;
}
@media (min-width: 761px) {
  .master-plan-copy {
    min-width: 286px;
  }
}
main > section.master-plan-section h2 {
  max-width: 550px;
  margin: 0;
  color: var(--aqva-ink);
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(2rem, 2.36vw, 2.72rem);
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
.master-plan-copy h2 {
  white-space: nowrap;
}
.master-plan-rule,
.plot-option-card__rule {
  position: relative;
  display: block;
  width: 138px;
  height: 1px;
  margin: 18px 0 24px;
  background: rgb(198 154 71 / 0.54);
}
.master-plan-rule::after,
.plot-option-card__rule::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  background: #c69a47;
  transform: translate(-50%, -50%) rotate(45deg);
}
.master-plan-copy p {
  max-width: 340px;
  margin: 0;
  color: #46515f;
  font-size: clamp(0.92rem, 1vw, 1.02rem);
  font-weight: 500;
  line-height: 1.72;
}
.master-plan-download {
  min-height: 48px;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: clamp(62px, 7vw, 92px);
  padding: 12px 22px;
  border: 1px solid rgb(184 138 69 / 0.55);
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgb(255 255 255 / 0.92), rgb(255 255 255 / 0.72));
  color: #a77532;
  box-shadow:
    0 9px 20px rgb(7 26 48 / 0.08),
    inset 0 0 0 1px rgb(255 255 255 / 0.72);
  font-size: clamp(0.7rem, 0.78vw, 0.82rem);
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    transform 0.28s var(--ease),
    background 0.28s var(--ease),
    border-color 0.28s var(--ease),
    color 0.28s var(--ease),
    box-shadow 0.28s var(--ease);
}
.master-plan-download svg {
  width: 18px;
  height: 18px;
  color: #c69a47;
  stroke-width: 1.9;
}
.master-plan-download:hover,
.master-plan-download:focus-visible {
  border-color: var(--aqva-navy);
  background: var(--aqva-navy);
  color: #fff;
  box-shadow: 0 13px 26px rgb(7 26 48 / 0.18);
  transform: translateY(-2px);
}
.master-plan-image {
  min-width: 0;
  margin: 0;
}
.master-plan-image img {
  width: 100%;
  aspect-ratio: 1.5 / 1;
  display: block;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgb(7 26 48 / 0.12);
}
.master-plan-panel--plots {
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: start;
  gap: clamp(18px, 2vw, 26px);
  padding: clamp(22px, 2.1vw, 28px);
}
.plot-options-header {
  display: grid;
  justify-items: center;
  text-align: center;
}
.plot-options-header .master-plan-rule {
  margin: 14px 0 0;
}
.plot-options-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.25vw, 18px);
}
.plot-option-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgb(7 26 48 / 0.12);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 26px rgb(7 26 48 / 0.055);
  text-align: center;
  transition:
    border-color 0.28s var(--ease),
    box-shadow 0.28s var(--ease),
    transform 0.28s var(--ease);
}
.plot-option-card img {
  width: 100%;
  aspect-ratio: 1.65 / 1;
  display: block;
  object-fit: cover;
}
.plot-option-card__icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin: -26px auto 16px;
  border: 1px solid rgb(198 154 71 / 0.66);
  border-radius: 50%;
  background: #fff;
  color: #c69a47;
  box-shadow:
    0 7px 18px rgb(7 26 48 / 0.08),
    0 0 0 5px rgb(255 255 255 / 0.82);
}
.plot-option-card__icon svg {
  width: 25px;
  height: 25px;
  stroke-width: 1.45;
}
.plot-option-card h3 {
  margin: 0;
  padding-inline: 8px;
  color: var(--aqva-ink);
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(1.08rem, 1.26vw, 1.34rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  white-space: nowrap;
}
.plot-option-card p {
  min-height: 72px;
  margin: 14px auto 0;
  padding-inline: clamp(14px, 1.4vw, 20px);
  color: #46515f;
  font-size: clamp(0.82rem, 0.9vw, 0.94rem);
  font-weight: 500;
  line-height: 1.55;
}
.plot-option-card__rule {
  width: 88px;
  margin: 18px auto 24px;
}
@media (hover: hover) and (pointer: fine) {
  .plot-option-card:hover {
    border-color: rgb(198 154 71 / 0.48);
    box-shadow:
      0 18px 36px rgb(7 26 48 / 0.13),
      0 0 0 1px rgb(198 154 71 / 0.12);
    transform: translateY(-5px);
  }
  .plot-option-card:hover .plot-option-card__icon {
    color: var(--aqva-navy);
    box-shadow:
      0 12px 24px rgb(7 26 48 / 0.14),
      0 0 0 5px rgb(255 255 255 / 0.9);
  }
}
@media (max-width: 1240px) {
  .master-plan-shell {
    grid-template-columns: 1fr;
  }
  .master-plan-panel--plan {
    grid-template-columns: minmax(245px, 0.42fr) minmax(0, 0.58fr);
  }
  .master-plan-download {
    margin-top: 38px;
  }
}
@media (max-width: 760px) {
  .master-plan-section {
    padding: 28px 18px 34px;
    overflow: hidden;
  }
  .master-plan-shell {
    gap: 16px;
    padding: 14px;
    border-radius: 14px;
  }
  .master-plan-panel {
    min-height: 0;
    border-radius: 10px;
  }
  .master-plan-panel--plan,
  .master-plan-panel--plots {
    padding: 22px 18px;
  }
  .master-plan-panel--plan {
    grid-template-columns: 1fr;
  }
  main > section.master-plan-section h2 {
    max-width: none;
    font-size: clamp(2rem, 8vw, 2.65rem);
    line-height: 1.08;
  }
  .master-plan-copy h2 {
    white-space: normal;
  }
  .master-plan-rule {
    width: 116px;
    margin: 14px 0 18px;
  }
  .master-plan-copy p {
    max-width: none;
    line-height: 1.64;
  }
  .master-plan-download {
    width: 100%;
    margin-top: 24px;
  }
  .master-plan-image img {
    aspect-ratio: 1.22 / 1;
  }
  .plot-options-header .master-plan-rule {
    margin-inline: auto;
  }
  .plot-options-grid {
    grid-template-columns: 1fr;
  }
  .plot-option-card img {
    aspect-ratio: 1.85 / 1;
  }
  .plot-option-card p {
    min-height: 0;
  }
  .plot-option-card h3 {
    white-space: normal;
  }
}

/* Final master-plan visual match */
.master-plan-section {
  padding: clamp(30px, 3.3vw, 46px) clamp(42px, 4.3vw, 58px)
    clamp(34px, 3.7vw, 52px);
  background: #fff;
}
.master-plan-shell {
  width: min(100%, 1800px);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(22px, 1.9vw, 30px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.master-plan-shell::before,
.master-plan-shell::after {
  display: none;
}
.master-plan-panel {
  min-height: clamp(470px, 30.4vw, 540px);
  overflow: hidden;
  border: 1px solid rgb(7 26 48 / 0.12);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgb(255 255 255 / 0.98), rgb(253 253 252 / 0.94));
  box-shadow:
    0 16px 42px rgb(7 26 48 / 0.075),
    inset 0 0 0 1px rgb(255 255 255 / 0.85);
}
.master-plan-panel--plan {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  align-items: stretch;
  gap: clamp(16px, 1.5vw, 22px);
  padding: clamp(30px, 2.8vw, 42px) clamp(34px, 3vw, 52px)
    clamp(24px, 2.5vw, 34px);
}
.master-plan-card-heading,
.plot-options-header {
  display: grid;
  justify-items: center;
  text-align: center;
}
main > section.master-plan-section h2 {
  max-width: none;
  margin: 0 auto;
  font-size: clamp(2.08rem, 2.25vw, 2.78rem);
  line-height: 1;
  letter-spacing: 0.035em;
}
.master-plan-card-heading h2,
.plot-options-header h2 {
  white-space: nowrap;
}
.master-plan-image {
  position: relative;
  align-self: end;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
  isolation: isolate;
}
.master-plan-image img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1.62 / 1;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  box-shadow: none;
  transform: scale(1);
  transition:
    transform 0.45s var(--ease),
    filter 0.45s var(--ease);
}
.master-plan-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 24px;
  background:
    linear-gradient(180deg, rgb(3 28 50 / 0.08), rgb(3 28 50 / 0.58)),
    rgb(3 28 50 / 0.1);
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.35s var(--ease),
    transform 0.35s var(--ease);
}
.master-plan-image:hover img,
.master-plan-image:focus-within img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.045);
}
.master-plan-image:hover .master-plan-overlay,
.master-plan-image:focus-within .master-plan-overlay {
  opacity: 1;
  transform: translateY(0);
}
.master-plan-download {
  min-width: min(100%, 245px);
  min-height: 48px;
  margin: 0;
  border: 1px solid rgb(198 154 71 / 0.72);
  background:
    linear-gradient(180deg, rgb(255 255 255 / 0.96), rgb(255 255 255 / 0.84));
  color: #a77532;
  box-shadow:
    0 16px 32px rgb(0 0 0 / 0.22),
    inset 0 0 0 1px rgb(255 255 255 / 0.72);
}
.master-plan-download:hover,
.master-plan-download:focus-visible {
  border-color: var(--aqva-navy);
  background: var(--aqva-navy);
  color: #fff;
  box-shadow: 0 18px 38px rgb(3 28 50 / 0.35);
}
.master-plan-panel--plots {
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: center;
  gap: clamp(26px, 2.45vw, 40px);
  padding: clamp(32px, 3vw, 44px) clamp(26px, 2.6vw, 46px)
    clamp(34px, 3vw, 46px);
}
.plot-options-grid {
  align-self: center;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.45vw, 24px);
}
.plot-option-card {
  min-height: clamp(250px, 18vw, 306px);
  overflow: visible;
  border: 1px solid rgb(7 26 48 / 0.11);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #fff 0%, #fff 68%, rgb(250 250 248 / 0.96) 100%);
  box-shadow:
    0 11px 24px rgb(7 26 48 / 0.07),
    inset 0 0 0 1px rgb(255 255 255 / 0.82);
}
.plot-option-card img {
  height: clamp(110px, 8.6vw, 146px);
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center 55%;
  border-radius: 8px 8px 0 0;
  transition: transform 0.38s var(--ease);
}
.plot-option-card__icon {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: -30px auto 20px;
  border: 2px solid rgb(198 154 71 / 0.76);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, #fff 0 36%, #fbfaf7 100%);
  color: var(--aqva-navy);
  box-shadow:
    0 10px 22px rgb(7 26 48 / 0.09),
    0 0 0 6px #fff;
  transition:
    color 0.28s var(--ease),
    border-color 0.28s var(--ease),
    background 0.28s var(--ease),
    box-shadow 0.28s var(--ease),
    transform 0.28s var(--ease);
}
.plot-option-card__icon svg {
  width: 27px;
  height: 27px;
  stroke-width: 1.55;
}
.plot-option-card h3 {
  margin-top: 0;
  padding-inline: 12px;
  font-size: clamp(0.86rem, 0.92vw, 1.08rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.035em;
}
.plot-option-card p {
  min-height: 0;
  max-width: 178px;
  margin-top: 14px;
  padding-inline: 12px;
  color: #26354a;
  font-size: clamp(0.78rem, 0.82vw, 0.9rem);
  font-weight: 500;
  line-height: 1.45;
}
@media (hover: hover) and (pointer: fine) {
  .plot-option-card:hover {
    border-color: rgb(6 40 68 / 0.2);
    box-shadow:
      0 18px 36px rgb(7 26 48 / 0.14),
      0 0 0 1px rgb(198 154 71 / 0.24);
    transform: translateY(-6px);
  }
  .plot-option-card:hover img {
    transform: scale(1.045);
  }
  .plot-option-card:hover .plot-option-card__icon {
    border-color: var(--aqva-navy);
    background: linear-gradient(180deg, #fff, #f4f8fb);
    color: #0b5f8f;
    box-shadow:
      0 14px 28px rgb(7 26 48 / 0.16),
      0 0 0 6px #fff;
    transform: translateY(-3px) scale(1.04);
  }
}
@media (max-width: 1180px) {
  .master-plan-shell {
    grid-template-columns: 1fr;
  }
  .master-plan-panel {
    min-height: 0;
  }
  .master-plan-image {
    max-width: 720px;
  }
}
@media (max-width: 760px) {
  .master-plan-section {
    padding: 28px 18px 34px;
  }
  .master-plan-shell {
    gap: 18px;
  }
  .master-plan-panel--plan,
  .master-plan-panel--plots {
    padding: 24px 16px 28px;
  }
  main > section.master-plan-section h2 {
    font-size: clamp(1.95rem, 8vw, 2.55rem);
    white-space: normal;
  }
  .master-plan-image img {
    aspect-ratio: 1.08 / 1;
  }
  .master-plan-overlay {
    opacity: 1;
    transform: none;
    align-items: end;
    background: linear-gradient(180deg, transparent 0 50%, rgb(3 28 50 / 0.54));
  }
  .master-plan-download {
    width: 100%;
    min-width: 0;
  }
  .plot-options-grid {
    grid-template-columns: 1fr;
  }
  .plot-option-card {
    min-height: 0;
  }
  .plot-option-card img {
    aspect-ratio: 1.65 / 1;
  }
  .plot-option-card h3 {
    white-space: normal;
  }
  .plot-option-card p {
    max-width: 260px;
    padding-bottom: 26px;
  }
}

/* Why choose section */
.why-choose-section {
  max-width: none;
  padding: clamp(20px, 2.4vw, 30px) clamp(42px, 4.3vw, 58px)
    clamp(24px, 2.8vw, 36px);
  background: linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
  color: var(--aqva-ink);
}
.why-choose-shell {
  width: min(100%, 1800px);
  min-height: 0;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(430px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(18px, 1.75vw, 26px) clamp(30px, 3.6vw, 66px);
  align-items: start;
  padding: clamp(22px, 2vw, 30px) clamp(34px, 3.7vw, 66px)
    clamp(20px, 1.9vw, 28px);
  border: 1px solid rgb(7 26 48 / 0.12);
  border-radius: 14px;
  background:
    radial-gradient(circle at 11% 0, rgb(198 154 71 / 0.07), transparent 26%),
    linear-gradient(180deg, rgb(255 255 255 / 0.98), rgb(255 255 255 / 0.92));
  box-shadow:
    0 18px 48px rgb(7 26 48 / 0.07),
    inset 0 0 0 1px rgb(255 255 255 / 0.82);
}
.why-choose-content {
  min-width: 0;
}
.why-choose-heading {
  margin-bottom: clamp(14px, 1.35vw, 20px);
}
.why-choose-heading p {
  margin: 0 0 7px;
  color: var(--aqva-ink);
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(1.18rem, 1.22vw, 1.48rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
.why-choose-heading h2 {
  position: relative;
  max-width: 650px;
  margin: 0;
  padding-bottom: 0;
  color: var(--aqva-ink);
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(2rem, 2.26vw, 2.62rem);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
.why-choose-heading h2 span,
.why-choose-heading h2 strong {
  display: block;
}
.why-choose-heading h2 span {
  margin-bottom: 6px;
  font-size: 0.56em;
  line-height: 1;
}
.why-choose-heading h2 strong {
  font: inherit;
  color: inherit;
}
.why-choose-heading h2::after {
  display: none;
}
.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(30px, 3.9vw, 72px);
  row-gap: clamp(10px, 1vw, 14px);
}
.why-choose-grid article {
  min-width: 0;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  border-radius: 8px;
  transition:
    background 0.28s var(--ease),
    transform 0.28s var(--ease);
}
.why-choose-grid i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(198 154 71 / 0.56);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, #fff 0 36%, #fbfaf7 100%);
  color: #b8802d;
  box-shadow:
    0 8px 18px rgb(7 26 48 / 0.07),
    inset 0 0 0 1px rgb(255 255 255 / 0.82);
  transition:
    color 0.28s var(--ease),
    border-color 0.28s var(--ease),
    background 0.28s var(--ease),
    box-shadow 0.28s var(--ease),
    transform 0.28s var(--ease);
}
.why-choose-grid svg,
.why-choose-grid .lucide {
  width: 38px;
  height: 38px;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid rgb(198 154 71 / 0.56);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, #fff 0 36%, #fbfaf7 100%);
  box-shadow:
    0 8px 18px rgb(7 26 48 / 0.07),
    inset 0 0 0 1px rgb(255 255 255 / 0.82);
  color: #b8802d;
  stroke-width: 1.45;
  transition:
    color 0.28s var(--ease),
    border-color 0.28s var(--ease),
    background 0.28s var(--ease),
    box-shadow 0.28s var(--ease),
    transform 0.28s var(--ease);
}
.why-choose-grid p {
  max-width: 255px;
  margin: 0;
  color: #26354a;
  font-size: clamp(0.76rem, 0.8vw, 0.88rem);
  font-weight: 500;
  line-height: 1.46;
}
.why-choose-grid article:hover {
  transform: translateX(4px);
}
.why-choose-grid article:hover i {
  border-color: var(--aqva-navy);
  background: linear-gradient(180deg, #fff, #f4f8fb);
  color: var(--aqva-navy);
  box-shadow:
    0 12px 24px rgb(7 26 48 / 0.13),
    inset 0 0 0 1px rgb(255 255 255 / 0.88);
  transform: translateY(-3px) scale(1.04);
}
.why-choose-grid article:hover svg,
.why-choose-grid article:hover .lucide {
  border-color: var(--aqva-navy);
  background: linear-gradient(180deg, #fff, #f4f8fb);
  box-shadow:
    0 12px 24px rgb(7 26 48 / 0.13),
    inset 0 0 0 1px rgb(255 255 255 / 0.88);
  color: var(--aqva-navy);
  transform: translateY(-3px) scale(1.04);
}
.why-choose-visual {
  position: relative;
  min-width: 0;
  height: 100%;
  min-height: clamp(250px, 18.5vw, 315px);
  margin: 0;
  overflow: hidden;
  border-radius: 13px;
  background: #eef3ef;
  box-shadow:
    0 16px 34px rgb(7 26 48 / 0.14),
    inset 0 0 0 1px rgb(255 255 255 / 0.4);
}
.why-choose-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgb(255 255 255 / 0.35);
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgb(3 28 50 / 0.04), transparent 46%),
    radial-gradient(circle at 18% 15%, rgb(255 255 255 / 0.18), transparent 28%);
}
.why-choose-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.55s var(--ease);
}
.why-choose-shell:hover .why-choose-visual img {
  transform: scale(1.035);
}
.ideal-for-panel {
  grid-column: 1 / -1;
  padding: clamp(10px, 1vw, 14px) 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.ideal-for-heading {
  display: grid;
  justify-items: start;
  margin-bottom: clamp(12px, 1.1vw, 16px);
  text-align: left;
}
.ideal-for-heading h3 {
  position: relative;
  margin: 0;
  padding-bottom: 10px;
  color: var(--aqva-ink);
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(1.5rem, 1.55vw, 1.86rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.ideal-for-heading h3::after {
  display: none;
}
.ideal-for-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(14px, 1.4vw, 24px);
}
.ideal-for-grid article {
  position: relative;
  min-width: 0;
  min-height: clamp(124px, 8.9vw, 150px);
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 10px;
  padding: 14px 10px 12px;
  border: 1px solid rgb(198 154 71 / 0.32);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgb(7 26 48 / 0.055);
  text-align: center;
  transition:
    border-color 0.28s var(--ease),
    box-shadow 0.28s var(--ease),
    transform 0.28s var(--ease);
}
.ideal-for-grid article + article::before {
  display: none;
}
.ideal-for-grid span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(198 154 71 / 0.56);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, #fff 0 36%, #fbfaf7 100%);
  color: #b8802d;
  box-shadow:
    0 9px 18px rgb(7 26 48 / 0.06),
    inset 0 0 0 1px rgb(255 255 255 / 0.85);
  transition:
    color 0.28s var(--ease),
    border-color 0.28s var(--ease),
    background 0.28s var(--ease),
    box-shadow 0.28s var(--ease),
    transform 0.28s var(--ease);
}
.ideal-for-grid svg,
.ideal-for-grid .lucide {
  width: 28px;
  height: 28px;
  color: #b8802d;
  stroke-width: 1.35;
}
.ideal-for-grid p {
  margin: 0;
  color: var(--aqva-ink);
  font-family: inherit;
  font-size: clamp(0.88rem, 0.86vw, 1rem);
  font-weight: 500;
  line-height: 1.4;
}
.ideal-for-grid article:hover {
  border-color: rgb(6 40 68 / 0.24);
  box-shadow: 0 16px 32px rgb(7 26 48 / 0.12);
  transform: translateY(-4px);
}
.ideal-for-grid article:hover span {
  border-color: var(--aqva-navy);
  background: linear-gradient(180deg, #fff, #f4f8fb);
  box-shadow:
    0 13px 26px rgb(7 26 48 / 0.14),
    inset 0 0 0 1px rgb(255 255 255 / 0.88);
  transform: translateY(-3px) scale(1.04);
}
.ideal-for-grid article:hover svg,
.ideal-for-grid article:hover .lucide {
  color: var(--aqva-navy);
}
@media (max-width: 1180px) {
  .why-choose-shell {
    grid-template-columns: 1fr;
  }
  .why-choose-visual {
    min-height: 390px;
  }
  .ideal-for-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ideal-for-grid article:nth-child(4)::before {
    display: none;
  }
}
@media (max-width: 760px) {
  .why-choose-section {
    padding: 28px 18px 34px;
  }
  .why-choose-shell {
    gap: 26px;
    padding: 26px 18px 20px;
    border-radius: 12px;
  }
  .why-choose-heading {
    margin-bottom: 22px;
  }
  .why-choose-heading p {
    font-size: clamp(1.08rem, 5.5vw, 1.32rem);
  }
  .why-choose-heading h2 {
    max-width: none;
    font-size: clamp(2rem, 8vw, 2.65rem);
    line-height: 1.08;
  }
  .why-choose-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .why-choose-grid article {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 13px;
  }
  .why-choose-grid p {
    max-width: none;
    font-size: 0.9rem;
    line-height: 1.42;
  }
  .why-choose-grid i {
    width: 28px;
    height: 28px;
  }
  .why-choose-grid svg,
  .why-choose-grid .lucide {
    width: 25px;
    height: 25px;
  }
  .why-choose-visual {
    min-height: 260px;
    border-radius: 10px;
  }
  .ideal-for-panel {
    padding: 22px 14px 18px;
  }
  .ideal-for-heading {
    justify-items: start;
    text-align: left;
  }
  .ideal-for-heading h3 {
    font-size: clamp(1.55rem, 7vw, 2rem);
  }
  .ideal-for-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .ideal-for-grid article {
    min-height: 142px;
    padding: 16px 8px 14px;
  }
  .ideal-for-grid article::before {
    display: none;
  }
  .ideal-for-grid span {
    width: 62px;
    height: 62px;
  }
  .ideal-for-grid svg,
  .ideal-for-grid .lucide {
    width: 30px;
    height: 30px;
  }
  .ideal-for-grid p {
    font-size: 0.94rem;
    line-height: 1.35;
  }
}

main > section.why-choose-section .why-choose-heading h2 {
  max-width: 550px;
  margin: 0;
  padding: 0;
  color: var(--aqva-ink);
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(2rem, 2.36vw, 2.72rem);
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
main > section.why-choose-section .why-choose-heading h2 span,
main > section.why-choose-section .why-choose-heading h2 strong {
  display: block;
}
main > section.why-choose-section .why-choose-heading h2 span {
  margin-bottom: 6px;
  font-size: 0.56em;
  line-height: 1;
}
main > section.why-choose-section .why-choose-heading h2 strong {
  font: inherit;
  color: inherit;
}
main > section.why-choose-section .why-choose-heading h2::after {
  display: none;
}
@media (max-width: 760px) {
  main > section.why-choose-section .why-choose-heading h2 {
    max-width: none;
    font-size: clamp(2rem, 8vw, 2.65rem);
    line-height: 1.08;
  }
}

/* Developer profile section */
.developer-section {
  max-width: none;
  padding: clamp(20px, 2.4vw, 30px) clamp(42px, 4.3vw, 58px)
    clamp(24px, 2.8vw, 36px);
  background: linear-gradient(180deg, #fbfaf7 0%, #fff 100%);
  color: var(--aqva-ink);
}
.developer-shell {
  width: min(100%, 1800px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(430px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(34px, 4vw, 72px);
  align-items: center;
  padding: clamp(28px, 2.7vw, 46px) clamp(34px, 3.8vw, 68px);
  border: 1px solid rgb(7 26 48 / 0.12);
  border-radius: 16px;
  background:
    radial-gradient(circle at 12% 6%, rgb(198 154 71 / 0.07), transparent 24%),
    linear-gradient(180deg, rgb(255 255 255 / 0.98), rgb(255 255 255 / 0.93));
  box-shadow:
    0 18px 48px rgb(7 26 48 / 0.07),
    inset 0 0 0 1px rgb(255 255 255 / 0.82);
}
.developer-content {
  min-width: 0;
}
.developer-heading {
  margin-bottom: clamp(18px, 1.75vw, 26px);
}
.developer-heading p {
  margin: 0 0 10px;
  color: #c69a47;
  font-size: clamp(0.84rem, 0.95vw, 1.08rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.developer-heading h2 {
  max-width: 620px;
  margin: 0;
  color: var(--aqva-ink);
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(2rem, 2.36vw, 2.72rem);
  font-weight: 600;
  line-height: 1.03;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
.developer-heading h2 span {
  display: block;
}
.developer-copy {
  display: grid;
  gap: 12px;
  max-width: 650px;
  margin-bottom: clamp(16px, 1.7vw, 24px);
}
.developer-copy p {
  margin: 0;
  color: #26354a;
  font-size: clamp(0.9rem, 0.94vw, 1.05rem);
  font-weight: 500;
  line-height: 1.58;
}
.developer-divider {
  position: relative;
  width: min(100%, 650px);
  height: 1px;
  margin: 0 0 clamp(16px, 1.65vw, 24px);
  background: linear-gradient(90deg, rgb(198 154 71 / 0.34), transparent);
}
.developer-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  left: min(48%, 300px);
  width: 9px;
  height: 9px;
  border: 1px solid rgb(198 154 71 / 0.7);
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.developer-highlights h3 {
  margin: 0 0 14px;
  color: var(--aqva-ink);
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(1.45rem, 1.55vw, 1.88rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0.015em;
}
.developer-highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(22px, 2.5vw, 42px);
  row-gap: 12px;
  max-width: 680px;
}
.developer-highlight-grid article {
  min-width: 0;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid rgb(198 154 71 / 0.18);
}
.developer-highlight-grid span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(198 154 71 / 0.5);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #fbfaf7);
  color: #b8802d;
  transition:
    border-color 0.28s var(--ease),
    color 0.28s var(--ease),
    box-shadow 0.28s var(--ease),
    transform 0.28s var(--ease);
}
.developer-highlight-grid svg,
.developer-highlight-grid .lucide {
  width: 25px;
  height: 25px;
  color: #b8802d;
  stroke-width: 1.4;
}
.developer-highlight-grid p {
  margin: 0;
  color: #26354a;
  font-size: clamp(0.86rem, 0.9vw, 1rem);
  font-weight: 600;
  line-height: 1.34;
}
.developer-highlight-grid article:hover span {
  border-color: var(--aqva-navy);
  color: var(--aqva-navy);
  box-shadow: 0 10px 22px rgb(7 26 48 / 0.1);
  transform: translateY(-2px);
}
.developer-highlight-grid article:hover svg,
.developer-highlight-grid article:hover .lucide {
  color: var(--aqva-navy);
}
.developer-visual {
  position: relative;
  min-width: 0;
  height: 100%;
  min-height: clamp(430px, 35vw, 610px);
  margin: 0;
  padding: 8px;
  overflow: hidden;
  border: 1px solid rgb(198 154 71 / 0.5);
  border-radius: 18px;
  background: #fff;
  box-shadow:
    0 18px 42px rgb(7 26 48 / 0.16),
    inset 0 0 0 1px rgb(255 255 255 / 0.8);
}
.developer-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  transition: transform 0.55s var(--ease);
}
.developer-shell:hover .developer-visual img {
  transform: scale(1.035);
}
@media (max-width: 1180px) {
  .developer-shell {
    grid-template-columns: 1fr;
  }
  .developer-visual {
    min-height: 420px;
  }
}
@media (max-width: 760px) {
  .developer-section {
    padding: 28px 18px 34px;
  }
  .developer-shell {
    gap: 24px;
    padding: 26px 18px 20px;
    border-radius: 12px;
  }
  .developer-heading p {
    font-size: 0.78rem;
    letter-spacing: 0.14em;
  }
  .developer-heading h2 {
    max-width: none;
    font-size: clamp(2rem, 8vw, 2.65rem);
    line-height: 1.08;
  }
  .developer-copy p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .developer-highlight-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .developer-highlight-grid article {
    grid-template-columns: 42px minmax(0, 1fr);
  }
  .developer-highlight-grid span {
    width: 42px;
    height: 42px;
  }
  .developer-highlight-grid p {
    font-size: 0.9rem;
  }
  .developer-visual {
    min-height: 300px;
    padding: 6px;
    border-radius: 12px;
  }
}

main > section.developer-section .developer-heading h2 {
  max-width: 550px;
  margin: 0;
  color: #071a30;
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(2rem, 2.36vw, 2.72rem);
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
main > section.developer-section .developer-heading h2 span {
  display: block;
  text-transform: uppercase;
}
main > section.developer-section .developer-highlights h3 {
  color: #071a30;
}
@media (max-width: 760px) {
  main > section.developer-section .developer-heading h2 {
    max-width: none;
    font-size: clamp(2rem, 8vw, 2.65rem);
    line-height: 1.08;
  }
}

/* Shared gold icon badge palette */
main > section.developer-section .developer-highlight-grid span,
main > section.investment-section .investment-benefits svg,
main > section.investment-section .investment-benefits .lucide {
  border: 1px solid rgb(198 154 71 / 0.56);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, #fff 0 36%, #fbfaf7 100%);
  color: #b8802d;
  box-shadow:
    0 8px 18px rgb(7 26 48 / 0.07),
    inset 0 0 0 1px rgb(255 255 255 / 0.82);
}
main > section.developer-section .developer-highlight-grid span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
main > section.developer-section .developer-highlight-grid svg,
main > section.developer-section .developer-highlight-grid .lucide {
  width: 23px;
  height: 23px;
  color: #b8802d;
  stroke-width: 1.45;
}
main > section.investment-section .investment-benefits svg,
main > section.investment-section .investment-benefits .lucide {
  width: 58px;
  height: 58px;
  padding: 12px;
  box-sizing: border-box;
  stroke-width: 1.45;
}
main > section.investment-section .investment-benefits i {
  width: auto;
  height: auto;
  margin-bottom: 5px;
}
main > section.developer-section .developer-highlight-grid span,
main > section.developer-section .developer-highlight-grid svg,
main > section.developer-section .developer-highlight-grid .lucide,
main > section.investment-section .investment-benefits svg,
main > section.investment-section .investment-benefits .lucide {
  transition:
    color 0.28s var(--ease),
    border-color 0.28s var(--ease),
    background 0.28s var(--ease),
    box-shadow 0.28s var(--ease),
    transform 0.28s var(--ease);
}
main > section.developer-section .developer-highlight-grid article:hover span,
main > section.developer-section .developer-highlight-grid article:focus-within span,
main > section.investment-section .investment-benefits article:hover svg,
main > section.investment-section .investment-benefits article:focus-within svg,
main > section.investment-section .investment-benefits article:hover .lucide,
main > section.investment-section .investment-benefits article:focus-within .lucide {
  border-color: var(--aqva-navy);
  background: linear-gradient(180deg, #fff, #f4f8fb);
  color: var(--aqva-navy);
  box-shadow:
    0 12px 24px rgb(7 26 48 / 0.13),
    inset 0 0 0 1px rgb(255 255 255 / 0.88);
  transform: translateY(-3px) scale(1.04);
}
main > section.developer-section .developer-highlight-grid article:hover svg,
main > section.developer-section .developer-highlight-grid article:focus-within svg,
main > section.developer-section .developer-highlight-grid article:hover .lucide,
main > section.developer-section .developer-highlight-grid article:focus-within .lucide {
  color: var(--aqva-navy);
}
main > section.investment-section .investment-benefits article:hover i,
main > section.investment-section .investment-benefits article:focus-within i {
  filter: none;
  transform: none;
}
main > section.pricing-area-section .snapshot-card__icon,
main > section.pricing-area-section .pricing-area__mark {
  border: 1px solid rgb(198 154 71 / 0.56);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, #fff 0 36%, #fbfaf7 100%);
  color: #b8802d;
  box-shadow:
    0 8px 18px rgb(7 26 48 / 0.07),
    inset 0 0 0 1px rgb(255 255 255 / 0.82);
  transition:
    color 0.28s var(--ease),
    border-color 0.28s var(--ease),
    background 0.28s var(--ease),
    box-shadow 0.28s var(--ease),
    transform 0.28s var(--ease);
}
main > section.pricing-area-section .snapshot-card__icon {
  width: 54px;
  height: 54px;
}
main > section.pricing-area-section .pricing-area__mark {
  width: 44px;
  height: 44px;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
main > section.pricing-area-section .snapshot-card__icon svg,
main > section.pricing-area-section .snapshot-card__icon .lucide,
main > section.pricing-area-section .pricing-area__mark {
  color: #b8802d;
}
main > section.pricing-area-section .snapshot-card__icon svg,
main > section.pricing-area-section .snapshot-card__icon .lucide {
  width: 28px;
  height: 28px;
  stroke-width: 1.45;
}
main > section.pricing-area-section .snapshot-card:hover .snapshot-card__icon,
main > section.pricing-area-section .snapshot-card:focus-within .snapshot-card__icon,
main > section.pricing-area-section .pricing-area__intro:hover .pricing-area__mark,
main > section.pricing-area-section .pricing-area__intro:focus-within .pricing-area__mark {
  border-color: var(--aqva-navy);
  background: linear-gradient(180deg, #fff, #f4f8fb);
  color: var(--aqva-navy);
  box-shadow:
    0 12px 24px rgb(7 26 48 / 0.13),
    inset 0 0 0 1px rgb(255 255 255 / 0.88);
  transform: translateY(-3px) scale(1.04);
}
main > section.pricing-area-section .snapshot-card:hover .snapshot-card__icon svg,
main > section.pricing-area-section .snapshot-card:focus-within .snapshot-card__icon svg,
main > section.pricing-area-section .snapshot-card:hover .snapshot-card__icon .lucide,
main > section.pricing-area-section .snapshot-card:focus-within .snapshot-card__icon .lucide {
  color: var(--aqva-navy);
}
main > section.master-plan-section .plot-option-card__icon {
  border: 1px solid rgb(198 154 71 / 0.56);
  background:
    radial-gradient(circle at 35% 28%, #fff 0 36%, #fbfaf7 100%);
  color: #b8802d;
  box-shadow:
    0 8px 18px rgb(7 26 48 / 0.07),
    0 0 0 6px #fff,
    inset 0 0 0 1px rgb(255 255 255 / 0.82);
}
main > section.master-plan-section .plot-option-card__icon svg,
main > section.master-plan-section .plot-option-card__icon .lucide {
  color: #b8802d;
  stroke-width: 1.45;
}
main > section.master-plan-section .plot-option-card:hover .plot-option-card__icon,
main > section.master-plan-section .plot-option-card:focus-within .plot-option-card__icon {
  border-color: var(--aqva-navy);
  background: linear-gradient(180deg, #fff, #f4f8fb);
  color: var(--aqva-navy);
  box-shadow:
    0 12px 24px rgb(7 26 48 / 0.13),
    0 0 0 6px #fff,
    inset 0 0 0 1px rgb(255 255 255 / 0.88);
  transform: translateY(-3px) scale(1.04);
}
main > section.master-plan-section .plot-option-card:hover .plot-option-card__icon svg,
main > section.master-plan-section .plot-option-card:focus-within .plot-option-card__icon svg,
main > section.master-plan-section .plot-option-card:hover .plot-option-card__icon .lucide,
main > section.master-plan-section .plot-option-card:focus-within .plot-option-card__icon .lucide {
  color: var(--aqva-navy);
}

/* Unified AQVA blue form palette */
:root {
  --form-blue-deep: #031c32;
  --form-blue: #075886;
  --form-blue-bright: #1186bd;
  --form-blue-line: rgb(7 88 134 / 0.28);
  --form-blue-ring: rgb(17 134 189 / 0.16);
}
.modal__overlay,
.floorplan-modal__overlay {
  background:
    radial-gradient(circle at 50% 32%, rgb(17 134 189 / 0.16), transparent 38%),
    rgb(2 17 30 / 0.78);
  backdrop-filter: blur(7px);
}
.modal .modal-preview-form,
.preview-form,
.floorplan-modal__card,
.modal__success {
  border-color: var(--form-blue-line);
  background:
    radial-gradient(circle at 90% 0%, rgb(17 134 189 / 0.1), transparent 34%),
    linear-gradient(155deg, rgb(255 255 255 / 0.99), rgb(240 248 252 / 0.98) 58%, rgb(228 241 248 / 0.98));
  box-shadow:
    0 28px 70px rgb(2 24 43 / 0.26),
    0 8px 24px rgb(7 88 134 / 0.12),
    inset 0 1px 0 rgb(255 255 255 / 0.92);
}
.modal .modal-preview-form,
.preview-form,
.floorplan-modal__card {
  transition:
    border-color 0.32s var(--ease),
    box-shadow 0.32s var(--ease);
}
.modal-preview-form h2,
main > section.preview-section .preview-form h2,
.floorplan-modal__card h2 {
  background: linear-gradient(90deg, var(--form-blue-deep), var(--form-blue-bright), var(--form-blue-deep));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.preview-form__rule {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--form-blue-bright), var(--form-blue), transparent);
}
.modal__card--preview .modal__close,
.floorplan-modal__close {
  color: var(--form-blue);
}
.modal__card--preview .modal__close:hover,
.modal__card--preview .modal__close:focus-visible,
.floorplan-modal__close:hover,
.floorplan-modal__close:focus-visible {
  background: var(--form-blue-ring);
  color: var(--form-blue-deep);
}
.preview-form__field > .lucide,
.floorplan-modal label .lucide {
  color: var(--form-blue);
}
.preview-form__field input,
.preview-form__field textarea,
.floorplan-field {
  border-color: var(--form-blue-line);
  background: rgb(255 255 255 / 0.92);
  box-shadow: inset 0 1px 2px rgb(2 24 43 / 0.035);
}
.preview-form__field input:focus,
.preview-form__field textarea:focus,
.floorplan-field:focus-within {
  border-color: var(--form-blue-bright);
  background: #fff;
  box-shadow:
    0 0 0 3px var(--form-blue-ring),
    0 8px 18px rgb(7 88 134 / 0.08);
}
.preview-form__submit,
.floorplan-submit,
.newsletter button {
  border-color: #06456f;
  background: linear-gradient(135deg, #128bc1 0%, #086492 42%, #043c65 72%, #021d34 100%);
  color: #fff;
  box-shadow:
    0 12px 24px rgb(3 51 82 / 0.24),
    inset 0 1px 0 rgb(255 255 255 / 0.18);
}
.preview-form__submit:hover,
.preview-form__submit:focus-visible,
.floorplan-submit:hover,
.floorplan-submit:focus-visible,
.newsletter button:hover,
.newsletter button:focus-visible {
  border-color: #0874a7;
  background: linear-gradient(135deg, #22a1d4 0%, #0873a8 44%, #064c78 72%, #032742 100%);
  box-shadow:
    0 16px 30px rgb(3 51 82 / 0.3),
    inset 0 1px 0 rgb(255 255 255 / 0.22);
}
.floorplan-modal__intro,
.floorplan-modal label em {
  color: #5e7182;
}
.modal__success {
  border: 1px solid var(--form-blue-line);
  border-radius: 14px;
}
.modal__success > span {
  border-color: var(--form-blue-bright);
  color: var(--form-blue);
  background: var(--form-blue-ring);
}
.newsletter input:focus {
  border-color: var(--form-blue-bright);
  box-shadow: 0 0 0 3px var(--form-blue-ring);
  outline: 0;
}
@media (hover: hover) and (pointer: fine) {
  .modal .modal-preview-form:hover,
  .preview-form:hover,
  .floorplan-modal__card:hover {
    border-color: rgb(17 134 189 / 0.5);
    box-shadow:
      0 34px 86px rgb(2 24 43 / 0.34),
      0 16px 38px rgb(7 88 134 / 0.2),
      0 0 0 1px rgb(17 134 189 / 0.12),
      inset 0 1px 0 rgb(255 255 255 / 0.96);
  }
  .preview-form__field input:hover,
  .preview-form__field textarea:hover,
  .floorplan-field:hover {
    border-color: rgb(17 134 189 / 0.48);
    box-shadow:
      0 7px 18px rgb(7 88 134 / 0.1),
      inset 0 1px 2px rgb(2 24 43 / 0.035);
  }
}

/* Final location heading guard: align with current AQVA section title theme. */
main > section.location-connectivity .location-connectivity__content .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  padding: 7px 12px 7px 0;
  color: var(--aqva-gold);
  background: linear-gradient(90deg, rgb(184 138 69 / 0.12), transparent);
  font-family: var(--font);
  font-size: clamp(0.72rem, 0.82vw, 0.86rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
main > section.location-connectivity .location-connectivity__content .eyebrow::before {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  flex: 0 0 auto;
  background: var(--aqva-gold);
}
main > section.location-connectivity .location-connectivity__content h2 {
  max-width: 600px;
  margin: 0;
  color: var(--aqva-ink);
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(2rem, 2.36vw, 2.72rem);
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  main > section.location-connectivity .location-connectivity__content .eyebrow {
    margin-bottom: 12px;
    font-size: 0.66rem;
    letter-spacing: 0.14em;
  }
  main > section.location-connectivity .location-connectivity__content .eyebrow::before {
    width: 26px;
  }
  main > section.location-connectivity .location-connectivity__content h2 {
    max-width: none;
    font-size: clamp(2rem, 8vw, 2.65rem);
    line-height: 1.08;
  }
}

/* Final amenities polish: remove divider lines and match shared gold icon palette. */
main > section.amenities .amenity-grid {
  gap: clamp(14px, 1.45vw, 22px);
}
main > section.amenities .amenity-grid article {
  min-height: 158px;
  padding: 18px clamp(12px, 1.35vw, 22px) 16px;
  border: 0 !important;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgb(198 154 71 / 0.06), transparent 46%),
    linear-gradient(180deg, rgb(255 255 255 / 0.98), rgb(251 250 247 / 0.72));
  box-shadow:
    0 8px 22px rgb(7 26 48 / 0.045),
    inset 0 0 0 1px rgb(198 154 71 / 0.12);
  transition:
    box-shadow 0.28s var(--ease),
    transform 0.28s var(--ease),
    background 0.28s var(--ease);
}
main > section.amenities .amenity-grid article:hover,
main > section.amenities .amenity-grid article:focus-within {
  background:
    radial-gradient(circle at 50% 0%, rgb(7 26 48 / 0.055), transparent 48%),
    linear-gradient(180deg, #fff, #f7fafc);
  box-shadow:
    0 14px 30px rgb(7 26 48 / 0.09),
    inset 0 0 0 1px rgb(7 26 48 / 0.13);
  transform: translateY(-3px);
}
main > section.amenities .amenity-grid i {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  border: 1px solid rgb(198 154 71 / 0.56);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, #fff 0 36%, #fbfaf7 100%);
  color: #b8802d;
  box-shadow:
    0 8px 18px rgb(7 26 48 / 0.07),
    inset 0 0 0 1px rgb(255 255 255 / 0.82);
  transition:
    color 0.28s var(--ease),
    border-color 0.28s var(--ease),
    background 0.28s var(--ease),
    box-shadow 0.28s var(--ease),
    transform 0.28s var(--ease);
}
main > section.amenities .amenity-grid svg,
main > section.amenities .amenity-grid .lucide {
  width: 24px;
  height: 24px;
  margin: 0;
  color: #b8802d;
  stroke-width: 1.45;
  transition: color 0.28s var(--ease);
}
main > section.amenities .amenity-grid h3::after {
  content: none;
  display: none;
}
main > section.amenities .amenity-grid article:hover i,
main > section.amenities .amenity-grid article:focus-within i {
  border-color: var(--aqva-navy);
  background: linear-gradient(180deg, #fff, #f4f8fb);
  color: var(--aqva-navy);
  box-shadow:
    0 12px 24px rgb(7 26 48 / 0.13),
    inset 0 0 0 1px rgb(255 255 255 / 0.88);
  transform: translateY(-3px) scale(1.04);
}
main > section.amenities .amenity-grid article:hover svg,
main > section.amenities .amenity-grid article:focus-within svg,
main > section.amenities .amenity-grid article:hover .lucide,
main > section.amenities .amenity-grid article:focus-within .lucide {
  color: var(--aqva-navy);
}
@media (max-width: 900px) {
  main > section.amenities .amenity-grid {
    gap: 12px;
  }
  main > section.amenities .amenity-grid article {
    min-height: 142px;
    padding: 14px 10px 12px;
  }
  main > section.amenities .amenity-grid i {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
  }
  main > section.amenities .amenity-grid svg,
  main > section.amenities .amenity-grid .lucide {
    width: 21px;
    height: 21px;
  }
}
@media (max-width: 430px) {
  main > section.amenities .amenity-grid {
    gap: 10px;
  }
  main > section.amenities .amenity-grid article {
    min-height: 132px;
    padding-inline: 8px;
  }
}

/* Amenities final: screenshot-style compact one-screen grid. */
main > section.amenities {
  width: 100%;
  max-width: none;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 3.4vw, 46px) clamp(42px, 4.3vw, 58px);
  background:
    radial-gradient(circle at 50% 0%, rgb(7 26 48 / 0.035), transparent 34%),
    linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
}
main > section.amenities .section-heading {
  width: min(100%, 1268px);
  max-width: none;
  margin: 0 auto clamp(16px, 1.7vw, 22px);
}
main > section.amenities .section-heading h2 {
  color: var(--aqva-ink);
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(1.92rem, 2.2vw, 2.72rem);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: 0.09em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
main > section.amenities .amenity-grid {
  width: min(100%, 1268px);
  max-width: 1268px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(10px, 0.9vw, 14px);
  margin: 0 auto;
}
main > section.amenities .amenity-grid article {
  min-width: 0;
  min-height: 132px;
  display: grid;
  grid-template-rows: 54px 1fr;
  justify-items: center;
  align-items: start;
  gap: 0;
  padding: 9px clamp(9px, 0.9vw, 14px) 12px;
  overflow: hidden;
  border: 1px solid rgb(7 26 48 / 0.12) !important;
  border-radius: 6px;
  background: rgb(255 255 255 / 0.82);
  text-align: center;
  box-shadow: 0 10px 30px rgb(7 26 48 / 0.05);
  transition:
    border-color 0.28s var(--ease),
    box-shadow 0.28s var(--ease),
    transform 0.28s var(--ease);
}
main > section.amenities .amenity-grid i {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0;
  border: 1px solid rgb(198 154 71 / 0.56);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, #fff 0 36%, #fbfaf7 100%);
  color: #b8802d;
  box-shadow:
    0 8px 18px rgb(7 26 48 / 0.07),
    inset 0 0 0 1px rgb(255 255 255 / 0.82);
  transition:
    color 0.28s var(--ease),
    border-color 0.28s var(--ease),
    background 0.28s var(--ease),
    box-shadow 0.28s var(--ease),
    transform 0.28s var(--ease);
}
main > section.amenities .amenity-grid svg,
main > section.amenities .amenity-grid .lucide {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #b8802d;
  stroke-width: 1.45;
  transition: color 0.28s var(--ease);
}
main > section.amenities .amenity-grid article > svg,
main > section.amenities .amenity-grid article > .lucide {
  width: 54px;
  height: 54px;
  padding: 12px;
  border: 1px solid rgb(198 154 71 / 0.56);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, #fff 0 36%, #fbfaf7 100%);
  color: #b8802d;
  box-shadow:
    0 8px 18px rgb(7 26 48 / 0.07),
    inset 0 0 0 1px rgb(255 255 255 / 0.82);
  transition:
    color 0.28s var(--ease),
    border-color 0.28s var(--ease),
    background 0.28s var(--ease),
    box-shadow 0.28s var(--ease),
    transform 0.28s var(--ease);
}
main > section.amenities .amenity-grid h3 {
  align-self: center;
  width: 100%;
  max-width: 140px;
  margin: 6px 0 0;
  color: var(--aqva-ink);
  font-family: var(--font);
  font-size: clamp(0.82rem, 0.92vw, 0.98rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
  text-transform: none;
}
main > section.amenities .amenity-grid p,
main > section.amenities .amenity-grid h3::after {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  main > section.amenities .amenity-grid article:hover,
  main > section.amenities .amenity-grid article:focus-within {
    border-color: rgb(6 40 68 / 0.16) !important;
    box-shadow:
      0 18px 34px rgb(6 40 68 / 0.14),
      0 0 0 1px rgb(6 40 68 / 0.08);
    transform: translateY(-6px);
  }
  main > section.amenities .amenity-grid article:hover > svg,
  main > section.amenities .amenity-grid article:focus-within > svg,
  main > section.amenities .amenity-grid article:hover > .lucide,
  main > section.amenities .amenity-grid article:focus-within > .lucide,
  main > section.amenities .amenity-grid article:hover i,
  main > section.amenities .amenity-grid article:focus-within i {
    border-color: var(--aqva-navy);
    background: linear-gradient(180deg, #fff, #f4f8fb);
    color: var(--aqva-navy);
    box-shadow:
      0 12px 24px rgb(7 26 48 / 0.13),
      inset 0 0 0 1px rgb(255 255 255 / 0.88);
    transform: translateY(-3px) scale(1.04);
  }
  main > section.amenities .amenity-grid article:hover svg,
  main > section.amenities .amenity-grid article:focus-within svg,
  main > section.amenities .amenity-grid article:hover .lucide,
  main > section.amenities .amenity-grid article:focus-within .lucide {
    color: var(--aqva-navy);
  }
}
@media (max-width: 980px) {
  main > section.amenities {
    min-height: 0;
    padding: 32px 20px;
  }
  main > section.amenities .amenity-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  main > section.amenities .amenity-grid article {
    min-height: 124px;
  }
}
@media (max-width: 560px) {
  main > section.amenities {
    min-height: 0;
    padding: 28px 12px;
  }
  main > section.amenities .section-heading {
    margin-bottom: 16px;
  }
  main > section.amenities .section-heading h2 {
    font-size: clamp(1.65rem, 7vw, 2.15rem);
    letter-spacing: 0.08em;
  }
  main > section.amenities .amenity-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  main > section.amenities .amenity-grid article {
    min-height: clamp(94px, 12svh, 112px);
    gap: 7px;
    padding: 10px 5px;
  }
  main > section.amenities .amenity-grid i {
    width: 52px;
    height: 52px;
  }
  main > section.amenities .amenity-grid svg,
  main > section.amenities .amenity-grid .lucide {
    width: 24px;
    height: 24px;
  }
  main > section.amenities .amenity-grid article > svg,
  main > section.amenities .amenity-grid article > .lucide {
    width: 52px;
    height: 52px;
    padding: 13px;
  }
  main > section.amenities .amenity-grid h3 {
    max-width: 104px;
    font-size: clamp(0.58rem, 2.45vw, 0.68rem);
    line-height: 1.08;
  }
}

/* Final location details cards */
main > section.location-connectivity {
  align-items: stretch;
  background: linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
}
main > section.location-connectivity .location-connectivity__content {
  width: min(100%, 520px);
  max-width: none;
  display: grid;
  gap: clamp(16px, 1.8vw, 22px);
  align-self: center;
  justify-self: center;
  padding: clamp(24px, 3.2vw, 42px) clamp(24px, 4vw, 58px);
}
.location-summary-card,
.major-connectivity-card {
  border: 1px solid rgb(7 26 48 / 0.1);
  border-radius: 12px;
  background:
    radial-gradient(circle at 8% 4%, rgb(198 154 71 / 0.08), transparent 30%),
    linear-gradient(180deg, rgb(255 255 255 / 0.98), rgb(255 255 255 / 0.9));
  box-shadow:
    0 14px 34px rgb(7 26 48 / 0.06),
    inset 0 0 0 1px rgb(255 255 255 / 0.8);
}
.location-summary-card {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: clamp(20px, 2.15vw, 28px);
}
.location-summary-card__icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(198 154 71 / 0.58);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, #fff 0 36%, #fbfaf7 100%);
  color: #b8802d;
  box-shadow:
    0 9px 20px rgb(7 26 48 / 0.08),
    inset 0 0 0 1px rgb(255 255 255 / 0.84);
}
.location-summary-card__icon svg,
.location-summary-card__icon .lucide {
  width: 28px;
  height: 28px;
  color: #b8802d;
  stroke-width: 1.5;
}
.location-summary-card__body p {
  margin: 2px 0 7px;
  color: var(--aqva-gold);
  font-family: var(--font);
  font-size: clamp(0.76rem, 0.88vw, 0.95rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
main > section.location-connectivity .location-summary-card h2 {
  max-width: none;
  margin: 0 0 18px;
  color: var(--aqva-ink);
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(1.48rem, 1.56vw, 1.82rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0.02em;
  text-transform: none;
}
.location-directions {
  min-height: 42px;
  width: min(100%, 220px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 18px;
  border: 1px solid #062844;
  border-radius: 5px;
  background: linear-gradient(135deg, #062844 0%, #031c32 100%);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow:
    0 13px 25px rgb(7 26 48 / 0.22),
    inset 0 1px 0 rgb(255 255 255 / 0.14);
  transition:
    background 0.28s var(--ease),
    box-shadow 0.28s var(--ease),
    transform 0.28s var(--ease);
}
.location-directions svg,
.location-directions .lucide {
  width: 18px;
  height: 18px;
  color: var(--aqva-gold-soft);
  stroke-width: 1.8;
}
.location-directions:hover,
.location-directions:focus-visible {
  background: linear-gradient(135deg, #0a395f 0%, #032742 100%);
  box-shadow:
    0 17px 32px rgb(7 26 48 / 0.28),
    inset 0 1px 0 rgb(255 255 255 / 0.18);
  transform: translateY(-2px);
}
.major-connectivity-card {
  padding: clamp(20px, 2vw, 26px) clamp(20px, 2.2vw, 28px);
}
.major-connectivity-card h3 {
  margin: 0 0 20px;
  color: var(--aqva-ink);
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(1.32rem, 1.42vw, 1.62rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}
.major-connectivity-card h3::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 12px;
  background: var(--aqva-gold);
}
main > section.location-connectivity .major-connectivity-card .connectivity-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
}
main > section.location-connectivity .major-connectivity-card .connectivity-list li {
  min-height: 48px;
  grid-template-columns: 38px minmax(0, 1fr) 1px minmax(78px, auto);
  gap: 12px;
  border-bottom: 1px solid rgb(7 26 48 / 0.09);
}
main > section.location-connectivity .major-connectivity-card .connectivity-list li:last-child {
  border-bottom: 0;
}
main > section.location-connectivity .major-connectivity-card .connectivity-list i {
  grid-column: 1;
  width: 32px;
  height: 32px;
  border: 1px solid rgb(198 154 71 / 0.5);
  border-radius: 5px;
  background: linear-gradient(145deg, #062844, #031c32);
  color: var(--aqva-gold-soft);
  box-shadow:
    0 8px 18px rgb(7 26 48 / 0.13),
    inset 0 1px 0 rgb(255 255 255 / 0.12);
  transition:
    border-color 0.28s var(--ease),
    box-shadow 0.28s var(--ease),
    transform 0.28s var(--ease);
}
main > section.location-connectivity .major-connectivity-card .connectivity-list svg,
main > section.location-connectivity .major-connectivity-card .connectivity-list .lucide {
  width: 18px;
  height: 18px;
  margin: 0;
  color: var(--aqva-gold-soft);
  stroke-width: 1.55;
}
main > section.location-connectivity .major-connectivity-card .connectivity-list span {
  grid-column: 2;
  color: #26354a;
  font-size: clamp(0.8rem, 0.84vw, 0.92rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: none;
}
main > section.location-connectivity .major-connectivity-card .connectivity-list li::after {
  content: "";
  width: 1px;
  height: 20px;
  grid-column: 3;
  grid-row: 1;
  align-self: center;
  background: rgb(198 154 71 / 0.42);
}
main > section.location-connectivity .major-connectivity-card .connectivity-list strong {
  grid-column: 4;
  color: var(--aqva-gold);
  font-size: clamp(0.78rem, 0.82vw, 0.9rem);
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}
main > section.location-connectivity .major-connectivity-card .connectivity-list li:hover i {
  border-color: var(--aqva-navy);
  box-shadow:
    0 12px 22px rgb(7 26 48 / 0.18),
    inset 0 1px 0 rgb(255 255 255 / 0.16);
  transform: translateY(-2px);
}
@media (max-width: 900px) {
  main > section.location-connectivity .location-connectivity__content {
    width: 100%;
    justify-self: stretch;
    padding: 24px 18px 28px;
  }
}
@media (max-width: 560px) {
  .location-summary-card {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .location-summary-card__icon {
    width: 52px;
    height: 52px;
  }
  .location-directions {
    width: 100%;
  }
  main > section.location-connectivity .major-connectivity-card .connectivity-list li {
    grid-template-columns: 34px minmax(0, 1fr) minmax(70px, auto);
    gap: 10px;
  }
  main > section.location-connectivity .major-connectivity-card .connectivity-list li::after {
    display: none;
  }
  main > section.location-connectivity .major-connectivity-card .connectivity-list strong {
    grid-column: 3;
    font-size: 0.72rem;
  }
}

/* Final location viewport-fit sizing */
main > section.location-connectivity {
  grid-template-columns: minmax(0, 54%) minmax(500px, 46%);
  min-height: clamp(430px, 35vw, 535px);
}
main > section.location-connectivity .location-connectivity__content {
  width: min(100%, 590px);
  gap: clamp(12px, 1.15vw, 16px);
  padding: clamp(18px, 2.1vw, 30px) clamp(20px, 3.1vw, 42px);
}
main > section.location-connectivity .location-map {
  min-height: clamp(430px, 35vw, 535px);
}
main > section.location-connectivity .location-summary-card {
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  padding: clamp(16px, 1.45vw, 20px);
}
main > section.location-connectivity .location-summary-card__icon {
  width: 48px;
  height: 48px;
}
main > section.location-connectivity .location-summary-card__icon svg,
main > section.location-connectivity .location-summary-card__icon .lucide {
  width: 24px;
  height: 24px;
}
main > section.location-connectivity .location-summary-card__body p {
  margin-bottom: 5px;
  font-size: clamp(0.72rem, 0.78vw, 0.84rem);
}
main > section.location-connectivity .location-summary-card h2 {
  margin-bottom: 14px;
  font-size: clamp(1.38rem, 1.42vw, 1.66rem);
  line-height: 1.05;
}
main > section.location-connectivity .location-directions {
  min-height: 38px;
  width: min(100%, 205px);
  padding: 9px 16px;
  font-size: 0.75rem;
}
main > section.location-connectivity .major-connectivity-card {
  padding: clamp(16px, 1.5vw, 20px) clamp(16px, 1.8vw, 24px);
}
main > section.location-connectivity .major-connectivity-card h3 {
  margin-bottom: 14px;
  font-size: clamp(1.22rem, 1.28vw, 1.48rem);
}
main > section.location-connectivity .major-connectivity-card h3::after {
  width: 38px;
  margin-top: 9px;
}
main > section.location-connectivity .major-connectivity-card .connectivity-list li {
  min-height: 40px;
  grid-template-columns: 34px minmax(0, 1fr) 1px minmax(74px, auto);
  gap: 10px;
}
main > section.location-connectivity .major-connectivity-card .connectivity-list i {
  width: 28px;
  height: 28px;
}
main > section.location-connectivity .major-connectivity-card .connectivity-list svg,
main > section.location-connectivity .major-connectivity-card .connectivity-list .lucide {
  width: 16px;
  height: 16px;
}
main > section.location-connectivity .major-connectivity-card .connectivity-list span {
  font-size: clamp(0.76rem, 0.78vw, 0.86rem);
}
main > section.location-connectivity .major-connectivity-card .connectivity-list strong {
  font-size: clamp(0.72rem, 0.76vw, 0.82rem);
}
@media (max-width: 1100px) {
  main > section.location-connectivity {
    grid-template-columns: minmax(0, 52%) minmax(460px, 48%);
  }
}
@media (max-width: 900px) {
  main > section.location-connectivity {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  main > section.location-connectivity .location-map {
    min-height: 240px;
  }
  main > section.location-connectivity .location-connectivity__content {
    width: 100%;
    gap: 12px;
    padding: 18px;
  }
}
@media (max-width: 560px) {
  main > section.location-connectivity .location-summary-card {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    padding: 15px;
  }
  main > section.location-connectivity .location-summary-card__icon {
    width: 42px;
    height: 42px;
  }
  main > section.location-connectivity .location-summary-card h2 {
    font-size: clamp(1.22rem, 6vw, 1.48rem);
  }
  main > section.location-connectivity .location-directions {
    width: 100%;
  }
  main > section.location-connectivity .major-connectivity-card {
    padding: 15px;
  }
  main > section.location-connectivity .major-connectivity-card .connectivity-list li {
    min-height: 38px;
    grid-template-columns: 30px minmax(0, 1fr) minmax(66px, auto);
  }
}

/* Final cropped AQVA logo integration */
.aqva-brand.aqva-brand--image {
  width: clamp(138px, 11vw, 176px);
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 5px;
  background: transparent;
  box-shadow: none;
}
.aqva-brand.aqva-brand--image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1190 / 470;
  object-fit: contain;
  border-radius: 5px;
}
.site-header.is-scrolled .aqva-brand.aqva-brand--image {
  width: clamp(130px, 9.6vw, 162px);
  box-shadow: none;
}
.mobile-drawer .aqva-brand.aqva-brand--image {
  width: 172px;
}
.footer__brand.aqva-brand--image {
  width: min(100%, 210px);
  min-height: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.footer__brand.aqva-brand--image:hover,
.footer__brand.aqva-brand--image:focus-visible {
  border: 0;
  box-shadow: none;
  transform: none;
}
.footer__brand.aqva-brand--image img {
  width: 100%;
  max-height: none;
}
@media (max-width: 760px) {
  .site-header .aqva-brand.aqva-brand--image {
    width: 128px;
  }
  .mobile-drawer .aqva-brand.aqva-brand--image {
    width: 168px;
  }
}

/* Final mobile hero refinement */
@media (max-width: 767px) {
  main > section.hero {
    min-height: max(calc(100svh - var(--header)), 760px);
    padding-bottom: 118px;
    background:
      linear-gradient(180deg, rgb(255 255 255 / 0.84) 0%, rgb(255 255 255 / 0.62) 42%, rgb(255 255 255 / 0.22) 100%),
      url("assets/images/optimized/hero/aqva-the-reserve-hero1.jpg");
    background-size: cover;
    background-position: 58% top;
  }
  main > section.hero .hero__content {
    padding: clamp(24px, 7svh, 42px) 20px 10px;
  }
  main > section.hero h1 {
    max-width: 410px;
    color: var(--aqva-ink);
    font-size: clamp(3.3rem, 16.5vw, 5.05rem);
    line-height: 0.84;
    letter-spacing: 0;
    text-wrap: balance;
  }
  main > section.hero .hero__location {
    display: block;
    margin: 18px 0 0;
    color: var(--aqva-gold);
    font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
    font-size: clamp(1.26rem, 5.9vw, 1.88rem);
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }
  main > section.hero .hero__location::before,
  main > section.hero .hero__location::after {
    display: none;
  }
  main > section.hero .hero__location span {
    display: block;
    max-width: 370px;
  }
  main > section.hero .hero__sector {
    width: max-content;
    max-width: 100%;
    margin: 18px 0 0;
    padding: 8px 0;
    color: #031c32;
    font-size: clamp(0.78rem, 3.2vw, 0.96rem);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: 0.055em;
    text-transform: uppercase;
  }
  main > section.hero .hero__description {
    max-width: 380px;
    margin-top: 9px;
    color: #071a30;
    font-size: clamp(0.88rem, 3.25vw, 1rem);
    font-weight: 600;
    line-height: 1.45;
  }
  main > section.hero .actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    margin-top: 26px;
  }
  main > section.hero .button {
    width: 100%;
    min-height: 50px;
    justify-content: center;
    border-radius: 5px;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.06em;
  }
  main > section.hero .button--gold {
    border-color: #062844;
    background: linear-gradient(135deg, #06385e 0%, #031c32 100%);
    color: #fff;
    box-shadow:
      0 12px 22px rgb(7 26 48 / 0.2),
      inset 0 1px 0 rgb(255 255 255 / 0.16);
  }
  main > section.hero .button--outline {
    border-color: rgb(184 138 69 / 0.42);
    background: rgb(255 255 255 / 0.78);
    color: #9b6b27;
    box-shadow:
      0 10px 20px rgb(7 26 48 / 0.08),
      inset 0 1px 0 rgb(255 255 255 / 0.86);
    backdrop-filter: blur(6px);
  }
  main > section.hero .button .lucide,
  main > section.hero .button svg {
    width: 17px;
    height: 17px;
  }
  main > section.hero .hero__trust-strip {
    left: 8px;
    right: 8px;
    bottom: 10px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 0;
    overflow: hidden;
    border: 1px solid rgb(216 183 117 / 0.28);
    border-radius: 8px;
    background:
      linear-gradient(180deg, rgb(6 40 68 / 0.98), rgb(3 28 50 / 0.98));
    box-shadow:
      0 14px 30px rgb(7 26 48 / 0.22),
      inset 0 1px 0 rgb(255 255 255 / 0.1);
    backdrop-filter: blur(10px);
  }
  main > section.hero .hero__trust-strip > div,
  main > section.hero .hero__trust-strip > div:nth-child(3),
  main > section.hero .hero__trust-strip > div:nth-child(4),
  main > section.hero .hero__trust-strip > div:last-child {
    min-width: 0;
    min-height: 96px;
    grid-column: auto;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    align-content: start;
    gap: 5px;
    padding: 11px 4px 9px;
    text-align: center;
    border-right: 1px solid rgb(216 183 117 / 0.18);
    border-bottom: 0;
  }
  main > section.hero .hero__trust-strip > div:last-child {
    border-right: 0;
  }
  main > section.hero .hero__trust-strip i {
    width: 22px;
    height: 22px;
    margin: 0 0 2px;
    color: var(--aqva-gold-soft);
  }
  main > section.hero .hero__trust-strip svg,
  main > section.hero .hero__trust-strip .lucide {
    width: 16px;
    height: 16px;
    color: var(--aqva-gold-soft);
    stroke-width: 1.8;
  }
  main > section.hero .hero__trust-strip > div > span {
    display: grid;
    gap: 3px;
    justify-items: center;
    min-width: 0;
  }
  main > section.hero .hero__trust-strip strong {
    max-width: 100%;
    color: #fff;
    font-size: clamp(0.82rem, 3.45vw, 1rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    white-space: normal;
  }
  main > section.hero .hero__trust-strip p {
    max-width: 100%;
    margin: 0;
    color: rgb(255 255 255 / 0.78);
    font-size: clamp(0.48rem, 2.05vw, 0.58rem);
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: 0;
  }
}
@media (max-width: 420px) {
  main > section.hero {
    min-height: max(calc(100svh - var(--header)), 725px);
    padding-bottom: 112px;
    background-position: 60% top;
  }
  main > section.hero .hero__content {
    padding-inline: 18px;
  }
  main > section.hero h1 {
    font-size: clamp(2.95rem, 16vw, 4.2rem);
  }
  main > section.hero .hero__location {
    font-size: clamp(1.08rem, 5.6vw, 1.55rem);
  }
  main > section.hero .hero__trust-strip > div,
  main > section.hero .hero__trust-strip > div:nth-child(3),
  main > section.hero .hero__trust-strip > div:nth-child(4),
  main > section.hero .hero__trust-strip > div:last-child {
    min-height: 90px;
    padding: 10px 3px 8px;
  }
  main > section.hero .hero__trust-strip strong {
    font-size: clamp(0.72rem, 3.1vw, 0.9rem);
  }
  main > section.hero .hero__trust-strip p {
    font-size: clamp(0.44rem, 1.9vw, 0.52rem);
  }
}

/* Mobile hero type-size correction */
@media (max-width: 767px) {
  main > section.hero .hero__content {
    padding-top: clamp(18px, 4.8svh, 30px);
  }
  main > section.hero h1 {
    max-width: 330px;
    font-size: clamp(2.35rem, 11.2vw, 3.35rem);
    line-height: 0.9;
  }
  main > section.hero .hero__location {
    max-width: 310px;
    margin-top: 14px;
    font-size: clamp(0.98rem, 4.45vw, 1.32rem);
    line-height: 1.02;
    letter-spacing: 0.08em;
  }
  main > section.hero .hero__sector {
    margin-top: 14px;
    font-size: clamp(0.7rem, 2.9vw, 0.84rem);
  }
  main > section.hero .hero__description {
    max-width: 320px;
    font-size: clamp(0.78rem, 3vw, 0.88rem);
    line-height: 1.35;
  }
  main > section.hero .actions {
    margin-top: 20px;
  }
}
@media (max-width: 420px) {
  main > section.hero h1 {
    max-width: 300px;
    font-size: clamp(2.15rem, 10.6vw, 2.9rem);
    line-height: 0.92;
  }
  main > section.hero .hero__location {
    max-width: 285px;
    font-size: clamp(0.92rem, 4.2vw, 1.18rem);
  }
  main > section.hero .hero__description {
    max-width: 285px;
  }
}

/* Mobile hero stats cleanup */
@media (max-width: 767px) {
  main > section.hero .hero__trust-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-radius: 7px;
  }
  main > section.hero .hero__trust-strip > div:last-child {
    display: none;
  }
  main > section.hero .hero__trust-strip > div,
  main > section.hero .hero__trust-strip > div:nth-child(3),
  main > section.hero .hero__trust-strip > div:nth-child(4) {
    min-height: 86px;
    padding: 10px 5px 8px;
    align-content: start;
    gap: 5px;
  }
  main > section.hero .hero__trust-strip > div:nth-child(4) {
    border-right: 0;
  }
  main > section.hero .hero__trust-strip i {
    width: 20px;
    height: 20px;
    margin-bottom: 2px;
  }
  main > section.hero .hero__trust-strip svg,
  main > section.hero .hero__trust-strip .lucide {
    width: 15px;
    height: 15px;
  }
  main > section.hero .hero__trust-strip strong {
    font-size: clamp(0.8rem, 3.15vw, 0.94rem);
    line-height: 1.02;
  }
  main > section.hero .hero__trust-strip p {
    font-size: clamp(0.47rem, 1.82vw, 0.54rem);
    line-height: 1.12;
  }
}
@media (max-width: 420px) {
  main > section.hero .hero__trust-strip {
    left: 6px;
    right: 6px;
    bottom: 8px;
  }
  main > section.hero .hero__trust-strip > div,
  main > section.hero .hero__trust-strip > div:nth-child(3),
  main > section.hero .hero__trust-strip > div:nth-child(4) {
    min-height: 82px;
    padding: 9px 3px 7px;
  }
  main > section.hero .hero__trust-strip strong {
    font-size: clamp(0.72rem, 2.95vw, 0.84rem);
  }
  main > section.hero .hero__trust-strip p {
    font-size: clamp(0.42rem, 1.72vw, 0.48rem);
  }
}

/* Mobile hero title line control */
main > section.hero h1 span {
  display: block;
}
@media (max-width: 767px) {
  main > section.hero h1 {
    max-width: calc(100vw - 36px);
    font-size: clamp(2.2rem, 10.2vw, 3.08rem);
  }
  main > section.hero h1 span {
    white-space: nowrap;
  }
}
@media (max-width: 420px) {
  main > section.hero h1 {
    max-width: calc(100vw - 32px);
    font-size: clamp(2.05rem, 9.75vw, 2.62rem);
  }
}

/* Mobile hero screen-fit layout: keep stats close to the CTAs. */
@media (max-width: 767px) {
  main > section.hero {
    min-height: auto;
    padding-bottom: 12px;
    align-content: start;
    background-position: 60% top;
  }
  main > section.hero .hero__content {
    padding-bottom: 0;
  }
  main > section.hero .actions {
    margin-top: 16px;
    gap: 9px;
  }
  main > section.hero .button {
    min-height: 46px;
  }
  main > section.hero .hero__trust-strip {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: calc(100% - 16px);
    margin: 12px auto 0;
  }
}
@media (max-width: 420px) {
  main > section.hero {
    min-height: auto;
    padding-bottom: 10px;
  }
  main > section.hero .hero__content {
    padding-top: 18px;
  }
  main > section.hero .hero__trust-strip {
    width: calc(100% - 12px);
    margin-top: 10px;
  }
}

/* Mobile hero final: stats tab fixed to the section bottom. */
@media (max-width: 767px) {
  main > section.hero {
    position: relative;
    min-height: max(calc(100svh - var(--header)), 680px);
    padding-bottom: 104px;
    overflow: hidden;
  }
  main > section.hero .hero__content {
    padding-top: clamp(16px, 3.8svh, 28px);
  }
  main > section.hero .actions {
    margin-top: 16px;
  }
  main > section.hero .hero__trust-strip {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 10px;
    width: auto;
    margin: 0;
  }
}
@media (max-width: 420px) {
  main > section.hero {
    min-height: max(calc(100svh - var(--header)), 640px);
    padding-bottom: 100px;
  }
  main > section.hero .hero__trust-strip {
    left: 6px;
    right: 6px;
    bottom: 8px;
  }
}

/* Final FAQ accordion redesign */
main > section.faq {
  max-width: none;
  padding: clamp(34px, 4vw, 58px) clamp(28px, 4.8vw, 72px);
  background: linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
}
main > section.faq .section-heading {
  max-width: 980px;
  margin: 0 auto clamp(24px, 3vw, 38px);
  text-align: center;
}
main > section.faq .section-heading h2 {
  max-width: none;
  margin: 0 auto;
  color: var(--aqva-ink);
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(2rem, 2.36vw, 2.72rem);
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
main > section.faq .accordion {
  width: min(100%, 1540px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.7vw, 24px);
}
main > section.faq .accordion-item {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgb(7 26 48 / 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 8% 0%, rgb(198 154 71 / 0.07), transparent 34%),
    linear-gradient(180deg, rgb(255 255 255 / 0.98), rgb(255 255 255 / 0.92));
  box-shadow:
    0 12px 30px rgb(7 26 48 / 0.055),
    inset 0 0 0 1px rgb(255 255 255 / 0.82);
  transition:
    border-color 0.28s var(--ease),
    box-shadow 0.28s var(--ease),
    transform 0.28s var(--ease);
}
main > section.faq .accordion-item:hover,
main > section.faq .accordion-item:focus-within,
main > section.faq .accordion-item.is-open {
  border-color: rgb(7 26 48 / 0.44);
  box-shadow:
    0 16px 36px rgb(7 26 48 / 0.09),
    inset 0 0 0 1px rgb(255 255 255 / 0.9);
  transform: translateY(-2px);
}
main > section.faq .accordion-button {
  min-height: 112px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 26px;
  align-items: start;
  gap: 16px;
  padding: clamp(18px, 1.7vw, 24px);
  color: var(--aqva-ink);
  cursor: pointer;
}
main > section.faq .accordion-number {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(7 26 48 / 0.35);
  border-radius: 50%;
  color: var(--aqva-ink);
  background: #fff;
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: 1.36rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.9);
}
main > section.faq .accordion-question {
  min-width: 0;
  color: var(--aqva-ink);
  font-family: "Cormorant Garamond", "Marcellus", Georgia, serif;
  font-size: clamp(1.26rem, 1.34vw, 1.58rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0.005em;
  transform: none;
}
main > section.faq .accordion-button[aria-expanded="true"] .accordion-question {
  transform: none;
}
main > section.faq .accordion-icon,
main > section.faq .accordion-button > .lucide {
  width: 22px;
  height: 22px;
  margin-top: 11px;
  color: var(--aqva-gold);
  stroke-width: 1.6;
  transition:
    color 0.28s var(--ease),
    transform 0.28s var(--ease);
}
main > section.faq .accordion-button[aria-expanded="true"] .accordion-icon,
main > section.faq .accordion-button[aria-expanded="true"] > .lucide {
  color: var(--aqva-ink);
  transform: rotate(45deg);
}
main > section.faq .accordion-panel {
  height: 0;
  overflow: hidden;
  transition: height 0.34s var(--ease);
}
main > section.faq .accordion-panel p {
  position: relative;
  margin: 0;
  padding: 0 clamp(22px, 1.8vw, 30px) clamp(18px, 1.5vw, 22px);
  color: #26354a;
  font-family: var(--font);
  font-size: clamp(0.92rem, 0.96vw, 1.04rem);
  font-weight: 600;
  line-height: 1.55;
}
main > section.faq .accordion-panel p::before {
  content: none;
  display: none;
}
main > section.faq .accordion-panel p::after {
  content: none;
  display: none;
}
@media (max-width: 1100px) {
  main > section.faq .accordion {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  main > section.faq {
    padding: 32px 18px;
  }
  main > section.faq .section-heading {
    margin-bottom: 22px;
  }
  main > section.faq .section-heading h2 {
    font-size: clamp(2rem, 8vw, 2.65rem);
    line-height: 1.08;
  }
  main > section.faq .accordion {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  main > section.faq .accordion-button {
    min-height: 86px;
    grid-template-columns: 46px minmax(0, 1fr) 22px;
    gap: 12px;
    padding: 16px;
  }
  main > section.faq .accordion-number {
    width: 42px;
    height: 42px;
    font-size: 1.16rem;
  }
  main > section.faq .accordion-question {
    font-size: clamp(1.08rem, 5.2vw, 1.34rem);
  }
  main > section.faq .accordion-panel p {
    padding: 0 16px 16px;
    font-size: 0.9rem;
    line-height: 1.48;
  }
}

/* Final RERA card polish */
main > section.hero .hero__rera-card {
  width: clamp(218px, 15.8vw, 258px);
  min-width: 218px;
  padding: 22px 20px 18px;
  overflow: hidden;
  border: 1px solid rgb(216 183 117 / 0.66);
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 0%, rgb(216 183 117 / 0.16), transparent 42%),
    linear-gradient(145deg, #06385e 0%, #031c32 74%);
  box-shadow:
    0 22px 46px rgb(3 24 43 / 0.28),
    0 0 0 1px rgb(255 255 255 / 0.08),
    inset 0 1px 0 rgb(255 255 255 / 0.14);
}
main > section.hero .hero__rera-card::after {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid rgb(216 183 117 / 0.18);
  border-radius: 7px;
  pointer-events: none;
}
main > section.hero .hero__rera-seal {
  width: 58px;
  height: 58px;
  margin-bottom: 14px;
  border: 1px solid rgb(216 183 117 / 0.9);
  background:
    radial-gradient(circle at 35% 26%, rgb(255 255 255 / 0.1), transparent 34%),
    rgb(216 183 117 / 0.08);
  color: var(--aqva-gold-soft);
  box-shadow:
    0 0 0 7px rgb(216 183 117 / 0.09),
    inset 0 0 0 1px rgb(255 255 255 / 0.12);
}
main > section.hero .hero__rera-seal svg {
  width: 30px;
  height: 30px;
  stroke-width: 2.1;
}
main > section.hero .hero__rera-card strong {
  color: #fff;
  font-size: clamp(1.45rem, 1.78vw, 2.05rem);
  line-height: 0.9;
  letter-spacing: 0.035em;
  text-shadow: 0 2px 12px rgb(0 0 0 / 0.18);
}
main > section.hero .hero__rera-card p {
  width: 100%;
  margin: 16px 0 0;
  padding-top: 12px;
  border-top: 1px solid rgb(216 183 117 / 0.28);
  color: var(--aqva-gold-soft);
  font-size: 0.57rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}
main > section.hero .hero__rera-card b {
  width: 100%;
  max-width: 100%;
  margin-top: 6px;
  padding: 0 4px;
  color: rgb(255 255 255 / 0.94);
  font-size: clamp(0.58rem, 0.6vw, 0.68rem);
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
main > section.hero .hero__rera-card:hover,
main > section.hero .hero__rera-card:focus-within {
  border-color: var(--aqva-gold-soft);
  box-shadow:
    0 28px 58px rgb(3 24 43 / 0.36),
    0 0 0 1px rgb(216 183 117 / 0.2),
    inset 0 1px 0 rgb(255 255 255 / 0.18);
  transform: translateY(-6px) scale(1.012);
}
@media (max-width: 980px) {
  main > section.hero .hero__rera-card {
    width: min(238px, 70vw);
    min-width: 0;
    padding: 20px 18px 17px;
  }
}

/* Final normal text alignment with overview copy */
main > section.why-choose-section .why-choose-grid p,
main > section.investment-section .investment-benefits p,
main > section.pricing-area-section .pricing-area__table td,
main > section.master-plan-section .plot-option-card p,
main > section.location-connectivity .major-connectivity-card .connectivity-list span,
main > section.developer-section .developer-copy p,
main > section.developer-section .developer-highlight-grid p {
  color: var(--section-copy-color);
  font-family: var(--font);
  font-size: var(--section-copy-size);
  font-weight: 600;
  line-height: var(--section-copy-leading);
  letter-spacing: 0;
  text-transform: none;
}
main > section.location-connectivity .major-connectivity-card .connectivity-list strong {
  font-family: var(--font);
  font-size: var(--section-copy-size);
  font-weight: 600;
  line-height: var(--section-copy-leading);
  letter-spacing: 0;
  text-transform: none;
}
main > section.investment-section .investment-benefits h3 {
  color: var(--ink);
  font-family: var(--font);
  font-size: clamp(0.95rem, 1vw, 1.06rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}
main > section.master-plan-section .plot-option-card p {
  max-width: 205px;
}
main > section.master-plan-section .plot-option-card h3 {
  color: var(--ink);
  font-size: clamp(1.08rem, 1.18vw, 1.32rem);
  line-height: 1.08;
}
main > section.pricing-area-section .pricing-area__table td:first-child,
main > section.pricing-area-section .pricing-area__table td:nth-child(3) {
  font-weight: 700;
}
@media (max-width: 767px) {
  main > section.why-choose-section .why-choose-grid p,
  main > section.investment-section .investment-benefits p,
  main > section.pricing-area-section .pricing-area__table td,
  main > section.master-plan-section .plot-option-card p,
  main > section.location-connectivity .major-connectivity-card .connectivity-list span,
  main > section.location-connectivity .major-connectivity-card .connectivity-list strong,
  main > section.developer-section .developer-copy p,
  main > section.developer-section .developer-highlight-grid p {
    font-size: var(--section-copy-mobile-size);
    line-height: 1.5;
  }
  main > section.investment-section .investment-benefits h3 {
    font-size: 0.9rem;
  }
  main > section.master-plan-section .plot-option-card h3 {
    font-size: 1.08rem;
  }
}

/* Final location section spacing and map sizing */
main > section.location-connectivity {
  width: min(calc(100% - clamp(36px, 7vw, 92px)), 1288px);
  min-height: 0;
  grid-template-columns: minmax(0, 0.56fr) minmax(410px, 0.44fr);
  gap: clamp(24px, 3vw, 42px);
  align-items: stretch;
  margin: 0 auto;
  padding: clamp(34px, 4vw, 56px) 0;
  overflow: visible;
  background: transparent;
}
main > section.location-connectivity .location-map {
  min-height: clamp(350px, 27vw, 420px);
  overflow: hidden;
  border: 1px solid rgb(7 26 48 / 0.12);
  border-radius: 10px;
  background: #eef2ed;
  box-shadow:
    0 18px 42px rgb(7 26 48 / 0.08),
    inset 0 0 0 1px rgb(255 255 255 / 0.78);
}
main > section.location-connectivity .location-map iframe {
  border-radius: inherit;
}
main > section.location-connectivity .location-connectivity__content {
  width: 100%;
  max-width: none;
  justify-self: stretch;
  align-self: center;
  gap: clamp(12px, 1.3vw, 18px);
  padding: 0;
}
main > section.location-connectivity .location-summary-card,
main > section.location-connectivity .major-connectivity-card {
  border-radius: 10px;
  box-shadow:
    0 14px 34px rgb(7 26 48 / 0.065),
    inset 0 0 0 1px rgb(255 255 255 / 0.78);
}
main > section.location-connectivity .location-summary-card {
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 14px;
  padding: clamp(16px, 1.5vw, 22px);
}
main > section.location-connectivity .location-summary-card__icon {
  width: 48px;
  height: 48px;
}
main > section.location-connectivity .location-summary-card__icon svg,
main > section.location-connectivity .location-summary-card__icon .lucide {
  width: 23px;
  height: 23px;
}
main > section.location-connectivity .location-summary-card__body p {
  margin-bottom: 5px;
}
main > section.location-connectivity .location-summary-card h2 {
  margin-bottom: 13px;
  font-size: clamp(1.32rem, 1.38vw, 1.58rem);
  line-height: 1.08;
}
main > section.location-connectivity .location-directions {
  width: min(100%, 205px);
  min-height: 38px;
  padding: 9px 16px;
  font-size: 0.74rem;
}
main > section.location-connectivity .major-connectivity-card {
  padding: clamp(16px, 1.45vw, 21px) clamp(16px, 1.8vw, 24px);
}
main > section.location-connectivity .major-connectivity-card h3 {
  margin-bottom: 13px;
  font-size: clamp(1.2rem, 1.28vw, 1.46rem);
}
main > section.location-connectivity .major-connectivity-card h3::after {
  width: 36px;
  margin-top: 8px;
}
main > section.location-connectivity .major-connectivity-card .connectivity-list li {
  min-height: 38px;
  grid-template-columns: 32px minmax(0, 1fr) 1px minmax(74px, auto);
  gap: 10px;
}
main > section.location-connectivity .major-connectivity-card .connectivity-list i {
  width: 27px;
  height: 27px;
}
main > section.location-connectivity .major-connectivity-card .connectivity-list svg,
main > section.location-connectivity .major-connectivity-card .connectivity-list .lucide {
  width: 15px;
  height: 15px;
}
main > section.location-connectivity .major-connectivity-card .connectivity-list span,
main > section.location-connectivity .major-connectivity-card .connectivity-list strong {
  font-size: clamp(0.82rem, 0.9vw, 0.95rem);
  line-height: 1.35;
}
@media (max-width: 1100px) {
  main > section.location-connectivity {
    width: min(calc(100% - 40px), 980px);
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    padding-block: 36px;
  }
  main > section.location-connectivity .location-map {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  main > section.location-connectivity {
    width: calc(100% - 28px);
    gap: 14px;
    padding-block: 30px;
  }
  main > section.location-connectivity .location-map {
    min-height: 230px;
    border-radius: 8px;
  }
  main > section.location-connectivity .location-summary-card {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 15px;
  }
  main > section.location-connectivity .location-summary-card__icon {
    width: 42px;
    height: 42px;
  }
  main > section.location-connectivity .location-summary-card h2 {
    font-size: clamp(1.14rem, 5vw, 1.36rem);
  }
  main > section.location-connectivity .location-directions {
    width: 100%;
  }
  main > section.location-connectivity .major-connectivity-card {
    padding: 15px;
  }
  main > section.location-connectivity .major-connectivity-card .connectivity-list li {
    min-height: 38px;
    grid-template-columns: 30px minmax(0, 1fr) minmax(68px, auto);
  }
  main > section.location-connectivity .major-connectivity-card .connectivity-list li::after {
    display: none;
  }
  main > section.location-connectivity .major-connectivity-card .connectivity-list strong {
    grid-column: 3;
  }
}

/* Mobile why-choose compact two-column table */
@media (max-width: 760px) {
  main > section.why-choose-section .why-choose-shell {
    gap: 20px;
    padding: 24px 16px 18px;
  }
  main > section.why-choose-section .why-choose-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  main > section.why-choose-section .why-choose-grid article {
    min-height: 118px;
    grid-template-columns: 1fr;
    justify-items: center;
    align-content: start;
    gap: 9px;
    padding: 14px 10px 12px;
    border: 1px solid rgb(198 154 71 / 0.22);
    border-radius: 8px;
    background:
      radial-gradient(circle at 50% 0%, rgb(198 154 71 / 0.08), transparent 48%),
      rgb(255 255 255 / 0.82);
    text-align: center;
    box-shadow: 0 10px 22px rgb(7 26 48 / 0.045);
  }
  main > section.why-choose-section .why-choose-grid article:hover,
  main > section.why-choose-section .why-choose-grid article:focus-within {
    transform: translateY(-3px);
    border-color: rgb(7 26 48 / 0.26);
    box-shadow: 0 14px 28px rgb(7 26 48 / 0.09);
  }
  main > section.why-choose-section .why-choose-grid i {
    width: 34px;
    height: 34px;
    margin: 0;
  }
  main > section.why-choose-section .why-choose-grid svg,
  main > section.why-choose-section .why-choose-grid .lucide {
    width: 34px;
    height: 34px;
    padding: 7px;
  }
  main > section.why-choose-section .why-choose-grid p {
    max-width: 150px;
    font-size: clamp(0.76rem, 3vw, 0.86rem);
    font-weight: 700;
    line-height: 1.28;
  }
}
@media (max-width: 360px) {
  main > section.why-choose-section .why-choose-grid {
    gap: 8px;
  }
  main > section.why-choose-section .why-choose-grid article {
    min-height: 112px;
    padding-inline: 8px;
  }
  main > section.why-choose-section .why-choose-grid p {
    font-size: 0.72rem;
  }
}

/* Mobile pricing table row cards */
@media (max-width: 767px) {
  main > section.pricing-area-section .pricing-area__table-wrap {
    overflow-x: auto;
    overflow-y: visible;
    padding: 0 12px 14px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
  main > section.pricing-area-section .pricing-area__table,
  main > section.pricing-area-section .pricing-area__table tbody {
    display: block;
    width: max-content;
    min-width: 610px;
    height: auto;
  }
  main > section.pricing-area-section .pricing-area__table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
  }
  main > section.pricing-area-section .pricing-area__table tr {
    width: 610px;
    min-height: 96px;
    display: grid;
    grid-template-columns: 1.2fr 0.86fr 1.16fr 138px;
    align-items: center;
    gap: 18px;
    margin: 0 0 12px;
    padding: 16px 18px;
    overflow: hidden;
    border: 1px solid rgb(7 26 48 / 0.1);
    border-left: 4px solid rgb(198 154 71 / 0.54);
    border-radius: 12px;
    background:
      radial-gradient(circle at 0% 50%, rgb(198 154 71 / 0.08), transparent 34%),
      #fff;
    box-shadow: 0 12px 28px rgb(7 26 48 / 0.065);
  }
  main > section.pricing-area-section .pricing-area__table tr:last-child {
    margin-bottom: 0;
  }
  main > section.pricing-area-section .pricing-area__table td {
    min-width: 0;
    width: auto;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    align-content: center;
    padding: 0;
    border: 0;
    color: var(--section-copy-color);
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.25;
    white-space: normal;
  }
  main > section.pricing-area-section .pricing-area__table td::before {
    content: attr(data-label);
    color: #687383;
    font-family: var(--font);
    font-size: 0.66rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  main > section.pricing-area-section .pricing-area__table td:nth-child(3) {
    color: var(--aqva-ink);
    font-size: 0.92rem;
    font-weight: 800;
  }
  main > section.pricing-area-section .pricing-area__table td:last-child {
    justify-items: stretch;
  }
  main > section.pricing-area-section .pricing-area__table td button {
    width: 100%;
    min-width: 0;
    min-height: 40px;
    justify-self: stretch;
    padding: 9px 10px;
    border-radius: 7px;
    font-size: 0.68rem;
    box-shadow: 0 10px 20px rgb(7 26 48 / 0.08);
  }
  main > section.pricing-area-section .pricing-area__table tbody tr:hover,
  main > section.pricing-area-section .pricing-area__table tbody tr:focus-within {
    border-left-color: var(--aqva-navy);
    box-shadow: 0 16px 34px rgb(7 26 48 / 0.1);
    transform: translateY(-2px);
  }
}
@media (max-width: 420px) {
  main > section.pricing-area-section .pricing-area__table,
  main > section.pricing-area-section .pricing-area__table tbody {
    min-width: 560px;
  }
  main > section.pricing-area-section .pricing-area__table tr {
    width: 560px;
    grid-template-columns: 1.12fr 0.78fr 1.08fr 124px;
    gap: 14px;
    padding: 14px;
  }
  main > section.pricing-area-section .pricing-area__table td {
    font-size: 0.82rem;
  }
  main > section.pricing-area-section .pricing-area__table td:nth-child(3) {
    font-size: 0.86rem;
  }
}

/* Mobile pricing final fit: no horizontal scroll */
.price-breakup-short {
  display: none;
}
@media (max-width: 767px) {
  main > section.pricing-area-section .pricing-area__table-wrap {
    overflow-x: visible;
    padding: 0 8px 12px;
  }
  main > section.pricing-area-section .pricing-area__table,
  main > section.pricing-area-section .pricing-area__table tbody {
    width: 100%;
    min-width: 0;
  }
  main > section.pricing-area-section .pricing-area__table tr {
    width: 100%;
    min-height: 76px;
    grid-template-columns: minmax(76px, 1.05fr) minmax(60px, 0.7fr) minmax(78px, 0.92fr) minmax(58px, 0.62fr);
    gap: 7px;
    margin-bottom: 9px;
    padding: 12px 9px;
    border-left-width: 3px;
    border-radius: 9px;
  }
  main > section.pricing-area-section .pricing-area__table td {
    gap: 5px;
    font-size: clamp(0.64rem, 2.45vw, 0.78rem);
    line-height: 1.18;
  }
  main > section.pricing-area-section .pricing-area__table td::before {
    font-size: clamp(0.5rem, 1.95vw, 0.58rem);
    letter-spacing: 0.07em;
  }
  main > section.pricing-area-section .pricing-area__table td:nth-child(3) {
    font-size: clamp(0.66rem, 2.5vw, 0.8rem);
    line-height: 1.15;
    white-space: nowrap;
  }
  main > section.pricing-area-section .pricing-area__table .price-onwards {
    display: none;
  }
  main > section.pricing-area-section .pricing-area__table td button {
    min-height: 30px;
    padding: 7px 6px;
    border-radius: 5px;
    font-size: clamp(0.48rem, 1.9vw, 0.58rem);
    letter-spacing: 0.03em;
  }
  main > section.pricing-area-section .price-breakup-full {
    display: none;
  }
  main > section.pricing-area-section .price-breakup-short {
    display: inline;
  }
}
@media (max-width: 360px) {
  main > section.pricing-area-section .pricing-area__table-wrap {
    padding-inline: 6px;
  }
  main > section.pricing-area-section .pricing-area__table tr {
    grid-template-columns: minmax(68px, 1fr) minmax(55px, 0.68fr) minmax(70px, 0.88fr) minmax(52px, 0.58fr);
    gap: 5px;
    padding: 11px 7px;
  }
  main > section.pricing-area-section .pricing-area__table td {
    font-size: 0.62rem;
  }
  main > section.pricing-area-section .pricing-area__table td:nth-child(3) {
    font-size: 0.64rem;
  }
  main > section.pricing-area-section .pricing-area__table td button {
    min-height: 28px;
    padding-inline: 4px;
    font-size: 0.48rem;
  }
}

/* Mobile pricing label/value alignment */
@media (max-width: 767px) {
  main > section.pricing-area-section .pricing-area__table tr {
    grid-template-columns: minmax(92px, 1.2fr) minmax(68px, 0.82fr) minmax(78px, 0.92fr) minmax(70px, 0.7fr);
    align-items: stretch;
  }
  main > section.pricing-area-section .pricing-area__table td {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 7px;
    text-align: left;
  }
  main > section.pricing-area-section .pricing-area__table td::before {
    display: block;
    width: 100%;
    text-align: inherit;
  }
  main > section.pricing-area-section .pricing-area__table td:first-child {
    overflow-wrap: anywhere;
  }
  main > section.pricing-area-section .pricing-area__table td:nth-child(2),
  main > section.pricing-area-section .pricing-area__table td:nth-child(3) {
    white-space: nowrap;
  }
  main > section.pricing-area-section .pricing-area__table td:last-child {
    align-items: center;
    text-align: center;
  }
  main > section.pricing-area-section .pricing-area__table td:last-child::before {
    text-align: center;
  }
  main > section.pricing-area-section .pricing-area__table td button {
    width: min(100%, 72px);
    justify-self: auto;
  }
}
@media (max-width: 380px) {
  main > section.pricing-area-section .pricing-area__table tr {
    grid-template-columns: minmax(82px, 1.12fr) minmax(62px, 0.78fr) minmax(72px, 0.9fr) minmax(62px, 0.68fr);
  }
  main > section.pricing-area-section .pricing-area__table td {
    gap: 6px;
  }
  main > section.pricing-area-section .pricing-area__table td button {
    width: min(100%, 64px);
  }
}

main > section.pricing-area-section .pricing-area__table tbody tr.pricing-area__row--sold-out {
  background: linear-gradient(90deg, rgb(188 42 42 / 0.055), transparent 62%);
}
main > section.pricing-area-section .pricing-area__table td button.pricing-area__sold-out-button {
  border-color: rgb(184 35 35 / 0.84);
  background: linear-gradient(180deg, #d94343 0%, #b92b2b 100%);
  color: #fff;
  cursor: not-allowed;
  opacity: 1;
  box-shadow:
    0 10px 20px rgb(184 35 35 / 0.2),
    inset 0 1px 0 rgb(255 255 255 / 0.22);
}
main > section.pricing-area-section .pricing-area__table td button.pricing-area__sold-out-button:hover,
main > section.pricing-area-section .pricing-area__table td button.pricing-area__sold-out-button:focus-visible,
main > section.pricing-area-section .pricing-area__table td button.pricing-area__sold-out-button:disabled {
  border-color: rgb(184 35 35 / 0.84);
  background: linear-gradient(180deg, #d94343 0%, #b92b2b 100%);
  color: #fff;
  box-shadow:
    0 10px 20px rgb(184 35 35 / 0.2),
    inset 0 1px 0 rgb(255 255 255 / 0.22);
  transform: none;
}
main > section.master-plan-section .plot-option-card--sold-out {
  border-color: rgb(184 35 35 / 0.22);
}
main > section.master-plan-section .plot-option-card__stamp {
  position: absolute;
  z-index: 4;
  top: 68%;
  left: 50%;
  width: min(88%, 186px);
  height: auto;
  aspect-ratio: auto;
  display: block;
  object-fit: contain;
  border-radius: 0;
  pointer-events: none;
  opacity: 0.96;
  mix-blend-mode: multiply;
  filter:
    contrast(1.08)
    saturate(1.1)
    drop-shadow(0 9px 13px rgb(105 18 18 / 0.18));
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-13deg);
  animation: sold-out-stamp-press 2.8s cubic-bezier(0.2, 0.7, 0.24, 1) infinite;
}
main > section.master-plan-section .plot-option-card--sold-out h3,
main > section.master-plan-section .plot-option-card--sold-out p {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  main > section.master-plan-section .plot-option-card__stamp {
    top: 67%;
    width: min(82%, 166px);
  }
}
@keyframes sold-out-stamp-press {
  0%,
  58%,
  100% {
    opacity: 0.94;
    transform: translate(-50%, -50%) rotate(-13deg) scale(1);
  }
  8% {
    opacity: 0.2;
    transform: translate(-50%, -72%) rotate(-18deg) scale(1.28);
  }
  17% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(-13deg) scale(0.9);
    filter:
      contrast(1.16)
      saturate(1.18)
      drop-shadow(0 4px 8px rgb(105 18 18 / 0.28));
  }
  25% {
    transform: translate(-50%, -50%) rotate(-13deg) scale(1.06);
  }
  34% {
    transform: translate(-50%, -50%) rotate(-13deg) scale(1);
  }
}

/* Dynamic hero stats strip polish */
main > section.hero .hero__trust-strip {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 0%, rgb(216 183 117 / 0.18), transparent 28%),
    radial-gradient(circle at 88% 120%, rgb(10 130 189 / 0.18), transparent 34%),
    linear-gradient(180deg, rgb(6 40 68 / 0.98), rgb(3 28 50 / 0.99));
}
main > section.hero .hero__trust-strip > .hero__trust-item {
  position: relative;
  isolation: isolate;
  display: grid;
  overflow: hidden;
  cursor: default;
  outline: none;
  transform: translateY(0);
  animation: hero-stat-rise 0.55s ease both;
  animation-delay: calc(var(--stat-index, 0) * 70ms);
  transition:
    background 0.3s var(--ease),
    box-shadow 0.3s var(--ease),
    transform 0.3s var(--ease);
}
main > section.hero .hero__trust-strip > .hero__trust-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 0.14), transparent 38%),
    radial-gradient(circle at 24% 24%, rgb(216 183 117 / 0.22), transparent 34%);
  opacity: 0;
  transition: opacity 0.3s var(--ease);
}
main > section.hero .hero__trust-strip > .hero__trust-item::after {
  content: "";
  position: absolute;
  inset: -45% auto -45% -75%;
  width: 46%;
  z-index: 1;
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 0.22), transparent);
  transform: rotate(18deg);
  transition: transform 0.65s var(--ease);
  pointer-events: none;
}
main > section.hero .hero__trust-strip > .hero__trust-item:hover,
main > section.hero .hero__trust-strip > .hero__trust-item:focus-visible {
  background: rgb(255 255 255 / 0.055);
  box-shadow:
    inset 0 0 0 1px rgb(216 183 117 / 0.22),
    0 16px 30px rgb(0 0 0 / 0.18);
  transform: translateY(-6px);
}
main > section.hero .hero__trust-strip > .hero__trust-item:hover::before,
main > section.hero .hero__trust-strip > .hero__trust-item:focus-visible::before {
  opacity: 1;
}
main > section.hero .hero__trust-strip > .hero__trust-item:hover::after,
main > section.hero .hero__trust-strip > .hero__trust-item:focus-visible::after {
  transform: translateX(360%) rotate(18deg);
}
main > section.hero .hero__trust-strip > .hero__trust-item > svg,
main > section.hero .hero__trust-strip > .hero__trust-item > .lucide {
  position: relative;
  z-index: 2;
  padding: 3px;
  border-radius: 50%;
  color: var(--aqva-gold-soft);
  filter: drop-shadow(0 0 10px rgb(216 183 117 / 0.18));
  transition:
    color 0.3s var(--ease),
    filter 0.3s var(--ease),
    transform 0.3s var(--ease);
}
main > section.hero .hero__trust-strip > .hero__trust-item:hover > svg,
main > section.hero .hero__trust-strip > .hero__trust-item:focus-visible > svg,
main > section.hero .hero__trust-strip > .hero__trust-item:hover > .lucide,
main > section.hero .hero__trust-strip > .hero__trust-item:focus-visible > .lucide {
  color: #f0d99c;
  filter: drop-shadow(0 0 14px rgb(216 183 117 / 0.42));
  transform: translateY(-2px) scale(1.12);
}
main > section.hero .hero__trust-strip > .hero__trust-item strong,
main > section.hero .hero__trust-strip > .hero__trust-item p {
  position: relative;
  z-index: 2;
}
main > section.hero .hero__trust-strip > .hero__trust-item:hover strong,
main > section.hero .hero__trust-strip > .hero__trust-item:focus-visible strong {
  text-shadow: 0 0 18px rgb(216 183 117 / 0.22);
}
@keyframes hero-stat-rise {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  main > section.hero .hero__trust-strip > .hero__trust-item:last-child {
    display: none;
  }
  main > section.hero .hero__trust-strip > .hero__trust-item:hover,
  main > section.hero .hero__trust-strip > .hero__trust-item:focus-visible {
    transform: translateY(-3px);
  }
}
@media (prefers-reduced-motion: reduce) {
  main > section.hero .hero__trust-strip > .hero__trust-item {
    animation: none;
  }
  main > section.hero .hero__trust-strip > .hero__trust-item::after {
    transition: none;
  }
}


/* Compact enquiry popups: context chips removed and vertical spacing reduced. */
.modal .modal-preview-form {
  min-height: 0;
  padding: 24px 24px 20px;
}
.modal-context {
  gap: 0;
  margin: 8px 0 12px;
}
.modal-preview-form .preview-form__field {
  margin-bottom: 9px;
}
.modal-preview-form .preview-form__field--message,
.modal-preview-form .preview-form__field textarea {
  min-height: 82px;
  height: 82px;
}
.modal-preview-form .preview-form__submit {
  margin-top: 18px;
}
.floorplan-modal__card {
  padding-top: 24px;
  padding-bottom: 22px;
}
.floorplan-modal__intro {
  margin-bottom: 12px;
}
.floorplan-modal form {
  gap: 10px;
}
@media (max-width: 640px) {
  .modal .modal-preview-form {
    padding: 22px 18px 18px;
  }
  .modal-context {
    margin: 7px 0 10px;
  }
  .modal-preview-form .preview-form__field--message,
  .modal-preview-form .preview-form__field textarea {
    min-height: 74px;
    height: 74px;
  }
}

/* Header navigation readability and active-state refinement. */
@media (min-width: 1025px) {
  .desktop-nav {
    gap: clamp(14px, 1.55vw, 28px);
  }

  .desktop-nav a {
    padding: 30px 5px;
    border-radius: 5px;
    color: #202833;
    font-size: clamp(0.84rem, 0.84vw, 0.96rem);
    font-weight: 600;
    line-height: 1;
    transition:
      color 180ms ease,
      background-color 180ms ease,
      text-shadow 180ms ease;
  }

  .desktop-nav a::after {
    left: 5px;
    right: 5px;
    bottom: 22px;
    height: 2px;
    border-radius: 999px;
    background: var(--aqva-navy);
    transform-origin: center;
    transition: transform 180ms ease;
  }

  .desktop-nav a:hover,
  .desktop-nav a:focus-visible,
  .desktop-nav a.active {
    color: var(--aqva-navy);
    background: transparent;
    text-shadow: 0 0 0.01px currentColor;
  }

  .desktop-nav a:hover::after,
  .desktop-nav a:focus-visible::after,
  .desktop-nav a.active::after {
    transform: scaleX(1);
  }
}

/* Footer refinement: compact logo and official WhatsApp CTA */
.footer__brand.aqva-brand--image {
  width: min(100%, 188px);
}

.footer-whatsapp > a {
  border-color: #25d366;
  background: #25d366;
  color: #ffffff;
  box-shadow:
    0 14px 28px rgb(37 211 102 / 0.22),
    inset 0 1px 0 rgb(255 255 255 / 0.22);
}

.footer-whatsapp > a:hover,
.footer-whatsapp > a:focus-visible,
.footer-whatsapp > a:active {
  border-color: #1fbd5a;
  background: #1fbd5a;
  color: #ffffff;
  box-shadow: 0 18px 34px rgb(37 211 102 / 0.3);
  transform: translateY(-3px);
  outline: 0;
}

@media (max-width: 760px) {
  .footer__brand.aqva-brand--image {
    width: min(100%, 176px);
  }
}

/* Unified Lucide icon system */
[data-lucide] {
  width: 1em;
  height: 1em;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.whatsapp-icon {
  width: 1.22rem;
  height: 1.22rem;
  stroke-width: 2;
}

.whatsapp-float .whatsapp-icon {
  width: 1.48rem;
  height: 1.48rem;
}

.mobile-cta > a,
.mobile-cta > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.48rem;
}

.mobile-cta [data-lucide] {
  width: 1rem;
  height: 1rem;
  stroke-width: 2;
}

/* Enhanced Major Connectivity card */
main > section.location-connectivity .major-connectivity-card {
  padding: clamp(24px, 2.4vw, 32px);
  border-color: rgb(198 154 71 / 0.26);
  border-radius: 16px;
  background:
    radial-gradient(circle at 0% 0%, rgb(198 154 71 / 0.10), transparent 34%),
    linear-gradient(145deg, #ffffff 0%, #fdfcf9 100%);
  box-shadow:
    0 20px 46px rgb(7 26 48 / 0.09),
    inset 0 0 0 1px rgb(255 255 255 / 0.9);
}

main > section.location-connectivity .major-connectivity-card h3 {
  margin-bottom: 22px;
  font-size: clamp(1.42rem, 1.58vw, 1.78rem);
}

main > section.location-connectivity .major-connectivity-card h3::after {
  width: 54px;
  height: 3px;
  border-radius: 99px;
}

main > section.location-connectivity .major-connectivity-card .connectivity-list {
  gap: 7px;
}

main > section.location-connectivity .major-connectivity-card .connectivity-list li {
  min-height: 58px;
  grid-template-columns: 48px minmax(0, 1fr) 1px minmax(88px, auto);
  gap: 14px;
  padding: 5px 10px 5px 5px;
  border: 1px solid transparent;
  border-radius: 10px;
  transition:
    background-color 0.25s var(--ease),
    border-color 0.25s var(--ease),
    box-shadow 0.25s var(--ease),
    transform 0.25s var(--ease);
}

main > section.location-connectivity .major-connectivity-card .connectivity-list li:not(:last-child) {
  border-bottom-color: transparent;
}

main > section.location-connectivity .major-connectivity-card .connectivity-list li:hover {
  border-color: rgb(198 154 71 / 0.28);
  background: linear-gradient(90deg, rgb(198 154 71 / 0.08), rgb(255 255 255 / 0.75));
  box-shadow: 0 10px 24px rgb(7 26 48 / 0.07);
  transform: translateX(3px);
}

main > section.location-connectivity .major-connectivity-card .connectivity-list i,
main > section.location-connectivity .major-connectivity-card .connectivity-list > li > svg,
main > section.location-connectivity .major-connectivity-card .connectivity-list > li > .lucide {
  grid-column: 1;
  width: 42px;
  height: 42px;
  padding: 10px;
  margin: 0;
  border: 1px solid rgb(198 154 71 / 0.56);
  border-radius: 50%;
  background: linear-gradient(145deg, #ffffff, #f8f3e9);
  color: #b87922;
  stroke-width: 1.8;
  box-shadow:
    0 8px 18px rgb(7 26 48 / 0.09),
    inset 0 0 0 1px rgb(255 255 255 / 0.8);
}

main > section.location-connectivity .major-connectivity-card .connectivity-list span {
  font-size: clamp(0.86rem, 0.91vw, 1rem);
  font-weight: 700;
}

main > section.location-connectivity .major-connectivity-card .connectivity-list strong {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgb(198 154 71 / 0.10);
  color: #a86815;
  font-size: clamp(0.8rem, 0.86vw, 0.94rem);
  font-weight: 800;
}

main > section.location-connectivity .major-connectivity-card .connectivity-list li::after {
  height: 26px;
  background: rgb(198 154 71 / 0.3);
}

main > section.location-connectivity .major-connectivity-card .connectivity-list li:hover i,
main > section.location-connectivity .major-connectivity-card .connectivity-list li:hover > svg,
main > section.location-connectivity .major-connectivity-card .connectivity-list li:hover > .lucide {
  border-color: #062844;
  background: linear-gradient(145deg, #0a385c, #031c32);
  color: #f1c87c;
  box-shadow: 0 12px 24px rgb(7 26 48 / 0.2);
  transform: translateY(-1px) scale(1.04);
}

@media (max-width: 600px) {
  main > section.location-connectivity .major-connectivity-card {
    padding: 20px 16px;
  }
  main > section.location-connectivity .major-connectivity-card .connectivity-list li {
    grid-template-columns: 44px minmax(0, 1fr) minmax(76px, auto);
    gap: 10px;
    padding-right: 5px;
  }
  main > section.location-connectivity .major-connectivity-card .connectivity-list li::after {
    display: none;
  }
  main > section.location-connectivity .major-connectivity-card .connectivity-list strong {
    grid-column: 3;
    padding: 6px 8px;
  }
  main > section.location-connectivity .major-connectivity-card .connectivity-list i,
  main > section.location-connectivity .major-connectivity-card .connectivity-list > li > svg,
  main > section.location-connectivity .major-connectivity-card .connectivity-list > li > .lucide {
    width: 38px;
    height: 38px;
    padding: 9px;
  }
}

.footer-whatsapp a {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 12px 18px;
  border-radius: 10px;

  color: #fff;
  background: #25d366;

  font-weight: 600;
  text-decoration: none;

  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.footer-whatsapp a:hover {
  color: #fff;
  background: #128c4a;
  transform: translateY(-2px);
}

.footer-whatsapp .whatsapp-icon {
  font-size: 22px;
  line-height: 1;
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1000;

  display: grid;
  place-items: center;

  width: 52px;
  height: 52px;
  border-radius: 12px;

  color: #fff;
  background: #18b65b;
  box-shadow: 0 10px 28px rgb(0 0 0 / 20%);

  text-decoration: none;
  transition: 0.2s ease;
}

.whatsapp-float .bi {
  font-size: 28px;
  line-height: 1;
}

.whatsapp-float:hover {
  color: #fff;
  background: #128c4a;
  transform: translateY(-3px);
}
/* Final sold-out stamp stacking fix: keep card text behind the stamp */
main > section.master-plan-section .plot-option-card--sold-out {
  position: relative;
  overflow: hidden;
}

main > section.master-plan-section .plot-option-card--sold-out .plot-option-card__icon,
main > section.master-plan-section .plot-option-card--sold-out h3,
main > section.master-plan-section .plot-option-card--sold-out p {
  position: relative;
  z-index: 1;
}

main > section.master-plan-section .plot-option-card--sold-out .plot-option-card__stamp {
  position: absolute;
  left: 50%;
  top: 72%;
  width: min(82%, 140px);
  height: auto;
  z-index: 5;
  pointer-events: none;
  user-select: none;
  transform: translate(-50%, -50%) rotate(-12deg);
}

@media (max-width: 767px) {
  main > section.master-plan-section .plot-option-card--sold-out .plot-option-card__stamp {
    top: 72%;
    width: min(82%, 132px);
  }
}


/* Hero stats strip hover refinement: keep hover effect on the content cluster, not the full box */
main > section.hero .hero__trust-strip > .hero__trust-item {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}
main > section.hero .hero__trust-strip > .hero__trust-item::before,
main > section.hero .hero__trust-strip > .hero__trust-item::after {
  display: none !important;
}
main > section.hero .hero__trust-strip > .hero__trust-item .hero__trust-item-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  width: max-content;
  max-width: calc(100% - 22px);
  min-height: 72px;
  margin: auto;
  padding: 12px 14px;
  border-radius: 16px;
  transition:
    transform 0.32s var(--ease),
    background 0.32s var(--ease),
    box-shadow 0.32s var(--ease),
    border-color 0.32s var(--ease);
  border: 1px solid transparent;
}
main > section.hero .hero__trust-strip > .hero__trust-item:hover .hero__trust-item-inner,
main > section.hero .hero__trust-strip > .hero__trust-item:focus-visible .hero__trust-item-inner {
  background:
    linear-gradient(135deg, rgb(255 255 255 / 0.1), rgb(255 255 255 / 0.02)),
    radial-gradient(circle at top left, rgb(216 183 117 / 0.2), transparent 55%),
    linear-gradient(180deg, rgb(255 255 255 / 0.03), rgb(255 255 255 / 0.01));
  border-color: rgb(216 183 117 / 0.26);
  box-shadow:
    0 14px 24px rgb(0 0 0 / 0.18),
    inset 0 1px 0 rgb(255 255 255 / 0.12);
  transform: translateY(-4px);
}
main > section.hero .hero__trust-strip > .hero__trust-item .hero__trust-item-inner > svg,
main > section.hero .hero__trust-strip > .hero__trust-item .hero__trust-item-inner > .lucide {
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 0;
  color: var(--aqva-gold-soft);
  filter: drop-shadow(0 0 8px rgb(216 183 117 / 0.16));
  transition:
    color 0.32s var(--ease),
    filter 0.32s var(--ease),
    transform 0.32s var(--ease);
}
main > section.hero .hero__trust-strip > .hero__trust-item:hover .hero__trust-item-inner > svg,
main > section.hero .hero__trust-strip > .hero__trust-item:focus-visible .hero__trust-item-inner > svg,
main > section.hero .hero__trust-strip > .hero__trust-item:hover .hero__trust-item-inner > .lucide,
main > section.hero .hero__trust-strip > .hero__trust-item:focus-visible .hero__trust-item-inner > .lucide {
  color: #f3d792;
  filter: drop-shadow(0 0 14px rgb(216 183 117 / 0.38));
  transform: translateY(-1px) scale(1.08);
}
main > section.hero .hero__trust-strip > .hero__trust-item .hero__trust-item-inner > span {
  display: grid;
  justify-items: start;
  gap: 4px;
  min-width: 0;
  text-align: left;
}
main > section.hero .hero__trust-strip > .hero__trust-item .hero__trust-item-inner strong,
main > section.hero .hero__trust-strip > .hero__trust-item .hero__trust-item-inner p {
  position: relative;
  z-index: 2;
  text-align: left;
}
main > section.hero .hero__trust-strip > .hero__trust-item:hover .hero__trust-item-inner strong,
main > section.hero .hero__trust-strip > .hero__trust-item:focus-visible .hero__trust-item-inner strong {
  text-shadow: 0 0 18px rgb(216 183 117 / 0.22);
}
@media (max-width: 767px) {
  main > section.hero .hero__trust-strip > .hero__trust-item .hero__trust-item-inner {
    max-width: calc(100% - 14px);
    min-height: 60px;
    padding: 10px 10px;
    column-gap: 8px;
    border-radius: 12px;
  }
  main > section.hero .hero__trust-strip > .hero__trust-item .hero__trust-item-inner > svg,
  main > section.hero .hero__trust-strip > .hero__trust-item .hero__trust-item-inner > .lucide {
    width: 16px;
    height: 16px;
  }
  main > section.hero .hero__trust-strip > .hero__trust-item:hover .hero__trust-item-inner,
  main > section.hero .hero__trust-strip > .hero__trust-item:focus-visible .hero__trust-item-inner {
    transform: translateY(-2px);
  }
}

/* Mobile hero viewport fit: reserve space for the fixed bottom CTA bar. */
@media (max-width: 767px) {
  main > section.hero {
    height: calc(100svh - var(--header) - 66px - env(safe-area-inset-bottom));
    min-height: 0;
    padding-bottom: 94px;
    overflow: hidden;
  }

  main > section.hero .hero__content {
    padding-top: clamp(14px, 2.8svh, 22px);
    padding-bottom: 0;
  }

  main > section.hero .actions {
    margin-top: 14px;
  }

  main > section.hero .hero__trust-strip {
    bottom: 8px;
  }

  main > section.hero .hero__trust-strip > div,
  main > section.hero .hero__trust-strip > div:nth-child(3),
  main > section.hero .hero__trust-strip > div:nth-child(4) {
    min-height: 72px;
  }
}

@media (max-width: 420px) {
  main > section.hero {
    height: calc(100svh - var(--header) - 64px - env(safe-area-inset-bottom));
    min-height: 0;
    padding-bottom: 88px;
  }

  main > section.hero .hero__trust-strip > div,
  main > section.hero .hero__trust-strip > div:nth-child(3),
  main > section.hero .hero__trust-strip > div:nth-child(4) {
    min-height: 68px;
  }
}

/* Mobile hero repair: keep both CTAs visible and let stats sit below them. */
@media (max-width: 767px) {
  main > section.hero {
    height: auto;
    min-height: calc(100svh - var(--header));
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 0 14px;
    overflow: visible;
    background:
      linear-gradient(180deg, rgb(255 255 255 / 0.82) 0%, rgb(255 255 255 / 0.5) 48%, rgb(255 255 255 / 0.22) 100%),
      url("assets/images/optimized/hero/aqva-the-reserve-hero1.jpg");
    background-position: 60% top;
    background-size: cover;
  }

  main > section.hero .hero__content {
    width: 100%;
    padding: clamp(18px, 3.2svh, 26px) 18px 0;
  }

  main > section.hero h1 {
    max-width: calc(100vw - 36px);
    font-size: clamp(2.18rem, 10.1vw, 3rem);
    line-height: 0.92;
  }

  main > section.hero .hero__location {
    margin-top: 12px;
    font-size: clamp(1.06rem, 5.2vw, 1.48rem);
    line-height: 0.98;
  }

  main > section.hero .hero__sector {
    margin-top: 14px;
    padding: 0;
    font-size: clamp(0.76rem, 3.1vw, 0.9rem);
    line-height: 1.25;
  }

  main > section.hero .hero__description {
    max-width: 330px;
    margin-top: 9px;
    font-size: clamp(0.84rem, 3.25vw, 0.96rem);
    line-height: 1.35;
  }

  main > section.hero .actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
    margin-top: 14px;
  }

  main > section.hero .button {
    width: 100%;
    min-height: 44px;
    padding: 12px 16px;
    font-size: 0.72rem;
  }

  main > section.hero .button .lucide,
  main > section.hero .button svg {
    width: 16px;
    height: 16px;
  }

  main > section.hero .hero__trust-strip {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: calc(100% - 14px);
    margin: 14px auto 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  main > section.hero .hero__trust-strip > div,
  main > section.hero .hero__trust-strip > div:nth-child(3),
  main > section.hero .hero__trust-strip > div:nth-child(4) {
    min-height: 66px;
    padding: 8px 3px 7px;
    align-content: center;
  }

  main > section.hero .hero__trust-strip > .hero__trust-item .hero__trust-item-inner {
    min-height: 52px;
    max-width: calc(100% - 8px);
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 3px;
    padding: 6px 4px;
  }

  main > section.hero .hero__trust-strip > .hero__trust-item .hero__trust-item-inner > svg,
  main > section.hero .hero__trust-strip > .hero__trust-item .hero__trust-item-inner > .lucide {
    width: 14px;
    height: 14px;
  }

  main > section.hero .hero__trust-strip > .hero__trust-item .hero__trust-item-inner > span,
  main > section.hero .hero__trust-strip > .hero__trust-item .hero__trust-item-inner strong,
  main > section.hero .hero__trust-strip > .hero__trust-item .hero__trust-item-inner p {
    justify-items: center;
    text-align: center;
  }

  main > section.hero .hero__trust-strip strong {
    font-size: clamp(0.7rem, 2.9vw, 0.84rem);
    line-height: 1;
  }

  main > section.hero .hero__trust-strip p {
    font-size: clamp(0.4rem, 1.62vw, 0.48rem);
    line-height: 1.08;
  }
}

@media (max-width: 420px) {
  main > section.hero {
    min-height: calc(100svh - var(--header));
    padding-bottom: 12px;
  }

  main > section.hero .hero__content {
    padding-top: 16px;
  }

  main > section.hero h1 {
    font-size: clamp(2rem, 9.6vw, 2.52rem);
  }

  main > section.hero .actions {
    margin-top: 12px;
  }

  main > section.hero .button {
    min-height: 42px;
  }

  main > section.hero .hero__trust-strip {
    width: calc(100% - 12px);
    margin-top: 12px;
  }

  main > section.hero .hero__trust-strip > div,
  main > section.hero .hero__trust-strip > div:nth-child(3),
  main > section.hero .hero__trust-strip > div:nth-child(4) {
    min-height: 62px;
  }
}

/* Mobile hero stats placement: pin stats to the hero bottom above bottom navigation. */
@media (max-width: 767px) {
  main > section.hero {
    position: relative;
    min-height: calc(100svh - var(--header) - 68px - env(safe-area-inset-bottom));
    padding-bottom: 88px;
    overflow: hidden;
  }

  main > section.hero .hero__content {
    padding-bottom: 0;
  }

  main > section.hero .hero__trust-strip {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 12px;
    width: auto;
    margin: 0;
  }
}

@media (max-width: 420px) {
  main > section.hero {
    min-height: calc(100svh - var(--header) - 66px - env(safe-area-inset-bottom));
    padding-bottom: 82px;
  }

  main > section.hero .hero__trust-strip {
    left: 6px;
    right: 6px;
    bottom: 10px;
  }
}

/* Mobile footer alignment: center quick links, contact details, and CTAs. */
@media (max-width: 767px) {
  .footer__main {
    text-align: center;
  }

  .footer__main > div,
  .footer nav,
  .footer-contact,
  .footer-whatsapp {
    justify-items: center;
  }

  .footer nav {
    justify-content: center;
  }

  .footer-contact a {
    width: auto;
    text-align: center;
  }

  .footer-contact a:hover,
  .footer-contact a:focus-visible {
    transform: translateY(-2px);
  }

  .footer-instagram-button,
  .footer-whatsapp > a,
  .footer-whatsapp p {
    margin-inline: auto;
  }

  body.is-locked .whatsapp-float {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}


/* Overview: match visual height to the full copy column and justify body text */
@media (min-width: 901px) {
  main > section#overview {
    align-items: stretch;
  }

  main > section#overview .section-copy {
    align-self: stretch;
    justify-content: center;
  }

  main > section#overview .framed-image {
    align-self: stretch;
    height: auto;
    min-height: 100%;
  }
}

main > section#overview .section-copy > p:not(.eyebrow),
main > section#overview .overview__more p {
  width: 100%;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}

@media (max-width: 767px) {
  main > section#overview .section-copy > p:not(.eyebrow),
  main > section#overview .overview__more p {
    text-align: left;
    hyphens: none;
  }
}

/* Mobile drawer: polished compact navigation with visible CTA. */
@media (max-width: 767px) {
  .mobile-drawer {
    width: min(390px, 92vw);
    height: 100svh;
    max-height: 100svh;
    padding: clamp(18px, 4.6svh, 28px) 28px 18px;
    overflow: hidden;
    background:
      linear-gradient(180deg, rgb(255 255 255 / 0.96), rgb(250 247 239 / 0.98)),
      var(--paper);
  }

  .mobile-drawer .aqva-brand.aqva-brand--image {
    width: min(166px, 48vw);
    flex: 0 0 auto;
    transition:
      transform 0.22s var(--ease),
      filter 0.22s ease;
  }

  .mobile-drawer .aqva-brand.aqva-brand--image:hover,
  .mobile-drawer .aqva-brand.aqva-brand--image:focus-visible {
    filter: drop-shadow(0 8px 16px rgb(7 26 48 / 0.12));
    transform: translateY(-1px);
  }

  .drawer-close {
    top: 20px;
    right: 22px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: var(--aqva-ink);
    transition:
      background-color 0.2s ease,
      color 0.2s ease,
      transform 0.2s var(--ease);
  }

  .drawer-close:hover,
  .drawer-close:focus-visible {
    background: rgb(7 26 48 / 0.08);
    color: var(--aqva-navy);
    transform: rotate(90deg);
  }

  .mobile-drawer nav {
    display: grid;
    gap: clamp(5px, 1svh, 8px);
    margin: clamp(18px, 4svh, 28px) 0 clamp(14px, 3svh, 20px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 2px 3px 2px 0;
  }

  .mobile-drawer nav a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: clamp(8px, 1.65svh, 10px) 12px;
    border: 1px solid transparent;
    border-bottom-color: rgb(7 26 48 / 0.1);
    border-radius: 8px;
    color: rgb(7 26 48 / 0.88);
    font-size: clamp(0.98rem, 3.9vw, 1.06rem);
    line-height: 1.15;
    transition:
      background-color 0.2s ease,
      border-color 0.2s ease,
      color 0.2s ease,
      transform 0.2s var(--ease),
      box-shadow 0.2s ease;
  }

  .mobile-drawer nav a::after {
    content: "";
    width: 6px;
    height: 6px;
    margin-left: auto;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    opacity: 0;
    transform: translateX(-6px) rotate(45deg);
    transition:
      opacity 0.2s ease,
      transform 0.2s var(--ease);
  }

  .mobile-drawer nav a:hover,
  .mobile-drawer nav a:focus-visible,
  .mobile-drawer nav a.active {
    border-color: rgb(184 138 69 / 0.26);
    background: rgb(255 255 255 / 0.72);
    color: var(--aqva-navy);
    box-shadow: 0 8px 18px rgb(7 26 48 / 0.07);
    transform: translateX(4px);
  }

  .mobile-drawer nav a:hover::after,
  .mobile-drawer nav a:focus-visible::after,
  .mobile-drawer nav a.active::after {
    opacity: 0.72;
    transform: translateX(0) rotate(45deg);
  }

  .mobile-drawer .button--gold {
    width: 100%;
    min-height: 46px;
    flex: 0 0 auto;
    margin-top: 0;
    border-radius: 4px;
    box-shadow:
      0 12px 24px rgb(7 26 48 / 0.18),
      inset 0 1px 0 rgb(255 255 255 / 0.12);
    transition:
      background 0.22s ease,
      box-shadow 0.22s ease,
      transform 0.22s var(--ease);
  }

  .mobile-drawer .button--gold:hover,
  .mobile-drawer .button--gold:focus-visible {
    box-shadow:
      0 16px 30px rgb(7 26 48 / 0.24),
      inset 0 1px 0 rgb(255 255 255 / 0.16);
    transform: translateY(-2px);
  }

  .drawer-contact {
    flex: 0 0 auto;
    margin: 10px 0 0;
    text-align: center;
  }
}

@media (max-width: 767px) and (max-height: 620px) {
  .mobile-drawer {
    padding-top: 16px;
    padding-bottom: 14px;
  }

  .mobile-drawer .aqva-brand.aqva-brand--image {
    width: min(152px, 46vw);
  }

  .mobile-drawer nav {
    gap: 4px;
    margin: 14px 0 12px;
  }

  .mobile-drawer nav a {
    min-height: 34px;
    padding: 6px 10px;
    font-size: 0.96rem;
  }

  .drawer-contact {
    display: none;
  }
}

/* Mobile hero final polish: screen-fit hero with 2x2 3D stat cards. */
@media (max-width: 767px) {
  main > section.hero {
    height: calc(100svh - var(--header) - 66px - env(safe-area-inset-bottom));
    min-height: 0;
    display: block;
    padding: 0 0 clamp(166px, 25svh, 188px);
    overflow: hidden;
    background:
      linear-gradient(180deg, rgb(255 255 255 / 0.84) 0%, rgb(255 255 255 / 0.54) 45%, rgb(255 255 255 / 0.16) 100%),
      url("assets/images/optimized/hero/aqva-the-reserve-hero1.jpg");
    background-position: 58% top;
    background-size: cover;
  }

  main > section.hero .hero__content {
    width: 100%;
    padding: clamp(14px, 2.8svh, 24px) 18px 0;
  }

  main > section.hero h1 {
    max-width: calc(100vw - 36px);
    font-size: clamp(2.02rem, 9.4vw, 2.86rem);
    line-height: 0.9;
  }

  main > section.hero .hero__location {
    margin-top: clamp(8px, 1.6svh, 12px);
    font-size: clamp(1rem, 4.8vw, 1.36rem);
    line-height: 0.98;
  }

  main > section.hero .hero__sector {
    margin-top: clamp(10px, 1.9svh, 14px);
    font-size: clamp(0.72rem, 2.95vw, 0.88rem);
    line-height: 1.18;
  }

  main > section.hero .hero__description {
    max-width: 330px;
    margin-top: clamp(6px, 1.35svh, 10px);
    font-size: clamp(0.8rem, 3.05vw, 0.94rem);
    line-height: 1.28;
  }

  main > section.hero .actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
    margin-top: clamp(10px, 1.9svh, 14px);
  }

  main > section.hero .button {
    width: 100%;
    min-height: clamp(40px, 6.4svh, 44px);
    padding: 10px 15px;
    font-size: 0.7rem;
  }

  main > section.hero .button .lucide,
  main > section.hero .button svg {
    width: 16px;
    height: 16px;
  }

  main > section.hero .hero__trust-strip {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: clamp(10px, 2svh, 14px);
    width: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    perspective: 900px;
  }

  main > section.hero .hero__trust-strip > .hero__trust-item {
    min-height: clamp(68px, 10.8svh, 82px);
    display: grid;
    align-content: stretch;
    padding: 0;
    border: 1px solid rgb(216 183 117 / 0.26);
    border-radius: 12px;
    background:
      radial-gradient(circle at 18% 12%, rgb(216 183 117 / 0.18), transparent 34%),
      linear-gradient(145deg, #0b385d 0%, #062742 48%, #031b30 100%);
    box-shadow:
      0 14px 24px rgb(3 24 43 / 0.26),
      0 1px 0 rgb(255 255 255 / 0.1) inset,
      0 -18px 32px rgb(0 0 0 / 0.16) inset;
    transform: rotateX(7deg) translateZ(0);
    transform-origin: center bottom;
  }

  main > section.hero .hero__trust-strip > .hero__trust-item:nth-child(4),
  main > section.hero .hero__trust-strip > .hero__trust-item:last-child {
    border-right: 1px solid rgb(216 183 117 / 0.26);
    border-bottom: 1px solid rgb(216 183 117 / 0.26);
  }

  main > section.hero .hero__trust-strip > .hero__trust-item:nth-child(n + 5) {
    display: none;
  }

  main > section.hero .hero__trust-strip > .hero__trust-item::before {
    opacity: 1;
    background: linear-gradient(135deg, rgb(255 255 255 / 0.22), transparent 34%);
    transform: none;
  }

  main > section.hero .hero__trust-strip > .hero__trust-item::after {
    opacity: 0.46;
    background: linear-gradient(120deg, transparent 0%, rgb(255 255 255 / 0.2) 42%, transparent 68%);
    transform: translateX(-42%);
  }

  main > section.hero .hero__trust-strip > .hero__trust-item .hero__trust-item-inner {
    min-height: 100%;
    max-width: none;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    justify-items: start;
    gap: 8px;
    padding: 10px 9px;
  }

  main > section.hero .hero__trust-strip > .hero__trust-item .hero__trust-item-inner > svg,
  main > section.hero .hero__trust-strip > .hero__trust-item .hero__trust-item-inner > .lucide {
    width: clamp(15px, 4.1vw, 18px);
    height: clamp(15px, 4.1vw, 18px);
    color: #e4c479;
    filter: drop-shadow(0 2px 5px rgb(0 0 0 / 0.24));
  }

  main > section.hero .hero__trust-strip > .hero__trust-item .hero__trust-item-inner > span {
    justify-items: start;
    text-align: left;
  }

  main > section.hero .hero__trust-strip strong {
    font-size: clamp(0.86rem, 4.2vw, 1.06rem);
    line-height: 0.95;
    letter-spacing: -0.01em;
    text-align: left;
    text-shadow: 0 2px 10px rgb(0 0 0 / 0.24);
  }

  main > section.hero .hero__trust-strip p {
    margin-top: 3px;
    color: rgb(255 255 255 / 0.82);
    font-size: clamp(0.44rem, 1.85vw, 0.56rem);
    line-height: 1.08;
    text-align: left;
  }
}

@media (max-width: 390px) {
  main > section.hero {
    padding-bottom: clamp(156px, 24svh, 176px);
  }

  main > section.hero .hero__trust-strip {
    left: 10px;
    right: 10px;
    gap: 8px;
  }

  main > section.hero .hero__trust-strip > .hero__trust-item .hero__trust-item-inner {
    gap: 6px;
    padding: 9px 7px;
  }

  main > section.hero .hero__trust-strip strong {
    font-size: clamp(0.78rem, 4vw, 0.94rem);
  }

  main > section.hero .hero__trust-strip p {
    font-size: clamp(0.4rem, 1.78vw, 0.5rem);
  }
}

@media (max-width: 767px) and (max-height: 650px) {
  main > section.hero {
    padding-bottom: 150px;
  }

  main > section.hero .hero__content {
    padding-top: 10px;
  }

  main > section.hero h1 {
    font-size: clamp(1.82rem, 8.4vw, 2.32rem);
  }

  main > section.hero .hero__location {
    margin-top: 7px;
    font-size: clamp(0.92rem, 4.25vw, 1.14rem);
  }

  main > section.hero .hero__sector {
    margin-top: 8px;
  }

  main > section.hero .hero__description {
    margin-top: 5px;
  }

  main > section.hero .actions {
    gap: 7px;
    margin-top: 9px;
  }

  main > section.hero .button {
    min-height: 38px;
  }

  main > section.hero .hero__trust-strip {
    gap: 8px;
    bottom: 8px;
  }

  main > section.hero .hero__trust-strip > .hero__trust-item {
    min-height: 64px;
  }
}

/* Mobile hero definitive fit: one-screen hero with 2x2 stat cards. */
@media (max-width: 767px) {
  main > section.hero {
    height: calc(100vh - var(--header));
    height: calc(100svh - var(--header));
    min-height: 0;
    display: block;
    padding: 0 clamp(12px, 3.4vw, 16px) clamp(158px, 23svh, 178px);
    overflow: hidden;
    background:
      linear-gradient(180deg, rgb(255 255 255 / 0.82) 0%, rgb(255 255 255 / 0.5) 38%, rgb(255 255 255 / 0.1) 100%),
      url("assets/images/optimized/hero/aqva-the-reserve-hero1.jpg");
    background-position: 58% top;
    background-size: cover;
  }

  main > section.hero .hero__content {
    width: 100%;
    padding: clamp(12px, 2.6svh, 20px) 4px 0;
  }

  main > section.hero .hero__rera-card {
    display: none;
  }

  main > section.hero h1 {
    max-width: min(330px, 100%);
    font-size: clamp(1.92rem, 8.7vw, 2.72rem);
    line-height: 0.92;
    letter-spacing: 0;
  }

  main > section.hero .hero__location {
    margin-top: clamp(7px, 1.45svh, 11px);
    font-size: clamp(0.96rem, 4.5vw, 1.3rem);
    line-height: 1;
    letter-spacing: 0;
  }

  main > section.hero .hero__sector {
    margin-top: clamp(8px, 1.55svh, 12px);
    font-size: clamp(0.68rem, 2.75vw, 0.82rem);
    line-height: 1.18;
    letter-spacing: 0;
  }

  main > section.hero .hero__description {
    max-width: 300px;
    margin-top: clamp(5px, 1.1svh, 8px);
    font-size: clamp(0.76rem, 2.95vw, 0.9rem);
    line-height: 1.25;
  }

  main > section.hero .actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    width: 100%;
    margin-top: clamp(9px, 1.65svh, 13px);
  }

  main > section.hero .button {
    width: 100%;
    min-height: clamp(38px, 6svh, 44px);
    padding: 10px 14px;
    font-size: clamp(0.64rem, 2.35vw, 0.72rem);
    letter-spacing: 0;
  }

  main > section.hero .button .lucide,
  main > section.hero .button svg {
    width: 15px;
    height: 15px;
  }

  main > section.hero .hero__trust-strip {
    position: absolute;
    left: clamp(10px, 3vw, 16px);
    right: clamp(10px, 3vw, 16px);
    bottom: clamp(8px, 1.7svh, 12px);
    z-index: 5;
    width: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgb(216 183 117 / 0.22);
    border-radius: 8px;
    background:
      linear-gradient(180deg, rgb(255 255 255 / 0.035), transparent),
      linear-gradient(135deg, #082f50 0%, #052944 46%, #031c33 100%);
    box-shadow:
      0 18px 42px rgb(3 24 43 / 0.24),
      inset 0 0 0 1px rgb(255 255 255 / 0.06);
    backdrop-filter: blur(8px);
  }

  main > section.hero .hero__trust-strip > .hero__trust-item,
  main > section.hero .hero__trust-strip > .hero__trust-item:nth-child(3),
  main > section.hero .hero__trust-strip > .hero__trust-item:nth-child(4) {
    min-height: clamp(68px, 10.4svh, 78px);
    display: grid;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-right: 1px solid rgb(216 183 117 / 0.18);
    border-bottom: 1px solid rgb(216 183 117 / 0.18);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    transform: none;
  }

  main > section.hero .hero__trust-strip > .hero__trust-item:nth-child(2n) {
    border-right: 0;
  }

  main > section.hero .hero__trust-strip > .hero__trust-item:nth-child(3),
  main > section.hero .hero__trust-strip > .hero__trust-item:nth-child(4) {
    border-bottom: 0;
  }

  main > section.hero .hero__trust-strip > .hero__trust-item:nth-child(n + 5) {
    display: none;
  }

  main > section.hero .hero__trust-strip > .hero__trust-item::before {
    opacity: 1;
    background: linear-gradient(135deg, rgb(255 255 255 / 0.08), transparent 42%);
  }

  main > section.hero .hero__trust-strip > .hero__trust-item::after {
    display: none;
  }

  main > section.hero .hero__trust-strip > .hero__trust-item .hero__trust-item-inner {
    min-height: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    justify-items: start;
    gap: clamp(7px, 2vw, 10px);
    padding: 9px 10px;
  }

  main > section.hero .hero__trust-strip > .hero__trust-item .hero__trust-item-inner > svg,
  main > section.hero .hero__trust-strip > .hero__trust-item .hero__trust-item-inner > .lucide {
    width: clamp(15px, 4vw, 18px);
    height: clamp(15px, 4vw, 18px);
    color: var(--aqva-gold-soft);
    stroke-width: 1.8;
    filter: drop-shadow(0 0 10px rgb(216 183 117 / 0.2));
  }

  main > section.hero .hero__trust-strip > .hero__trust-item .hero__trust-item-inner > span {
    min-width: 0;
    display: grid;
    justify-items: start;
    text-align: left;
  }

  main > section.hero .hero__trust-strip strong {
    overflow-wrap: anywhere;
    color: #fff;
    font-size: clamp(0.9rem, 4.3vw, 1.08rem);
    line-height: 0.95;
    letter-spacing: 0;
    text-align: left;
    text-shadow: 0 2px 8px rgb(0 0 0 / 0.24);
  }

  main > section.hero .hero__trust-strip p {
    margin-top: 3px;
    color: rgb(255 255 255 / 0.76);
    font-size: clamp(0.43rem, 1.85vw, 0.56rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0;
    text-align: left;
  }
}

@media (max-width: 390px) {
  main > section.hero {
    padding-bottom: clamp(146px, 22svh, 164px);
  }

  main > section.hero .hero__trust-strip {
    left: 8px;
    right: 8px;
    gap: 7px;
  }

  main > section.hero .hero__trust-strip > .hero__trust-item,
  main > section.hero .hero__trust-strip > .hero__trust-item:nth-child(3),
  main > section.hero .hero__trust-strip > .hero__trust-item:nth-child(4) {
    min-height: clamp(62px, 10.1svh, 72px);
  }

  main > section.hero .hero__trust-strip > .hero__trust-item .hero__trust-item-inner {
    gap: 6px;
    padding: 8px 7px;
  }

  main > section.hero .hero__trust-strip strong {
    font-size: clamp(0.78rem, 4vw, 0.95rem);
  }

  main > section.hero .hero__trust-strip p {
    font-size: clamp(0.38rem, 1.72vw, 0.48rem);
  }
}

@media (max-width: 767px) and (max-height: 650px) {
  main > section.hero {
    padding-bottom: 140px;
  }

  main > section.hero .hero__content {
    padding-top: 9px;
  }

  main > section.hero h1 {
    font-size: clamp(1.68rem, 7.8vw, 2.18rem);
  }

  main > section.hero .hero__location {
    margin-top: 6px;
    font-size: clamp(0.86rem, 4vw, 1.08rem);
  }

  main > section.hero .hero__sector {
    margin-top: 7px;
  }

  main > section.hero .hero__description,
  main > section.hero .actions {
    margin-top: 7px;
  }

  main > section.hero .button {
    min-height: 36px;
  }

  main > section.hero .hero__trust-strip > .hero__trust-item,
  main > section.hero .hero__trust-strip > .hero__trust-item:nth-child(3),
  main > section.hero .hero__trust-strip > .hero__trust-item:nth-child(4) {
    min-height: 62px;
  }
}
