:root {
  --green-950: #0d271f;
  --green-900: #123429;
  --green-800: #173f32;
  --green-700: #235944;
  --green-500: #4f8b68;
  --cream: #f4efdf;
  --cream-2: #fbf8ef;
  --gold: #d9b66b;
  --ink: #17211d;
  --muted: #637069;
  --line: #d9ded8;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(18, 52, 41, 0.14);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream-2);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: white; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(13, 39, 31, .94);
  backdrop-filter: blur(14px);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: white; }
.brand-mark {
  width: 44px; height: 44px; display: grid; place-items: center;
  background: var(--cream); color: var(--green-900); border-radius: 50%;
  font-family: "Libre Franklin", sans-serif; font-weight: 800; font-size: 23px;
}
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-size: 16px; letter-spacing: -.02em; }
.brand-copy small { margin-top: 4px; color: rgba(255,255,255,.7); font-size: 11px; text-transform: uppercase; letter-spacing: .16em; }
.primary-nav { display: flex; align-items: center; gap: 28px; color: rgba(255,255,255,.84); font-size: 14px; font-weight: 600; }
.primary-nav a:hover { color: white; }
.nav-cta { padding: 11px 17px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px auto; background: white; }

.hero { position: relative; overflow: hidden; color: white; background: var(--green-950); }
.hero-texture { position: absolute; inset: 0; opacity: .35; background-image: radial-gradient(circle at 15% 20%, rgba(217,182,107,.22), transparent 35%), linear-gradient(120deg, transparent 0 62%, rgba(255,255,255,.04) 62% 63%, transparent 63% 100%); }
.hero-grid { position: relative; min-height: 680px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; padding-block: 90px; }
.eyebrow { margin: 0 0 14px; color: var(--green-700); text-transform: uppercase; letter-spacing: .2em; font-size: 12px; font-weight: 800; }
.hero .eyebrow { color: var(--gold); }
h1, h2, h3 { margin-top: 0; font-family: "Libre Franklin", sans-serif; letter-spacing: -.04em; line-height: 1.06; }
h1 { max-width: 800px; margin-bottom: 24px; font-size: clamp(45px, 6vw, 78px); }
h2 { margin-bottom: 20px; font-size: clamp(34px, 4vw, 56px); }
h3 { margin-bottom: 10px; font-size: 22px; }
.hero-lead { max-width: 650px; margin: 0 0 32px; color: rgba(255,255,255,.75); font-size: 19px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 12px; margin: -10px 0 28px; }
.promo-badge { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 999px; background: rgba(214,182,104,.16); border: 1px solid rgba(214,182,104,.45); color: var(--gold); font-size: 14px; font-weight: 700; letter-spacing: .02em; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 14px 22px; border: 0; border-radius: 999px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--green-950); box-shadow: 0 14px 35px rgba(217,182,107,.18); }
.button-primary:hover { background: #e7c77f; }
.button-secondary { border: 1px solid rgba(255,255,255,.28); color: white; background: rgba(255,255,255,.04); }
.button-full { width: 100%; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 28px; color: rgba(255,255,255,.7); font-size: 13px; }

.hero-card { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 30px; background: rgba(255,255,255,.07); box-shadow: 0 35px 90px rgba(0,0,0,.28); }
.hero-visual { position: relative; min-height: 390px; overflow: hidden; background: linear-gradient(#b9d8c8 0 54%, #6b9d70 54% 100%); }
.sun { position: absolute; width: 88px; height: 88px; top: 52px; right: 54px; border-radius: 50%; background: rgba(255,246,203,.85); box-shadow: 0 0 70px rgba(255,246,203,.65); }
.house-shape { position: absolute; width: 170px; height: 120px; right: 55px; bottom: 105px; background: #e6ddc3; clip-path: polygon(15% 28%, 50% 0, 85% 28%, 85% 100%, 15% 100%); box-shadow: inset 0 -30px rgba(102,74,44,.08); }
.yard-line { position: absolute; left: -10%; width: 120%; height: 22px; border-radius: 50%; border-top: 3px solid rgba(255,255,255,.18); transform: rotate(-5deg); }
.yard-line-one { bottom: 100px; }
.yard-line-two { bottom: 65px; }
.yard-line-three { bottom: 30px; }
.mower-shape { position: absolute; left: 62px; bottom: 78px; width: 155px; height: 105px; }
.mower-body { position: absolute; left: 20px; bottom: 23px; width: 105px; height: 46px; background: var(--green-900); border-radius: 12px 25px 10px 10px; }
.mower-wheel { position: absolute; bottom: 9px; width: 34px; height: 34px; border: 8px solid #26352f; border-radius: 50%; background: #799982; }
.wheel-one { left: 17px; } .wheel-two { right: 10px; }
.mower-handle { position: absolute; width: 80px; height: 8px; left: 82px; top: 12px; background: #26352f; transform: rotate(-53deg); transform-origin: left center; border-radius: 6px; }
.hero-card-copy { padding: 24px 26px 27px; }
.hero-card-copy p { margin: 0 0 4px; color: var(--gold); font-size: 12px; text-transform: uppercase; letter-spacing: .18em; font-weight: 800; }
.hero-card-copy strong { font-size: 18px; }

.brand-logo { width: 54px; height: 54px; object-fit: cover; border-radius: 10px; border: 1px solid rgba(23,63,50,.16); box-shadow: 0 4px 14px rgba(13,39,31,.12); }
.hero-logo-visual { min-height: 390px; padding: 0; background: #102c23; }
.hero-logo-visual img { width: 100%; height: 100%; min-height: 390px; display: block; object-fit: cover; object-position: center; }

.quick-strip { border-bottom: 1px solid var(--line); background: white; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-grid div { display: grid; gap: 2px; padding: 26px 24px; border-right: 1px solid var(--line); }
.quick-grid div:first-child { border-left: 1px solid var(--line); }
.quick-grid strong { font-family: "Libre Franklin", sans-serif; }
.quick-grid span { color: var(--muted); font-size: 13px; }

.section { padding-block: 105px; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading p:last-child { color: var(--muted); font-size: 18px; }
.section-heading-row { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.gallery-note { max-width: 330px; font-size: 14px !important; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { min-height: 280px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-number { display: inline-grid; place-items: center; width: 46px; height: 46px; margin-bottom: 54px; border-radius: 50%; color: var(--green-800); background: var(--cream); font-weight: 800; }
.service-card p { margin-bottom: 0; color: var(--muted); }

.section-dark { color: white; background: var(--green-900); }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.eyebrow-light { color: var(--gold); }
.about-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); font-size: 17px; }
.text-link { display: inline-block; margin-top: 18px; color: var(--gold); font-weight: 800; }
.promise-card { padding: 44px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: rgba(255,255,255,.06); }
.promise-label { margin: 0 0 20px; color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 800; }
blockquote { margin: 0 0 32px; font-family: "Libre Franklin", sans-serif; font-size: clamp(25px, 3vw, 38px); line-height: 1.15; letter-spacing: -.04em; }
.promise-list { display: grid; gap: 13px; color: rgba(255,255,255,.72); }
.promise-list span { padding-top: 13px; border-top: 1px solid rgba(255,255,255,.12); }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 240px; gap: 16px; }
.gallery-large { grid-column: span 2; grid-row: span 2; }
.gallery-item { margin: 0; overflow: hidden; border-radius: var(--radius); }
.demo-photo { position: relative; width: 100%; height: 100%; overflow: hidden; display: flex; align-items: end; padding: 22px; color: white; background-color: var(--green-800); background-image: linear-gradient(165deg, transparent 0 45%, rgba(255,255,255,.10) 45% 48%, transparent 48%), radial-gradient(circle at 70% 30%, rgba(255,255,255,.2), transparent 32%); transition: transform .4s ease; }
.gallery-item:hover .demo-photo { transform: scale(1.03); }
.demo-photo::before { content: ""; position: absolute; inset: 42% -10% -20%; border-radius: 50% 50% 0 0; background: repeating-linear-gradient(92deg, #4f8058 0 18px, #5d8c63 18px 36px); transform: rotate(-4deg); }
.demo-photo span { position: relative; z-index: 2; padding: 8px 12px; border-radius: 999px; background: rgba(13,39,31,.75); backdrop-filter: blur(8px); font-size: 12px; font-weight: 800; }
.demo-two { background-color: #456952; }
.demo-three { background-color: #7a8f68; }
.demo-four { background-color: #365744; }
.demo-five { background-color: #927d58; }

.section-soft { background: var(--cream); }
.areas-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.areas-grid p:last-child { color: var(--muted); font-size: 17px; }
.area-list { display: flex; flex-wrap: wrap; gap: 12px; }
.area-list span { padding: 13px 18px; border: 1px solid rgba(23,63,50,.18); border-radius: 999px; background: rgba(255,255,255,.55); color: var(--green-900); font-weight: 700; }

.quote-section { background: white; }
.quote-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.quote-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.contact-lines { display: grid; gap: 12px; margin-top: 34px; }
.contact-lines a { display: grid; gap: 2px; padding: 16px 0; border-top: 1px solid var(--line); }
.contact-lines strong { font-size: 12px; text-transform: uppercase; letter-spacing: .15em; color: var(--green-700); }
.quote-form { display: grid; gap: 18px; padding: 34px; border: 1px solid var(--line); border-radius: 26px; background: var(--cream-2); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 8px; color: var(--green-900); font-size: 13px; font-weight: 800; }
input, select, textarea { width: 100%; border: 1px solid #cdd4cf; border-radius: 12px; background: white; padding: 13px 14px; color: var(--ink); outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--green-500); box-shadow: 0 0 0 3px rgba(79,139,104,.14); }
textarea { resize: vertical; }
.form-note { margin: -4px 0 0; color: var(--muted); font-size: 12px; }
.form-note code { font-size: 11px; }

.site-footer { padding-top: 70px; color: rgba(255,255,255,.72); background: var(--green-950); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 70px; padding-bottom: 55px; }
.brand-footer { margin-bottom: 18px; }
.footer-grid h3 { margin-bottom: 16px; color: white; font-size: 14px; letter-spacing: 0; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid p { max-width: 380px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 960px) {
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; left: 20px; right: 20px; top: 70px; display: none; flex-direction: column; align-items: stretch; padding: 20px; border-radius: 18px; color: white; background: var(--green-800); box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .hero-grid, .about-grid, .areas-grid, .quote-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 50px; }
  .hero-card { max-width: 650px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
  .quick-grid div:nth-child(3) { border-left: 1px solid var(--line); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-large { grid-column: span 2; }
  .quote-grid { gap: 45px; }
}

@media (max-width: 650px) {
  .container { width: min(100% - 28px, var(--container)); }

  .brand-logo { width: 46px; height: 46px; }
  .hero-logo-visual, .hero-logo-visual img { min-height: 300px; }
  .brand-copy strong { font-size: 14px; }
  .brand-copy small { font-size: 9px; }
  .hero-grid { min-height: auto; padding-block: 70px; }
  h1 { font-size: clamp(42px, 13vw, 62px); }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-badges { margin: -10px 0 24px; }
  .trust-row { display: grid; gap: 8px; }
  .hero-visual { min-height: 300px; }
  .house-shape { right: 28px; transform: scale(.78); transform-origin: right bottom; }
  .mower-shape { left: 25px; bottom: 55px; transform: scale(.8); transform-origin: left bottom; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-grid div, .quick-grid div:nth-child(3) { border-left: 1px solid var(--line); }
  .section { padding-block: 76px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-number { margin-bottom: 34px; }
  .section-heading-row { display: block; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 230px; }
  .gallery-large { grid-column: span 1; grid-row: span 1; }
  .form-row { grid-template-columns: 1fr; }
  .quote-form { padding: 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; }
}

/* Keep clear spacing between the call label and phone number. */
.button .js-phone-text {
  margin-left: 0.3em;
}

/* Before-and-after showcase */
.before-after-section { background: var(--cream-2); }
.comparison-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: white;
  box-shadow: var(--shadow);
}
.comparison-image-wrap {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: var(--cream);
}
.comparison-image-wrap:first-child { border-right: 4px solid white; }
.comparison-image-wrap img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
  transition: transform .45s ease;
}
.comparison-card:hover .comparison-image-wrap img { transform: scale(1.015); }
.photo-label {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  padding: 9px 15px;
  border-radius: 999px;
  color: white;
  background: rgba(13,39,31,.88);
  backdrop-filter: blur(8px);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  font-weight: 800;
}
.photo-label-after { background: rgba(217,182,107,.95); color: var(--green-950); }
.comparison-caption {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  padding: 30px 34px 34px;
}
.comparison-caption h3 { max-width: 720px; margin-bottom: 0; font-size: clamp(24px, 3vw, 38px); }
.text-link-dark { color: var(--green-800); white-space: nowrap; }

@media (max-width: 760px) {
  .comparison-card { grid-template-columns: 1fr; }
  .comparison-image-wrap { min-height: 360px; }
  .comparison-image-wrap:first-child { border-right: 0; border-bottom: 4px solid white; }
  .comparison-image-wrap img { min-height: 360px; }
  .comparison-caption { grid-column: 1; display: block; padding: 24px; }
  .comparison-caption .text-link { margin-top: 20px; }
}

.comparison-card-secondary { margin-top: 34px; }


/* Quote photo upload */
.hidden-field { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.file-upload-label { padding: 16px; border: 1px dashed #aebbb3; border-radius: 14px; background: rgba(255,255,255,.72); }
.file-upload-label input[type="file"] { padding: 10px; border-style: solid; background: white; cursor: pointer; }
.optional-text { color: var(--muted); font-weight: 600; }
.file-help { color: var(--muted); font-size: 12px; font-weight: 500; line-height: 1.5; }
.button:disabled { opacity: .65; cursor: wait; }


/* Local SEO content and FAQ */
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 0 22px; }
.faq-list summary { cursor: pointer; padding: 20px 28px 20px 0; font-weight: 700; color: var(--green-900); position: relative; }
.faq-list summary::after { content: '+'; position: absolute; right: 0; font-size: 22px; line-height: 1; }
.faq-list details[open] summary::after { content: '–'; }
.faq-list details p { margin: 0 0 20px; color: var(--muted); }
.faq-list summary::-webkit-details-marker { display: none; }
@media (max-width: 780px) { .faq-grid { grid-template-columns: 1fr; gap: 28px; } }

/* Compact before-and-after gallery: one vertical column of side-by-side pairs. */
.before-after-section .container { max-width: 1080px; }
.before-after-section .section-heading { margin-bottom: 30px; }
.comparison-card {
  max-width: 900px;
  margin: 0 auto 26px;
  grid-template-columns: 1fr 1fr;
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(13,39,31,.10);
}
.comparison-card-secondary { margin-top: 0; }
.comparison-image-wrap,
.comparison-image-wrap img {
  min-height: 0;
  height: 300px;
}
.comparison-image-wrap img { object-fit: cover; }
.photo-label {
  top: 14px;
  left: 14px;
  padding: 7px 12px;
  font-size: 10px;
}
.comparison-caption { display: none; }

@media (max-width: 760px) {
  .comparison-card { grid-template-columns: 1fr 1fr; border-radius: 16px; }
  .comparison-image-wrap,
  .comparison-image-wrap img { height: 220px; min-height: 0; }
  .comparison-image-wrap:first-child { border-right: 3px solid white; border-bottom: 0; }
  .photo-label { top: 10px; left: 10px; padding: 6px 9px; font-size: 9px; }
}


/* Facebook call-to-action */
.facebook-section {
  padding: 46px 0;
  background: #eef4fb;
  border-top: 1px solid rgba(24, 119, 242, .16);
}
.facebook-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.facebook-cta h2 {
  margin: 0 0 10px;
  max-width: 720px;
  font-size: clamp(28px, 4vw, 46px);
}
.facebook-cta p:not(.eyebrow) {
  margin: 0;
  max-width: 700px;
  color: var(--muted);
}
.facebook-button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 14px 22px;
  border-radius: 999px;
  background: #1877f2;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(24, 119, 242, .22);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.facebook-button:hover {
  transform: translateY(-2px);
  background: #1468d4;
  box-shadow: 0 16px 34px rgba(24, 119, 242, .3);
}
.facebook-icon {
  width: 28px;
  height: 28px;
  fill: currentColor;
}
@media (max-width: 760px) {
  .facebook-section { padding: 38px 0; }
  .facebook-cta { align-items: stretch; flex-direction: column; gap: 24px; }
  .facebook-button { width: 100%; }
}
