*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  color-scheme: light only;
  --navy: #1a2d4a;
  --navy-light: #243d63;
  --gold: #c9a96e;
  --white: #ffffff;
  --off-white: #f8f7f4;
  --text: #2c2c2c;
  --text-light: #6b6b6b;
}
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; }
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 1rem 2rem; display: flex; align-items: center; justify-content: space-between; background: rgba(26,45,74,0.97); backdrop-filter: blur(10px); }
nav img { height: 44px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a { color: rgba(255,255,255,0.75); text-decoration: none; font-size: 0.85rem; letter-spacing: 0.04em; transition: color 0.2s; }
.nav-links a:hover { color: var(--gold); }
.nav-cta { background: var(--gold); color: var(--navy) !important; padding: 0.6rem 1.4rem; border-radius: 2px; font-weight: 500; font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; transition: opacity 0.2s; }
.nav-cta:hover { opacity: 0.85; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--white); border-radius: 2px; }
.mobile-menu { display: none; position: fixed; top: 68px; left: 0; right: 0; background: var(--navy); padding: 1.5rem 2rem; z-index: 99; flex-direction: column; gap: 1rem; }
.mobile-menu a { color: rgba(255,255,255,0.8); text-decoration: none; font-size: 1rem; padding: 0.6rem 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.mobile-menu.open { display: flex; }
.hero { min-height: 100vh; position: relative; overflow: hidden; display: flex; align-items: center; padding: 8rem 2rem 4rem; }
.hero-bg { position: absolute; inset: -10%; width: 120%; height: 120%; background-size: cover; background-position: center; animation: kenburns 14s ease-in-out infinite alternate; transform-origin: center center; }
.hero-overlay { position: absolute; inset: 0; background: rgba(10,20,40,0.58); }
.hero-content { position: relative; z-index: 2; max-width: 620px; animation: fadeUp 1s ease both; }
.hero-eyebrow { font-size: 0.73rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; }
.hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.8rem,6vw,4.4rem); font-weight: 500; color: var(--white); line-height: 1.1; margin-bottom: 1.4rem; }
.hero p { font-size: 1rem; color: rgba(255,255,255,0.72); line-height: 1.7; margin-bottom: 2.4rem; max-width: 480px; }
.hero-buttons { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-primary { background: var(--gold); color: var(--navy); padding: 0.95rem 2rem; border-radius: 2px; font-weight: 500; font-size: 0.88rem; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; transition: transform 0.2s, opacity 0.2s; display: inline-block; }
.btn-primary:hover { transform: translateY(-2px); opacity: 0.9; }
.btn-secondary { border: 1px solid rgba(255,255,255,0.3); color: var(--white); padding: 0.95rem 2rem; border-radius: 2px; font-size: 0.88rem; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; transition: border-color 0.2s, background 0.2s; display: inline-block; }
.btn-secondary:hover { border-color: var(--gold); background: rgba(201,169,110,0.1); }
.btn-navy { background: var(--navy); color: var(--white); padding: 0.95rem 2rem; border-radius: 2px; font-weight: 500; font-size: 0.88rem; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; transition: background 0.2s, transform 0.2s; display: inline-block; border: none; cursor: pointer; width: 100%; font-family: 'DM Sans', sans-serif; }
.btn-navy:hover { background: var(--navy-light); transform: translateY(-1px); }
.trust-bar { background: var(--white); padding: 2rem; display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; border-bottom: 1px solid #e8e4de; box-shadow: 0 2px 20px rgba(0,0,0,0.04); }
.trust-item { text-align: center; }
.trust-number { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 600; color: var(--navy); }
.trust-label { font-size: 0.72rem; color: var(--text-light); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 0.2rem; }
section { padding: 5rem 2rem; }
.container { max-width: 1100px; margin: 0 auto; }
.section-label { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.8rem; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.9rem,4vw,2.8rem); font-weight: 500; color: var(--navy); line-height: 1.2; margin-bottom: 1rem; }
.section-sub { color: var(--text-light); font-size: 1rem; line-height: 1.7; max-width: 500px; margin-bottom: 3rem; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 1.5rem; }
.service-card { background: var(--white); border: 1px solid #e8e4de; padding: 2rem; border-radius: 2px; transition: box-shadow 0.3s, transform 0.3s; text-decoration: none; display: block; color: var(--text); }
.service-card:hover { box-shadow: 0 8px 40px rgba(26,45,74,0.1); transform: translateY(-4px); }
.service-icon { font-size: 1.8rem; margin-bottom: 1rem; }
.service-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 500; color: var(--navy); margin-bottom: 0.6rem; }
.service-card p { font-size: 0.86rem; color: var(--text-light); line-height: 1.65; }
.service-card .from { font-size: 0.8rem; color: var(--gold); font-weight: 500; margin-top: 1rem; letter-spacing: 0.05em; }
.photo-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 300px 220px; gap: 10px; }
.photo-wrap { overflow: hidden; border-radius: 2px; }
.photo-wrap.featured { grid-row: span 2; }
.photo-grid img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
.photo-grid img:hover { transform: scale(1.04); }
.photo-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }
.photo-row2 .photo-wrap { height: 220px; }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 1.5rem; }
.testimonial-card { background: var(--white); padding: 2rem; border-left: 3px solid var(--gold); box-shadow: 0 2px 20px rgba(0,0,0,0.05); }
.stars { color: var(--gold); font-size: 0.9rem; margin-bottom: 0.8rem; }
.testimonial-card blockquote { font-size: 0.93rem; line-height: 1.7; color: var(--text); margin-bottom: 1rem; font-style: italic; }
.testimonial-author { font-size: 0.78rem; font-weight: 500; color: var(--navy); letter-spacing: 0.05em; text-transform: uppercase; }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 2rem; }
.why-card { text-align: center; padding: 1.5rem 1rem; }
.why-icon { font-size: 2rem; margin-bottom: 1rem; }
.why-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; color: var(--navy); margin-bottom: 0.5rem; }
.why-card p { font-size: 0.86rem; color: var(--text-light); line-height: 1.65; }
.form-group { margin-bottom: 1.1rem; }
.form-group label { display: block; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-light); margin-bottom: 0.35rem; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 0.85rem 1rem; border: 1px solid #ddd; border-radius: 2px; font-family: 'DM Sans', sans-serif; font-size: 0.95rem; color: var(--text); background: var(--white); transition: border-color 0.2s; appearance: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--navy); }
.form-group textarea { resize: vertical; min-height: 90px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.page-hero { background: var(--navy); padding: 8rem 2rem 4rem; }
.page-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem,5vw,3.5rem); font-weight: 500; color: var(--white); line-height: 1.15; margin-bottom: 1rem; max-width: 700px; }
.page-hero p { color: rgba(255,255,255,0.7); font-size: 1rem; line-height: 1.7; max-width: 560px; }
.breadcrumb { font-size: 0.75rem; color: rgba(255,255,255,0.5); margin-bottom: 1.5rem; }
.breadcrumb a { color: var(--gold); text-decoration: none; }
.faq-item { border-bottom: 1px solid #e8e4de; padding: 1.4rem 0; cursor: pointer; }
.faq-question { font-size: 1rem; font-weight: 500; color: var(--navy); display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-answer { font-size: 0.93rem; color: var(--text-light); line-height: 1.7; margin-top: 0.8rem; display: none; }
.faq-item.open .faq-answer { display: block; }
.faq-toggle { font-size: 1.4rem; color: var(--gold); transition: transform 0.2s; line-height: 1; flex-shrink: 0; }
.faq-item.open .faq-toggle { transform: rotate(45deg); }
.dark-section { background: var(--navy); }
.dark-section .section-title { color: var(--white); }
.dark-section .section-sub { color: rgba(255,255,255,0.65); }
.areas-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px,1fr)); gap: 1rem; }
.area-pill { background: var(--white); border: 1px solid #e8e4de; padding: 0.7rem 1rem; border-radius: 2px; font-size: 0.85rem; color: var(--navy); text-decoration: none; text-align: center; transition: background 0.2s, border-color 0.2s, color 0.2s; }
.area-pill:hover { background: var(--navy); color: var(--white); border-color: var(--navy); }
.includes-list { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 0.6rem; }
.includes-list li { font-size: 0.9rem; color: var(--text); padding: 0.4rem 0; display: flex; align-items: center; gap: 0.6rem; }
.includes-list li::before { content: '✓'; color: var(--gold); font-weight: 600; flex-shrink: 0; }
footer { background: var(--navy); color: rgba(255,255,255,0.55); padding: 3rem 2rem 2rem; }
.footer-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; margin-bottom: 2.5rem; }
.footer-brand img { height: 44px; margin-bottom: 1rem; display: block; }
.footer-brand p { font-size: 0.85rem; line-height: 1.7; max-width: 280px; }
.footer-col h4 { color: var(--white); font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 1rem; }
.footer-col a { display: block; color: rgba(255,255,255,0.55); text-decoration: none; font-size: 0.85rem; margin-bottom: 0.5rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { max-width: 1100px; margin: 0 auto; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.1); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; font-size: 0.78rem; }
.footer-bottom a { color: rgba(255,255,255,0.4); text-decoration: none; margin-left: 1.2rem; }
.footer-bottom a:hover { color: var(--gold); }
@keyframes kenburns { 0% { transform: scale(1.0) translate(0,0); } 100% { transform: scale(1.14) translate(-2%,-1.5%); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: span 2; } .nav-links { display: none; } .hamburger { display: flex; } }
@media (max-width: 768px) { section { padding: 3.5rem 1.5rem; } nav { padding: 0.9rem 1.2rem; } .hero { padding: 7rem 1.5rem 3rem; } .photo-grid { grid-template-rows: 220px 160px; } .photo-row2 .photo-wrap { height: 160px; } .form-row { grid-template-columns: 1fr; } .trust-bar { gap: 1.5rem; padding: 1.5rem; } }
@media (max-width: 480px) { .photo-grid { grid-template-columns: 1fr; grid-template-rows: auto; } .photo-wrap.featured { grid-row: span 1; } .photo-grid img { height: 220px; } .photo-row2 { grid-template-columns: 1fr; } .photo-row2 .photo-wrap { height: 200px; } .hero-buttons { flex-direction: column; } }

/* FIXES */
/* Uniform photo grid */
.photo-grid { grid-template-rows: 340px 260px; }
.photo-row2 .photo-wrap { height: 260px; }
.photo-grid img { object-position: center top; }

/* Uniform reviews - always 3 col on desktop */
.testimonials-grid { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .testimonials-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .testimonials-grid { grid-template-columns: 1fr; } }

/* Contact icons - no emoji, clean text */
.contact-icon { display: inline-block; width: 20px; height: 20px; background: var(--gold); border-radius: 50%; margin-right: 0.6rem; flex-shrink: 0; }

/* Discount badge */
.discount-badge { display: inline-block; background: var(--gold); color: var(--navy); font-size: 0.75rem; font-weight: 600; padding: 0.2rem 0.6rem; border-radius: 2px; letter-spacing: 0.05em; margin-left: 0.5rem; }

/* Pricing table */
.pricing-table { width: 100%; border-collapse: collapse; margin-top: 1.5rem; }
.pricing-table th { background: var(--navy); color: var(--white); padding: 0.8rem 1rem; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; text-align: left; }
.pricing-table td { padding: 0.8rem 1rem; border-bottom: 1px solid #e8e4de; font-size: 0.93rem; color: var(--text); }
.pricing-table tr:last-child td { border-bottom: none; }
.pricing-table .price { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; color: var(--navy); font-weight: 600; }

/* Social links */
.social-links { display: flex; gap: 1rem; margin-top: 1rem; }
.social-link { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.2); border-radius: 2px; color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.75rem; font-weight: 500; letter-spacing: 0.05em; transition: border-color 0.2s, color 0.2s; }
.social-link:hover { border-color: var(--gold); color: var(--gold); }

/* FAQ on homepage */
.faq-section { background: var(--off-white); }

/* Logo size fix */
nav img { height: 72px !important; width: auto; }

/* Discount badge inline fix */
.service-card .from { display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; }
.discount-badge { margin-left: 0; }

/* Slideshow */
.slideshow { position: relative; overflow: hidden; border-radius: 4px; background: #000; }
.slideshow-track { display: flex; transition: transform 0.6s ease; height: 520px; }
.slideshow-track img { min-width: 100%; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.slide-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(26,45,74,0.8); color: var(--white); border: none; width: 44px; height: 44px; border-radius: 50%; font-size: 1.2rem; cursor: pointer; z-index: 10; transition: background 0.2s; display: flex; align-items: center; justify-content: center; }
.slide-btn:hover { background: var(--navy); }
.slide-prev { left: 1rem; }
.slide-next { right: 1rem; }
.slide-dots { position: absolute; bottom: 1rem; left: 50%; transform: translateX(-50%); display: flex; gap: 0.5rem; }
.slide-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.5); cursor: pointer; border: none; transition: background 0.2s; }
.slide-dot.active { background: var(--gold); }
@media (max-width: 768px) { .slideshow-track { height: 300px; } }

/* Mobile contact fix */
@media (max-width: 768px) {
  .page-hero { overflow: hidden; width: 100%; }
  .contact-grid { grid-template-columns: 1fr !important; }
  .form-row { grid-template-columns: 1fr !important; }
}

/* GLOBAL MOBILE FIX - force all two column grids to stack */
@media (max-width: 768px) {
  div[style*="grid-template-columns: 1fr 1fr"],
  div[style*="grid-template-columns: 1fr 1.6fr"],
  div[style*="grid-template-columns: 2fr 1fr"],
  div[style*="grid-template-columns: 1fr 1fr;"] {
    grid-template-columns: 1fr !important;
  }
  /* Service page content grids */
  .container > div[style*="display:grid"],
  .container > div[style*="display: grid"] {
    grid-template-columns: 1fr !important;
  }
  /* Images in service pages full width */
  section img[style*="height:350px"] {
    height: 240px !important;
    width: 100% !important;
    margin-top: 1.5rem;
  }
  /* Page hero no overflow */
  .page-hero { overflow-x: hidden !important; width: 100% !important; max-width: 100vw !important; }
  body { overflow-x: hidden !important; }
}

/* WhatsApp floating button */
.whatsapp-float {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 999;
  background: #25D366;
  color: white;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.whatsapp-float:hover { transform: scale(1.08); box-shadow: 0 6px 28px rgba(37,211,102,0.5); }
.whatsapp-float svg { width: 30px; height: 30px; fill: white; }

/* Form success message */
.form-success {
  display: none;
  background: #f0faf4;
  border: 1px solid #25D366;
  border-radius: 2px;
  padding: 1.5rem;
  text-align: center;
  margin-top: 1rem;
}
.form-success h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; color: var(--navy); margin-bottom: 0.5rem; }

/* ===== ADDITIONS ===== */

/* WhatsApp floating button */
.whatsapp-float { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 999; background: #25D366; color: white; width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,0.4); text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; }
.whatsapp-float:hover { transform: scale(1.08); }
.whatsapp-float svg { width: 30px; height: 30px; fill: white; }

/* Form success */
.form-success { display: none; background: #f0faf4; border: 1px solid #25D366; border-radius: 2px; padding: 1.5rem; text-align: center; margin-top: 1rem; }
.form-success h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; color: var(--navy); margin-bottom: 0.5rem; }
.form-success p { font-size: 0.9rem; color: var(--text-light); }

/* Logo */
nav img { height: 85px !important; width: auto; }

/* Mobile menu - top must match nav height */
.mobile-menu { top: 88px !important; }

/* Social links */
.social-link { width: auto !important; padding: 0.4rem 0.8rem !important; font-size: 0.72rem !important; letter-spacing: 0.08em; }

/* Hero padding */
.hero { padding-top: 9rem; }

/* WhatsApp on mobile */
@media (max-width: 768px) {
  .whatsapp-float { bottom: 5rem; right: 1rem; width: 50px; height: 50px; }
  .whatsapp-float svg { width: 26px; height: 26px; }
  .hero { padding-top: 8rem; }
}

/* Footer responsive - clean single definition */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
}
@media (max-width: 480px) {
}

/* Global mobile two-col stack */
@media (max-width: 768px) {
  .content-grid { grid-template-columns: 1fr !important; }
  .content-grid img { height: 240px !important; width: 100% !important; margin-top: 1.5rem; }
  .page-hero { overflow-x: hidden !important; }
  body { overflow-x: hidden; }
}
 
@media (max-width: 768px) { #commercial-services { grid-template-columns: 1fr !important; } }