/*
Theme Name: Morya Kolkata
Theme URI: https://sparkle-site-art.lovable.app
Author: Morya
Description: Pixel-perfect WordPress port of the Morya Kolkata site (sparkle-site-art.lovable.app). Luxury real-estate single-page theme with hero, configurations, amenities, gallery carousel, developer, location and contact form. No popup, no live chat.
Version: 2.0
License: GPL-2.0+
Text Domain: morya
*/

:root{
  --bg:#f7f5ef;
  --fg:#0e1424;
  --muted:#5b6478;
  --card:#ffffff;
  --secondary:#efece4;
  --primary:#13182b;
  --primary-fg:#f7f5ef;
  --border:#e3ddd1;
  --gold:#c9a24a;
  --gold-2:#a07a30;
  --gold-fg:#13182b;
  --grad-gold:linear-gradient(135deg,#d8b463,#a07a30);
  --grad-hero:linear-gradient(180deg,rgba(13,20,40,.55),rgba(13,20,40,.85));
  --shadow-elegant:0 30px 60px -30px rgba(13,20,40,.45);
  --shadow-soft:0 10px 30px -15px rgba(13,20,40,.25);
  --display:"Playfair Display",Georgia,serif;
  --sans:"Inter",system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--fg);font-family:var(--sans);-webkit-font-smoothing:antialiased;line-height:1.55}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4,h5{font-family:var(--display);font-weight:600;letter-spacing:-.01em;margin:0}
p{margin:0}

.container-narrow{max-width:1200px;margin-inline:auto;padding-inline:1.5rem}
.eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.35em;color:var(--gold);font-weight:600}
.text-gradient-gold{background:var(--grad-gold);-webkit-background-clip:text;background-clip:text;color:transparent}
.bg-gradient-gold{background:var(--grad-gold);color:var(--gold-fg)}
.shadow-elegant{box-shadow:var(--shadow-elegant)}
.shadow-soft{box-shadow:var(--shadow-soft)}

/* HEADER */
.site-header{position:fixed;top:0;left:0;right:0;z-index:60;background:rgba(19,24,43,.85);backdrop-filter:blur(10px);color:var(--primary-fg);border-bottom:1px solid rgba(255,255,255,.08)}
.site-header .bar{display:flex;align-items:center;justify-content:space-between;height:80px}
.brand{font-size:1.25rem;font-weight:600;letter-spacing:.3em;color:var(--gold)}
@media(min-width:768px){.brand{font-size:1.5rem}}
.nav{display:none;gap:2rem;align-items:center}
@media(min-width:1024px){.nav{display:flex}}
.nav a{font-size:13px;letter-spacing:.04em;color:rgba(247,245,239,.85);transition:color .2s}
.nav a:hover{color:var(--gold)}
.partner{text-align:right;line-height:1.2}
.partner .l1{font-size:9px;text-transform:uppercase;letter-spacing:.2em;color:#9aa3b8;font-weight:600}
.partner .l2{font-size:9px;color:#9aa3b8}
.partner .l3{font-size:8px;text-transform:uppercase;letter-spacing:.15em;color:#9aa3b8}
.menu-toggle{display:inline-flex;background:none;border:0;color:inherit;padding:.5rem;cursor:pointer}
@media(min-width:1024px){.menu-toggle{display:none}}
.mobile-nav{display:none;background:var(--primary);border-top:1px solid rgba(255,255,255,.08)}
.mobile-nav.open{display:block}
.mobile-nav .list{display:flex;flex-direction:column;gap:.5rem;padding:1rem 1.5rem}
.mobile-nav a{padding:.5rem 0;color:rgba(247,245,239,.85)}

/* HERO */
.hero{position:relative;height:100vh;min-height:640px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:-80px;padding-top:80px}
.hero img.bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero .overlay{position:absolute;inset:0;background:var(--grad-hero)}
.hero .content{position:relative;z-index:2;text-align:center;color:var(--primary-fg)}
.hero .eyebrow{color:var(--gold);margin-bottom:1.5rem;letter-spacing:.4em}
.hero p.lead{font-size:1rem;max-width:640px;margin:0 auto 2.5rem;color:rgba(247,245,239,.85)}
@media(min-width:768px){.hero p.lead{font-size:1.125rem}}
.hero .cta-title{font-family:var(--display);font-size:1.5rem;margin-bottom:.25rem;color:rgba(247,245,239,.92)}
@media(min-width:768px){.hero .cta-title{font-size:1.875rem}}
.hero .cta-sub{font-family:var(--display);font-size:1.25rem;color:rgba(247,245,239,.8);margin-bottom:2rem}
.btn-gold{display:inline-flex;align-items:center;gap:.5rem;background:var(--grad-gold);color:var(--gold-fg);padding:1rem 2rem;border-radius:9999px;font-weight:600;box-shadow:var(--shadow-elegant);transition:transform .2s}
.btn-gold:hover{transform:scale(1.03)}
.hero .tagline{position:absolute;bottom:2rem;left:0;right:0;text-align:center;color:rgba(247,245,239,.6);font-size:11px;text-transform:uppercase;letter-spacing:.3em}

/* STRIP */
.strip{background:var(--secondary);padding:2.5rem 0}
.strip .grid{display:grid;gap:2rem;text-align:center}
@media(min-width:640px){.strip .grid{grid-template-columns:repeat(3,1fr)}}
.strip .num{font-family:var(--display);font-size:3rem;font-weight:700;background:var(--grad-gold);-webkit-background-clip:text;background-clip:text;color:transparent}
.strip .lbl{font-size:.8rem;text-transform:uppercase;letter-spacing:.2em;color:var(--muted);margin-top:.5rem}

/* SECTION */
.section{padding:6rem 0}
.section-center{text-align:center;margin-bottom:3.5rem}
.section h2{font-size:2.25rem;margin-bottom:.5rem}
@media(min-width:768px){.section h2{font-size:3rem}}
.section .eyebrow{display:block;margin-bottom:.75rem}

/* OVERVIEW */
.overview .grid{display:grid;gap:3.5rem;align-items:center}
@media(min-width:1024px){.overview .grid{grid-template-columns:1fr 1fr}}
.overview h2{font-size:2.25rem;margin-bottom:1.5rem}
@media(min-width:768px){.overview h2{font-size:3rem}}
.overview p{color:var(--muted);margin-bottom:1rem}
.overview strong{color:var(--fg)}
.overview .img-wrap{position:relative}
.overview .img-wrap img{border-radius:12px;width:100%;height:500px;object-fit:cover;box-shadow:var(--shadow-elegant)}
.overview .badge{position:absolute;bottom:-1.5rem;left:-1.5rem;background:var(--card);padding:1.5rem;border-radius:12px;box-shadow:var(--shadow-soft);display:none}
@media(min-width:768px){.overview .badge{display:block}}
.overview .badge .k{font-size:11px;text-transform:uppercase;letter-spacing:.25em;color:var(--gold)}
.overview .badge .v{font-family:var(--display);font-size:1.875rem}

/* PRICING DARK */
.pricing{background:var(--primary);color:var(--primary-fg);padding:6rem 0}
.pricing .grid{display:grid;gap:1.5rem}
@media(min-width:768px){.pricing .grid{grid-template-columns:repeat(3,1fr)}}
.pricing .card{border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.05);backdrop-filter:blur(4px);padding:2.5rem;border-radius:12px;text-align:center;transition:border-color .2s}
.pricing .card:hover{border-color:rgba(201,162,74,.6)}
.pricing .card .type{font-family:var(--display);font-size:2.5rem;font-weight:700;background:var(--grad-gold);-webkit-background-clip:text;background-clip:text;color:transparent}

/* WHY */
.why .grid{display:grid;gap:3.5rem;align-items:center}
@media(min-width:1024px){.why .grid{grid-template-columns:1fr 1fr}}
.why img{border-radius:12px;width:100%;height:500px;object-fit:cover;box-shadow:var(--shadow-elegant)}
.why ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}
.why ul li{display:flex;align-items:flex-start;gap:.75rem}
.why ul li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--gold);margin-top:.6rem;flex-shrink:0}

/* AMENITIES */
.amenities{background:var(--secondary)}
.amenities .grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
@media(min-width:768px){.amenities .grid{grid-template-columns:repeat(4,1fr)}}
.amenities .item{background:var(--card);border-radius:12px;padding:1.5rem;text-align:center;box-shadow:var(--shadow-soft);transition:box-shadow .2s}
.amenities .item:hover{box-shadow:var(--shadow-elegant)}
.amenities .icon{width:56px;height:56px;margin:0 auto 1rem;border-radius:50%;background:var(--grad-gold);color:var(--gold-fg);display:grid;place-items:center;font-size:24px;transition:transform .2s}
.amenities .item:hover .icon{transform:scale(1.1)}
.amenities .lbl{font-size:.875rem;font-weight:500}

/* GALLERY */
.gallery{background:var(--secondary)}
.gallery .wrap{position:relative}
.gallery .nav-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:48px;height:48px;border-radius:50%;background:var(--card);border:0;cursor:pointer;display:grid;place-items:center;box-shadow:var(--shadow-elegant);transition:background .2s,color .2s}
.gallery .nav-btn:hover{background:var(--grad-gold);color:var(--gold-fg)}
.gallery .nav-btn.prev{left:.5rem}
.gallery .nav-btn.next{right:.5rem}
.gallery .nav-btn svg{width:24px;height:24px}
.gallery-scroll{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:1rem;scrollbar-width:none}
.gallery-scroll::-webkit-scrollbar{display:none}
.gallery-scroll .slide{scroll-snap-align:start;flex:0 0 85%}
@media(min-width:768px){.gallery-scroll .slide{flex:0 0 60%}}
@media(min-width:1024px){.gallery-scroll .slide{flex:0 0 45%}}
.gallery-scroll img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:var(--shadow-elegant);cursor:zoom-in;transition:opacity .2s}
.gallery-scroll img:hover{opacity:.95}

/* LIGHTBOX */
.lightbox{position:fixed;inset:0;z-index:110;background:rgba(0,0,0,.9);display:none;align-items:center;justify-content:center;padding:1rem}
.lightbox.open{display:flex}
.lightbox img{max-width:95vw;max-height:90vh;object-fit:contain;border-radius:8px}
.lightbox .close{position:absolute;top:1rem;right:1rem;width:44px;height:44px;border-radius:50%;background:rgba(0,0,0,.6);color:#fff;border:0;cursor:pointer;font-size:24px;display:grid;place-items:center}

/* DEVELOPER */
.developer{text-align:center}
.developer .inner{max-width:880px;margin:0 auto}
.developer img.logo{height:96px;width:auto;margin:0 auto 2rem}
@media(min-width:768px){.developer img.logo{height:128px}}
.developer .stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:640px;margin:2.5rem auto}
.developer .stat{background:var(--secondary);border-radius:12px;padding:1.5rem;text-align:center}
.developer .stat .k{font-family:var(--display);font-size:1.875rem;font-weight:700;background:var(--grad-gold);-webkit-background-clip:text;background-clip:text;color:transparent}
.developer .stat .v{font-size:11px;text-transform:uppercase;letter-spacing:.2em;color:var(--muted);margin-top:.5rem}
.developer .copy{text-align:left;color:var(--muted);display:flex;flex-direction:column;gap:1.25rem}

/* LOCATION */
.location iframe{display:block;width:100%;height:460px;border:0}
.location .frame{border-radius:12px;overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow-elegant)}

/* CONTACT */
.contact{background:var(--secondary)}
.contact .grid{display:grid;gap:3.5rem;align-items:flex-start}
@media(min-width:1024px){.contact .grid{grid-template-columns:1fr 1fr}}
.contact form{background:var(--primary);color:var(--primary-fg);border-radius:16px;padding:2.5rem;box-shadow:var(--shadow-elegant)}
.contact form h3{font-size:1.875rem;margin-bottom:1.5rem}
.contact .field{margin-bottom:1rem}
.contact label{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.2em;color:rgba(247,245,239,.7);margin-bottom:.5rem}
.contact input,.contact textarea{width:100%;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.15);color:var(--primary-fg);padding:.75rem 1rem;border-radius:8px;font-family:inherit;font-size:1rem;outline:none;transition:border-color .2s}
.contact input:focus,.contact textarea:focus{border-color:var(--gold)}
.contact textarea{min-height:110px;resize:vertical}
.contact button[type=submit]{width:100%;margin-top:.5rem;background:var(--grad-gold);color:var(--gold-fg);border:0;padding:1rem;border-radius:9999px;font-weight:600;cursor:pointer;font-size:1rem;transition:transform .2s}
.contact button[type=submit]:hover{transform:scale(1.02)}
.contact .notice{padding:2rem;text-align:center;color:var(--gold)}

/* FOOTER */
.site-footer{background:var(--primary);color:var(--primary-fg)}
.site-footer .top{display:grid;gap:2.5rem;padding:4rem 0}
@media(min-width:768px){.site-footer .top{grid-template-columns:repeat(3,1fr)}}
.site-footer .brand-col{font-size:1.5rem;font-weight:600;letter-spacing:.3em;color:var(--gold)}
@media(min-width:768px){.site-footer .brand-col{font-size:1.875rem}}
.site-footer .partner-col{font-size:9px;color:#9aa3b8;line-height:1.5}
.site-footer .partner-col .l1{text-transform:uppercase;letter-spacing:.15em;font-weight:600}
.site-footer .partner-col .l3{text-transform:uppercase;letter-spacing:.1em}
.site-footer h4{font-size:.875rem;text-transform:uppercase;letter-spacing:.25em;color:var(--gold);margin-bottom:1rem;font-family:var(--sans);font-weight:600}
.site-footer .contact-col p{font-size:.875rem;color:rgba(247,245,239,.8);margin-bottom:.25rem}
.site-footer .contact-col a.tel{display:inline-flex;align-items:center;gap:.5rem;margin-top:.5rem;font-size:1rem;font-weight:600;color:var(--primary-fg)}
.site-footer .contact-col a.tel:hover{color:var(--gold)}
.site-footer .bottom{border-top:1px solid rgba(255,255,255,.1)}
.site-footer .bottom .inner{padding:2rem 0;font-size:11px;line-height:1.7;color:rgba(247,245,239,.6);display:flex;flex-direction:column;gap:.75rem}
.site-footer .bottom a{color:var(--gold)}
.site-footer .bottom .rera{color:#fff}

/* Floating Contact (NO popup, NO live chat) */
.fab{position:fixed;bottom:1.5rem;left:1.5rem;z-index:40;display:flex;flex-direction:column;gap:.75rem}
.fab a{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;color:#fff;box-shadow:var(--shadow-elegant);transition:transform .2s}
.fab a:hover{transform:scale(1.1)}
.fab .wa{background:#25d366}
.fab .call{background:var(--grad-gold);color:var(--gold-fg)}
.fab svg{width:20px;height:20px}

@media(max-width:640px){
  .section{padding:4rem 0}
  .hero .cta-title{font-size:1.25rem}
}
