:root {
  --ink: #122018;
  --muted: #59635c;
  --green-950: #0b1d12;
  --green-900: #102719;
  --green-800: #183c25;
  --green-600: #337b46;
  --green-100: #e9f1e9;
  --snow: #eef6fb;
  --yellow: #f5c63b;
  --yellow-deep: #d9a70e;
  --cream: #f8f6f0;
  --white: #fff;
  --line: #dce4dc;
  --shadow: 0 18px 50px rgba(16, 39, 25, .12);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; padding: .8rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
  padding: 1.15rem 0;
  color: white;
}
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; font-size: 1.1rem; letter-spacing: -.02em; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.header-cta { padding: .68rem 1rem; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; text-decoration: none; font-weight: 750; backdrop-filter: blur(10px); background: rgba(6,20,11,.25); }

.hero {
  position: relative;
  min-height: 780px;
  display: grid;
  align-items: center;
  color: white;
  background-image: url("assets/seasonal-yard-hero.webp");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,14,7,.89) 0%, rgba(4,18,9,.72) 36%, rgba(4,16,10,.2) 67%, rgba(3,12,20,.18) 100%), linear-gradient(0deg, rgba(3,14,7,.56), transparent 44%); }
.hero-content { position: relative; z-index: 1; width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; padding: 8rem 0 4rem; }
.hero-content > * { max-width: 650px; }
.eyebrow { margin: 0 0 .7rem; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 850; color: var(--yellow); }
.eyebrow.green { color: var(--green-600); }
.eyebrow.yellow { color: var(--yellow); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.25rem; font-size: clamp(3rem, 7vw, 6rem); line-height: .94; letter-spacing: -.065em; }
h1 span { color: var(--yellow); }
.hero-lede { font-size: clamp(1.05rem, 2vw, 1.3rem); color: rgba(255,255,255,.9); }
.intro-price { display: flex; align-items: center; gap: 1.4rem; width: fit-content; margin: 1.7rem 0; padding: 1rem 1.15rem; background: rgba(9,31,16,.76); border: 1px solid rgba(255,255,255,.2); border-radius: 18px; backdrop-filter: blur(14px); box-shadow: var(--shadow); }
.intro-price span { display: block; font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.intro-price strong { display: block; color: var(--yellow); font-size: 3rem; line-height: 1; letter-spacing: -.055em; }
.intro-price strong small { font-size: .95rem; letter-spacing: 0; text-transform: uppercase; }
.intro-price p { margin: 0; padding-left: 1.4rem; border-left: 1px solid rgba(255,255,255,.25); font-size: .85rem; color: rgba(255,255,255,.82); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 52px; padding: .85rem 1.15rem; border-radius: 12px; text-decoration: none; font-weight: 850; }
.button-primary { color: #172010; background: var(--yellow); box-shadow: 0 12px 30px rgba(0,0,0,.24); }
.button-primary:hover, .button-primary:focus-visible { background: #ffd95f; transform: translateY(-1px); }
.hero-note { margin: .75rem 0 0; font-size: .86rem; color: rgba(255,255,255,.76); }

.section { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; padding: 6rem 0; }
.section-heading { max-width: 720px; margin-bottom: 2.25rem; }
.section-heading.narrow { max-width: 640px; }
h2 { margin-bottom: .8rem; font-size: clamp(2rem, 5vw, 3.6rem); line-height: 1; letter-spacing: -.05em; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }

.quick-path { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; align-items: start; }
.steps { display: grid; gap: 1rem; margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; padding: 1.15rem; border: 1px solid var(--line); border-radius: 16px; background: white; }
.steps li > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--green-950); background: var(--yellow); font-weight: 900; }
.steps strong { font-size: 1.05rem; }
.steps p { margin: .2rem 0 0; color: var(--muted); }

.services { border-top: 1px solid var(--line); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.service-card { position: relative; overflow: hidden; min-height: 440px; padding: 2rem; border-radius: var(--radius); color: white; box-shadow: var(--shadow); }
.service-card::before { content: ""; position: absolute; inset: 0; opacity: .12; background: radial-gradient(circle at 85% 10%, white, transparent 40%); }
.service-card > * { position: relative; }
.lawn-card { background: linear-gradient(150deg, #367744, #102719); }
.snow-card { background: linear-gradient(150deg, #376985, #0d2636); }
.care-card { color: var(--ink); background: linear-gradient(150deg, #f1d06f, #f8f1d8); }
.service-season { margin-bottom: .35rem; text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 850; opacity: .72; }
.service-card h3 { font-size: 1.75rem; line-height: 1.1; letter-spacing: -.035em; }
.card-price { margin: 1.5rem 0 .9rem; }
.card-price strong { font-size: 3.2rem; line-height: 1; letter-spacing: -.06em; }
.card-price span { font-size: .85rem; opacity: .75; }
.service-card ul { margin: 1.6rem 0 0; padding: 0; list-style: none; }
.service-card li { padding: .55rem 0; border-top: 1px solid rgba(255,255,255,.2); }
.care-card li { border-color: rgba(18,32,24,.15); }

.bands { padding-top: 3rem; }
.band-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.band-card { overflow: hidden; padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.band-card h3 { margin-bottom: 1rem; font-size: 1.35rem; }
table { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
th, td { padding: .85rem .6rem; border-top: 1px solid var(--line); text-align: left; }
th { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; }
td:last-child, th:last-child { text-align: right; font-weight: 800; }
.tax-note { margin: 1rem 0 0; color: var(--muted); font-size: .85rem; }

.promise { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; width: min(calc(100% - 2rem), var(--max)); padding: 4rem; border-radius: 30px; color: white; background: var(--green-950); }
.promise > div > p:last-child { color: rgba(255,255,255,.78); font-size: 1.05rem; }
.exceptions { padding: 1.5rem; border-radius: 18px; background: rgba(255,255,255,.08); }
.exceptions h3 { margin-bottom: .8rem; }
.exceptions ul { margin: 0; padding-left: 1.2rem; color: rgba(255,255,255,.8); }
.exceptions li { margin: .45rem 0; }

.contact { display: grid; grid-template-columns: 1fr auto; gap: 4rem; align-items: center; }
.contact-copy { max-width: 670px; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.button-whatsapp { color: white; background: #167b3f; }
.button-whatsapp:hover, .button-whatsapp:focus-visible { background: #0f6934; }
.qr-card { display: grid; justify-items: center; gap: .7rem; padding: 1.1rem; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow); text-decoration: none; }
.qr-card img { width: 220px; height: 220px; }
.qr-card span { color: var(--muted); font-size: .78rem; font-weight: 750; }

.faq { padding-top: 2rem; }
.faq-list { display: grid; gap: .75rem; max-width: 820px; }
details { padding: 1.15rem 1.25rem; border: 1px solid var(--line); border-radius: 14px; background: white; }
summary { cursor: pointer; font-weight: 800; }
details p { margin: .8rem 0 0; color: var(--muted); }

footer { display: grid; grid-template-columns: 1fr auto; gap: 1.5rem; align-items: center; padding: 3rem max(1rem, calc((100% - var(--max)) / 2)); color: white; background: #0b150e; }
.footer-brand { display: flex; align-items: center; gap: .8rem; }
.footer-brand img { width: 46px; height: 46px; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand span, footer p, footer .legal { color: rgba(255,255,255,.62); font-size: .78rem; }
footer p { margin: 0; text-align: right; }
footer .legal { grid-column: 1 / -1; text-align: left; }
.mobile-bar { display: none; }

@media (max-width: 800px) {
  body { padding-bottom: 70px; }
  .site-header { padding-top: .8rem; }
  .brand { font-size: .95rem; }
  .brand img { width: 36px; height: 36px; }
  .header-cta { display: none; }
  .hero { min-height: 760px; background-position: 53% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(3,14,7,.91) 0%, rgba(3,14,7,.62) 55%, rgba(3,14,7,.28) 100%); }
  .hero-content { align-self: end; padding: 7rem 0 2.4rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .hero-lede { font-size: 1rem; }
  .intro-price { width: 100%; justify-content: space-between; }
  .intro-price strong { font-size: 2.7rem; }
  .button-primary { width: 100%; }
  .hero .button-primary { display: none; }
  .section { padding: 4.2rem 0; }
  .quick-path, .promise, .contact { grid-template-columns: 1fr; gap: 2rem; }
  .service-grid, .band-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .promise { width: calc(100% - 2rem); padding: 2rem; border-radius: 24px; }
  .qr-card { display: none; }
  footer { grid-template-columns: 1fr; padding-bottom: 3rem; }
  footer p, footer .legal { text-align: left; }
  .mobile-bar { position: fixed; z-index: 50; inset: auto .65rem .65rem; display: flex; align-items: center; justify-content: center; min-height: 52px; padding: .75rem 1rem; border-radius: 14px; color: white; background: #137c3d; box-shadow: 0 10px 30px rgba(0,0,0,.28); text-decoration: none; font-weight: 850; }
}

@media (max-width: 430px) {
  .hero { min-height: 720px; }
  .intro-price { gap: .8rem; padding: .9rem; }
  .intro-price p { padding-left: .8rem; font-size: .75rem; }
  .intro-price strong { font-size: 2.35rem; }
  th, td { padding: .75rem .35rem; font-size: .84rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
