/* Reference-inspired banner and expanded project sections. */
.site-visit-badge {
  position: absolute;
  left: 58%;
  top: 57%;
  width: 164px;
  height: 164px;
  z-index: 2;
  padding: 0;
  border: 1px solid #d5b57699;
  border-radius: 50%;
  background: #111c19df;
  color: #eed5a0;
  box-shadow: 0 8px 32px #0003;
  transition:
    background 0.2s,
    box-shadow 0.2s;
}
.site-visit-badge:hover {
  background: #17291fed;
  box-shadow: 0 10px 36px #0005;
}
.site-visit-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: currentColor;
  stroke: none;
  animation: site-visit-spin 24s linear infinite;
}
.site-visit-ring text {
  font-family: Manrope, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.site-visit-center {
  position: absolute;
  inset: 38px;
  border: 1px solid #d5b57655;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
}
.site-visit-center svg {
  width: 42px;
  height: 42px;
  stroke-width: 1.7;
}
.site-visit-center > span {
  font-size: 8px;
  letter-spacing: 1px;
}
.site-visit-badge:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 5px;
}
@keyframes site-visit-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1000px) {
  .site-visit-badge {
    left: auto;
    right: 8%;
    top: 60%;
    width: 145px;
    height: 145px;
  }
  .site-visit-center {
    inset: 33px;
  }
}
@media (max-width: 720px) {
  .site-visit-badge {
    top: auto;
    bottom: 132px;
    right: 7%;
    width: 120px;
    height: 120px;
  }
  .site-visit-center {
    inset: 28px;
  }
  .site-visit-center svg {
    width: 32px;
    height: 32px;
  }
  .site-visit-center > span {
    font-size: 7px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-visit-ring {
    animation: none;
  }
}
.amenity-image-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.amenity-feature {
  background: #fffdf8;
  border: 1px solid #daceb5;
}
.amenity-photo {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #ccc5b5;
}
.amenity-photo img {
  position: absolute;
  width: 300%;
  max-width: none;
  height: 100%;
  object-fit: fill;
  top: 0;
  left: 0;
}
.amenity-photo.fitness img {
  left: -100%;
}
.amenity-photo.garden img {
  left: -200%;
}
.amenity-photo > span {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: #111c19cc;
  color: #f7f4ec;
  font-size: 9px;
  letter-spacing: 1px;
  padding: 6px 10px;
}
.amenity-feature-content {
  padding: 28px;
}
.amenity-kicker {
  font-size: 10px;
  letter-spacing: 1.6px;
  color: #856631;
}
.amenity-feature h3 {
  font-size: 32px;
  line-height: 1.1;
  margin: 18px 0 22px;
}
.amenity-feature ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.amenity-feature li {
  position: relative;
  padding: 11px 0 11px 19px;
  border-top: 1px solid #e6ddcb;
  font-size: 13px;
  color: #59655a;
  line-height: 1.6;
}
.amenity-feature li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #a8894b;
}
@media (max-width: 1000px) {
  .amenity-image-grid {
    gap: 17px;
  }
  .amenity-feature-content {
    padding: 20px;
  }
  .amenity-feature h3 {
    font-size: 29px;
  }
}
@media (max-width: 720px) {
  .amenity-image-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .amenity-photo {
    aspect-ratio: 1/1;
  }
  .amenity-feature-content {
    padding: 25px;
  }
  .amenity-feature li {
    font-size: 14px;
  }
}
.side-enquiry-tab {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 26;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 20px 11px;
  min-width: 44px;
  border: 1px solid #ebd29f;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  background: var(--gold);
  color: var(--deep);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.6px;
  box-shadow: -3px 3px 16px #0002;
}
.side-enquiry-tab:hover {
  background: #ead2a0;
}
.side-enquiry-tab:focus-visible {
  outline-offset: -4px;
}
@media (max-width: 520px) {
  .side-enquiry-tab {
    padding: 16px 9px;
    font-size: 12px;
    min-width: 38px;
  }
}
.image-brand {
  position: relative;
  display: block;
  width: 210px;
  height: 52px;
  overflow: hidden;
  flex-shrink: 0;
}
.image-brand img {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  left: 0;
  top: -109px;
}
.footer-top .image-brand {
  width: 250px;
  height: 62px;
}
.footer-top .image-brand img {
  top: -130px;
}
@media (max-width: 1100px) {
  header .image-brand {
    width: 180px;
    height: 45px;
  }
  header .image-brand img {
    top: -94px;
  }
}
@media (max-width: 520px) {
  header .image-brand {
    width: 165px;
    height: 41px;
  }
  header .image-brand img {
    top: -86px;
  }
  .footer-top .image-brand {
    width: 220px;
    height: 55px;
  }
  .footer-top .image-brand img {
    top: -114px;
  }
}
.overview {
  padding-left: 5%;
  padding-right: 5%;
}
.overview-heading {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto 42px;
}
.overview-heading .eyebrow {
  justify-content: center;
  color: #856631;
}
.overview-heading h2 {
  font-size: clamp(2.1rem, 3.2vw, 3.4rem);
  line-height: 1.15;
  margin-bottom: 25px;
}
.overview-heading h2 em {
  color: #927038;
}
.overview-heading > p:not(.eyebrow) {
  font-size: 15px;
  line-height: 1.9;
  color: #59655a;
  margin-top: 12px;
}
.overview-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.9fr);
  gap: 28px;
  align-items: start;
}
.overview-visual {
  margin: 0;
  position: relative;
  overflow: hidden;
  min-height: 340px;
  align-self: stretch;
  background: #ddd3bd;
}
.overview-visual img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 73% center;
}
.overview-visual figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 12px;
  background: #111c19db;
  color: #ede6d4;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.3px;
}
.overview-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  gap: 13px 20px;
}
.overview-point {
  display: grid;
  grid-template-columns: 49px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}
.overview-icon {
  display: grid;
  place-items: center;
  background: #fffdf8;
  border: 1px solid #e6dbc4;
  color: #a1834c;
  box-shadow: 0 3px 12px #5e482d08;
}
.overview-icon svg {
  width: 26px;
  height: 26px;
}
.overview-point p {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  background: #fffdf8;
  border: 1px solid #e6dbc4;
  font-size: 13px;
  line-height: 1.5;
  min-height: 55px;
  box-shadow: 0 3px 12px #5e482d08;
}
.overview-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin-top: 18px;
}
.overview-actions .button {
  padding: 13px 15px;
  font-size: 12px;
  gap: 10px;
  justify-content: center;
}
.overview-actions svg {
  width: 18px;
  flex-shrink: 0;
}
.overview-whatsapp {
  background: #236a4c;
  color: #fff;
  border-color: #236a4c;
}
.overview-whatsapp:hover {
  background: #19553c;
}
.overview-details > .fine-print {
  margin-top: 15px;
  font-size: 11px;
}
@media (max-width: 1100px) {
  .overview-layout {
    grid-template-columns: 1fr 1.7fr;
    gap: 20px;
  }
  .overview-points {
    gap: 10px;
  }
  .overview-point {
    grid-template-columns: 38px 1fr;
    gap: 7px;
  }
  .overview-point p {
    padding: 11px;
    font-size: 12px;
  }
  .overview-actions {
    gap: 8px;
  }
  .overview-actions .button {
    padding: 12px 8px;
    font-size: 11px;
  }
}
@media (max-width: 850px) {
  .overview-layout {
    grid-template-columns: 1fr;
  }
  .overview-visual {
    min-height: 300px;
  }
  .overview-visual img {
    object-position: center 64%;
  }
  .overview-point p {
    font-size: 14px;
  }
  .overview-actions .button {
    font-size: 13px;
  }
  .overview-details > .fine-print {
    font-size: 12px;
  }
}
@media (max-width: 520px) {
  .overview {
    padding-left: 7%;
    padding-right: 7%;
  }
  .overview-heading {
    text-align: left;
  }
  .overview-heading .eyebrow {
    justify-content: flex-start;
  }
  .overview-heading > p:not(.eyebrow) {
    font-size: 14px;
  }
  .overview-points {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
  }
  .overview-point {
    grid-template-columns: 45px 1fr;
    gap: 10px;
  }
  .overview-actions {
    grid-template-columns: 1fr;
  }
  .overview-actions .button {
    padding: 15px;
  }
  .overview-visual {
    min-height: 280px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.price-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
}
.price-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  min-width: 690px;
}
.price-table caption {
  text-align: left;
  padding: 18px 24px;
  color: var(--muted);
  font-size: 13px;
}
.price-table thead {
  background: var(--gold);
  color: var(--deep);
}
.price-table th,
.price-table td {
  padding: 20px 24px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.price-table tbody th {
  font-weight: 500;
}
.price-table tbody tr:nth-child(even) {
  background: #ffffff03;
}
.price-table tbody tr:hover {
  background: #d5b57609;
}
.price-table td:nth-child(3) {
  color: var(--gold);
  white-space: nowrap;
}
.price-enquire {
  background: none;
  border: 0;
  color: var(--gold);
  padding: 6px 0;
  font-size: 13px;
  white-space: nowrap;
}
.price-enquire span[aria-hidden] {
  margin-left: 10px;
}
.unit-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 22px;
}
.unit-plan-grid .plan-image {
  height: 210px;
}
.unit-plan-grid .coming p {
  font-size: 19px;
}
.unit-plan-grid .coming span {
  font-size: 11px;
}
.unit-plan-details {
  padding: 22px 0;
}
.unit-plan-details h3 {
  font-size: 27px;
  line-height: 1.15;
  min-height: 63px;
}
.plan-size {
  font-size: 10px;
  letter-spacing: 1.6px;
  color: #8a692f;
  margin-bottom: 12px;
}
.plan-price {
  font-size: 14px;
  color: #686e60;
  margin-top: 10px;
}
.unit-plan-details .text-link {
  width: 100%;
  font-size: 12px;
}
.master-plan-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #d6cebb;
}
.master-plan-card .plan-image {
  height: 270px;
}
.master-plan-card h3 {
  min-height: 0;
  margin-bottom: 20px;
  font-size: 36px;
}
.master-plan-card .unit-plan-details > p:not(.plan-size) {
  font-size: 14px;
  color: #686e60;
}
.master-plan-card .text-link {
  max-width: 280px;
}
@media (max-width: 1100px) {
  .unit-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .price-table th,
  .price-table td {
    padding: 15px;
  }
  .price-table caption {
    padding: 15px;
  }
  .unit-plan-grid {
    gap: 25px 16px;
  }
  .unit-plan-grid .plan-image {
    height: 185px;
  }
  .unit-plan-details h3 {
    font-size: 24px;
  }
  .unit-plan-grid .coming span {
    font-size: 10px;
    letter-spacing: 1px;
  }
  .unit-plan-grid .coming p {
    font-size: 16px;
  }
  .master-plan-card {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media (max-width: 420px) {
  .unit-plan-grid {
    grid-template-columns: 1fr;
  }
  .unit-plan-grid .plan-image {
    height: 230px;
  }
  .unit-plan-details h3 {
    min-height: 0;
  }
  .unit-plan-details .text-link {
    font-size: 13px;
  }
}
header {
  padding-left: 3%;
  padding-right: 3%;
  gap: 20px;
}
nav {
  gap: 19px;
  font-size: 12px;
  white-space: nowrap;
}
.header-call span {
  display: none;
}
.hero {
  background: #eee7d6;
  color: #23352b;
  min-height: 760px;
}
.hero-image {
  background-image: url("assets/luxury-banner.png");
  filter: none;
  transform: none;
  opacity: 1;
  background-position: center;
}
.hero-shade {
  background: linear-gradient(
    90deg,
    rgba(250, 246, 233, 0.97),
    rgba(250, 246, 233, 0.84) 28%,
    rgba(250, 246, 233, 0.13) 57%,
    transparent 76%
  );
}
.hero-content {
  max-width: 880px;
  padding-top: 105px;
}
.hero h1 {
  font-size: clamp(4rem, 6.5vw, 7rem);
}
.hero h1 em {
  color: #987639;
}
.hero .eyebrow {
  color: #80632e;
}
.hero-description {
  color: #4a574b;
}
.hero-price b,
.partner-line {
  color: #59624e;
}
.hero-caption {
  top: auto;
  bottom: 32px;
  background: #f7f4ecdf;
  padding: 12px 18px;
  color: #5c502f;
  font-size: 9px;
}
.hero-caption .small-line {
  display: none;
}
.hero-caption b {
  font-size: 11px;
  margin-top: 4px;
}
.hero-number {
  display: none;
}
.scroll-note {
  color: #425342;
}
.highlights {
  background: #eae5d8;
}
.highlights h2 em,
.gallery h2 em {
  color: #927038;
}
.highlights .eyebrow,
.gallery .eyebrow {
  color: #856631;
}
.highlights .section-heading > p,
.gallery .section-heading > p {
  color: #647065;
}
.highlights-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.highlights-grid article {
  border-top: 1px solid #b5a27d;
  padding-top: 20px;
}
.highlights-grid article > span {
  font:
    italic 23px Georgia,
    serif;
  color: #967840;
}
.highlights-grid h3 {
  font-size: 30px;
  margin: 22px 0 15px;
}
.highlights-grid p {
  font-size: 14px;
  color: #626b60;
}
.gallery {
  padding-bottom: 20px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 20px;
}
.gallery-tile {
  height: 280px;
  position: relative;
  overflow: hidden;
  background: var(--ink);
}
.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(9px);
  opacity: 0.35;
  transform: scale(1.08);
}
.gallery-tile:nth-child(2) img {
  object-position: right;
}
.gallery-tile:nth-child(3) img {
  object-position: left;
}
.gallery-tile > div {
  position: absolute;
  inset: 0;
  padding: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: var(--cream);
}
.gallery-tile span {
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--gold);
}
.gallery-tile h3 {
  font-size: 29px;
  margin-top: 15px;
}
.amenities {
  background: #eae5d8;
}
.amenities .eyebrow {
  color: #856631;
}
.amenities h2 em {
  color: #927038;
}
.amenities .section-heading > p {
  color: #647065;
}
.amenity-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.amenity-grid article {
  border-top: 1px solid #b5a27d;
  padding-top: 20px;
}
.amenity-grid span {
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #856631;
}
.amenity-grid h3 {
  font-size: 30px;
  margin: 23px 0 15px;
}
.amenity-grid p {
  font-size: 13px;
  color: #6a705e;
}
.amenities > .button {
  margin-top: 25px;
}
@media (max-width: 1100px) {
  header {
    gap: 15px;
  }
  .brand-name {
    font-size: 20px;
  }
  .brand-name i {
    font-size: 16px;
  }
  nav {
    gap: 13px;
    font-size: 11px;
  }
  .highlights-grid,
  .amenity-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
  .gallery-tile:first-child {
    grid-column: 1/-1;
  }
  .hero-content {
    padding-top: 85px;
  }
}
@media (max-width: 900px) {
  .menu-toggle {
    display: block;
  }
  nav {
    display: none;
    position: absolute;
    top: 92px;
    left: 0;
    right: 0;
    padding: 20px 7%;
    background: var(--ink);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    gap: 6px;
    font-size: 14px;
  }
  nav.open {
    display: flex;
  }
  .header-call {
    margin-left: auto;
    margin-right: 12px;
  }
  .hero-shade {
    background: linear-gradient(90deg, #faf6e9e8, #faf6e9ad 42%, #faf6e92b);
  }
  .hero-image {
    background-position: 60% center;
  }
}
@media (max-width: 720px) {
  nav {
    top: 76px;
  }
  .hero {
    min-height: 790px;
  }
  .hero-content {
    padding-top: 60px;
    padding-bottom: 180px;
  }
  .hero h1 {
    font-size: 64px;
  }
  .hero-image {
    background-position: 65% center;
  }
  .hero-shade {
    background: linear-gradient(180deg, #faf6e9ed, #faf6e9c9 42%, #faf6e91a 80%);
  }
  .hero-caption {
    bottom: 65px;
    right: 7%;
    left: 7%;
    text-align: center;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .gallery-tile:first-child {
    grid-column: auto;
  }
  .gallery-tile {
    height: 250px;
  }
  .highlights-grid,
  .amenity-grid {
    gap: 30px 20px;
  }
  .highlights-grid h3,
  .amenity-grid h3 {
    font-size: 27px;
  }
  .gallery {
    padding-bottom: 15px;
  }
  .hero .button {
    gap: 15px;
  }
}

.rera-status {
  color: var(--gold);
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0 0 22px;
}
.footer-rera {
  margin: 28px 0 0;
}

/* More compact banner. */
.hero {
  min-height: 690px;
}
.hero-content {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 1000px) {
  .hero-content {
    padding-top: 65px;
  }
}
@media (max-width: 720px) {
  .hero {
    min-height: 735px;
  }
  .hero-content {
    padding-top: 45px;
    padding-bottom: 165px;
  }
  .site-visit-badge {
    bottom: 118px;
  }
  .hero-caption {
    bottom: 30px;
  }
}
