:root {
  --leaf: #2f7d59;
  --leaf-deep: #1f543c;
  --ink: #20231f;
  --muted: #555e56;
  --line: #d8dfd8;
  --paper: #eef1ed;
  --soft: #e5ebe6;
  --max: 1120px;
  --header-offset: 100px;
}
* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-padding-top: var(--header-offset); }
body { margin: 0; font-family: "Fredoka", system-ui, sans-serif; font-size: 1rem; color: var(--ink); background: var(--paper); line-height: 1.6; }
[hidden] { display: none !important; }
img { max-width: 100%; display: block; height: auto; }
a { color: var(--leaf-deep); text-underline-offset: 0.2em; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid #a05b16; outline-offset: 4px; }
.container { width: min(100% - 3rem, var(--max)); margin-inline: auto; }
.container > *, .form-row > * { min-width: 0; }
h1, h2, h3, p, a { overflow-wrap: break-word; }
h1, h2, h3 { line-height: 1.15; font-weight: 500; }
h3 { font-size: 1.4rem; margin: 0 0 0.65rem; }
.skip-link { position: absolute; left: 1rem; top: -100px; z-index: 100; padding: 0.7rem 1rem; background: white; }
.skip-link:focus { top: 1rem; }
.banner { display: flex; gap: 0.6rem; justify-content: center; align-items: center; flex-wrap: wrap; padding: 0.55rem 1rem; background: var(--ink); color: white; font-size: 0.9rem; text-align: center; }
.banner-dot { width: 7px; height: 7px; border-radius: 50%; background: #a9d6b9; }
.banner-sep { color: #b7c3b9; }
.site-header { position: sticky; top: 0; z-index: 40; background: var(--paper); border-bottom: 1px solid var(--line); }
.nav { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding-block: 1rem; }
.logo-link { flex: 0 0 auto; }
.logo { width: 180px; height: auto; }
.nav-links { display: flex; align-items: center; flex-wrap: wrap; gap: 0.4rem 1.1rem; margin: 0; padding: 0; list-style: none; }
.nav-links a { display: inline-flex; align-items: center; min-height: 44px; color: var(--ink); font-size: 0.95rem; font-weight: 500; text-decoration: none; }
.nav-links a:hover { text-decoration: underline; }
.nav-links .nav-cta { padding: 0.45rem 1rem; border-radius: 6px; background: var(--leaf); color: white; }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 0.6rem; min-height: 48px; padding: 0.75rem 1.2rem; border: 1px solid transparent; border-radius: 6px; text-decoration: none; cursor: pointer; font-weight: 500; }
.btn-primary { background: var(--leaf); color: white; }
.btn-primary:hover, .nav-links .nav-cta:hover { background: var(--leaf-deep); }
.btn-ghost { background: transparent; color: white; border-color: #bbd5c5; }
.btn-ghost:hover { background: #183f2e; }
.btn:disabled { cursor: wait; opacity: 0.65; }

/* Every image sits above its solid text band, with no tint or motion. */
.hero-photo, .plan-photo, .section-photo, .band-photo { height: 260px; background-position: center; background-size: cover; background-repeat: no-repeat; }
.hero-photo { height: 300px; background-image: url("assets/hero-front-lawn.jpg"); background-position: center 60%; }
.plan-photo { background-image: url("assets/turf-compare/sir-walter-lawn.jpg"); background-position: center 65%; }
#services .section-photo { background-image: url("assets/service-garden-bed.jpg"); }
.band-photo { background-image: url("assets/section-lawn.jpg"); }
#plants .section-photo { background-image: url("assets/plant-pop-up.jpg"); }
#book .section-photo { background-image: url("assets/enquiry-side-path.jpg"); }
.hero { background: var(--paper); color: var(--ink); }
.hero-grid, .plan-grid, .band-grid, .book-grid { display: grid; gap: 3rem; padding-block: 2.5rem 3rem; }
.hero-grid { align-items: center; }
.hero h1 { font-size: 3rem; max-width: 42rem; margin: 0 0 1rem; }
.hero h1 em { color: var(--leaf-deep); font-style: normal; }
.eyebrow, .section-kicker, .card-kicker { display: block; margin: 0 0 0.8rem; font-size: 0.9rem; font-weight: 500; color: var(--leaf-deep); }
.hero .eyebrow, .hero .card-kicker { color: var(--leaf-deep); }
.lead { font-size: 1.1rem; margin: 0 0 1rem; max-width: 40rem; }
.hero-locale { margin: 0 0 0.25rem; color: var(--muted); }
.hero-tagline { margin: 0 0 1.5rem; font-size: 1.15rem; font-weight: 500; }
.hero-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.hero .btn-primary { background: var(--leaf); color: white; }
.hero .btn-primary:hover { background: var(--leaf-deep); }
.hero .btn-ghost { color: var(--leaf-deep); border-color: var(--leaf); }
.hero .btn-ghost:hover { color: white; background: var(--leaf-deep); }
.hero-card { border-left: 1px solid #9aaa9d; padding-left: 2rem; }
.hero-list { display: grid; gap: 0.85rem; list-style: none; margin: 0; padding: 0; }
.hero-list li { display: grid; gap: 0.1rem; }
.hero-list span { font-weight: 500; }
.hero-list em { font-size: 0.95rem; font-style: normal; color: var(--muted); }
.section > .container { padding-block: 2.5rem 3.5rem; }
.section-title { margin: 0 0 1rem; font-size: 2.3rem; max-width: 42rem; }
.section-sub { margin: 0; max-width: 42rem; color: var(--muted); font-size: 1.05rem; }
.section-head { margin-bottom: 2rem; }
.plan-section, .book { color: var(--ink); background: var(--paper); }
.plan-section .section-kicker, .book .section-kicker { color: var(--leaf-deep); }
.plan-section .section-sub, .book .section-sub, .book .contact-phone { color: var(--muted); }
.book .section-sub a, .book .contact-phone a { color: var(--leaf-deep); }
.plan-steps { display: grid; gap: 1.25rem; }
.plan-step { border-top: 1px solid var(--line); padding-top: 1.25rem; }
.plan-step span { display: block; color: var(--leaf); margin-bottom: 0.5rem; font-weight: 500; }
.plan-step p { margin: 0; color: var(--muted); }
.service-grid { display: grid; gap: 1.25rem; }
.service-card { padding: 1.5rem; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); }
.service-card p { margin: 0; color: var(--muted); }
.service-num { display: block; margin-bottom: 0.75rem; color: var(--leaf); }
.split { display: grid; gap: 2rem; margin-top: 2rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.panel ul { margin: 0; padding-left: 1.15rem; color: var(--muted); }
.panel li { margin-block: 0.35rem; }
.band { background: var(--paper); }
.stat-cards { display: grid; gap: 1rem; }
.stat { border-left: 3px solid var(--leaf); padding: 0.25rem 0 0.25rem 1.25rem; }
.stat strong { display: block; font-size: 2rem; font-weight: 500; line-height: 1.2; margin-bottom: 0.5rem; }
.stat span { color: var(--muted); }
.form { display: grid; gap: 1rem; padding: 1.75rem; border-radius: 8px; color: var(--ink); background: #f7f9f6; align-self: start; }
.form-row { display: grid; gap: 1rem; }
.form-note, .form-direct { font-size: 0.9rem; margin: 0; color: var(--muted); }
label { display: grid; gap: 0.4rem; font-weight: 500; }
input, select, textarea { width: 100%; min-width: 0; min-height: 48px; padding: 0.7rem 0.8rem; border: 1px solid #929e95; border-radius: 5px; color: var(--ink); background: white; }
textarea { min-height: 120px; resize: vertical; }
.form-status { padding: 1rem; margin: 0; border-left: 3px solid var(--leaf); color: var(--leaf-deep); background: #e8f3eb; }
.form-status[data-state="error"] { color: #7b291d; background: #fff0ec; border-color: #7b291d; }
.honeypot { display: none; }
.contact-phone { margin: 1.5rem 0 0; }
.site-footer { padding: 3rem 0 1.5rem; color: #d1ddd4; background: #141916; }
.footer-grid { display: grid; gap: 2rem; }
.footer-logo { width: 160px; filter: brightness(0) invert(1); margin-bottom: 1rem; }
.footer-tagline { font-weight: 500; color: white; }
.site-footer a { color: white; }
.site-footer h4 { margin: 0 0 1rem; font-weight: 500; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 0.5rem; }
.tiny { margin-top: 2rem; padding-top: 1rem; border-top: 1px solid #4b574e; font-size: 0.9rem; }
@media (min-width: 800px) {
  .hero-grid { grid-template-columns: 1.5fr 1fr; }
  .plan-grid, .band-grid, .book-grid { grid-template-columns: 1fr 1.15fr; }
  .service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .plants .service-grid, .split { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 0.6fr; }
}
@media (min-width: 600px) { .form-row { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 799px) {
  :root { --header-offset: 155px; }
  .nav { flex-direction: column; align-items: flex-start; gap: 0.6rem; padding-block: 0.75rem; }
  .nav nav { width: 100%; }
  .nav-links { gap: 0.15rem 0.8rem; }
  .nav-links a { font-size: 0.9rem; }
  .logo { width: 152px; }
  .hero h1 { font-size: 2.3rem; }
  .section-title { font-size: 2rem; }
  .hero-grid, .plan-grid, .band-grid, .book-grid { gap: 2rem; }
  .hero-card { border-left: 0; border-top: 1px solid #759b84; padding: 1.5rem 0 0; }
  .hero-photo { height: 220px; }
  .plan-photo, .section-photo, .band-photo { height: 200px; }
}
@media (max-width: 420px) {
  .container { width: calc(100% - 2rem); }
  .nav-links { gap: 0.1rem 0.6rem; }
  .nav-links .nav-cta { padding-inline: 0.7rem; }
  .hero-grid, .plan-grid, .band-grid, .section > .container { padding-block: 1.5rem 2rem; }
  .form { padding: 1.25rem; }
}
