:root {
  color: #17242a;
  background: #f4f1eb;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
}

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

.page {
  min-height: 100vh;
  overflow: hidden;
}

.topbar {
  align-items: center;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 20px clamp(18px, 4vw, 56px);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  gap: 12px;
}

.brand-mark {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  color: #102027;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.nav {
  align-items: center;
  display: flex;
  font-size: 14px;
  gap: clamp(16px, 2.6vw, 34px);
}

.nav a {
  color: rgba(255, 255, 255, 0.82);
}

.menu-toggle {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  color: #ffffff;
  display: none;
  height: 44px;
  justify-content: center;
  position: relative;
  width: 44px;
  z-index: 12;
}

.menu-toggle span {
  background: currentColor;
  border-radius: 999px;
  height: 2px;
  position: absolute;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
  width: 18px;
}

.menu-toggle span:first-child {
  transform: translateY(-4px);
}

.menu-toggle span:last-child {
  transform: translateY(4px);
}

.menu-open .menu-toggle span:first-child {
  transform: rotate(45deg);
}

.menu-open .menu-toggle span:last-child {
  transform: rotate(-45deg);
}

.hero {
  min-height: 94vh;
  padding: 124px clamp(22px, 6vw, 86px) 64px;
  position: relative;
}

.hero-image,
.hero-shade {
  inset: 0;
  position: absolute;
}

.hero-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
  z-index: 0;
}

.hero-video {
  background: #102027;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(12, 27, 33, 0.86) 0%, rgba(12, 27, 33, 0.58) 38%, rgba(12, 27, 33, 0.1) 76%),
    linear-gradient(180deg, rgba(12, 27, 33, 0.2), rgba(12, 27, 33, 0.48));
  z-index: 1;
}

.hero-content {
  color: #ffffff;
  max-width: 760px;
  position: relative;
  z-index: 2;
}

.kicker {
  color: #6f8f82;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.hero .kicker,
.dark-section .kicker,
.contact .kicker {
  color: #b9d4ca;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(72px, 13vw, 176px);
  letter-spacing: 0;
  line-height: 0.88;
  margin-bottom: 14px;
}

h2 {
  color: #17242a;
  font-size: clamp(34px, 5vw, 64px);
  letter-spacing: 0;
  line-height: 1.02;
  margin-bottom: 0;
}

h3 {
  font-size: 21px;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 12px;
}

.hero-line {
  color: #f3c98b;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 750;
  margin-bottom: 26px;
}

.lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.5;
  margin-bottom: 34px;
  max-width: 680px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 800;
  min-height: 50px;
  padding: 0 18px;
}

.primary {
  background: #f3c98b;
  color: #17242a;
}

.secondary {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: #ffffff;
}

.light {
  background: #ffffff;
  color: #17242a;
}

.section {
  padding: 96px clamp(22px, 6vw, 86px);
}

.intro {
  background: #ffffff;
  display: grid;
  gap: clamp(34px, 6vw, 86px);
  grid-template-columns: minmax(220px, 0.62fr) minmax(0, 1.38fr);
}

.section-label {
  color: rgba(23, 36, 42, 0.68);
  font-size: 18px;
  line-height: 1.48;
}

.intro-copy p,
.vision-copy p,
.digital-panel p,
.name-story p,
.contact p {
  color: rgba(23, 36, 42, 0.72);
  font-size: 18px;
  line-height: 1.68;
}

.intro-copy p:first-of-type {
  margin-top: 30px;
}

.stats {
  background: #bd6d52;
  color: #ffffff;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stats div {
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  min-height: 174px;
  padding: 30px clamp(20px, 4vw, 42px);
}

.stats div:last-child {
  border-right: 0;
}

.stats strong {
  display: block;
  font-size: clamp(40px, 6vw, 76px);
  letter-spacing: 0;
  line-height: 0.95;
  margin-bottom: 16px;
}

.stats span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
}

.dark-section {
  background: #102027;
  color: #ffffff;
}

.vision {
  display: grid;
  gap: clamp(32px, 6vw, 82px);
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.dark-section h2 {
  color: #ffffff;
}

.vision-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.homes {
  background: #f4f1eb;
}

.sales-program {
  background: #102027;
  color: #ffffff;
}

.sales-program h2,
.sales-program h3 {
  color: #ffffff;
}

.render-gallery {
  background: #ffffff;
}

.section-head {
  margin-bottom: 44px;
  max-width: 850px;
}

.section-head.compact {
  max-width: 760px;
}

.homes-head {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  max-width: none;
}

.gallery-head {
  align-items: end;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.42fr);
  max-width: none;
}

.sales-head {
  align-items: end;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.48fr);
  max-width: none;
}

.section-note {
  color: rgba(23, 36, 42, 0.66);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.sales-program .section-note {
  color: rgba(255, 255, 255, 0.72);
}

.sales-program .section-note strong {
  color: #f3c98b;
}

.stage-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 18px;
}

.stage-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  min-height: 290px;
  padding: 22px;
  position: relative;
}

.stage-card.active {
  background: #ffffff;
  color: #17242a;
}

.stage-card.active h3 {
  color: #17242a;
}

.stage-index {
  color: #f3c98b;
  display: block;
  font-size: 13px;
  font-weight: 850;
  margin-bottom: 28px;
}

.stage-card.active .stage-index {
  color: #bd6d52;
}

.stage-card strong {
  color: #f3c98b;
  display: block;
  font-size: 26px;
  margin-bottom: 16px;
}

.stage-card.active strong {
  color: #bd6d52;
}

.stage-card p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.56;
  margin-bottom: 34px;
}

.stage-card.active p {
  color: rgba(23, 36, 42, 0.68);
}

.stage-discount {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  bottom: 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 850;
  left: 22px;
  padding-top: 14px;
  position: absolute;
  right: 22px;
}

.stage-card.active .stage-discount {
  border-top-color: rgba(23, 36, 42, 0.14);
  color: #22523b;
}

.sales-detail-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
}

.sales-panel {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 26px;
}

.sales-panel > p:not(.kicker) {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.62;
}

.payment-plan {
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}

.payment-plan li {
  align-items: start;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 18px;
  grid-template-columns: 42px 1fr minmax(70px, auto);
  padding: 18px 0;
}

.payment-plan li:last-child {
  padding-bottom: 0;
}

.payment-plan span {
  color: #f3c98b;
  font-weight: 850;
}

.payment-plan strong {
  display: block;
  margin-bottom: 6px;
}

.payment-plan p {
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

.payment-plan em {
  color: #ffffff;
  font-style: normal;
  font-weight: 850;
  text-align: right;
}

.fixed-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.fixed-tags span {
  background: rgba(243, 201, 139, 0.12);
  border: 1px solid rgba(243, 201, 139, 0.24);
  border-radius: 999px;
  color: #f3c98b;
  font-size: 13px;
  font-weight: 800;
  padding: 8px 10px;
}

.gallery-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gallery-item {
  background: #102027;
  border-radius: 8px;
  min-height: 270px;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.gallery-feature {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 554px;
}

.gallery-wide {
  grid-column: span 2;
}

.gallery-tall {
  min-height: 554px;
}

.gallery-item::after {
  background: linear-gradient(180deg, rgba(16, 32, 39, 0) 44%, rgba(16, 32, 39, 0.78) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.gallery-item img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gallery-item figcaption {
  bottom: 16px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 850;
  left: 16px;
  line-height: 1.28;
  margin: 0;
  max-width: calc(100% - 32px);
  position: absolute;
  right: 16px;
  z-index: 2;
}

.catalog-toolbar {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-button {
  background: #ffffff;
  border: 1px solid rgba(23, 36, 42, 0.14);
  border-radius: 8px;
  color: #17242a;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  min-height: 42px;
  padding: 0 13px;
}

.filter-button[aria-pressed="true"] {
  background: #17242a;
  color: #ffffff;
}

.filter-button span {
  color: #bd6d52;
  margin-left: 6px;
}

.catalog-toolbar > span {
  color: rgba(23, 36, 42, 0.62);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.home-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-card {
  background: #ffffff;
  border: 1px solid rgba(23, 36, 42, 0.12);
  border-radius: 8px;
  min-height: 260px;
  padding: 26px;
}

.home-card span {
  color: #bd6d52;
  display: block;
  font-weight: 850;
  margin-bottom: 34px;
}

.home-card p {
  color: rgba(23, 36, 42, 0.68);
  line-height: 1.56;
}

.residence-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.residence-card {
  background: #ffffff;
  border: 1px solid rgba(23, 36, 42, 0.12);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 24px;
}

.residence-topline,
.residence-footer {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.residence-code {
  color: rgba(23, 36, 42, 0.5);
  font-size: 13px;
  font-weight: 850;
}

.status-pill {
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  padding: 7px 10px;
}

.status-pill.available {
  background: #dfeee5;
  color: #22523b;
}

.status-pill.preview {
  background: #edf0f2;
  color: #40515a;
}

.status-pill.reserved {
  background: #f7e5d8;
  color: #8a3c24;
}

.status-pill.sold {
  background: #efe5e2;
  color: #6d3028;
}

.residence-card h3 {
  font-size: 25px;
  margin-top: 28px;
}

.residence-card p {
  color: rgba(23, 36, 42, 0.68);
  line-height: 1.58;
}

.residence-type {
  color: #bd6d52;
  font-weight: 800;
}

.residence-specs {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: auto 0 16px;
  padding-top: 18px;
}

.residence-specs div {
  border-top: 1px solid rgba(23, 36, 42, 0.12);
  padding-top: 12px;
}

.residence-specs dt {
  color: rgba(23, 36, 42, 0.46);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 4px;
}

.residence-specs dd {
  font-weight: 850;
  margin: 0;
}

.area-breakdown,
.residence-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.area-breakdown {
  color: rgba(23, 36, 42, 0.68);
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 14px;
}

.area-breakdown span {
  background: #f4f1eb;
  border-radius: 8px;
  padding: 7px 9px;
}

.residence-tags {
  margin-bottom: 18px;
}

.residence-tags span {
  border: 1px solid rgba(23, 36, 42, 0.12);
  border-radius: 999px;
  color: rgba(23, 36, 42, 0.62);
  font-size: 12px;
  font-weight: 800;
  padding: 6px 9px;
}

.residence-price {
  background: #102027;
  border-radius: 8px;
  color: #ffffff;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 18px;
  overflow: hidden;
}

.residence-price div {
  background: rgba(255, 255, 255, 0.06);
  min-height: 86px;
  padding: 14px;
}

.residence-price span {
  color: rgba(255, 255, 255, 0.62);
  display: block;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.25;
  margin-bottom: 9px;
}

.residence-price strong {
  color: #f3c98b;
  display: block;
  font-size: 16px;
  line-height: 1.22;
}

.residence-footer {
  border-top: 1px solid rgba(23, 36, 42, 0.12);
  color: rgba(23, 36, 42, 0.62);
  font-size: 14px;
  padding-top: 18px;
}

.residence-footer a {
  color: #bd6d52;
  font-weight: 850;
  white-space: nowrap;
}

.specs {
  background: #ffffff;
}

.spec-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.spec-list div {
  background: #e7eee9;
  border-radius: 8px;
  color: #17242a;
  font-weight: 750;
  min-height: 58px;
  padding: 18px;
}

.digital {
  background: #d7e2df;
  display: grid;
  gap: clamp(30px, 6vw, 80px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
}

.digital-panel {
  max-width: 760px;
}

.digital-panel p {
  margin-top: 28px;
}

.timeline {
  border-top: 1px solid rgba(23, 36, 42, 0.18);
  list-style: none;
  margin: 0;
  padding: 0;
}

.timeline li {
  align-items: center;
  border-bottom: 1px solid rgba(23, 36, 42, 0.18);
  display: grid;
  gap: 20px;
  grid-template-columns: 54px 1fr;
  padding: 22px 0;
}

.timeline span {
  color: #bd6d52;
  font-weight: 850;
}

.timeline p {
  font-size: 18px;
  margin: 0;
}

.name-story {
  background: #ffffff;
  display: grid;
  gap: clamp(30px, 6vw, 80px);
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.location {
  background: #f4f1eb;
  display: grid;
  gap: clamp(32px, 6vw, 80px);
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.location-copy p,
.location-points p {
  color: rgba(23, 36, 42, 0.7);
  font-size: 18px;
  line-height: 1.62;
}

.location-copy p:last-child {
  margin-top: 28px;
}

.location-points {
  display: grid;
  gap: 12px;
}

.location-points div {
  background: #ffffff;
  border: 1px solid rgba(23, 36, 42, 0.1);
  border-radius: 8px;
  padding: 22px;
}

.location-points span {
  color: #bd6d52;
  display: block;
  font-weight: 850;
  margin-bottom: 22px;
}

.location-points strong {
  display: block;
  font-size: 21px;
  margin-bottom: 8px;
}

.location-points p {
  font-size: 16px;
  margin: 0;
}

.contact {
  align-items: center;
  background: #102027;
  color: #ffffff;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  padding: 80px clamp(22px, 6vw, 86px);
}

.contact h2 {
  color: #ffffff;
  font-size: clamp(34px, 4.2vw, 58px);
}

.contact p {
  color: rgba(255, 255, 255, 0.72);
  max-width: 680px;
}

.interest-form {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 620px;
  padding: 20px;
  width: 100%;
}

.interest-form label {
  display: grid;
  gap: 7px;
}

.interest-form label.wide,
.interest-form button,
.form-status {
  grid-column: 1 / -1;
}

.interest-form span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 800;
}

.interest-form input,
.interest-form select,
.interest-form textarea {
  background: rgba(255, 255, 255, 0.96);
  border: 0;
  border-radius: 8px;
  color: #17242a;
  font: inherit;
  min-height: 46px;
  padding: 12px 13px;
  width: 100%;
}

.interest-form textarea {
  resize: vertical;
}

.interest-form button {
  border: 0;
  cursor: pointer;
}

.form-status {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

@media (max-width: 980px) {
  .intro,
  .vision,
  .digital,
  .name-story,
  .location,
  .gallery-head,
  .homes-head,
  .sales-head,
  .sales-detail-grid {
    grid-template-columns: 1fr;
  }

  .home-grid,
  .residence-grid,
  .gallery-grid,
  .stats,
  .spec-list,
  .stage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stats div:nth-child(2) {
    border-right: 0;
  }

  .stats div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  }
}

@media (max-width: 760px) {
  .topbar {
    color: #ffffff;
    padding: 18px 22px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav {
    align-items: stretch;
    background: rgba(12, 27, 33, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.26);
    display: flex;
    flex-direction: column;
    gap: 0;
    left: 22px;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    position: fixed;
    right: 22px;
    top: 76px;
    transform: translateY(-10px);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
    z-index: 11;
  }

  .menu-open .nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 16px;
    padding: 14px 12px;
  }

  .nav a:last-child {
    border-bottom: 0;
  }

  .hero {
    min-height: 90vh;
    padding-top: 108px;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(12, 27, 33, 0.84) 0%, rgba(12, 27, 33, 0.56) 52%, rgba(12, 27, 33, 0.36) 100%),
      linear-gradient(90deg, rgba(12, 27, 33, 0.5), rgba(12, 27, 33, 0.1));
  }

  .hero-content {
    max-width: 100%;
  }

  h1 {
    font-size: clamp(64px, 20vw, 94px);
  }

  .hero-actions,
  .contact {
    align-items: flex-start;
    flex-direction: column;
  }

  .button {
    justify-content: center;
    width: 100%;
  }

  .section {
    padding: 72px 22px;
  }

  .home-grid,
  .residence-grid,
  .gallery-grid,
  .stats,
  .spec-list,
  .stage-grid,
  .residence-price {
    grid-template-columns: 1fr;
  }

  .gallery-feature,
  .gallery-wide {
    grid-column: auto;
  }

  .gallery-feature,
  .gallery-tall {
    min-height: 420px;
  }

  .gallery-item {
    min-height: 320px;
  }

  .catalog-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .residence-card {
    min-height: auto;
  }

  .residence-topline,
  .residence-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .stage-card {
    min-height: 260px;
  }

  .payment-plan li {
    grid-template-columns: 36px 1fr;
  }

  .payment-plan em {
    grid-column: 2;
    text-align: left;
  }

  .stats div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    border-right: 0;
    min-height: 144px;
  }

  .stats div:last-child {
    border-bottom: 0;
  }

  .interest-form {
    grid-template-columns: 1fr;
  }
}
