/* ═══════════════════════════════════════════════════
   Poirier Landscaping - Shared Stylesheet
   Dark Theme | Green Accents
   ═══════════════════════════════════════════════════ */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --bg-body: #1a1d21;
  --bg-section: #22262a;
  --bg-card: #2a2e33;
  --bg-card-hover: #33383d;
  --green-dark: #064228;
  --green-mid: #085a36;
  --green-primary: #078069;
  --green-bright: #8fbfa8;
  --green-light: #d4e6dc;
  --green-glow: rgba(143, 191, 168, 0.12);
  --white: #ffffff;
  --text-primary: #f0f0f0;
  --text-secondary: #a3a3a3;
  --text-muted: #737373;
  --border-subtle: rgba(255,255,255,0.08);
  --border-green: rgba(16,185,129,0.3);
}

html { scroll-behavior: smooth; overflow-x: hidden; }

body.menu-open,
html.menu-open {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  touch-action: none !important;
  overscroll-behavior: none !important;
}

.menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 998;
}
.menu-overlay.open {
  display: block;
}

body {
  font-family: 'Outfit', sans-serif;
  color: var(--text-primary);
  background: var(--bg-body);
  line-height: 1.7;
  font-size: 17px;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: 'Outfit', sans-serif;
  line-height: 1.15;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ─── PILL BADGE ─── */
.pill-badge {
  display: inline-block;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  color: var(--green-bright);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 7px 20px;
  border-radius: 20px;
  margin-bottom: 16px;
}

/* ─── SECTION HEADING ─── */
.section-heading {
  margin-bottom: 20px;
}
.section-heading h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--white);
}
.section-heading .accent-line {
  flex: 1;
  height: 4px;
  background: var(--green-bright);
  border-radius: 2px;
  min-width: 40px;
}

.section-sub {
  font-size: 1.1rem;
  color: var(--text-secondary);
  max-width: 600px;
  margin-bottom: 48px;
  line-height: 1.7;
}

/* ─── BUTTONS ─── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 36px;
  border-radius: 30px;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}











.btn-primary {
  background: var(--green-primary);
  color: var(--white);
}
.btn-primary:hover {
  background: var(--green-bright);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(16,185,129,0.3);
}
.btn-secondary {
  background: rgba(255,255,255,0.1);
  color: var(--white);
  border-color: rgba(255,255,255,0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.btn-secondary:hover {
  background: var(--white);
  color: var(--green-dark);
  border-color: var(--white);
}
.btn-outline-green {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}
.btn-outline-green:hover {
  background: var(--green-bright);
  color: var(--bg-body);
}

/* ─── NAV ─── */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(10, 20, 15, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 1000;
  height: 80px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav.scrolled {
  background: rgba(10, 20, 15, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 4px 24px rgba(0,0,0,0.3);
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.nav-logo {
  display: flex;
  align-items: center;
}
.nav-logo img {
  height: 58px;
  width: auto;
  filter: brightness(1.1) drop-shadow(0 2px 6px rgba(0,0,0,0.3));
}
.nav-links {
  display: flex;
  gap: 2px;
  align-items: center;
}
.nav-links > a,
.nav-dropdown > .nav-dropdown-trigger {
  font-size: 0.92rem;
  font-weight: 500;
  padding: 8px 18px;
  border-radius: 8px;
  color: rgba(255,255,255,0.85);
  transition: all 0.25s ease;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Outfit', sans-serif;
  position: relative;
}
.nav-links > a::after,
.nav-dropdown > .nav-dropdown-trigger::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 18px;
  right: 18px;
  height: 2px;
  background: var(--white);
  transform: scaleX(0);
  transition: transform 0.25s ease;
  border-radius: 1px;
}
.nav-links > a:hover::after,
.nav-links > a.active::after,
.nav-dropdown:hover > .nav-dropdown-trigger::after {
  transform: scaleX(1);
}
.nav-links > a:hover,
.nav-links > a.active,
.nav-dropdown:hover > .nav-dropdown-trigger {
  color: var(--white);
}

/* Nav dropdowns */
.nav-dropdown {
  position: relative;
}
.nav-dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-dropdown-trigger svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  stroke-width: 2.5;
  fill: none;
  transition: transform 0.3s ease;
}
.nav-dropdown:hover .nav-dropdown-trigger svg {
  transform: rotate(180deg);
}
.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  padding: 8px 0;
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(8px);
  transition: all 0.25s ease;
  box-shadow: 0 12px 40px rgba(0,0,0,0.5);
}
.nav-dropdown:hover .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.nav-dropdown-menu a {
  display: block;
  padding: 10px 20px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-secondary);
  transition: all 0.2s ease;
}
.nav-dropdown-menu a:hover {
  background: var(--green-dark);
  color: var(--white);
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-phone {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.7);
  padding: 8px 14px;
  border-radius: 8px;
  transition: color 0.25s ease;
}
.nav-phone:hover {
  color: var(--white);
}
.nav-cta {
  background: var(--white);
  color: var(--green-dark);
  padding: 10px 24px;
  border-radius: 8px;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.3px;
  transition: all 0.25s ease;
}
.nav-cta:hover {
  background: var(--green-light);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(255,255,255,0.15);
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  background: none;
  border: none;
}
.hamburger span {
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all 0.3s ease;
}
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 6px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -6px); }

/* Mobile menu */
.mobile-menu {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  background: var(--bg-card);
  border-bottom: 1px solid var(--border-subtle);
  box-shadow: 0 10px 40px rgba(0,0,0,0.5);
  padding: 24px;
  z-index: 999;
  flex-direction: column;
  gap: 4px;
  overflow-y: auto;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  padding: 12px 20px;
  font-weight: 600;
  border-radius: 10px;
  font-size: 1rem;
  color: var(--text-secondary);
  transition: all 0.3s ease;
}
.mobile-menu a:hover {
  background: var(--green-dark);
  color: var(--white);
}
.mobile-menu .mobile-divider {
  height: 1px;
  background: var(--border-subtle);
  margin: 8px 0;
}
.mobile-menu .btn-primary {
  text-align: center;
  margin-top: 8px;
  color: var(--white);
}

/* ─── HERO ─── */
.hero {
  position: relative;
  height: 600px;
  overflow: hidden;
  background: var(--bg-body);
}
.hero-green {
  position: absolute;
  top: 0;
  left: 0;
  width: 58%;
  height: 100%;
  background: var(--green-dark);
  clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 0 60px;
}
.hero-content {
  max-width: 520px;
  padding-top: 40px;
}
.hero-badge {
  display: inline-block;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.25);
  color: var(--white);
  font-family: 'Outfit', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 28px;
  border-radius: 40px;
  margin-bottom: 28px;
}
.hero-award {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #d4af37, #f5d76e, #d4af37);
  color: #1a1d21;
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 6px;
  margin-top: 8px;
  margin-bottom: 28px;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.4), inset 0 1px 0 rgba(255,255,255,0.3);
  border: 2px solid rgba(255,255,255,0.2);
  transition: transform 0.2s, box-shadow 0.2s;
}
.hero-award:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 28px rgba(212, 175, 55, 0.55), inset 0 1px 0 rgba(255,255,255,0.3);
  color: #1a1d21;
}
.hero-award svg {
  color: #8B6914;
  flex-shrink: 0;
}
.award-source {
  display: block;
  font-weight: 500;
  font-size: 0.8rem;
  opacity: 0.7;
  margin-top: 2px;
}
.hero h1 {
  font-size: 3.2rem;
  font-weight: 900;
  color: var(--white);
  margin-bottom: 20px;
  line-height: 1.08;
  text-transform: none;
  letter-spacing: -0.5px;
}
.hero-sub {
  color: rgba(255,255,255,0.9);
  font-size: 1.15rem;
  margin-bottom: 36px;
  line-height: 1.75;
  max-width: 440px;
}
.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.hero-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  z-index: 1;
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(10,10,10,0.3) 0%, transparent 40%);
}

/* ─── WAVE DIVIDER ─── */
.wave-divider {
  position: relative;
  margin-top: -2px;
  line-height: 0;
}
.wave-divider svg {
  display: block;
  width: 100%;
  height: 60px;
}

/* ─── STATS ─── */
.stats {
  background: var(--bg-section);
  padding: 48px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}
.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stat-icon {
  width: 72px;
  height: 72px;
  background: var(--green-dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 2px solid var(--border-green);
}
.stat-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: var(--green-bright);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.stat-number {
  font-family: 'Outfit', sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--white);
  margin-bottom: 4px;
}
.stat-label {
  font-size: 1rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* ─── SERVICES ─── */
.services {
  padding: 56px 0;
  background: var(--bg-body);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 280px;
  cursor: pointer;
  display: block;
}
.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.service-card:hover img {
  transform: scale(1.08);
}
.service-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.15) 55%);
  transition: background 0.3s ease;
}
.service-card:hover::after {
  background: linear-gradient(to top, rgba(6,78,59,0.85) 0%, rgba(0,0,0,0.2) 60%);
}
.service-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  background: var(--green-primary);
  color: var(--white);
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* ─── WHY US ─── */
.why-us {
  padding: 56px 0;
  background: var(--bg-section);
}
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.why-image {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border-subtle);
}
.why-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.why-text h3 {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 16px;
}
.why-text p {
  color: var(--text-secondary);
  margin-bottom: 28px;
  font-size: 1.1rem;
}
.why-checks {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.why-check {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.why-check-icon {
  width: 26px;
  height: 26px;
  min-width: 26px;
  background: var(--green-dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.why-check-icon svg {
  width: 13px;
  height: 13px;
  stroke: var(--green-bright);
  stroke-width: 3;
  fill: none;
}
.why-check-text strong {
  display: block;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 2px;
}
.why-check-text span {
  color: var(--text-secondary);
  font-size: 1rem;
}

/* ─── GALLERY ─── */
.gallery {
  padding: 56px 0;
  background: var(--bg-body);
}
/* ─── GALLERY GRID ─── */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.gallery-item {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--border-subtle);
}
.gallery-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.gallery-item:hover img {
  transform: scale(1.06);
}
.gallery-cta {
  text-align: center;
  margin-top: 32px;
}

/* ─── FULL GALLERY PAGE ─── */
.gallery-full-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.gallery-full-item {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  cursor: pointer;
}
.gallery-full-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.gallery-full-item:hover img {
  transform: scale(1.06);
}

/* Gallery lightbox */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.92);
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.lightbox.active { display: flex; }
.lightbox img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 8px;
}
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 28px;
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.1);
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.lightbox-nav:hover { background: rgba(255,255,255,0.2); }
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }

@media (max-width: 768px) {
  .gallery-full-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-full-item img { height: 200px; }
}
@media (max-width: 480px) {
  .gallery-full-grid { grid-template-columns: 1fr; }
}

/* ─── FACEBOOK SECTION ─── */
.fb-section {
  padding: 56px 0;
  background: var(--bg-section);
}

/* Premium Facebook feed widget */
.fb-widget {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 48px;
  align-items: start;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: 20px;
  padding: 56px;
}
.fb-widget-left .pill-badge {
  margin-bottom: 20px;
}
.fb-widget-left h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 16px;
  line-height: 1.2;
}
.fb-widget-left p {
  color: var(--text-secondary);
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 32px;
}
.fb-widget-stats {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
}
.fb-widget-stat {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 600;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 10px 18px;
  border-radius: 10px;
}
.fb-widget-stat svg {
  color: var(--green-bright);
  flex-shrink: 0;
}
.fb-widget-embed {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  min-height: 600px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.4);
}

/* ─── TESTIMONIALS ─── */
.testimonials {
  padding: 56px 0;
  background: var(--bg-section);
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.test-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  padding: 36px 28px;
  transition: border-color 0.3s ease;
}
.test-card:hover {
  border-color: var(--border-green);
}
.test-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}
.test-stars svg {
  width: 18px;
  height: 18px;
  fill: #fbbf24;
}
.test-quote {
  color: var(--text-secondary);
  font-size: 1.05rem;
  margin-bottom: 20px;
  line-height: 1.7;
  font-style: italic;
}
.test-author {
  color: var(--white);
  font-weight: 700;
  font-size: 0.95rem;
}
.test-loc {
  color: var(--text-muted);
  font-size: 0.82rem;
  margin-top: 2px;
}

/* ─── CONTACT ─── */
.contact {
  padding: 56px 0;
  background: var(--bg-body);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
.contact-form {
  background: var(--bg-card);
  padding: 40px;
  border-radius: 16px;
  border: 1px solid var(--border-subtle);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-group {
  margin-bottom: 18px;
}
.form-group label {
  display: block;
  font-weight: 600;
  font-size: 0.85rem;
  margin-bottom: 6px;
  color: var(--text-primary);
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--border-subtle);
  border-radius: 10px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.95rem;
  transition: border-color 0.3s ease;
  background: var(--bg-body);
  color: var(--text-primary);
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--text-muted);
}
.form-group select {
  color: var(--text-secondary);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--white);
}
.form-group textarea {
  resize: vertical;
  min-height: 100px;
}
.form-group .error-msg {
  color: #ef4444;
  font-size: 0.78rem;
  margin-top: 4px;
  display: none;
}
.form-group.has-error input,
.form-group.has-error textarea {
  border-color: #ef4444;
}
.form-group.has-error .error-msg {
  display: block;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.info-card {
  background: var(--bg-card);
  padding: 28px;
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  border: 1px solid var(--border-subtle);
  transition: border-color 0.3s ease;
}
.info-card:hover {
  border-color: var(--border-green);
}
.info-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: var(--green-dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--green-bright);
  stroke-width: 2;
  fill: none;
}
.info-details h4 {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 4px;
  color: var(--white);
}
.info-details p, .info-details a {
  color: var(--text-secondary);
  font-size: 0.92rem;
}
.info-details a:hover {
  color: var(--white);
}
.contact-map {
  border-radius: 16px;
  overflow: hidden;
  height: 200px;
  border: 1px solid var(--border-subtle);
}
.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: invert(0.9) hue-rotate(180deg) brightness(0.8) contrast(1.2);
}

/* ─── FOOTER ─── */
.footer {
  background: var(--bg-section);
  border-top: 1px solid var(--border-subtle);
  color: var(--white);
  padding: 64px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
.footer-about p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  margin-top: 16px;
  line-height: 1.7;
}
.footer-logo {
  height: 70px;
  width: auto;
  border-radius: 6px;
  mix-blend-mode: lighten;
}
.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.footer-social a {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--border-subtle);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.footer-social a:hover {
  background: var(--green-primary);
  border-color: var(--green-primary);
}
.footer-social svg {
  width: 18px;
  height: 18px;
  fill: var(--white);
}
.footer h4 {
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: var(--white);
}
.footer-links a {
  display: block;
  color: var(--text-secondary);
  font-size: 0.88rem;
  padding: 5px 0;
  transition: color 0.3s ease;
}
.footer-links a:hover { color: var(--white); }
.footer-bottom {
  border-top: 1px solid var(--border-subtle);
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* ─── SCROLL REVEAL ─── */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .hero h1 { font-size: 2.2rem; }
  .hero-green { padding: 0 40px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .nav-links, .nav-right .nav-phone { display: none; }
  .hamburger { display: flex; }
  .nav-right .nav-cta { display: none; }
  .nav-logo img { height: 58px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item img { height: 180px; }
  .fb-widget { grid-template-columns: 1fr; padding: 32px; }
  .fb-widget-left { text-align: center; }
  .fb-widget-left .pill-badge { margin-left: auto; margin-right: auto; }
  .fb-widget-stats { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 12px; }
  .fb-widget-embed { min-height: 500px; }

  .hero { height: auto; min-height: auto; }
  .hero-green {
    width: 100%;
    clip-path: none;
    position: relative;
    padding: 80px 24px 40px;
    text-align: center;
  }
  .hero-content {
    max-width: 100%;
  }
  .hero-image {
    display: block;
    position: relative;
    width: 100%;
    height: 220px;
  }
  .hero-image::after {
    background: linear-gradient(to bottom, var(--green-dark) 0%, transparent 40%);
  }
  .hero h1 { font-size: 2rem; text-align: center; letter-spacing: -0.3px; }
  .hero-sub { text-align: center; font-size: 1rem; max-width: 100%; margin-left: auto; margin-right: auto; }
  .hero-badge { margin-left: auto; margin-right: auto; font-size: 0.7rem; padding: 10px 20px; }
  .hero-award { font-size: 0.85rem; padding: 12px 20px; gap: 8px; text-align: center; }
  .hero-award svg { width: 18px; height: 18px; }
  .award-source { display: block; font-size: 0.75rem; }
  .hero-btns { justify-content: center; flex-direction: column; gap: 10px; }
  .hero-btns .btn { text-align: center; justify-content: center; width: 100%; }

  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .services { padding: 48px 0; }
  .services-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .why-image { order: -1; }
  .gallery-grid { columns: 2; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .section-heading h2 { font-size: 1.5rem; word-break: break-word; }
  .section-heading { text-align: center; margin-bottom: 14px; }
  .section-sub { margin-bottom: 32px; }
  .pill-badge { margin-left: auto; margin-right: auto; }
  .section-heading { flex-direction: column; align-items: flex-start; gap: 12px; }
  .section-heading .accent-line { width: 80px; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 1.5rem; word-break: break-word; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .stat-number { font-size: 1.8rem; }
  .gallery-grid { columns: 1; }
  .hero-btns { flex-direction: column; }
  .hero-btns .btn { text-align: center; }
}

/* ─── SUBPAGE HERO (shared for service/area pages) ─── */
.page-hero {
  position: relative;
  height: 360px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background: var(--bg-body);
}
.page-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,10,10,0.9) 0%, rgba(10,10,10,0.3) 100%);
}
.page-hero .container {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}
.page-hero h1 {
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--white);
  text-transform: uppercase;
}

/* Breadcrumbs */
.breadcrumbs {
  padding: 16px 0;
  font-size: 0.85rem;
  color: var(--text-muted);
}
.breadcrumbs a {
  color: var(--white);
  transition: color 0.3s ease;
}
.breadcrumbs a:hover {
  color: var(--white);
}
.breadcrumbs span {
  margin: 0 8px;
  color: var(--text-muted);
}

/* ─── SUBPAGE STYLES ─── */

/* Service pages — photo hero */
.subpage-hero {
  position: relative;
  height: 420px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center 60%;
  background-repeat: no-repeat;
}
.subpage-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.subpage-hero .container {
  position: relative;
  z-index: 1;
  padding-bottom: 48px;
}
.subpage-hero h1 {
  font-family: 'Outfit', sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--white);
  margin-top: 10px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

/* Area pages and service pages without a hero image — typographic dark hero */
.area-hero {
  background: var(--green-dark);
  padding: 170px 0 100px;
  position: relative;
  overflow: hidden;
}
.area-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom, transparent, var(--bg-body));
  pointer-events: none;
}
.area-hero .container {
  position: relative;
  z-index: 1;
}
.area-hero h1 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 900;
  color: var(--white);
  margin-top: 10px;
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
}
.breadcrumb a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumb a:hover { color: #fff; }
.breadcrumb svg { color: rgba(255,255,255,0.4); }
.breadcrumb span { color: rgba(255,255,255,0.9); }

.subpage-content {
  padding: 64px 0;
  background: var(--bg-body);
}
.subpage-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  align-items: start;
}
.subpage-text h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 20px;
}
.subpage-text h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--white);
  margin-top: 32px;
  margin-bottom: 12px;
}
.subpage-text p {
  color: var(--text-secondary);
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 16px;
}
.subpage-text a {
  color: var(--green-bright);
  text-decoration: none;
}
.subpage-text a:hover { text-decoration: underline; }

.subpage-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.subpage-list li {
  color: var(--text-secondary);
  font-size: 1.02rem;
  line-height: 1.65;
  padding-left: 24px;
  position: relative;
}
.subpage-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: var(--green-bright);
  border-radius: 50%;
}
.subpage-list li strong {
  color: var(--white);
}

.subpage-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 100px;
}
.subpage-sidebar img {
  width: 100%;
  border-radius: 14px;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.sidebar-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: 14px;
  padding: 28px;
}
.sidebar-card h4 {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 16px;
  font-size: 1.1rem;
}
.sidebar-card ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sidebar-card li {
  color: var(--text-secondary);
  font-size: 0.95rem;
  padding-left: 20px;
  position: relative;
}
.sidebar-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background: var(--green-bright);
  border-radius: 50%;
}

.subpage-cta {
  background: var(--bg-section);
  padding: 72px 0;
  text-align: center;
  position: relative;
}
.subpage-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--green-primary), transparent);
}
.subpage-cta h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 12px;
}
.subpage-cta p {
  color: rgba(255,255,255,0.65);
  font-size: 1.05rem;
  margin-bottom: 32px;
}
.subpage-cta .btn-primary {
  background: transparent;
  border: 1.5px solid var(--white);
  color: var(--white);
  box-shadow: none;
}
.subpage-cta .btn-primary:hover {
  background: var(--white);
  color: var(--green-dark);
  box-shadow: none;
  transform: translateY(-2px);
}
.subpage-cta .btn-secondary {
  background: transparent;
  border: 1.5px solid var(--green-primary);
  color: var(--green-bright);
}
.subpage-cta .btn-secondary:hover {
  background: var(--green-primary);
  color: var(--white);
  border-color: var(--green-primary);
}
.subpage-cta-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
}

@media (max-width: 768px) {
  .subpage-hero { height: 300px; }
  .subpage-hero h1 { font-size: 1.8rem; }
  .subpage-hero .container { padding-bottom: 32px; }
  .area-hero { padding: 130px 0 80px; }
  .area-hero h1 { font-size: 2rem; }
  .subpage-grid { grid-template-columns: 1fr; }
  .subpage-sidebar { position: static; }
  .subpage-cta-btns { flex-direction: column; align-items: center; }
  .subpage-cta-btns .btn { width: 100%; max-width: 320px; text-align: center; justify-content: center; }
}

/* ─── QUOTE PAGE ─── */
.quote-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 48px;
  align-items: start;
}
.quote-form-wrap h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 12px;
}
.quote-form-wrap > p {
  color: var(--text-secondary);
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 32px;
}
.quote-form-wrap > p a {
  color: var(--green-bright);
  text-decoration: none;
}
.quote-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-group.full-width {
  grid-column: 1 / -1;
}
.form-group label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-primary);
  letter-spacing: 0.5px;
}
.form-group input,
.form-group select,
.form-group textarea {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: 10px;
  padding: 14px 16px;
  color: var(--white);
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--green-bright);
}
.form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}
.form-group select option {
  background: var(--bg-card);
  color: var(--white);
}
.quote-form .btn {
  margin-top: 8px;
  padding: 16px;
  font-size: 1.05rem;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  border: none;
}

.quote-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 100px;
}
.quote-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--text-secondary);
  font-size: 0.95rem;
}
.quote-contact-item svg {
  color: var(--green-bright);
  flex-shrink: 0;
}
.quote-contact-item a {
  color: var(--text-secondary);
  text-decoration: none;
  transition: color 0.2s;
}
.quote-contact-item a:hover { color: var(--white); }

.quote-hours {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.quote-hour-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  color: var(--text-secondary);
}

/* ─── CLIENT LOGOS CAROUSEL ─── */
.clients-section {
  padding: 48px 0 64px;
  background: var(--bg-section);
  overflow: hidden;
}
.clients-heading {
  font-family: 'Outfit', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--text-secondary);
  text-align: center;
  margin-bottom: 32px;
}
.clients-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}
.clients-track {
  display: flex;
  gap: 40px;
  animation: scroll-logos 40s linear infinite;
  width: max-content;
}
.client-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: 10px;
  min-width: 200px;
  transition: border-color 0.2s;
}
.client-logo:hover {
  border-color: var(--green-bright);
}
.client-logo span {
  color: var(--text-secondary);
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
}
a.client-logo {
  text-decoration: none;
}
a.client-logo:hover span {
  color: var(--white);
}

@keyframes scroll-logos {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (max-width: 768px) {
  .quote-grid { grid-template-columns: 1fr; }
  .quote-sidebar { position: static; }
  .quote-form { grid-template-columns: 1fr; }
  .clients-track { gap: 24px; }
  .client-logo { min-width: 160px; padding: 12px 20px; }
}

/* ─── FORM STATUS MESSAGES ─── */
.form-success {
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.4);
  color: #10b981;
  padding: 20px 24px;
  border-radius: 12px;
  font-size: 1.05rem;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 1.5;
}
.form-error {
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.4);
  color: #ef4444;
  padding: 20px 24px;
  border-radius: 12px;
  font-size: 1.05rem;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 1.5;
}
