*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;scroll-padding-top:80px;}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.6;color:#1e293b;background:#fff;}
.container{max-width:1180px;margin:0 auto;padding:0 24px;}
img{max-width:100%;height:auto;display:block;}
a{text-decoration:none;color:inherit;transition:all 0.2s;}
h1,h2,h3,h4{letter-spacing:-0.02em;}

/* Header */
.site-header{background:rgba(255,255,255,0.95);backdrop-filter:blur(10px);box-shadow:0 1px 0 rgba(0,0,0,0.06);position:sticky;top:0;z-index:100;}
.site-header .container{display:flex;align-items:center;padding:16px 24px;}
.logo{display:flex;align-items:center;gap:14px;}
.logo img{width:36px;height:36px;object-fit:contain;}
.site-title{font-weight:700;font-size:19px;color:#1e293b;flex:1;text-align:center;}
.site-title .phone{display:block;font-size:13px;font-weight:600;color:#2c5f2d;letter-spacing:0.5px;margin-top:2px;}
.nav-links{display:flex;gap:28px;align-items:center;}
.nav-links a{font-size:14px;font-weight:500;color:#64748b;position:relative;}
.nav-links a:hover,.nav-links a.active{color:#1e293b;}
.nav-links a.active::after{content:'';position:absolute;bottom:-6px;left:0;right:0;height:2px;background:#2c5f2d;border-radius:1px;}
.menu-toggle{display:none;background:none;border:none;font-size:24px;cursor:pointer;color:#1e293b;}

/* Hero */
.hero{background:#fafdf9;padding:60px 0 50px;text-align:center;position:relative;}
.hero h1{font-size:44px;font-weight:800;color:#e84c3d;margin-bottom:12px;line-height:1.1;}
.hero-sub{font-size:16px;color:#1e293b;font-weight:600;margin-bottom:12px;}
.hero-desc{font-size:15px;color:#475569;max-width:500px;margin:0 auto 28px;line-height:1.6;}
.hero-stats{display:flex;justify-content:center;gap:48px;margin-bottom:24px;}
.hero-stats div{text-align:center;}
.hero-stats strong{display:block;font-size:28px;font-weight:800;color:#1e293b;line-height:1.2;}
.hero-stats span{font-size:11px;color:#475569;text-transform:uppercase;letter-spacing:0.05em;font-weight:500;}
.hero-btns{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;}

/* Page Hero */
.page-hero{background:#fafdf9;padding:40px 0 30px;text-align:center;}
.page-hero h1{font-size:40px;font-weight:800;color:#0f172a;margin-bottom:12px;}
.page-hero p{font-size:16px;color:#64748b;max-width:560px;margin:0 auto;line-height:1.7;}
.section-nav{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:20px;}
.section-nav a{display:inline-block;padding:6px 16px;font-size:13px;font-weight:600;color:#2c5f2d;background:#fff;border:1px solid #e2e8f0;border-radius:20px;text-decoration:none;transition:all 0.2s;}
.section-nav a:hover{background:#2c5f2d;color:#fff;border-color:#2c5f2d;}

/* Buttons */
.btn-primary{display:inline-block;background:#2c5f2d;color:#fff;padding:13px 32px;border-radius:8px;font-weight:600;font-size:14px;box-shadow:0 2px 8px rgba(44,95,45,0.2);}
.btn-primary:hover{background:#234b24;transform:translateY(-1px);box-shadow:0 4px 12px rgba(44,95,45,0.3);}
.btn-outline{display:inline-block;border:1.5px solid #cbd5e1;color:#475569;padding:12px 30px;border-radius:8px;font-weight:600;font-size:14px;}
.btn-outline:hover{border-color:#2c5f2d;color:#2c5f2d;}

/* Categories Grid */
.categories{padding:40px 0;background:#fff;}
.categories h2{text-align:center;font-size:26px;font-weight:700;margin-bottom:28px;color:#0f172a;}
.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.cat-card{border-radius:14px;overflow:hidden;background:#fff;border:1px solid #f1f5f9;transition:transform 0.25s,box-shadow 0.25s;}
.cat-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(0,0,0,0.08);}
.cat-card img{width:100%;height:200px;object-fit:cover;}
.cat-info{padding:20px;}
.cat-info h3{font-size:16px;font-weight:700;color:#0f172a;margin-bottom:4px;}
.cat-info p{font-size:13px;color:#64748b;line-height:1.5;}

/* Product Section */
.product-section{padding:30px 0;}
.product-section.alt{background:#fafbfc;}
.product-section h2{font-size:26px;font-weight:700;color:#0f172a;margin-bottom:10px;}
.section-desc{font-size:15px;color:#64748b;max-width:100%;margin-bottom:32px;line-height:1.8;}
.product-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
.product-gallery.three-col{grid-template-columns:repeat(3,1fr);}
.product-gallery img{width:100%;height:220px;object-fit:cover;border-radius:12px;border:1px solid #f1f5f9;transition:transform 0.2s;}
.product-gallery img:hover{transform:scale(1.02);}

/* Features Grid */
.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;}
.feature-card{background:#fff;border-radius:12px;padding:28px;border:1px solid #f1f5f9;transition:box-shadow 0.2s;}
.feature-card:hover{box-shadow:0 8px 24px rgba(0,0,0,0.04);}
.feature-card h3{font-size:16px;font-weight:700;color:#2c5f2d;margin-bottom:8px;}
.feature-card p{font-size:13px;color:#64748b;line-height:1.7;}

/* Kitchen Stages */
.kitchen-stages{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;margin-top:32px;}
.stage-card{background:#fff;border-radius:14px;padding:28px;border:1px solid #f1f5f9;text-align:center;transition:box-shadow 0.2s;}
.stage-card:hover{box-shadow:0 8px 24px rgba(0,0,0,0.06);}
.stage-number{width:40px;height:40px;background:#2c5f2d;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;margin:0 auto 14px;}
.stage-card h3{font-size:17px;font-weight:700;color:#1e293b;margin-bottom:6px;}
.stage-card .stage-subtitle{font-size:13px;font-weight:600;color:#2c5f2d;margin-bottom:10px;}
.stage-card p{font-size:13px;color:#64748b;line-height:1.6;}

/* Why Us */
.why-us{padding:40px 0;background:#f8fdf8;}
.why-us h2{text-align:center;font-size:26px;font-weight:700;margin-bottom:24px;color:#0f172a;}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:840px;margin:0 auto;}
.why-item{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500;padding:14px 18px;background:#fff;border-radius:10px;border:1px solid #e8f5e9;}
.why-item span{color:#2c5f2d;font-weight:800;font-size:18px;flex-shrink:0;}

/* Contact */
.contact{padding:60px 0;background:#f8fafc;}
.contact h2{text-align:center;font-size:28px;font-weight:700;margin-bottom:8px;color:#0f172a;}
.contact-subtitle{text-align:center;font-size:15px;color:#64748b;margin-bottom:36px;}
.contact-wrapper{display:grid;grid-template-columns:1fr 1.5fr;gap:40px;max-width:1100px;margin:0 auto;align-items:start;}
.contact-info{display:flex;flex-direction:column;gap:12px;}
.contact-info-item{display:flex;align-items:center;gap:12px;background:#fff;padding:14px 16px;border-radius:12px;border:1px solid #e2e8f0;transition:box-shadow 0.2s;}
.contact-info-item:hover{box-shadow:0 4px 12px rgba(0,0,0,0.06);}
.contact-icon{font-size:18px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border-radius:10px;flex-shrink:0;}
.contact-info-item h4{font-size:15px;font-weight:600;color:#0f172a;margin-bottom:2px;}
.contact-info-item p{font-size:14px;color:#64748b;line-height:1.4;}
.contact-info-item a{color:#2c5f2d;text-decoration:none;font-weight:500;}
.contact-info-item a:hover{text-decoration:underline;}
.contact-locations-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.location-card{background:#fff;padding:20px;border-radius:12px;border:1px solid #e2e8f0;}
.location-card h4{font-size:15px;font-weight:700;color:#0f172a;margin-bottom:8px;}
.location-card p{font-size:13px;color:#64748b;margin-bottom:12px;}
.location-card a{color:#2c5f2d;font-weight:600;font-size:14px;text-decoration:none;}
.location-card a:hover{text-decoration:underline;}
.location-card iframe{width:100%;height:180px;border:0;border-radius:8px;margin-top:12px;}

/* CTA Section */
.cta-section{padding:28px 0;text-align:center;background:linear-gradient(135deg,#2c5f2d 0%,#1a4a1b 100%);color:#fff;position:relative;}
.cta-section h2{font-size:22px;font-weight:700;margin-bottom:8px;}
.cta-section p{font-size:14px;opacity:0.85;margin-bottom:16px;max-width:500px;margin-left:auto;margin-right:auto;}
.cta-section .btn-primary{background:#fff;color:#2c5f2d;box-shadow:0 4px 12px rgba(0,0,0,0.15);}
.cta-section .btn-primary:hover{background:#f0fdf4;transform:translateY(-2px);}

/* Footer */
.site-footer{background:#0f172a;color:#94a3b8;padding:24px 0;font-size:13px;}
.site-footer .container{display:flex;justify-content:space-between;align-items:center;}
.footer-link{color:#64748b;font-size:11px;}
.footer-link:hover{color:#e2e8f0;}

/* WhatsApp */
.wa-float{position:fixed;bottom:28px;right:28px;width:56px;height:56px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(37,211,102,0.35);z-index:99;transition:transform 0.2s;}
.wa-float:hover{transform:scale(1.1);}

/* Nav Login */
.nav-login{background:#2c5f2d;color:#fff !important;padding:7px 16px;border-radius:6px;font-size:12px !important;font-weight:600 !important;}
.nav-login:hover{background:#234b24;}

/* Responsive */
@media(max-width:1024px){
  .cat-grid{grid-template-columns:repeat(2,1fr);}
  .product-gallery{grid-template-columns:repeat(2,1fr);}
  .product-gallery.three-col{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:768px){
  .nav-links{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(255,255,255,0.98);backdrop-filter:blur(10px);flex-direction:column;justify-content:center;align-items:center;gap:28px;z-index:999;}
  .nav-links.open{display:flex;}
  .nav-links a{font-size:18px;color:#1e293b;}
  .nav-links a.active::after{display:none;}
  .menu-toggle{display:block;}
  .site-title{font-size:16px;}
  .hero{padding:80px 0 60px;}
  .hero h1{font-size:34px;}
  .hero-stats{gap:28px;}
  .hero-stats strong{font-size:28px;}
  .cat-grid{grid-template-columns:1fr 1fr;}
  .cat-card img{height:160px;}
  .product-gallery,.product-gallery.three-col{grid-template-columns:1fr 1fr;}
  .product-gallery img{height:160px;}
  .features-grid{grid-template-columns:1fr;}
  .why-grid{grid-template-columns:1fr;}
  .contact-wrapper{grid-template-columns:1fr;}
  .contact-locations-row{grid-template-columns:1fr;}
  .site-footer .container{flex-direction:column;gap:8px;text-align:center;}
  .page-hero{padding:30px 0 20px;}
  .page-hero h1{font-size:30px;}
  .product-section{padding:30px 0;}
  .categories{padding:60px 0;}
  .kitchen-stages{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:480px){
  .cat-grid{grid-template-columns:1fr;}
  .product-gallery,.product-gallery.three-col{grid-template-columns:1fr;}
  .hero-stats{flex-direction:column;gap:16px;}
}


/* Hero Banner — full width image with overlay */
.hero-banner{position:relative;height:420px;overflow:hidden;}
.hero-bg{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;}
.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.3) 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px;}
.hero-overlay h1{font-size:48px;font-weight:800;color:#fff;margin-bottom:8px;text-shadow:0 2px 8px rgba(0,0,0,0.3);}
.hero-overlay p{font-size:16px;color:rgba(255,255,255,0.9);margin-bottom:28px;font-weight:500;}
.hero-overlay .hero-btns{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;}
.hero-overlay .btn-primary{background:#fff;color:#1e293b;padding:12px 28px;border-radius:6px;font-weight:600;font-size:14px;}
.hero-overlay .btn-primary:hover{background:#f1f5f9;}
.hero-overlay .btn-outline{border:1.5px solid rgba(255,255,255,0.8);color:#fff;padding:11px 26px;border-radius:6px;font-weight:500;font-size:14px;}
.hero-overlay .btn-outline:hover{background:rgba(255,255,255,0.15);}

/* Stats Bar */
.stats-bar{background:#1e293b;padding:20px 0;}
.stats-bar .container{display:flex;justify-content:center;gap:48px;}
.stat{text-align:center;color:#fff;}
.stat strong{display:block;font-size:20px;font-weight:700;}
.stat span{font-size:11px;color:#94a3b8;text-transform:uppercase;letter-spacing:0.05em;}

/* About section */
.about-section{padding:40px 0;text-align:center;}
.about-section h2{font-size:24px;font-weight:700;margin-bottom:12px;color:#0f172a;}
.about-section p{font-size:15px;color:#475569;max-width:640px;margin:0 auto;line-height:1.7;}

/* Category cards — image dominant */
.categories .cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
.categories .cat-card{position:relative;border-radius:12px;overflow:hidden;height:220px;display:block;}
.categories .cat-card img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s;}
.categories .cat-card:hover img{transform:scale(1.05);}
.categories .cat-card span{position:absolute;bottom:0;left:0;right:0;padding:12px 16px;background:linear-gradient(transparent,rgba(0,0,0,0.7));color:#fff;font-size:14px;font-weight:600;}

@media(max-width:1024px){
  .categories .cat-grid{grid-template-columns:repeat(2,1fr);}
  .hero-banner{height:340px;}
  .hero-overlay h1{font-size:36px;}
}
@media(max-width:768px){
  .categories .cat-grid{grid-template-columns:1fr 1fr;}
  .categories .cat-card{height:180px;}
  .hero-banner{height:300px;}
  .hero-overlay h1{font-size:28px;}
  .stats-bar .container{flex-wrap:wrap;gap:24px;}
  .stat strong{font-size:18px;}
}
@media(max-width:480px){
  .categories .cat-grid{grid-template-columns:1fr;}
  .hero-banner{height:260px;}
}


/* === Prime Godrej Style === */

/* Hero - split layout */
.hero-prime{padding:30px 0;background:#fff;}
.hero-prime .container{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center;}
.hero-text h1{font-size:38px;font-weight:800;color:#0f172a;line-height:1.1;margin-bottom:12px;}
.hero-accent{color:#e84c3d;}
.hero-text p{font-size:14px;color:#64748b;line-height:1.7;margin-bottom:20px;max-width:400px;}
.hero-badge{display:inline-flex;align-items:center;gap:10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:8px 14px;font-size:12px;color:#475569;}
.hero-image img{width:100%;max-height:320px;object-fit:cover;border-radius:12px;box-shadow:0 12px 24px rgba(0,0,0,0.08);}

/* Solutions Grid */
.solutions{padding:60px 0;background:#f8fafc;}
.solutions h2{font-size:28px;font-weight:700;color:#0f172a;margin-bottom:36px;text-align:center;}
.solutions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;}
.solution-card{display:grid;grid-template-columns:1fr 1fr;background:#fff;border-radius:14px;overflow:hidden;border:1px solid #f1f5f9;transition:box-shadow 0.3s;text-decoration:none;color:inherit;cursor:pointer;}
.solution-card:hover{box-shadow:0 12px 32px rgba(0,0,0,0.08);}
.solution-card img{width:100%;height:100%;object-fit:cover;min-height:200px;}
.solution-text{padding:28px;display:flex;flex-direction:column;justify-content:center;}
.solution-text h3{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:8px;}
.wa-link{display:inline-block;margin-top:10px;font-size:12px;font-weight:600;color:#25D366;cursor:pointer;transition:opacity 0.2s;}
.wa-link:hover{opacity:0.7;}
.solution-text p{font-size:13px;color:#64748b;line-height:1.6;margin-bottom:14px;}
.explore-link{font-size:13px;font-weight:600;color:#e84c3d;transition:gap 0.2s;display:inline-flex;align-items:center;gap:4px;}
.explore-link:hover{gap:8px;}

/* Featured Scroll */
.featured-strip{padding:60px 0;background:#fff;}
.featured-strip h2{font-size:28px;font-weight:700;color:#0f172a;margin-bottom:28px;text-align:center;}
.featured-scroll{display:flex;gap:20px;overflow-x:auto;padding-bottom:12px;-webkit-overflow-scrolling:touch;}
.featured-item{flex:0 0 200px;text-align:center;}
.featured-item img{width:200px;height:200px;object-fit:cover;border-radius:12px;margin-bottom:10px;border:1px solid #f1f5f9;transition:transform 0.2s;}
.featured-item:hover img{transform:scale(1.03);}
.featured-item span{font-size:13px;font-weight:600;color:#475569;}

/* Service Section */
.service-section{padding:50px 0;background:#0f172a;color:#fff;}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;text-align:center;}
.service-item h3{font-size:18px;font-weight:700;margin-bottom:8px;}
.service-item p{font-size:13px;color:#94a3b8;line-height:1.6;}

/* Responsive - Prime */
@media(max-width:1024px){
  .hero-prime .container{grid-template-columns:1fr;text-align:center;}
  .hero-text p{max-width:none;margin-left:auto;margin-right:auto;}
  .hero-badge{justify-content:center;}
  .hero-image{max-width:100%;margin:0 auto;height:280px;overflow:hidden;border-radius:12px;}
  .hero-image img{max-height:none !important;width:100% !important;height:100% !important;object-fit:cover !important;object-position:center top !important;border-radius:12px;}
  .solutions-grid{grid-template-columns:1fr;}
  .solution-card{grid-template-columns:1fr 2fr;}
}
@media(max-width:768px){
  .hero-text h1{font-size:36px;}
  .solution-card{grid-template-columns:1fr;}.solution-card img{height:180px;}
  .service-grid{grid-template-columns:1fr;gap:24px;}
  .featured-item{flex:0 0 160px;}
  .featured-item img{width:160px;height:160px;}
}


/* Product list */
.product-list{columns:2;column-gap:32px;list-style:none;padding:0;margin:20px 0;}
.product-list li{font-size:13px;color:#475569;padding:6px 0 6px 20px;position:relative;break-inside:avoid;}
.product-list li::before{content:"•";position:absolute;left:0;color:#2c5f2d;font-weight:bold;}
@media(max-width:768px){.product-list{columns:1;}}


/* Product list */
.product-list{columns:2;column-gap:32px;list-style:none;padding:0;margin:20px 0;}
.product-list li{font-size:13px;color:#475569;padding:6px 0 6px 20px;position:relative;break-inside:avoid;}
.product-list li::before{content:"•";position:absolute;left:0;color:#2c5f2d;font-weight:bold;}
@media(max-width:768px){.product-list{columns:1;}}


/* Product gallery with labels */
.product-gallery-labeled{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
.product-labeled{text-align:center;}
.product-labeled img{width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;border-radius:10px;border:1px solid #f1f5f9;margin-bottom:8px;transition:transform 0.2s;background:#f8fafc;padding:8px;}
.product-labeled:hover img{transform:scale(1.03);}
.product-labeled span{font-size:13px;font-weight:600;color:#1e293b;}
@media(max-width:1024px){.product-gallery-labeled{grid-template-columns:repeat(2,1fr);}}
@media(max-width:480px){.product-gallery-labeled{grid-template-columns:1fr 1fr;}.product-labeled img{aspect-ratio:1/1;}}

/* Catalogues Section */
.catalogue-section{padding:60px 0;background:#fff;}
.catalogue-section h2{font-size:28px;font-weight:700;color:#0f172a;margin-bottom:8px;text-align:center;}
.catalogue-section .section-desc{text-align:center;color:#64748b;font-size:15px;margin-bottom:10px;}
.catalogue-card{display:flex;flex-direction:column;align-items:center;gap:10px;padding:24px 18px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;text-decoration:none;color:inherit;transition:box-shadow 0.2s,border-color 0.2s;}
.catalogue-card:hover{box-shadow:0 6px 20px rgba(0,0,0,0.06);border-color:#cbd5e1;}
.catalogue-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fef2f2;border-radius:10px;}
.catalogue-name{font-size:14px;font-weight:600;color:#1e293b;text-align:center;line-height:1.3;}
.catalogue-meta{font-size:11px;color:#94a3b8;}
.catalogue-btn{margin-top:4px;padding:6px 16px;font-size:12px;font-weight:500;background:#2c5f2d;color:#fff;border-radius:6px;transition:background 0.15s;}
.catalogue-card:hover .catalogue-btn{background:#1e4620;}
