/*
Theme Name: CSH Lawn Care
Theme URI: https://cshinnovation.com
Author: CSH Innovation
Author URI: https://cshinnovation.com
Description: Custom professional theme for CSH Lawn Care – St. Charles, MO
Version: 2.0
License: GNU General Public License v2 or later
Text Domain: csh-lawn-care
*/

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

:root {
  --forest:      #0A1F0E;
  --turf:        #1B4D2A;
  --grass:       #5CB85C;
  --grass-light: #7DD87D;
  --offwhite:    #F5F5F0;
  --white:       #FFFFFF;
  --mid:         #444444;
  --light-border: rgba(10,31,14,0.08);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--offwhite);
  color: #1a1a1a;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; }

/* ── NAVIGATION ── */
#site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 56px;
  background: transparent;
  transition: background 0.4s, box-shadow 0.4s;
}
#site-nav.scrolled {
  background: rgba(10,31,14,0.97);
  box-shadow: 0 2px 24px rgba(0,0,0,0.25);
}
/* On inner pages nav is always dark */
body.inner-page #site-nav {
  background: rgba(10,31,14,0.97);
  box-shadow: 0 2px 24px rgba(0,0,0,0.2);
}

.nav-logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.55rem;
  color: var(--white);
  letter-spacing: 2px;
}
.nav-logo span { color: var(--grass); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
}
.nav-links a {
  color: rgba(255,255,255,0.75);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.2s;
}
.nav-links a:hover,
.nav-links a.active { color: var(--white); }

.nav-cta {
  background: var(--grass) !important;
  color: var(--forest) !important;
  font-weight: 700 !important;
  padding: 10px 24px !important;
  border-radius: 3px !important;
  transition: background 0.2s !important;
}
.nav-cta:hover { background: var(--grass-light) !important; }

/* Mobile hamburger */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  transition: transform 0.3s, opacity 0.3s;
}

/* ── BUTTONS ── */
.btn-primary {
  display: inline-block;
  background: var(--grass);
  color: var(--forest);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 15px 36px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}
.btn-primary:hover { background: var(--grass-light); transform: translateY(-1px); color: var(--forest); }

.btn-outline {
  display: inline-block;
  background: transparent;
  color: var(--white);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 36px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,0.3);
  transition: border-color 0.2s, color 0.2s;
}
.btn-outline:hover { border-color: var(--grass); color: var(--grass); }

.btn-dark {
  display: inline-block;
  background: var(--forest);
  color: var(--white);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 15px 36px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-dark:hover { background: var(--turf); color: var(--white); }

/* ── SECTION UTILITIES ── */
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--grass);
  margin-bottom: 16px;
}
.section-eyebrow::before {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: var(--grass);
  flex-shrink: 0;
}

.section-heading {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.4rem, 4.5vw, 3.6rem);
  letter-spacing: 0.02em;
  line-height: 1;
  color: var(--forest);
  margin-bottom: 20px;
}
.section-heading.light { color: var(--white); }

.section-sub {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--mid);
  max-width: 560px;
}
.section-sub.light { color: rgba(255,255,255,0.55); }

.divider {
  width: 40px;
  height: 2px;
  background: var(--grass);
  margin: 28px 0;
}

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  background: var(--forest);
  padding: 160px 10vw 80px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    90deg,
    transparent, transparent 3px,
    rgba(92,184,92,0.03) 3px, rgba(92,184,92,0.03) 6px
  );
  pointer-events: none;
}
.page-hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3rem, 7vw, 6rem);
  color: var(--white);
  letter-spacing: 0.02em;
  line-height: 1;
  position: relative;
}
.page-hero h1 span { color: var(--grass); }
.page-hero p {
  margin-top: 20px;
  font-size: 1rem;
  color: rgba(255,255,255,0.5);
  max-width: 500px;
  line-height: 1.7;
  position: relative;
}
.breadcrumb {
  position: relative;
  margin-bottom: 24px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}
.breadcrumb a { color: rgba(92,184,92,0.7); }
.breadcrumb a:hover { color: var(--grass); }
.breadcrumb span { margin: 0 8px; }

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

/* ═══════════════════════════════════
   HOME PAGE
═══════════════════════════════════ */

/* Hero */
#hero {
  position: relative;
  min-height: 100vh;
  background: var(--forest);
  display: flex;
  align-items: center;
  overflow: hidden;
}
#hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    90deg,
    transparent, transparent 3px,
    rgba(92,184,92,0.03) 3px, rgba(92,184,92,0.03) 6px
  );
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 2;
  padding: 0 10vw;
  max-width: 820px;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--grass);
  margin-bottom: 24px;
}
.hero-eyebrow::before {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background: var(--grass);
}
#hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(4.5rem, 11vw, 9rem);
  line-height: 0.9;
  color: var(--white);
  letter-spacing: 0.02em;
  margin-bottom: 28px;
}
#hero h1 .accent { color: var(--grass); }
.hero-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.75;
  max-width: 460px;
  margin-bottom: 44px;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* Mower SVG */
.mower-wrap {
  position: absolute;
  right: 8vw;
  bottom: 14%;
  width: clamp(200px, 26vw, 400px);
  z-index: 2;
  animation: mower-float 4s ease-in-out infinite;
}
@keyframes mower-float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-10px); }
}
.mower-body  { fill: none; stroke: rgba(92,184,92,0.9); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.mower-fill  { fill: rgba(92,184,92,0.12); stroke: none; }
.mower-accent{ fill: none; stroke: var(--grass-light); stroke-width: 1.5; stroke-linecap: round; }
.mower-wheel { fill: none; stroke: rgba(92,184,92,0.7); stroke-width: 2; }
.mower-trace { fill: none; stroke: var(--grass); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 8px rgba(92,184,92,0.6)); }

.cut-trail {
  position: absolute;
  bottom: 13%;
  right: 5vw;
  width: clamp(220px, 29vw, 430px);
  height: 3px;
  background: linear-gradient(to right, transparent, rgba(92,184,92,0.35));
  border-radius: 2px;
}
.hero-floor {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 100px;
  background: linear-gradient(to top, rgba(92,184,92,0.06), transparent);
  pointer-events: none;
}

/* Scroll hint */
.scroll-hint {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.3);
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.scroll-hint .mouse {
  width: 20px; height: 32px;
  border: 1.5px solid rgba(255,255,255,0.2);
  border-radius: 10px;
  position: relative;
}
.scroll-hint .mouse::after {
  content: '';
  position: absolute;
  top: 5px; left: 50%;
  transform: translateX(-50%);
  width: 2px; height: 6px;
  background: rgba(92,184,92,0.6);
  border-radius: 2px;
  animation: scroll-bob 1.8s ease-in-out infinite;
}
@keyframes scroll-bob {
  0%, 100% { top: 5px; opacity: 1; }
  80%       { top: 13px; opacity: 0; }
}

/* Trust bar */
#trust {
  background: var(--turf);
  padding: 26px 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 52px;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.7);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.trust-item svg { color: var(--grass); flex-shrink: 0; }

/* Services preview (home) */
#services-preview {
  padding: 100px 10vw;
  background: var(--offwhite);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 22px;
  margin-top: 52px;
}
.service-card {
  background: var(--white);
  border-radius: 6px;
  padding: 38px 30px;
  border: 1px solid var(--light-border);
  position: relative;
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.service-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--grass);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.service-card:hover::after { transform: scaleX(1); }
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(10,31,14,0.09);
  border-color: rgba(92,184,92,0.2);
}
.service-icon {
  width: 44px; height: 44px;
  background: rgba(92,184,92,0.1);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: var(--grass);
  margin-bottom: 22px;
}
.service-card h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: var(--forest);
  margin-bottom: 10px;
}
.service-card p { font-size: 0.88rem; color: #555; line-height: 1.7; }
.services-cta { margin-top: 44px; }

/* Why Us (home) */
#why-home {
  background: var(--forest);
  padding: 100px 10vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.why-stats { display: flex; gap: 44px; flex-wrap: wrap; margin-top: 36px; }
.stat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.8rem;
  color: var(--grass);
  letter-spacing: 0.02em;
  line-height: 1;
}
.stat-label {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 4px;
}
.why-list { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.why-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 22px;
  background: rgba(255,255,255,0.04);
  border-radius: 6px;
  border-left: 2px solid rgba(92,184,92,0.3);
  transition: background 0.2s, border-color 0.2s;
}
.why-list li:hover {
  background: rgba(92,184,92,0.07);
  border-left-color: var(--grass);
}
.check-icon { color: var(--grass); flex-shrink: 0; margin-top: 2px; }
.why-list h4 { font-weight: 600; color: var(--white); font-size: 0.92rem; margin-bottom: 3px; }
.why-list p  { font-size: 0.83rem; color: rgba(255,255,255,0.4); line-height: 1.6; }

/* Projects preview (home) */
#projects-preview {
  padding: 100px 10vw;
  background: var(--offwhite);
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 22px;
  margin-top: 52px;
}
.project-card {
  background: var(--white);
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--light-border);
  transition: transform 0.25s, box-shadow 0.25s;
}
.project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(10,31,14,0.1);
}
.project-img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
  background: #d0d0cc;
}
.project-img-placeholder {
  width: 100%;
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, #1B4D2A 0%, #0A1F0E 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-img-placeholder svg { color: rgba(92,184,92,0.3); }
.project-info { padding: 24px 26px; }
.project-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--grass);
  margin-bottom: 8px;
}
.project-info h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  color: var(--forest);
  margin-bottom: 8px;
}
.project-info p { font-size: 0.85rem; color: #555; line-height: 1.65; }

/* Area */
#area-home {
  background: var(--turf);
  padding: 80px 10vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}
.area-chips {
  display: flex; flex-wrap: wrap; gap: 10px;
  max-width: 600px;
}
.chip {
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.7);
  border: 1px solid rgba(255,255,255,0.12);
  font-size: 0.82rem;
  font-weight: 500;
  padding: 8px 18px;
  border-radius: 100px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.chip:hover {
  background: var(--grass);
  color: var(--forest);
  border-color: var(--grass);
  font-weight: 700;
}

/* CTA band */
#cta-band {
  background: linear-gradient(135deg, var(--forest) 0%, #0f2e15 100%);
  padding: 80px 10vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
}
#cta-band h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--white);
  letter-spacing: 0.02em;
  line-height: 1.1;
  max-width: 520px;
}
#cta-band h2 span { color: var(--grass); }

/* ═══════════════════════════════════
   SERVICES PAGE
═══════════════════════════════════ */
#services-full {
  padding: 80px 10vw;
  background: var(--offwhite);
}
.services-full-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
.service-full-card {
  background: var(--white);
  border-radius: 6px;
  padding: 44px 36px;
  border: 1px solid var(--light-border);
  position: relative;
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
}
.service-full-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--grass);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.service-full-card:hover::after { transform: scaleX(1); }
.service-full-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(10,31,14,0.09);
}
.service-full-card .service-icon {
  width: 52px; height: 52px;
  margin-bottom: 26px;
}
.service-full-card h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: var(--forest);
  margin-bottom: 12px;
}
.service-full-card p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.75;
  margin-bottom: 20px;
}
.service-includes {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--light-border);
}
.service-includes li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.83rem;
  color: var(--mid);
}
.service-includes li::before {
  content: '';
  display: block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--grass);
  flex-shrink: 0;
}

/* ═══════════════════════════════════
   PROJECTS PAGE
═══════════════════════════════════ */
#projects-full {
  padding: 80px 10vw;
  background: var(--offwhite);
}
.projects-full-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 26px;
}
.project-full-card {
  background: var(--white);
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--light-border);
  transition: transform 0.25s, box-shadow 0.25s;
}
.project-full-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(10,31,14,0.12);
}
.project-full-card .project-img-placeholder {
  aspect-ratio: 4/3;
}
.project-full-card .project-info { padding: 28px 30px; }
.project-full-card h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: var(--forest);
  margin-bottom: 8px;
}
.project-full-card p { font-size: 0.88rem; color: #555; line-height: 1.7; }
.project-meta {
  display: flex;
  gap: 20px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--light-border);
}
.project-meta span {
  font-size: 0.75rem;
  color: #888;
  letter-spacing: 0.05em;
}
.project-meta strong {
  font-weight: 600;
  color: var(--mid);
}

/* Upload prompt card */
.project-upload-cta {
  background: var(--forest);
  border-radius: 6px;
  padding: 44px 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  border: 2px dashed rgba(92,184,92,0.3);
}
.project-upload-cta h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
  color: var(--white);
  letter-spacing: 0.04em;
}
.project-upload-cta p { font-size: 0.88rem; color: rgba(255,255,255,0.45); line-height: 1.7; }

/* ═══════════════════════════════════
   ABOUT PAGE
═══════════════════════════════════ */
#about-content {
  padding: 80px 10vw;
  background: var(--offwhite);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.about-text p {
  font-size: 0.95rem;
  color: var(--mid);
  line-height: 1.85;
  margin-bottom: 20px;
}
.about-values {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.value-item {
  padding: 20px 24px;
  background: var(--white);
  border-radius: 6px;
  border-left: 3px solid var(--grass);
}
.value-item h4 {
  font-weight: 700;
  color: var(--forest);
  font-size: 0.92rem;
  margin-bottom: 4px;
}
.value-item p { font-size: 0.85rem; color: #666; line-height: 1.6; }
.about-sidebar {}
.about-stat-block {
  background: var(--forest);
  border-radius: 6px;
  padding: 44px 36px;
  margin-bottom: 24px;
}
.about-stat-block .stat-num { font-size: 3.5rem; }
.about-stat-block .stat-label { color: rgba(255,255,255,0.4); font-size: 0.75rem; }
.csh-link-card {
  background: var(--white);
  border-radius: 6px;
  padding: 32px 28px;
  border: 1px solid var(--light-border);
}
.csh-link-card p { font-size: 0.88rem; color: #555; line-height: 1.7; margin-bottom: 20px; }

/* ═══════════════════════════════════
   CONTACT PAGE
═══════════════════════════════════ */
#contact-content {
  padding: 80px 10vw;
  background: var(--offwhite);
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
}
.contact-info h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: var(--forest);
  margin-bottom: 20px;
}
.contact-info p {
  font-size: 0.9rem;
  color: var(--mid);
  line-height: 1.8;
  margin-bottom: 32px;
}
.contact-details { display: flex; flex-direction: column; gap: 18px; }
.contact-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  background: var(--white);
  border-radius: 6px;
  border: 1px solid var(--light-border);
}
.contact-detail-item svg { color: var(--grass); flex-shrink: 0; margin-top: 1px; }
.contact-detail-item strong {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 2px;
}
.contact-detail-item span { font-size: 0.9rem; color: var(--forest); font-weight: 500; }
.contact-form-wrap {
  background: var(--white);
  border-radius: 8px;
  padding: 44px 40px;
  border: 1px solid var(--light-border);
  box-shadow: 0 8px 32px rgba(10,31,14,0.05);
}
.contact-form-wrap h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  color: var(--forest);
  margin-bottom: 6px;
}
.contact-form-wrap > p {
  font-size: 0.88rem;
  color: #888;
  margin-bottom: 28px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-group label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888;
}
.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px 16px;
  border: 1.5px solid #e4e4e0;
  border-radius: 5px;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  color: #1a1a1a;
  background: #fafafa;
  transition: border-color 0.2s;
  outline: none;
  appearance: none;
  width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--grass); background: var(--white); }
.form-group input::placeholder,
.form-group textarea::placeholder { color: #bbb; }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-submit { width: 100%; }

/* ═══════════════════════════════════
   FOOTER
═══════════════════════════════════ */
#site-footer {
  background: #060f08;
  padding: 56px 10vw 32px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  margin-bottom: 32px;
}
.footer-brand .footer-logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
  color: var(--white);
  letter-spacing: 2px;
  display: block;
  margin-bottom: 16px;
}
.footer-logo span { color: var(--grass); }
.footer-brand p {
  font-size: 0.83rem;
  color: rgba(255,255,255,0.3);
  line-height: 1.7;
  max-width: 260px;
}
.footer-col h4 {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 18px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
  transition: color 0.2s;
}
.footer-col ul a:hover { color: var(--grass); }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom p { font-size: 0.78rem; color: rgba(255,255,255,0.2); }
.footer-bottom a { color: rgba(92,184,92,0.5); }
.footer-bottom a:hover { color: var(--grass); }

/* ═══════════════════════════════════
   POPUP
═══════════════════════════════════ */
#popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(4px);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s;
}
#popup-overlay.active { opacity: 1; pointer-events: all; }
#popup {
  background: var(--white);
  border-radius: 10px;
  padding: 48px 44px;
  max-width: 480px;
  width: 92%;
  position: relative;
  transform: translateY(20px) scale(0.97);
  transition: transform 0.35s cubic-bezier(0.34,1.4,0.64,1);
  box-shadow: 0 40px 80px rgba(0,0,0,0.3);
}
#popup-overlay.active #popup { transform: translateY(0) scale(1); }
.popup-close {
  position: absolute;
  top: 16px; right: 18px;
  background: none; border: none;
  font-size: 1.3rem; color: #bbb;
  cursor: pointer; line-height: 1;
  transition: color 0.2s;
}
.popup-close:hover { color: #333; }
#popup h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  color: var(--forest);
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}
#popup > p {
  font-size: 0.88rem; color: #777;
  line-height: 1.6; margin-bottom: 26px;
}
.popup-form { display: flex; flex-direction: column; gap: 12px; }
.popup-form input,
.popup-form select {
  width: 100%;
  padding: 12px 15px;
  border: 1.5px solid #e4e4e0;
  border-radius: 5px;
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  color: #1a1a1a;
  background: #fafafa;
  outline: none;
  appearance: none;
  transition: border-color 0.2s;
}
.popup-form input:focus,
.popup-form select:focus { border-color: var(--grass); background: var(--white); }
.popup-form input::placeholder { color: #bbb; }
.popup-btn {
  background: var(--grass);
  color: var(--forest);
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.2s;
  width: 100%;
  margin-top: 4px;
}
.popup-btn:hover { background: var(--grass-light); }
.popup-fine { text-align: center; font-size: 0.72rem; color: #bbb; margin-top: 10px; }

/* ═══════════════════════════════════
   RESPONSIVE
═══════════════════════════════════ */
@media (max-width: 960px) {
  #site-nav { padding: 16px 24px; }
  .nav-links { display: none; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(10,31,14,0.98);
    align-items: center;
    justify-content: center;
    gap: 28px;
    z-index: 199;
  }
  .nav-links.open a { font-size: 1.1rem; }
  .nav-toggle { display: flex; z-index: 201; }
  .mower-wrap { display: none; }
  .hero-content { padding: 0 6vw; }
  #why-home { grid-template-columns: 1fr; gap: 48px; padding: 72px 6vw; }
  #services-preview, #projects-preview { padding: 72px 6vw; }
  #area-home { padding: 60px 6vw; }
  #cta-band { padding: 60px 6vw; }
  #trust { padding: 22px 6vw; gap: 22px; }
  .page-hero { padding: 130px 6vw 64px; }
  #services-full, #projects-full, #about-content { padding: 64px 6vw; }
  #contact-content { grid-template-columns: 1fr; padding: 64px 6vw; }
  .about-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
  #site-footer { padding: 48px 6vw 28px; }
  .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .footer-top { grid-template-columns: 1fr; }
  #cta-band { flex-direction: column; align-items: flex-start; }
  #area-home { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .mower-wrap { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
