
.brand{min-width:280px;gap:14px}
.brand-logo{width:58px;height:58px;object-fit:contain;flex:0 0 auto;filter:drop-shadow(0 3px 8px rgba(0,0,0,.24))}
.brand strong{font-size:25px;line-height:1.05}.brand small{font-size:11px;line-height:1.25;margin-top:5px;letter-spacing:.04em}
.main-nav{gap:28px}.main-nav a{font-size:13px}.header-button{font-size:13px;padding:14px 23px}
.hero{position:relative;height:100svh;min-height:600px;padding-bottom:65px;overflow:hidden;background:#071c31}
.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transform:none;opacity:0;z-index:1;transition:opacity .45s ease}
.hero-video.is-ready{opacity:1}
.hero-video-desktop{display:block}
.hero-video-mobile{display:none}
@media(max-width:800px){
  .hero-video-desktop{display:none!important}
  .hero-video-mobile{display:block!important;object-fit:cover;object-position:center}
}
.hero-end-image{height:100%;object-fit:cover;object-position:center;background:#071c31}
.hero-shade{background:rgba(2,18,35,.25)}
.hero h1{font-size:clamp(82px,10vw,156px);text-shadow:0 5px 24px rgba(0,0,0,.72)}
.hero-tagline{font-size:clamp(27px,2.8vw,42px)!important;color:#fff5d9!important;font-weight:600!important;text-shadow:0 3px 14px rgba(0,0,0,.9)}
.floating-call{display:none!important}
@media(max-width:1050px){.brand{min-width:235px}.brand strong{font-size:21px}.main-nav{gap:15px}.main-nav a{font-size:11px}}
@media(max-width:800px){.brand{min-width:0}.brand-logo{width:235px;height:64px;max-width:68vw}.brand strong{font-size:20px}.brand small{font-size:10px}.main-nav a{font-size:14px}.hero{height:100svh;min-height:620px;align-items:center}.hero-video{object-position:center;transform:none}.hero-end-image{object-fit:cover;object-position:center}.hero-shade{background:rgba(2,18,35,.3)}.hero h1{font-size:clamp(58px,15vw,82px)}.hero-tagline{font-size:clamp(24px,6vw,31px)!important}.plan-modal{width:min(460px,92vw)}}
@media(max-width:520px){.brand-logo{width:220px;height:60px;max-width:68vw}.brand strong{font-size:18px}.brand small{font-size:9px}.hero{min-height:580px}.brochure-modal{padding:34px 24px}.brochure-modal h2{font-size:40px}}

body, button, input, select, textarea, .eyebrow, .hero h1, .hero h2, .section-copy h2, .highlights h2, .amenities h2, .section-title h2, .location h2, .contact h2, .section-copy h3, .highlight-grid strong, .footer h3, .metric-card strong, .metrics-heading h2, .brochure-modal h2, .plan-modal-form h2 {
  font-family: Montserrat, sans-serif !important;
}

.narrative-interlude h2 {
  font-size: clamp(24px, 2.4vw, 36px) !important;
  line-height: 1.25 !important;
}

/* Smooth Zero-Lag Navigation Hover Underline */
.main-nav a {
  position: relative !important;
  transition: color 0.18s ease !important;
}

.main-nav a:after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -6px !important;
  width: 100% !important;
  height: 2.5px !important;
  background: var(--green) !important;
  transform: scaleX(0) !important;
  transform-origin: left center !important;
  transition: transform 0.2s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  will-change: transform !important;
  pointer-events: none !important;
}

.main-nav a:hover:after,
.main-nav a.active:after {
  transform: scaleX(1) !important;
  width: 100% !important;
}

/* Site Header Flex Structure */
.site-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 4% !important;
}

.site-header .brand {
  order: 1 !important;
  min-width: auto !important;
  flex: 0 0 auto !important;
}

.site-header .brand-logo {
  width: 92px;
  height: 64px;
  object-fit: contain;
}

.site-header .main-nav {
  order: 2 !important;
  flex: 0 1 auto !important;
  margin-left: auto !important;
  margin-right: 24px !important;
  justify-content: flex-end !important;
}

.site-header .nav-brochure-button {
  display: none !important;
}

.site-header .header-button {
  order: 3 !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
}

.site-header .menu-toggle {
  order: 4 !important;
  display: none !important;
}

.hero h1 {
  font-size: clamp(40px, 8vw, 90px);
}
.footer-brand .brand-logo {
  width: 110px;
  height: auto;
}

@media (max-width: 1050px) {
  .site-header .main-nav { margin-left: auto !important; margin-right: 16px !important; }
  .site-header .brand-logo { width: 78px; height: 56px; }
  .site-header .header-button { display: inline-flex !important; padding: 10px 18px !important; font-size: 11.5px !important; }
}

@media (max-width: 800px) {
  .site-header {
    height: 80px !important;
    padding: 0 4% !important;
  }
  .site-header .brand-logo {
    width: auto !important;
    max-width: 260px !important;
    height: 70px !important;
    max-height: 70px !important;
    object-fit: contain !important;
    object-position: left center !important;
  }

  /* Hide separate Request Brochure from mobile top header bar */
  .site-header .header-button {
    display: none !important;
  }

  /* 3-lines Menu Toggle icon right-aligned */
  .site-header .menu-toggle {
    order: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    background: transparent !important;
    border: 1px solid rgba(5, 37, 70, 0.22) !important;
    border-radius: 6px !important;
    font-size: 22px !important;
    line-height: 1 !important;
    color: var(--navy) !important;
    cursor: pointer !important;
    margin-left: auto !important;
    flex-shrink: 0 !important;
  }

  .site-header.scrolled .menu-toggle {
    color: var(--navy) !important;
    border-color: rgba(5, 37, 70, 0.28) !important;
  }

  .site-header .main-nav {
    order: 5 !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 80px !important;
    margin: 0 !important;
    background: #ffffff !important;
    box-shadow: 0 16px 36px rgba(3, 29, 57, 0.18) !important;
    border-top: 1px solid #edf0e7 !important;
    padding: 16px 6% 22px !important;
  }

  .site-header .main-nav a {
    padding: 12px 0 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: var(--navy) !important;
    border-bottom: 1px solid #f0f3ea !important;
  }

  .site-header .main-nav a:after {
    display: none !important;
  }

  /* Request Brochure Button inside 3-lines menu */
  .site-header .main-nav .nav-brochure-button {
    display: flex !important;
    width: 100% !important;
    margin-top: 16px !important;
    padding: 13px 20px !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    background: var(--green) !important;
    color: #03203e !important;
    border: none !important;
    border-radius: 6px !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    box-shadow: 0 4px 14px rgba(175, 220, 27, 0.35) !important;
    cursor: pointer !important;
  }

  .hero h1 { font-size: clamp(50px, 13vw, 70px); }
}

@media (max-width: 400px) {
  .site-header .menu-toggle {
    width: 38px !important;
    height: 38px !important;
    font-size: 20px !important;
  }
}


.metrics-heading h2,
.amenity-directory h2,
.amenities-heading h2 {
  color: var(--navy) !important;
  line-height: 1.18 !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

h1, h2, h3, h4, h5, h6,
strong, b,
.button,
.main-nav a,
.eyebrow,
.amenity-tab,
.plan-preview>span,
.plan-preview-card span,
.plan-form label>span {
  font-weight: 600 !important;
}



.hero .hero-copy{opacity:0!important;visibility:hidden;transform:translateY(10px)!important;transition:opacity .45s ease,transform .45s ease,visibility .45s ease}
.hero.hero-media-ready .hero-copy{opacity:1!important;visibility:visible;transform:none!important}
.hero .hero-video{transition:opacity .45s ease}


.project-metrics{
  position:relative;
  isolation:isolate;
  background-image:linear-gradient(rgba(245,243,237,.70),rgba(245,243,237,.70)),url("../images/landing/metrics-balcony-bg.png")!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
}
.project-metrics .metrics-heading,.project-metrics .metrics-grid{position:relative;z-index:1}



.location.section{display:block!important;padding:78px 6%!important;}
.location-copy{width:100%;max-width:1500px;margin:0 auto;}
.location-copy>p:not(.eyebrow){max-width:850px;}
.location-advantages-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin:30px 0 26px;align-items:stretch;}
.location-advantage{padding:20px 17px;border:1px solid rgba(10,43,73,.12);border-radius:10px;background:rgba(255,255,255,.68);box-shadow:0 8px 25px rgba(3,29,57,.055);}
.location-advantage h3{font-size:14px;line-height:1.35;color:var(--navy);margin:0 0 13px;font-weight:700;}
.location-advantage p{font-size:11px;line-height:1.55;color:var(--muted);margin:0 0 7px;}
.location-advantage strong{color:var(--green);font-weight:700;white-space:nowrap;}
.location-cta{margin-top:2px;}
@media(max-width:1100px){.location-advantages-row{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:620px){.location-advantages-row{grid-template-columns:1fr;}.location.section{padding:58px 5%!important;}}


.embedded-maps{
  margin-top:34px;
  display:grid;
  grid-template-columns:1fr;
  gap:24px;
}
.map-block{
  overflow:hidden;
  border-radius:14px;
  background:#fff;
  border:1px solid rgba(10,43,73,.12);
  box-shadow:0 12px 32px rgba(3,29,57,.07);
}
.map-address{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:15px 20px;
  background:#f7f5ee;
  color:var(--navy);
}
.map-address span{
  flex:0 0 auto;
  color:var(--green);
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:11px;
  font-weight:600;
  padding-top:2px;
}
.map-address strong{
  font-size:12px;
  line-height:1.55;
  font-weight:500;
}
.map-block iframe{
  display:block;
  width:100%;
  height:360px;
  border:0;
}


.contact{margin-top:0!important;}
.contact .contact-map{display:none!important;}

@media(max-width:700px){
  .map-address{flex-direction:column;gap:5px;padding:14px 15px;}
  .map-block iframe{height:300px;}
}


.site-header .brand-logo{width:300px!important;height:76px!important;max-height:76px!important;object-fit:contain!important;object-position:left center!important;filter:none!important}
.footer-brand .brand-logo{width:310px!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:left center!important;filter:none!important}
.modal-brand-logo{width:280px!important;height:auto!important;max-height:none!important;object-fit:contain!important;filter:none!important}
@media(max-width:1050px){.site-header .brand-logo{width:260px!important;height:68px!important;max-height:68px!important}}
@media(max-width:800px){.site-header .brand-logo{width:auto!important;height:70px!important;max-height:70px!important;max-width:260px!important}.footer-brand .brand-logo{width:240px!important}.modal-brand-logo{width:220px!important}}
@media(max-width:520px){.site-header .brand-logo{width:auto!important;height:65px!important;max-height:65px!important;max-width:240px!important}.footer-brand .brand-logo{width:215px!important}}

/* ==========================================================================
   Modals (Plan Modal & Brochure Modal) - Clean Compact Card Design
   ========================================================================== */

body.modal-open {
  overflow: hidden !important;
}

.modal-overlay-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(4, 18, 38, 0.82);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.modal-overlay-backdrop.is-open {
  display: block !important;
}

.modal-overlay {
  display: none !important;
  position: fixed !important;
  z-index: 100000 !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  width: min(440px, 92vw) !important;
  max-width: 440px !important;
  max-height: 90vh !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  background: #ffffff !important;
  border-radius: 16px !important;
  box-shadow: 0 25px 70px rgba(4, 18, 38, 0.45) !important;
  border: 1px solid rgba(6, 41, 77, 0.12) !important;
  padding: 34px 30px 28px !important;
}

.modal-overlay.is-open {
  display: block !important;
}

.plan-modal-visual {
  display: none !important;
}

.plan-modal,
.brochure-modal {
  width: min(440px, 92vw) !important;
  max-width: 440px !important;
  background: #ffffff !important;
  box-sizing: border-box !important;
}

.plan-modal-form {
  padding: 0 !important;
  background: transparent !important;
  color: var(--navy) !important;
  text-align: center;
}

/* Modal Brand Logo */
.modal-brand-logo {
  display: block !important;
  width: 170px !important;
  max-width: 170px !important;
  height: auto !important;
  margin: 0 auto 10px !important;
  object-fit: contain !important;
}

/* Eyebrow in Modals */
.plan-modal-form .eyebrow,
.brochure-modal .eyebrow {
  font-family: Montserrat, sans-serif !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: var(--green) !important;
  margin: 0 0 6px !important;
  text-align: center !important;
}

/* Modal Titles */
.plan-modal-form h2,
.brochure-modal h2 {
  font-family: Montserrat, sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: var(--navy) !important;
  margin: 0 0 16px !important;
  line-height: 1.25 !important;
  text-align: center !important;
}

.brochure-modal .modal-subtitle,
.brochure-modal > p:not(.eyebrow) {
  font-size: 12.5px !important;
  color: var(--muted) !important;
  margin: -8px 0 18px !important;
  text-align: center !important;
  line-height: 1.45 !important;
}

/* Modal Form Labels & Inputs */
.plan-modal-form label,
.brochure-modal label {
  display: flex !important;
  flex-direction: column !important;
  text-align: left !important;
  margin-bottom: 13px !important;
}

.plan-modal-form label span,
.brochure-modal label span {
  font-family: Montserrat, sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  color: var(--navy) !important;
  margin-bottom: 5px !important;
}

.plan-modal-form input,
.brochure-modal input {
  width: 100% !important;
  box-sizing: border-box !important;
  background: #f7faf4 !important;
  border: 1px solid #d5dfcf !important;
  border-radius: 6px !important;
  padding: 10px 13px !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 13.5px !important;
  color: var(--navy) !important;
  transition: all 0.2s ease !important;
}

.plan-modal-form input:focus,
.brochure-modal input:focus {
  background: #ffffff !important;
  border-color: var(--green) !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(175, 220, 27, 0.22) !important;
}

/* Modal Submit Buttons */
.plan-modal-form .button,
.brochure-modal .button {
  width: 100% !important;
  max-width: 100% !important;
  margin: 14px 0 0 !important;
  padding: 12px 20px !important;
  background: var(--green) !important;
  color: #03203e !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  border: none !important;
  border-radius: 6px !important;
  box-shadow: 0 4px 14px rgba(175, 220, 27, 0.3) !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.plan-modal-form .button:hover,
.brochure-modal .button:hover {
  background: #9ecc15 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 18px rgba(175, 220, 27, 0.4) !important;
}

/* Modal Close Buttons (×) */
.plan-modal-close,
.brochure-modal .modal-close {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(6, 41, 77, 0.15) !important;
  background: #f4f7ee !important;
  color: var(--navy) !important;
  font-size: 20px !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.18s ease !important;
  padding: 0 !important;
  z-index: 10 !important;
}

.plan-modal-close:hover,
.brochure-modal .modal-close:hover {
  background: var(--navy) !important;
  color: #ffffff !important;
  border-color: var(--navy) !important;
}

@media (max-width: 480px) {
  .modal-overlay,
  .plan-modal,
  .brochure-modal {
    width: 93vw !important;
    padding: 26px 20px 22px !important;
  }
  .modal-brand-logo {
    width: 140px !important;
  }
  .plan-modal-form h2,
  .brochure-modal h2 {
    font-size: 19px !important;
  }
}

/* Map address overlay + tighter map-to-contact spacing */
.location.section{padding-bottom:24px!important;}
.map-block{position:relative;}
.map-address-overlay{
  position:absolute;
  z-index:3;
  top:18px;
  left:18px;
  width:min(430px,calc(100% - 36px));
  display:block;
  padding:16px 18px;
  border-radius:10px;
  background:rgba(255,255,255,.96);
  box-shadow:0 8px 24px rgba(3,29,57,.18);
}
.map-address-overlay span{display:block;margin-bottom:6px;}
.map-address-overlay p{margin:0;color:#263746;font-size:12px;line-height:1.5;font-weight:500;}
.contact{padding-top:38px!important;}
@media(max-width:700px){
  .location.section{padding-bottom:18px!important;}
  .map-address-overlay{top:12px;left:12px;width:calc(100% - 24px);padding:12px 14px;}
  .contact{padding-top:28px!important;}
}


/* Project credentials section placed above the original footer */
.project-credentials{
  background:#0c3a67;
  color:#fff;
  padding:34px 6% 30px;
}
.project-credentials-inner{
  max-width:1320px;
  margin:0 auto;
}
.project-by-label{
  margin:0 0 12px;
  text-align:center;
  color:#fff;
  font-size:13px;
  font-weight:600;
  letter-spacing:.08em;
}
.project-by-logo{
  display:block;
  width:min(620px,82vw);
  max-height:150px;
  object-fit:contain;
  margin:0 auto 20px;
}
.project-credentials-divider{
  height:1px;
  background:rgba(255,255,255,.35);
  margin:0 0 22px;
}
.project-details-grid {
  display: grid !important;
  grid-template-columns: 1.15fr 1.15fr 1fr 1.35fr !important;
  gap: 24px !important;
  align-items: start !important;
}
.project-address{
  padding-right:24px;
  border-right:1px solid rgba(255,255,255,.32);
}
.project-address h3,
.project-rera h3{
  margin:0 0 8px;
  color:#b5cc23;
  font-size:13px;
  font-weight:600;
}
.project-address p,
.project-rera p,
.project-rera small{
  margin:0;
  color:#fff;
  font-size:12px;
  line-height:1.65;
}
.project-rera{
  display:flex;
  align-items:center;
  gap:16px;
}
.project-rera>img{
  width:100px;
  height:100px;
  object-fit:contain;
  border:none;
  padding:0;
  border-radius:0;
  background:transparent;
  flex-shrink:0;
}
.project-rera small{
  display:block;
  margin-top:2px;
  font-size:9px;
  opacity:.9;
}
.map-address-overlay {
  display: none !important;
}

.map-direct-link {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  z-index: 10 !important;
  text-decoration: none !important;
}

.map-open-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 10px 18px !important;
  background: #06294d !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  border-radius: 25px !important;
  box-shadow: 0 6px 20px rgba(3, 29, 57, 0.28) !important;
  transition: all 0.25s ease !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
}

.map-open-badge:hover {
  background: #4f7008 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(79, 112, 8, 0.35) !important;
}



/* Official Project Metrics - 3 Boxes Visible on Laptop View */
.metrics-carousel-wrapper {
  position: relative;
  max-width: 1220px;
  margin: 48px auto 0;
  padding: 0 46px;
}

.project-metrics .metrics-grid,
.metrics-carousel-wrapper .metrics-grid {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  grid-template-columns: none !important;
  overflow-x: auto !important;
  scroll-behavior: smooth;
  gap: 24px !important;
  padding: 15px 5px 25px !important;
  margin: 0 !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

.project-metrics .metrics-grid::-webkit-scrollbar,
.metrics-carousel-wrapper .metrics-grid::-webkit-scrollbar {
  display: none !important;
}

.metric-card {
  position: relative !important;
  flex: 0 0 calc((100% - 48px) / 3) !important;
  width: calc((100% - 48px) / 3) !important;
  min-width: calc((100% - 48px) / 3) !important;
  max-width: calc((100% - 48px) / 3) !important;
  min-height: 290px !important;
  padding: 58px 28px 20px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  background: linear-gradient(145deg, #ffffff 0%, #f7faf2 45%, #eaf3df 100%) !important;
  border: 1.5px solid rgba(132, 170, 6, 0.38) !important;
  border-radius: 24px 6px 24px 6px !important;
  box-shadow: 0 14px 38px rgba(104, 139, 16, 0.14), 0 4px 12px rgba(3, 29, 57, 0.05) !important;
  box-sizing: border-box !important;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s ease, border-color 0.35s ease !important;
  overflow: hidden !important;
}

.metric-card:hover {
  transform: translateY(-6px) !important;
  border-color: #84aa06 !important;
  box-shadow: 0 20px 45px rgba(104, 139, 16, 0.24), 0 6px 16px rgba(3, 29, 57, 0.08) !important;
}

.metric-card .metric-icon {
  width: 35px !important;
  height: 35px !important;
  max-width: 35px !important;
  max-height: 35px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 0 16px 0 !important;
}

.metric-card strong {
  display: flex !important;
  align-items: flex-end !important;
  height: 44px !important;
  margin: 0 0 8px 0 !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 38px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  color: #031d39 !important;
  letter-spacing: -0.01em !important;
}

.metric-card strong.metric-feature {
  display: flex !important;
  align-items: flex-end !important;
  height: 44px !important;
  margin: 0 0 8px 0 !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: #031d39 !important;
}

.metric-card h3 {
  display: flex !important;
  align-items: center !important;
  height: 22px !important;
  margin: 0 0 8px 0 !important;
  font-family: Montserrat, sans-serif !important;
  color: #031d39 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  line-height: 1.3 !important;
  white-space: nowrap !important;
}

.metric-card p {
  margin: 0 !important;
  font-family: Montserrat, sans-serif !important;
  color: rgba(3, 29, 57, 0.82) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
}

.metric-card .metric-index {
  position: absolute !important;
  right: 22px !important;
  top: 20px !important;
  color: #031d39 !important;
  background: rgba(132, 170, 6, 0.15) !important;
  border: 1px solid rgba(132, 170, 6, 0.35) !important;
  border-radius: 20px !important;
  padding: 3px 11px !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
}

.metric-scroll-btn {
  position: absolute;
  top: calc(50% - 6px);
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #031d39;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  z-index: 10;
  box-shadow: 0 6px 20px rgba(3, 29, 57, 0.22);
  transition: background 0.25s ease, transform 0.25s ease, color 0.25s ease;
  user-select: none;
}

.metric-scroll-btn:hover {
  background: #90aa1d;
  color: #031d39;
  transform: translateY(-50%) scale(1.08);
}

.metric-scroll-btn.metric-scroll-prev {
  left: -4px;
}

.metric-scroll-btn.metric-scroll-next {
  right: -4px;
}

/* Whitespace and White Background for Amenities Showcase */
.amenities-showcase {
  background: #ffffff !important;
  padding-bottom: 60px !important;
  margin-bottom: 0 !important;
}
.configuration.plan-library {
  padding-top: 70px !important;
  margin-top: 0 !important;
}
@media (max-width: 768px) {
  .amenities-showcase {
    padding-bottom: 40px !important;
  }
  .configuration.plan-library {
    padding-top: 45px !important;
  }
}

/* Amenity Photo Cards - Full Width Light Transparent Title Overlay */
.amenity-carousel .amenity-photo-grid article,
.amenity-photo-grid article {
  position: relative !important;
  background: #ffffff !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  border: 1px solid rgba(6, 41, 77, 0.08) !important;
  box-shadow: 0 10px 25px rgba(3, 29, 57, 0.06) !important;
}

.amenity-carousel .amenity-photo-grid article h3,
.amenity-photo-grid article h3,
.amenity-photo-grid h3 {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 28px 16px 16px !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(3, 29, 57, 0.65) 100%) !important;
  backdrop-filter: blur(4px) !important;
  -webkit-backdrop-filter: blur(4px) !important;
  color: #ffffff !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  text-align: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  letter-spacing: 0.04em !important;
  line-height: 1.25 !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8) !important;
  text-transform: uppercase !important;
}

/* Open-deck Seating image focal alignment to keep all people visible */
.amenity-carousel .amenity-photo-grid img[src*="amenity-new-deck"],
.amenity-photo-grid img[src*="amenity-new-deck"] {
  object-position: left center !important;
}

/* Global Typography Audit Fixes */

/* 1. Hero tagline is too large */
.hero-tagline {
  font-size: clamp(20px, 2vw, 28px) !important;
  font-weight: 500 !important;
}

/* 2. Location advantage cards text is too small */
.location-advantage h3 {
  font-size: 16px !important;
}
.location-advantage p {
  font-size: 13px !important;
}

/* 3. Contact section header is overwhelmingly large and bold */
.contact-intro h2 {
  font-size: clamp(32px, 4vw, 38px) !important;
  line-height: 1.2 !important;
}

/* 4. Contact form labels are too small */
.enquiry-form label span {
  font-size: 12px !important;
  margin-bottom: 6px !important;
}

/* 5. Footer links and text are too small */
.footer > div:not(.brand) a,
.footer > div:not(.brand) p {
  font-size: 13px !important;
  margin-bottom: 8px !important;
}

/* 6. Fix overlap between contact form and project credentials */
.contact {
  padding-bottom: 80px !important;
}
@media (max-width: 700px) {
  .contact {
    padding-bottom: 50px !important;
  }
}

/* 7. Footer Layout & Disclaimer */
.footer-simple {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.7);
  padding: 26px 6% 22px;
}
.footer-simple-inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 1320px;
  margin: 0 auto;
}
.footer-disclaimer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding-bottom: 16px;
}
.footer-disclaimer p {
  font-family: Montserrat, sans-serif !important;
  font-size: 11px !important;
  line-height: 1.65 !important;
  color: rgba(255, 255, 255, 0.65) !important;
  margin: 0 !important;
  text-align: justify;
}
.footer-disclaimer strong {
  color: rgba(255, 255, 255, 0.88) !important;
  font-weight: 700 !important;
}
.footer-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.footer-simple .copyright {
  font-size: 12.5px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}
.footer-simple .copyright a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.footer-simple .copyright a:hover {
  color: #ffffff;
  text-decoration: none;
}
.footer-simple .social-links {
  font-size: 12.5px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer-simple .social-links a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  margin: 0 2px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.footer-simple .social-links a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: currentColor;
}
.footer-simple .social-links a:hover {
  text-decoration: underline;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .footer-simple {
    padding: 22px 5% 20px !important;
  }
  .footer-disclaimer p {
    font-size: 10px !important;
    line-height: 1.55 !important;
    text-align: left !important;
  }
  .footer-bottom-row {
    flex-direction: column-reverse;
    gap: 12px;
    text-align: center;
  }
  .footer-simple .copyright {
    font-size: 11px !important;
  }
  .footer-simple .social-links {
    font-size: 12px !important;
    justify-content: center;
  }
}

/* Specifications 2-Column Accordion Section (Muktangan Kimaya Theme) */
.specifications-section {
  background: #ffffff !important;
  padding: 90px 6% 100px !important;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #edf0e7;
  border-bottom: 1px solid #edf0e7;
}

.spec-header-wrap {
  text-align: center;
  position: relative;
  max-width: 900px;
  margin: 0 auto 50px;
}

.spec-header-wrap .eyebrow {
  font-family: Montserrat, sans-serif !important;
  font-size: 25px !important;
  letter-spacing: 0.22em !important;
  color: var(--green) !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important;
}

.spec-watermark {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Montserrat, sans-serif;
  font-size: clamp(38px, 6.5vw, 84px);
  font-weight: 800;
  letter-spacing: 0.16em;
  color: rgba(6, 41, 77, 0.04);
  text-transform: uppercase;
  user-select: none;
  pointer-events: none;
  white-space: nowrap;
  z-index: 0;
}

.spec-main-title {
  position: relative;
  z-index: 1;
  font-family: Montserrat, sans-serif !important;
  font-size: clamp(26px, 3.2vw, 42px) !important;
  font-weight: 700 !important;
  color: var(--navy) !important;
  letter-spacing: 0.02em !important;
  margin: 0 0 10px !important;
  line-height: 1.2 !important;
}

.spec-sub-title {
  position: relative;
  z-index: 1;
  font-family: Montserrat, sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: var(--muted) !important;
  line-height: 1.6 !important;
  max-width: 680px;
  margin: 0 auto !important;
}

.spec-columns-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 28px;
  max-width: 1350px;
  margin: 0 auto;
  align-items: start;
}

.spec-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.spec-card-item {
  border-radius: 6px;
  overflow: hidden;
  background: #f4f7ec;
  border: 1px solid #dce5c7;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.spec-card-item[open] {
  box-shadow: 0 8px 24px rgba(104, 139, 16, 0.14);
  border-color: var(--green);
}

.spec-card-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 22px;
  background: #f4f7ec;
  border-left: 5px solid var(--green);
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.2s ease;
}

.spec-card-summary::-webkit-details-marker {
  display: none;
}

.spec-card-summary:hover {
  background: #ebf1df;
}

.spec-card-title {
  font-family: Montserrat, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: var(--navy) !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  line-height: 1.3 !important;
}

.spec-card-arrow {
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--navy);
  border-bottom: 2px solid var(--navy);
  transform: rotate(45deg);
  transition: transform 0.25s ease, border-color 0.25s ease;
  margin-right: 4px;
  flex-shrink: 0;
}

.spec-card-item[open] .spec-card-arrow {
  transform: rotate(-135deg);
  border-color: var(--green);
}

.spec-card-body {
  padding: 18px 22px 20px;
  background: #ffffff;
  border-top: 1px solid #e1e9d2;
}

.spec-card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.spec-card-body li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13.5px;
  line-height: 1.7;
  color: #4a5766;
}

.spec-card-body li:last-child {
  margin-bottom: 0;
}

.spec-card-body li::before {
  content: "▪";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: var(--green);
}

/* Tablet & Mobile Responsive */
@media (max-width: 950px) {
  .specifications-section {
    padding: 70px 5% 80px !important;
  }
  .spec-columns-grid {
    gap: 14px 18px;
  }
  .spec-card-summary {
    padding: 14px 18px;
  }
  .spec-card-title {
    font-size: 13px !important;
  }
}

@media (max-width: 768px) {
  .spec-columns-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .spec-card-summary {
    padding: 14px 16px;
  }
  .spec-card-body {
    padding: 14px 16px 16px;
  }
  .spec-card-body li {
    font-size: 13px;
  }
  .spec-watermark {
    font-size: 32px;
    top: -10px;
  }
}

/* ==========================================================================
   Full Page Responsive Optimization for All Screen Sizes
   ========================================================================== */

html, body {
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100vw !important;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: border-box;
}

img, video, iframe {
  max-width: 100%;
}

/* Hero Section Responsiveness */
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100svh;
  min-height: 560px;
}

.hero-copy {
  position: relative;
  z-index: 3;
  padding: 0 5%;
  max-width: 1100px;
  margin: 0 auto;
}

.hero h1 {
  font-size: clamp(34px, 7.5vw, 84px) !important;
  line-height: 1.12 !important;
  margin: 0 0 14px 0 !important;
}

.hero-tagline {
  font-size: clamp(15px, 2.4vw, 24px) !important;
  margin: 0 !important;
  line-height: 1.4 !important;
}

.hero .scroll-cue {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}

/* Tablet & Mobile Breakpoints */
@media (max-width: 992px) {
  .section {
    padding: 65px 5% !important;
  }
  .overview {
    display: flex !important;
    flex-direction: column !important;
    gap: 28px !important;
    text-align: left !important;
  }
  .overview .overview-visual {
    order: 1 !important;
    max-width: 600px;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .overview .section-copy {
    order: 2 !important;
    width: 100% !important;
  }
  .metrics-carousel-wrapper {
    max-width: 800px;
    padding: 0 40px !important;
  }
  .project-metrics .metrics-grid {
    gap: 20px !important;
  }
  .metric-card {
    flex: 0 0 calc((100% - 20px) / 2) !important;
    width: calc((100% - 20px) / 2) !important;
    min-width: calc((100% - 20px) / 2) !important;
    max-width: calc((100% - 20px) / 2) !important;
    min-height: 270px !important;
    padding: 28px 24px !important;
  }
  .project-details-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px 30px !important;
  }
  .project-address {
    padding-right: 0 !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding-bottom: 16px !important;
  }
}

@media (max-width: 768px) {
  .site-header {
    height: 80px !important;
    padding: 0 4% !important;
  }
  .site-header .brand-logo {
    width: auto !important;
    height: 70px !important;
    max-height: 70px !important;
    max-width: 260px !important;
    object-fit: contain !important;
    object-position: left center !important;
  }
  .site-header .main-nav {
    top: 80px !important;
  }
  .hero {
    height: 100svh;
    min-height: 520px;
    padding-bottom: 40px;
  }
  .narrative-interlude {
    padding: 55px 6% !important;
  }
  .narrative-interlude h2 {
    font-size: clamp(20px, 4.8vw, 26px) !important;
    line-height: 1.25 !important;
  }
  .overview {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
  }
  .overview .overview-visual {
    order: 1 !important;
    width: 100% !important;
  }
  .overview .section-copy {
    order: 2 !important;
    width: 100% !important;
  }

  /* Project Highlights - Single Box per View on Mobile */
  .metrics-carousel-wrapper {
    position: relative !important;
    max-width: 400px !important;
    margin: 28px auto 0 !important;
    padding: 0 42px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .project-metrics .metrics-grid,
  .metrics-carousel-wrapper .metrics-grid {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    gap: 0 !important;
    padding: 10px 0 20px !important;
    margin: 0 !important;
    width: 100% !important;
    scrollbar-width: none !important;
  }
  .metric-card {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    min-height: 250px !important;
    padding: 30px 24px !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;
    box-sizing: border-box !important;
    border-radius: 20px 6px 20px 6px !important;
  }
  .metric-card h3 {
    white-space: normal !important;
  }
  .metric-scroll-btn {
    display: flex !important;
    width: 36px !important;
    height: 36px !important;
    font-size: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
  }
  .metric-scroll-btn.metric-scroll-prev {
    left: 0 !important;
  }
  .metric-scroll-btn.metric-scroll-next {
    right: 0 !important;
  }

  .amenity-directory-inner {
    padding: 0 4% !important;
  }
  .amenity-directory-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .plan-preview-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    max-width: 440px !important;
    margin: 0 auto !important;
  }
  .contact {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
  .project-credentials {
    padding: 30px 5% 24px !important;
  }
  .project-by-logo {
    width: min(380px, 90vw) !important;
    max-height: 80px !important;
    margin: 0 auto 16px !important;
  }
  .project-details-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }
  .project-address {
    padding-right: 0 !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding-bottom: 14px !important;
  }
  .project-address p {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }
  .project-rera {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 16px !important;
    padding-top: 4px !important;
  }
  .project-rera > img {
    width: 76px !important;
    height: 76px !important;
    flex-shrink: 0 !important;
  }
}

@media (max-width: 600px) {
  .site-header {
    height: 76px !important;
  }
  .site-header .brand-logo {
    width: auto !important;
    height: 66px !important;
    max-height: 66px !important;
    max-width: 245px !important;
    object-fit: contain !important;
  }
  .site-header .main-nav {
    top: 76px !important;
  }
  .metrics-carousel-wrapper {
    max-width: 380px !important;
    padding: 0 40px !important;
    margin-top: 24px !important;
  }
}

@media (max-width: 480px) {
  .site-header {
    height: 74px !important;
    padding: 0 4% !important;
  }
  .site-header .brand-logo {
    width: auto !important;
    height: 63px !important;
    max-height: 63px !important;
    max-width: 230px !important;
  }
  .site-header .main-nav {
    top: 74px !important;
  }
  .hero h1 {
    font-size: clamp(28px, 8.5vw, 42px) !important;
  }
  .hero-tagline {
    font-size: 14px !important;
  }
  .metrics-carousel-wrapper {
    max-width: 100% !important;
    padding: 0 36px !important;
    margin-top: 20px !important;
  }
  .metric-card {
    min-height: 240px !important;
    padding: 26px 18px !important;
  }
  .metric-scroll-btn {
    display: flex !important;
    width: 32px !important;
    height: 32px !important;
    font-size: 18px !important;
  }
  .metric-scroll-btn.metric-scroll-prev {
    left: 0 !important;
  }
  .metric-scroll-btn.metric-scroll-next {
    right: 0 !important;
  }
  .brochure-modal, .plan-modal {
    width: 95vw !important;
    padding: 24px 18px !important;
  }
  .project-details-grid {
    gap: 14px !important;
  }
  .project-address h3,
  .project-rera h3 {
    font-size: 14px !important;
    margin-bottom: 6px !important;
  }
}

@media (max-width: 380px) {
  .site-header {
    height: 70px !important;
    padding: 0 3.5% !important;
  }
  .site-header .brand-logo {
    width: auto !important;
    height: 58px !important;
    max-height: 58px !important;
    max-width: 210px !important;
  }
  .site-header .main-nav {
    top: 70px !important;
  }
  .metrics-carousel-wrapper {
    padding: 0 32px !important;
  }
  .metric-scroll-btn {
    width: 30px !important;
    height: 30px !important;
    font-size: 16px !important;
  }
}
