/*
Theme Name: Prateek Mirror Pro
Theme URI: https://www.prateekproperties.com/
Author: Performace Media
Description: Custom theme mirroring the Prateek Group website design - luxury real estate, gold accent, RERA-approved residential projects in NCR.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: prateek-mirror
*/

:root{
  --gold:#d4a439; --gold-d:#b8862a; --dark:#1a1d23; --ink:#2b2f36;
  --muted:#6b7280; --line:#e7e5e0; --cream:#faf8f3; --soft:#f5f3ee; --white:#fff;
  --shadow:0 10px 30px rgba(0,0,0,.08); --shadow-lg:0 20px 50px rgba(0,0,0,.12);
  --rad:16px; --maxw:1200px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Poppins',system-ui,Arial,sans-serif;color:var(--ink);background:var(--white);line-height:1.65;font-size:16px}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.eyebrow{color:var(--gold);font-weight:600;letter-spacing:.12em;text-transform:uppercase;font-size:13px;margin-bottom:10px;display:inline-block}
h1,h2,h3,h4{font-family:'Playfair Display',Georgia,serif;color:var(--dark);line-height:1.18;font-weight:700}
.section{padding:84px 0}
.section.alt{background:var(--cream)}
.s-head{text-align:center;max-width:720px;margin:0 auto 52px}
.s-head h2{font-size:40px;margin-bottom:14px}
.s-head p{color:var(--muted)}
.btn{display:inline-flex;align-items:center;gap:8px;font-family:'Poppins';font-weight:600;font-size:15px;padding:14px 28px;border-radius:40px;cursor:pointer;border:2px solid transparent;transition:.25s}
.btn-gold{background:var(--gold);color:#1a1a1a}
.btn-gold:hover{background:var(--gold-d);transform:translateY(-2px)}
.btn-outline{background:transparent;border-color:var(--gold);color:var(--gold)}
.btn-outline:hover{background:var(--gold);color:#1a1a1a}
.btn-ghost-w{background:transparent;border-color:#fff;color:#fff}
.btn-ghost-w:hover{background:#fff;color:var(--dark)}

/* HEADER */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.hdr{display:flex;align-items:center;justify-content:space-between;height:78px;gap:20px}
.hdr .logo img{height:46px;width:auto}
.nav{display:flex;align-items:center;gap:26px}
.nav a{font-weight:500;font-size:15px;color:var(--ink);position:relative}
.nav a:hover{color:var(--gold)}
.has-drop{position:relative}
.has-drop>span{cursor:pointer;font-weight:500;font-size:15px;display:inline-flex;align-items:center;gap:5px}
.drop{position:absolute;top:130%;left:0;background:#fff;box-shadow:var(--shadow);border-radius:12px;padding:8px;min-width:170px;opacity:0;visibility:hidden;transform:translateY(6px);transition:.2s}
.has-drop:hover .drop{opacity:1;visibility:visible;transform:translateY(0)}
.drop a{display:block;padding:9px 14px;border-radius:8px;font-size:14px}
.drop a:hover{background:var(--soft);color:var(--gold)}
.hdr-cta{display:flex;align-items:center;gap:14px}
.phone{display:inline-flex;align-items:center;gap:7px;font-weight:600;color:var(--ink);font-size:14px}
.menu-toggle{display:none;background:none;border:0;font-size:26px;color:var(--dark);cursor:pointer}
.mobile-nav{display:none;flex-direction:column;padding:14px 24px;border-top:1px solid var(--line);background:#fff;gap:6px}
.mobile-nav a{padding:10px 0;font-weight:500;border-bottom:1px solid var(--soft)}

/* HERO */
.hero{position:relative;min-height:88vh;display:flex;align-items:center;color:#fff;overflow:hidden}
.hero-bg{position:absolute;inset:0}
.hero-bg img{width:100%;height:100%;object-fit:cover}
.hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,rgba(15,17,21,.86) 0%,rgba(15,17,21,.6) 45%,rgba(15,17,21,.25) 100%)}
.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.15fr .85fr;gap:50px;align-items:center;width:100%;padding:60px 0}
.hero .badge{display:inline-flex;align-items:center;gap:8px;background:rgba(212,164,57,.16);border:1px solid rgba(212,164,57,.5);color:var(--gold);padding:8px 16px;border-radius:30px;font-size:13px;font-weight:600;letter-spacing:.05em}
.hero h1{color:#fff;font-size:56px;margin:20px 0 18px}
.hero h1 .g{color:var(--gold)}
.hero p.lead{font-size:18px;color:#e9e7e2;max-width:540px;margin-bottom:30px}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:40px}
.hero-stats{display:flex;gap:40px}
.hero-stats .st b{font-family:'Playfair Display';font-size:38px;color:var(--gold);display:block;line-height:1}
.hero-stats .st span{font-size:14px;color:#d7d5d0}
/* hero form */
.hero-form{background:#fff;color:var(--ink);border-radius:var(--rad);padding:28px;box-shadow:var(--shadow-lg)}
.hero-form h3{font-size:22px;margin-bottom:4px}
.hero-form .sub{color:var(--muted);font-size:14px;margin-bottom:18px}
.hero-form .field{margin-bottom:12px}
.hero-form input,.hero-form select{width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:10px;font-family:'Poppins';font-size:14px;background:var(--soft)}
.hero-form .note{font-size:12px;color:var(--muted);text-align:center;margin-top:10px}

/* PROJECT CARDS */
.proj-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.pcard{background:#fff;border-radius:var(--rad);overflow:hidden;box-shadow:var(--shadow);transition:.3s;border:1px solid var(--line);display:flex;flex-direction:column}
.pcard:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}
.pcard .ph{position:relative;height:220px}
.pcard .ph img{width:100%;height:100%;object-fit:cover}
.pcard .status{position:absolute;top:14px;left:14px;background:var(--gold);color:#1a1a1a;font-size:12px;font-weight:600;padding:6px 13px;border-radius:20px}
.pcard .body{padding:22px;display:flex;flex-direction:column;flex:1}
.pcard h3{font-size:22px;margin-bottom:6px}
.pcard .loc{color:var(--gold);font-size:13px;font-weight:600;margin-bottom:10px}
.pcard .desc{color:var(--muted);font-size:14px;margin-bottom:16px;flex:1}
.pcard .meta{display:flex;justify-content:space-between;align-items:flex-end;border-top:1px solid var(--line);padding-top:14px;margin-bottom:16px}
.pcard .meta .cfg{font-weight:600;font-size:14px}
.pcard .meta .price b{display:block;font-family:'Playfair Display';color:var(--gold);font-size:18px}
.pcard .meta .price span{font-size:11px;color:var(--muted)}
.center-cta{text-align:center;margin-top:46px}

/* WHY / STATS */
.stat-row{display:flex;justify-content:center;gap:70px;margin-bottom:54px;flex-wrap:wrap}
.stat-row .st{text-align:center}
.stat-row .st b{font-family:'Playfair Display';font-size:46px;color:var(--gold);display:block;line-height:1}
.stat-row .st span{color:var(--muted);font-weight:500}
.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.fcard{background:#fff;border:1px solid var(--line);border-radius:var(--rad);padding:30px;transition:.25s}
.fcard:hover{border-color:var(--gold);box-shadow:var(--shadow);transform:translateY(-4px)}
.fcard .ic{width:52px;height:52px;border-radius:12px;background:rgba(212,164,57,.14);color:var(--gold);display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:16px}
.fcard h3{font-size:19px;margin-bottom:8px;font-family:'Poppins';font-weight:700}
.fcard p{color:var(--muted);font-size:14px}

/* TESTIMONIALS */
.tgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.tcard{background:#fff;border-radius:var(--rad);padding:30px;box-shadow:var(--shadow);border:1px solid var(--line)}
.tcard .stars{color:var(--gold);margin-bottom:14px;letter-spacing:2px}
.tcard .quote{color:var(--ink);font-size:15px;font-style:italic;margin-bottom:20px}
.tcard .who{display:flex;align-items:center;gap:12px}
.tcard .av{width:46px;height:46px;border-radius:50%;background:var(--gold);color:#1a1a1a;display:flex;align-items:center;justify-content:center;font-weight:700}
.tcard .who b{display:block;font-size:15px}
.tcard .who span{font-size:13px;color:var(--muted)}

/* CTA BAND */
.cta-band{background:linear-gradient(100deg,#1a1d23,#2b2f36);color:#fff;text-align:center;padding:70px 0}
.cta-band h2{color:#fff;font-size:36px;margin-bottom:14px}
.cta-band p{color:#cfcdc8;max-width:560px;margin:0 auto 28px}
.cta-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}

/* ARTICLE / SINGLE */
.page-hero{background:var(--soft);padding:60px 0;text-align:center}
.page-hero .eyebrow{margin-bottom:8px}
.page-hero h1{font-size:42px}
.crumbs{font-size:13px;color:var(--muted);margin-bottom:14px}
.crumbs a:hover{color:var(--gold)}
.article{max-width:820px;margin:0 auto;padding:56px 24px}
.article .meta-line{display:flex;gap:14px;align-items:center;color:var(--muted);font-size:13px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:22px}
.article .tag{background:rgba(212,164,57,.14);color:var(--gold-d);padding:4px 12px;border-radius:20px;font-weight:600}
.article h1{font-size:38px;margin-bottom:18px}
.article h2{font-size:28px;margin:34px 0 14px}
.article h3{font-size:21px;margin:24px 0 10px;font-family:'Poppins'}
.article p{margin-bottom:16px;color:var(--ink)}
.article ul,.article ol{margin:0 0 18px 22px}
.article li{margin-bottom:7px}
.article img{border-radius:12px;margin:22px 0}
.article table{width:100%;border-collapse:collapse;margin:22px 0;font-size:14px}
.article th,.article td{border:1px solid var(--line);padding:10px 12px;text-align:left}
.article th{background:var(--soft);font-weight:600}
.feat-img{width:100%;max-height:420px;object-fit:cover;border-radius:var(--rad);margin-bottom:30px}

/* PROJECT SINGLE */
.proj-hero{position:relative;min-height:60vh;display:flex;align-items:flex-end;color:#fff}
.proj-hero .hero-bg::after{background:linear-gradient(0deg,rgba(15,17,21,.9),rgba(15,17,21,.2))}
.proj-hero .inner{position:relative;z-index:2;padding:50px 0}
.proj-hero .status{display:inline-block;background:var(--gold);color:#1a1a1a;font-weight:600;font-size:13px;padding:6px 15px;border-radius:20px;margin-bottom:14px}
.proj-hero h1{color:#fff;font-size:48px}
.proj-hero .loc{color:var(--gold);font-weight:600;margin-top:8px}
.spec-bar{background:var(--dark);color:#fff;padding:26px 0}
.spec-bar .row{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between}
.spec-bar .sp{min-width:140px}
.spec-bar .sp span{display:block;color:#b9b7b2;font-size:12px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}
.spec-bar .sp b{font-size:16px;color:var(--gold)}

/* LISTING */
.list-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.bcard{background:#fff;border-radius:var(--rad);overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line);transition:.3s;display:flex;flex-direction:column}
.bcard:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}
.bcard .ph{height:200px;background:var(--soft)}
.bcard .ph img{width:100%;height:100%;object-fit:cover}
.bcard .body{padding:22px;display:flex;flex-direction:column;flex:1}
.bcard .tag{color:var(--gold);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}
.bcard h3{font-size:19px;font-family:'Poppins';font-weight:700;margin-bottom:10px;line-height:1.35}
.bcard .date{font-size:13px;color:var(--muted);margin-top:auto}
.bcard .rm{color:var(--gold);font-weight:600;font-size:14px;margin-top:12px}

/* FOOTER */
.site-footer{background:#15171c;color:#cfcdc8;padding:60px 0 0}
.f-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding-bottom:46px}
.site-footer .logo{display:inline-block;background:#fff;padding:10px 14px;border-radius:12px;margin-bottom:18px;line-height:0}
.site-footer .logo img{height:40px;display:block;filter:none}
.site-footer p.about{font-size:14px;color:#a8a6a1;max-width:300px}
.site-footer h4{color:#fff;font-family:'Poppins';font-size:16px;margin-bottom:18px}
.site-footer ul{list-style:none}
.site-footer li{margin-bottom:11px}
.site-footer a:hover{color:var(--gold)}
.f-bottom{border-top:1px solid #2a2c31;padding:22px 0;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:13px;color:#8d8b86}
.f-bottom a:hover{color:var(--gold)}

@media(max-width:980px){
  .hero-inner,.proj-grid,.feat-grid,.tgrid,.list-grid{grid-template-columns:1fr}
  .nav,.phone{display:none}
  .menu-toggle{display:block}
  .hero h1{font-size:40px}
  .s-head h2{font-size:30px}
  .f-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .proj-grid,.feat-grid,.tgrid,.list-grid,.f-grid{grid-template-columns:1fr}
  .hero-stats{gap:24px}
}

/* ============ ENQUIRY FORM ============ */
.pf-wrap h3{font-size:22px;margin-bottom:4px}
.pf-wrap .sub{color:var(--muted);font-size:14px;margin-bottom:16px}
.pf-wrap .field{margin-bottom:12px}
.pf-wrap input,.pf-wrap select,.pf-wrap textarea{width:100%;padding:13px 15px;border:1px solid var(--line);border-radius:10px;font-family:'Poppins';font-size:14px;background:var(--soft);color:var(--ink)}
.pf-wrap input:focus,.pf-wrap select:focus{outline:none;border-color:var(--gold);background:#fff}
.pf-wrap .note{font-size:12px;color:var(--muted);text-align:center;margin-top:10px}
.pf-hp{position:absolute!important;left:-9999px!important;height:0!important;width:0!important;opacity:0!important}
.pf-alert{padding:11px 14px;border-radius:10px;font-size:13.5px;font-weight:500;margin-bottom:14px}
.pf-alert.ok{background:#e8f6ec;color:#1c7a3d;border:1px solid #b7e2c4}
.pf-alert.err{background:#fdeaea;color:#b91c1c;border:1px solid #f3c4c4}
.pf-boxed{background:#fff;border-radius:var(--rad);padding:30px;box-shadow:var(--shadow-lg)}

/* ENQUIRY BAND */
.enquire-band{background:linear-gradient(105deg,#1a1d23,#23272f);color:#fff;padding:80px 0}
.enquire-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center}
.enquire-copy h2{color:#fff;font-size:38px;margin:8px 0 14px}
.enquire-copy p{color:#cfcdc8;margin-bottom:20px}
.enquire-points{list-style:none;margin:0 0 26px;padding:0}
.enquire-points li{color:#e6e4df;margin-bottom:10px;font-size:15px}
.enquire-points li::first-letter{color:var(--gold)}

/* ============ RESPONSIVE FINE-TUNING ============ */
@media(max-width:1024px){
  .hero-inner{grid-template-columns:1fr;gap:36px}
  .hero h1{font-size:46px}
  .enquire-grid{grid-template-columns:1fr;gap:34px}
  .proj-grid,.feat-grid,.tgrid,.list-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:880px){
  .nav,.phone{display:none}
  .menu-toggle{display:block}
  .section{padding:60px 0}
  .s-head{margin-bottom:38px}
  .s-head h2,.enquire-copy h2,.cta-band h2{font-size:30px}
  .hero{min-height:auto;padding:40px 0}
  .hero h1{font-size:38px}
  .hero p.lead{font-size:16px}
  .article h1{font-size:30px}
  .proj-hero h1{font-size:34px}
  .f-grid{grid-template-columns:1fr 1fr;gap:30px}
  .f-bottom{flex-direction:column;text-align:center}
  .spec-bar .row{gap:18px}
}
@media(max-width:560px){
  .wrap{padding:0 18px}
  .hdr{height:64px}
  .hdr .logo img{height:38px}
  .hero-actions{flex-direction:column}
  .hero-actions .btn{width:100%;justify-content:center}
  .hero-stats{gap:20px;flex-wrap:wrap}
  .hero-stats .st b{font-size:30px}
  .hero h1{font-size:31px}
  .proj-grid,.feat-grid,.tgrid,.list-grid,.f-grid{grid-template-columns:1fr}
  .stat-row{gap:36px}
  .hero-form,.pf-boxed{padding:22px}
  .section{padding:48px 0}
  .btn{padding:13px 22px;font-size:14px}
  .cta-actions{flex-direction:column}
  .cta-actions .btn{width:100%;justify-content:center}
}
