/* ==========================================================================
   MASTER TEMPLATE — Gardeners & Landscapers (instance: Alumhurst Garden Services)
   All brand decisions live in :root. Swap tokens + content = new client site.
   ========================================================================== */

:root {
  /* Brand tokens — edit per client */
  --moss: #2f4a2c;         /* deep moss green — headings, dark bands */
  --moss-soft: #49584a;    /* body text */
  --leaf: #6a994e;         /* bright leaf green — secondary accent */
  --terra: #c9622f;        /* terracotta — CTAs */
  --terra-deep: #a84e22;   /* hover */
  --oat: #f9f7ee;          /* oat cream page background */
  --oat-warm: #f1eddd;     /* alternate band */
  --card: #ffffff;
  --line: #e2dcc7;

  --font-display: "Bricolage Grotesque", "Trebuchet MS", sans-serif;
  --font-body: "Karla", "Helvetica Neue", sans-serif;

  --radius: 18px;
  --shadow: 0 2px 6px rgba(47, 74, 44, .06), 0 18px 44px -18px rgba(47, 74, 44, .22);
  --wrap: 1100px;
}

/* ---------- Reset & base ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--moss-soft);
  background: var(--oat);
  line-height: 1.65;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
h1, h2, h3 { font-family: var(--font-display); color: var(--moss); line-height: 1.08; font-weight: 700; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); letter-spacing: -.015em; }
h3 { font-size: 1.25rem; }
a { color: inherit; }
svg { display: block; }
section { padding: clamp(3.5rem, 8vw, 6rem) clamp(1.25rem, 5vw, 3rem); }

.kicker {
  font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--terra); margin-bottom: .6rem;
}
.kicker-light { color: #e8b494; }
.section-head { max-width: var(--wrap); margin: 0 auto 2.4rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  font-weight: 700; font-size: .95rem; text-decoration: none;
  padding: .85rem 1.6rem; border-radius: 999px; border: none; cursor: pointer;
  transition: transform .15s ease, background .15s ease;
}
.btn:hover { transform: translateY(-2px) rotate(-.5deg); }
.btn-primary { background: var(--terra); color: #fff; box-shadow: 0 10px 26px -10px rgba(201, 98, 47, .6); }
.btn-primary:hover { background: var(--terra-deep); }
.btn-ghost { background: transparent; color: var(--moss); border: 2px solid var(--moss); }
.btn-ghost:hover { background: var(--moss); color: var(--oat); }
.btn-call { background: var(--moss); color: #fff; font-size: .9rem; padding: .65rem 1.2rem; }
.btn-call:hover { background: var(--terra); }
.btn-block { width: 100%; justify-content: center; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; gap: 2rem;
  padding: .8rem clamp(1.25rem, 5vw, 3rem);
  background: color-mix(in srgb, var(--oat) 90%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.logo { display: flex; align-items: center; gap: .55rem; text-decoration: none; }
.logo-mark { width: 32px; height: 32px; }
.logo-text { font-family: var(--font-display); font-weight: 700; font-size: 1.12rem; color: var(--moss); }
.logo-text em, .footer-logo em { font-style: normal; color: var(--leaf); font-weight: 600; }
.site-nav { display: flex; gap: 1.4rem; margin-left: auto; }
.site-nav a { text-decoration: none; font-size: .93rem; font-weight: 500; transition: color .15s; }
.site-nav a:hover { color: var(--terra); }

/* ---------- Hero ---------- */
.hero {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 3rem; align-items: center;
  max-width: var(--wrap); margin: 0 auto;
}
.hero-kicker { font-size: .82rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1rem; }
.hero h1 { font-size: clamp(2.3rem, 5vw, 3.5rem); margin-bottom: 1.1rem; position: relative; }
.squiggle {
  display: block; width: 130px; height: 12px; margin-top: .5rem;
  background:
    radial-gradient(circle 5px at 6px 6px, var(--terra) 4px, transparent 5px) 0 0/22px 12px repeat-x;
}
.hero-sub { font-size: 1.08rem; max-width: 32rem; margin-bottom: 1.7rem; }
.hero-ctas { display: flex; gap: .9rem; flex-wrap: wrap; margin-bottom: 1.6rem; }
.trust-row { display: flex; gap: 1.5rem; flex-wrap: wrap; list-style: none; font-size: .87rem; font-weight: 500; }
.trust-row li { position: relative; padding-left: 1.2rem; }
.trust-row li::before { content: "❧"; position: absolute; left: 0; color: var(--leaf); }

.hero-visual { display: flex; justify-content: center; }
.hero-blob {
  width: 100%; max-width: 380px; aspect-ratio: 1; position: relative;
  background: linear-gradient(150deg, var(--leaf), var(--moss) 75%);
  border-radius: 58% 42% 55% 45% / 48% 55% 45% 52%;
  box-shadow: var(--shadow);
  animation: blob-drift 14s ease-in-out infinite alternate;
}
@keyframes blob-drift {
  from { border-radius: 58% 42% 55% 45% / 48% 55% 45% 52%; }
  to   { border-radius: 45% 55% 44% 56% / 55% 44% 56% 45%; }
}
.hero-blob img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; border-radius: inherit;
}
.blob-badge {
  position: absolute; bottom: 8%; left: -6%;
  background: var(--card); border: 1px solid var(--line); border-radius: 12px;
  padding: .7rem 1rem; font-size: .84rem; box-shadow: var(--shadow); max-width: 220px;
}
.blob-badge strong { color: var(--moss); }

/* ---------- Service rows ---------- */
.services { background: var(--oat-warm); }
.service-rows { max-width: var(--wrap); margin: 0 auto; display: grid; gap: .8rem; }
.service-row {
  display: grid; grid-template-columns: auto 1fr auto; gap: 1.6rem; align-items: center;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.3rem 1.7rem;
  transition: transform .18s ease, box-shadow .18s ease;
}
.service-row:hover { transform: translateX(6px); box-shadow: var(--shadow); }
.row-num { font-family: var(--font-display); font-weight: 700; color: var(--leaf); font-size: 1.1rem; }
.row-body p { font-size: .93rem; }
.row-price {
  font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em;
  color: var(--moss); background: var(--oat); border: 1px solid var(--line);
  padding: .45rem .9rem; border-radius: 999px; white-space: nowrap;
}

/* ---------- Rounds ---------- */
.rounds { background: var(--moss); color: #cdd8c8; }
.rounds-inner {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 3.5rem; align-items: center;
  max-width: var(--wrap); margin: 0 auto;
}
.rounds h2 { color: #fff; margin-bottom: 1rem; }
.rounds-copy > p { margin-bottom: 1.3rem; }
.rounds-list { list-style: none; display: grid; gap: .7rem; margin-bottom: 1.7rem; }
.rounds-list li { padding-left: 1.4rem; position: relative; font-size: .95rem; }
.rounds-list li::before { content: "❧"; position: absolute; left: 0; color: var(--terra); }
.rounds-list strong { color: #fff; }
.rounds-cards { display: grid; gap: 1rem; }
.round-card {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius); padding: 1.6rem 1.5rem;
}
.round-card-hi { background: var(--oat); border-color: var(--oat); color: var(--moss-soft); transform: rotate(1deg); }
.round-card-hi .round-name, .round-card-hi .round-price { color: var(--moss); }
.round-name { font-weight: 700; font-size: .85rem; text-transform: uppercase; letter-spacing: .1em; color: #fff; }
.round-price { font-family: var(--font-display); font-size: 2.2rem; font-weight: 700; color: #fff; margin: .3rem 0; }
.round-price span { font-size: 1rem; font-weight: 500; opacity: .75; }
.round-desc { font-size: .9rem; }

/* ---------- Gallery ---------- */
.gallery { padding-top: 0; }
.gallery-strip {
  max-width: var(--wrap); margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem;
}
.gallery-strip figure {
  position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
  aspect-ratio: 4/3;
}
.gallery-strip img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-strip figure:hover img { transform: scale(1.05); }
.gallery-strip figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 1.5rem 1rem .8rem; color: #fff; font-size: .82rem; font-weight: 700;
  background: linear-gradient(to top, rgba(34,55,31,.85), transparent);
}
.gallery-note { max-width: var(--wrap); margin: 1rem auto 0; font-size: .78rem; opacity: .55; font-style: italic; }
@media (max-width: 620px) { .gallery-strip { grid-template-columns: 1fr; } }

/* ---------- Reviews ---------- */
.reviews-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem;
  max-width: var(--wrap); margin: 0 auto;
}
.review-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.6rem 1.5rem; box-shadow: var(--shadow);
}
.review-card:nth-child(2) { transform: rotate(-.6deg); }
.review-stars { color: var(--terra); letter-spacing: .18em; margin-bottom: .8rem; font-size: .9rem; }
.review-card blockquote { font-size: 1rem; color: var(--moss); line-height: 1.5; margin-bottom: 1rem; }
.review-card figcaption { font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.reviews-note { max-width: var(--wrap); margin: 1.4rem auto 0; font-size: .78rem; opacity: .55; font-style: italic; }

/* ---------- Areas ---------- */
.areas { background: var(--oat-warm); }
.areas-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center;
  max-width: var(--wrap); margin: 0 auto;
}
.areas h2 { margin-bottom: .8rem; }
.areas-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: .6rem .8rem; }
.areas-list li {
  background: var(--card); border: 1px solid var(--line); border-radius: 999px;
  padding: .55rem 1.1rem .55rem 2.1rem; font-size: .92rem; font-weight: 500; color: var(--moss);
  position: relative;
}
.areas-list li::before { content: "❧"; position: absolute; left: .95rem; color: var(--leaf); }

/* ---------- Contact ---------- */
.contact { background: var(--moss); color: #cdd8c8; }
.contact-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: start;
  max-width: var(--wrap); margin: 0 auto;
}
.contact h2 { color: #fff; margin-bottom: .8rem; }
.contact-phone {
  display: inline-block; font-family: var(--font-display); font-size: 1.9rem; font-weight: 700;
  color: #fff; text-decoration: none; margin: 1.3rem 0 .4rem;
}
.contact-phone:hover { color: var(--terra); }
.contact-hours { font-size: .88rem; }
.contact-form {
  background: var(--card); border-radius: var(--radius); padding: 1.8rem;
  display: grid; gap: 1rem; box-shadow: var(--shadow);
}
.contact-form label { font-size: .85rem; font-weight: 700; color: var(--moss); display: grid; gap: .35rem; }
.optional { font-weight: 400; opacity: .6; }
.contact-form input, .contact-form select, .contact-form textarea {
  font: inherit; font-size: .95rem; color: var(--moss);
  padding: .7rem .9rem; border: 1.5px solid var(--line); border-radius: 10px; background: var(--oat);
  transition: border-color .15s;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  outline: none; border-color: var(--terra);
}
.form-note { font-size: .76rem; opacity: .75; }

/* ---------- Footer ---------- */
.site-footer { background: #22371f; color: #9fb197; padding: 3rem clamp(1.25rem, 5vw, 3rem) 1.5rem; font-size: .88rem; }
.footer-inner {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem;
  max-width: var(--wrap); margin: 0 auto 2.5rem;
}
.footer-logo { font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; color: #fff; margin-bottom: .6rem; }
.footer-head { font-weight: 700; color: #fff; margin-bottom: .5rem; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }
.site-footer a { color: #cfdcc9; text-decoration: none; }
.site-footer a:hover { color: var(--terra); }
.footer-legal { max-width: var(--wrap); margin: 0 auto; border-top: 1px solid rgba(255,255,255,.12); padding-top: 1.4rem; font-size: .78rem; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero, .rounds-inner, .areas-inner, .contact-inner { grid-template-columns: 1fr; gap: 2.2rem; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .site-nav { display: none; }
  .footer-inner { grid-template-columns: 1fr; }
  .hero-visual { order: -1; }
  .hero-blob { max-width: 300px; }
}
@media (max-width: 580px) {
  .reviews-grid { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: auto 1fr; }
  .row-price { grid-column: 2; justify-self: start; }
  body { font-size: 15.5px; }
  .btn-call { display: none; }
}
