/*
Theme Name: Embassy Projects
Theme URI: https://example.com/
Author: Nishant
Author URI: https://example.com/
Description: v1.1 — every page and project ships as a pre-built, fully editable Elementor layout. Multi-page luxury real estate theme covering the full Embassy Developments MMR portfolio — 10 pre-loaded projects across Mumbai, Thane and Navi Mumbai with Home, Projects, Project Detail, About, Gallery and Contact pages. Elementor-compatible: any page or project built with Elementor automatically replaces the theme's default layout. Content lives in inc/projects-data.php; contact details in the Customizer.
Version: 1.2.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: embassy-projects
Tags: real-estate, luxury, elementor, one-column, custom-colors
*/
/* ============================================================
   Design tokens — exact palette from the brief
   ============================================================ */
:root {
  --paper: #ffffff;
  --surface: #f8f8f8;
  --ink: #111111;
  --gold: #c8a96a;
  --body: #333333;
  --line: #e5e5e5;
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "Inter", system-ui, -apple-system, sans-serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ============================================================
   Base
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--body);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0;
  line-height: 1.12;
}
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
::selection { background: var(--gold); color: var(--ink); }
.screen-reader-text {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap;
}

/* ============================================================
   Layout helpers
   ============================================================ */
.container { max-width: 90rem; margin-inline: auto; padding-inline: 1.5rem; }
@media (min-width: 768px) { .container { padding-inline: 3rem; } }

.section { padding-block: 6rem; }
@media (min-width: 768px) { .section { padding-block: 8rem; } }
.section--surface { background: var(--surface); }
.section--dark { background: var(--ink); color: rgba(255,255,255,0.75); }
.section--dark h2, .section--dark h3 { color: var(--paper); }

.eyebrow {
  font-family: var(--font-body);
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin: 0 0 1rem;
}
.section-title { font-size: clamp(2rem, 4.5vw, 3.25rem); text-wrap: balance; }
.section-lead { max-width: 42rem; margin-top: 1.25rem; font-size: 1.05rem; }
.center { text-align: center; }
.center .section-lead { margin-inline: auto; }

/* Reveal-on-scroll (IntersectionObserver adds .is-visible) */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* ============================================================
   Buttons
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  height: 3rem; padding-inline: 1.75rem;
  font-size: .875rem; font-weight: 600; letter-spacing: .02em;
  text-decoration: none; border: 1px solid transparent;
  transition: background .3s, color .3s, border-color .3s;
}
.btn--lg { height: 3.5rem; padding-inline: 2.25rem; font-size: 1rem; }
.btn--gold { background: var(--gold); color: var(--ink); }
.btn--gold:hover { background: var(--ink); color: var(--paper); }
.btn--primary { background: var(--ink); color: var(--paper); }
.btn--primary:hover { background: var(--gold); color: var(--ink); }
.btn--outline { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn--outline:hover { background: var(--ink); color: var(--paper); }
.btn--outline-light { border-color: rgba(255,255,255,.4); color: var(--paper); background: transparent; }
.btn--outline-light:hover { background: var(--paper); color: var(--ink); }
.btn--ghost-light { color: var(--paper); background: transparent; }
.btn--ghost-light:hover { color: var(--gold); }

/* ============================================================
   Header / nav
   ============================================================ */
.scroll-progress { position: fixed; inset: 0 0 auto 0; height: 2px; background: rgba(229,229,229,.4); z-index: 60; }
.scroll-progress__bar { height: 100%; width: 0; background: var(--gold); }

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  padding-block: 1.75rem;
  transition: background .5s, padding .5s, box-shadow .5s;
}
.site-header.is-scrolled {
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
  padding-block: 1rem;
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { font-family: var(--font-display); font-size: 1.35rem; color: var(--paper); text-decoration: none; line-height: 1.1; }
.brand small { display: block; font-family: var(--font-body); font-size: .55rem; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); }
.site-header.is-scrolled .brand { color: var(--ink); }

.nav-desktop { display: none; }
@media (min-width: 1280px) {
  .nav-desktop { display: flex; gap: 1.4rem; list-style: none; margin: 0; padding: 0; }
  .nav-desktop a {
    font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
    text-decoration: none; color: var(--paper); transition: color .3s;
  }
  .site-header.is-scrolled .nav-desktop a { color: var(--ink); }
  .nav-desktop a:hover { color: var(--gold); }
}
.header-cta { display: none; }
@media (min-width: 1024px) { .header-cta { display: inline-flex; height: 2.5rem; padding-inline: 1.25rem; font-size: .75rem; } }

.nav-toggle { background: none; border: 0; color: var(--paper); padding: .25rem; }
.site-header.is-scrolled .nav-toggle { color: var(--ink); }
@media (min-width: 1280px) { .nav-toggle { display: none; } }

.nav-mobile { position: fixed; inset: 0 0 auto 0; z-index: 40; background: var(--ink); padding: 6rem 0 2rem; display: none; }
.nav-mobile.is-open { display: block; }
.nav-mobile ul { list-style: none; margin: 0; padding: 0; }
.nav-mobile li { border-bottom: 1px solid rgba(255,255,255,.1); }
.nav-mobile a { display: block; padding: 1rem 0; font-family: var(--font-display); font-size: 1.3rem; color: var(--paper); text-decoration: none; }
.nav-mobile a:hover { color: var(--gold); }
.nav-mobile .btn { width: 100%; margin-top: 1.25rem; }

/* ============================================================
   Hero
   ============================================================ */
.hero {
  position: relative; min-height: 100svh; display: flex; align-items: flex-end;
  overflow: hidden; background: var(--ink); color: var(--paper);
}
.hero__bg { position: absolute; inset: -6rem 0 0; will-change: transform; }
.hero__bg .ph, .hero__bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .7; }
.hero__scrim { position: absolute; inset: 0; background: linear-gradient(to top, var(--ink), rgba(17,17,17,.4) 55%, rgba(17,17,17,.1)); }
.hero__numeral {
  position: absolute; right: -4vw; top: 50%; transform: translateY(-50%);
  font-family: var(--font-display); font-weight: 300; line-height: 1;
  font-size: 42vw; color: rgba(255,255,255,.06);
  user-select: none; pointer-events: none;
}
@media (min-width: 768px) { .hero__numeral { font-size: 32vw; } }
.hero__content { position: relative; z-index: 2; width: 100%; padding-block: 10rem 5rem; }
.hero__title { font-size: clamp(3rem, 9vw, 6.5rem); line-height: 1.02; color: var(--paper); }
.hero__sub { max-width: 36rem; margin-top: 1.5rem; font-size: clamp(1.05rem, 2vw, 1.3rem); color: rgba(255,255,255,.75); }
.hero__meta { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .75rem 2rem; font-size: .9rem; color: rgba(255,255,255,.7); }
.hero__meta .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); align-self: center; }
.hero__points { margin: 2rem 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: .75rem 2.5rem; }
.hero__points li { display: flex; align-items: center; gap: .6rem; font-size: .9rem; color: rgba(255,255,255,.85); }
.hero__points li::before { content: ""; width: 1.5rem; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); }
.hero__ctas { margin-top: 2.5rem; display: flex; flex-wrap: wrap; gap: 1rem; }
.hero__scroll { position: absolute; right: 3rem; bottom: 2rem; display: none; flex-direction: column; align-items: center; gap: .5rem; color: rgba(255,255,255,.5); font-size: .6rem; letter-spacing: .3em; text-transform: uppercase; }
.hero__scroll::after { content: ""; width: 1px; height: 2.5rem; background: rgba(255,255,255,.3); }
@media (min-width: 768px) { .hero__scroll { display: flex; } }

/* Entrance animation for hero children */
.hero .stagger { opacity: 0; transform: translateY(20px); animation: heroIn .8s var(--ease) forwards; }
.hero .stagger:nth-child(1) { animation-delay: .1s; }
.hero .stagger:nth-child(2) { animation-delay: .2s; }
.hero .stagger:nth-child(3) { animation-delay: .35s; }
.hero .stagger:nth-child(4) { animation-delay: .5s; }
.hero .stagger:nth-child(5) { animation-delay: .6s; }
.hero .stagger:nth-child(6) { animation-delay: .75s; }
@keyframes heroIn { to { opacity: 1; transform: none; } }

/* ============================================================
   Image placeholder (used when no asset supplied yet)
   ============================================================ */
.ph {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: .6rem; text-align: center; padding: 1.5rem;
  background: linear-gradient(135deg, var(--surface), #ececea);
  width: 100%; height: 100%;
}
.ph__label { font-size: .7rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: rgba(51,51,51,.55); margin: 0; }
.ph__alt { font-size: .72rem; color: rgba(51,51,51,.45); max-width: 18rem; margin: 0; line-height: 1.5; }
.ph svg { color: var(--gold); }
.frame { position: relative; overflow: hidden; }
.frame > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* ============================================================
   About / stats
   ============================================================ */
.about-grid { display: grid; gap: 3.5rem; margin-top: 3.5rem; }
@media (min-width: 1024px) { .about-grid { grid-template-columns: 7fr 5fr; gap: 4rem; } }
.about-copy p { margin: 0 0 1.5rem; font-size: 1.02rem; }
.about-rera-note { font-size: .75rem; color: rgba(51,51,51,.5); }
.fact-list { border-block: 1px solid var(--line); margin: 0; }
.fact-list > div { display: flex; justify-content: space-between; align-items: baseline; gap: 1.5rem; padding: 1rem 0; }
.fact-list > div + div { border-top: 1px solid var(--line); }
.fact-list dt { font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(51,51,51,.6); }
.fact-list dd { margin: 0; font-family: var(--font-display); font-size: 1.05rem; color: var(--ink); text-align: right; }

.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5rem 1.5rem; margin-top: 5rem; }
@media (min-width: 768px) { .stats { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .stats { grid-template-columns: repeat(6, 1fr); } }
.stat { border-top: 1px solid var(--line); padding-top: 1.25rem; }
.stat__value { font-family: var(--font-display); font-size: 2.5rem; color: var(--ink); line-height: 1; }
.stat__suffix { font-size: 1.35rem; color: var(--gold); margin-left: .25rem; }
.stat__label { margin-top: .6rem; font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(51,51,51,.65); }

/* ============================================================
   Card grids (why choose / amenities)
   ============================================================ */
.card-grid { display: grid; gap: 1.5rem; margin-top: 4rem; }
@media (min-width: 640px) { .card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .card-grid--4 { grid-template-columns: repeat(4, 1fr); } .card-grid--3 { grid-template-columns: repeat(3, 1fr); } }
.card {
  background: var(--paper); border: 1px solid var(--line); padding: 2rem;
  transition: border-color .3s, background .3s; height: 100%;
}
.card:hover { border-color: var(--gold); }
.card svg { color: var(--gold); }
.card h3 { font-size: 1.25rem; margin-top: 1.4rem; }
.card p { font-size: .9rem; margin: .8rem 0 0; }
.card ul { margin: 1rem 0 0; padding: 0; list-style: none; }
.card ul li { font-size: .9rem; padding: .25rem 0; }

/* ============================================================
   Highlights (dark, numbered)
   ============================================================ */
.hl-grid { margin-top: 4rem; border-top: 1px solid rgba(255,255,255,.1); display: grid; }
@media (min-width: 768px) { .hl-grid { grid-template-columns: 1fr 1fr; } }
.hl-item { display: flex; gap: 1.5rem; padding: 2rem 0; border-bottom: 1px solid rgba(255,255,255,.1); }
@media (min-width: 768px) {
  .hl-item { padding: 2.5rem; }
  .hl-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.1); }
}
.hl-item__num { font-family: var(--font-display); color: rgba(200,169,106,.6); font-size: 1.1rem; }
.hl-item h3 { font-size: 1.35rem; }
.hl-item p { max-width: 26rem; margin: .8rem 0 0; font-size: .9rem; color: rgba(255,255,255,.6); }

/* ============================================================
   Gallery
   ============================================================ */
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; margin-top: 3.5rem; }
@media (min-width: 768px) { .gallery-grid { grid-template-columns: repeat(4, 1fr); gap: 1rem; } }
.gallery-item { position: relative; overflow: hidden; border: 0; padding: 0; background: none; aspect-ratio: 4 / 5; }
.gallery-item--wide { grid-column: span 2; grid-row: span 2; aspect-ratio: 1 / 1; }
.gallery-item .frame, .gallery-item .ph { position: absolute; inset: 0; transition: transform .7s var(--ease); }
.gallery-item:hover .frame, .gallery-item:hover .ph { transform: scale(1.04); }
.gallery-item__veil {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(17,17,17,0); color: var(--paper); opacity: 0; transition: opacity .3s, background .3s;
}
.gallery-item:hover .gallery-item__veil { opacity: 1; background: rgba(17,17,17,.3); }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 70; display: none; align-items: center; justify-content: center; background: rgba(17,17,17,.92); padding: 1.5rem; }
.lightbox.is-open { display: flex; }
.lightbox__inner { width: min(92vw, 56rem); }
.lightbox__stage { position: relative; aspect-ratio: 4 / 3; background: var(--ink); }
.lightbox__caption { margin-top: .75rem; text-align: center; font-size: .85rem; color: rgba(255,255,255,.7); }
.lightbox__nav { margin-top: 1rem; display: flex; align-items: center; justify-content: center; gap: 1.5rem; }
.lightbox__nav button { width: 2.5rem; height: 2.5rem; display: flex; align-items: center; justify-content: center; background: none; border: 1px solid rgba(255,255,255,.3); color: var(--paper); }
.lightbox__nav button:hover { border-color: var(--gold); color: var(--gold); }
.lightbox__count { font-size: .75rem; color: rgba(255,255,255,.5); }
.lightbox__close { position: absolute; top: 1.25rem; right: 1.5rem; background: none; border: 0; color: rgba(255,255,255,.8); }
.lightbox__close:hover { color: var(--gold); }

/* ============================================================
   Master plan
   ============================================================ */
.mp-frame { border: 1px solid var(--line); margin-top: 3.5rem; }
.mp-stage { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--surface); }
.mp-zoomlayer { position: absolute; inset: 0; transition: transform .3s var(--ease); transform-origin: center; }
.mp-hotspot { position: absolute; transform: translate(-50%, -50%); background: none; border: 0; padding: 0; width: 1rem; height: 1rem; }
.mp-hotspot__ping { position: absolute; inset: 0; border-radius: 50%; background: rgba(200,169,106,.4); animation: ping 1.6s var(--ease) infinite; }
@keyframes ping { 75%, 100% { transform: scale(2); opacity: 0; } }
.mp-hotspot__dot { position: absolute; inset: 2px; border-radius: 50%; background: var(--gold); border: 2px solid var(--paper); box-shadow: 0 1px 4px rgba(0,0,0,.25); }
.mp-tip {
  position: absolute; z-index: 5; width: 14rem; transform: translateX(-50%);
  background: var(--paper); border: 1px solid var(--line); padding: 1rem;
  box-shadow: 0 12px 32px rgba(0,0,0,.12); display: none;
}
.mp-tip.is-open { display: block; }
.mp-tip h4 { font-size: .9rem; }
.mp-tip p { font-size: .75rem; margin: .35rem 0 0; }
.mp-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); background: var(--surface); padding: 1rem 1.5rem; }
.mp-legend { display: flex; flex-wrap: wrap; gap: 1.25rem; }
.mp-legend span { display: inline-flex; align-items: center; gap: .5rem; font-size: .75rem; }
.mp-legend i { width: .65rem; height: .65rem; border-radius: 50%; display: inline-block; }
.mp-controls { display: flex; gap: .5rem; }
.mp-controls button { width: 2.25rem; height: 2.25rem; display: flex; align-items: center; justify-content: center; background: none; border: 1px solid var(--line); color: var(--ink); }
.mp-controls button:hover { border-color: var(--gold); }

/* ============================================================
   Floor plans (tabs)
   ============================================================ */
.tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; margin-top: 3.5rem; }
.tab {
  padding: .65rem 1.25rem; font-size: .875rem; font-weight: 600;
  border: 1px solid var(--line); background: none; color: var(--body); transition: all .3s;
}
.tab:hover { border-color: var(--gold); }
.tab[aria-selected="true"] { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.tab-panel { display: none; margin-top: 2.5rem; }
.tab-panel.is-active { display: block; }
.fp-card { display: grid; gap: 2.5rem; border: 1px solid var(--line); background: var(--paper); padding: 1.5rem; }
@media (min-width: 768px) { .fp-card { grid-template-columns: 1fr 1fr; align-items: center; padding: 2.5rem; } }
.fp-card__img { position: relative; aspect-ratio: 4 / 3; border: 1px solid var(--line); overflow: hidden; padding: 0; background: none; width: 100%; }
.fp-card__note { color: var(--gold); font-size: .75rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; }
.fp-card h3 { font-size: 2rem; margin-top: .75rem; }
.fp-card__area { font-size: 1.4rem; color: var(--gold); margin: .5rem 0 0; }
.fp-card__area small { font-size: .85rem; color: var(--body); }
.fp-card__facts { margin-top: 1.5rem; display: flex; flex-wrap: wrap; gap: .75rem 2rem; font-size: .9rem; }
.fp-card__facts span { display: inline-flex; align-items: center; gap: .5rem; }
.fp-card__facts svg { color: var(--gold); }
.fp-card__ctas { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 1rem; }

/* ============================================================
   Accordions (specs, FAQ)
   ============================================================ */
.accordion { margin-top: 3.5rem; }
.acc-item { border-bottom: 1px solid var(--line); }
.acc-trigger {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
  padding: 1.5rem 0; background: none; border: 0; text-align: left;
  font-family: var(--font-display); font-size: 1.15rem; color: var(--ink); transition: color .3s;
}
.acc-trigger:hover { color: var(--gold); }
.acc-trigger svg { color: var(--gold); flex-shrink: 0; transition: transform .3s; }
.acc-item.is-open .acc-trigger svg { transform: rotate(180deg); }
.acc-panel { overflow: hidden; max-height: 0; transition: max-height .35s var(--ease); }
.acc-panel__inner { padding: 0 2rem 1.5rem 0; font-size: .95rem; }
.acc-panel ul { margin: 0; padding: 0; list-style: none; }
.acc-panel ul li { position: relative; padding: .3rem 0 .3rem 1.1rem; }
.acc-panel ul li::before { content: ""; position: absolute; left: 0; top: .95em; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.narrow { max-width: 48rem; }

/* ============================================================
   Location
   ============================================================ */
.loc-grid { display: grid; gap: 2.5rem; margin-top: 3.5rem; }
@media (min-width: 1024px) { .loc-grid { grid-template-columns: 3fr 2fr; } }
.loc-map { border: 1px solid var(--line); min-height: 300px; }
.loc-map iframe { width: 100%; height: 100%; min-height: 300px; border: 0; filter: grayscale(.15); display: block; }
.loc-address { margin-top: 1rem; display: flex; gap: .5rem; font-size: .9rem; }
.loc-address svg { color: var(--gold); flex-shrink: 0; margin-top: .15rem; }
.nearby { display: grid; gap: .75rem; }
@media (min-width: 640px) and (max-width: 1023px) { .nearby { grid-template-columns: 1fr 1fr; } }
.nearby-card {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  border: 1px solid var(--line); background: var(--paper); padding: 1rem 1.25rem;
}
.nearby-card__left { display: flex; align-items: center; gap: .8rem; }
.nearby-card svg { color: var(--gold); flex-shrink: 0; }
.nearby-card__cat { font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(51,51,51,.5); margin: 0; }
.nearby-card__name { font-size: .875rem; font-weight: 500; color: var(--ink); margin: 0; }
.nearby-card__dist { font-family: var(--font-display); font-size: .9rem; color: var(--gold); white-space: nowrap; }

/* ============================================================
   Pricing (dark)
   ============================================================ */
.price-grid { display: grid; gap: 1.5rem; margin-top: 3.5rem; }
@media (min-width: 768px) { .price-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .price-grid { grid-template-columns: repeat(4, 1fr); } }
.price-card { display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.15); padding: 2rem; transition: border-color .3s; }
.price-card:hover { border-color: var(--gold); }
.price-card__config { font-size: .75rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin: 0; }
.price-card__area { font-size: .85rem; color: rgba(255,255,255,.6); margin: .75rem 0 0; }
.price-card__price { font-family: var(--font-display); font-size: 1.45rem; color: var(--paper); margin: 1.5rem 0 0; }
.price-card .btn { margin-top: 2rem; width: 100%; height: 2.5rem; font-size: .8rem; }
.price-note { max-width: 46rem; }

/* ============================================================
   Developer
   ============================================================ */
.dev-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; border-block: 1px solid var(--line); padding-block: 2.5rem; margin-top: 3.5rem; }
@media (min-width: 768px) { .dev-stats { grid-template-columns: repeat(3, 1fr); } }
.dev-stats p { margin: 0; }
.dev-stats .k { font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(51,51,51,.6); }
.dev-stats .v { font-family: var(--font-display); font-size: 1.1rem; color: var(--ink); margin-top: .4rem; }
.dev-cols { display: grid; gap: 4rem; margin-top: 4rem; }
@media (min-width: 1024px) { .dev-cols { grid-template-columns: 1fr 1fr; } }
.timeline { list-style: none; margin: 0; padding: 0 0 0 2rem; border-left: 1px solid var(--line); }
.timeline li { position: relative; padding-bottom: 2rem; }
.timeline li::before { content: ""; position: absolute; left: calc(-2rem - 5px); top: .4rem; width: 10px; height: 10px; border-radius: 50%; background: var(--gold); }
.timeline .year { font-family: var(--font-display); font-size: 1.1rem; color: var(--ink); }
.timeline p { margin: .3rem 0 0; font-size: .9rem; }
.awards { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; }
.awards li { display: flex; gap: .8rem; border: 1px solid var(--line); padding: 1.25rem; font-size: .9rem; color: var(--ink); }
.awards svg { color: var(--gold); flex-shrink: 0; margin-top: .15rem; }

/* ============================================================
   Testimonials placeholder
   ============================================================ */
.testimonial-empty {
  max-width: 28rem; margin: 3.5rem auto 0; text-align: center;
  border: 1px dashed var(--line); padding: 3rem 2rem; font-size: .9rem;
}
.testimonial-empty svg { color: var(--gold); }
.testimonial-empty p { margin: 1rem 0 0; }

/* ============================================================
   Contact (dark)
   ============================================================ */
.contact-grid { display: grid; gap: 4rem; }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: 5fr 7fr; } }
.quick-actions { margin-top: 2.5rem; display: grid; gap: 1rem; }
.quick-actions a {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  border: 1px solid rgba(255,255,255,.15); padding: 1rem 1.5rem;
  font-size: .875rem; color: rgba(255,255,255,.85); text-decoration: none; transition: all .3s;
}
.quick-actions a:hover { border-color: var(--gold); color: var(--gold); }
.lead-form { border: 1px solid rgba(255,255,255,.15); padding: 2rem; }
@media (min-width: 768px) { .lead-form { padding: 2.5rem; } }
.form-row { display: grid; gap: 1.5rem; }
@media (min-width: 768px) { .form-row--2 { grid-template-columns: 1fr 1fr; } }
.field { margin-bottom: 1.5rem; }
.field label { display: block; font-size: .68rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.75); margin-bottom: .5rem; }
.field input, .field textarea {
  width: 100%; background: transparent; border: 1px solid rgba(255,255,255,.2);
  color: var(--paper); padding: .8rem 1rem; font-size: .9rem; font-family: inherit;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--gold); }
.field textarea { min-height: 8rem; resize: vertical; }
.field .err { display: none; margin-top: .4rem; font-size: .75rem; color: var(--gold); }
.field.has-error .err { display: block; }
.field.has-error input, .field.has-error textarea { border-color: var(--gold); }
.form-status { margin-top: 1rem; font-size: .875rem; color: var(--gold); display: none; }
.form-status.is-visible { display: block; }

/* ============================================================
   Footer
   ============================================================ */
.site-footer { background: var(--ink); color: rgba(255,255,255,.6); }
.footer-grid { display: grid; gap: 3rem; padding-block: 5rem; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr; } }
.footer-brand { font-family: var(--font-display); font-size: 1.5rem; color: var(--paper); }
.footer-brand small { display: block; font-family: var(--font-body); font-size: .6rem; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); margin-top: .25rem; }
.footer-desc { max-width: 22rem; font-size: .875rem; margin-top: 1.5rem; }
.footer-social { margin-top: 2rem; display: flex; gap: 1rem; }
.footer-social a { width: 2.5rem; height: 2.5rem; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.7); transition: all .3s; }
.footer-social a:hover { border-color: var(--gold); color: var(--gold); }
.footer-col h4 { font-family: var(--font-body); font-size: .7rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.25rem; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .75rem; }
.footer-col a { font-size: .875rem; color: rgba(255,255,255,.7); text-decoration: none; }
.footer-col a:hover { color: var(--gold); }
.footer-contact li { display: flex; gap: .75rem; font-size: .875rem; }
.footer-contact svg { color: var(--gold); flex-shrink: 0; margin-top: .2rem; }
.footer-legal { border-top: 1px solid rgba(255,255,255,.1); padding-block: 2rem; font-size: .75rem; color: rgba(255,255,255,.5); }
.footer-legal .row { display: flex; flex-wrap: wrap; gap: 1rem 2rem; justify-content: space-between; margin-bottom: 1.25rem; }
.footer-legal a { color: inherit; }
.footer-legal a:hover { color: var(--gold); }
.footer-disclaimer { font-size: .68rem; line-height: 1.6; color: rgba(255,255,255,.4); }

/* ============================================================
   Floating buttons
   ============================================================ */
.back-top {
  position: fixed; right: 1.5rem; bottom: 2rem; z-index: 40;
  width: 3rem; height: 3rem; display: none; align-items: center; justify-content: center;
  background: var(--ink); color: var(--paper); border: 0; box-shadow: 0 8px 24px rgba(0,0,0,.2); transition: background .3s, color .3s;
}
.back-top.is-visible { display: flex; }
.back-top:hover { background: var(--gold); color: var(--ink); }
.wa-float {
  position: fixed; left: 1.5rem; bottom: 2rem; z-index: 40;
  width: 3rem; height: 3rem; display: flex; align-items: center; justify-content: center;
  background: #25d366; color: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.2); transition: transform .3s;
}
.wa-float:hover { transform: scale(1.05); }
@media (min-width: 768px) { .back-top { right: 2.5rem; bottom: 2.5rem; } .wa-float { left: 2.5rem; bottom: 2.5rem; } }

/* ============================================================
   MULTI-PROJECT ADDITIONS
   ============================================================ */

/* Inner-page hero (smaller than home hero) */
.page-hero {
  position: relative; background: var(--ink); color: var(--paper);
  padding: 11rem 0 5rem; overflow: hidden;
}
.page-hero__numeral {
  position: absolute; right: -3vw; bottom: -6rem;
  font-family: var(--font-display); font-weight: 300; line-height: 1;
  font-size: 22vw; color: rgba(255,255,255,.05); user-select: none; pointer-events: none;
}
.page-hero .eyebrow { margin-bottom: .75rem; }
.page-hero__title { font-size: clamp(2.4rem, 6vw, 4.5rem); color: var(--paper); }
.page-hero__sub { max-width: 44rem; margin-top: 1.25rem; color: rgba(255,255,255,.7); font-size: 1.05rem; }
.page-hero__meta { margin-top: 1.75rem; display: flex; flex-wrap: wrap; gap: .75rem 2rem; font-size: .9rem; color: rgba(255,255,255,.75); }

/* Status badges */
.badge {
  display: inline-flex; align-items: center; gap: .4rem;
  font-size: .65rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  padding: .45rem .8rem; border: 1px solid;
}
.badge--ready { color: #3e7d4f; border-color: #3e7d4f; background: rgba(62,125,79,.08); }
.badge--construction { color: var(--gold); border-color: var(--gold); background: rgba(200,169,106,.1); }
.badge--launch { color: #3d6b9e; border-color: #3d6b9e; background: rgba(61,107,158,.08); }
.section--dark .badge--ready { color: #7fc492; border-color: #7fc492; }
.section--dark .badge--construction { color: var(--gold); }
.section--dark .badge--launch { color: #8fb8e0; }

/* Filter buttons (projects grid) */
.filters { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 3rem; }
.filters.center { justify-content: center; }
.filter-btn {
  padding: .6rem 1.2rem; font-size: .8rem; font-weight: 600; letter-spacing: .04em;
  border: 1px solid var(--line); background: none; color: var(--body); transition: all .3s;
}
.filter-btn:hover { border-color: var(--gold); }
.filter-btn.is-active { background: var(--ink); color: var(--paper); border-color: var(--ink); }

/* Project cards */
.projects-grid { display: grid; gap: 1.75rem; margin-top: 3rem; }
@media (min-width: 700px) { .projects-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .projects-grid { grid-template-columns: repeat(3, 1fr); } }
.project-card {
  display: flex; flex-direction: column; background: var(--paper);
  border: 1px solid var(--line); transition: border-color .3s, transform .4s var(--ease), box-shadow .4s;
  text-decoration: none; color: inherit;
}
.project-card:hover { border-color: var(--gold); transform: translateY(-4px); box-shadow: 0 20px 40px rgba(17,17,17,.08); }
.project-card__media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.project-card__media .frame, .project-card__media .ph { position: absolute; inset: 0; }
.project-card__badge { position: absolute; top: 1rem; left: 1rem; z-index: 2; background: var(--paper); }
.project-card__body { padding: 1.6rem 1.6rem 1.75rem; display: flex; flex-direction: column; flex: 1; }
.project-card__loc { font-size: .68rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin: 0 0 .5rem; }
.project-card__name { font-size: 1.45rem; margin: 0; }
.project-card__tag { font-size: .85rem; margin: .75rem 0 0; color: var(--body); flex: 1; }
.project-card__meta { margin-top: 1.25rem; padding-top: 1.1rem; border-top: 1px solid var(--line); display: grid; gap: .4rem; font-size: .8rem; }
.project-card__meta .row { display: flex; justify-content: space-between; gap: 1rem; }
.project-card__meta .k { color: rgba(51,51,51,.55); }
.project-card__meta .v { color: var(--ink); font-weight: 500; text-align: right; }
.project-card__cta { margin-top: 1.35rem; font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); display: inline-flex; align-items: center; gap: .5rem; }
.project-card:hover .project-card__cta { color: var(--ink); }

/* Home stats strip */
.stats-strip { border-block: 1px solid var(--line); }
.stats-strip .inner { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; padding-block: 2.75rem; }
@media (min-width: 900px) { .stats-strip .inner { grid-template-columns: repeat(4, 1fr); } }

/* Project detail page */
.detail-grid { display: grid; gap: 3.5rem; margin-top: 3rem; }
@media (min-width: 1024px) { .detail-grid { grid-template-columns: 7fr 5fr; gap: 4.5rem; } }
.detail-facts { border: 1px solid var(--line); background: var(--surface); padding: 2rem; position: sticky; top: 6.5rem; }
.detail-facts h3 { font-size: 1.15rem; margin-bottom: 1.25rem; }
.detail-facts dl { margin: 0; }
.detail-facts dl > div { display: flex; justify-content: space-between; gap: 1.25rem; padding: .8rem 0; border-top: 1px solid var(--line); }
.detail-facts dt { font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: rgba(51,51,51,.6); }
.detail-facts dd { margin: 0; font-size: .85rem; color: var(--ink); text-align: right; font-weight: 500; max-width: 60%; }
.detail-facts .btn { width: 100%; margin-top: 1.5rem; }
.detail-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; margin-top: 2.5rem; }
@media (min-width: 768px) { .detail-gallery { grid-template-columns: repeat(4, 1fr); } }
.conn-table { width: 100%; border-collapse: collapse; margin-top: 2rem; }
.conn-table th, .conn-table td { text-align: left; padding: .9rem 1rem; border: 1px solid var(--line); font-size: .875rem; vertical-align: top; }
.conn-table th { background: var(--surface); font-family: var(--font-body); font-weight: 600; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--body); white-space: nowrap; }
.rera-box { border: 1px solid var(--line); border-left: 3px solid var(--gold); background: var(--surface); padding: 1.4rem 1.6rem; margin-top: 2rem; font-size: .85rem; }
.rera-box strong { color: var(--ink); }
.check-list { list-style: none; margin: 1.75rem 0 0; padding: 0; display: grid; gap: .85rem; }
@media (min-width: 768px) { .check-list--2col { grid-template-columns: 1fr 1fr; } }
.check-list li { display: flex; gap: .75rem; align-items: flex-start; font-size: .92rem; }
.check-list li::before { content: ""; flex-shrink: 0; margin-top: .5em; width: 1.25rem; height: 1px; background: var(--gold); }
.amenity-pills { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.75rem; }
.amenity-pills span { border: 1px solid var(--line); padding: .5rem .95rem; font-size: .82rem; background: var(--paper); }

/* Gallery page */
.gallery-page-group { margin-top: 4rem; }
.gallery-page-group:first-of-type { margin-top: 3rem; }
.gallery-page-group h3 { font-size: 1.5rem; }
.gallery-page-group .loc { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin: .35rem 0 0; }

/* Generic page content (Elementor / editor output) */
.entry-content { padding-block: 4rem 6rem; }
.entry-content > * { max-width: 48rem; margin-left: auto; margin-right: auto; }
.entry-content .alignwide { max-width: 72rem; }
.entry-content .alignfull { max-width: none; }
.entry-content p { line-height: 1.75; }

/* CTA band */
.cta-band { background: var(--ink); color: var(--paper); text-align: center; }
.cta-band h2 { color: var(--paper); font-size: clamp(1.8rem, 4vw, 2.8rem); }
.cta-band p { color: rgba(255,255,255,.7); max-width: 38rem; margin: 1.25rem auto 0; }
.cta-band .btn { margin-top: 2.25rem; }

/* Breadcrumb-ish back link */
.backlink { display: inline-flex; align-items: center; gap: .5rem; font-size: .8rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.65); text-decoration: none; margin-bottom: 1.5rem; }
.backlink:hover { color: var(--gold); }

/* ============================================================
   v1.1 — Admin bar offset, logo, sticky-header polish
   ============================================================ */
/* The header is sticky (position: fixed) on every page by design. */
body.admin-bar .site-header { top: 32px; }
body.admin-bar .scroll-progress { top: 32px; }
body.admin-bar .nav-mobile { padding-top: 8rem; }
@media (max-width: 782px) {
  body.admin-bar .site-header, body.admin-bar .scroll-progress { top: 46px; }
}
/* Ensure the fixed header is always readable on light backgrounds
   (e.g. the admin-bar gap or builder-edited light pages). */
body.has-light-hero .site-header:not(.is-scrolled) .brand,
body.has-light-hero .site-header:not(.is-scrolled) .nav-desktop a,
body.has-light-hero .site-header:not(.is-scrolled) .nav-toggle { color: var(--ink); }

.brand--logo { display: inline-flex; align-items: center; }
.brand--logo img {
  width: auto;
  height: auto;
  max-width: 400px;
  max-height: 250px;
  object-fit: contain;
}
.site-header.is-scrolled .brand--logo img { max-height: 60px; max-width: 200px; }

/* Header sizing so the 400×250 logo doesn't crowd hero content */
.site-header { padding-block: 1.5rem; }
.site-header.is-scrolled { padding-block: 0.75rem; }
.page-hero { padding-top: 15rem; }
@media (max-width: 900px) {
  .brand--logo img { max-width: 260px; max-height: 160px; }
  .site-header.is-scrolled .brand--logo img { max-height: 52px; max-width: 170px; }
  .page-hero { padding-top: 12rem; }
}
@media (max-width: 600px) {
  .brand--logo img { max-width: 180px; max-height: 112px; }
}
