@charset "UTF-8";
@font-face {
  font-family: "bold";
  src: url("../fonts/Didot Bold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "medium";
  src: url("../fonts/futura medium bt.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "light";
  src: url("../fonts/futura light bt.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --white: #fff;
  --primary: #283e6f;
  --light: #d5e3f4;
  --dark: #2b2a29;
  --primary-dark: #1f3258;
  --primary-hover: #324d82;
  --text-muted: rgba(43, 42, 41, 0.72);
  --line: rgba(255, 255, 255, 0.14);
  --line-dark: rgba(43, 42, 41, 0.14);
  --accent-soft: rgba(40, 62, 111, 0.14);
  --overlay-primary: rgba(40, 62, 111, 0.92);
  --overlay-primary-mid: rgba(40, 62, 111, 0.55);
  --overlay-dark: rgba(43, 42, 41, 0.88);
  --overlay-dark-mid: rgba(43, 42, 41, 0.55);
  --primary-a95: rgba(40, 62, 111, 0.95);
  --primary-a90: rgba(40, 62, 111, 0.9);
  --primary-a75: rgba(40, 62, 111, 0.75);
  --primary-a45: rgba(40, 62, 111, 0.45);
  --primary-a40: rgba(40, 62, 111, 0.4);
  --primary-a35: rgba(40, 62, 111, 0.35);
  --primary-a28: rgba(40, 62, 111, 0.28);
  --primary-a25: rgba(40, 62, 111, 0.25);
  --primary-a20: rgba(40, 62, 111, 0.2);
  --primary-a14: rgba(40, 62, 111, 0.14);
  --primary-a12: rgba(40, 62, 111, 0.12);
  --white-a95: rgba(255, 255, 255, 0.95);
  --white-a88: rgba(255, 255, 255, 0.88);
  --white-a85: rgba(255, 255, 255, 0.85);
  --white-a78: rgba(255, 255, 255, 0.78);
  --white-a72: rgba(255, 255, 255, 0.72);
  --white-a60: rgba(255, 255, 255, 0.6);
  --white-a55: rgba(255, 255, 255, 0.55);
  --white-a45: rgba(255, 255, 255, 0.45);
  --white-a40: rgba(255, 255, 255, 0.4);
  --white-a25: rgba(255, 255, 255, 0.25);
  --white-a20: rgba(255, 255, 255, 0.2);
  --white-a12: rgba(255, 255, 255, 0.12);
  --white-a10: rgba(255, 255, 255, 0.1);
  --white-a06: rgba(255, 255, 255, 0.06);
  --white-a02: rgba(255, 255, 255, 0.02);
  --header-h: 4.75rem;
  --logo-h: clamp(2.25rem, 6vw, 3rem);
  --section-space: clamp(2.5rem, 5vw, 3.25rem);
  --section-head-gap: clamp(1.5rem, 3vw, 2rem);
  --shadow-soft: 0 4px 24px rgba(40, 62, 111, 0.1);
  --shadow-lift: 0 12px 40px rgba(40, 62, 111, 0.16);
}

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

html {
  scroll-behavior: smooth;
}

@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;
  }
}
main {
  padding-top: var(--header-h);
}

html.menu-open,
body.menu-open {
  overflow: hidden;
  touch-action: none;
}

body.menu-open {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
}

body {
  min-height: 100%;
  font-family: "light", "Futura PT", "Century Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--dark);
  background: var(--light);
  -webkit-font-smoothing: antialiased;
}

p,
.section__lead,
address,
li {
  font-family: "light", "Futura PT", "Century Gothic", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "bold", Didot, "Times New Roman", serif;
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
@media (max-width: 991px) {
  .container {
    padding-inline: clamp(1rem, 4vw, 2rem);
  }
}

.section {
  padding-top: 0;
  padding-bottom: 0;
  scroll-margin-top: var(--header-h);
}

main .section {
  padding-top: var(--section-space);
}

main > .section:last-of-type {
  padding-bottom: var(--section-space);
}

.section--alt {
  background: var(--light);
}

.section__title {
  font-family: "bold", Didot, "Times New Roman", serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: var(--section-head-gap);
}

.section__lead {
  font-family: "light", "Futura PT", "Century Gothic", sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--text-muted);
  max-width: 42rem;
  margin-bottom: clamp(1rem, 2.5vw, 1.5rem);
}

.section__lead--center {
  margin-inline: auto;
  text-align: center;
}

.section__head {
  margin-top: 0;
  margin-bottom: var(--section-head-gap);
}

#gallery .section__head,
#interiors .section__head,
#allplans > .container > .section__title,
#unit-plans > .container > .section__title,
#clubhouse .clubhouse__head,
#amenities .section__head,
#specifications > .container > .section__title,
#location > .container > .section__title {
  text-align: center;
}

@media (max-width: 63.9375rem) {
  main .section__title,
  main .section__head {
    text-align: center;
  }
  .banner__title {
    text-align: center;
    margin-inline: auto;
  }
  .featured-projects__header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .featured-projects__intro {
    align-items: center;
  }
  .featured-projects__title {
    text-align: center;
  }
  .clubhouse__copy {
    text-align: center;
  }
  .clubhouse__copy .section__title,
  .clubhouse__copy .section__lead {
    text-align: center;
  }
  .location__content {
    align-items: center;
    text-align: center;
  }
  .location__headline {
    max-width: none;
    text-align: center;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.35rem;
  font-family: "medium", "Futura PT", "Century Gothic", sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  border-radius: 0.75rem;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.btn:hover {
  text-decoration: none;
}

.btn--primary {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

.btn--primary:hover {
  background: var(--primary-hover);
  border-color: var(--primary-hover);
  transform: translateY(-1px);
}

.btn--ghost {
  background: transparent;
  color: var(--white);
  border-color: var(--white-a45);
}

.btn--ghost:hover {
  background: var(--white-a10);
  border-color: var(--white);
}

[data-reveal=fade-up] {
  opacity: 0;
  transform: translateY(178px);
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

[data-reveal=fade-up].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal=fade-up] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-h);
  background: var(--white);
  border-bottom: 1px solid var(--line-dark);
  box-shadow: var(--shadow-soft);
  transform: translateY(0);
  transition: transform 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .site-header {
    transition: none;
  }
}
.site-header.is-hidden {
  transform: translateY(-100%);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
  gap: 1rem;
}

.site-header__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  line-height: 0;
}
.site-header__logo img {
  width: auto;
  height: var(--logo-h);
  max-width: min(11rem, 46vw);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

.site-header__logo:hover {
  text-decoration: none;
  opacity: 0.88;
}

.site-header__toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 102;
}
@media (min-width: 64rem) {
  .site-header__toggle {
    display: none;
  }
}

.site-header__toggle-bar {
  display: block;
  height: 2px;
  width: 1.35rem;
  margin-inline: auto;
  background: var(--primary);
  border-radius: 1px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-header.nav-open .site-header__toggle-bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.site-header.nav-open .site-header__toggle-bar:nth-child(2) {
  opacity: 0;
}

.site-header.nav-open .site-header__toggle-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.site-header.nav-open .site-header__toggle-bar {
  background: var(--white);
}

@media (max-width: 63.99875rem) {
  .site-header__nav {
    position: fixed;
    inset: 0;
    z-index: 101;
    min-height: 100dvh;
    min-height: 100svh;
    height: 100%;
    background: var(--primary);
    flex-direction: column;
    padding: calc(var(--header-h) + 1.25rem) clamp(1rem, 4vw, 2rem) 2rem;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.2s ease, visibility 0.2s ease;
    display: flex;
    align-items: stretch;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}
@media (min-width: 64rem) {
  .site-header__nav {
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }
}

@media (max-width: 63.99875rem) {
  .site-header__nav.is-open {
    transform: translateX(0);
    visibility: visible;
  }
}

.site-header__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media (min-width: 64rem) {
  .site-header__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.25rem 1.25rem;
    align-items: center;
    justify-content: flex-end;
  }
}

.site-header__list a {
  display: block;
  padding: 0.85rem 0;
  color: var(--dark);
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none;
  transition: all transition 0.5s;
  position: relative;
}
.site-header__list a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--primary);
  left: 0;
  bottom: 5%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform ease 0.5s;
}
.site-header__list a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

@media (max-width: 63.99875rem) {
  .site-header__list {
    flex: 0 1 auto;
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem 1rem;
    padding-top: 0.5rem;
  }
  .site-header__list a {
    color: var(--white-a88);
    font-size: 1rem;
    padding: 0.9rem 0.5rem;
    border-bottom: 1px solid var(--line);
    text-align: center;
  }
  .site-header__list li:nth-child(odd) a {
    border-right: 1px solid var(--line);
  }
  .site-header__list a:hover {
    color: var(--light);
  }
}
@media (min-width: 64rem) {
  .site-header__list a {
    padding: 0.35rem 0;
    font-size: 0.88rem;
  }
  .site-header__list a:hover {
    color: var(--primary);
  }
}
.site-header__cta {
  margin-top: 1rem;
  text-align: center;
  flex-shrink: 0;
}
@media (min-width: 64rem) {
  .site-header__cta {
    margin-top: 0;
  }
}

@media (max-width: 63.99875rem) {
  .site-header__nav {
    justify-content: space-evenly;
    padding-top: 20px;
  }
  .site-header__cta {
    width: 100%;
    margin-top: 1rem;
    padding-top: 1.25rem;
    display: inline-flex;
    justify-content: center;
  }
  .site-header__cta.btn--primary {
    background: var(--light);
    color: var(--primary);
    border-color: var(--light);
    min-height: 3rem;
    padding-inline: 2rem;
    font-size: 1rem;
  }
  .site-header__cta.btn--primary:hover {
    background: var(--white);
    border-color: var(--white);
    color: var(--primary);
  }
}
.banner {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: flex-end;
  padding-block: clamp(5rem, 12vh, 8rem) clamp(3rem, 8vh, 5rem);
  color: var(--white);
  scroll-margin-top: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .banner {
    min-height: 85vh;
  }
}

.banner__slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  touch-action: pan-y pinch-zoom;
  cursor: grab;
}
.banner__slider.swiper-grab {
  cursor: grabbing;
}

.banner__slider.swiper {
  width: 100%;
  height: 100%;
}

.banner__slider .swiper-slide {
  height: 100%;
}

.banner__slide-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: var(--primary-dark);
}
@media (max-width: 1300px) {
  .banner__slide-bg {
    background-size: cover;
  }
}
.banner__slide-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(15, 35, 55, 0.5) 28%, rgba(15, 35, 55, 0.15) 55%, transparent 72%);
}

.banner-swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(1.25rem, 4vw, 2rem);
  z-index: 3;
  text-align: center;
  pointer-events: auto;
}

.banner-swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background: var(--white-a40);
  opacity: 1;
  transition: all ease 0.5s;
}

.banner-swiper-pagination .swiper-pagination-bullet-active {
  width: 1.75rem;
  border-radius: 999px;
  background: var(--light);
}

.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, rgba(15, 35, 55, 0.35) 0%, transparent 45%);
}

.banner__content {
  position: relative;
  z-index: 2;
  padding-bottom: 0.5rem;
  pointer-events: none;
}
.banner__content a,
.banner__content .btn {
  pointer-events: auto;
}

.banner__panels {
  position: relative;
}

.banner__panel {
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.75rem);
  transition: opacity 0.55s ease, transform 0.55s ease, visibility 0.55s ease;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .banner__panel {
    transform: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
}
.banner__panel.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.banner__panel:not(.is-active) {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
}

.banner__eyebrow {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--light);
  margin-bottom: 0.75rem;
}

.banner__title {
  width: 85%;
  max-width: 473px;
  font-family: "bold", Didot, "Times New Roman", serif;
  font-size: clamp(2.25rem, 6vw, 3.75rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}

.banner__title em {
  font-style: italic;
  color: var(--white-a95);
}

.banner__lead {
  max-width: 36rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--white-a78);
  margin-bottom: 1.75rem;
}

.banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.about__grid {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 48rem) {
  .about__grid {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    gap: 3rem;
  }
}

.about__copy p + p {
  margin-top: 1rem;
  color: var(--text-muted);
}

.about__visual {
  margin: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  box-shadow: var(--shadow-soft);
  background: var(--white);
  min-height: clamp(16rem, 38vw, 22rem);
}
@media (min-width: 48rem) {
  .about__visual {
    min-height: clamp(18rem, 32vw, 26rem);
  }
}

.about__visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  transition: transform 0.45s ease;
}

.about__visual:hover img {
  transform: scale(1.02);
}

.project-overview {
  position: relative;
  height: auto;
  min-height: clamp(780px, 92vh, 940px);
  padding-top: var(--section-space);
  padding-bottom: 0;
  overflow: hidden;
  background-color: var(--primary-dark);
  background-image: url("../images/down_to_top.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-top: 50px;
}
@media (max-width: 47.9375rem) {
  .project-overview {
    height: auto;
    min-height: 600px;
    background-attachment: scroll;
  }
}
.project-overview::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 35, 55, 0.55) 0%, rgba(15, 35, 55, 0.45) 45%, rgba(15, 35, 55, 0.6) 100%);
  pointer-events: none;
}
.project-overview > .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}
@media (max-width: 991px) {
  .project-overview > .container {
    margin-bottom: 50px;
  }
}

.project-overview__tabs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem;
  margin-bottom: 1rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid var(--white-a25);
  flex-shrink: 0;
}
@media (max-width: 47.9375rem) {
  .project-overview__tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    margin-inline: calc(-1 * clamp(1rem, 4vw, 2rem));
    padding-inline: clamp(1rem, 4vw, 2rem);
    scroll-padding-inline: clamp(1rem, 4vw, 2rem);
  }
  .project-overview__tabs::-webkit-scrollbar {
    display: none;
  }
}

.project-overview__tab-indicator {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: var(--white);
  border-radius: 3px 3px 0 0;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.project-overview__tab {
  font-family: "light", "Futura PT", "Century Gothic", sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding: 0.65rem 1.15rem;
  border-radius: 0.75rem 0.75rem 0 0;
  border: none;
  background: transparent;
  color: var(--white-a72);
  cursor: pointer;
  transition: color 0.3s ease, transform 0.25s ease;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (max-width: 47.9375rem) {
  .project-overview__tab {
    scroll-snap-align: center;
    font-size: 0.85rem;
    padding: 0.55rem 0.9rem;
  }
}

.project-overview__tab:hover {
  color: var(--white);
}

.project-overview__tab.is-active {
  color: var(--white);
}

.project-overview__tab:active {
  transform: scale(0.97);
}

.project-overview__panels {
  display: grid;
  flex: 1;
  min-height: 0;
  align-content: center;
  overflow: hidden;
}

.project-overview__panel {
  grid-area: 1/1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.project-overview__panel.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
  overflow: hidden;
}

.project-overview__panel.is-leaving {
  opacity: 0;
}

.project-overview__box {
  background: var(--white);
  border-radius: 1.25rem;
  border: 1px solid var(--line-dark);
  box-shadow: var(--shadow-soft);
  padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.5rem, 4vw, 2.25rem);
  transform-origin: center top;
  will-change: transform, opacity;
  background-color: rgba(255, 255, 255, 0.1882352941);
  backdrop-filter: blur(5px);
}

.project-overview__box.is-tab-animating {
  animation: tabBoxIn 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.project-overview__surface {
  padding: clamp(1.5rem, 3.5vw, 2.25rem) clamp(1.35rem, 3.5vw, 2rem);
  border-radius: 1rem;
  border: 1px solid var(--primary-dark);
  background: linear-gradient(145deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: var(--white);
  min-height: clamp(22rem, 48vw, 30rem);
  display: flex;
  flex-direction: column;
  gap: clamp(0.85rem, 2vw, 1.15rem);
  align-items: center;
  justify-content: center;
  text-align: center;
}

.project-overview__box.is-tab-animating .project-overview__heading,
.project-overview__box.is-tab-animating .project-overview__panel-title,
.project-overview__box.is-tab-animating .project-overview__highlights-title {
  animation: tabFadeUp 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.08s backwards;
}

.project-overview__box.is-tab-animating .project-overview__stats li,
.project-overview__box.is-tab-animating .project-overview__bullet-list li,
.project-overview__box.is-tab-animating .project-overview__highlight-card {
  animation: tabFadeUp 0.5s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

.project-overview__box.is-tab-animating .project-overview__panel-lead {
  animation: tabFadeUp 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.14s backwards;
}

.project-overview__heading,
.project-overview__panel-title,
.project-overview__highlights-title {
  font-family: "bold", Didot, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  color: var(--white);
}

.project-overview__stats,
.project-overview__bullet-list,
.project-overview__highlights-grid {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0.75rem, 2vw, 1rem);
}
@media (min-width: 30rem) {
  .project-overview__stats,
  .project-overview__bullet-list,
  .project-overview__highlights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(clamp(5.75rem, 13vw, 7.25rem), auto);
  }
}
@media (min-width: 64rem) {
  .project-overview__stats,
  .project-overview__bullet-list,
  .project-overview__highlights-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.project-overview__stats,
.project-overview__bullet-list,
.project-overview__highlights-grid {
  margin: 0;
}

.project-overview__stats li,
.project-overview__bullet-list li,
.project-overview__highlight-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.5rem;
  min-height: clamp(5.75rem, 13vw, 7.25rem);
  height: 100%;
  padding: clamp(1.35rem, 2.75vw, 1.85rem) clamp(1.1rem, 2.25vw, 1.5rem);
  min-width: 0;
  border-radius: 0.75rem;
  border: 1px solid var(--white-a20);
  background: linear-gradient(160deg, var(--white-a12) 0%, var(--white-a06) 100%);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--white-a88);
  box-shadow: 0 1px 0 var(--white-a10) inset;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
@media (hover: hover) {
  .project-overview__stats li:hover,
  .project-overview__bullet-list li:hover,
  .project-overview__highlight-card:hover {
    transform: translateY(-2px);
    border-color: var(--white-a40);
    background: linear-gradient(160deg, var(--white-a20) 0%, var(--white-a10) 100%);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  }
}

.project-overview__stats li {
  gap: 0.4rem;
}

.project-overview__label {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--white-a72);
  white-space: normal;
}
@media (min-width: 64rem) {
  .project-overview__label {
    white-space: nowrap;
  }
}

.project-overview__value {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--white-a88);
  word-break: break-word;
}

.project-overview__num {
  font-weight: 600;
  color: var(--white);
  font-variant-numeric: tabular-nums;
}

.project-overview__box.is-tab-animating .project-overview__stats li:nth-child(1),
.project-overview__box.is-tab-animating .project-overview__bullet-list li:nth-child(1),
.project-overview__box.is-tab-animating .project-overview__highlight-card:nth-child(1) {
  animation-delay: 0.12s;
}

.project-overview__box.is-tab-animating .project-overview__stats li:nth-child(2),
.project-overview__box.is-tab-animating .project-overview__bullet-list li:nth-child(2),
.project-overview__box.is-tab-animating .project-overview__highlight-card:nth-child(2) {
  animation-delay: 0.16s;
}

.project-overview__box.is-tab-animating .project-overview__stats li:nth-child(3),
.project-overview__box.is-tab-animating .project-overview__bullet-list li:nth-child(3),
.project-overview__box.is-tab-animating .project-overview__highlight-card:nth-child(3) {
  animation-delay: 0.2s;
}

.project-overview__box.is-tab-animating .project-overview__stats li:nth-child(4),
.project-overview__box.is-tab-animating .project-overview__bullet-list li:nth-child(4),
.project-overview__box.is-tab-animating .project-overview__highlight-card:nth-child(4) {
  animation-delay: 0.24s;
}

.project-overview__box.is-tab-animating .project-overview__stats li:nth-child(5),
.project-overview__box.is-tab-animating .project-overview__bullet-list li:nth-child(5),
.project-overview__box.is-tab-animating .project-overview__highlight-card:nth-child(5) {
  animation-delay: 0.28s;
}

.project-overview__box.is-tab-animating .project-overview__stats li:nth-child(6),
.project-overview__box.is-tab-animating .project-overview__bullet-list li:nth-child(6),
.project-overview__box.is-tab-animating .project-overview__highlight-card:nth-child(6) {
  animation-delay: 0.32s;
}

.project-overview__box.is-tab-animating .project-overview__stats li:nth-child(7),
.project-overview__box.is-tab-animating .project-overview__bullet-list li:nth-child(7),
.project-overview__box.is-tab-animating .project-overview__highlight-card:nth-child(7) {
  animation-delay: 0.36s;
}

.project-overview__box.is-tab-animating .project-overview__stats li:nth-child(8),
.project-overview__box.is-tab-animating .project-overview__bullet-list li:nth-child(8),
.project-overview__box.is-tab-animating .project-overview__highlight-card:nth-child(8) {
  animation-delay: 0.4s;
}

.project-overview__panel-lead {
  color: var(--white-a72);
  margin: 0;
  max-width: 40rem;
  font-size: clamp(0.88rem, 2vw, 0.98rem);
  line-height: 1.55;
}

.gallery {
  background: var(--primary);
  color: var(--white);
}

.gallery .section__title,
.gallery .section__lead {
  color: var(--white);
}

.gallery .section__lead {
  color: var(--white-a72);
}

.gallery__slider-wrap {
  margin-top: 0.5rem;
}

.gallery-swiper .slide-card {
  aspect-ratio: 3/4;
}
@media (min-width: 48rem) {
  .gallery-swiper .slide-card {
    aspect-ratio: 4/3;
  }
}
@media (min-width: 64rem) {
  .gallery-swiper .slide-card {
    aspect-ratio: 16/9;
  }
}

.gallery-swiper .swiper-slide {
  height: auto;
}

@media (min-width: 64rem) {
  .gallery-swiper .swiper-button-prev,
  .gallery-swiper .swiper-button-next {
    top: 50%;
  }
}
.interiors {
  background: var(--primary);
  color: var(--white);
}

.interiors .section__title,
.interiors .section__lead {
  color: var(--white);
}

.interiors .section__lead {
  color: var(--white-a72);
}

.interiors__slider-wrap {
  margin-top: 0.5rem;
}

.interiors-swiper .slide-card {
  aspect-ratio: 3/4;
}
@media (min-width: 48rem) {
  .interiors-swiper .slide-card {
    aspect-ratio: 4/3;
  }
}
@media (min-width: 64rem) {
  .interiors-swiper .slide-card {
    aspect-ratio: 16/9;
  }
}

.interiors-swiper .swiper-slide {
  height: auto;
}

@media (min-width: 64rem) {
  .interiors-swiper .swiper-button-prev,
  .interiors-swiper .swiper-button-next {
    top: 50%;
  }
}
.slider-bleed {
  --slide-inset: clamp(1rem, 4vw, 2rem);
}
@media (min-width: calc(1200px + 2 * clamp(1rem, 4vw, 2rem))) {
  .slider-bleed {
    --slide-inset: calc((100vw - 1200px) / 2 + clamp(1rem, 4vw, 2rem));
  }
}
.slider-bleed {
  padding-left: var(--slide-inset);
  width: 100%;
  overflow: hidden;
}

.slide-card {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  background: var(--primary-dark);
  aspect-ratio: 4/3;
  box-shadow: 0 20px 50px var(--primary-a28);
}

.slide-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-card figcaption,
.slide-card__label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  background: linear-gradient(transparent, var(--overlay-primary));
  color: var(--white);
}

.slide-card--link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: zoom-in;
}

.gallery-swiper,
.interiors-swiper,
.clubhouse-swiper,
.indoor-amenities-swiper,
.outdoor-amenities-swiper {
  overflow: visible;
  padding-bottom: 2.25rem;
}

@media (max-width: 991px) {
  .indoor-amenities-swiper {
    padding-bottom: 0;
  }
}
.gallery-swiper .swiper-pagination,
.interiors-swiper .swiper-pagination,
.clubhouse-swiper .swiper-pagination,
.indoor-amenities-swiper .swiper-pagination,
.outdoor-amenities-swiper .swiper-pagination {
  bottom: 0 !important;
  text-align: left;
  padding-left: 0;
}

.gallery-swiper .swiper-pagination-bullet,
.interiors-swiper .swiper-pagination-bullet,
.clubhouse-swiper .swiper-pagination-bullet,
.indoor-amenities-swiper .swiper-pagination-bullet,
.outdoor-amenities-swiper .swiper-pagination-bullet {
  background: var(--white-a45);
  opacity: 1;
}

.gallery-swiper .swiper-pagination-bullet-active,
.interiors-swiper .swiper-pagination-bullet-active,
.clubhouse-swiper .swiper-pagination-bullet-active,
.indoor-amenities-swiper .swiper-pagination-bullet-active,
.outdoor-amenities-swiper .swiper-pagination-bullet-active {
  background: var(--primary);
}

.gallery-swiper .swiper-button-prev,
.gallery-swiper .swiper-button-next,
.interiors-swiper .swiper-button-prev,
.interiors-swiper .swiper-button-next,
.clubhouse-swiper .swiper-button-prev,
.clubhouse-swiper .swiper-button-next,
.indoor-amenities-swiper .swiper-button-prev,
.indoor-amenities-swiper .swiper-button-next,
.outdoor-amenities-swiper .swiper-button-prev,
.outdoor-amenities-swiper .swiper-button-next {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: var(--primary);
  border: none;
  color: var(--white);
  box-shadow: 0 4px 16px var(--primary-a35);
  z-index: 2;
  top: 42%;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.gallery-swiper .swiper-button-prev::after,
.gallery-swiper .swiper-button-next::after,
.interiors-swiper .swiper-button-prev::after,
.interiors-swiper .swiper-button-next::after,
.clubhouse-swiper .swiper-button-prev::after,
.clubhouse-swiper .swiper-button-next::after,
.indoor-amenities-swiper .swiper-button-prev::after,
.indoor-amenities-swiper .swiper-button-next::after,
.outdoor-amenities-swiper .swiper-button-prev::after,
.outdoor-amenities-swiper .swiper-button-next::after {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--white);
  transition: color 0.2s ease;
}

.gallery-swiper .swiper-button-prev:hover,
.gallery-swiper .swiper-button-next:hover,
.interiors-swiper .swiper-button-prev:hover,
.interiors-swiper .swiper-button-next:hover,
.clubhouse-swiper .swiper-button-prev:hover,
.clubhouse-swiper .swiper-button-next:hover,
.indoor-amenities-swiper .swiper-button-prev:hover,
.indoor-amenities-swiper .swiper-button-next:hover,
.outdoor-amenities-swiper .swiper-button-prev:hover,
.outdoor-amenities-swiper .swiper-button-next:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--primary);
  box-shadow: 0 4px 16px var(--primary-a28);
}
.gallery-swiper .swiper-button-prev:hover::after,
.gallery-swiper .swiper-button-next:hover::after,
.interiors-swiper .swiper-button-prev:hover::after,
.interiors-swiper .swiper-button-next:hover::after,
.clubhouse-swiper .swiper-button-prev:hover::after,
.clubhouse-swiper .swiper-button-next:hover::after,
.indoor-amenities-swiper .swiper-button-prev:hover::after,
.indoor-amenities-swiper .swiper-button-next:hover::after,
.outdoor-amenities-swiper .swiper-button-prev:hover::after,
.outdoor-amenities-swiper .swiper-button-next:hover::after {
  color: var(--primary);
}

.gallery-swiper .swiper-button-prev,
.interiors-swiper .swiper-button-prev,
.clubhouse-swiper .swiper-button-prev,
.indoor-amenities-swiper .swiper-button-prev,
.outdoor-amenities-swiper .swiper-button-prev {
  left: 0;
}

.gallery-swiper .swiper-button-next,
.interiors-swiper .swiper-button-next,
.clubhouse-swiper .swiper-button-next,
.indoor-amenities-swiper .swiper-button-next,
.outdoor-amenities-swiper .swiper-button-next {
  right: 4px;
}

@media (max-width: 47.9375rem) {
  .gallery-swiper .swiper-button-prev,
  .interiors-swiper .swiper-button-prev,
  .clubhouse-swiper .swiper-button-prev,
  .indoor-amenities-swiper .swiper-button-prev,
  .outdoor-amenities-swiper .swiper-button-prev {
    display: none;
  }
  .gallery-swiper .swiper-button-next,
  .interiors-swiper .swiper-button-next,
  .clubhouse-swiper .swiper-button-next,
  .indoor-amenities-swiper .swiper-button-next,
  .outdoor-amenities-swiper .swiper-button-next {
    display: none;
  }
}
.section.plans {
  padding: 50px 0;
}

.plans__tabs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem;
  margin-bottom: clamp(1.5rem, 4vw, 2rem);
  padding-bottom: 0.35rem;
  border-bottom: 1px solid var(--line-dark);
}
@media (max-width: 63.9375rem) {
  .plans__tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    margin-inline: calc(-1 * clamp(1rem, 4vw, 2rem));
    padding-inline: clamp(1rem, 4vw, 2rem);
    scroll-padding-inline: clamp(1rem, 4vw, 2rem);
  }
  .plans__tabs::-webkit-scrollbar {
    display: none;
  }
}

.plans__tab-indicator {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: var(--primary);
  border-radius: 3px 3px 0 0;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.plans__tab {
  font-family: "light", "Futura PT", "Century Gothic", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.65rem 1.15rem;
  border-radius: 0.75rem 0.75rem 0 0;
  border: none;
  background: transparent;
  color: var(--text-muted);
  cursor: pointer;
  transition: color 0.3s ease, transform 0.25s ease;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (max-width: 63.9375rem) {
  .plans__tab {
    scroll-snap-align: center;
  }
}
@media (max-width: 47.9375rem) {
  .plans__tab {
    font-size: 0.85rem;
    padding: 0.55rem 0.9rem;
  }
}

.plans__tab:hover {
  color: var(--dark);
}

.plans__tab.is-active {
  color: var(--primary);
}

.plans__tab:active {
  transform: scale(0.97);
}

.plans__panels {
  display: grid;
  min-height: clamp(20rem, 45vw, 28rem);
}

.plans__panel {
  grid-area: 1/1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.plans__panel.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
  width: 100%;
}

.plans__panel.is-leaving {
  opacity: 0;
}

.plans__figure {
  margin: 0;
  background: var(--white);
  border-radius: 1.25rem;
  border: 1px solid var(--line-dark);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  min-height: clamp(20rem, 45vw, 28rem);
  transform-origin: center top;
  will-change: transform, opacity;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
@media (hover: hover) {
  .plans__figure:has(.plans__view:hover) {
    transform: translateY(-3px);
    border-color: var(--primary-a45);
    box-shadow: var(--shadow-lift);
  }
}

.plans [data-tab-box].is-tab-animating {
  animation: tabBoxIn 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.plans [data-tab-box].is-tab-animating img {
  animation: tabFadeUp 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.1s backwards;
}

.plans [data-tab-box].is-tab-animating .plans__view-btn {
  animation: tabFadeUpCentered 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.22s backwards;
}

@keyframes tabFadeUpCentered {
  from {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 14px));
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes tabBoxIn {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.96);
    box-shadow: 0 2px 12px rgba(40, 62, 111, 0.06);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    box-shadow: var(--shadow-soft);
  }
}
@keyframes tabFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.plans__view {
  position: relative;
  display: block;
  cursor: zoom-in;
  overflow: hidden;
}

.plans__view:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

.plans__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(40, 62, 111, 0.1) 0%, rgba(40, 62, 111, 0.28) 100%);
  pointer-events: none;
  transition: background 0.35s ease;
}

.plans__view-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  padding: 0.65rem 1.35rem;
  font-family: "light", "Futura PT", "Century Gothic", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--primary);
  background: rgba(255, 255, 255, 0.96);
  border-radius: 0.75rem;
  box-shadow: 0 8px 24px rgba(40, 62, 111, 0.18);
  transform: translate(-50%, -50%);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  pointer-events: none;
}

@media (hover: hover) {
  .plans__view:hover .plans__overlay {
    background: linear-gradient(180deg, rgba(40, 62, 111, 0.14) 0%, rgba(40, 62, 111, 0.36) 100%);
  }
  .plans__view:hover .plans__view-btn {
    transform: translate(-50%, -50%) scale(1.04);
    box-shadow: 0 10px 28px rgba(40, 62, 111, 0.24);
  }
  .plans__view:hover img {
    transform: scale(1.02);
  }
}
.plans__figure img,
.plans__view img {
  width: 100%;
  height: auto;
  min-height: clamp(20rem, 45vw, 28rem);
  max-height: clamp(24rem, 52vw, 34rem);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background: var(--white);
  display: block;
  transition: transform 0.45s ease;
}

.unit-plans-section {
  padding: 50px 0;
}

@media (max-width: 991px) {
  .unit-plans-section {
    padding-top: 0 !important;
  }
}
.unit-plans-swiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 3.25rem;
}

.unit-plan-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.unit-plan-card__figure {
  margin: 0;
  background: var(--white);
  border-radius: 1.25rem;
  border: 1px solid var(--line-dark);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  flex: 1 1 auto;
  transform-origin: center top;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
@media (hover: hover) {
  .unit-plan-card__figure:has(.unit-plan-card__view:hover) {
    transform: translateY(-3px);
    border-color: var(--primary-a45);
    box-shadow: var(--shadow-lift);
  }
}

.unit-plan-card__view {
  position: relative;
  display: block;
  cursor: zoom-in;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.unit-plan-card__view:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

.unit-plan-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(40, 62, 111, 0.08) 0%, rgba(40, 62, 111, 0.24) 100%);
  pointer-events: none;
  transition: background 0.35s ease;
}

.unit-plan-card__view-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  padding: 0.55rem 1.1rem;
  font-family: "light", "Futura PT", "Century Gothic", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--primary);
  background: rgba(255, 255, 255, 0.96);
  border-radius: 0.75rem;
  box-shadow: 0 8px 24px rgba(40, 62, 111, 0.18);
  transform: translate(-50%, -50%);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  pointer-events: none;
}

@media (hover: hover) {
  .unit-plan-card__view:hover .unit-plan-card__overlay {
    background: linear-gradient(180deg, rgba(40, 62, 111, 0.12) 0%, rgba(40, 62, 111, 0.32) 100%);
  }
  .unit-plan-card__view:hover .unit-plan-card__view-btn {
    transform: translate(-50%, -50%) scale(1.04);
    box-shadow: 0 10px 28px rgba(40, 62, 111, 0.24);
  }
  .unit-plan-card__view:hover img {
    transform: scale(1.03);
  }
}
.unit-plan-card__view img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background: var(--white);
  display: block;
  transition: transform 0.45s ease;
}

.unit-plan-card__title {
  margin: 0.75rem 0 0;
  font-family: "light", "Futura PT", "Century Gothic", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  color: var(--dark);
}

.unit-plans-swiper .swiper-button-prev,
.unit-plans-swiper .swiper-button-next {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: var(--primary);
  border: none;
  color: var(--white);
  z-index: 2;
  top: auto;
  bottom: 0;
  margin-top: 0;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.unit-plans-swiper .swiper-button-prev::after,
.unit-plans-swiper .swiper-button-next::after {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--white);
}

.unit-plans-swiper .swiper-button-prev:hover,
.unit-plans-swiper .swiper-button-next:hover {
  background: var(--white);
  color: var(--primary);
}
.unit-plans-swiper .swiper-button-prev:hover::after,
.unit-plans-swiper .swiper-button-next:hover::after {
  color: var(--primary);
}

.unit-plans-swiper .swiper-button-prev {
  left: calc(50% - 3.125rem);
  right: auto;
}

.unit-plans-swiper .swiper-button-next {
  left: calc(50% + 0.375rem);
  right: auto;
}

.clubhouse {
  background: var(--light);
}

.clubhouse__head {
  margin-top: 0;
  margin-bottom: var(--section-head-gap);
  text-align: center;
}

.clubhouse__section-title {
  font-family: "bold", Didot, "Times New Roman", serif;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--dark);
  margin: 0;
}

.clubhouse__grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 48rem) {
  .clubhouse__grid {
    grid-template-columns: 1fr 0.9fr;
  }
}

.clubhouse__copy {
  text-align: left;
}
.clubhouse__copy .section__title,
.clubhouse__copy .section__lead {
  text-align: left;
}
.clubhouse__copy .section__title {
  margin-top: 0 !important;
}

.clubhouse__stats {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 1rem 0 1.25rem;
}
@media (max-width: 991px) {
  .clubhouse__stats {
    margin: 1rem auto 1rem auto;
  }
}

.clubhouse__stats-value {
  font-size: clamp(1.1rem, 3vw, 1.35rem);
  font-weight: 600;
  line-height: 1.45;
  color: var(--dark);
}

.clubhouse__num {
  font-weight: 700;
  color: var(--primary);
  font-variant-numeric: tabular-nums;
}

.clubhouse_desc {
  margin: 0;
}

.clubhouse > .container {
  padding-bottom: clamp(1.25rem, 3vw, 1.75rem);
  border-bottom: 1px solid var(--line-dark);
}

.clubhouse-amenities {
  padding-top: clamp(1.25rem, 3vw, 1.5rem);
  padding-bottom: 65px;
}

@media (max-width: 991px) {
  .clubhouse-amenities {
    padding-bottom: 50px;
  }
}
.clubhouse-amenities__slider-wrap {
  margin-top: 0;
}

.clubhouse-swiper {
  padding-bottom: 0.5rem;
}

.clubhouse-swiper .slide-card {
  box-shadow: none;
  aspect-ratio: 3/4;
}
@media (min-width: 48rem) {
  .clubhouse-swiper .slide-card {
    aspect-ratio: 4/3;
  }
}
@media (min-width: 64rem) {
  .clubhouse-swiper .slide-card {
    aspect-ratio: 16/9;
  }
}

.clubhouse-swiper .swiper-slide {
  height: auto;
}

@media (min-width: 64rem) {
  .clubhouse-swiper .swiper-button-prev,
  .clubhouse-swiper .swiper-button-next {
    top: 50%;
  }
}
.clubhouse__visual {
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: var(--shadow-lift);
  border: 1px solid var(--line-dark);
}

.clubhouse__visual img {
  width: 100%;
  height: 100%;
  min-height: 18rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 48rem) {
  .clubhouse__visual img {
    min-height: 28rem;
  }
}

.amenities {
  --amenities-ease: cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  background: var(--white);
}

.amenities__inner {
  position: relative;
  z-index: 1;
}

.amenities__head {
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.amenities__title {
  text-align: center;
}

.amenities__lead {
  margin-bottom: 0;
}

.amenities__divider {
  width: 3.5rem;
  height: 2px;
  margin: 1.25rem auto 0;
  border: 0;
  border-radius: 2px;
  background: var(--line-dark);
}

.amenities__grid {
  list-style: none;
  display: grid;
  gap: clamp(1rem, 2.5vw, 1.5rem);
  grid-template-columns: 1fr;
}
@media (min-width: 48rem) {
  .amenities__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.35rem;
  }
}
@media (min-width: 64rem) {
  .amenities__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.amenities__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: clamp(1.35rem, 3vw, 1.75rem);
  border-radius: clamp(1rem, 2vw, 1rem);
  border: 1px solid var(--primary-a14);
  background: var(--light);
  box-shadow: var(--shadow-soft);
  transition: transform 0.45s var(--amenities-ease), box-shadow 0.45s var(--amenities-ease), border-color 0.45s var(--amenities-ease), background 0.45s var(--amenities-ease);
}
@media (prefers-reduced-motion: no-preference) {
  .amenities__card:hover {
    transform: translateY(-8px) scale(1.02);
    background: linear-gradient(0deg, var(--primary-a12), var(--primary-a12)), var(--light);
    border-color: var(--primary-a40);
    box-shadow: var(--shadow-lift);
  }
  .amenities__card:hover .amenities__icon {
    transform: translateY(-2px) scale(1.05);
    background: var(--white);
    color: var(--primary);
  }
}

.amenities__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.75rem;
  color: var(--primary);
  background: var(--white);
  border: 1px solid var(--primary-a14);
  transition: transform 0.45s var(--amenities-ease), background 0.45s var(--amenities-ease), color 0.45s var(--amenities-ease);
}
.amenities__icon svg {
  width: 1.65rem;
  height: 1.65rem;
}

.amenities__card-title {
  font-family: "bold", Didot, "Times New Roman", serif;
  font-size: clamp(1.1rem, 2.2vw, 1.25rem);
  font-weight: 600;
  line-height: 1.25;
  color: var(--dark);
}

.amenities__card-text {
  font-size: clamp(0.84rem, 2vw, 0.92rem);
  line-height: 1.55;
  color: var(--text-muted);
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  .amenities__card {
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  }
}
.site-amenities {
  background: var(--primary);
  color: var(--white);
}

.site-amenities .section__title,
.site-amenities__subtitle {
  color: var(--white);
}

.site-amenities .section__title {
  text-transform: uppercase;
}

.site-amenities__subtitle {
  font-family: "bold", Didot, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2.8vw, 1.45rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 1rem;
}

.site-amenities .section__head {
  margin-bottom: var(--section-head-gap);
}

.site-amenities__block + .site-amenities__block {
  margin-top: var(--section-space);
}

.site-amenities__slider-wrap {
  margin-top: 0.25rem;
}

.indoor-amenities-swiper .slide-card,
.outdoor-amenities-swiper .slide-card {
  aspect-ratio: 3/4;
}
@media (min-width: 48rem) {
  .indoor-amenities-swiper .slide-card,
  .outdoor-amenities-swiper .slide-card {
    aspect-ratio: 4/3;
  }
}
@media (min-width: 64rem) {
  .indoor-amenities-swiper .slide-card,
  .outdoor-amenities-swiper .slide-card {
    aspect-ratio: 16/9;
  }
}

.indoor-amenities-swiper .swiper-slide,
.outdoor-amenities-swiper .swiper-slide {
  height: auto;
}

@media (min-width: 64rem) {
  .indoor-amenities-swiper .swiper-button-prev,
  .indoor-amenities-swiper .swiper-button-next,
  .outdoor-amenities-swiper .swiper-button-prev,
  .outdoor-amenities-swiper .swiper-button-next {
    top: 50%;
  }
}
.specifications__table-wrap {
  height: 33rem;
  max-height: 33rem;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  border-radius: 1rem;
  border: 1px solid var(--line-dark);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  scrollbar-width: thin;
  scrollbar-color: var(--primary-a45) var(--light);
}

.specifications > .container > .section__title {
  text-align: center;
}

.specifications__table-wrap::-webkit-scrollbar {
  width: 6px;
}

.specifications__table-wrap::-webkit-scrollbar-thumb {
  background: var(--primary-a45);
  border-radius: 3px;
}

.specifications__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.specifications__table thead {
  position: sticky;
  top: 0;
  z-index: 1;
}

.specifications__table th,
.specifications__table td {
  padding: 0.9rem 1.25rem;
  text-align: left;
  border-bottom: 1px solid var(--line-dark);
}

.specifications__table tr:last-child td {
  border-bottom: 0;
}

.specifications__table th {
  font-family: "light", "Futura PT", "Century Gothic", sans-serif;
  font-weight: 700;
  background: var(--light);
  color: var(--dark);
  box-shadow: 0 1px 0 var(--line-dark);
}

.specifications__table td:first-child {
  font-weight: 600;
  color: var(--dark);
  width: 32%;
  vertical-align: top;
}

.specifications__table td:last-child {
  color: var(--text-muted);
}

@media (max-width: 47.9375rem) {
  .specifications__table-wrap {
    height: 20rem;
    max-height: 20rem;
  }
  .specifications__table {
    font-size: 0.9rem;
  }
  .specifications__table th,
  .specifications__table td {
    padding: 0.75rem 1rem;
  }
  .specifications__table td:first-child {
    width: 38%;
  }
}
.location__board {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2.5vw, 1.25rem);
}

.location__intro {
  display: grid;
  gap: clamp(1rem, 2.5vw, 1.25rem);
}
@media (min-width: 64rem) {
  .location__intro {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
}

.location__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.location__logo {
  width: clamp(3rem, 10vw, 3.75rem);
  height: auto;
}

.location__headline {
  font-family: "bold", Didot, "Times New Roman", serif;
  font-size: clamp(1.65rem, 4.5vw, 2.35rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--dark);
  max-width: 18ch;
}

.location__text {
  font-size: clamp(0.95rem, 2.5vw, 1.05rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.location__actions {
  margin-top: 0.25rem;
}

.location__proximities {
  margin-top: clamp(0.5rem, 2vw, 1rem);
  padding: clamp(1rem, 2.5vw, 1.25rem);
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.location__proximities-title {
  font-family: "bold", Didot, "Times New Roman", serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-align: center;
  color: var(--dark);
  margin: 0 0 clamp(1.25rem, 3vw, 1.75rem);
}

.location__landmarks-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}
@media (min-width: 48rem) {
  .location__landmarks-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

.location__landmark {
  margin: 0;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  background: var(--light);
}

.location__landmark-media {
  overflow: hidden;
  line-height: 0;
}

.location__landmark-media img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

@media (prefers-reduced-motion: no-preference) {
  .location__landmark:hover .location__landmark-media img {
    transform: scale(1.03);
  }
}
.location__landmark figcaption {
  padding: 0.4rem 0.35rem;
  font-size: clamp(0.65rem, 1.8vw, 0.75rem);
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  color: var(--dark);
  background: var(--white);
}

.location__map-panel {
  position: relative;
  height: clamp(16rem, 42vw, 22rem);
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  background: #3a3a3a;
  box-shadow: var(--shadow-soft);
}

.location__map-panel--intro {
  min-height: clamp(16rem, 38vw, 22rem);
  height: 100%;
}
@media (min-width: 64rem) {
  .location__map-panel--intro {
    min-height: clamp(18rem, 28vw, 24rem);
  }
}

.location__map-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: zoom-in;
}

.location__map-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  transition: transform 0.35s ease;
}

.location__map-link:hover img {
  transform: scale(1.03);
}

.location__map-badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.75rem;
  border-radius: 0.75rem;
  background: var(--white-a95);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--primary);
  box-shadow: var(--shadow-soft);
}

.location__map-badge img {
  width: 1.75rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 63.9375rem) {
  .location__intro {
    grid-template-columns: 1fr;
  }
}
.featured-projects {
  background: linear-gradient(180deg, var(--light) 0%, var(--white) 55%, var(--light) 100%);
  position: relative;
  overflow: hidden;
}

.featured-projects::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: clamp(4rem, 12vw, 8rem);
  background: radial-gradient(ellipse 120% 80% at 100% 100%, var(--primary-a28) 0%, transparent 55%), radial-gradient(ellipse 90% 70% at 0% 100%, var(--primary-a14) 0%, transparent 50%);
  pointer-events: none;
}

.featured-projects__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 3vw, 5rem);
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.featured-projects__logo {
  width: clamp(7.5rem, 25vw, 12rem);
  height: auto;
  flex-shrink: 0;
}

.featured-projects__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
}
@media (max-width: 991px) {
  .featured-projects__intro {
    align-items: center;
  }
}

.featured-projects__title {
  font-family: "bold", Didot, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 500;
  text-align: right;
  color: var(--dark);
  margin: 0;
  line-height: 1.35;
}
@media (max-width: 991px) {
  .featured-projects__title {
    text-align: center;
  }
}

.featured-projects__cta {
  flex-shrink: 0;
}

.featured-projects__slider-wrap {
  position: relative;
  z-index: 1;
}

.featured-projects-swiper {
  overflow: hidden;
  padding-bottom: 2.75rem;
}

.featured-projects-swiper .swiper-slide {
  height: auto;
}

.featured-projects__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: clamp(1rem, 2vw, 1.35rem);
  overflow: hidden;
  border: 1px solid var(--line-dark);
  background: var(--white);
}
@media (min-width: 48rem) {
  .featured-projects__card {
    flex-direction: row;
    align-items: stretch;
    min-height: clamp(24rem, 42vw, 32rem);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .featured-projects__card:hover .featured-projects__card-media img {
    transform: scale(1.04);
  }
}

.featured-projects__card-media {
  display: block;
  flex: 0 0 auto;
  min-height: clamp(16rem, 45vw, 20rem);
  overflow: hidden;
  background: var(--primary-dark);
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
@media (min-width: 48rem) {
  .featured-projects__card-media {
    flex: 0 0 70%;
    width: 70%;
    min-height: auto;
  }
}
.featured-projects__card-media img {
  width: 100%;
  height: 100%;
  min-height: clamp(16rem, 45vw, 20rem);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 48rem) {
  .featured-projects__card-media img {
    min-height: 100%;
  }
}

.featured-projects__card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  gap: clamp(1.15rem, 2.8vw, 1.65rem);
  padding: clamp(1.75rem, 4.5vw, 3rem) clamp(1.75rem, 5vw, 3.5rem);
  color: var(--dark);
  background: var(--light);
}
@media (min-width: 48rem) {
  .featured-projects__card-body {
    flex: 0 0 30%;
    width: 30%;
    justify-content: space-between;
    padding: clamp(1.75rem, 3.5vw, 2.5rem) clamp(1.35rem, 3vw, 2rem);
  }
}

.featured-projects__card-headline {
  font-family: "bold", Didot, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.8vw, 1.65rem);
  font-weight: 600;
  line-height: 1.25;
  color: var(--primary);
  margin: 0;
}

.featured-projects__card-main {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: clamp(1.15rem, 2.8vw, 1.5rem);
  width: 100%;
}

.featured-projects__card-info {
  width: 100%;
}

.featured-projects__card-logo {
  display: block;
  width: auto;
  max-width: min(100%, 20rem);
  height: clamp(3rem, 7vw, 4.5rem);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
}

.featured-projects__card-logo--evora {
  max-width: min(100%, 15rem);
  height: clamp(2.85rem, 6.5vw, 4rem);
}

.featured-projects__card-logo--medicover {
  max-width: min(100%, 22rem);
  height: clamp(3.5rem, 8vw, 5rem);
}

.featured-projects__card-location {
  margin-top: 0.65rem;
  font-size: clamp(1.02rem, 2.3vw, 1.2rem);
  font-weight: 500;
  line-height: 1.55;
  color: var(--text-muted);
  max-width: none;
}

.featured-projects__card-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.5rem);
  width: 100%;
  margin-top: 0.25rem;
  padding: clamp(1.1rem, 2.5vw, 1.35rem) clamp(1.15rem, 2.5vw, 1.5rem);
  border: 1px solid var(--line-dark);
  border-radius: 1rem;
  background: var(--white);
}

.featured-projects__stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
}
@media (max-width: 991px) {
  .featured-projects__stat {
    align-items: center;
  }
}

.featured-projects__stat-value {
  font-family: "bold", Didot, "Times New Roman", serif;
  font-size: clamp(1.75rem, 4.2vw, 2.35rem);
  font-weight: 600;
  line-height: 1;
  color: var(--primary);
}

.featured-projects__stat-label {
  font-size: clamp(0.8rem, 1.8vw, 0.95rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.featured-projects__card-footer {
  font-size: clamp(1rem, 2.2vw, 1.12rem);
  font-weight: 600;
  line-height: 1.55;
  color: var(--dark);
  margin: 0;
  max-width: none;
  padding-top: clamp(0.85rem, 2vw, 1.1rem);
  border-top: 1px solid var(--line-dark);
}

.featured-projects__card-divider {
  display: none;
}

.featured-projects-swiper .swiper-pagination {
  bottom: 0 !important;
}

.featured-projects-swiper .swiper-pagination-bullet {
  background: var(--primary-a28);
  opacity: 1;
}

.featured-projects-swiper .swiper-pagination-bullet-active {
  background: var(--primary);
}

.featured-projects-swiper .swiper-button-prev,
.featured-projects-swiper .swiper-button-next {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: var(--primary);
  border: none;
  color: var(--white);
  box-shadow: 0 4px 16px var(--primary-a35);
  top: 50%;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.featured-projects-swiper .swiper-button-prev::after,
.featured-projects-swiper .swiper-button-next::after {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--white);
}
.featured-projects-swiper .swiper-button-prev:hover,
.featured-projects-swiper .swiper-button-next:hover {
  background: var(--white);
  box-shadow: 0 4px 16px var(--primary-a28);
}
.featured-projects-swiper .swiper-button-prev:hover::after,
.featured-projects-swiper .swiper-button-next:hover::after {
  color: var(--primary);
}

.featured-projects-swiper .swiper-button-prev {
  left: 0;
}

.featured-projects-swiper .swiper-button-next {
  right: 0;
}

@media (max-width: 47.9375rem) {
  .featured-projects-swiper .swiper-button-prev,
  .featured-projects-swiper .swiper-button-next {
    display: none;
  }
}
.site-footer {
  background: #283e6f;
  color: var(--white-a78);
  padding-block: clamp(2rem, 5vw, 2.75rem) clamp(1.25rem, 3vw, 1.75rem);
  text-align: center;
}

.site-footer__grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 48rem) {
  .site-footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem 2rem;
    align-items: start;
  }
}

.site-footer__col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-footer__heading {
  font-family: "light", "Futura PT", "Century Gothic", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--white-a72);
  margin-bottom: 0.85rem;
}
.site-footer__heading::after {
  content: " –";
  font-weight: 400;
  letter-spacing: 0;
}

.site-footer__company {
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 0.5rem;
}

.site-footer__address {
  font-style: normal;
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--white-a78);
  max-width: 18rem;
}

.site-footer__connect {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
}

.site-footer__contact {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
}

.site-footer__contact-icon {
  flex-shrink: 0;
  margin-top: 0.15em;
  font-size: 1.1rem;
  color: var(--white-a72);
}

.site-footer__contact-lines {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}

.site-footer__contact a {
  color: var(--white);
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer__contact a:hover {
  color: var(--light);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.site-footer__social {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}

.site-footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid var(--white-a45);
  color: var(--white);
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.site-footer__social a iconify-icon {
  font-size: 1.15rem;
}
.site-footer__social a:hover {
  background: var(--white-a12);
  border-color: var(--white);
  transform: translateY(-2px);
  text-decoration: none;
}

.site-footer__bar {
  margin-top: clamp(1.75rem, 4vw, 2.25rem);
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}

.site-footer__rera {
  margin: 0 0 0.5rem;
  font-size: 0.78rem;
  line-height: 1.5;
  color: var(--white-a55);
}

.site-footer__copy {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--white-a45);
}
.site-footer__copy strong {
  font-weight: 700;
  color: var(--white-a72);
}

.brochure-fabs {
  position: fixed;
  right: -15px;
  top: 20%;
  z-index: 90;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.45rem;
}

.brochure-fab {
  display: block;
  max-width: 3.25rem;
  overflow: hidden;
  border-radius: 0.75rem 0 0 0.75rem;
  background: var(--primary);
  box-shadow: -4px 6px 24px rgba(40, 62, 111, 0.28);
  text-decoration: none;
  color: var(--white);
  transition: all 0.45s ease;
}
.brochure-fab:hover, .brochure-fab:focus-visible {
  max-width: 14rem;
  box-shadow: -6px 8px 28px rgba(40, 62, 111, 0.34);
}
.brochure-fab__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.35rem;
  padding: 0 25px 0 10px;
  height: 3.25rem;
  width: -moz-max-content;
  width: max-content;
}
.brochure-fab__label {
  font-family: "light", "Futura PT", "Century Gothic", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}
.brochure-fab__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.25rem;
  font-size: 1.4rem;
}
.brochure-fab:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  .brochure-fab {
    transition: none;
  }
}

.fancybox__caption {
  font-family: "light", "Futura PT", "Century Gothic", sans-serif;
  font-size: 0.95rem;
}