/* FlowCon — shared stylesheet.
   Generated pages link this; edit it here, not in the HTML.

   Palette: the existing brand blue (#1668b3) kept as the anchor so the site
   still looks like itself, extended into a cooler metallic range for surfaces,
   with lawn green as the second colour. Green is used for growth and for the
   things that are alive; blue is used for water and for structure. They are
   never mixed in the same element. */

:root {
  /* Blue — water and structure */
  --brand: #1668b3;
  --brand-dark: #0f4c86;
  --brand-deep: #0a3560;
  --brand-tint: #e8f1fa;

  /* Blue metallic — surfaces and the hero ground */
  --steel-900: #16202b;
  --steel-800: #1e2c3a;
  --steel-700: #2b3d4f;
  --steel-500: #5a6f84;
  --steel-200: #c3cfdb;

  /* Lawn green — growth, and the confirming colour */
  --lawn: #4c9a2a;
  --lawn-dark: #3a7a1f;
  --lawn-light: #7cc242;
  --lawn-tint: #eef7e7;

  --ink: #16202b;
  --muted: #5b6167;
  --line: #e3e8ed;
  --bg: #ffffff;
  --soft: #f5f8fa;

  --radius: 14px;
  --shell: 1080px;
  --shadow: 0 6px 22px rgba(22, 32, 43, .10);
  --shadow-lg: 0 18px 46px rgba(22, 32, 43, .16);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  padding-bottom: 76px; /* room for the sticky mobile call bar */
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
.wrap { max-width: var(--shell); margin: 0 auto; padding: 0 20px; }
.narrow { max-width: 760px; }

h1, h2, h3 { line-height: 1.18; letter-spacing: -0.015em; }
h1 { font-size: clamp(2rem, 5vw, 3.2rem); }
h2 { font-size: clamp(1.4rem, 3vw, 2rem); margin-bottom: 14px; }
h3 { font-size: 1.15rem; margin-bottom: 8px; }
p + p { margin-top: 14px; }

/* ── skip link ─────────────────────────────────────────────── */
.skip {
  position: absolute; left: 20px; top: -60px; z-index: 200;
  background: var(--brand); color: #fff; padding: 10px 18px;
  border-radius: 0 0 10px 10px; text-decoration: none; font-weight: 700;
}
.skip:focus { top: 0; }

/* ── header / nav ──────────────────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav__in { display: flex; align-items: center; gap: 20px; height: 66px; }
.brandmark { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; font-size: 1.15rem; letter-spacing: -0.02em; }
.brandmark svg { width: 26px; height: 26px; flex: none; }
.nav__links { margin-left: auto; display: flex; gap: 22px; align-items: center; }
.nav__links a { text-decoration: none; font-weight: 600; font-size: .95rem; color: var(--steel-700); }
.nav__links a:hover { color: var(--brand); }
.nav__call {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--brand); color: #fff !important; padding: 10px 18px;
  border-radius: 10px; text-decoration: none; font-weight: 700; font-size: .95rem;
}
.nav__call:hover { background: var(--brand-dark); }
.nav__call svg { width: 17px; height: 17px; fill: currentColor; }
@media (max-width: 860px) { .nav__links a:not(.nav__call) { display: none; } }

/* ── buttons ───────────────────────────────────────────────── */
.call-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--brand); color: #fff; font-weight: 700; font-size: 1.1rem;
  text-decoration: none; padding: 16px 28px; border-radius: 12px;
  box-shadow: var(--shadow); transition: background .15s, transform .15s;
}
.call-btn:hover { background: var(--brand-dark); transform: translateY(-1px); }
.call-btn svg { width: 21px; height: 21px; fill: #fff; flex: none; }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  border: 2px solid var(--steel-200); color: var(--ink);
  padding: 14px 24px; border-radius: 12px; text-decoration: none; font-weight: 700;
}
.btn-ghost:hover { border-color: var(--brand); color: var(--brand); }
.cta-sub { color: var(--muted); font-size: .95rem; margin-top: 12px; }

/* ── hero ──────────────────────────────────────────────────── */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1100px 520px at 78% 8%, rgba(76, 154, 42, .22), transparent 62%),
    linear-gradient(165deg, var(--steel-700) 0%, var(--steel-800) 46%, var(--steel-900) 100%);
  color: #fff;
  padding: clamp(46px, 8vw, 96px) 0 clamp(56px, 9vw, 104px);
}
.hero__in { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(24px, 5vw, 56px); align-items: center; }
@media (max-width: 900px) { .hero__in { grid-template-columns: 1fr; } }
.hero .eyebrow {
  color: var(--lawn-light); font-weight: 700; text-transform: uppercase;
  letter-spacing: .08em; font-size: .78rem; margin-bottom: 14px;
}
.hero h1 { margin-bottom: 16px; }
.hero h1 em { font-style: normal; color: var(--lawn-light); }
.hero__lede { color: #d6e2ee; font-size: clamp(1.02rem, 1.8vw, 1.18rem); max-width: 34rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero .btn-ghost { border-color: rgba(255, 255, 255, .35); color: #fff; }
.hero .btn-ghost:hover { border-color: #fff; color: #fff; background: rgba(255, 255, 255, .08); }
.rating-row { display: flex; align-items: center; gap: 9px; font-weight: 600; margin-bottom: 18px; color: #fff; }
.stars { color: #ffc247; letter-spacing: 2px; }
.rating-row .count { color: #a9bccd; font-weight: 500; }

/* Trust chips */
.trust { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.chip {
  background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .18);
  color: #eaf2f8; border-radius: 999px; padding: 7px 15px; font-size: .84rem; font-weight: 600;
}

/* ── hero photograph ───────────────────────────────────────────
   Replaced a drawn, animated sprinkler. The source photo is 3:4 portrait, so
   it is cropped to a landscape-ish box rather than left at full height, which
   would tower over the copy column beside it. */
.hero__photo { margin: 0; }
.hero__photo img {
  width: 100%; height: auto;
  aspect-ratio: 5 / 4; object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .42);
}
@media (max-width: 900px) { .hero__photo img { aspect-ratio: 16 / 10; } }

@media (prefers-reduced-motion: reduce) {
  .carousel { scroll-behavior: auto; }
  html { scroll-behavior: auto; }
}

/* ── sections ──────────────────────────────────────────────── */
section { padding: clamp(44px, 6vw, 76px) 0; }
.section--soft { background: var(--soft); border-block: 1px solid var(--line); }
.section__head { max-width: 640px; margin-bottom: 30px; }
.section__head p { color: var(--muted); margin-top: 10px; }
.kicker {
  color: var(--lawn-dark); font-weight: 700; text-transform: uppercase;
  letter-spacing: .08em; font-size: .76rem; margin-bottom: 8px;
}

/* ── service cards ─────────────────────────────────────────── */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(276px, 1fr)); gap: 16px; }
.card {
  display: flex; flex-direction: column; gap: 10px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px; text-decoration: none;
  transition: transform .16s, box-shadow .16s, border-color .16s;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--steel-200); }
.card__icon {
  width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
  background: var(--brand-tint); color: var(--brand); flex: none;
}
.card__icon svg { width: 26px; height: 26px; }
.card--green .card__icon { background: var(--lawn-tint); color: var(--lawn-dark); }
.card b { font-size: 1.06rem; }
.card span { color: var(--muted); font-size: .93rem; }
.card__more { color: var(--brand); font-weight: 700; font-size: .9rem; margin-top: auto; }
.card__covers { color: var(--lawn-dark); font-size: .85rem; font-weight: 600; }

/* ── prose ─────────────────────────────────────────────────── */
.prose { max-width: 720px; }
.prose h2 { margin-top: 36px; }
.prose h2:first-child { margin-top: 0; }
.prose ul { margin: 14px 0 0 20px; }
.prose li { margin-bottom: 8px; }
.prose__fig { margin: 26px 0; }
/* The source photos are 3:4 portrait and 1:1 square. They are cropped to a
   consistent landscape box rather than left to the width/height attributes,
   which stretched them badly. */
.prose__fig img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: var(--radius); border: 1px solid var(--line); }

/* ── FAQ ───────────────────────────────────────────────────── */
.faq { max-width: 720px; }
.faq details {
  border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px;
  margin-bottom: 10px; background: #fff;
}
.faq summary { font-weight: 700; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; float: right; color: var(--brand); font-size: 1.3rem; line-height: 1; }
.faq details[open] summary::after { content: '\2013'; }
.faq details p { margin-top: 10px; color: var(--muted); }

/* ── review carousel ───────────────────────────────────────────
   Native scroll-snap rather than a library. It works with touch, trackpad,
   keyboard and the arrow buttons, and it still works if the script never runs.
   The reviews vary from one line to a full page, so cards are a fixed height
   with the long ones clamped and an expander. */
.carousel__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; max-width: none; }
.carousel__nav { display: flex; gap: 8px; flex: none; }
.cbtn {
  width: 44px; height: 44px; border-radius: 50%; cursor: pointer;
  border: 1px solid var(--steel-200); background: #fff; color: var(--brand);
  font-size: 1.1rem; line-height: 1; transition: background .15s, border-color .15s;
}
.cbtn:hover { background: var(--brand); border-color: var(--brand); color: #fff; }
.cbtn:focus-visible { outline: 3px solid var(--lawn); outline-offset: 2px; }

/* Flexbox, not grid. grid-auto-flow:column with a percentage in
   grid-auto-columns collapsed every card to a sliver, because the columns
   shrink to their min when the track has to fit ten of them. flex-basis with
   flex-shrink:0 is the pattern that actually holds a card width in a
   horizontally scrolling row. */
.carousel {
  display: flex; gap: 16px;
  overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 4px 4px 18px; margin: 0 -4px;
  scrollbar-width: thin;
}
.carousel > .review { flex: 0 0 clamp(260px, 78vw, 300px); }
@media (min-width: 720px)  { .carousel > .review { flex-basis: calc(50% - 8px); } }
@media (min-width: 1040px) { .carousel > .review { flex-basis: calc(33.333% - 11px); } }
.carousel:focus-visible { outline: 3px solid var(--lawn); outline-offset: 4px; }

.review {
  scroll-snap-align: start;
  display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--lawn);
  border-radius: 12px; padding: 22px;
}
.review__stars { color: #ffc247; letter-spacing: 2px; font-size: 1.02rem; margin-bottom: 10px; }
.review__text { margin: 0; }
.review__text p {
  font-size: .98rem;
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 8;
  overflow: hidden;
}
.review.is-open .review__text p { -webkit-line-clamp: unset; overflow: visible; }
.review__more {
  align-self: flex-start; margin-top: 10px; padding: 0;
  background: none; border: 0; cursor: pointer;
  color: var(--brand); font-weight: 700; font-size: .88rem; font-family: inherit;
}
.review__more:hover { text-decoration: underline; }
.review .who {
  color: var(--ink); font-size: .9rem; font-weight: 700;
  margin-top: auto; padding-top: 14px;
  display: flex; justify-content: space-between; gap: 10px; align-items: baseline;
}
.review .who span { color: var(--muted); font-weight: 500; font-size: .82rem; }

/* ── photo grid ────────────────────────────────────────────── */
.photos { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 10px; }
.photos img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 12px; border: 1px solid var(--line); }

/* ── area + hours ──────────────────────────────────────────── */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 5vw, 48px); }
@media (max-width: 760px) { .split { grid-template-columns: 1fr; } }
.hours { list-style: none; max-width: 380px; }
.hours li { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px dashed var(--line); }
.hours li:last-child { border-bottom: none; }
.arealist { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.arealist span { background: var(--lawn-tint); color: var(--lawn-dark); border-radius: 999px; padding: 6px 14px; font-size: .87rem; font-weight: 600; }

/* ── call band ─────────────────────────────────────────────── */
.callband {
  background: linear-gradient(135deg, var(--brand-dark), var(--brand-deep));
  color: #fff; text-align: center;
}
.callband h2 { color: #fff; }
.callband p { color: #cfe0f0; max-width: 46rem; margin: 0 auto 24px; }
.callband .call-btn { background: #fff; color: var(--brand-dark); }
.callband .call-btn svg { fill: var(--brand-dark); }
.callband .call-btn:hover { background: var(--lawn-light); color: var(--steel-900); }
.callband .call-btn:hover svg { fill: var(--steel-900); }

/* ── breadcrumbs ───────────────────────────────────────────── */
.crumbs { font-size: .88rem; color: var(--muted); padding: 18px 0 0; }
.crumbs a { color: var(--brand); text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }

/* ── footer ────────────────────────────────────────────────── */
footer { background: var(--steel-900); color: #b9c7d4; padding: 46px 0 40px; font-size: .92rem; }
footer a { color: #fff; }
footer .foot { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 30px; }
footer .foot--4 { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
@media (max-width: 980px) { footer .foot--4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 760px) { footer .foot, footer .foot--4 { grid-template-columns: 1fr; } }
footer h3 { color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 12px; }
footer ul { list-style: none; }
footer li { margin-bottom: 7px; }
footer .legal { margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: .8rem; color: #8095a8; }

/* ── sticky mobile call bar ────────────────────────────────── */
.callbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
  background: #fff; border-top: 1px solid var(--line);
  padding: 12px 16px; box-shadow: 0 -4px 16px rgba(0, 0, 0, .07);
}
.callbar .call-btn { width: 100%; font-size: 1.08rem; padding: 14px; }
@media (min-width: 861px) { .callbar { display: none; } body { padding-bottom: 0; } }

/* ── reviews page ──────────────────────────────────────────────
   /reviews/ lists every Google review in full, one column for readability.
   The carousel clamps .review__text p to 8 lines; --full lifts that so the
   whole review shows with no button. */
.reviews-list { display: flex; flex-direction: column; gap: 16px; margin-top: 30px; max-width: 760px; }
.review__text--full p { display: block; -webkit-line-clamp: unset; overflow: visible; }
