
html { scroll-behavior: smooth; }
body { font-family: Arial, Helvetica, sans-serif; }
.nav-link { color: #0f172a; font-weight: 600; transition: color .2s ease; }
.nav-link:hover, .footer-link:hover, .mobile-link:hover { color: #76a82a; }
.mobile-link { display:block; border-radius:.75rem; padding:.75rem 1rem; font-weight:600; color:#0f172a; }
.hero-grid { background: radial-gradient(circle at top left, rgba(118,168,42,.18), transparent 35%), linear-gradient(135deg,#0f172a 0%,#1f2937 100%); }
.section-title { font-size: clamp(1.9rem, 3vw, 3rem); line-height:1.1; font-weight:800; color:#0f172a; }
.eyebrow { color:#76a82a; text-transform:uppercase; font-size:.8rem; letter-spacing:.18em; font-weight:700; }
.card { border:1px solid #e5e7eb; border-radius:1.25rem; background:#fff; box-shadow:0 16px 45px rgba(15,23,42,.06); }
.cta-band { background: linear-gradient(135deg, #76a82a 0%, #5d861f 100%); }
.pattern-bg { background-image: linear-gradient(rgba(118,168,42,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(118,168,42,.08) 1px, transparent 1px); background-size: 24px 24px; }
.prose p { margin-top: 1rem; margin-bottom: 1rem; color: #334155; line-height: 1.8; }
.prose ul { list-style: disc; padding-left: 1.25rem; margin: 1rem 0; color: #334155; }
.prose li { margin: .5rem 0; }
.service-card img, .project-card img, .location-card img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
.input { width:100%; border:1px solid #cbd5e1; border-radius:.9rem; padding:.9rem 1rem; font-size:1rem; color:#0f172a; background:#fff; }
.input:focus { outline:none; border-color:#76a82a; box-shadow:0 0 0 3px rgba(118,168,42,.18); }

body { padding-bottom: 0; }
.hero-banner { background-size: cover; background-position: center; background-repeat: no-repeat; }
.hero-overlay-card img { min-height: 360px; }
.mobile-cta-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; padding: .85rem 1rem calc(.85rem + env(safe-area-inset-bottom)); background: rgba(15,23,42,.96); box-shadow: 0 -12px 30px rgba(15,23,42,.24); backdrop-filter: blur(12px); }
.mobile-cta-link { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; border-radius: 9999px; border: 1px solid rgba(255,255,255,.18); background: #ffffff; color: #0f172a; font-weight: 800; letter-spacing: .01em; }
.mobile-cta-link.quote { background: #76a82a; border-color: #76a82a; color: #ffffff; }
.project-gallery-grid img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.project-badge { display:inline-flex; border-radius:9999px; background:#eff6ff; color:#0f172a; padding:.5rem .9rem; font-size:.8rem; font-weight:700; }
@media (max-width: 1023px) { body { padding-bottom: 92px; } .hero-overlay-card img { min-height: 260px; } }

.nav-dropdown:hover .dropdown-panel, .nav-dropdown:focus-within .dropdown-panel { opacity: 1; pointer-events: auto; transform: translateY(0); }
.dropdown-panel { opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .2s ease, transform .2s ease; }
.dropdown-link { display:block; border-radius:1rem; padding:.85rem 1rem; font-weight:700; color:#0f172a; }
.dropdown-link:hover { background:#f8fafc; color:#76a82a; }
.mobile-sublink { display:block; border-radius:.9rem; padding:.8rem 1rem; font-weight:600; color:#334155; }
.mobile-sublink:hover { color:#76a82a; background:#ffffff; }
.mobile-toggle.is-open svg { transform: rotate(180deg); }

.accordion { border:1px solid #e5e7eb; border-radius:1.25rem; background:#fff; box-shadow:0 16px 45px rgba(15,23,42,.04); overflow:hidden; }
.accordion + .accordion { margin-top:1rem; }
.accordion summary { list-style:none; cursor:pointer; padding:1.25rem 1.5rem; font-weight:800; color:#0f172a; display:flex; align-items:center; justify-content:space-between; }
.accordion summary::-webkit-details-marker { display:none; }
.accordion[open] summary { border-bottom:1px solid #e5e7eb; }
.accordion-body { padding:1.25rem 1.5rem 1.5rem; }
.link-cloud { display:flex; flex-wrap:wrap; gap:.65rem .75rem; }
.link-pill { display:inline-flex; align-items:center; border-radius:9999px; padding:.65rem 1rem; border:1px solid #dbe4d1; background:#f8fbf4; color:#0f172a; font-weight:700; font-size:.95rem; }
.link-pill:hover { background:#76a82a; color:#fff; border-color:#76a82a; }
.metro-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:1rem; }

img{height:auto;max-width:100%;}
section{content-visibility:auto;contain-intrinsic-size:1px 1000px;}
.hero-banner{content-visibility:visible;}
.text-brand-50{color:#f5faee}.text-brand-300{color:#aed578}.text-brand-500{color:#76a82a}.text-brand-600{color:#5d861f}.text-brand-700{color:#486918}.bg-brand-500{background-color:#76a82a}.bg-brand-600{background-color:#5d861f}.hover\:bg-brand-600:hover{background-color:#5d861f}.hover\:text-brand-300:hover{color:#aed578}.hover\:text-brand-600:hover{color:#5d861f}.hover\:text-brand-700:hover{color:#486918}.hover\:border-brand-300:hover{border-color:#aed578}.hover\:border-brand-500:hover{border-color:#76a82a}.border-brand-500{border-color:#76a82a}.bg-white\/95{background-color:rgba(255,255,255,.95)}
