/* Polished Concrete Design - Static Site Styles */
:root {
  --brand: #58b81a;
  --brand-dark: #3d8b0f;
  --brand-light: #86dc3d;
  --ink: #1f2937;
  --ink-soft: #4b5563;
  --line: #e5e7eb;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; color: #374151; line-height: 1.65; background: #fff; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, .page-title, .hero-headline { font-family: 'Fraunces', Georgia, 'Times New Roman', serif; font-weight: 600; letter-spacing: -0.01em; color: var(--ink); }
a { text-decoration: none; color: inherit; transition: color 0.2s; }
img { max-width: 100%; height: auto; display: block; }

/* Layout */
.container { max-width: 1400px; margin: 0 auto; padding: 0 2rem; }
.container-narrow { max-width: 1180px; margin: 0 auto; padding: 0 2rem; }

/* Header */
.site-header { position: fixed; top: 0; left: 0; right: 0; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.1); z-index: 50; }
.top-bar { border-bottom: 1px solid #e5e7eb; }
.top-bar-inner { max-width: 1400px; margin: 0 auto; padding: 0.75rem 2rem; display: flex; justify-content: space-between; align-items: center; }
.social-links { display: flex; gap: 1rem; }
.social-links a { color: #4b5563; }
.social-links a:hover { color: #58b81a; }
.social-links svg { width: 20px; height: 20px; }
.contact-links { display: flex; gap: 1.5rem; align-items: center; font-size: 0.875rem; }
.contact-links a { display: flex; align-items: center; gap: 0.5rem; color: #374151; }
.contact-links a:hover { color: #58b81a; }
.contact-links svg { width: 16px; height: 16px; }

.nav-area { max-width: 1400px; margin: 0 auto; padding: 1rem 2rem; }
.nav-inner { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; gap: 3rem; flex-wrap: wrap; }
.logo-link img { height: 96px; cursor: pointer; }
.main-nav { display: flex; gap: 2rem; align-items: center; margin-left: auto; }
.main-nav a, .main-nav .dropdown-trigger { font-size: 1rem; font-weight: 500; color: #374151; cursor: pointer; transition: color 0.2s; }
.main-nav a:hover, .main-nav .dropdown-trigger:hover { color: #58b81a; }
.main-nav a.active { color: #58b81a; }
.main-nav .nav-cta { background: var(--brand); color: #fff; padding: 0.5rem 1.375rem; border-radius: 999px; font-weight: 600; box-shadow: 0 2px 6px rgba(63,107,31,0.3); transition: background 0.2s, transform 0.15s; }
.main-nav .nav-cta:hover { background: var(--brand-dark); color: #fff; transform: translateY(-1px); }

/* Dropdown */
.dropdown { position: relative; }
.dropdown-trigger { display: flex; align-items: center; gap: 0.25rem; background: none; border: none; font-family: inherit; }
.dropdown-trigger svg { width: 16px; height: 16px; }
.dropdown-menu { display: none; position: absolute; top: 100%; left: 0; background: #fff; box-shadow: 0 4px 12px rgba(0,0,0,0.15); border-radius: 0.375rem; padding: 0.5rem 0; min-width: 220px; z-index: 50; }
.dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu a { display: block; padding: 0.5rem 1rem; font-size: 0.875rem; color: #374151; }
.dropdown-menu a:hover { background: #f3f4f6; color: #58b81a; }

/* Hero */
.hero { margin-top: 180px; position: relative; }
.hero-img-wrap { width: 100%; height: 620px; overflow: hidden; position: relative; }
.hero-img-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 62%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(15,23,20,0.75) 0%, rgba(15,23,20,0.45) 55%, rgba(15,23,20,0.15) 100%); display: flex; align-items: center; }
.hero-content { max-width: 1400px; margin: 0 auto; padding: 0 2rem; width: 100%; color: #fff; }
.hero-eyebrow { font-family: 'Inter', sans-serif; font-size: 0.8125rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--brand-light); margin-bottom: 1rem; }
.hero-headline { font-size: clamp(2.25rem, 5vw, 4rem); line-height: 1.1; color: #fff; margin-bottom: 1.25rem; max-width: 52rem; font-weight: 600; }
.hero-tagline { font-size: 1.1875rem; line-height: 1.6; color: rgba(255,255,255,0.9); max-width: 46rem; margin-bottom: 2rem; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 0.875rem; }

/* Trust band */
.trust-band { background: var(--ink); color: #fff; padding: 2.25rem 2rem; }
.trust-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; text-align: center; }
.trust-item { display: flex; flex-direction: column; gap: 0.25rem; }
.trust-item strong { font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.75rem; color: var(--brand-light); line-height: 1; }
.trust-item span { font-size: 0.875rem; color: rgba(255,255,255,0.8); letter-spacing: 0.02em; }

/* Sections */
.section { padding: 5rem 0; }
.section-light { background: #f9fafb; }
.section-white { background: #fff; }

/* About items */
.about-item { display: flex; align-items: flex-start; gap: 0.75rem; margin-bottom: 1rem; }
.about-item svg { width: 20px; height: 20px; flex-shrink: 0; margin-top: 0.25rem; }
.about-item p { color: #374151; line-height: 1.7; }

/* CTA Buttons */
.btn-green, .btn-primary { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.875rem 1.75rem; background: var(--brand); color: #fff; font-weight: 600; font-size: 0.95rem; letter-spacing: 0.02em; border: none; border-radius: 4px; cursor: pointer; transition: background 0.2s, transform 0.15s; box-shadow: 0 2px 8px rgba(88,184,26,0.3); }
.btn-green:hover, .btn-primary:hover { background: var(--brand-dark); color: #fff; transform: translateY(-1px); }
.btn-outline { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.875rem 1.75rem; background: transparent; color: #fff; font-weight: 600; font-size: 0.95rem; letter-spacing: 0.02em; border: 1.5px solid rgba(255,255,255,0.7); border-radius: 4px; cursor: pointer; transition: all 0.2s; }
.btn-outline:hover { background: #fff; color: var(--ink); border-color: #fff; }

/* Gallery Grid */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.gallery-item { overflow: hidden; cursor: pointer; }
.gallery-item img { width: 100%; height: 280px; object-fit: cover; transition: transform 0.3s; }
.gallery-item:hover img { transform: scale(1.05); }

/* Lightbox */
.lightbox { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.9); z-index: 100; align-items: center; justify-content: center; padding: 1rem; }
.lightbox.active { display: flex; }
.lightbox-close { position: absolute; top: 1rem; right: 1rem; background: none; border: none; color: #fff; cursor: pointer; font-size: 2rem; line-height: 1; }
.lightbox-close:hover { color: #ccc; }
.lightbox img { max-width: 100%; max-height: 90vh; object-fit: contain; }

/* Page Content */
.page-content { margin-top: 180px; padding: 4rem 0; }
#quote-form { scroll-margin-top: 220px; }
.page-cta { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.page-cta p { margin-top: 0.875rem; font-size: 0.9375rem; color: var(--ink-soft); }
.page-cta p a { color: var(--brand); font-weight: 600; }
.view-all-row { margin-top: 2.5rem; text-align: center; }
.page-title { font-size: 2.25rem; font-weight: 700; color: #111827; margin-bottom: 2rem; }
.page-subtitle { font-size: 0.875rem; color: #4b5563; margin-bottom: 1rem; }
.prose p { margin-bottom: 1.5rem; line-height: 1.8; color: #374151; font-size: 1.125rem; }
.prose h2 { font-size: 1.5rem; font-weight: 700; color: #111827; margin-top: 2rem; margin-bottom: 1rem; }

/* Benefits list */
.benefits-list { list-style: none; padding: 0; margin: 1.5rem 0; }
.benefits-list li { display: flex; gap: 0.75rem; align-items: flex-start; margin-bottom: 0.75rem; }
.benefits-list li svg { width: 20px; height: 20px; color: #58b81a; flex-shrink: 0; margin-top: 0.25rem; }

/* Services Grid */
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.service-card { padding: 1.5rem; border: 1px solid #e5e7eb; border-radius: 0.5rem; transition: box-shadow 0.2s; }
.service-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.service-card h2 { font-size: 1.375rem; font-weight: 600; color: var(--ink); margin-bottom: 0.75rem; }
.service-card p { color: var(--ink-soft); margin-bottom: 1rem; }
.service-card-link { display: inline-block; color: var(--brand); font-weight: 600; font-size: 0.9375rem; letter-spacing: 0.02em; }
.service-card:hover .service-card-link { color: var(--brand-dark); }

/* Testimonials */
.testimonial-card { background: #f9fafb; padding: 2rem; border-radius: 0.5rem; margin-bottom: 2rem; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
.testimonial-card .quote { font-size: 1.125rem; color: #374151; line-height: 1.7; margin-bottom: 1rem; font-style: italic; }
.testimonial-card .author { text-align: right; }
.testimonial-card .author-name { font-weight: 600; color: #111827; }
.testimonial-card .author-date { font-size: 0.875rem; color: #4b5563; }

/* Contact */
.contact-info { display: flex; flex-direction: column; gap: 1.5rem; }
.contact-item { display: flex; align-items: flex-start; gap: 1rem; }
.contact-item svg { width: 24px; height: 24px; color: #58b81a; flex-shrink: 0; margin-top: 0.25rem; }
.contact-item h3 { font-weight: 600; color: #111827; margin-bottom: 0.25rem; }
.contact-item a { font-size: 1.125rem; color: #374151; }
.contact-item a:hover { color: #58b81a; }
.contact-item p { font-size: 1.125rem; color: #374151; }

/* Footer */
.site-footer { background: #fff; border-top: 1px solid #e5e7eb; margin-top: 5rem; }
.footer-inner { max-width: 1400px; margin: 0 auto; padding: 3rem 2rem; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; align-items: start; }
.footer-logo img { height: 96px; width: auto; }
.footer-section h3 { font-size: 1.125rem; font-weight: 700; color: #58b81a; margin-bottom: 0.75rem; }
.footer-section a { color: #374151; font-size: 1rem; }
.footer-section a:hover { color: #58b81a; }
.footer-section p { color: #374151; font-size: 1rem; }

.footer-social { display: flex; gap: 0.75rem; margin-bottom: 1rem; }
.footer-social a { width: 32px; height: 32px; border-radius: 0.25rem; background: #e5e7eb; display: flex; align-items: center; justify-content: center; color: #4b5563; transition: all 0.2s; }
.footer-social a:hover { background: #58b81a; color: #fff; }
.footer-social a svg { width: 16px; height: 16px; }

.footer-certs { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 2rem; margin-top: 2rem; padding-top: 2rem; border-top: 1px solid #e5e7eb; }
.qbcc-wrap { display: flex; align-items: center; gap: 0.75rem; }
.qbcc-wrap img { height: 64px; width: auto; }
.qbcc-text { font-size: 0.875rem; color: #374151; }
.qbcc-text p:first-child { font-weight: 600; }
.footer-certs > img { height: 64px; width: auto; }

.footer-copyright { border-top: 1px solid #e5e7eb; margin-top: 2rem; padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; font-size: 0.875rem; color: #4b5563; }

/* Portfolio grid */
.portfolio-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.portfolio-item { overflow: hidden; border-radius: 0.5rem; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.portfolio-item img { width: 100%; height: 200px; object-fit: cover; transition: transform 0.3s; }
.portfolio-item:hover img { transform: scale(1.05); }

/* Company profile image */
.profile-image { margin-bottom: 3rem; text-align: center; }
.profile-image img { max-width: 48rem; margin: 0 auto; border-radius: 0.5rem; box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.profile-image p { font-size: 0.875rem; color: #4b5563; font-style: italic; margin-top: 1rem; }

/* Contact form */
.contact-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form .form-group { display: flex; flex-direction: column; margin-bottom: 1rem; }
.contact-form label { font-size: 0.875rem; font-weight: 600; color: #374151; margin-bottom: 0.375rem; }
.contact-form input, .contact-form textarea { font-family: inherit; font-size: 1rem; padding: 0.625rem 0.75rem; border: 1px solid #d1d5db; border-radius: 0.375rem; background: #fff; color: #111827; transition: border-color 0.2s, box-shadow 0.2s; }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: #58b81a; box-shadow: 0 0 0 3px rgba(126, 211, 33, 0.15); }
.contact-form textarea { resize: vertical; min-height: 140px; }
.contact-form button[type="submit"] { margin-top: 0.5rem; }

/* Mobile nav toggle + call button */
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; color: #111827; }
.nav-toggle svg { width: 28px; height: 28px; }
.mobile-call-btn { display: none; align-items: center; gap: 0.375rem; background: #58b81a; color: #fff; padding: 0.5rem 0.875rem; border-radius: 999px; font-weight: 600; font-size: 0.875rem; text-decoration: none; transition: opacity 0.2s; }
.mobile-call-btn:hover { opacity: 0.9; color: #fff; }
.mobile-call-btn svg { width: 16px; height: 16px; }
.nav-actions { display: flex; align-items: center; gap: 0.5rem; }

/* Responsive */
/* Below 1100px the full nav no longer fits beside the logo on one row,
   so the hamburger menu takes over (prevents the nav wrapping under the
   logo and pushing the fixed header over page content). */
@media (max-width: 1100px) {
  .nav-inner { flex-direction: row; justify-content: space-between; align-items: center; gap: 0.5rem; flex-wrap: nowrap; }
  .logo-link img { height: 56px; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .mobile-call-btn { display: inline-flex; }
  .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column; align-items: stretch; gap: 0; padding: 0.5rem 0; box-shadow: 0 6px 16px rgba(0,0,0,0.12); border-top: 1px solid #e5e7eb; }
  .main-nav.open { display: flex; }
  .main-nav > a, .main-nav .dropdown-trigger { padding: 0.875rem 1.5rem; border-bottom: 1px solid #f3f4f6; justify-content: space-between; }
  .main-nav > a.nav-cta { margin: 0.875rem 1.5rem; padding: 0.75rem 1rem; text-align: center; border-radius: 999px; border-bottom: none; }
  #quote-form { scroll-margin-top: 150px; }
  .dropdown { width: 100%; }
  .dropdown-menu { position: static; display: none; box-shadow: none; border-radius: 0; padding: 0; background: #f9fafb; border-bottom: 1px solid #f3f4f6; }
  .dropdown.open .dropdown-menu { display: block; }
  .dropdown:hover .dropdown-menu { display: none; }
  .dropdown.open .dropdown-menu { display: block; }
  .dropdown-menu a { padding: 0.75rem 2.5rem; }

  /* Header is shorter with the compact logo */
  .hero { margin-top: 128px; }
  .page-content { margin-top: 128px; }
}
@media (max-width: 768px) {
  .hero-img-wrap { height: 520px; }
  .hero-overlay { background: linear-gradient(to bottom, rgba(15,23,20,0.3) 0%, rgba(15,23,20,0.85) 70%); align-items: flex-end; padding-bottom: 2rem; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); gap: 0.5rem; }
  .gallery-item img { height: 110px; }
  .services-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-logo { display: flex; justify-content: center; }
  .footer-social { justify-content: center; }
  .footer-copyright { flex-direction: column; gap: 0.5rem; text-align: center; }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-img-wrap { height: 350px; }
  .contact-form .form-row { grid-template-columns: 1fr; gap: 0; }
}
@media (max-width: 480px) {
  .hero-img-wrap { height: 560px; }
  .hero-eyebrow { font-size: 0.6875rem; letter-spacing: 0.1em; }
  .hero-headline { font-size: 1.875rem; margin-bottom: 0.875rem; }
  .hero-tagline { font-size: 0.9375rem; margin-bottom: 1.25rem; }
  .hero-ctas { flex-direction: column; align-items: flex-start; gap: 0.625rem; }
  .hero-ctas a { width: 100%; justify-content: center; padding: 0.75rem 1rem; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 0.5rem; }
  .gallery-item img { height: 140px; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .mobile-call-btn span { display: none; }
  .mobile-call-btn { padding: 0.5rem; border-radius: 50%; }
}
