/* =========================================================================
   Indy Artificial Turf — Landing page styles
   Design adoption from Claude Design "Landing Page.html"
   Palette: warm cream / deep turf green / conversion orange
   Typography: Archivo (display) + Manrope (body)
   ========================================================================= */

:root {
  --bg:#f6f3ec;
  --bg-2:#efeadf;
  --ink:#161a14;
  --ink-2:#3a4036;
  --muted:#6b7163;
  --line:#dfd9cb;
  --turf:#1f4a2e;
  --turf-2:#2c6b41;
  --turf-soft:#e6efe1;
  --cta:#e85a1a;
  --cta-ink:#fff;
  --gold:#caa24a;
  --radius:14px;
  --shadow:0 1px 0 rgba(22,26,20,.04), 0 8px 24px -10px rgba(22,26,20,.18);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Manrope", system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
  font-size: 16px;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: "Archivo", system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--ink);
  text-wrap: balance;
}
h1 { font-size: clamp(34px, 8.4vw, 44px); }
h2 { font-size: clamp(28px, 6.6vw, 34px); }
h3 { font-size: 18px; letter-spacing: -0.01em; }
p  { color: var(--ink-2); text-wrap: pretty; }
a  { color: inherit; }
img, picture { max-width: 100%; display: block; }
button { font-family: inherit; border: 0; cursor: pointer; }

/* ---------- Container / wrap ---------- */
.container, .wrap {
  width: min(520px, 100% - 36px);
  margin: 0 auto;
}
@media (min-width: 720px) {
  .container, .wrap { width: min(760px, 100% - 56px); }
  h1 { font-size: 60px; }
  h2 { font-size: 42px; }
}

/* ---------- Top utility bar ---------- */
.top-bar {
  background: var(--ink);
  color: rgba(255,255,255,0.88);
  font-size: 12.5px;
  letter-spacing: 0.02em;
}
.top-bar__inner {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.top-bar a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 680px) {
  .top-bar__inner {
    justify-content: center;
    text-align: center;
  }

  .top-bar span {
    display: none;
  }
}

/* ---------- Sticky header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246,243,236,0.92);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.header__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
  height: 60px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "Archivo", sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 18px;
  text-decoration: none;
}
.brand-mark, .brand__mark {
  width: 32px; height: 32px;
  border-radius: 8px;
  background: var(--turf);
  display: grid; place-items: center;
  color: #fff; font-size: 14px; font-weight: 900;
  box-shadow: inset 0 -6px 0 rgba(0,0,0,0.18);
}
.brand strong, .brand b {
  display: block; line-height: 1.05; color: var(--ink);
  font-size: 16px;
}
.brand small {
  display: block; line-height: 1; color: var(--muted);
  font-family: "Manrope", sans-serif;
  font-weight: 500; font-size: 11px;
  letter-spacing: 0.04em; text-transform: uppercase;
}
.brand__logo { display: inline-flex; align-items: center; width: 178px; }
.brand__logo picture, .brand__logo img { width: 100%; height: auto; max-height: 58px; object-fit: contain; }

.call-pill {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 13px;
  border-radius: 999px;
  background: var(--turf);
  color: #fff;
  font-weight: 700; font-size: 14px;
  text-decoration: none;
  box-shadow: var(--shadow);
}
.call-pill svg { width: 14px; height: 14px; }

.site-nav { display: none; }
.mobile-toggle { display: none; }

/* ---------- Hero (green card pattern) ---------- */
.hero {
  position: relative;
  padding: 18px 0 24px;
  overflow: hidden;
  background: transparent;
  color: var(--ink);
  min-height: 0;
}
.hero-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: var(--turf);
  color: #fff;
  box-shadow: 0 30px 60px -30px rgba(22,26,20,0.45);
  isolation: isolate;
}
.hero-art {
  height: 230px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(120% 80% at 80% 0%, rgba(255,255,255,0.18), transparent 50%),
    repeating-linear-gradient(92deg, #1f4a2e 0 6px, #214f31 6px 12px),
    linear-gradient(180deg, #2a623a, #16361f);
}
.hero-art--photo { background: var(--turf); }
.hero-art picture, .hero-art img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.hero-art::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(8,24,18,0.0) 25%, rgba(8,24,18,0.55) 100%);
}
.hero-tag {
  position: absolute; top: 14px; left: 14px;
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.13);
  border: 1px solid rgba(255,255,255,0.22);
  backdrop-filter: blur(6px);
  color: #fff; font-size: 12px; font-weight: 600;
  padding: 6px 10px; border-radius: 999px;
  letter-spacing: 0.02em;
  z-index: 2;
}
.hero-tag .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #7ce29a;
  box-shadow: 0 0 0 4px rgba(124,226,154,0.18);
}
.ribbon {
  position: absolute; left: -6px; top: 64px;
  background: var(--cta); color: #fff; font-weight: 800;
  font-family: "Archivo"; font-size: 13px; letter-spacing: 0.02em;
  padding: 7px 12px 7px 14px;
  transform: rotate(-3deg);
  box-shadow: 0 6px 14px -6px rgba(232,90,26,0.7);
  z-index: 2;
}
.ribbon::after {
  content: ""; position: absolute; left: 0; bottom: -6px;
  border: 6px solid transparent; border-top-color: #a83e0d; border-right: 0;
}
.hero-body { padding: 22px 20px 24px; }
.hero-body h1 {
  color: #fff;
  font-size: clamp(32px, 8.8vw, 42px);
}
.hero-body h1 em {
  font-style: normal; color: #bce6c8; display: inline-block;
}
.hero-sub {
  color: rgba(255,255,255,0.84);
  margin-top: 10px;
  font-size: 15px;
}
.hero-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 8px; margin-top: 18px;
}
.hero-stats .s {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 10px 8px; border-radius: 12px; text-align: center;
}
.hero-stats .n {
  font-family: "Archivo"; font-weight: 800; font-size: 18px;
  color: #fff; line-height: 1;
}
.hero-stats .l {
  font-size: 10.5px; color: rgba(255,255,255,0.7);
  margin-top: 4px; letter-spacing: 0.04em; text-transform: uppercase;
}

/* ---------- CTAs ---------- */
.cta-stack { display: grid; gap: 10px; margin-top: 18px; }
.btn {
  display: flex; align-items: center; justify-content: center;
  gap: 10px;
  height: 54px;
  border-radius: 14px;
  font-weight: 800;
  font-family: "Archivo";
  letter-spacing: 0.01em;
  font-size: 16px;
  text-decoration: none;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
  border: 0;
}
.btn-primary {
  background: var(--cta);
  color: var(--cta-ink);
  box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 10px 24px -10px rgba(232,90,26,0.7);
}
.btn-primary:active { transform: translateY(1px); }
.btn-ghost {
  background: rgba(255,255,255,0.08);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.22);
}
.btn-dark { background: var(--ink); color: #fff; }
.btn-secondary {
  background: var(--turf); color: #fff;
  margin-top: 8px;
}
.btn svg { width: 18px; height: 18px; }

.trust {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 10px 14px;
  margin-top: 14px;
  color: rgba(255,255,255,0.78);
  font-size: 12px;
}
.trust .b { display: inline-flex; align-items: center; gap: 6px; }
.stars { color: #f6c863; letter-spacing: 1px; font-size: 13px; }

.hero__proof, .hero__actions { display: none; }

/* ---------- Sections ---------- */
section { padding: 42px 0; }
.section-compact { padding: 30px 0; }
.eyebrow {
  display: inline-block;
  font-family: "Manrope";
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--turf-2);
  background: var(--turf-soft);
  padding: 5px 10px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.section-lede {
  margin-top: 10px;
  font-size: 15.5px;
  max-width: 54ch;
}
.section-heading { max-width: 740px; margin-bottom: 18px; }
.section-heading h2 { margin-bottom: 10px; }

/* ---------- Trust strip ---------- */
.strip, .trust-strip {
  background: var(--ink);
  color: #dcd6c5;
  padding: 14px 0;
}
.strip-row, .trust-grid {
  display: flex; align-items: center; gap: 18px;
  overflow-x: auto;
  scrollbar-width: none;
  font-family: "Archivo";
  font-weight: 600; font-size: 12px;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.strip-row::-webkit-scrollbar, .trust-grid::-webkit-scrollbar { display: none; }
.strip-row span, .trust-grid span {
  white-space: nowrap;
  display: inline-flex; align-items: center; gap: 8px;
  color: #bdb6a3;
}
.strip-row span::before, .trust-grid span::before {
  content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--gold);
}

.trust-strip .trust-grid > div {
  white-space: nowrap;
  display: inline-flex; align-items: center; gap: 8px;
  color: #bdb6a3;
  font-family: "Archivo";
  font-weight: 600; font-size: 12px;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.trust-strip .trust-grid > div::before {
  content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--gold);
}
.trust-strip .trust-grid > div strong { display: inline; font-weight: 700; }
.trust-strip .trust-grid > div span { display: none; }

/* ---------- Why grid ---------- */
.why-grid, .feature-grid {
  display: grid; gap: 10px; margin-top: 18px;
}
.why, .feature-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
  display: flex; gap: 14px; align-items: flex-start;
  min-height: 0;
}
.why-ic {
  flex: 0 0 42px; width: 42px; height: 42px;
  border-radius: 12px;
  background: var(--turf-soft);
  color: var(--turf);
  display: grid; place-items: center;
}
.why-ic svg { width: 22px; height: 22px; }
.why h3, .feature-card h3 {
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 17px;
}
.why p, .feature-card p { font-size: 14px; color: var(--ink-2); }
@media (min-width: 720px) {
  .why-grid, .feature-grid { grid-template-columns: 1fr 1fr; }
}

/* ---------- Services / cards ---------- */
.svc-grid, .home-services {
  display: grid; gap: 12px;
  margin-top: 18px;
}
.svc, .service-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  display: flex; flex-direction: column;
}
.svc-art, .service-card__art {
  height: 160px;
  position: relative;
  background: repeating-linear-gradient(135deg, #e6efe1 0 8px, #dde7d6 8px 16px);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.svc-art.pet { background: repeating-linear-gradient(135deg, #f1ebd9 0 8px, #ebe3cc 8px 16px); }
.svc-art.putt { background: repeating-linear-gradient(135deg, #d6e7df 0 8px, #c8ddd2 8px 16px); }
.svc-art.play { background: repeating-linear-gradient(135deg, #f1dccb 0 8px, #ead0bb 8px 16px); }
.svc-art picture, .svc-art img,
.service-card picture, .service-card img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.service-card picture, .service-card img {
  display: block;
  height: 180px;
}
.svc-body, .service-card__body { padding: 14px 14px 16px; }
.svc h3, .service-card h3 {
  font-size: 17px; color: var(--ink); margin-bottom: 4px;
}
.svc p, .service-card p { font-size: 13.5px; color: var(--ink-2); margin-top: 4px; }
.svc-meta {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 10px;
  font-size: 12px; color: var(--muted);
}
.price-tag {
  font-family: "Archivo"; font-weight: 800;
  color: var(--ink); font-size: 14px;
}
@media (min-width: 720px) {
  .svc-grid, .home-services { grid-template-columns: 1fr 1fr; }
}

/* ---------- Process / steps ---------- */
.steps, .process-grid {
  display: grid; gap: 10px;
  margin-top: 18px;
  counter-reset: step;
}
.step, .process-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 14px 14px 56px;
  position: relative;
}
.step::before, .process-grid article > span {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  position: absolute; left: 14px; top: 14px;
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--ink); color: #fff;
  display: grid; place-items: center;
  font-family: "Archivo"; font-weight: 800;
  font-size: 12px; letter-spacing: 0.04em;
}
.process-grid article > span { content: counter(step, decimal-leading-zero); }
.step h3, .process-grid h3 {
  font-size: 16px; color: var(--ink); margin-bottom: 2px;
}
.step p, .process-grid p { font-size: 13.5px; color: var(--ink-2); margin-top: 2px; }
.process-section { padding: 42px 0; }

/* ---------- Reviews (horizontal scroll, NO snap) ---------- */
.reviews-block {
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 42px 0;
}
.reviews-summary {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 1px 2px rgba(60,64,67,0.08);
  margin-bottom: 20px;
}
.reviews-summary__brand { display: flex; align-items: center; gap: 14px; }
.reviews-summary__brand .g-logo { width: 34px; height: 34px; flex-shrink: 0; }
.reviews-summary__heading { display: flex; flex-direction: column; gap: 4px; }
.reviews-summary__label {
  font-family: "Archivo";
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: #5f6368; font-weight: 700;
}
.reviews-summary__rating-row {
  display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
}
.reviews-summary__rating-row strong {
  font-size: 1.4rem; color: #202124; line-height: 1; font-weight: 700;
  font-family: "Archivo";
}
.g-star-row { display: inline-flex; align-items: center; gap: 1px; }
.g-star { width: 17px; height: 17px; display: block; }
.reviews-summary__count { color: #5f6368; font-size: 0.9rem; }
.reviews-summary__link {
  display: inline-flex; align-items: center; gap: 6px;
  color: #1a73e8; font-weight: 700; text-decoration: none;
  font-size: 13px; padding: 8px 14px;
  border: 1px solid #dadce0; border-radius: 999px;
  background: #fff;
  transition: background 0.15s ease;
}
.reviews-summary__link:hover { background: #f1f6fe; }

/* Horizontal scroll row — NO snap, smooth free scroll */
.review-grid {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-behavior: smooth;
  padding: 4px 4px 14px 4px;
  margin: 0 -4px;
}
.review-grid::-webkit-scrollbar { display: none; }
.review-card {
  flex: 0 0 86%;
  max-width: 340px;
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 16px;
  padding: 18px;
  display: flex; flex-direction: column; gap: 10px;
  box-shadow: var(--shadow);
}
.review-card__head { display: flex; align-items: center; gap: 12px; }
.review-avatar {
  flex-shrink: 0;
  width: 38px; height: 38px;
  border-radius: 999px;
  display: grid; place-items: center;
  color: #fff; font-family: "Archivo";
  font-weight: 800; font-size: 14px;
}
.review-card__who { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.review-card__name {
  color: #202124; font-weight: 600; font-size: 14px;
  font-family: "Archivo";
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.review-card__date { color: #5f6368; font-size: 12px; }
.review-card__head .g-logo { width: 18px; height: 18px; opacity: 0.95; }
.review-card__stars { display: inline-flex; align-items: center; gap: 1px; }
.review-card__stars .g-star { width: 16px; height: 16px; }
.review-card blockquote {
  color: #202124; font-size: 14.5px; line-height: 1.55;
  margin: 0; font-style: normal; font-weight: 500;
}
.review-card__source {
  display: inline-flex; align-items: center; gap: 5px;
  margin-top: auto; padding-top: 10px;
  font-size: 12px; color: #5f6368;
  border-top: 1px solid #ecedef;
}
.g-wordmark { font-family: "Archivo"; font-weight: 700; font-size: 13px; letter-spacing: -0.2px; }
.g-wordmark span { display: inline; }

@media (min-width: 720px) {
  .review-card { flex: 0 0 360px; }
}

/* ---------- Quote form (dark card) ---------- */
.quote-section {
  background: transparent;
  padding: 42px 0;
}
.quote-grid { display: block; }
.quote-copy { display: none; }
.quote-form, .form-wrap {
  position: relative;
  background: var(--ink);
  color: #fff;
  border-radius: 22px;
  padding: 24px 20px;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 30px 60px -30px rgba(22,26,20,0.5);
  display: grid;
  gap: 14px;
  border: 0;
}
.quote-form::before, .form-wrap::before {
  content: "";
  position: absolute; inset: auto -40px -40px auto;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31,74,46,0.7), transparent 70%);
  pointer-events: none;
}
.quote-section h2 { color: #fff; margin-bottom: 6px; position: relative; z-index: 1; }

.quote-form .form-eyebrow {
  display: inline-block;
  font-family: "Manrope"; font-weight: 700;
  font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase;
  color: #a3d4b0;
  background: rgba(255,255,255,0.08);
  padding: 5px 10px; border-radius: 999px;
  margin-bottom: 6px;
  width: max-content;
  position: relative; z-index: 1;
}
.quote-form .form-heading { color: #fff; font-size: clamp(24px,5vw,32px); position: relative; z-index: 1; margin-bottom: 4px; }
.quote-form .form-lede { color: rgba(255,255,255,0.72); font-size: 14.5px; position: relative; z-index: 1; }

label {
  display: grid; gap: 6px;
  color: rgba(255,255,255,0.7);
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.04em; text-transform: uppercase;
  position: relative; z-index: 1;
  font-family: "Manrope";
}
.field { display: grid; gap: 6px; position: relative; z-index: 1; }

input, select, textarea {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  border-radius: 12px;
  padding: 14px 14px;
  font: inherit;
  font-size: 15px;
  outline: none;
  transition: border-color 0.15s ease, background 0.15s ease;
  width: 100%;
  font-family: "Manrope";
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
input:focus, select:focus, textarea:focus {
  border-color: #a3d4b0;
  background: rgba(255,255,255,0.10);
}
input::placeholder, textarea::placeholder { color: rgba(255,255,255,0.4); }
select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #a3d4b0 50%), linear-gradient(135deg, #a3d4b0 50%, transparent 50%); background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; padding-right: 36px; }
textarea { resize: vertical; min-height: 100px; }

.form-row, .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  position: relative; z-index: 1;
}

.form-submit, .submit-btn {
  width: 100%; margin-top: 10px;
  height: 56px; min-height: 56px;
  font-size: 17px;
  border-radius: 14px;
  background: var(--cta);
  color: #fff;
  font-family: "Archivo";
  font-weight: 800;
  letter-spacing: 0.01em;
  display: flex; align-items: center; justify-content: center;
  gap: 10px;
  box-shadow: 0 14px 30px -10px rgba(232,90,26,0.8);
  position: relative; z-index: 1;
  border: 0;
  cursor: pointer;
}
.form-submit:active, .submit-btn:active { transform: translateY(1px); }
.form-submit:disabled { cursor: wait; opacity: 0.7; }

.form-note, .form-foot {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin-top: 6px;
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  position: relative; z-index: 1;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
}
.form-foot svg { width: 14px; height: 14px; color: #a3d4b0; }
.form-note a { color: #a3d4b0; font-weight: 700; }

.honeypot { display: none !important; }
.form-status {
  padding: 18px; border-radius: 14px;
  background: var(--turf-soft);
  color: var(--turf); font-weight: 700;
}

.contact-panel { display: none; }
.mini-proof { display: none; }

/* ---------- FAQ ---------- */
.faq-section { padding: 42px 0; }
.faq-grid { display: block; }
.faq-grid > div:first-child { margin-bottom: 14px; }
.faq-list { display: block; }
details, details.faq {
  border-bottom: 1px solid var(--line);
  padding: 14px 4px;
  background: transparent;
  border-radius: 0;
}
details.faq:first-of-type, details:first-of-type {
  border-top: 1px solid var(--line);
}
details summary {
  list-style: none;
  cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  gap: 14px;
  font-family: "Archivo";
  font-weight: 700;
  font-size: 16px;
  color: var(--ink);
}
details summary::-webkit-details-marker { display: none; }
details summary::after {
  content: "+";
  flex: 0 0 28px;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--turf-soft);
  color: var(--turf);
  display: grid; place-items: center;
  font-size: 18px; font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}
details[open] summary::after {
  transform: rotate(45deg);
  background: var(--turf);
  color: #fff;
}
details p { margin-top: 10px; font-size: 14.5px; color: var(--ink-2); }

/* ---------- Service area ---------- */
.area, .area-card {
  background: linear-gradient(180deg, #fff, var(--bg-2));
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  margin-top: 18px;
}
.pill-row {
  display: flex; flex-wrap: wrap; gap: 6px;
  margin-top: 14px;
}
.pill {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink-2);
}

/* ---------- Final CTA card ---------- */
.final-cta {
  background: var(--turf);
  color: #fff;
  border-radius: 22px;
  padding: 26px 22px;
  text-align: center;
  box-shadow: 0 30px 60px -30px rgba(31,74,46,0.6);
}
.final-cta h2 { color: #fff; font-size: clamp(24px,5vw,30px); }
.final-cta p { color: rgba(255,255,255,0.8); margin-top: 8px; }
.final-cta .cta-stack { max-width: 360px; margin: 18px auto 0; }

/* ---------- Footer ---------- */
.site-footer, footer.site-footer {
  background: var(--ink);
  color: #bdb6a3;
  padding: 28px 0 110px;
  margin-top: 30px;
}
.site-footer h3, .site-footer h4 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 8px;
  font-family: "Archivo";
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.foot-grid, .footer-grid {
  display: grid;
  gap: 22px;
}
@media (min-width: 720px) {
  .foot-grid, .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
}
.site-footer a {
  color: #dcd6c5;
  text-decoration: none;
  display: block;
  padding: 3px 0;
  font-size: 14px;
}
.site-footer p {
  color: #9c9684;
  margin-top: 14px;
  font-size: 14px;
  max-width: 38ch;
}
.brand--footer .brand-mark, .brand--footer .brand__mark {
  background: #fff;
  color: var(--turf);
}
.brand--footer .brand__logo {
  width: 220px;
  padding: 8px;
  border-radius: 12px;
  background: rgba(255,255,255,0.95);
}
.brand--footer b, .brand--footer strong { color: #fff; }
.brand--footer small { color: #bdb6a3; }
.footer-bottom, .legal {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #2a2e26;
  font-size: 12px;
  color: #7c7c6e;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 720px) {
  .site-footer, footer.site-footer { padding-bottom: 32px; }
}

/* ---------- Mobile sticky CTA bar ---------- */
.mobile-cta, .mobile-cta-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 60;
  background: rgba(22,26,20,0.97);
  backdrop-filter: blur(10px);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  border-top: 1px solid #2a2e26;
  transition: transform 0.2s ease;
}
.mobile-cta a, .mobile-cta-bar a {
  height: 48px;
  border-radius: 12px;
  font-family: "Archivo";
  font-weight: 800;
  font-size: 14px;
  display: flex; align-items: center; justify-content: center;
  gap: 6px;
  text-decoration: none;
}
.mobile-cta .call, .mobile-cta-bar .call {
  background: #fff;
  color: var(--ink);
}
.mobile-cta .email, .mobile-cta-bar .email {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.22);
}
.mobile-cta .quote, .mobile-cta-bar .quote {
  background: var(--cta);
  color: #fff;
}
.mobile-cta svg, .mobile-cta-bar svg {
  width: 14px; height: 14px;
}
body { padding-bottom: 70px; }
body.quote-visible .mobile-cta,
body.quote-visible .mobile-cta-bar {
  transform: translateY(110%);
  pointer-events: none;
}
@media (min-width: 720px) {
  .mobile-cta, .mobile-cta-bar { display: none; }
  body { padding-bottom: 0; }
}

/* ---------- Project gallery (real install photos) ---------- */
.real-work-section, .project-gallery-section, .example-section { padding: 30px 0; }
.real-work-grid, .project-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}
@media (min-width: 720px) {
  .real-work-grid, .project-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.real-work-card, .project-photo {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
}
.real-work-card picture, .real-work-card img,
.project-photo picture, .project-photo img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.real-work-card figcaption, .project-photo figcaption {
  padding: 8px 12px;
  font-size: 12.5px;
  color: var(--ink-2);
  border-top: 1px solid var(--line);
  background: #fff;
}

.example-cards, .example-grid {
  display: grid; gap: 12px;
  margin-top: 18px;
}
.example-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  display: flex; flex-direction: column;
}
.example-card picture, .example-card img {
  width: 100%; height: 180px; object-fit: cover; display: block;
}
.example-card > div { padding: 14px; }
.example-card h3 { font-size: 16px; margin-bottom: 4px; color: var(--ink); }
.example-card p { font-size: 13.5px; color: var(--ink-2); }
@media (min-width: 720px) {
  .example-cards, .example-grid { grid-template-columns: repeat(3, 1fr); }
}

.example-frame {
  position: relative;
  border-radius: 16px; overflow: hidden;
  border: 1px solid var(--line); background: #fff;
}
.example-frame picture, .example-frame img {
  width: 100%; height: 280px; object-fit: cover;
}
.example-frame span {
  position: absolute; left: 12px; bottom: 12px;
  background: rgba(0,0,0,0.6); color: #fff;
  font-family: "Archivo"; font-weight: 700; font-size: 11px;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 5px 9px; border-radius: 6px;
}

/* ---------- Service page intro grid + proof split ---------- */
.intro-grid, .split-section { display: block; }
.intro-grid > div + div, .split-section > div + div { margin-top: 18px; }
.service-match {
  background: var(--turf-soft);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
  margin-top: 14px;
}
.service-match h3 {
  color: var(--turf); margin-bottom: 8px;
  font-size: 14px; text-transform: uppercase;
  letter-spacing: 0.06em; font-weight: 700;
}
.service-match ul, .check-list { list-style: none; }
.service-match li, .check-list li {
  position: relative; padding-left: 22px; margin: 8px 0;
  color: var(--ink-2); font-size: 14.5px;
}
.service-match li::before, .check-list li::before {
  content: ""; position: absolute; left: 0; top: 0.55em;
  width: 8px; height: 8px; border-radius: 999px;
  background: var(--turf-2);
}
.media-frame {
  border-radius: 16px; overflow: hidden;
  border: 1px solid var(--line); background: #fff;
}
.media-frame picture, .media-frame img {
  width: 100%; height: 240px; object-fit: cover; display: block;
}
.band {
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

/* ---------- Thank you / legal pages ---------- */
.legal-page { background: var(--bg); min-height: 60vh; padding: 40px 0; }
.legal-wrap { max-width: 740px; margin: 0 auto; padding: 0 18px; }
.legal-wrap h1 { color: var(--ink); margin-bottom: 16px; font-size: clamp(2rem, 5vw, 3rem); }
.legal-wrap h2 { color: var(--turf); font-size: 1.2rem; margin: 28px 0 10px; }
.legal-wrap p { color: var(--ink-2); margin: 10px 0; font-size: 15.5px; }
.legal-wrap a { color: var(--turf); font-weight: 700; }
.legal-wrap .btn { color: #fff; text-decoration: none; }
.thank-you-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }

/* ---------- Codex high-conversion Artificial Turf Denver page ---------- */
body[data-page-path="/codex-high/"] {
  background: #f7f5ef;
}

body[data-page-path="/codex-high/"] {
  scroll-padding-top: 92px;
}

.codex-high-page {
  --ch-ink: #172018;
  --ch-muted: #5b6658;
  --ch-green: #173f27;
  --ch-green-2: #2e6b43;
  --ch-soft: #edf4e9;
  --ch-line: #d9dfd2;
  --ch-paper: #fffdf7;
}

body[data-page-path="/codex-high/"] .container {
  width: min(1120px, calc(100% - 36px));
}

.codex-high-page .container {
  width: min(1120px, calc(100% - 36px));
}

.codex-high-page h1,
.codex-high-page h2,
.codex-high-page h3 {
  letter-spacing: 0;
}

.ch-hero {
  padding: 26px 0 38px;
  background:
    linear-gradient(180deg, rgba(237,244,233,0.95), rgba(247,245,239,0) 72%),
    #f7f5ef;
}

.ch-hero__grid {
  display: grid;
  gap: 22px;
}

.ch-local-line,
.ch-section-label {
  margin: 0 0 12px;
  color: var(--ch-green-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1.3;
  text-transform: uppercase;
}

.ch-hero h1 {
  color: var(--ch-ink);
  font-size: clamp(42px, 10.5vw, 68px);
  line-height: .96;
  max-width: 11ch;
}

.ch-hero__lead {
  margin-top: 16px;
  max-width: 62ch;
  color: #344134;
  font-size: 17px;
  line-height: 1.62;
}

.ch-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 22px;
}

.ch-call-btn {
  background: var(--ch-green);
  color: #fff;
}

.ch-proof-row {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}

.ch-proof-row span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 12px;
  border: 1px solid var(--ch-line);
  border-radius: 10px;
  background: rgba(255,255,255,.72);
  color: var(--ch-muted);
  font-size: 13px;
}

.ch-proof-row strong {
  color: var(--ch-ink);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 18px;
}

.ch-hero__media {
  position: relative;
  min-height: 440px;
}

.ch-main-photo {
  height: 420px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(23,63,39,.14);
  background: #dfe8d8;
  box-shadow: 0 28px 70px -42px rgba(23,32,24,.58);
}

.ch-main-photo picture,
.ch-main-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ch-owner-card,
.ch-review-card {
  position: absolute;
  left: 14px;
  right: 14px;
  display: grid;
  gap: 10px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.38);
  background: rgba(255,253,247,.92);
  box-shadow: 0 20px 42px -28px rgba(23,32,24,.5);
  backdrop-filter: blur(10px);
}

.ch-owner-card {
  bottom: 76px;
  grid-template-columns: 58px 1fr;
  align-items: center;
  padding: 10px;
}

.ch-owner-card picture,
.ch-owner-card img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 10px;
}

.ch-owner-card strong,
.ch-review-card span {
  display: block;
  color: var(--ch-ink);
  font-family: "Archivo", system-ui, sans-serif;
  font-weight: 800;
  line-height: 1.15;
}

.ch-owner-card span {
  display: block;
  margin-top: 3px;
  color: var(--ch-muted);
  font-size: 13px;
}

.ch-review-card {
  bottom: 0;
  padding: 14px;
}

.ch-review-card span {
  color: #1a73e8;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ch-review-card p {
  color: var(--ch-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.ch-fast-match {
  padding: 0 0 34px;
}

.ch-fast-match__grid {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--ch-line);
  border-radius: 16px;
  background: var(--ch-line);
}

.ch-fast-match__grid > div {
  padding: 17px;
  background: var(--ch-paper);
}

.ch-fast-match strong {
  display: block;
  color: var(--ch-ink);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 16px;
}

.ch-fast-match span {
  display: block;
  margin-top: 5px;
  color: var(--ch-muted);
  font-size: 14px;
}

.ch-section {
  padding: 48px 0;
}

.ch-two-col {
  display: grid;
  gap: 22px;
}

.ch-two-col h2,
.ch-heading-row h2,
.ch-price-box h2,
.ch-process-section h2,
.ch-final-band h2 {
  color: var(--ch-ink);
  line-height: 1.02;
}

.ch-answer-list {
  display: grid;
  gap: 12px;
}

.ch-answer-list article {
  padding: 18px;
  border-left: 4px solid var(--ch-green-2);
  background: #fff;
}

.ch-answer-list h3 {
  color: var(--ch-ink);
  font-size: 18px;
}

.ch-answer-list p {
  margin-top: 6px;
  color: var(--ch-muted);
  font-size: 15px;
}

.ch-projects-section,
.ch-gallery-section,
.ch-process-section {
  background: #fffdf7;
  border-top: 1px solid var(--ch-line);
  border-bottom: 1px solid var(--ch-line);
}

.ch-heading-row {
  display: grid;
  gap: 16px;
  margin-bottom: 20px;
}

.ch-heading-row > p {
  max-width: 52ch;
  color: var(--ch-muted);
}

.ch-heading-row > a {
  align-self: end;
  justify-self: start;
  color: var(--ch-green);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 2px solid currentColor;
}

.ch-project-grid {
  display: grid;
  gap: 14px;
}

.ch-project-card {
  overflow: hidden;
  border: 1px solid var(--ch-line);
  border-radius: 14px;
  background: #fff;
}

.ch-project-card picture,
.ch-project-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.ch-project-card div {
  padding: 17px;
}

.ch-project-card h3 {
  color: var(--ch-ink);
  font-size: 19px;
}

.ch-project-card p {
  margin-top: 7px;
  color: var(--ch-muted);
  font-size: 14px;
}

.ch-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ch-gallery-grid figure {
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--ch-line);
  background: #fff;
}

.ch-gallery-grid picture,
.ch-gallery-grid img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.ch-gallery-grid figcaption {
  padding: 8px 10px;
  color: var(--ch-muted);
  font-size: 12px;
  font-weight: 700;
}

.ch-price-box {
  display: grid;
  gap: 22px;
  padding: 24px;
  border-radius: 18px;
  background: var(--ch-green);
  box-shadow: 0 26px 70px -44px rgba(23,32,24,.75);
}

.ch-price-box h2,
.ch-price-box p,
.ch-price-box .ch-section-label {
  color: #fff;
}

.ch-price-box p {
  margin-top: 12px;
  color: rgba(255,255,255,.78);
}

.ch-price-points {
  display: grid;
  gap: 10px;
}

.ch-price-points span {
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: 700;
}

.ch-process-grid {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.ch-process-grid article {
  padding: 18px;
  border: 1px solid var(--ch-line);
  border-radius: 14px;
  background: #fff;
}

.ch-process-grid span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--ch-soft);
  color: var(--ch-green);
  font-family: "Archivo", system-ui, sans-serif;
  font-weight: 900;
  font-size: 12px;
}

.ch-process-grid h3 {
  color: var(--ch-ink);
  font-size: 18px;
}

.ch-process-grid p {
  margin-top: 6px;
  color: var(--ch-muted);
  font-size: 14px;
}

.ch-faq-list {
  display: grid;
}

.ch-final-band {
  padding: 44px 0 10px;
}

.ch-final-band__inner {
  display: grid;
  gap: 18px;
  padding: 24px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--ch-line);
}

.ch-final-band p {
  margin-top: 8px;
  color: var(--ch-muted);
}

body[data-page-path="/codex-high/"] .quote-section {
  scroll-margin-top: 92px;
  padding-top: 38px;
}

body[data-page-path="/codex-high/"] .quote-grid {
  display: grid;
  gap: 22px;
}

body[data-page-path="/codex-high/"] .quote-copy {
  display: block;
}

body[data-page-path="/codex-high/"] .quote-copy h2 {
  color: var(--ink);
}

body[data-page-path="/codex-high/"] .quote-copy p {
  margin-top: 10px;
  color: var(--ink-2);
}

body[data-page-path="/codex-high/"] .contact-panel,
body[data-page-path="/codex-high/"] .mini-proof {
  display: grid;
}

body[data-page-path="/codex-high/"] .contact-panel {
  gap: 8px;
  margin-top: 18px;
}

body[data-page-path="/codex-high/"] .contact-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

body[data-page-path="/codex-high/"] .contact-row svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

body[data-page-path="/codex-high/"] .mini-proof {
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 16px;
}

body[data-page-path="/codex-high/"] .mini-proof span {
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 700;
}

@media (min-width: 720px) {
  .ch-actions {
    flex-direction: row;
  }

  .ch-actions .btn {
    min-width: 220px;
  }

  .ch-proof-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .ch-proof-row span {
    display: grid;
    justify-content: start;
  }

  .ch-fast-match__grid,
  .ch-project-grid,
  .ch-process-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .ch-process-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .ch-two-col,
  .ch-price-box,
  .ch-final-band__inner,
  body[data-page-path="/codex-high/"] .quote-grid {
    grid-template-columns: .85fr 1.15fr;
    align-items: start;
  }

  .ch-heading-row {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .ch-gallery-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .ch-gallery-grid picture,
  .ch-gallery-grid img {
    height: 180px;
  }
}

@media (min-width: 940px) {
  .ch-hero {
    padding: 42px 0 48px;
  }

  .ch-hero__grid {
    grid-template-columns: 1fr 440px;
    align-items: center;
    gap: 48px;
  }
}

@media (max-width: 520px) {
  body[data-page-path="/codex-high/"] .container,
  .codex-high-page .container {
    width: auto;
    margin-left: 18px;
    margin-right: 18px;
  }

  body[data-page-path="/codex-high/"] .brand__logo {
    width: 158px;
  }

  .ch-local-line {
    max-width: calc(100vw - 36px);
    font-size: 11px;
    overflow-wrap: anywhere;
  }

  .ch-hero__copy,
  .ch-actions,
  .ch-proof-row,
  .ch-hero__lead {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
  }

  .ch-hero h1 {
    max-width: 11ch;
    font-size: 38px;
    line-height: 1.04;
    text-wrap: wrap;
    overflow-wrap: normal;
  }

  .ch-hero__lead {
    font-size: 16px;
    overflow-wrap: break-word;
  }

  .ch-proof-row span {
    display: grid;
    justify-content: stretch;
  }

  .ch-proof-row strong {
    font-size: 19px;
  }

  .ch-hero__media {
    min-height: 420px;
  }

  .ch-main-photo {
    height: 390px;
  }

  .ch-gallery-grid {
    grid-template-columns: 1fr;
  }
}
