/* Greenway Lawn Care — "A plan for the whole season."
   Structure advantage: the hero is a 12-month season-at-a-glance strip with today's month
   highlighted, because lawn care is a recurring relationship, not a one-off repair. Plans
   (no prices) + a property-size estimator turn that calendar into a same-day quote request.
   Light, warm, neighborhood-premium. Lora display + Nunito Sans body. */

.cs-body[data-trade="lawn"] {
  --cs-font: "Nunito Sans", "Inter", system-ui, sans-serif;
  --cs-font-display: "Lora", Georgia, "Times New Roman", serif;
  --cs-brand: #2f6b3a;
  --cs-brand-dark: #1f4a28;
  --cs-brand-soft: rgba(47, 107, 58, 0.12);
  --cs-accent-2: #8b5e34; /* soil */
  --cs-r: 10px;
  --cs-r-lg: 16px;
}
.cs-body[data-trade="lawn"][data-scheme="light"] {
  --cs-bg: #f7f4ec;
  --cs-bg-2: #efeadd;
  --cs-surface: #fffdf8;
  --cs-surface-2: #f3efe4;
  --cs-ink: #1d211b;
  --cs-ink-2: #454b42;
  --cs-muted: #676d63;
  --cs-line: rgba(29, 33, 27, 0.10);
  --cs-line-strong: rgba(29, 33, 27, 0.24);
}
.cs-body[data-trade="lawn"][data-scheme="dark"] {
  --cs-bg: #0f140f;
  --cs-bg-2: #141a14;
  --cs-surface: #171e17;
  --cs-surface-2: #1d251d;
  --cs-brand: #6fbf7c;
  --cs-brand-dark: #4f9d5c;
  --cs-brand-ink: #0b160d;
  --cs-brand-soft: rgba(111, 191, 124, 0.14);
  --cs-accent-2: #c79a6a;
}

/* Display type tuning: Lora wants a touch less negative tracking than a grotesk */
.cs-body[data-trade="lawn"] h1, .cs-body[data-trade="lawn"] h2, .cs-body[data-trade="lawn"] h3 { letter-spacing: -0.008em; font-weight: 600; }
.cs-body[data-trade="lawn"] .cs-h1 { letter-spacing: -0.015em; line-height: 1.06; }
.cs-body[data-trade="lawn"] .cs-h1 em { font-style: italic; font-weight: 500; color: var(--cs-brand); }
.cs-body[data-trade="lawn"] .cs-step::before { font-weight: 500; }

/* ---------- Hero: headline + season strip ---------- */
.gw-hero { padding: clamp(40px, 5vw, 76px) 0 clamp(36px, 4vw, 60px); position: relative; overflow: hidden; }
.gw-hero::before { content: ""; position: absolute; inset: -30% -10% auto -10%; height: 80%; background: radial-gradient(55% 55% at 20% 30%, var(--cs-brand-soft), transparent 70%); pointer-events: none; }
.gw-hero-top { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr); gap: clamp(24px, 4vw, 56px); align-items: end; position: relative; margin-bottom: clamp(28px, 3.5vw, 48px); }
.gw-hero .cs-h1 { max-width: 13ch; margin: 0 0 18px; }
.gw-hero .cs-lead { margin-bottom: 26px; }
.gw-hero .cs-trust { margin-top: 22px; }
.gw-hero-side { display: grid; gap: 12px; padding: 18px 20px; border-left: 3px solid var(--cs-brand); background: color-mix(in srgb, var(--cs-surface) 70%, transparent); border-radius: 0 var(--cs-r) var(--cs-r) 0; }
.gw-hero-side strong { font-family: var(--cs-font-display); font-weight: 500; font-size: 1.1rem; line-height: 1.3; }
.gw-hero-side p { color: var(--cs-ink-2); font-size: 0.95rem; }
.gw-hero-side ul { list-style: none; display: grid; gap: 6px; color: var(--cs-ink-2); font-size: 0.92rem; }
.gw-hero-side li { display: flex; gap: 9px; align-items: flex-start; }
.gw-hero-side li svg { width: 15px; height: 15px; flex: none; margin-top: 4px; color: var(--cs-brand); stroke-width: 2; }

/* Season strip */
.gw-season { position: relative; }
.gw-season-head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; flex-wrap: wrap; margin-bottom: 12px; }
.gw-season-head strong { font-size: 14px; }
.gw-season-legend { display: inline-flex; gap: 16px; font-size: 12.5px; color: var(--cs-muted); }
.gw-season-legend span { display: inline-flex; align-items: center; gap: 6px; }
.gw-season-legend i { width: 14px; height: 4px; border-radius: 2px; background: var(--cs-brand); display: inline-block; }
.gw-season-legend i.is-off { background: var(--cs-line-strong); }
.gw-months { list-style: none; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 6px; }
.gw-m { position: relative; display: grid; gap: 6px; align-content: start; padding: 12px 10px 12px; min-height: 96px; border-radius: var(--cs-r); background: var(--cs-surface); border: 1px solid var(--cs-line); font-size: 12.5px; line-height: 1.3; transition: transform 0.3s var(--cs-ease), box-shadow 0.3s var(--cs-ease); }
.gw-m::before { content: ""; display: block; height: 4px; border-radius: 2px; background: var(--cs-brand); margin-bottom: 2px; }
.gw-m abbr { text-decoration: none; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--cs-ink-2); }
.gw-m span { font-weight: 600; color: var(--cs-ink); }
.gw-m small { display: block; font-size: 11.5px; color: var(--cs-muted); font-weight: 500; }
.gw-m--off { background: transparent; border-style: dashed; }
.gw-m--off::before { background: var(--cs-line-strong); }
.gw-m--off span { color: var(--cs-muted); font-weight: 500; }
.gw-m.is-now { background: var(--cs-brand-soft); border-color: var(--cs-brand); box-shadow: 0 0 0 3px var(--cs-brand-soft); }
.gw-m.is-now::before { background: var(--cs-brand-dark); }
.gw-m.is-now abbr { color: var(--cs-brand-dark); }
.gw-m .gw-now { position: absolute; top: -10px; right: 8px; font-size: 10.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; background: var(--cs-brand); color: var(--cs-brand-ink); padding: 3px 7px; border-radius: 999px; line-height: 1; }
.cs-body[data-scheme="dark"] .gw-m.is-now abbr { color: var(--cs-brand); }
.gw-season-note { margin-top: 14px; font-size: 0.95rem; color: var(--cs-ink-2); display: flex; gap: 10px; align-items: flex-start; }
.gw-season-note svg { width: 18px; height: 18px; flex: none; color: var(--cs-brand); margin-top: 2px; stroke-width: 1.5; }
.gw-season-note strong { color: var(--cs-ink); }

/* Under the strip: a thin grass edge for warmth (CSS-drawn, decorative) */
.gw-grass-edge { height: 18px; margin-top: 22px; color: var(--cs-brand); opacity: 0.55; }
.gw-grass-edge svg { width: 100%; height: 100%; }

/* ---------- Plans ---------- */
.gw-plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.gw-plan { display: grid; gap: 16px; align-content: start; position: relative; }
.gw-plan-head { display: grid; gap: 6px; }
.gw-plan-head .cs-eyebrow { margin: 0; }
.gw-plan h3 { font-size: 1.45rem; }
.gw-plan-head p { color: var(--cs-ink-2); font-size: 0.95rem; }
.gw-plan-when { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--cs-ink-2); padding: 8px 0; border-top: 1px solid var(--cs-line); border-bottom: 1px solid var(--cs-line); }
.gw-plan-when svg { width: 15px; height: 15px; color: var(--cs-brand); stroke-width: 1.8; }
.gw-plan ul { list-style: none; display: grid; gap: 8px; font-size: 0.95rem; color: var(--cs-ink-2); }
.gw-plan li { display: flex; gap: 10px; align-items: flex-start; }
.gw-plan li svg { width: 16px; height: 16px; flex: none; margin-top: 3px; color: var(--cs-brand); stroke-width: 2; }
.gw-plan li.gw-inherit { color: var(--cs-muted); font-style: italic; }
.gw-plan li.gw-inherit svg { color: var(--cs-muted); }
.gw-plan-foot { margin-top: auto; display: grid; gap: 8px; padding-top: 6px; }
.gw-plan-foot .cs-small { color: var(--cs-muted); }
.gw-plan--featured { border-color: var(--cs-brand); box-shadow: var(--cs-shadow-lg); }
.gw-plan--featured::before { content: "Most chosen"; position: absolute; top: -12px; left: 22px; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; background: var(--cs-brand); color: var(--cs-brand-ink); padding: 5px 10px; border-radius: 999px; line-height: 1; }
.gw-quote-note { display: flex; gap: 12px; align-items: center; justify-content: center; flex-wrap: wrap; margin-top: 22px; font-size: 0.95rem; color: var(--cs-ink-2); text-align: center; }
.gw-quote-note .cs-pill { font-size: 12.5px; }

/* ---------- Estimator ---------- */
.gw-est { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 0.85fr); gap: clamp(20px, 3vw, 40px); align-items: start; }
.gw-choice { border: 0; padding: 0; margin: 0 0 22px; min-width: 0; }
.gw-choice legend { font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--cs-ink-2); margin-bottom: 10px; padding: 0; }
.gw-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.gw-chip { position: relative; display: inline-flex; }
.gw-chip input { position: absolute; opacity: 0; width: 1px; height: 1px; margin: 0; pointer-events: none; }
.gw-chip span { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 999px; border: 1px solid var(--cs-line-strong); background: var(--cs-surface); color: var(--cs-ink); font-weight: 600; font-size: 14.5px; cursor: pointer; transition: background-color 0.2s, border-color 0.2s, color 0.2s; user-select: none; }
.gw-chip span::before { content: ""; width: 14px; height: 14px; border-radius: 50%; border: 1.5px solid var(--cs-line-strong); background: transparent; flex: none; transition: background-color 0.2s, border-color 0.2s; }
.gw-chip input[type="checkbox"] + span::before { border-radius: 4px; }
.gw-chip:hover span { border-color: var(--cs-ink); }
.gw-chip input:checked + span { background: var(--cs-brand); border-color: var(--cs-brand); color: var(--cs-brand-ink); }
.gw-chip input:checked + span::before { background: var(--cs-brand-ink); border-color: var(--cs-brand-ink); }
.gw-chip input:focus-visible + span { outline: 2px solid var(--cs-brand); outline-offset: 2px; }
.gw-est-out { position: sticky; top: 90px; border-radius: var(--cs-r-lg); background: var(--cs-surface); border: 1px solid var(--cs-line); box-shadow: var(--cs-shadow); padding: clamp(20px, 2.5vw, 28px); display: grid; gap: 14px; }
.gw-est-out .cs-eyebrow { margin: 0; }
.gw-est-plan { font-family: var(--cs-font-display); font-weight: 600; font-size: 1.5rem; line-height: 1.2; }
.gw-est-line { color: var(--cs-ink-2); font-size: 1rem; min-height: 3.2em; }
.gw-est-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.gw-est-out .cs-form-note { margin-top: -4px; }

/* ---------- Visit: 4-step strip + gate card ---------- */
.gw-visit { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr); gap: clamp(20px, 3vw, 40px); align-items: start; }
.gw-steps { counter-reset: step; list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border: 1px solid var(--cs-line); border-radius: var(--cs-r-lg); overflow: hidden; background: var(--cs-surface); }
.gw-steps li { counter-increment: step; padding: clamp(18px, 2vw, 24px); display: grid; gap: 10px; align-content: start; position: relative; }
.gw-steps li + li { border-left: 1px solid var(--cs-line); }
.gw-steps li::before { content: counter(step, decimal-leading-zero); font-family: var(--cs-font-display); font-weight: 500; font-size: 0.95rem; color: var(--cs-brand); }
.gw-steps .cs-icon { width: 38px; height: 38px; }
.gw-steps h3 { font-size: 1.15rem; }
.gw-steps p { color: var(--cs-ink-2); font-size: 0.92rem; }
.gw-gate { background: var(--cs-ink); color: var(--cs-bg); border-radius: var(--cs-r-lg); padding: clamp(22px, 3vw, 30px); display: grid; gap: 14px; }
.cs-body[data-scheme="dark"] .gw-gate { background: var(--cs-surface-2); color: var(--cs-ink); border: 1px solid var(--cs-line); }
.gw-gate .cs-eyebrow { color: color-mix(in srgb, var(--cs-brand) 60%, currentColor); margin: 0; }
.gw-gate h3 { font-size: 1.4rem; }
.gw-gate p { opacity: 0.82; font-size: 0.95rem; }
.gw-gate-photo { display: grid; grid-template-columns: 56px 1fr; gap: 12px; align-items: center; padding: 12px; border-radius: var(--cs-r); background: color-mix(in srgb, currentColor 8%, transparent); border: 1px solid color-mix(in srgb, currentColor 16%, transparent); font-size: 13.5px; }
.gw-gate-photo svg { width: 56px; height: 56px; stroke-width: 1.5; }
.gw-gate-photo strong { display: block; }
.gw-gate-photo span { opacity: 0.8; }

/* ---------- Lawn health calendar ---------- */
.gw-cal { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.gw-cal-col { display: grid; gap: 14px; align-content: start; }
.gw-cal-col header { display: grid; gap: 4px; padding-bottom: 12px; border-bottom: 2px solid var(--cs-brand); }
.gw-cal-col header .cs-eyebrow { margin: 0; }
.gw-cal-col h3 { font-size: 1.35rem; }
.gw-cal-col header p { color: var(--cs-muted); font-size: 0.9rem; font-weight: 600; }
.gw-cal-item { display: grid; gap: 4px; padding: 12px 0; border-bottom: 1px solid var(--cs-line); }
.gw-cal-item:last-child { border-bottom: 0; }
.gw-cal-item strong { font-size: 1rem; display: flex; justify-content: space-between; gap: 10px; align-items: baseline; }
.gw-cal-item strong .cs-pill { font-size: 11px; padding: 3px 8px; }
.gw-cal-item p { color: var(--cs-ink-2); font-size: 0.93rem; }
.gw-cal-honest { margin-top: 22px; padding: 18px 22px; border-radius: var(--cs-r-lg); background: var(--cs-surface); border: 1px solid var(--cs-line); border-left: 4px solid var(--cs-accent-2); color: var(--cs-ink-2); font-size: 0.97rem; display: flex; gap: 14px; align-items: flex-start; }
.gw-cal-honest svg { width: 20px; height: 20px; flex: none; color: var(--cs-accent-2); margin-top: 2px; stroke-width: 1.5; }
.gw-cal-honest strong { color: var(--cs-ink); }

/* ---------- One-time services + illustration ---------- */
.gw-extras { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: clamp(24px, 3vw, 48px); align-items: center; }
.gw-svc { list-style: none; display: grid; border-top: 1px solid var(--cs-line); }
.gw-svc li { display: grid; grid-template-columns: 1fr auto; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--cs-line); align-items: baseline; }
.gw-svc strong { display: block; font-size: 1.02rem; }
.gw-svc span.cs-muted { font-size: 0.9rem; }
.gw-ill { aspect-ratio: 4 / 3; }
.gw-ill .gw-sky { fill: var(--cs-surface-2); }
.gw-ill .gw-sun { fill: var(--cs-brand); opacity: 0.14; }
.gw-ill .gw-lawn-a { fill: var(--cs-brand); opacity: 0.22; }
.gw-ill .gw-lawn-b { fill: var(--cs-brand); opacity: 0.36; }
.gw-ill .gw-hedge { fill: var(--cs-brand-dark); }
.gw-ill .gw-hedge-hi { fill: var(--cs-brand); opacity: 0.7; }
.gw-ill .gw-fence { stroke: var(--cs-accent-2); stroke-width: 6; stroke-linecap: round; opacity: 0.55; }
.gw-ill .gw-soil { fill: var(--cs-accent-2); opacity: 0.55; }
.gw-ill .gw-shrub { fill: var(--cs-brand); opacity: 0.85; }
.gw-ill .gw-blade { stroke: var(--cs-brand-dark); stroke-width: 3.5; stroke-linecap: round; fill: none; }
.gw-ill .gw-blade-lite { stroke: var(--cs-brand); stroke-width: 3; stroke-linecap: round; fill: none; opacity: 0.8; }
.gw-ill .gw-walk { fill: var(--cs-ink); opacity: 0.08; }

/* ---------- Service area ---------- */
.gw-area { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 3vw, 48px); align-items: center; }
.gw-map { aspect-ratio: 16 / 10; }
.gw-map svg text { font-family: var(--cs-font); font-size: 11.5px; font-weight: 700; fill: var(--cs-ink-2); }
.gw-map .gw-road { stroke: var(--cs-ink); stroke-opacity: 0.16; fill: none; stroke-linecap: round; }
.gw-map .gw-road--loop { stroke-width: 5; }
.gw-map .gw-road--hwy { stroke-width: 3.5; }
.gw-map .gw-road-label { font-size: 9.5px; fill: var(--cs-muted); font-weight: 600; letter-spacing: 0.04em; }
.gw-map .gw-zone { fill: var(--cs-brand-soft); stroke: var(--cs-brand); stroke-width: 1.5; stroke-dasharray: 5 4; }
.gw-map .gw-town { fill: var(--cs-brand); }
.gw-map .gw-town--home { fill: var(--cs-brand-dark); }
.gw-map .gw-home-ring { fill: none; stroke: var(--cs-brand); stroke-width: 1.5; opacity: 0.6; }
.gw-towns { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }

/* ---------- Request ---------- */
.gw-request { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: clamp(24px, 3vw, 48px); align-items: start; }
.gw-request .cs-card { box-shadow: var(--cs-shadow); }
.gw-request-side { display: grid; gap: 18px; position: sticky; top: 90px; }
.gw-request-side .cs-h2 { margin-bottom: 6px; }
.gw-request-side ol { list-style: none; display: grid; gap: 10px; color: var(--cs-ink-2); font-size: 0.95rem; counter-reset: r; }
.gw-request-side ol li { display: flex; gap: 12px; counter-increment: r; }
.gw-request-side ol li::before { content: counter(r); width: 22px; height: 22px; border-radius: 50%; background: var(--cs-brand-soft); color: var(--cs-brand-dark); font-size: 12px; font-weight: 700; display: grid; place-items: center; flex: none; }
.cs-body[data-scheme="dark"] .gw-request-side ol li::before { color: var(--cs-brand); }
.gw-request .cs-form textarea { min-height: 80px; }

/* ---------- Responsive ---------- */
@media (max-width: 1040px) {
  .gw-m { padding: 10px 8px; font-size: 12px; }
}
@media (max-width: 960px) {
  /* headline → season strip → "how a plan works" aside, so the strip stays near the top */
  .gw-hero .cs-wrap { display: grid; gap: 28px; }
  .gw-hero-top { display: contents; }
  .gw-hero-side { order: 3; }
  .gw-hero .cs-trust { margin-bottom: 4px; }
  .gw-est, .gw-visit, .gw-extras, .gw-area, .gw-request { grid-template-columns: 1fr; }
  .gw-est-out, .gw-request-side { position: static; }
  .gw-plans { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .gw-plan--featured { order: -1; }
  .gw-steps { grid-template-columns: 1fr 1fr; }
  .gw-steps li:nth-child(3) { border-left: 0; }
  .gw-steps li:nth-child(n + 3) { border-top: 1px solid var(--cs-line); }
  .gw-cal { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .gw-months { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
  .gw-m { min-height: 84px; font-size: 12.5px; }
  .gw-m .gw-now { top: -9px; right: 6px; }
}
@media (max-width: 480px) {
  .gw-months { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gw-steps { grid-template-columns: 1fr; }
  .gw-steps li + li { border-left: 0; border-top: 1px solid var(--cs-line); }
  .gw-svc li { grid-template-columns: 1fr; gap: 6px; }
}

/* ---------- Demo-kit layout knobs (poster centers the hero; keep the strip readable) ---------- */
/* graphic layout: band sections turn brand-colored, so band components inherit the on-brand ink */
html[data-layout="graphic"] .cs-body .cs-section--band :is(.gw-plan ul, .gw-plan li svg, .gw-plan li.gw-inherit, .gw-plan li.gw-inherit svg, .gw-plan-head p, .gw-plan-when, .gw-plan-when svg, .gw-plan-foot .cs-small, .gw-plan .cs-eyebrow, .gw-quote-note, .gw-steps p, .gw-svc span.cs-muted, .cs-faq-body, .gw-gate p, .gw-gate .cs-eyebrow) { color: inherit; opacity: 0.9; }
html[data-layout="graphic"] .cs-body .cs-section--band .gw-plan li svg { opacity: 1; }
html[data-layout="graphic"] .cs-body .cs-section--band :is(.gw-plan-when, .gw-svc, .gw-svc li, .gw-steps, .gw-steps li, .cs-faq details) { border-color: color-mix(in srgb, var(--cs-brand-ink) 28%, transparent); }
html[data-layout="graphic"] .cs-body .cs-section--band :is(.gw-steps, .gw-gate) { background: color-mix(in srgb, var(--cs-brand-ink) 10%, transparent); color: inherit; border: 1px solid color-mix(in srgb, var(--cs-brand-ink) 22%, transparent); }
html[data-layout="graphic"] .cs-body .cs-section--band .gw-gate-photo { background: color-mix(in srgb, var(--cs-brand-ink) 10%, transparent); border-color: color-mix(in srgb, var(--cs-brand-ink) 24%, transparent); }
html[data-layout="graphic"] .cs-body .cs-section--band .gw-plan--featured { border-color: var(--cs-brand-ink); box-shadow: none; }
html[data-layout="graphic"] .cs-body .cs-section--band .gw-plan--featured::before { background: var(--cs-brand-ink); color: var(--cs-brand); }
html[data-layout="graphic"] .cs-body .cs-section--band :is(.gw-plan .cs-btn--ghost, .gw-gate .cs-btn--ghost) { color: inherit; border-color: color-mix(in srgb, var(--cs-brand-ink) 40%, transparent); }
html[data-layout="graphic"] .cs-body .cs-section--band .gw-plan .cs-btn--primary { background: var(--cs-brand-ink); color: var(--cs-brand); border-color: var(--cs-brand-ink); }
html[data-layout="graphic"] .cs-body .cs-section--band .cs-pill { background: color-mix(in srgb, var(--cs-brand-ink) 14%, transparent); color: inherit; border-color: color-mix(in srgb, var(--cs-brand-ink) 24%, transparent); }
html[data-layout="graphic"] .cs-body .cs-section--band .gw-steps li::before, html[data-layout="graphic"] .cs-body .cs-section--band .cs-faq summary::after { color: inherit; opacity: 0.8; }
