/* Intarian Stylesheet */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --primary: #E31B6D;
  --primary-dark: #C2155D;
  --secondary: #1a1a1a;
  --text-dark: #212121;
  --text-light: #757575;
  --bg-light: #f5f5f5;
  --white: #ffffff;
  --border: #eeeeee;
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);
  --shadow-md: 0 4px 20px rgba(0,0,0,0.08);
  --shadow-lg: 0 12px 40px rgba(0,0,0,0.12);
  --radius: 8px;
  --gap: 120px;
}
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'DM Sans', sans-serif; background: var(--white); color: var(--text-dark); overflow-x: hidden; line-height: 1.5; -webkit-font-smoothing: antialiased; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; display: flex; align-items: center; justify-content: space-between; padding: 0 8%; height: 80px; background: rgba(255,255,255,0.95); backdrop-filter: blur(10px); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); border-bottom: 1px solid transparent; }
nav.scrolled { height: 70px; background: var(--white); box-shadow: var(--shadow-sm); border-bottom-color: var(--border); }
.nav-logo { font-size: 26px; font-weight: 900; color: var(--text-dark); letter-spacing: -1px; text-decoration: none; display: flex; align-items: center; }
.nav-logo span { color: var(--primary); }
.nav-links { display: flex; gap: 40px; list-style: none; align-items: center; }
.nav-links a { text-decoration: none; font-size: 15px; font-weight: 600; color: var(--text-dark); transition: color 0.2s ease; }
.nav-links a:hover { color: var(--primary); }
.nav-cta { background: var(--primary) !important; color: var(--white) !important; padding: 12px 28px; border-radius: 4px; font-weight: 700; transition: all 0.3s ease !important; }
.nav-cta:hover { background: var(--primary-dark) !important; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(227, 27, 109, 0.3); }

/* HERO V2 - Homelane/Livspace Style */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; padding: 100px 8% 60px; background: #000; color: var(--white); overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 1; overflow: hidden; }
.hero-bg img, .hero-bg video { width: 100%; height: 100%; object-fit: cover; opacity: 0.7; }
.hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%); z-index: 1; }

/* OVERLAYS */
.overlay-dark { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 50%, transparent 100%); z-index: 2; }
.text-on-image { position: relative; z-index: 3; color: var(--white); text-shadow: 0 2px 10px rgba(0,0,0,0.5); }

.hero-content { position: relative; z-index: 2; width: 100%; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 60px; align-items: center; }
.hero-text { max-width: 700px; }
.hero-tag { display: inline-block; background: var(--primary); color: var(--white); padding: 6px 16px; border-radius: 4px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 24px; }
.hero-title { font-size: clamp(48px, 6vw, 72px); line-height: 1.1; font-weight: 900; margin-bottom: 24px; letter-spacing: -2px; color: var(--white); }
.hero-title em { font-style: normal; color: var(--primary); }
.hero-sub { font-size: 20px; line-height: 1.6; color: rgba(255,255,255,0.9); margin-bottom: 40px; font-weight: 500; }

.hero-form-card { background: var(--white); color: var(--text-dark); border-radius: 16px; padding: 40px; box-shadow: var(--shadow-lg); width: 100%; max-width: 440px; margin-left: auto; }
.hero-form-card h3 { font-size: 28px; font-weight: 800; margin-bottom: 8px; letter-spacing: -0.5px; }
.hero-form-card p { font-size: 15px; color: var(--text-light); margin-bottom: 32px; }

.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 13px; font-weight: 700; color: var(--text-dark); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.5px; }
.form-group input, .form-group select { width: 100%; padding: 14px 18px; border: 1px solid var(--border); border-radius: var(--radius); font-family: inherit; font-size: 15px; background: var(--bg-light); transition: all 0.2s ease; outline: none; }
.form-group input:focus, .form-group select:focus { border-color: var(--primary); background: var(--white); box-shadow: 0 0 0 4px rgba(227, 27, 109, 0.1); }

.hero-stats-v2 { display: flex; gap: 40px; margin-top: 60px; }
.stat-item-v2 { display: flex; flex-direction: column; }
.stat-val-v2 { font-size: 32px; font-weight: 900; color: var(--primary); line-height: 1; }
.stat-lab-v2 { font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.6); text-transform: uppercase; margin-top: 8px; letter-spacing: 1px; }

/* TRUST BAR V2 */
.trust-strip { background: var(--white); padding: 30px 8%; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--border); }
.trust-point { display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 700; color: var(--text-dark); }
.trust-point i { color: var(--primary); font-size: 20px; }

/* SECTIONS */
section { padding: var(--gap) 8%; }
.section-header { text-align: center; margin-bottom: 80px; max-width: 800px; margin-left: auto; margin-right: auto; }
.section-tag { font-size: 13px; font-weight: 800; color: var(--primary); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 16px; display: block; }
.section-title { font-size: clamp(32px, 4vw, 52px); font-weight: 900; color: var(--text-dark); margin-bottom: 24px; letter-spacing: -1.5px; line-height: 1.1; }
.section-title em { font-style: normal; color: var(--primary); }
.section-sub { font-size: 18px; color: var(--text-light); line-height: 1.6; font-weight: 500; }

/* UTILS & FORMS */
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 13px; font-weight: 700; color: var(--text-dark); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.5px; }
.form-group input, .form-group select { width: 100%; padding: 14px 18px; border: 1px solid var(--border); border-radius: var(--radius); font-family: inherit; font-size: 15px; background: var(--bg-light); transition: all 0.2s ease; outline: none; }
.form-group input:focus, .form-group select:focus { border-color: var(--primary); background: var(--white); box-shadow: 0 0 0 4px rgba(227, 27, 109, 0.1); }

/* PORTFOLIO V2 */
#portfolio { background: var(--secondary); }
#portfolio .section-title { color: var(--white); }
#portfolio .section-sub { color: rgba(255,255,255,0.6); }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pf-item { height: 380px; position: relative; overflow: hidden; border-radius: 16px; }
.pf-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
.pf-item:hover img { transform: scale(1.1); }
.pf-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 40%, transparent 80%); display: flex; flex-direction: column; justify-content: flex-end; padding: 32px; opacity: 1; transition: opacity 0.3s ease; }
.pf-label { color: var(--white); font-size: 16px; font-weight: 800; border-left: 3px solid var(--primary); padding-left: 12px; text-shadow: 0 2px 4px rgba(0,0,0,0.5); }
.portfolio-cta { text-align: center; margin-top: 60px; display: flex; gap: 20px; justify-content: center; align-items: center; flex-wrap: wrap; }

/* ROOMS GRID (Expertise) */
.rooms-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 32px; }
.room-card { background: var(--white); border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-md); transition: all 0.3s ease; border: 1px solid var(--border); }
.room-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.room-img { height: 260px; overflow: hidden; position: relative; }
.room-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.room-card:hover .room-img img { transform: scale(1.05); }
.room-info { padding: 32px; }
.room-info h3 { font-size: 24px; font-weight: 800; margin-bottom: 12px; color: var(--text-dark); }
.room-info h3 em { font-style: normal; color: var(--primary); }
.room-info p { color: var(--text-light); font-size: 15px; line-height: 1.6; margin-bottom: 24px; }

/* SERVICE SELECTION */
.selection-card { transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
.selection-card:hover { transform: translateY(-15px) scale(1.02); }
.selection-card:hover img { transform: scale(1.1); }
.selection-card:hover .selection-overlay { background: linear-gradient(to top, rgba(227, 27, 109, 0.95), transparent); }
.selection-card .btn-primary { opacity: 0.9; transform: translateY(10px); transition: 0.4s; }
.selection-card:hover .btn-primary { opacity: 1; transform: translateY(0); }

/* BEFORE AFTER V2 */
#before-after { background: var(--bg-light); }
.ba-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.ba-card { background: var(--white); border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--border); transition: transform 0.3s ease; }
.ba-card:hover { transform: translateY(-5px); }
.ba-inner { display: grid; grid-template-columns: 1fr 1fr; height: 350px; gap: 2px; background: var(--border); }
.ba-half { position: relative; overflow: hidden; }
.ba-half img { width: 100%; height: 100%; object-fit: cover; }
.ba-label { position: absolute; top: 16px; left: 16px; font-size: 12px; font-weight: 900; text-transform: uppercase; padding: 6px 12px; border-radius: 6px; z-index: 2; letter-spacing: 1px; }
.ba-label.before { background: rgba(0,0,0,0.7); color: var(--white); }
.ba-label.after { background: var(--primary); color: var(--white); }
.ba-info { padding: 32px; text-align: center; }
.ba-info h4 { font-size: 22px; font-weight: 800; margin-bottom: 8px; color: var(--text-dark); letter-spacing: -0.5px; }
.ba-info p { font-size: 15px; color: var(--text-light); font-weight: 500; }

/* PROCESS V2 */
#process { background: var(--white); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.process-step { position: relative; border-radius: 20px; overflow: hidden; height: 400px; box-shadow: var(--shadow-md); }
.process-step img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.process-step:hover img { transform: scale(1.05); }
.process-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.3) 100%); display: flex; flex-direction: column; justify-content: flex-end; padding: 40px; }
.step-num { font-size: 64px; font-weight: 900; color: var(--primary); opacity: 0.3; position: absolute; top: 20px; right: 30px; line-height: 1; }
.process-overlay h3 { color: var(--white); font-size: 24px; font-weight: 800; margin-bottom: 12px; letter-spacing: -0.5px; text-shadow: 0 2px 4px rgba(0,0,0,0.3); }
.process-overlay p { color: rgba(255,255,255,0.9); font-size: 15px; line-height: 1.6; font-weight: 500; text-shadow: 0 1px 2px rgba(0,0,0,0.3); }

/* TESTIMONIALS V2 */
#testimonials { background: var(--bg-light); }
.testi-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.testi-card { background: var(--white); padding: 48px; border-radius: 24px; box-shadow: var(--shadow-md); display: flex; flex-direction: column; position: relative; }
.testi-quote { color: var(--primary); font-size: 60px; margin-bottom: 20px; line-height: 1; opacity: 0.3; }
.testi-text { font-size: 18px; color: var(--text-dark); line-height: 1.8; font-style: italic; margin-bottom: 40px; flex: 1; font-weight: 500; }
.testi-author { display: flex; align-items: center; gap: 20px; padding-top: 32px; border-top: 1px solid var(--border); }
.testi-avatar { width: 60px; height: 60px; border-radius: 50%; overflow: hidden; border: 3px solid var(--bg-light); transition: border-color 0.3s; }
.testi-card:hover .testi-avatar { border-color: var(--primary); }
.testi-avatar img { width: 100%; height: 100%; object-fit: cover; }
.testi-name { font-size: 18px; font-weight: 800; color: var(--text-dark); margin-bottom: 4px; }
.testi-loc { font-size: 14px; color: var(--text-light); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }

/* TEAM V2 */
#designers { background: var(--white); }
.designers-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 48px; }
.designer-card { text-align: center; transition: transform 0.3s ease; }
.designer-card:hover { transform: translateY(-5px); }
.designer-img { width: 160px; height: 160px; margin: 0 auto 28px; border-radius: 50%; overflow: hidden; border: 6px solid var(--bg-light); transition: all 0.3s ease; box-shadow: var(--shadow-sm); }
.designer-card:hover .designer-img { border-color: var(--primary); box-shadow: var(--shadow-md); }
.designer-img img { width: 100%; height: 100%; object-fit: cover; }
.designer-info h3 { font-size: 22px; font-weight: 800; margin-bottom: 6px; color: var(--text-dark); letter-spacing: -0.5px; }
.designer-info p { font-size: 13px; color: var(--primary); font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; }

.nav-hamburger { display: none; flex-direction: column; gap: 6px; cursor: pointer; }
.nav-hamburger span { width: 28px; height: 3px; background: var(--text-dark); border-radius: 2px; }

/* RESPONSIVENESS */
@media (max-width: 1024px) {
  :root { --gap: 80px; }
  nav { padding: 0 5%; }
  .hero-content { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .hero-text { max-width: 100%; }
  .hero-form-card { margin: 0 auto; }
  .hero-stats-v2 { justify-content: center; }
  .hero-bg::after { background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 100%); }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .designers-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  :root { --gap: 60px; }
  nav { height: 70px; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; flex-direction: column; gap: 6px; cursor: pointer; }
  .nav-hamburger span { width: 28px; height: 3px; background: var(--text-dark); border-radius: 2px; }
  
  .hero { padding-top: 100px; }
  .hero-title { font-size: 40px; }
  .hero-sub { font-size: 16px; }
  .hero-form-card { padding: 30px 24px; }
  
  .section-title { font-size: 32px; }
  .section-sub { font-size: 16px; }
  
  .portfolio-grid, .ba-grid, .process-grid, .testi-grid, .designers-grid, .brand-grid {
    grid-template-columns: 1fr !important;
  }
  
  .pf-item { height: 300px; }
  .ba-inner { height: 250px; }
  .process-step { height: 350px; }
  
  .footer-grid { grid-template-columns: 1fr !important; gap: 40px; text-align: center; }
  .footer-brand p { margin-left: auto; margin-right: auto; }
  .footer-social { justify-content: center; }
  .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
}

/* SHORTS GALLERY */
.shorts-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; max-width: 1200px; margin: 0 auto; }
.short-card { position: relative; border-radius: 20px; overflow: hidden; aspect-ratio: 9/16; background: #000; box-shadow: var(--shadow-md); cursor: pointer; transition: transform 0.3s ease; text-decoration: none; display: block; }
.short-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.short-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.short-card:hover img { transform: scale(1.05); }
.short-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 40%, transparent 100%); display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; z-index: 2; }
.short-tag { color: var(--primary); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; }
.short-title { color: #fff; font-size: 16px; font-weight: 700; line-height: 1.3; text-shadow: 0 2px 4px rgba(0,0,0,0.3); }

/* EMI CALCULATOR */
.emi-calc-container { background: #fff; border: 1px solid var(--border); border-radius: 8px; padding: 32px; max-width: 800px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.calc-inputs { display: flex; flex-direction: column; gap: 20px; }
.calc-input-group { display: flex; flex-direction: column; gap: 8px; }
.calc-input-group label { font-size: 13px; font-weight: 600; color: var(--text-light); }
.calc-input-group input[type="range"] { width: 100%; accent-color: var(--primary); }
.calc-input-group .range-values { display: flex; justify-content: space-between; font-size: 12px; color: var(--text-light); }
.calc-input-group .current-val { font-size: 16px; font-weight: 700; color: var(--text-dark); margin-bottom: 5px; display: block; }
.calc-results { background: var(--bg-light); border-radius: 6px; padding: 24px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.calc-results .result-label { font-size: 14px; color: var(--text-light); margin-bottom: 8px; }
.calc-results .result-amt { font-size: 42px; font-weight: 900; color: var(--primary); line-height: 1; }
.calc-results .result-note { font-size: 11px; color: var(--text-light); margin-top: 16px; }

/* FLOATING WHATSAPP */
.whatsapp-float { position: fixed; bottom: 80px; right: 20px; z-index: 1001; width: 60px; height: 60px; background: #25d366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 15px rgba(0,0,0,0.2); transition: transform 0.3s; text-decoration: none; }
.whatsapp-float:hover { transform: scale(1.1); }
.whatsapp-float img { width: 35px; height: 35px; }
.whatsapp-float::after { content: "Talk to a Designer"; position: absolute; right: 70px; background: #fff; color: #333; padding: 8px 15px; border-radius: 50px; font-size: 12px; font-weight: 600; white-space: nowrap; box-shadow: 0 4px 10px rgba(0,0,0,0.1); opacity: 0; transition: opacity 0.3s; pointer-events: none; }
.whatsapp-float:hover::after { opacity: 1; }

/* MODAL */
.modal-overlay { position: fixed; inset: 0; z-index: 2000; background: rgba(0,0,0,.6); backdrop-filter: blur(4px); display: none; align-items: center; justify-content: center; }
.modal-overlay.open { display: flex; }
.modal { background: var(--white); border-radius: 24px; padding: 48px; max-width: 500px; width: 90%; position: relative; animation: modalIn .3s ease; border: none; box-shadow: var(--shadow-lg); }
@keyframes modalIn { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.modal-close { position: absolute; top: 24px; right: 24px; font-size: 32px; cursor: pointer; color: var(--text-light); background: none; border: none; }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s cubic-bezier(0.4, 0, 0.2, 1), transform .8s cubic-bezier(0.4, 0, 0.2, 1); }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }

/* UTILS */
.btn-primary { background: var(--primary); color: var(--white); border: none; padding: 14px 32px; border-radius: 4px; font-weight: 700; cursor: pointer; transition: 0.3s; font-family: inherit; font-size: 15px; text-decoration: none; display: inline-block; text-align: center; }
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(227, 27, 109, 0.3); }
.btn-outline { background: transparent; color: var(--text-dark); border: 2px solid var(--border); padding: 12px 30px; border-radius: 4px; font-weight: 700; cursor: pointer; transition: 0.3s; font-family: inherit; font-size: 15px; text-decoration: none; display: inline-block; text-align: center; }
.btn-outline:hover { border-color: var(--primary); color: var(--primary); }

.tab-btn { padding: 10px 24px; border: 1px solid var(--border); background: var(--white); border-radius: 50px; font-weight: 700; cursor: pointer; transition: 0.3s; font-size: 14px; }
.tab-btn.active { background: var(--primary); color: var(--white); border-color: var(--primary); }

/* PREMIUM SERVICES SECTION */
.premium-services { background: linear-gradient(180deg, #f9f9f9, #ffffff); padding: 100px 8%; }
.interior-services { background: var(--white); padding: 100px 8%; }
.container { max-width: 1200px; margin: auto; }
.services-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 25px; }
.service-card { background: #fff; border-radius: 14px; padding: 18px 10px; text-align: center; transition: all 0.35s ease; box-shadow: 0 6px 18px rgba(0,0,0,0.05); cursor: pointer; position: relative; overflow: hidden; }
.service-card::before { content: ""; position: absolute; width: 100%; height: 0%; background: #000; bottom: 0; left: 0; transition: 0.35s ease; z-index: 0; }
.service-card img { width: 28px; height: 28px; margin-bottom: 10px; transition: all 0.3s ease; position: relative; z-index: 1; opacity: 0.8; }
.service-card span { display: block; font-size: 13px; color: #444; position: relative; z-index: 1; transition: 0.3s; }
.service-card:hover::before { height: 100%; }
.service-card:hover { transform: translateY(-8px); box-shadow: 0 12px 30px rgba(0,0,0,0.1); }
.service-card:hover span { color: #fff; }
.service-card:hover img { filter: invert(1); transform: scale(1.15); opacity: 1; }
.services-cta { text-align: center; margin-top: 60px; }
.services-cta h3 { font-size: 24px; margin-bottom: 10px; color: #222; }
.services-cta p { color: #666; margin-bottom: 20px; font-size: 14px; }
.cta-btn { display: inline-block; background: #000; color: #fff; padding: 12px 28px; border-radius: 30px; text-decoration: none; font-size: 14px; transition: all 0.3s ease; }
.cta-btn:hover { background: #333; transform: translateY(-2px); }

#construction { background: linear-gradient(180deg, #ffffff, #f3f4f6); }
#construction .service-card::before { background: #1f2937; }
#construction .cta-btn { background: #1f2937; }
#construction .cta-btn:hover { background: #374151; }

/* SHORTS GALLERY */
.shorts-section { padding: var(--gap) 72px; background: var(--warm-white); }
.shorts-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.short-card { aspect-ratio: 9/16; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.1); background: #000; position: relative; cursor: pointer; }
.short-card iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; opacity: 0; transition: opacity 0.3s; }
.short-card.playing iframe { opacity: 1; }
.short-thumb { width: 100%; height: 100%; object-fit: cover; display: block; transition: opacity 0.3s; }
.short-card.playing .short-thumb { opacity: 0; }
.short-play-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.3); display: flex; align-items: center; justify-content: center; transition: background 0.3s; z-index: 2; }
.short-card.playing .short-play-overlay { display: none; }
.short-play-btn { width: 60px; height: 60px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: transform 0.3s; }
.short-play-btn::after { content: ''; width: 0; height: 0; border-left: 20px solid var(--charcoal); border-top: 12px solid transparent; border-bottom: 12px solid transparent; margin-left: 4px; }
.short-play-overlay:hover .short-play-btn { transform: scale(1.1); }

/* EMI CALCULATOR */
.emi-calc-container { background: #fff; border: 1px solid var(--border); border-radius: 8px; padding: 32px; max-width: 800px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.calc-inputs { display: flex; flex-direction: column; gap: 20px; }
.calc-input-group { display: flex; flex-direction: column; gap: 8px; }
.calc-input-group label { font-size: 13px; font-weight: 600; color: var(--muted); }
.calc-input-group input[type="range"] { width: 100%; accent-color: var(--gold); }
.calc-input-group .range-values { display: flex; justify-content: space-between; font-size: 12px; color: var(--muted); }
.calc-input-group .current-val { font-size: 16px; font-weight: 700; color: var(--charcoal); margin-bottom: 5px; display: block; }
.calc-results { background: var(--cream); border-radius: 6px; padding: 24px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.calc-results .result-label { font-size: 14px; color: var(--muted); margin-bottom: 8px; }
.calc-results .result-amt { font-family: 'Cormorant Garamond', serif; font-size: 42px; font-weight: 600; color: var(--brown); line-height: 1; }
.calc-results .result-note { font-size: 11px; color: var(--muted); margin-top: 16px; }

/* FLOATING WHATSAPP */
.whatsapp-float { position: fixed; bottom: 80px; right: 20px; z-index: 1001; width: 60px; height: 60px; background: #25d366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 15px rgba(0,0,0,0.2); transition: transform 0.3s; text-decoration: none; }
.whatsapp-float:hover { transform: scale(1.1); }
.whatsapp-float img { width: 35px; height: 35px; }

/* REFER & EARN SECTION */
.refer-section { background: var(--charcoal); color: #fff; text-align: center; padding: 60px 20px; }
.refer-container { max-width: 800px; margin: 0 auto; }
.refer-container h2 { font-family: 'Cormorant Garamond', serif; font-size: 36px; margin-bottom: 15px; }
.refer-container p { color: rgba(255,255,255,0.7); margin-bottom: 25px; }

/* AREA COVERAGE */
.area-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; text-align: center; }
.area-item { padding: 20px; border: 1px solid var(--border); border-radius: 8px; transition: all 0.3s; }
.area-item:hover { background: var(--gold); color: var(--charcoal); border-color: var(--gold); }
.area-item h4 { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }

/* BROCHURE CTA */
.brochure-section { background: var(--cream); padding: 80px 20px; text-align: center; }
.brochure-box { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.5fr; gap: 40px; align-items: center; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 15px 40px rgba(0,0,0,0.08); }
.brochure-img { height: 100%; min-height: 300px; }
.brochure-img img { width: 100%; height: 100%; object-fit: cover; }
.brochure-content { padding: 40px; text-align: left; }
.brochure-content h2 { font-family: 'Cormorant Garamond', serif; font-size: 32px; margin-bottom: 15px; }

/* WHATSAPP TOOLTIP */
.whatsapp-float::after { content: "Talk to a Designer"; position: absolute; right: 70px; background: #fff; color: #333; padding: 8px 15px; border-radius: 5px; font-size: 12px; font-weight: 600; white-space: nowrap; box-shadow: 0 4px 10px rgba(0,0,0,0.1); opacity: 0; transition: opacity 0.3s; pointer-events: none; }
.whatsapp-float:hover::after { opacity: 1; }

/* LANDING POPUP */
.landing-modal { max-width: 500px; padding: 40px; border: 2px solid var(--gold); }
.landing-popup-content { text-align: center; }
.landing-popup-content .hero-tag::before { display: none; }
.landing-popup-content .hero-tag { justify-content: center; background: var(--gold); color: var(--charcoal); padding: 5px 15px; border-radius: 50px; }

/* SOCIAL FEEDS */
.social-feed-section { padding: 80px 72px; background: var(--cream); text-align: center; }
.social-feed-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1100px; margin: 40px auto 0; }
.social-card { border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 4px 20px rgba(0,0,0,0.08); transition: transform 0.3s; height: 100%; display: flex; flex-direction: column; }
.social-card:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(0,0,0,0.15); }
.social-card-img { height: 250px; overflow: hidden; position: relative; }
.social-card-img img { width: 100%; height: 100%; object-fit: cover; }
.social-card-body { padding: 18px; text-align: left; flex: 1; }
.social-card-body h4 { font-size: 15px; font-weight: 700; margin-bottom: 6px; color: var(--charcoal); }
.social-card-body p { font-size: 12px; color: var(--muted); line-height: 1.5; }

/* BRANDS & MATERIALS */
.brands-section { padding: 80px 72px; background: #fff; }
.brands-tabs { display: flex; justify-content: center; gap: 15px; margin-bottom: 40px; }
.brand-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 30px; align-items: center; justify-items: center; max-width: 1100px; margin: 0 auto; }
.brand-item { width: 100%; max-width: 140px; filter: grayscale(1); opacity: 0.6; transition: all 0.3s ease; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.brand-item:hover { filter: grayscale(0); opacity: 1; transform: scale(1.05); }
.brand-item img { width: 100%; height: auto; object-fit: contain; }
.brand-name { font-size: 12px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; text-align: center; }

.material-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 50px; }
.spec-card { background: var(--warm-white); padding: 30px; border-radius: 12px; border: 1px solid var(--border); }
.spec-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 24px; margin-bottom: 20px; color: var(--brown); border-bottom: 2px solid var(--gold); display: inline-block; padding-bottom: 5px; }
.spec-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.spec-list li { display: flex; justify-content: space-between; font-size: 14px; border-bottom: 1px dashed var(--border); padding-bottom: 8px; }
.spec-list li span:first-child { color: var(--muted); font-weight: 500; }
.spec-list li span:last-child { color: var(--charcoal); font-weight: 700; text-align: right; }

/* RESPONSIVE */
@media (max-width: 1100px) {
  section, .trust-bar, .cta-banner, .emi-section, .awards-bar, #before-after { padding-left: 40px; padding-right: 40px; }
  .rooms-grid { grid-template-columns: 1fr 1fr; }
  .designers-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 992px) {
  .services-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  nav { padding: 0 20px; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .nav-links.open { display: flex; flex-direction: column; position: fixed; top: 70px; left: 0; right: 0; background: var(--warm-white); border-bottom: 1px solid var(--border); padding: 12px 0; z-index: 999; }
  .nav-links.open li a { padding: 12px 24px; display: block; }
  .hero { grid-template-columns: 1fr; }
  .hero-right { height: 60vw; }
  section, #before-after { padding: 52px 20px; }
  .rooms-grid, .testi-grid, .designers-grid, .ba-grid, .process-grid { grid-template-columns: 1fr; }
  .portfolio-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .pf-item { grid-column: span 1 !important; height: 180px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-img-accent { display: none; }
  .cta-banner { grid-template-columns: 1fr; padding: 48px 20px; }
  .footer-grid { grid-template-columns: 1fr; padding: 0; }
  footer { padding: 52px 20px 28px; }
  .trust-bar { flex-direction: column; padding: 20px; }
  .trust-sep { display: none; }
  .sticky-bottom { display: flex; }
  body { padding-bottom: 66px; }
  .emi-section { flex-direction: column; gap: 24px; padding: 40px 20px; }
  .awards-bar { padding: 32px 20px; }
  .awards-logos { gap: 28px; }
  .hero-stats { bottom: 12px; left: 12px; gap: 14px; padding: 14px 18px; }
  .stat-num { font-size: 22px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .shorts-section { padding: 52px 20px; }
}
