/* Gerber Landscaping — proposed rebuild 2026-09-15. Static, no frameworks. */
:root {
  --green-dark: #2c4a08;
  --green: #3e6b0e;
  --green-mid: #518214;
  --green-light: #70a116;
  --green-bright: #88c41e;
  --lime-tint: rgba(112, 161, 22, 0.09);
  --text-dark: #1c2118;
  --text-gray: #59614f;
  --bg-light: #f6f8f2;
  --bg-white: #ffffff;
  --border: #e4e9dc;
  --gold: #d9a713;
  --shadow: 0 3px 18px rgba(28, 33, 24, 0.07);
  --shadow-lg: 0 10px 42px rgba(28, 33, 24, 0.13);
  --radius: 14px;
  --header-h: 74px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 14px); }
body {
  font-family: "Segoe UI", system-ui, -apple-system, Roboto, sans-serif;
  line-height: 1.7;
  color: var(--text-dark);
  background: var(--bg-white);
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: Georgia, "Times New Roman", serif; line-height: 1.25; font-weight: 700; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }

/* ===== HEADER ===== */
.site-header {
  position: fixed; inset: 0 0 auto 0; height: var(--header-h); z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 var(--border), 0 4px 18px rgba(28, 33, 24, 0.05);
}
.header-inner { max-width: 1240px; margin: 0 auto; padding: 0 22px; height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.logo img { height: 54px; width: auto; border-radius: 3px; }
.logo { display: flex; align-items: center; }
.main-nav ul { display: flex; gap: 2px; align-items: center; }
.main-nav a { display: block; padding: 9px 13px; border-radius: 8px; font-size: 14.5px; font-weight: 500; color: var(--text-dark); transition: background .2s, color .2s; white-space: nowrap; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--green); background: var(--lime-tint); }
.nav-cta { margin-left: 10px; padding: 10px 18px !important; background: var(--green-light); color: #fff !important; border-radius: 50px !important; font-weight: 700 !important; font-size: 13.5px !important; box-shadow: 0 3px 12px rgba(112, 161, 22, .35); }
.nav-cta:hover { background: var(--green); }
.menu-toggle { display: none; flex-direction: column; gap: 4px; background: none; border: 0; cursor: pointer; padding: 10px; }
.menu-toggle span { width: 22px; height: 2.5px; background: var(--text-dark); border-radius: 2px; transition: transform .3s, opacity .3s; }
.menu-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(4px, -5px); }

/* ===== BUTTONS ===== */
.btn { display: inline-block; padding: 13px 32px; border-radius: 50px; font-weight: 700; font-size: 15px; text-align: center; cursor: pointer; border: 2px solid transparent; transition: all .22s; letter-spacing: .2px; }
.btn-primary { background: var(--green-light); color: #fff; box-shadow: 0 4px 16px rgba(112, 161, 22, .32); }
.btn-primary:hover { background: var(--green); transform: translateY(-2px); box-shadow: 0 7px 22px rgba(62, 107, 14, .4); }
.btn-outline { border-color: var(--green); color: var(--green); background: transparent; }
.btn-outline:hover { background: var(--green); color: #fff; }
.btn-large { padding: 17px 42px; font-size: 16.5px; }

/* ===== TRUST BAR ===== */
.trustbar { background: #22300f; color: rgba(255, 255, 255, .88); font-size: 13.5px; }
.trustbar-inner { max-width: 1240px; margin: 0 auto; padding: 9px 22px; display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; }
.trustbar span { display: inline-flex; align-items: center; gap: 7px; }
.trustbar svg { flex: none; }

/* ===== HERO ===== */
.hero {
  position: relative; margin-top: calc(var(--header-h) + 36px);
  background: linear-gradient(132deg, #16270a 0%, #24420a 34%, #356010 66%, #4a7c15 100%);
  display: flex; align-items: center; overflow: hidden;
}
.hero::before { content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 18% 84%, rgba(136, 196, 30, .14) 0%, transparent 52%),
              radial-gradient(ellipse at 84% 14%, rgba(136, 196, 30, .1) 0%, transparent 48%);
}
.hero-inner { position: relative; z-index: 2; max-width: 1240px; margin: 0 auto; padding: 74px 22px 86px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.hero-badge { display: inline-block; padding: 6px 16px; background: rgba(136, 196, 30, .14); border: 1px solid rgba(136, 196, 30, .35); border-radius: 50px; color: var(--green-bright); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px; }
.hero h1 { font-size: clamp(34px, 5vw, 56px); color: #fff; letter-spacing: -.5px; margin-bottom: 16px; }
.hero-sub { font-size: clamp(16.5px, 1.9vw, 19.5px); color: rgba(255, 255, 255, .86); margin-bottom: 30px; max-width: 34em; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-actions .btn-outline { color: #fff; border-color: rgba(255, 255, 255, .55); }
.hero-actions .btn-outline:hover { background: #fff; color: var(--green-dark); border-color: #fff; }
.hero-stats { display: flex; gap: 34px; margin-top: 38px; flex-wrap: wrap; }
.hero-stat strong { display: block; font-size: 26px; color: var(--green-bright); font-family: Georgia, serif; }
.hero-stat span { font-size: 13px; color: rgba(255, 255, 255, .72); }

/* hero visual card (no fake photos — service mosaic) */
.hero-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.panel-tile { border-radius: var(--radius); padding: 22px 18px; min-height: 128px; display: flex; flex-direction: column; justify-content: flex-end; gap: 6px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .13); backdrop-filter: blur(2px); }
.panel-tile svg { width: 34px; height: 34px; color: var(--green-bright); margin-bottom: 4px; }
.panel-tile b { color: #fff; font-size: 15.5px; font-weight: 600; }
.panel-tile small { color: rgba(255, 255, 255, .66); font-size: 12.5px; line-height: 1.45; }

/* ===== SECTIONS ===== */
.section { padding: 92px 22px; }
.section-alt { background: var(--bg-light); }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-label { display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; color: var(--green); margin-bottom: 12px; text-align: center; }
.section-title { font-size: clamp(27px, 3.6vw, 40px); text-align: center; margin-bottom: 14px; }
.section-sub { text-align: center; color: var(--text-gray); font-size: 17px; max-width: 620px; margin: 0 auto 56px; }

/* ===== SERVICES ===== */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 34px 26px; box-shadow: var(--shadow); transition: transform .25s, box-shadow .25s, border-color .25s; display: flex; flex-direction: column; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: rgba(112, 161, 22, .35); }
.service-icon { width: 64px; height: 64px; margin-bottom: 20px; background: var(--lime-tint); border-radius: 16px; display: flex; align-items: center; justify-content: center; }
.service-icon svg { width: 32px; height: 32px; color: var(--green); }
.service-card h3 { font-size: 21px; margin-bottom: 10px; }
.service-card p { color: var(--text-gray); font-size: 14.5px; margin-bottom: 18px; flex: 1; }
.service-link { color: var(--green); font-weight: 700; font-size: 14px; display: inline-flex; align-items: center; gap: 6px; }
.service-link:hover { gap: 10px; }

/* ===== FEATURE LIST (service pages) ===== */
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-item { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 22px 24px; display: flex; gap: 14px; box-shadow: var(--shadow); }
.feature-check { width: 38px; height: 38px; min-width: 38px; background: var(--green); color: #fff; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 17px; }
.feature-item h4 { font-size: 16.5px; margin-bottom: 4px; }
.feature-item p { color: var(--text-gray); font-size: 14px; }

/* ===== REVIEWS ===== */
.rating-summary { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 44px; flex-wrap: wrap; }
.rating-stars { color: var(--gold); font-size: 26px; letter-spacing: 3px; }
.rating-summary b { font-size: 22px; font-family: Georgia, serif; }
.rating-summary span { color: var(--text-gray); font-size: 14.5px; }
.rating-summary a { color: var(--green); font-weight: 600; font-size: 14.5px; border-bottom: 1px solid currentColor; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 30px 28px; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 14px; }
.review-stars { color: var(--gold); font-size: 17px; letter-spacing: 2px; }
.review-card blockquote { color: var(--text-dark); font-size: 15.5px; line-height: 1.75; flex: 1; }
.review-who { display: flex; align-items: center; gap: 12px; }
.review-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--green-mid); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 17px; }
.review-who b { display: block; font-size: 14.5px; }
.review-who span { font-size: 12.5px; color: var(--text-gray); }

/* ===== PROCESS ===== */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.process-step { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 24px; box-shadow: var(--shadow); position: relative; }
.process-step::before { counter-increment: step; content: counter(step); position: absolute; top: -16px; left: 22px; width: 34px; height: 34px; background: var(--green-light); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-family: Georgia, serif; font-size: 16px; box-shadow: 0 3px 10px rgba(112, 161, 22, .4); }
.process-step h4 { font-size: 16.5px; margin: 10px 0 6px; }
.process-step p { color: var(--text-gray); font-size: 13.5px; }

/* ===== FAQ ===== */
.faq-list { max-width: 780px; margin: 0 auto; display: grid; gap: 12px; }
.faq-list details { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 0; overflow: hidden; }
.faq-list summary { cursor: pointer; font-weight: 600; font-size: 15.5px; padding: 18px 22px; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font-size: 22px; color: var(--green); font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { padding: 0 22px 20px; color: var(--text-gray); font-size: 14.5px; }

/* ===== QUOTE FORM ===== */
.quote-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px; align-items: stretch; }
.quote-info { background: linear-gradient(150deg, var(--green-dark), var(--green-mid)); border-radius: var(--radius); padding: 44px 40px; color: #fff; display: flex; flex-direction: column; justify-content: center; gap: 6px; }
.quote-info h3 { font-size: 27px; margin-bottom: 10px; }
.quote-info p { color: rgba(255, 255, 255, .85); font-size: 15px; margin-bottom: 18px; }
.quote-contact { display: flex; align-items: center; gap: 12px; font-size: 15px; margin-top: 8px; }
.quote-contact a { font-weight: 600; }
.quote-form { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 40px 38px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; color: var(--text-dark); }
.form-group label small { font-weight: 400; color: var(--text-gray); }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--border); border-radius: 10px;
  font: inherit; font-size: 14.5px; color: var(--text-dark); background: var(--bg-light);
  transition: border-color .2s, background .2s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--green-light); background: #fff; }
.form-group textarea { min-height: 110px; resize: vertical; }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.form-note { font-size: 12.5px; color: var(--text-gray); margin-top: 12px; }
.quote-form .btn { width: 100%; margin-top: 6px; }

/* ===== CTA BANNER ===== */
.cta-banner { background: linear-gradient(135deg, var(--green-dark), var(--green-mid)); padding: 72px 22px; text-align: center; color: #fff; }
.cta-banner h2 { color: #fff; font-size: clamp(26px, 3.6vw, 38px); margin-bottom: 12px; }
.cta-banner p { color: rgba(255, 255, 255, .85); max-width: 540px; margin: 0 auto 28px; font-size: 17px; }
.cta-banner .btn-primary { background: #fff; color: var(--green-dark); box-shadow: 0 4px 20px rgba(0, 0, 0, .25); }
.cta-banner .btn-primary:hover { background: var(--bg-light); }

/* ===== MAP ===== */
.map-wrap { max-width: 980px; margin: 0 auto; }
.map-frame { display: block; width: 100%; height: 440px; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-lg); background: var(--bg-light); }
.area-chips { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.area-chips span { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--border); border-radius: 50px; padding: 8px 20px; font-size: 13.5px; font-weight: 600; color: var(--text-dark); box-shadow: var(--shadow); }
.area-chips span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green-light); flex: none; }

/* ===== PAGE HERO (inner pages) ===== */
.page-hero { margin-top: calc(var(--header-h) + 36px); background: linear-gradient(132deg, #16270a, #356010); padding: 64px 22px; text-align: center; color: #fff; position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 80% 20%, rgba(136, 196, 30, .12), transparent 55%); }
.page-hero h1 { position: relative; font-size: clamp(30px, 4.4vw, 46px); color: #fff; margin-bottom: 10px; }
.page-hero p { position: relative; color: rgba(255, 255, 255, .84); font-size: 17.5px; max-width: 640px; margin: 0 auto; }
.breadcrumb { position: relative; font-size: 13px; color: rgba(255, 255, 255, .6); margin-bottom: 14px; }
.breadcrumb a { color: rgba(255, 255, 255, .8); }

/* ===== EMPLOYMENT ===== */
.perk-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.perk-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 24px; box-shadow: var(--shadow); }
.perk-card h4 { font-size: 17px; margin-bottom: 8px; }
.perk-card p { color: var(--text-gray); font-size: 14px; }

/* ===== FOOTER ===== */
.site-footer { background: #1a2113; color: rgba(255, 255, 255, .72); padding: 58px 22px 30px; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 44px; }
.footer-brand img { height: 48px; border-radius: 3px; margin-bottom: 14px; }
.footer-brand p { font-size: 13.5px; line-height: 1.65; }
.footer-col h4 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: 1.6px; margin-bottom: 14px; }
.footer-col a { display: block; padding: 5px 0; font-size: 13.5px; color: rgba(255, 255, 255, .62); transition: color .2s; }
.footer-col a:hover { color: var(--green-bright); }
.footer-bottom { max-width: 1200px; margin: 44px auto 0; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .1); display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 12.5px; color: rgba(255, 255, 255, .42); }

/* ===== STICKY MOBILE CTA ===== */
.sticky-cta { position: fixed; bottom: 14px; left: 14px; right: 14px; z-index: 999; display: none; gap: 10px; }
.sticky-cta a { flex: 1; text-align: center; padding: 14px 10px; border-radius: 12px; font-weight: 700; font-size: 15px; box-shadow: var(--shadow-lg); }
.sticky-call { background: var(--green-light); color: #fff; }
.sticky-quote { background: #fff; color: var(--green); border: 2px solid var(--green-light); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1060px) {
  .services-grid, .reviews-grid, .perk-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 20px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .hero-inner { grid-template-columns: 1fr; padding: 58px 22px 66px; }
  .hero-panel { max-width: 560px; }
  .quote-wrap { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  :root { --header-h: 62px; }
  .header-inner { padding: 0 16px; }
  .logo img { height: 44px; }
  .main-nav { display: none; }
  .main-nav.open { display: block; position: fixed; top: var(--header-h); left: 0; right: 0; background: #fff; box-shadow: var(--shadow-lg); padding: 14px 18px 20px; max-height: calc(100vh - var(--header-h)); overflow-y: auto; }
  .main-nav.open ul { flex-direction: column; align-items: stretch; gap: 2px; }
  .main-nav.open a { padding: 13px 16px; font-size: 16px; }
  .nav-cta { text-align: center; margin-left: 0; margin-top: 8px; }
  .menu-toggle { display: flex; }
  .trustbar-inner { gap: 12px; padding: 8px 14px; font-size: 12px; }
  .section { padding: 62px 18px; }
  .services-grid, .reviews-grid, .feature-grid, .perk-grid, .process-grid, .form-row { grid-template-columns: 1fr; }
  .map-frame { height: 300px; }
  .area-chips span { padding: 7px 15px; font-size: 12.5px; }
  .footer-inner { grid-template-columns: 1fr; gap: 30px; }
  .quote-info, .quote-form { padding: 30px 24px; }
  .sticky-cta { display: flex; }
  body { padding-bottom: 74px; }
  .hero-stats { gap: 22px; }
}
