/* ═══════════════════════════════════════════════════════════
   JP GROUP RAIPUR — LUXURY REAL ESTATE
   Design System: Forest Green & Slate Theme
   ═══════════════════════════════════════════════════════════ */

/* ── TOKENS ── */
:root {
  /* Brand */
  --primary:       #0f5132;
  --primary-dark:  #0a3d26;
  --primary-light: #d4e8dc;
  --primary-accent:#a8c9ba;

  /* Neutrals */
  --secondary:     #545454;

  /* Text on light surfaces */
  --text:          #222222;
  --text-body:     #545454;
  --text-muted:    #6e6e6e;
  --text-faint:    #6a6a6a;

  /* Surfaces */
  --cream:         #FAFBFA;
  --cream2:        #F3F6F4;
  --cream3:        #E8EDE9;
  --white:         #FFFFFF;
  --surface-dark:  #0f5132;
  --footer-deep:   #0d1f16;
  --cta-mid:       #2d6a4f;
  --cta-rich:      #1e5631;
  --cta-accent:    #95d5b2;

  /* Text on dark (green) surfaces */
  --text-on-dark:        #FFFFFF;
  --text-on-dark-muted:  rgba(255,255,255,0.78);
  --text-on-dark-subtle: rgba(255,255,255,0.52);
  --accent-on-dark:      #b8d4c6;

  /* Legacy aliases — keeps page styles working */
  --gold:     var(--primary);
  --gold-dk:  var(--primary-dark);
  --gold-lt:  var(--accent-on-dark);
  --ink:      var(--text);
  --ink2:     var(--text-body);
  --ink3:     var(--text-muted);
  --ink4:     var(--text-faint);

  --border:   rgba(15,81,50,0.14);
  --border2:  rgba(15,81,50,0.26);
  --shadow:   0 4px 48px rgba(0,0,0,0.06);
  --shadow2:  0 12px 60px rgba(0,0,0,0.10);
  --fd:       Georgia, "Times New Roman", serif;
  --fb:       system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --r:        6px;
  --max:      1240px;
}

/* ── RESET ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--fb); color: var(--text-body); background: var(--cream); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
input, select, textarea { font-family: inherit; }
.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; }
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--cream2); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 2px; }

/* ── TYPOGRAPHY ── */
.t-display { font-family: var(--fd); }

/* ── LAYOUT ── */
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 48px; }
.sec { padding: 96px 0; }
.sec-alt { background: var(--cream2); }
.sec-cream { background: var(--cream3); }
.sec-white { background: var(--white); }

/* ── SECTION HEADER ── */
.sec-tag { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.sec-tag-line { width: 36px; height: 1px; background: var(--primary); }
.sec-tag span { font-size: .6rem; letter-spacing: 3.5px; text-transform: uppercase; color: var(--primary); font-weight: 600; }
.sec-title { font-family: var(--fd); font-size: clamp(2.2rem, 3.8vw, 3.2rem); font-weight: 600; line-height: 1.12; color: var(--text); margin-bottom: 14px; }
.sec-title em { font-style: italic; color: var(--primary); }
.gold-bar { width: 48px; height: 2px; background: var(--primary); margin: 20px 0 30px; }
.sec-sub { font-size: .85rem; line-height: 1.9; color: var(--text-muted); max-width: 560px; }

/* ── BUTTONS ── */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 34px; font-family: var(--fb); font-size: .68rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; border: none; cursor: pointer; transition: all .3s ease; border-radius: 2px; text-decoration: none; white-space: nowrap; }
.btn-gold { background: var(--gold); color: var(--white); }
.btn-gold:hover { background: var(--gold-dk); color: var(--white); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(10,61,38,.28); }
.btn-outline { background: transparent; color: var(--text-body); border: 1.5px solid var(--border2); }
.btn-outline:hover { border-color: var(--primary); color: var(--primary); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--primary); border: 1.5px solid var(--primary); }
.btn-ghost:hover { background: var(--gold); color: var(--white); transform: translateY(-2px); }
.btn-white { background: var(--white); color: var(--text); }
.btn-white:hover { background: var(--cream); transform: translateY(-2px); }
.btn-sm { padding: 10px 22px; font-size: .62rem; }
.btn-wa-icon { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; flex-shrink: 0; color: #25D366; }
.btn-wa-icon svg { width: 100%; height: 100%; fill: currentColor; }

/* ── CTA CONSULTATION (homepage-style light band) ── */
.cta-consultation {
  background: var(--primary-light);
  padding: 88px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.cta-consultation::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, transparent 0, transparent 60px, rgba(15, 81, 50, .05) 60px, rgba(15, 81, 50, .05) 61px);
  pointer-events: none;
}
.cta-consultation h2 {
  font-family: var(--fd);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 600;
  color: var(--text);
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}
.cta-consultation h2 em { font-style: italic; color: var(--primary); }
.cta-consultation p {
  font-size: .84rem;
  color: var(--text-body);
  max-width: 480px;
  margin: 0 auto 38px;
  line-height: 1.85;
  position: relative;
  z-index: 1;
}
.cta-consultation-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.cta-consultation .btn-ghost {
  color: var(--primary);
  border-color: var(--primary);
}
.cta-consultation .btn-ghost:hover {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

/* ═══════════════════════════════════════════════
   FINAL CTA (project pages + Maruti) — fades into footer
   ═══════════════════════════════════════════════ */
.fcta,
.pj-fcta {
  background: linear-gradient(180deg, var(--cta-mid) 0%, var(--cta-rich) 52%, var(--footer-deep) 100%);
  padding: 88px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.fcta::before,
.pj-fcta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, transparent 0, transparent 60px, rgba(82, 183, 136, .05) 60px, rgba(82, 183, 136, .05) 61px);
  pointer-events: none;
}

.fcta h2,
.pj-fcta h2 {
  font-family: var(--fd);
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.fcta h2 em,
.pj-fcta h2 em {
  font-style: italic;
  color: var(--cta-accent);
}

.fcta p,
.pj-fcta p {
  font-size: .82rem;
  color: rgba(212, 240, 222, .55);
  max-width: 520px;
  margin: 0 auto 36px;
  line-height: 1.85;
  position: relative;
  z-index: 1;
}

.fcta-btns,
.pj-fcta-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.fcta .btn-ghost,
.pj-fcta .btn-ghost {
  color: var(--cta-accent);
  border-color: rgba(255, 255, 255, .45);
}

.fcta .btn-ghost:hover,
.pj-fcta .btn-ghost:hover {
  background: var(--white);
  color: var(--footer-deep);
  border-color: var(--white);
}

.fcta .btn-white:hover,
.pj-fcta .btn-white:hover {
  background: var(--primary-light);
  color: var(--footer-deep);
}

/* ═══════════════════════════════════════════════
   NAVIGATION
   ═══════════════════════════════════════════════ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 990;
  background: rgba(248,250,249,0.96);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: border-color .3s, box-shadow .3s;
}
.nav.scrolled { border-color: var(--border); box-shadow: 0 2px 32px rgba(15,81,50,0.06); }
.nav-inner { max-width: var(--max); margin: 0 auto; padding: 0 48px; height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }

/* Logo */
.nav-logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.nav-logo-img { height: 58px; width: auto; display: block; object-fit: contain; flex-shrink: 0; }
.nav-logo-text strong { display: block; font-family: var(--fd); font-size: 1.1rem; font-weight: 600; color: var(--text); letter-spacing: .5px; line-height: 1.1; }
.nav-logo-text small { font-size: .55rem; letter-spacing: 3px; text-transform: uppercase; color: var(--text-faint); }

/* Links */
.nav-links { display: flex; align-items: center; gap: 6px; list-style: none; }
.nav-links li { position: relative; }
.nav-links a { display: flex; align-items: center; gap: 4px; padding: 8px 14px; font-size: .65rem; letter-spacing: 1.8px; text-transform: uppercase; color: var(--text-muted); transition: color .25s; border-radius: 2px; font-weight: 500; }
.nav-links a:hover, .nav-links a.active { color: var(--text); }
.nav-links a.active { background: var(--cream2); }

/* Dropdown */
.nav-drop-btn { cursor: pointer; }
.nav-drop-btn .caret { font-size: .55rem; transition: transform .3s; }
.nav-links li.dd-open .caret { transform: rotate(180deg); }
/* top:100% = flush against link bottom — no gap means hover is never lost.
   A transparent ::before bridge covers the li's own bottom padding area. */
.nav-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 10px 0;
  min-width: 230px;
  box-shadow: var(--shadow2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity .25s, transform .25s;
}
.nav-links li.dd-open .nav-dropdown { opacity: 1; pointer-events: all; transform: translateY(0); }
.nav-dropdown a { display: flex; align-items: center; gap: 10px; padding: 10px 20px; font-size: .68rem; letter-spacing: .5px; text-transform: none; color: var(--text-body); font-weight: 400; border-radius: 0; }
.nav-dropdown a:hover { background: var(--cream); color: var(--text); }
.nav-dropdown-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--primary); flex-shrink: 0; }

/* CTA */
.nav-cta { padding: 10px 24px; background: var(--gold); color: var(--white) !important; font-size: .62rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; border-radius: 2px; transition: all .3s; }
.nav-cta:hover { background: var(--gold-dk) !important; color: var(--white) !important; transform: translateY(-1px); }

/* Hamburger */
.nav-ham { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 4px; cursor: pointer; }
.nav-ham span { display: block; width: 22px; height: 1.5px; background: var(--text); border-radius: 2px; transition: all .3s; }
.nav-ham.open span:nth-child(1) { transform: rotate(45deg) translate(4.5px, 4.5px); }
.nav-ham.open span:nth-child(2) { opacity: 0; }
.nav-ham.open span:nth-child(3) { transform: rotate(-45deg) translate(4.5px, -4.5px); }

/* Mobile overlay */
.nav-mobile { display: none; position: fixed; inset: 0; top: 72px; background: var(--white); z-index: 980; flex-direction: column; align-items: center; justify-content: center; gap: 6px; padding: 40px; border-top: 1px solid var(--border); }
.nav-mobile.open { display: flex; }
.nav-mobile a { font-family: var(--fd); font-size: 2rem; color: var(--text); padding: 10px 0; transition: color .25s; }
.nav-mobile a:hover { color: var(--primary); }
.nav-mobile-sub { display: flex; flex-direction: column; align-items: center; gap: 4px; margin-top: -4px; margin-bottom: 6px; }
.nav-mobile-sub a { font-family: var(--fb); font-size: .75rem; letter-spacing: 1px; color: var(--text-muted); }
.nav-mobile-divider { width: 40px; height: 1px; background: var(--border2); margin: 8px 0; }
.nav-mobile-cta { margin-top: 16px; }

/* ═══════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════ */
.footer { background: var(--footer-deep); color: var(--text-on-dark); padding: 72px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1.2fr; gap: 48px; padding-bottom: 56px; }
.footer-brand-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.footer-logo-img { height: 64px; width: auto; display: block; object-fit: contain; flex-shrink: 0; }
.footer-brand-text { display: flex; flex-direction: column; gap: 5px; line-height: 1.2; }
.footer-brand-text strong { font-family: var(--fd); font-size: 1.05rem; color: var(--text-on-dark); font-weight: 600; display: block; }
.footer-brand-text small { font-size: .52rem; letter-spacing: 3px; text-transform: uppercase; color: var(--text-on-dark-subtle); display: block; }
.footer-desc { font-size: .78rem; line-height: 1.85; color: var(--text-on-dark-muted); margin-bottom: 24px; }
.footer-social { display: flex; gap: 10px; }
.footer-soc { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.18); display: flex; align-items: center; justify-content: center; border-radius: 3px; font-size: .85rem; transition: all .3s; color: var(--text-on-dark-muted); }
.footer-soc:hover { border-color: var(--accent-on-dark); color: var(--accent-on-dark); background: rgba(255,255,255,.06); }
.footer-col-title { font-size: .58rem; letter-spacing: 3px; text-transform: uppercase; color: var(--accent-on-dark); font-weight: 600; margin-bottom: 22px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer-links a { font-size: .78rem; color: var(--text-on-dark-muted); transition: color .25s; }
.footer-links a:hover { color: var(--text-on-dark); }
.footer-contact-item { display: flex; gap: 12px; margin-bottom: 16px; }
.footer-contact-icon { width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center; border-radius: 3px; font-size: .85rem; flex-shrink: 0; color: var(--accent-on-dark); }
.footer-contact-text p { font-size: .73rem; color: var(--text-on-dark-muted); line-height: 1.6; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-copy { font-size: .65rem; color: var(--text-on-dark-subtle); letter-spacing: .5px; }
.footer-bottom-links { display: flex; gap: 24px; }
.footer-bottom-links a { font-size: .65rem; color: var(--text-on-dark-subtle); transition: color .25s; }
.footer-bottom-links a:hover { color: var(--accent-on-dark); }

/* Minimal footer — logo + social only */
.footer-minimal { padding: 40px 0 0; }
.footer-minimal-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; padding-bottom: 28px; }
.footer-minimal .footer-brand-logo { margin-bottom: 0; }
.footer-minimal .footer-desc { display: none; }
.footer-minimal .footer-bottom { padding: 18px 0; justify-content: center; }
.footer-minimal .footer-bottom-links { display: none; }
.footer-minimal .footer-copy { text-align: center; color: rgba(255,255,255,.8); }
.footer-minimal-nav .footer-links { flex-direction: row; flex-wrap: wrap; gap: 16px 24px; }

/* ── FLOATING WHATSAPP ── */
.wa-fab { position: fixed; bottom: 28px; right: 28px; z-index: 970; width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 24px rgba(37,211,102,.4); text-decoration: none; animation: waPop 2.5s ease-in-out infinite; transition: transform .3s; }
.wa-fab .btn-wa-icon { width: 30px; height: 30px; color: #fff; }
.wa-fab:hover { transform: scale(1.1); }
@keyframes waPop { 0%,100% { box-shadow: 0 4px 24px rgba(37,211,102,.4); } 50% { box-shadow: 0 4px 32px rgba(37,211,102,.65), 0 0 0 10px rgba(37,211,102,.08); } }

/* ── MOBILE BOTTOM BAR ── */
.mobile-bottom-bar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 975;
  background: rgba(248, 250, 249, .98);
  border-top: 1px solid var(--border);
  box-shadow: 0 -8px 32px rgba(15, 81, 50, .12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.mobile-bottom-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), #25D366, var(--primary-accent), var(--primary));
  background-size: 300% 100%;
  animation: mbbBarGlow 2.5s linear infinite;
}
.mbb-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px calc(12px + env(safe-area-inset-bottom, 0px));
}
.mobile-bottom-bar .mbb-btn {
  position: relative;
  flex: 1;
  justify-content: center;
  min-height: 44px;
  overflow: hidden;
  isolation: isolate;
}
.mobile-bottom-bar .mbb-btn-inner {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.mobile-bottom-bar .mbb-icon,
.mobile-bottom-bar .btn-wa-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.mobile-bottom-bar .mbb-icon svg { width: 100%; height: 100%; }
.mobile-bottom-bar .mbb-icon-call { animation: mbbPhoneRing 2.4s ease-in-out infinite; transform-origin: center; }
.mobile-bottom-bar .mbb-btn-wa .btn-wa-icon { animation: mbbWaIconPop 2.4s ease-in-out infinite .9s; }
.mobile-bottom-bar .mbb-btn-call {
  animation: mbbCallPop 2.4s cubic-bezier(.34, 1.4, .64, 1) infinite;
}
.mobile-bottom-bar .mbb-btn-call::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, .45) 50%, transparent 70%);
  transform: translateX(-120%);
  animation: mbbShine 2.4s ease-in-out infinite;
}
.mobile-bottom-bar .mbb-btn-call::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  border: 2px solid rgba(255, 255, 255, .55);
  animation: mbbRipple 2.4s ease-out infinite;
  pointer-events: none;
}
.mobile-bottom-bar .mbb-btn-wa {
  animation: mbbWaPop 2.4s cubic-bezier(.34, 1.4, .64, 1) infinite .9s;
}
.mobile-bottom-bar .mbb-btn-wa::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  border: 2px solid #25D366;
  animation: mbbRipple 2.4s ease-out infinite .9s;
  pointer-events: none;
}
@keyframes mbbBarGlow {
  0% { background-position: 0% 50%; }
  100% { background-position: 300% 50%; }
}
@keyframes mbbShine {
  0%, 35%, 100% { transform: translateX(-120%); }
  18% { transform: translateX(120%); }
}
@keyframes mbbRipple {
  0% { transform: scale(1); opacity: .75; }
  70%, 100% { transform: scale(1.22); opacity: 0; }
}
@keyframes mbbCallPop {
  0%, 38%, 100% { transform: scale(1) translateY(0); box-shadow: none; }
  6%, 12% { transform: scale(1.07) translateY(-3px); box-shadow: 0 10px 28px rgba(10, 61, 38, .42), 0 0 0 6px rgba(15, 81, 50, .18); }
}
@keyframes mbbWaPop {
  0%, 38%, 100% {
    transform: scale(1) translateY(0);
    box-shadow: none;
    background: transparent;
    border-color: var(--border2);
    color: var(--text-body);
  }
  6%, 12% {
    transform: scale(1.07) translateY(-3px);
    box-shadow: 0 10px 26px rgba(37, 211, 102, .38), 0 0 0 5px rgba(37, 211, 102, .16);
    background: rgba(37, 211, 102, .12);
    border-color: #25D366;
    color: var(--primary-dark);
  }
}
@keyframes mbbPhoneRing {
  0%, 38%, 100% { transform: rotate(0); }
  4% { transform: rotate(-14deg); }
  8% { transform: rotate(14deg); }
  12% { transform: rotate(-10deg); }
  16% { transform: rotate(10deg); }
  20% { transform: rotate(0); }
}
@keyframes mbbWaIconPop {
  0%, 38%, 100% { transform: scale(1); }
  10% { transform: scale(1.28); }
  16% { transform: scale(1); }
}
.mobile-bottom-bar .mbb-btn:hover,
.mobile-bottom-bar .mbb-btn:active {
  animation-play-state: paused;
}
.mobile-bottom-bar .mbb-btn:hover::before,
.mobile-bottom-bar .mbb-btn:hover::after,
.mobile-bottom-bar .mbb-btn:active::before,
.mobile-bottom-bar .mbb-btn:active::after {
  animation-play-state: paused;
}
.mobile-bottom-bar .mbb-btn:hover .mbb-icon-call,
.mobile-bottom-bar .mbb-btn:hover .btn-wa-icon,
.mobile-bottom-bar .mbb-btn:active .mbb-icon-call,
.mobile-bottom-bar .mbb-btn:active .btn-wa-icon {
  animation-play-state: paused;
}

/* ── TOAST ── */
.toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(12px);
  max-width: min(420px, calc(100vw - 40px));
  background: var(--surface-dark);
  color: var(--text-on-dark);
  padding: 14px 28px;
  border-radius: 3px;
  font-size: .75rem;
  letter-spacing: .5px;
  z-index: 980;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform .45s cubic-bezier(.22,1,.36,1), opacity .45s cubic-bezier(.22,1,.36,1), visibility .45s;
  border-left: 3px solid var(--accent-on-dark);
  box-shadow: var(--shadow2);
}
.toast.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

/* ── SCROLL REVEAL ── */
.rv { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1); }
.rv.in { opacity: 1; transform: translateY(0); }
.rv.d1 { transition-delay: .12s; }
.rv.d2 { transition-delay: .24s; }
.rv.d3 { transition-delay: .36s; }
.rv.d4 { transition-delay: .48s; }
@media (prefers-reduced-motion: reduce) {
  .rv { opacity: 1; transform: none; transition: none; }
}

/* ── PAGE HERO ── */
.page-hero { background: var(--cream2); padding: 160px 0 80px; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, transparent 0, transparent 60px, rgba(15,81,50,.04) 60px, rgba(15,81,50,.04) 61px); }
.page-hero-inner { position: relative; z-index: 1; }
.page-hero-tag { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.page-hero-tag-line { width: 36px; height: 1px; background: var(--primary); }
.page-hero-tag span { font-size: .58rem; letter-spacing: 3px; text-transform: uppercase; color: var(--primary); font-weight: 600; }
.page-hero h1 { font-family: var(--fd); font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 600; line-height: 1.06; color: var(--text); }
.page-hero h1 em { font-style: italic; color: var(--primary); }
.page-hero-sub { font-size: .82rem; color: var(--text-muted); letter-spacing: 1px; margin-top: 16px; }
.page-hero-deco { position: absolute; right: -80px; top: -80px; width: 480px; height: 480px; border: 1px solid rgba(15,81,50,.1); border-radius: 50%; pointer-events: none; }
.page-hero-deco2 { position: absolute; right: 40px; bottom: -120px; width: 240px; height: 240px; border: 1px solid rgba(15,81,50,.06); border-radius: 50%; pointer-events: none; }

/* ── INQUIRY CARD ── */
.enq-card { background: var(--white); border-radius: 12px; box-shadow: var(--shadow2); overflow: hidden; border: 1px solid var(--border); }
.enq-card-head { background: var(--surface-dark); padding: 28px 30px; text-align: center; }
.enq-card-head h2 { font-family: var(--fd); font-size: 1.5rem; color: var(--text-on-dark); margin-bottom: 4px; }
.enq-card-head p { font-size: .68rem; color: var(--text-on-dark-muted); letter-spacing: .5px; }
.enq-card-stats { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--border); }
.enq-stat { padding: 16px 20px; text-align: center; border-right: 1px solid var(--border); }
.enq-stat:last-child { border-right: none; }
.enq-stat-n { font-family: var(--fd); font-size: 1.8rem; color: var(--primary); font-weight: 600; line-height: 1; }
.enq-stat-l { font-size: .58rem; letter-spacing: 2px; text-transform: uppercase; color: var(--text-faint); margin-top: 2px; }
.enq-card-body { padding: 26px 28px; }
.enq-card-body h4 { font-family: var(--fd); font-size: 1.05rem; margin-bottom: 18px; color: var(--text); }
.ei { width: 100%; padding: 13px 16px; border: 1.5px solid var(--border); font-family: var(--fb); font-size: .78rem; color: var(--text); outline: none; border-radius: 3px; margin-bottom: 12px; background: var(--cream); transition: border-color .3s; appearance: none; -webkit-appearance: none; }
.ei:focus { border-color: var(--primary); background: var(--white); }
.eb { width: 100%; padding: 14px; background: var(--gold); color: var(--white); border: none; cursor: pointer; font-family: var(--fb); font-size: .68rem; letter-spacing: 2px; text-transform: uppercase; border-radius: 2px; font-weight: 600; transition: all .3s; margin-top: 2px; }
.eb:hover { background: var(--gold-dk); color: var(--white); }
.enq-wa { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 12px; padding: 12px 14px; background: rgba(37,211,102,.1); border-radius: 3px; border: 1px solid rgba(37,211,102,.35); text-decoration: none; transition: background .3s, border-color .3s; }
.enq-wa:hover { background: rgba(37,211,102,.18); border-color: #25D366; }
.enq-wa-icon { display: flex; align-items: center; justify-content: center; width: 22px; height: 22px; flex-shrink: 0; color: #25D366; }
.enq-wa-icon svg { width: 100%; height: 100%; fill: currentColor; }
.enq-wa-label { font-size: .68rem; color: #128C7E; font-weight: 600; letter-spacing: .3px; }

/* ── ENQUIRE MODAL ── */
.enq-modal {
  position: fixed;
  inset: 0;
  z-index: 9850;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.enq-modal.open { opacity: 1; visibility: visible; }
.enq-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(13, 31, 22, .78);
  backdrop-filter: blur(4px);
}
.enq-modal-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 420px;
  transform: translateY(18px) scale(.98);
  transition: transform .35s cubic-bezier(.22, 1, .36, 1);
}
.enq-modal.open .enq-modal-panel { transform: translateY(0) scale(1); }
.enq-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .25s;
}
.enq-modal-close:hover { background: rgba(255, 255, 255, .28); }
.enq-modal .enq-card { box-shadow: 0 24px 80px rgba(13, 31, 22, .35); }
.enq-modal .enq-field-email { display: none; }

/* ── STATS STRIP ── */
.stats-strip { background: var(--surface-dark); padding: 44px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.stat-item { text-align: center; padding: 0 24px; border-right: 1px solid rgba(255,255,255,.12); }
.stat-item:last-child { border-right: none; }
.stat-n { font-family: var(--fd); font-size: 3rem; color: var(--accent-on-dark); font-weight: 300; line-height: 1; }
.stat-l { font-size: .6rem; letter-spacing: 2.5px; text-transform: uppercase; color: var(--text-on-dark-muted); margin-top: 6px; }

/* ── PROJECT CARDS ── */
.proj-card { position: relative; overflow: hidden; border-radius: var(--r); background: var(--white); border: 1px solid var(--border); transition: all .4s ease; }
.proj-card:hover { transform: translateY(-5px); box-shadow: var(--shadow2); }
.proj-card-img { aspect-ratio: 4/3; overflow: hidden; background: var(--cream3); display: flex; align-items: center; justify-content: center; }
.proj-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.proj-card:hover .proj-card-img img { transform: scale(1.06); }
.proj-card-img-ph { font-family: var(--fd); font-size: 4rem; color: rgba(15,81,50,.2); }
.proj-card-badge { position: absolute; top: 16px; left: 16px; background: var(--gold); color: var(--white); font-size: .55rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; padding: 4px 12px; border-radius: 2px; }
.proj-card-body { padding: 24px 26px; }
.proj-card-type { font-size: .6rem; letter-spacing: 2px; text-transform: uppercase; color: var(--primary); font-weight: 600; margin-bottom: 6px; }
.proj-card-name { font-family: var(--fd); font-size: 1.35rem; color: var(--text); font-weight: 600; margin-bottom: 6px; }
.proj-card-loc { font-size: .73rem; color: var(--text-faint); margin-bottom: 16px; }
.proj-card-meta { display: flex; gap: 16px; border-top: 1px solid var(--border); padding-top: 14px; }
.proj-card-meta-item { font-size: .68rem; color: var(--text-muted); }
.proj-card-meta-item strong { display: block; font-family: var(--fd); font-size: 1.05rem; color: var(--primary); font-weight: 600; }
.proj-card-arrow { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; background: var(--white); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: .85rem; opacity: 0; transition: all .3s; }
.proj-card:hover .proj-card-arrow { opacity: 1; }

/* ── WHY CARDS ── */
.why-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r); padding: 36px 30px; position: relative; overflow: hidden; transition: all .35s; }
.why-card::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--gold); transition: width .4s ease; }
.why-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.why-card:hover::after { width: 100%; }
.why-num { font-family: var(--fd); font-size: 3rem; color: rgba(15,81,50,.12); font-weight: 700; line-height: 1; margin-bottom: 16px; }
.why-icon { width: 48px; height: 48px; border: 1px solid var(--border2); display: flex; align-items: center; justify-content: center; border-radius: 4px; font-size: 1.2rem; margin-bottom: 16px; }
.why-card h3 { font-family: var(--fd); font-size: 1.2rem; color: var(--text); margin-bottom: 10px; font-weight: 600; }
.why-card p { font-size: .75rem; line-height: 1.85; color: var(--text-muted); }

/* ── TESTIMONIAL CARDS ── */
.testi-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r); padding: 32px 28px; position: relative; transition: all .35s; }
.testi-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.testi-quote { position: absolute; top: 20px; right: 24px; font-family: var(--fd); font-size: 4rem; color: rgba(15,81,50,.12); line-height: 1; font-weight: 700; }
.testi-stars { color: var(--primary); font-size: .9rem; letter-spacing: 3px; margin-bottom: 14px; }
.testi-text { font-family: var(--fd); font-style: italic; font-size: .88rem; line-height: 1.85; color: var(--text-body); margin-bottom: 22px; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-av { width: 44px; height: 44px; border-radius: 50%; background: var(--gold); display: flex; align-items: center; justify-content: center; font-family: var(--fd); font-size: 1.1rem; color: var(--white); font-weight: 700; flex-shrink: 0; }
.testi-name { font-size: .8rem; font-weight: 600; color: var(--text); }
.testi-role { font-size: .65rem; color: var(--text-faint); }

/* ── AMENITY CARDS ── */
.am-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r); padding: 28px 20px; text-align: center; transition: all .3s; }
.am-card:hover { border-color: var(--gold); background: var(--cream); transform: translateY(-3px); }
.am-icon { font-size: 2rem; margin-bottom: 12px; }
.am-label { font-size: .72rem; font-weight: 500; color: var(--text); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .wrap { padding: 0 32px; }
  .nav-inner { padding: 0 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.12); padding: 20px; }
  .stat-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.12); }
  .stat-item:last-child, .stat-item:nth-last-child(2):nth-child(odd) { border-bottom: none; }
}
@media (max-width: 768px) {
  .wrap { padding: 0 20px; }
  .nav-inner { padding: 0 20px; }
  .nav-logo-img { height: 48px; }
  .footer-logo-img { height: 54px; }
  .nav-links, .nav-cta { display: none; }
  .nav-ham { display: flex; }
  .sec { padding: 64px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer { padding: 56px 0 0; }
  .footer-minimal-inner { flex-direction: column; align-items: center; text-align: center; }
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px)); }
  .mobile-bottom-bar { display: block; }
  .wa-fab { display: none; }
  .sticky-enq { display: none !important; }
  .toast { bottom: calc(84px + env(safe-area-inset-bottom, 0px)); }
}
@media (max-width: 480px) {
  :root { --max: 100%; }
  .mbb-inner { padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px)); gap: 8px; }
}
@media (max-width: 768px) and (prefers-reduced-motion: reduce) {
  .mobile-bottom-bar::before,
  .mobile-bottom-bar .mbb-btn,
  .mobile-bottom-bar .mbb-btn::before,
  .mobile-bottom-bar .mbb-btn::after,
  .mobile-bottom-bar .mbb-icon-call,
  .mobile-bottom-bar .btn-wa-icon { animation: none; }
}

/* ── SEO FAQ (shared across home, projects, etc.) ── */
.pj-faq-g {
  display: grid;
  gap: 12px;
  max-width: 820px;
  margin: 36px auto 0;
}
.pj-faq-item {
  border: 1px solid var(--border);
  border-radius: var(--r);
  background: var(--white);
  overflow: hidden;
}
.pj-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 24px;
  font-family: var(--fd);
  font-size: 1.05rem;
  color: var(--text);
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.pj-faq-item summary::-webkit-details-marker { display: none; }
.pj-faq-item summary::after {
  content: '+';
  color: var(--primary);
  font-size: 1.2rem;
  flex-shrink: 0;
}
.pj-faq-item[open] summary::after { content: '−'; }
.pj-faq-answer {
  padding: 0 24px 20px;
  font-size: .82rem;
  line-height: 1.9;
  color: var(--text-muted);
}

/* ── SEO content block ── */
.seo-content {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
.seo-content p {
  font-size: .84rem;
  line-height: 1.95;
  color: var(--text-muted);
  margin-bottom: 14px;
}
.seo-content p:last-child { margin-bottom: 0; }
