:root {
  --green-deep: #1F3D2E;
  --green-darker: #15351f;
  --cream: #f5efe2;
  --cream-warm: #ece2cb;
  --charcoal: #2b2a26;
  --sage: #8fa28c;
  --line: rgba(43, 42, 38, 0.15);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
html { scroll-behavior: smooth; }
img, video, iframe, svg { max-width: 100%; }
body {
  background: var(--cream);
  color: var(--charcoal);
  font-family: 'Newsreader', Georgia, serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.container { max-width: 720px; margin: 0 auto; padding: 0 2rem; }
.hero {
  background: var(--green-deep);
  color: var(--cream);
  padding: 4.5rem 2rem 5rem;
  text-align: center;
  position: relative;
}
.logo-link { display: inline-block; cursor: pointer; }
.logo-img { display: block; height: 88px; width: auto; margin: 0 auto; }
.hero-tagline {
  font-family: 'Newsreader', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 2.5rem;
  max-width: 24ch;
  margin-left: auto;
  margin-right: auto;
}
.hero-sub {
  margin-top: 1.75rem;
  font-family: 'Anton', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  opacity: 0.7;
}
.hero-cta {
  display: inline-block;
  margin-top: 2rem;
  background: transparent;
  color: var(--cream);
  text-decoration: none;
  font-family: 'Anton', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.85rem 1.9rem;
  border: 1.5px solid var(--cream);
  transition: background 0.25s ease, color 0.25s ease;
}
.hero-cta:hover { background: var(--cream); color: var(--green-deep); }
.cta-band {
  background: var(--green-deep);
  color: var(--cream);
  text-align: center;
  padding: 4.5rem 2rem;
  border-top: 0;
}
.cta-band-note {
  font-family: 'Newsreader', serif;
  font-style: italic;
  font-size: 1.1rem;
  opacity: 0.8;
  max-width: 34ch;
  margin: 0 auto 0.5rem;
}
.cta-band-line {
  font-size: 1.2rem;
  font-weight: 300;
  max-width: 34ch;
  margin: 0 auto;
}
.call-line {
  margin: 1.1rem 0 0;
  font-family: 'Newsreader', serif;
  font-style: italic;
  font-size: 1rem;
  opacity: 0.75;
}
.call-line a { color: inherit; text-decoration: underline; text-underline-offset: 0.2em; }
.call-line a:hover { opacity: 1; }
.hero-nav {
  margin-top: 1.25rem;
  font-family: 'Anton', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.6;
}
.hero-nav a { color: var(--cream); text-decoration: underline; text-underline-offset: 0.25em; }
.hero-nav a:hover { opacity: 1; }
.hero-nav-current { color: var(--cream); text-decoration: none; }
.hero-nav-divider { margin: 0 0.5rem; opacity: 0.6; text-decoration: none; }
.hero-rating {
  margin-top: 1.5rem;
  font-family: 'Newsreader', serif;
  font-size: 1rem;
}
.hero-rating a { color: var(--cream); text-decoration: none; opacity: 0.85; transition: opacity 0.25s ease; }
.hero-rating a:hover { opacity: 1; text-decoration: underline; text-underline-offset: 0.2em; }
.hero-rating .stars { color: #E3B341; letter-spacing: 0.08em; margin-right: 0.4rem; }
/* The rating line is duplicated into the .contact section, whose own p/a rules
   would otherwise enlarge and re-weight it — pin it back to the hero instance's look. */
.contact .hero-rating { max-width: none; font-size: 1rem; font-weight: 400; }
.contact .hero-rating a { font-weight: 400; }
/* Slim site header — primary nav lifted out of the hero, aligned top-left.
   Shares the footer's deep-green bar; reuses the nav font/size/spacing. */
.site-nav {
  background: var(--green-darker);
  padding: 0.65rem 2rem;
  font-family: 'Anton', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1;
}
.site-nav-links a { color: var(--cream); text-decoration: none; opacity: 0.72; }
.site-nav-links a:hover { opacity: 1; }
.site-nav-current { color: var(--cream); opacity: 1; }
.site-nav-divider { margin: 0 0.375rem; opacity: 0.45; }
/* Shallow-end "Get a mow" CTA at the head of the nav — a cream pill so it reads
   as an action, not just another link, against the deep-green bar. */
.site-nav-links a.site-nav-cta {
  display: inline-block;
  background: var(--cream);
  color: var(--green-darker);
  opacity: 1;
  padding: 0.28rem 0.7rem;
  margin-right: 0.15rem;
}
.site-nav-links a.site-nav-cta:hover { opacity: 1; background: var(--cream-warm); }
.site-nav-toggle { display: none; }
@media (max-width: 600px) {
  .site-nav { padding: 0.55rem 1.5rem; }
  .site-nav.is-js .site-nav-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: transparent;
    border: 0;
    color: var(--cream);
    font: inherit;
    opacity: 0.9;
    cursor: pointer;
    padding: 0.35rem 0;
  }
  .site-nav-burger { font-size: 1.1rem; line-height: 1; }
  .site-nav.is-js .site-nav-links { display: none; padding-top: 0.5rem; }
  .site-nav.is-js.is-open .site-nav-links { display: block; }
  .site-nav.is-js .site-nav-links a,
  .site-nav.is-js .site-nav-links .site-nav-current { display: block; padding: 0.55rem 0; opacity: 0.9; }
  .site-nav.is-js .site-nav-current { opacity: 1; }
  /* Keep the CTA a pill (not a full-width block link) at the top of the menu. */
  .site-nav.is-js .site-nav-links a.site-nav-cta {
    display: inline-block;
    padding: 0.5rem 0.9rem;
    margin: 0.15rem 0 0.4rem;
    opacity: 1;
  }
  .site-nav .site-nav-divider { display: none; }
  /* No-JS fallback: stack the links so nothing wraps awkwardly */
  .site-nav:not(.is-js) .site-nav-links a,
  .site-nav:not(.is-js) .site-nav-links .site-nav-current { display: block; padding: 0.4rem 0; }
}
section { padding: 5.5rem 0; }
section + section { border-top: 1px solid var(--line); }
.section-label {
  font-family: 'Anton', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--green-deep);
  margin-bottom: 1.5rem;
}
h2 {
  font-family: 'Newsreader', serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin-bottom: 2rem;
  max-width: 18ch;
}
.lead { font-size: 1.2rem; line-height: 1.6; font-weight: 300; margin-bottom: 1.5rem; }
p { margin-bottom: 1.25rem; }
p:last-child { margin-bottom: 0; }
/* In-copy links — dark green, underlined, identical colour in every state (no blue/purple) */
.container a:link,
.container a:visited,
.container a:hover,
.container a:active {
  color: var(--green-deep);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.pull-quote {
  font-family: 'Newsreader', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 1.35;
  color: var(--green-deep);
  border-left: 2px solid var(--green-deep);
  padding-left: 1.5rem;
  margin: 2.5rem 0 0;
  max-width: 22ch;
  clear: right;
}
.about-photo { margin: 0 auto 1.5rem; max-width: 480px; }
.about-photo img { width: 100%; height: auto; display: block; border: 1px solid var(--line); }
@media (min-width: 600px) {
  .about-photo { float: right; width: 290px; max-width: none; margin: 0.4rem 0 1rem 1.75rem; }
}
.work-photo { margin: 2.75rem auto 0; max-width: 640px; }
.work-photo img { width: 100%; height: auto; display: block; border: 1px solid var(--line); }
.work-block { margin-top: 2.5rem; }
.work-block h3 {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green-deep);
  margin-bottom: 1rem;
}
.work-heading {
  font-family: 'Newsreader', serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin: -0.4rem 0 1rem;
}
.work-list { list-style: none; display: grid; grid-template-columns: 1fr; gap: 0.6rem; }
.work-list li { font-size: 1.05rem; padding-left: 1.5rem; position: relative; }
.work-list li::before { content: "—"; position: absolute; left: 0; color: var(--sage); }
@media (min-width: 600px) { .work-list { grid-template-columns: 1fr 1fr; gap: 0.65rem 2rem; } }
.area-list {
  font-family: 'Anton', sans-serif;
  font-size: 1.85rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--green-deep);
  font-weight: 400;
}
.area-list a { color: inherit; text-decoration: underline; text-underline-offset: 0.2em; }
.area-divider { display: inline-block; margin: 0 0.2rem; color: var(--sage); font-weight: 400; }
.expansion-line { margin-top: 1.75rem; font-style: italic; font-size: 1.1rem; color: var(--charcoal); }
.gallery { display: grid; grid-template-columns: 1fr; gap: 1rem; margin-top: 1rem; }
@media (min-width: 600px) { .gallery { grid-template-columns: 1fr 1fr; } }
.photo {
  aspect-ratio: 3 / 4;
  background: var(--cream-warm);
  border: 1px solid var(--line);
  overflow: hidden;
}
.photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.contact {
  background: var(--green-deep);
  color: var(--cream);
  text-align: center;
  padding: 6rem 2rem;
  border-top: 0;
}
.contact h2 { color: var(--cream); max-width: 20ch; margin-left: auto; margin-right: auto; }
.contact p { max-width: 32ch; margin-left: auto; margin-right: auto; font-size: 1.15rem; font-weight: 300; }
.testimonial {
  font-family: 'Newsreader', serif;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--cream);
  opacity: 0.92;
  max-width: 36ch;
  margin: 2.5rem auto 0.85rem;
  padding: 0;
  border: 0;
}
.testimonial cite {
  display: block;
  font-style: normal;
  font-size: 0.78rem;
  font-family: 'Anton', sans-serif;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-top: 0.85rem;
}
.reviews-link {
  display: block;
  color: var(--cream);
  font-family: 'Newsreader', serif;
  font-style: italic;
  font-size: 0.95rem;
  opacity: 0.75;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  margin-top: 0.85rem;
}
.reviews-link:hover { opacity: 1; }
.btn {
  display: inline-block;
  margin-top: 2.25rem;
  background: var(--cream);
  color: var(--green-deep);
  text-decoration: none;
  font-family: 'Anton', sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 1.1rem 2.4rem;
  border: 1.5px solid var(--cream);
  transition: background 0.25s ease, color 0.25s ease;
}
.btn:hover { background: transparent; color: var(--cream); }
.contact-form { max-width: 380px; margin: 2.25rem auto 0; text-align: left; }
.contact-form label { display: block; margin-bottom: 1rem; }
.contact-form label > span {
  display: block;
  font-family: 'Anton', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cream);
  opacity: 0.8;
  margin-bottom: 0.45rem;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  background: rgba(245, 239, 226, 0.06);
  border: 1px solid rgba(245, 239, 226, 0.35);
  color: var(--cream);
  font-family: 'Newsreader', serif;
  font-size: 1rem;
  padding: 0.7rem 0.9rem;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--cream);
  background: rgba(245, 239, 226, 0.1);
}
.contact-form textarea { resize: vertical; min-height: 4.5rem; line-height: 1.5; }
.contact-form .form-honey { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.contact-form button { cursor: pointer; margin-top: 0.5rem; font: inherit; font-family: 'Anton', sans-serif; }
.contact-form + .hero-cta { margin-top: 1.75rem; }
.form-success { color: var(--cream); font-family: 'Newsreader', serif; font-style: italic; font-size: 1.05rem; line-height: 1.5; text-align: center; padding: 1.5rem 0; margin: 0; }
.form-error { color: var(--cream); opacity: 0.9; font-family: 'Newsreader', serif; font-style: italic; font-size: 0.95rem; text-align: center; margin-top: 1rem; }
.form-error a { color: inherit; text-decoration: underline; text-underline-offset: 0.2em; }
.form-reply-note {
  color: var(--cream);
  opacity: 0.6;
  font-family: 'Newsreader', serif;
  font-style: italic;
  font-size: 0.9rem;
  text-align: center;
  margin: 0.9rem 0 0;
}
body > footer {
  background: var(--green-darker);
  color: var(--cream);
  padding: 2.75rem 2rem;
  text-align: center;
  font-size: 0.9rem;
}
body > footer p { margin-bottom: 0.5rem; opacity: 0.85; }
body > footer address { font-style: normal; }
body > footer address a { color: inherit; text-decoration: underline; text-underline-offset: 0.2em; }
body > footer address a:hover { opacity: 1; }
body > footer .footer-nav { margin-bottom: 0.85rem; opacity: 0.85; }
body > footer .footer-nav a { color: inherit; text-decoration: none; }
body > footer .footer-nav a:hover { text-decoration: underline; text-underline-offset: 0.2em; }
body > footer .footer-nav span { margin: 0 0.4rem; opacity: 0.6; }
body > footer .footer-tagline {
  font-family: 'Anton', sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-top: 1rem;
  opacity: 0.6;
  margin-bottom: 0;
}
/* Tap-to-contact buttons (WhatsApp + Call) — shared component, see /contact-buttons.js.
   Both placements sit on the deep-green hero/contact background, so these mirror the
   site's on-green button styling (cream fill, deep-green text) rather than WhatsApp green. */
.contact-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  max-width: 420px;
  margin: 2rem auto 0;
}
.contact-buttons .cb-btn {
  flex: 1 1 0;
  min-width: 150px;
  min-height: 52px; /* generous tap target, well above the 44px minimum */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.95rem 1.5rem;
  background: var(--cream);
  color: var(--green-deep);
  text-decoration: none;
  font-family: 'Anton', sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1.5px solid var(--cream);
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
}
.contact-buttons .cb-btn:hover { background: transparent; color: var(--cream); }
.contact-buttons .cb-btn:focus-visible { outline: 2px solid var(--cream); outline-offset: 3px; }
.contact-buttons .cb-icon { width: 1.25em; height: 1.25em; flex: 0 0 auto; fill: currentColor; }
/* Primary "Get a mow" — the shallow-end entry. Same .cb-btn shape/size, but a
   deep-green fill (vs the cream WhatsApp/Call pair) marks it as the dominant
   action; full-width so it sits on its own row above the secondary pair. */
.contact-buttons .cb-get-a-mow {
  flex: 1 1 100%;
  background: var(--green-darker);
  color: var(--cream);
}
.contact-buttons .cb-get-a-mow:hover { background: var(--cream); color: var(--green-darker); }
@media (max-width: 600px) {
  .contact-buttons { flex-direction: column; max-width: 340px; }
  .contact-buttons .cb-btn { width: 100%; }
}
.reveal { opacity: 0; transform: translateY(10px); animation: rise 0.9s ease-out forwards; }
.reveal-1 { animation-delay: 0.1s; }
.reveal-2 { animation-delay: 0.35s; }
.reveal-3 { animation-delay: 0.6s; }
@keyframes rise { to { opacity: 1; transform: translateY(0); } }
@media (max-width: 600px) {
  /* Bump the root one step (16px -> 18px) so every rem-based size — headings,
     leads, the two-column lists — scales up proportionally on phones. */
  html { font-size: 112.5%; }
  .hero { padding: 2.25rem 1.5rem 2.75rem; }
  .logo-img { height: 56px; }
  .hero-tagline { font-size: 1.25rem; margin-top: 1.5rem; }
  .hero-cta { margin-top: 1.25rem; }
  section { padding: 4rem 0; }
  .container { padding: 0 1.5rem; }
  h2 { font-size: 1.9rem; }
  .area-list { font-size: 1.4rem; }
  .contact { padding: 4rem 1.5rem; }
  .pull-quote { font-size: 1.3rem; }
  /* Larger, more readable body text on phones */
  body { font-size: 1.25rem; line-height: 1.6; }
  .work-block h3 { font-size: 1.25rem; }
  .work-list li { font-size: 1.15rem; }
  .contact p { font-size: 1.2rem; }
}

/* Condensed sticky header — injected once by contact-buttons.js on every page.
   Hidden on arrival; fades in once the hero/top header scrolls out of view. */
.sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 2px 8px rgba(43, 42, 38, 0.07);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.sticky-bar.is-visible { opacity: 1; visibility: visible; pointer-events: auto; }
.sticky-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.4rem 1.25rem;
}
/* Logo is the flexible element: it may shrink so the right-hand cluster always
   has room. This is what prevents the CTA from ever riding over the wordmark at
   narrow widths — the two-item space-between layout can only overlap if neither
   item yields, so the logo yields. */
.sticky-logo { display: inline-flex; align-items: center; line-height: 0; flex: 0 1 auto; min-width: 0; }
.sticky-logo img { width: 144px; height: auto; max-width: 100%; display: block; }
/* Right-hand cluster: primary CTA + the Services dropdown. Fixed size — it keeps
   its full width and the logo gives way, never the other way round. */
.sticky-actions { display: inline-flex; align-items: center; gap: 0.6rem; flex: 0 0 auto; }
/* Primary CTA on the cream bar — deep-green fill, cream text so it reads as the
   dominant action; ~44px tall for a comfortable tap target. */
.sticky-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.5rem 1.15rem;
  background: var(--green-darker);
  color: var(--cream);
  text-decoration: none;
  font-family: 'Anton', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1.5px solid var(--green-darker);
  white-space: nowrap;
  transition: background 0.25s ease, color 0.25s ease;
}
.sticky-cta:hover { background: transparent; color: var(--green-darker); }
.sticky-cta:focus-visible { outline: 2px solid var(--green-darker); outline-offset: 2px; }
@media (max-width: 600px) {
  /* Tighten the bar on phones so the logo keeps a readable size while the CTA
     and Services still fit on one row without collision. The right-hand cluster
     is the width to trim here — every px it sheds is a px the logo keeps. */
  .sticky-bar-inner { padding: 0.4rem 0.8rem; }
  .sticky-actions { gap: 0.3rem; }
  .sticky-cta { min-height: 40px; padding: 0.45rem 0.65rem; font-size: 0.72rem; letter-spacing: 0.04em; }
  .sticky-services-btn { padding: 0.55rem 0.3rem; font-size: 0.72rem; letter-spacing: 0.04em; }
}
.sticky-services { position: relative; }
.sticky-services-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: var(--green-deep);
  font-family: 'Anton', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.6rem 0.5rem;
}
.sticky-chevron { font-size: 0.7em; transition: transform 0.2s ease; }
.sticky-bar.menu-open .sticky-chevron { transform: rotate(180deg); }
.sticky-services-menu {
  position: absolute;
  top: calc(100% + 0.35rem);
  right: 0;
  margin: 0;
  padding: 0.3rem 0;
  list-style: none;
  min-width: 15rem;
  background: var(--cream);
  border: 1px solid var(--line);
  box-shadow: 0 8px 22px rgba(43, 42, 38, 0.14);
}
.sticky-services-menu a {
  display: block;
  padding: 0.75rem 1.15rem;
  color: var(--green-deep);
  text-decoration: none;
  font-family: 'Newsreader', serif;
  font-size: 1rem;
  line-height: 1.3;
}
.sticky-services-menu a:hover,
.sticky-services-menu a:focus { background: var(--cream-warm); outline: none; }
@media (max-width: 600px) {
  .sticky-services-menu { min-width: 13.5rem; }
  .sticky-services-menu a { padding: 0.9rem 1.15rem; }
}
