/* SETX Grass Gunners — shared stylesheet
   Extracted from index.html 2026-08-11. Single source of truth for all
   pages under /services/, /areas/, and future pages. Edit here, not per-page.
   index.html still carries its own inline copy; migrate it later if desired. */

:root {
  --ink: #0f110d;
  --earth: #1c1f18;
  --bark: #2e3328;
  --moss: #3d5c2a;
  --grass: #4a7a2e;
  --lime: #7ec850;
  --cream: #f5f2ea;
  --paper: #faf8f3;
  --warm-gray: #9a9488;
  --light-rule: #e2ddd4;
  --rule: #ccc8bd;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Barlow', sans-serif; background: var(--paper); color: var(--ink); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }

/* ============================================================ HEADER */
#hdr { position: sticky; top: 0; z-index: 500; background: var(--ink); border-bottom: 1px solid rgba(255,255,255,0.06); }
#hdr::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background: var(--lime); }
.hdr-wrap { max-width: 1300px; margin: 0 auto; padding: 0 32px; height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.hdr-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.hdr-logo img { height: 36px; width: auto; }
.hdr-wordmark { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.05rem; letter-spacing: 0.04em; text-transform: uppercase; color: white; line-height: 1.15; }
.hdr-wordmark small { display: block; font-size: 0.62rem; font-weight: 600; color: var(--lime); letter-spacing: 0.1em; }
.hdr-nav { display: flex; align-items: center; gap: 2px; }
.hdr-nav a { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.52); text-decoration: none; padding: 6px 11px; border-radius: 2px; transition: color 0.2s; }
.hdr-nav a:hover { color: white; }
.hdr-call { display: flex; flex-direction: column; align-items: flex-end; flex-shrink: 0; }
.hdr-call-btn { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.88rem; letter-spacing: 0.06em; text-transform: uppercase; background: var(--lime); color: var(--ink); text-decoration: none; padding: 7px 18px; border-radius: 2px; transition: background 0.2s; }
.hdr-call-btn:hover { background: #9de068; }
.hdr-call-sub { font-size: 0.62rem; color: rgba(255,255,255,0.3); margin-top: 3px; }
.hdr-call-sub a { color: rgba(255,255,255,0.3); text-decoration: none; }
.hdr-burger{
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  padding: 9px 10px;
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
}
.hdr-burger:hover{
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.20);
  transform: translateY(-1px);
}
.hdr-burger span{
  display: block;
  width: 22px;
  height: 2px;
  background: rgba(255,255,255,0.92);
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.2s;
}
.mobile-nav { display: none; flex-direction: column; background: var(--earth); padding: 12px 0 20px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.mobile-nav a { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 1rem; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.65); text-decoration: none; padding: 11px 32px; border-bottom: 1px solid rgba(255,255,255,0.04); }
.mobile-nav.open { display: flex; }
.mob-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 490; background: var(--ink); border-top: 1px solid rgba(255,255,255,0.08); padding: 10px 16px 12px; gap: 10px; }
.mob-bar a { flex: 1; text-align: center; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.9rem; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; padding: 12px 8px; border-radius: 2px; }
.mob-bar .m-call { background: rgba(255,255,255,0.08); color: white; }
.mob-bar .m-quote { background: var(--lime); color: var(--ink); }

/* ============================================================ HERO */
#hero { position: relative; min-height: 92vh; display: flex; align-items: flex-end; overflow: hidden; }
.hero-photo { position: absolute; inset: 0; background: url('https://i.imgur.com/dmvpFx6.jpeg') center center / cover no-repeat; }
.hero-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,13,8,0.93) 0%, rgba(10,13,8,0.55) 42%, rgba(10,13,8,0.15) 80%, transparent 100%); }
.hero-content { position: relative; z-index: 2; width: 100%; max-width: 1300px; margin: 0 auto; padding: 0 32px 72px; }
.hero-tag { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--lime); margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.hero-tag::before { content: ''; display: block; width: 28px; height: 1px; background: var(--lime); }
.hero-h1 { font-family: 'Playfair Display', serif; font-weight: 900; font-size: clamp(2.1rem, 4.6vw, 4rem); color: white; line-height: 1.02; letter-spacing: -0.02em; margin-bottom: 32px; max-width: 900px; }
.hero-h1 em { font-style: italic; color: var(--lime); }
.hero-sub { font-size: 1.05rem; font-weight: 300; color: rgba(255,255,255,0.72); max-width: 480px; line-height: 1.7; margin-bottom: 18px; border-left: 2px solid var(--lime); padding-left: 18px; }
.service-area { margin-top: 14px; font-size: 0.9rem; color: rgba(255,255,255,0.55); max-width: 560px; line-height: 1.6; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.btn-hero-p { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1rem; letter-spacing: 0.06em; text-transform: uppercase; background: var(--lime); color: var(--ink); text-decoration: none; padding: 15px 30px; border-radius: 2px; transition: background 0.2s, transform 0.15s; display: inline-block; }
.btn-hero-p:hover { background: #9de068; transform: translateY(-1px); }
.btn-hero-s { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 1rem; letter-spacing: 0.06em; text-transform: uppercase; background: rgba(255,255,255,0.08); color: white; text-decoration: none; padding: 14px 26px; border-radius: 2px; border: 1px solid rgba(255,255,255,0.22); transition: background 0.2s; display: inline-block; }
.btn-hero-s:hover { background: rgba(255,255,255,0.14); }
.hero-alt { font-size: 0.88rem; color: rgba(255,255,255,0.45); text-decoration: none; padding: 14px 4px; border-bottom: 1px solid rgba(255,255,255,0.18); transition: color 0.2s; }
.hero-alt:hover { color: white; }
.btn-hero-q{
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255,255,255,0.02);
  color: white;
  text-decoration: none;
  padding: 14px 26px;
  border-radius: 2px;
  border: 1px solid rgba(186,255,114,0.65);
  box-shadow: 0 14px 30px rgba(0,0,0,0.20);
  transition: transform 0.15s, background 0.2s, border-color 0.2s;
  display: inline-block;
}
.btn-hero-q:hover{
  transform: translateY(-1px);
  background: rgba(186,255,114,0.10);
  border-color: rgba(186,255,114,0.95);
}

/* ============================================================ ACCORDIONS */
.acc{
  border: 1px solid rgba(255,255,255,0.10);
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,0.22);
}
.acc + .acc{ margin-top: 14px; }
.acc > summary{
  list-style: none;
  cursor: pointer;
  padding: 18px 18px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 14px;
  align-items: center;
  user-select: none;
}
.acc > summary::-webkit-details-marker{ display:none; }
.acc-title{
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}
.acc-meta{
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-size: 0.70rem;
  color: rgba(255,255,255,0.55);
}
.acc[open] > summary{
  border-bottom: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.10);
}
.acc-body{
  padding: 16px 18px 18px;
  color: rgba(255,255,255,0.62);
  line-height: 1.75;
  font-size: 0.95rem;
}
.acc-body p{ margin: 0 0 10px; }
.acc-body ul{ margin: 0; padding-left: 18px; }
.acc-body li{ margin: 7px 0; }

.acc-icon{
  display: inline-flex;
  width: 32px; height: 32px;
  border-radius: 10px;
  align-items: center; justify-content: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
  color: rgba(255,255,255,0.92);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  transition: transform 240ms ease, background 240ms ease, border-color 240ms ease;
}
.acc:hover .acc-icon{
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.18);
}
.acc[open] .acc-icon{ transform: rotate(45deg); }

.acc-cta{ margin-top: 14px; display: flex; gap: 10px; flex-wrap: wrap; }


.svc-accordion{ margin-top: 12px; }
.spec-accordion{ margin-top: 34px; max-width: 980px; }
.hero-area { margin-top: 18px; max-width: 720px; font-size: 0.92rem; font-weight: 300; color: rgba(255,255,255,0.55); line-height: 1.55; }
.hero-stats { margin-top: 18px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; max-width: 760px; }
.hs-item { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.14); border-radius: 3px; padding: 12px 14px; }
.hs-k { display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 4px; }
.hs-v { display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.92rem; letter-spacing: 0.04em; color: white; }


/* ============================================================ TRUST BAND */
.trust-band { background: var(--ink); border-top: 1px solid rgba(255,255,255,0.06); }
.trust-inner{
  max-width: 1300px;
  margin: 0 auto;
  padding: 18px 32px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px 14px;
  align-items: stretch;
}
.trust-item{
  width: 100%;
  padding: 12px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,0.10);
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.22);
}
.trust-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); flex-shrink: 0; }
.trust-text{
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.70);
  white-space: normal;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 620px){
  .trust-inner{ padding: 16px 18px; }
  .trust-item{ padding: 11px 14px; }
  .trust-text{ font-size: 0.74rem; letter-spacing: 0.08em; }
  /* Simplify trust band on mobile */
  .trust-item.coverage-large{ display:none; }
}

/* ============================================================ SHARED */
.wrap { max-width: 1300px; margin: 0 auto; padding: 0 32px; }
.kicker { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--grass); display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.kicker::before { content: ''; display: block; width: 20px; height: 1px; background: var(--grass); }
.kicker-light { color: var(--lime); }
.kicker-light::before { background: var(--lime); }
.h2 { font-family: 'Playfair Display', serif; font-weight: 900; font-size: clamp(2rem, 4.5vw, 3.8rem); line-height: 1.05; letter-spacing: -0.02em; color: var(--ink); }
.h2-white { color: white; }
.btn-g { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.88rem; letter-spacing: 0.08em; text-transform: uppercase; background: var(--grass); color: white; text-decoration: none; padding: 13px 24px; border-radius: 2px; display: inline-block; transition: background 0.2s; }
.btn-g:hover { background: var(--moss); }
.btn-og { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.88rem; letter-spacing: 0.08em; text-transform: uppercase; background: transparent; color: var(--grass); text-decoration: none; padding: 12px 22px; border-radius: 2px; border: 1.5px solid var(--grass); display: inline-block; transition: background 0.2s, color 0.2s; }
.btn-og:hover { background: var(--grass); color: white; }
.btn-l { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.88rem; letter-spacing: 0.08em; text-transform: uppercase; background: var(--lime); color: var(--ink); text-decoration: none; padding: 13px 24px; border-radius: 2px; display: inline-block; transition: background 0.2s; }
.btn-l:hover { background: #9de068; }
.btn-ow { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 0.88rem; letter-spacing: 0.08em; text-transform: uppercase; background: transparent; color: rgba(255,255,255,0.65); text-decoration: none; padding: 12px 22px; border-radius: 2px; border: 1px solid rgba(255,255,255,0.2); display: inline-block; transition: background 0.2s, color 0.2s; }
.btn-ow:hover { background: rgba(255,255,255,0.07); color: white; }

/* ============================================================ BENEFITS */
#benefits { padding: 100px 0; background: var(--paper); }
.benefits-layout { display: grid; grid-template-columns: 320px 1fr; gap: 80px; align-items: start; }
.benefits-sticky { position: sticky; top: 80px; }
.benefits-sticky .h2 { margin-bottom: 22px; }
.benefits-sticky p { font-size: 0.97rem; font-weight: 300; color: #5a5a50; line-height: 1.75; margin-bottom: 28px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }
.benefit-rows { border-top: 1px solid var(--light-rule); }
.b-row { display: grid; grid-template-columns: 44px 1fr; gap: 22px; padding: 34px 0; border-bottom: 1px solid var(--light-rule); align-items: start; }
.b-n { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 0.68rem; letter-spacing: 0.1em; color: var(--lime); background: var(--bark); padding: 4px 0; text-align: center; border-radius: 2px; margin-top: 4px; }
.b-body h3 { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.18rem; color: var(--ink); margin-bottom: 8px; line-height: 1.3; }
.b-body p { font-size: 0.93rem; font-weight: 300; color: #5a5a50; line-height: 1.76; }
.water-note { background: var(--bark); color: white; border-radius: 3px; padding: 26px 30px; margin-top: 38px; display: flex; gap: 18px; align-items: flex-start; }
.wn-dot { width: 8px; height: 8px; background: var(--lime); border-radius: 50%; flex-shrink: 0; margin-top: 6px; }
.water-note strong { display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--lime); margin-bottom: 7px; }
.water-note p { font-size: 0.92rem; font-weight: 300; color: rgba(255,255,255,0.65); line-height: 1.68; }

/* ============================================================ SERVICES */
#services { background: var(--earth); padding: 100px 0; }
.services-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.services-left .h2 { margin-bottom: 22px; }
.services-left p { font-size: 0.95rem; font-weight: 300; color: rgba(255,255,255,0.48); line-height: 1.75; margin-bottom: 32px; }
.svc-list { list-style: none; border-top: 1px solid rgba(255,255,255,0.07); }
.svc-list li { display: flex; justify-content: space-between; align-items: center; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,0.07); gap: 16px; }
.svc-name { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; color: white; line-height: 1.2; }
.svc-arr { width: 28px; height: 28px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.14); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--lime); transition: background 0.2s, border-color 0.2s, color 0.2s; }
.svc-list li:hover .svc-arr { background: var(--lime); border-color: var(--lime); color: var(--ink); }



/* ============================================================ SPECIALTIES */
#specialties { padding: 100px 0; background: linear-gradient(180deg, #151812 0%, #0f110d 100%); }
#specialties .sec-head { max-width: 900px; }
#specialties .h2, #specialties .h2-white { color: #fff; }
#specialties .sub { margin-top: 16px; font-size: 0.98rem; font-weight: 300; color: rgba(255,255,255,0.55); line-height: 1.75; }

#specialties .quote-cta{ margin-top: 26px; display:flex; justify-content:center; }
.spec-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.spec-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 18px; padding: 26px 24px; box-shadow: 0 18px 40px rgba(0,0,0,0.22); }
.spec-card h3 { font-family: 'Playfair Display', serif; font-size: 1.25rem; margin-bottom: 10px; color: #fff; }
.spec-card p { color: rgba(255,255,255,0.55); font-size: 0.93rem; line-height: 1.7; margin-bottom: 14px; }
.spec-card ul { padding-left: 18px; margin: 0; color: rgba(255,255,255,0.55); font-size: 0.92rem; line-height: 1.7; }
.spec-card li { margin: 6px 0; }
@media (max-width: 980px){ .spec-grid{ grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px){ #specialties{ padding: 72px 0; } .spec-grid{ grid-template-columns: 1fr; } .spec-card{ padding: 22px 20px; } }
/* ============================================================ USE CASES */
#use-cases { padding: 100px 0; background: linear-gradient(180deg, var(--earth) 0%, #151812 100%); }
.uc-head .h2 { color: white; margin-bottom: 14px; }
.uc-sub { font-size: 0.95rem; font-weight: 300; color: rgba(255,255,255,0.48); line-height: 1.75; max-width: 720px; }
.uc-grid { margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.uc-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 3px; padding: 26px 22px; }
.uc-card h3 { font-family: 'Playfair Display', serif; font-weight: 800; font-size: 1.08rem; color: white; margin-bottom: 10px; line-height: 1.2; }
.uc-card p { font-size: 0.92rem; font-weight: 300; color: rgba(255,255,255,0.52); line-height: 1.7; }
.uc-cta { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }

/* ============================================================ GALLERY */
#gallery { padding: 100px 0; background: var(--cream); }
.gal-head { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin-bottom: 56px; }
.gal-note { font-size: 0.88rem; font-weight: 300; font-style: italic; color: var(--warm-gray); max-width: 300px; margin-left: auto; text-align: right; line-height: 1.65; }
.comparisons { display: flex; flex-direction: column; gap: 24px; }
.comp-wrap { position: relative; border-radius: 4px; overflow: hidden; user-select: none; cursor: col-resize; aspect-ratio: 16/7; box-shadow: 0 12px 48px rgba(0,0,0,0.11); touch-action: pan-y; }
.comp-after, .comp-before { position: absolute; inset: 0; background-size: cover; background-position: center; }
.comp-after { z-index: 1; }
.comp-before { z-index: 2; clip-path: inset(0 50% 0 0); }
.comp-div { position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; background: white; z-index: 3; transform: translateX(-50%); }
.comp-hnd { position: absolute; top: 50%; left: 50%; z-index: 4; transform: translate(-50%,-50%); width: 40px; height: 40px; background: white; border-radius: 50%; box-shadow: 0 2px 12px rgba(0,0,0,0.28); display: flex; align-items: center; justify-content: center; color: var(--ink); font-size: 0.85rem; letter-spacing: -2px; font-weight: 700; pointer-events: none; }
.comp-lbl { position: absolute; bottom: 14px; z-index: 5; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; padding: 4px 11px; border-radius: 2px; }
.comp-lbl.bef { left: 14px; background: rgba(0,0,0,0.52); color: rgba(255,255,255,0.85); }
.comp-lbl.aft { right: 14px; background: var(--lime); color: var(--ink); }
.comp-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--warm-gray); margin-bottom: 9px; }

/* Lightbox */
#lb { display: none; position: fixed; inset: 0; z-index: 9000; background: rgba(0,0,0,0.93); align-items: center; justify-content: center; }
#lb.open { display: flex; }
#lb img { max-width: 90vw; max-height: 88vh; object-fit: contain; }
#lb-close { position: absolute; top: 20px; right: 24px; background: rgba(255,255,255,0.1); border: none; color: white; border-radius: 50%; width: 42px; height: 42px; font-size: 1.3rem; cursor: pointer; display: flex; align-items: center; justify-content: center; }

/* ============================================================ PROCESS */
#process { padding: 100px 0; background: var(--paper); }

/* Past Jobs scroll strip */
.jobs { margin-top: 54px; }
.jobs-head { display: grid; gap: 8px; max-width: 760px; }
.jobs-sub { margin: 0; color: var(--warm-gray); font-size: 0.95rem; line-height: 1.6; }
.jobs-scroll { margin-top: 18px; display: flex; gap: 14px; overflow-x: auto; padding: 6px 2px 14px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.jobs-scroll img { height: 190px; width: auto; flex: 0 0 auto; border-radius: 6px; object-fit: cover; box-shadow: 0 12px 48px rgba(0,0,0,0.11); scroll-snap-align: start; }
.jobs-scroll::-webkit-scrollbar { height: 10px; }
.jobs-scroll::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.18); border-radius: 999px; }
@media (max-width: 720px){
  .jobs-scroll img { height: 155px; }
}

/* Jobs gallery (premium) */
.jobs-showcase{ margin-top: 18px; }
.jobs-grid{
  margin-top: 16px;
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
}
.job-card{
  appearance:none;
  border: 0;
  padding: 0;
  background: transparent;
  border-radius: 18px;
  overflow:hidden;
  cursor: pointer;
  position: relative;
  box-shadow: 0 18px 60px rgba(0,0,0,0.10);
  outline: 1px solid rgba(204,200,189,0.45);
}
.job-card::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,0.0) 55%, rgba(0,0,0,0.22) 100%);
  pointer-events:none;
}
.job-card img{
  width:100%;
  height: 230px;
  object-fit: cover;
  display:block;
  transform: scale(1.01);
  transition: transform .22s ease;
}
.job-card:hover img{ transform: scale(1.05); }
.jobs-hint{ margin-top: 10px; color: rgba(28,31,24,0.62); font-size: 0.92rem; }

@media (max-width: 720px){
  .jobs-grid{
    display:flex;
    overflow-x:auto;
    gap: 12px;
    padding: 2px 2px 14px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .job-card{ flex: 0 0 78%; scroll-snap-align: start; }
  .job-card img{ height: 210px; }
  .jobs-hint{ text-align:center; }
}

/* Lightbox */
.lb{
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.78);
  display:none;
  align-items:center;
  justify-content:center;
  padding: 18px;
  z-index: 9999;
}
.lb[aria-hidden="false"]{ display:flex; }
.lb-img{
  max-width: min(1100px, 96vw);
  max-height: 86vh;
  border-radius: 18px;
  box-shadow: 0 30px 120px rgba(0,0,0,0.45);
}
.lb-close{
  position:absolute;
  top: 14px; right: 14px;
  width: 42px; height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.10);
  color: white;
  font-size: 22px;
  cursor:pointer;
}

 { margin-bottom: 52px; }
.process-layout { display: grid; grid-template-columns: 1fr 460px; gap: 80px; align-items: center; }
.proc-steps { border-top: 1px solid var(--light-rule); list-style: none; }
.proc-step { display: grid; grid-template-columns: 26px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid var(--light-rule); align-items: start; }
.proc-n { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 0.65rem; letter-spacing: 0.1em; color: var(--lime); background: var(--ink); text-align: center; padding: 3px 0; border-radius: 2px; margin-top: 5px; }
.proc-body h3 { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.12rem; color: var(--ink); margin-bottom: 7px; }
.proc-body p { font-size: 0.92rem; font-weight: 300; color: #5a5a50; line-height: 1.72; }
.proc-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.proc-photo { position: relative; }
.proc-photo img { border-radius: 3px; width: 100%; aspect-ratio: 3/4; object-fit: cover; box-shadow: 0 16px 64px rgba(0,0,0,0.13); }
.proc-badge { position: absolute; bottom: -16px; left: -18px; background: var(--lime); color: var(--ink); padding: 18px 20px; border-radius: 3px; box-shadow: 0 4px 20px rgba(0,0,0,0.14); }
.proc-badge strong { display: block; font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 900; line-height: 1; }
.proc-badge span { font-family: 'Barlow Condensed', sans-serif; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.65; }

/* ============================================================ REVIEWS */
#reviews { background: var(--earth); padding: 100px 0; }
.rev-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 50px; gap: 32px; }
.rev-note { font-size: 0.82rem; font-weight: 300; font-style: italic; color: rgba(255,255,255,0.28); max-width: 200px; text-align: right; line-height: 1.6; }
.rev-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; }
.rev-card { background: rgba(255,255,255,0.04); padding: 34px 30px; transition: background 0.2s; }
.rev-card:hover { background: rgba(255,255,255,0.07); }
.rev-stars { display: flex; gap: 3px; margin-bottom: 18px; }
.rev-stars span { display: block; width: 9px; height: 9px; background: var(--lime); clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%); }
.rev-q { font-size: 0.94rem; font-weight: 300; font-style: italic; color: rgba(255,255,255,0.62); line-height: 1.75; margin-bottom: 22px; }
.rev-q::before { content: '\201C'; }
.rev-q::after { content: '\201D'; }
.rev-by { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 0.76rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.3); }
.rev-ph { font-size: 0.65rem; color: rgba(255,255,255,0.18); font-style: italic; margin-top: 5px; font-family: 'Barlow', sans-serif; font-weight: 300; letter-spacing: 0; text-transform: none; }

/* ============================================================ FAQ */
#faq { padding: 100px 0; background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: 300px 1fr; gap: 80px; align-items: start; }
.faq-sticky { position: sticky; top: 80px; }
.faq-sticky .h2 { margin-bottom: 18px; }
.faq-sticky p { font-size: 0.92rem; font-weight: 300; color: #5a5a50; line-height: 1.75; }
.faq-list { border-top: 1px solid var(--light-rule); }
.faq-item { border-bottom: 1px solid var(--light-rule); }
.faq-btn { display: flex; justify-content: space-between; align-items: center; width: 100%; background: none; border: none; text-align: left; padding: 22px 0; cursor: pointer; gap: 20px; }
.faq-qt { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 700; color: var(--ink); line-height: 1.35; }
.faq-ic { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; border: 1px solid var(--rule); display: flex; align-items: center; justify-content: center; color: var(--grass); transition: transform 0.25s, background 0.2s, border-color 0.2s, color 0.2s; }
.faq-item.open .faq-ic { transform: rotate(45deg); background: var(--grass); border-color: var(--grass); color: white; }
.faq-ans { display: none; padding: 0 0 22px; font-size: 0.93rem; font-weight: 300; color: #5a5a50; line-height: 1.78; }
.faq-item.open .faq-ans { display: block; }

/* ============================================================ QUOTE */
#quote { padding: 100px 0; background: var(--ink); }
.quote-layout { display: grid; grid-template-columns: 1fr 500px; gap: 80px; align-items: start; }
.quote-left .h2 { margin-bottom: 22px; }
.quote-left p { font-size: 0.95rem; font-weight: 300; color: rgba(255,255,255,0.48); line-height: 1.75; margin-bottom: 38px; }
.ph-blocks { display: flex; flex-direction: column; gap: 11px; }
.ph-block { display: flex; align-items: center; gap: 16px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 2px; padding: 18px 22px; text-decoration: none; transition: background 0.2s, border-color 0.2s; }
.ph-block:hover { background: rgba(255,255,255,0.09); border-color: rgba(255,255,255,0.14); }
.ph-ico { width: 34px; height: 34px; background: var(--lime); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 0.85rem; }
.ph-lbl { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 0.64rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.3); display: block; margin-bottom: 2px; }
.ph-num { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.3rem; letter-spacing: 0.02em; color: white; }
.form-box { background: white; border-radius: 3px; padding: 42px; box-shadow: 0 24px 80px rgba(0,0,0,0.3); }
.form-box-h { font-family: 'Playfair Display', serif; font-size: 1.55rem; font-weight: 900; color: var(--ink); margin-bottom: 26px; line-height: 1.15; }
.fg { margin-bottom: 16px; }
.fg label { display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--warm-gray); margin-bottom: 7px; }
.fc { width: 100%; border: 1.5px solid var(--light-rule); border-radius: 2px; padding: 11px 13px; font-family: 'Barlow', sans-serif; font-size: 16px; font-weight: 300; color: var(--ink); background: var(--paper); outline: none; transition: border-color 0.2s, box-shadow 0.2s; -webkit-appearance: none; }
.fc:focus { border-color: var(--grass); box-shadow: 0 0 0 3px rgba(74,122,46,0.12); background: white; }
textarea.fc { min-height: 86px; resize: vertical; }
.ohnohoney { opacity: 0; position: absolute; top: 0; left: 0; height: 0; width: 0; z-index: -1; pointer-events: none; }
.sub-btn { width: 100%; padding: 15px; background: var(--ink); color: white; border: none; border-radius: 2px; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.95rem; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; margin-top: 6px; }
.sub-btn:hover { background: var(--bark); }


.form-mini { margin-top: -12px; margin-bottom: 18px; color: rgba(10,12,8,0.62); font-size: 0.95rem; line-height: 1.55; font-weight: 300; }
.stepper { display: flex; align-items: center; gap: 8px; margin: 12px 0 18px; }
.step-dot { width: 10px; height: 10px; border-radius: 999px; background: #e5e1d8; border: 1px solid #d8d3c7; }
.step-dot.on { background: var(--lime); border-color: rgba(0,0,0,0.1); }
.step-label { margin-left: 6px; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(10,12,8,0.48); }
.q-actions { margin-top: 8px; }
.q-actions.two { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-items: center; }
.btn-back { width: 100%; padding: 15px; background: transparent; color: var(--ink); border: 1.5px solid var(--light-rule); border-radius: 2px; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.95rem; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; transition: background 0.2s, border-color 0.2s; }
.btn-back:hover { background: #f1efe8; border-color: var(--rule); }
.form-disclaimer { margin-top: 10px; font-size: 0.85rem; line-height: 1.5; color: rgba(10,12,8,0.55); font-weight: 300; }

/* ============================================================ FOOTER */
footer { background: var(--earth); border-top: 1px solid rgba(255,255,255,0.05); }
.footer-top { display: grid; grid-template-columns: 1fr auto 1fr; gap: 48px; align-items: center; padding: 48px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand img { height: 36px; filter: brightness(0) invert(1) opacity(0.55); }
.footer-brand-text { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.92rem; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.55); line-height: 1.3; }
.footer-brand-text small { display: block; font-size: 0.62rem; font-weight: 600; color: rgba(255,255,255,0.25); letter-spacing: 0.1em; margin-top: 2px; }
.footer-center { text-align: center; font-family: 'Playfair Display', serif; font-style: italic; font-size: 0.85rem; color: rgba(255,255,255,0.16); }
.footer-right { text-align: right; font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.25); line-height: 1.9; }
.footer-right a { color: rgba(255,255,255,0.25); text-decoration: none; }
.footer-right a:hover { color: rgba(255,255,255,0.5); }
.footer-bot { padding: 20px 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.footer-copy { font-size: 0.76rem; color: rgba(255,255,255,0.2); }
.footer-links { display: flex; gap: 18px; }
.footer-links a { font-size: 0.76rem; color: rgba(255,255,255,0.2); text-decoration: none; }
.footer-links a:hover { color: rgba(255,255,255,0.5); }

/* ============================================================ REVEAL */
/* ============================================================ MOTION */
.reveal{
  opacity: 0;
  transform: translateY(26px) scale(0.985);
  filter: blur(2px);
  transition:
    opacity 0.72s ease,
    transform 0.72s cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 0.72s ease;
  transition-delay: var(--d, 0ms);
  will-change: transform, opacity, filter;
}
.reveal[data-reveal="left"]{ transform: translateX(-32px) scale(0.985); }
.reveal[data-reveal="right"]{ transform: translateX(32px) scale(0.985); }
.reveal[data-reveal="up"]{ transform: translateY(32px) scale(0.985); }
.reveal.visible{
  opacity: 1;
  transform: none;
  filter: none;
}

/* ============================================================ RESPONSIVE */
/* ============================================================ TABLET */
@media (max-width: 1024px) {
  .benefits-layout { grid-template-columns: 1fr; gap: 48px; }
  .benefits-sticky { position: static; }
  .services-layout { grid-template-columns: 1fr; gap: 48px; }
  .process-layout { grid-template-columns: 1fr; gap: 48px; }
  .proc-photo { display: none; }
  .quote-layout { grid-template-columns: 1fr; gap: 48px; }
  .faq-layout { grid-template-columns: 1fr; gap: 40px; }
  .faq-sticky { position: static; }
  .gal-head { grid-template-columns: 1fr; gap: 16px; }
  .gal-note { margin-left: 0; text-align: left; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-center { display: none; }
  .footer-right { text-align: left; }
  .uc-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================ MOBILE */
@media (max-width: 768px) {
  /* Header */
  .hdr-nav, .hdr-call { display: none; }
  .hdr-burger { display: flex; }
  .mob-bar { display: flex; }
  body { padding-bottom: 66px; }

  /* Spacing */
  .wrap { padding-left: 18px; padding-right: 18px; }
  .hdr-wrap { padding-left: 18px; padding-right: 18px; }
  .hero-content { padding-left: 18px; padding-right: 18px; padding-bottom: 80px; }
  #benefits, #services, #gallery, #process, #reviews, #faq, #quote { padding: 64px 0; }

  /* Trust band — stack vertically */
  .trust-inner { flex-direction: column; padding-left: 18px; padding-right: 18px; }
  .trust-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.06); padding: 14px 0; min-width: unset; }
  .trust-item:first-child { padding-left: 0; }
  .trust-item:last-child { border-bottom: none; }

  /* Benefits */
  .benefits-layout { grid-template-columns: 1fr; gap: 36px; }
  .b-row { grid-template-columns: 36px 1fr; gap: 16px; padding: 26px 0; }
  .water-note { padding: 20px; gap: 14px; }

  /* Services */
  .services-layout { grid-template-columns: 1fr; gap: 36px; }
  .svc-name { font-size: 1.05rem; }
  .svc-list li { padding: 18px 0; }

  /* Gallery */
  .gal-head { grid-template-columns: 1fr; gap: 12px; }
  .comp-wrap { aspect-ratio: 4/3; }

  /* Process */
  .process-layout { grid-template-columns: 1fr; }
  .proc-photo { display: none; }
  .proc-step { gap: 16px; padding: 24px 0; }

  /* Reviews */
  .rev-grid { grid-template-columns: 1fr; gap: 2px; }
  .rev-head { flex-direction: column; align-items: flex-start; gap: 12px; }
  .rev-note { text-align: left; max-width: 100%; }
  .rev-card { padding: 26px 22px; }

  /* Use Cases */
  .uc-grid { grid-template-columns: 1fr; }
  .uc-card { padding: 22px 18px; }

  /* FAQ */
  .faq-layout { grid-template-columns: 1fr; gap: 32px; }
  .faq-sticky { position: static; }
  .faq-btn { padding: 18px 0; }

  /* Quote form */
  .quote-layout { grid-template-columns: 1fr; gap: 40px; }
  .form-box { padding: 26px 18px; }
  .ph-block { padding: 15px 18px; }

  /* Footer */
  .footer-top { grid-template-columns: 1fr; gap: 20px; padding: 36px 0; }
  .footer-center { display: none; }
  .footer-right { text-align: left; }
  .uc-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-bot { flex-direction: column; align-items: flex-start; gap: 10px; }
}

/* ============================================================ SMALL MOBILE */
@media (max-width: 480px) {
  /* Header logo — hide wordmark on very small screens */
  .hdr-wordmark { display: none; }

  /* Hero */
  .hero-h1 { font-size: 1.95rem; line-height: 1.08; margin-bottom: 22px; }
  .hero-area { font-size: 0.9rem; }
  .hero-stats { grid-template-columns: 1fr; }
  .hero-sub { font-size: 0.97rem; margin-bottom: 30px; }
  .hero-ctas { flex-direction: column; align-items: flex-start; gap: 10px; }
  .hero-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 100%; }
  .btn-hero-p, .btn-hero-s { width: 100%; text-align: center; padding: 15px 20px; }

  /* Section headings */
  .h2 { font-size: 1.8rem; }

  /* Benefits */
  .b-row { grid-template-columns: 32px 1fr; gap: 14px; }
  .b-body h3 { font-size: 1.05rem; }
  .b-body p { font-size: 0.9rem; }

  /* Services */
  .svc-name { font-size: 1rem; }
  .btn-row { flex-direction: column; }
  .btn-row a { text-align: center; }

  /* Gallery slider */
  .comp-wrap { aspect-ratio: 3/4; }

  /* Process */
  .proc-body h3 { font-size: 1rem; }

  /* Quote */
  .form-box { padding: 22px 16px; }
  .form-box-h { font-size: 1.3rem; }
  .ph-num { font-size: 1.1rem; }
  .sub-btn { font-size: 0.9rem; padding: 14px; }
  .fc { font-size: 16px; } /* Prevents iOS auto-zoom on input focus */
}

/* ============================================================ HERO PROOF BAR */
.hero-proof{
  margin-top: 22px;
  display:flex;
  gap:14px;
  align-items:stretch;
  flex-wrap:wrap;
}
.hp-acres{
  flex:0 0 220px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 14px 16px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.22);
  text-align:left;
}
.hp-num{
  font-weight: 800;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color:#fff;
  line-height: 1.05;
}
.hp-label{
  margin-top: 6px;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.70);
}
.hp-services{
  flex:1 1 520px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 16px;
  padding: 12px 12px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
}
.hp-services span{
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.85);
  font-size: 0.88rem;
  white-space: nowrap;
}
@media (max-width: 640px){
  /* Mobile hero simplification */
  .hero-sub{ display:none; }
  .btn-hero-s{ display:none; }
  .hp-services{ display:none; }
  .hp-acres{ flex: 1 1 100%; }
  .hp-num{ font-size: 1.45rem; }
  .hero-h1{ margin-bottom: 18px; }
}

/* ============================================================ TRUST BAND FIX */
.trust-inner{
  flex-wrap: wrap;
  gap: 10px 14px;
}
.trust-item{
  white-space: nowrap;
}
@media (max-width: 520px){
  .trust-item{ white-space: normal; }
}

/* ============================================================ SPECIALTIES HEADER READABILITY */
#specialties .h2{ color:#fff; }
#specialties .kicker{ color: rgba(255,255,255,0.75); }



/* Sticky Top Bar */
.topbar { height: 34px; display:flex; align-items:center; justify-content:center;
  background: linear-gradient(90deg, rgba(126,200,80,0.18), rgba(74,122,46,0.12));
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.topbar-inner { max-width:1300px; width:100%; padding:0 32px; display:flex; align-items:center; justify-content:center; gap:10px;
  color: rgba(245,242,234,0.92); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase;
}
.topbar .dot { opacity: 0.55; }
@media (max-width: 720px){
  .topbar { height: 30px; }
  .topbar-inner { padding: 0 18px; font-size: 11px; gap: 8px; }
}

/* Make hero tag pop */
.hero-tag{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(15,17,13,0.55);
  border: 1px solid rgba(245,242,234,0.22);
  color: rgba(245,242,234,0.95);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 10px 24px rgba(0,0,0,0.35);
  backdrop-filter: blur(10px);
}
@media (max-width: 720px){
  .hero-tag{ padding: 7px 10px; font-size: 11px; }
}



/* Hero mini line + stats */
.hero-mini{ margin-top: 12px; display:flex; gap:10px; flex-wrap:wrap; align-items:center; }
.mini-pill{
  display:inline-flex; gap:6px; align-items:center;
  padding:8px 10px; border-radius:999px;
  background: rgba(15,17,13,0.38);
  border:1px solid rgba(245,242,234,0.14);
  color: rgba(245,242,234,0.92);
  font-size: 12px; letter-spacing: .02em;
  backdrop-filter: blur(10px);
}
.mini-pill a{ color: rgba(245,242,234,0.98); text-decoration: none; border-bottom: 1px solid rgba(245,242,234,0.25); }
.mini-pill a:hover{ border-bottom-color: rgba(245,242,234,0.55); }

.hero-stats{
  margin-top: 18px;
  display:grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 340px;
}
.hs-card{
  background: rgba(250,248,243,0.82);
  border: 1px solid rgba(204,200,189,0.55);
  border-radius: 18px;
  padding: 14px 16px 12px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.08);
}
.hs-num{
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: var(--earth);
  letter-spacing: .01em;
}
.hs-lbl{
  margin-top: 4px;
  font-size: 12px;
  color: rgba(28,31,24,0.72);
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
}

@media (max-width: 720px){
  .hero-stats{ max-width: 100%; }
  .hs-num{ font-size: 16px; }
  .hs-lbl{ font-size: 11px; }
  .hero-ctas{ flex-direction: column; align-items: stretch; }
  .btn-hero-p,.btn-hero-q{ width: 100%; text-align:center; }
}
@media (min-width: 900px){
  .hero-sub{ max-width: 58ch; }
}

/* Service Area */
.service-head{ text-align:center; max-width: 860px; margin: 0 auto; }
.service-sub{ text-align:center; margin: 10px auto 0; max-width: 70ch; }
.areas-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:18px;
  margin: 18px auto 64px;
  max-width: 900px;
}
.area-card{
  background: rgba(250,248,243,0.72);
  border: 1px solid rgba(204,200,189,0.55);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.06);
  text-align:center;
}
.area-card h3{ font-size:16px; margin-bottom:8px; color:var(--earth); letter-spacing:.02em; }
.area-card p{ color: rgba(28,31,24,0.82); line-height:1.55; }

@media (max-width: 960px){
  .areas-grid{ grid-template-columns: 1fr; margin-bottom: 56px; }
}

/* Offset anchor scroll for sticky header+topbar */
section[id] { scroll-margin-top: 110px; }
/* Estimate (conversion) section */
.estimate{ padding-top: 10px; padding-bottom: 80px; }
.estimate-card{
  border-radius: 26px;
  background: rgba(15,17,13,0.55);
  border: 1px solid rgba(245,242,234,0.14);
  box-shadow: 0 28px 90px rgba(0,0,0,0.22);
  padding: 26px;
  overflow:hidden;
}
.estimate-top{ display:flex; gap:18px; align-items:flex-start; justify-content:space-between; flex-wrap:wrap; }
.estimate .kicker{ display:inline-block; padding:6px 10px; border-radius:999px; background: rgba(245,242,234,0.10); border:1px solid rgba(245,242,234,0.12); color: rgba(245,242,234,0.92); font-weight:700; letter-spacing:.08em; text-transform:uppercase; font-size:12px; }
.estimate h2{ color: rgba(245,242,234,0.98); margin:10px 0 8px; font-size: clamp(28px, 3.2vw, 40px); }
.estimate .hl{ color: var(--lime); text-shadow: 0 16px 40px rgba(0,0,0,0.35); }
.estimate .muted{ color: rgba(245,242,234,0.78); max-width: 52ch; }
.estimate-actions{ display:flex; gap:10px; flex-wrap:wrap; align-items:center; }
.estimate-grid{ display:grid; grid-template-columns: 1fr 1fr 1.2fr; gap:14px; margin-top:18px; }
.estimate-pill{
  background: rgba(245,242,234,0.10);
  border: 1px solid rgba(245,242,234,0.14);
  border-radius: 18px;
  padding: 16px;
}
.pill-title{ color: rgba(245,242,234,0.92); font-weight:800; letter-spacing:.02em; margin-bottom:10px; }
.pill-list{ margin:0; padding-left: 18px; color: rgba(245,242,234,0.82); line-height:1.55; }
.estimate-form .fgrid{ display:grid; grid-template-columns: 1fr 1fr; gap:10px; margin-top: 8px; }
.estimate-form input, .estimate-form select{
  width:100%;
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(245,242,234,0.90);
  border: 1px solid rgba(245,242,234,0.18);
  outline: none;
  font-weight: 600;
}
.estimate-form input::placeholder{ color: rgba(26,28,22,0.55); font-weight: 600; }
.btn-full{ width:100%; justify-content:center; margin-top: 10px; }
.fineprint{ margin-top: 8px; color: rgba(245,242,234,0.65); font-size: 12px; line-height:1.4; }
@media (max-width: 980px){
  .estimate-grid{ grid-template-columns: 1fr; }
  .estimate-form .fgrid{ grid-template-columns: 1fr; }
}

/* Service area alignment + spacing */
#service-area .section-head{ text-align:center; max-width: 760px; margin: 0 auto; }
#service-area .section-head p{ margin-left:auto; margin-right:auto; }
#service-area{ padding-bottom: 90px; }

/* ============================================================ PRICING SECTION */
#pricing { padding: 100px 0; background: var(--paper); }
.pricing-head { text-align: center; max-width: 680px; margin: 0 auto 56px; }
.pricing-head .h2 { margin-bottom: 18px; }
.pricing-head p { font-size: 0.97rem; font-weight: 300; color: #5a5a50; line-height: 1.75; }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto 48px;
}
.price-card {
  background: white;
  border: 1.5px solid var(--light-rule);
  border-radius: 4px;
  padding: 36px 32px;
  position: relative;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.price-card:hover {
  border-color: var(--grass);
  box-shadow: 0 12px 40px rgba(74,122,46,0.1);
}
.price-card.featured {
  border-color: var(--grass);
  background: var(--ink);
}
.price-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--lime);
  color: var(--ink);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 999px;
}
.price-type {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--grass);
  margin-bottom: 12px;
}
.price-card.featured .price-type { color: var(--lime); }
.price-name {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 1.55rem;
  color: var(--ink);
  margin-bottom: 8px;
  line-height: 1.1;
}
.price-card.featured .price-name { color: white; }
.price-range {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 2rem;
  color: var(--grass);
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}
.price-card.featured .price-range { color: var(--lime); }
.price-unit {
  font-size: 0.82rem;
  font-weight: 300;
  color: var(--warm-gray);
  margin-bottom: 24px;
}
.price-card.featured .price-unit { color: rgba(255,255,255,0.4); }
.price-divider {
  height: 1px;
  background: var(--light-rule);
  margin-bottom: 24px;
}
.price-card.featured .price-divider { background: rgba(255,255,255,0.1); }
.price-features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.price-features li {
  font-size: 0.9rem;
  font-weight: 300;
  color: #5a5a50;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}
.price-card.featured .price-features li { color: rgba(255,255,255,0.65); }
.price-features li::before {
  content: '✓';
  font-weight: 700;
  color: var(--grass);
  flex-shrink: 0;
  margin-top: 1px;
}
.price-card.featured .price-features li::before { color: var(--lime); }
.price-note {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
  font-size: 0.88rem;
  font-weight: 300;
  color: var(--warm-gray);
  line-height: 1.7;
  padding: 20px 24px;
  border: 1px solid var(--light-rule);
  border-radius: 3px;
  background: white;
}
@media (max-width: 900px) {
  .pricing-grid { grid-template-columns: 1fr; max-width: 460px; }
}

/* ============================================================ TESTIMONIALS UPGRADE */
.rev-rating-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
  padding: 20px 24px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 3px;
}
.rev-big-score {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 3.5rem;
  color: white;
  line-height: 1;
}
.rev-score-right { display: flex; flex-direction: column; gap: 6px; }
.rev-score-stars { display: flex; gap: 3px; }
.rev-score-stars span { color: #fbbf24; font-size: 1.1rem; }
.rev-score-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}
.rev-google-badge {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: white;
  border-radius: 3px;
}
.rev-google-badge span {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #444;
}
.rev-google-g {
  font-size: 1.1rem;
  font-weight: 900;
  background: linear-gradient(135deg, #4285F4, #EA4335, #FBBC05, #34A853);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.rev-cta-row {
  margin-top: 36px;
  text-align: center;
}
.rev-cta-row p {
  font-size: 0.92rem;
  font-weight: 300;
  color: rgba(255,255,255,0.45);
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .rev-rating-bar { flex-wrap: wrap; }
  .rev-google-badge { margin-left: 0; }
}

/* ============================================================ PULSING MOBILE CTA */
.pulse-cta {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 18px;
  z-index: 600;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--lime);
  color: var(--ink);
  font-size: 1.4rem;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(126,200,80,0.5);
  animation: pulse-ring 2.2s ease-out infinite;
}
@keyframes pulse-ring {
  0% { box-shadow: 0 0 0 0 rgba(126,200,80,0.55), 0 4px 20px rgba(126,200,80,0.4); }
  60% { box-shadow: 0 0 0 16px rgba(126,200,80,0), 0 4px 20px rgba(126,200,80,0.4); }
  100% { box-shadow: 0 0 0 0 rgba(126,200,80,0), 0 4px 20px rgba(126,200,80,0.4); }
}
@media (max-width: 768px) {
  .pulse-cta { display: flex; }
}

/* ============================================================ */
/* INTERIOR PAGES — added 2026-08-11                            */
/* Layout for /services/ and /areas/ pages. Reuses the tokens    */
/* and components above; only adds what interior pages need.     */
/* ============================================================ */

.pg-hero { background: var(--ink); color: #fff; padding: 64px 0 56px; position: relative; }
.pg-hero::after { content:''; position:absolute; left:0; right:0; bottom:0; height:3px; background: var(--lime); }
.pg-hero .wrap { max-width: 1300px; margin: 0 auto; padding: 0 32px; }
.pg-crumb { font-family:'Barlow Condensed',sans-serif; font-size:.74rem; letter-spacing:.12em; text-transform:uppercase; color:rgba(255,255,255,.42); margin-bottom:18px; }
.pg-crumb a { color:rgba(255,255,255,.62); text-decoration:none; }
.pg-crumb a:hover { color: var(--lime); }
.pg-h1 { font-family:'Playfair Display',serif; font-weight:900; font-size:clamp(2.1rem,4.4vw,3.6rem); line-height:1.04; letter-spacing:-.02em; max-width:900px; margin-bottom:20px; }
.pg-h1 em { font-style:italic; color:var(--lime); }
.pg-lede { font-size:1.06rem; font-weight:300; line-height:1.75; color:rgba(255,255,255,.74); max-width:640px; border-left:2px solid var(--lime); padding-left:18px; }
.pg-hero-ctas { display:flex; flex-wrap:wrap; gap:12px; margin-top:30px; }

.pg-body { padding: 68px 0 20px; }
.pg-body .wrap { max-width:1300px; margin:0 auto; padding:0 32px; }
.pg-grid { display:grid; grid-template-columns: minmax(0,1fr) 340px; gap:56px; align-items:start; }
.pg-main > h2 { font-family:'Playfair Display',serif; font-weight:700; font-size:clamp(1.5rem,2.5vw,2.05rem); line-height:1.2; margin:44px 0 16px; letter-spacing:-.01em; }
.pg-main > h2:first-child { margin-top:0; }
.pg-main > h3 { font-family:'Barlow Condensed',sans-serif; font-weight:700; font-size:1.16rem; letter-spacing:.02em; margin:30px 0 10px; }
.pg-main p { font-size:1rem; font-weight:300; line-height:1.82; color:#3a4034; margin-bottom:17px; }
.pg-main ul, .pg-main ol { margin:0 0 20px 20px; }
.pg-main li { font-size:1rem; font-weight:300; line-height:1.75; color:#3a4034; margin-bottom:9px; }
.pg-main strong { font-weight:600; color:var(--ink); }
.pg-main a { color:var(--grass); text-decoration:underline; text-underline-offset:2px; }

.callout { background:var(--cream); border-left:3px solid var(--lime); padding:22px 24px; margin:28px 0; border-radius:2px; }
.callout p:last-child { margin-bottom:0; }
.callout-t { font-family:'Barlow Condensed',sans-serif; font-weight:700; text-transform:uppercase; letter-spacing:.08em; font-size:.8rem; color:var(--moss); margin-bottom:8px; }

.ptable { width:100%; border-collapse:collapse; margin:24px 0; font-size:.95rem; }
.ptable th, .ptable td { text-align:left; padding:12px 14px; border-bottom:1px solid var(--light-rule); font-weight:300; }
.ptable th { font-family:'Barlow Condensed',sans-serif; font-weight:700; text-transform:uppercase; letter-spacing:.06em; font-size:.78rem; background:var(--cream); }
.ptable td:first-child { font-weight:500; }
.tbl-scroll { overflow-x:auto; -webkit-overflow-scrolling:touch; }

.pg-side { position:sticky; top:84px; }
.side-card { background:var(--ink); color:#fff; border-radius:3px; padding:26px 24px; margin-bottom:18px; }
.side-card h3 { font-family:'Barlow Condensed',sans-serif; font-weight:700; text-transform:uppercase; letter-spacing:.06em; font-size:1rem; margin-bottom:12px; }
.side-card p { font-size:.9rem; font-weight:300; line-height:1.7; color:rgba(255,255,255,.62); margin-bottom:16px; }
.side-card .btn-g, .side-card .btn-og { width:100%; text-align:center; margin-bottom:8px; }
.side-list { background:var(--paper); border:1px solid var(--light-rule); border-radius:3px; padding:22px 24px; }
.side-list h3 { font-family:'Barlow Condensed',sans-serif; font-weight:700; text-transform:uppercase; letter-spacing:.06em; font-size:.88rem; color:var(--moss); margin-bottom:12px; }
.side-list ul { list-style:none; margin:0; }
.side-list li { margin-bottom:9px; font-size:.92rem; font-weight:300; }
.side-list a { color:var(--ink); text-decoration:none; border-bottom:1px solid transparent; }
.side-list a:hover { color:var(--grass); border-bottom-color:var(--grass); }

.pg-faq { border-top:1px solid var(--light-rule); margin-top:44px; padding-top:36px; }
.pg-faq details { border-bottom:1px solid var(--light-rule); padding:16px 0; }
.pg-faq summary { cursor:pointer; font-family:'Barlow Condensed',sans-serif; font-weight:700; font-size:1.05rem; letter-spacing:.01em; list-style:none; display:flex; justify-content:space-between; gap:16px; }
.pg-faq summary::-webkit-details-marker { display:none; }
.pg-faq summary::after { content:'+'; color:var(--grass); font-size:1.2rem; flex-shrink:0; }
.pg-faq details[open] summary::after { content:'−'; }
.pg-faq details p { margin-top:12px; margin-bottom:0; }

.pg-cta { background:var(--earth); color:#fff; margin-top:56px; padding:56px 0; text-align:center; }
.pg-cta h2 { font-family:'Playfair Display',serif; font-weight:700; font-size:clamp(1.6rem,3vw,2.3rem); margin-bottom:14px; }
.pg-cta p { color:rgba(255,255,255,.6); font-weight:300; max-width:560px; margin:0 auto 26px; line-height:1.7; }
.pg-cta .btn-row { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }

.area-chips { display:flex; flex-wrap:wrap; gap:8px; margin:20px 0 6px; }
.area-chips a { font-family:'Barlow Condensed',sans-serif; font-size:.82rem; font-weight:600; letter-spacing:.05em; text-transform:uppercase; padding:7px 13px; border:1px solid var(--rule); border-radius:2px; text-decoration:none; color:var(--bark); transition:.18s; }
.area-chips a:hover { background:var(--lime); border-color:var(--lime); color:var(--ink); }

@media (max-width: 1000px) {
  .pg-grid { grid-template-columns:1fr; gap:40px; }
  .pg-side { position:static; }
}
@media (max-width: 700px) {
  .pg-hero { padding:44px 0 40px; }
  .pg-hero .wrap, .pg-body .wrap { padding:0 18px; }
  .pg-body { padding:44px 0 10px; }
  .pg-lede { font-size:1rem; }
}

/* Services hub cards — light-background variant.
   The homepage .uc-card is white-on-dark for the #use-cases gradient;
   these are the same shape styled for the light interior pages. */
.svc-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.svc-card { background:#fff; border:1px solid var(--light-rule); border-radius:3px; padding:26px 24px; transition:border-color .18s, transform .18s; }
.svc-card:hover { border-color:var(--lime); transform:translateY(-2px); }
.svc-card h3 { font-family:'Playfair Display',serif; font-weight:800; font-size:1.12rem; line-height:1.2; margin-bottom:10px; }
.svc-card h3 a { color:var(--ink); text-decoration:none; }
.svc-card:hover h3 a { color:var(--grass); }
.svc-card p { font-size:.93rem; font-weight:300; color:#4a5142; line-height:1.7; margin:0; }
@media (max-width:980px) { .svc-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width:640px) { .svc-grid { grid-template-columns:1fr; } }


/* ============================================================ */
/* BLOG POST LAYOUT — extracted from the existing posts 2026-08-11 */
/* so new posts can share the stylesheet instead of re-inlining    */
/* an 11KB <style> block on every page.                            */
/* ============================================================ */

.blog-hero {background:var(--ink);padding:72px 0 56px;}
.blog-hero .inner {max-width:860px;margin:0 auto;padding:0 32px;}
.blog-crumb {font-family:'Barlow Condensed',sans-serif;font-weight:600;font-size:0.7rem;letter-spacing:0.16em;text-transform:uppercase;color:rgba(255,255,255,0.35);margin-bottom:20px;display:flex;align-items:center;gap:8px;}
.blog-crumb a {color:rgba(255,255,255,0.35);text-decoration:none;transition:color 0.2s;}
.blog-crumb a:hover {color:var(--lime);}
.blog-crumb-sep {color:rgba(255,255,255,0.18);}
.blog-kicker {font-family:'Barlow Condensed',sans-serif;font-weight:600;font-size:0.7rem;letter-spacing:0.2em;text-transform:uppercase;color:var(--lime);margin-bottom:16px;display:flex;align-items:center;gap:10px;}
.blog-kicker::before {content:'';display:block;width:20px;height:1px;background:var(--lime);}
.blog-post-title {font-family:'Playfair Display',serif;font-weight:900;font-size:clamp(2rem,4vw,3.2rem);color:white;line-height:1.05;letter-spacing:-0.02em;margin-bottom:24px;}
.blog-post-meta {display:flex;flex-wrap:wrap;gap:18px;font-family:'Barlow Condensed',sans-serif;font-weight:600;font-size:0.72rem;letter-spacing:0.1em;text-transform:uppercase;color:rgba(255,255,255,0.35);}
.post-body {max-width:860px;margin:0 auto;padding:64px 32px 100px;}
.post-intro {font-size:1.08rem;font-weight:400;color:#3a3a30;line-height:1.85;margin-bottom:40px;padding-bottom:40px;border-bottom:2px solid var(--light-rule);}
.post-body h2 {font-family:'Playfair Display',serif;font-weight:900;font-size:1.75rem;color:var(--ink);margin:48px 0 16px;line-height:1.1;}
.post-body h3 {font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:0.95rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--grass);margin:32px 0 12px;}
.post-body p {font-size:0.98rem;font-weight:300;color:#4a4a40;line-height:1.9;margin-bottom:20px;}
.post-body ul {margin:0 0 20px 22px;}
.post-body ul li {font-size:0.98rem;font-weight:300;color:#4a4a40;line-height:1.85;margin-bottom:10px;}
.post-body strong {font-weight:600;color:var(--ink);}
.cta-block {background:var(--ink);padding:40px 48px;border-radius:3px;margin-top:56px;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;}
.cta-block h3 {font-family:'Playfair Display',serif;font-weight:900;font-size:1.5rem;color:white;margin-bottom:8px;}
.cta-block p {font-size:0.92rem;font-weight:300;color:rgba(255,255,255,0.5);line-height:1.7;margin:0;}
.cta-btn {font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:0.92rem;letter-spacing:0.08em;text-transform:uppercase;background:var(--lime);color:var(--ink);text-decoration:none;padding:15px 28px;border-radius:2px;white-space:nowrap;display:inline-block;transition:background 0.2s;}
.cta-btn:hover {background:#9de068;}
@media(max-width:700px){
  .cta-block {grid-template-columns:1fr;}
  .post-body {padding:40px 18px 80px;}
}
.related {background:var(--ink);padding:72px 0;}
.related .wrap {display:grid;gap:40px;}
.related-label {font-family:'Barlow Condensed',sans-serif;font-weight:600;font-size:0.7rem;letter-spacing:0.2em;text-transform:uppercase;color:var(--lime);margin-bottom:8px;}
.related-head-title {font-family:'Playfair Display',serif;font-weight:900;font-size:2rem;color:white;margin-bottom:32px;}
.related-grid {display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.related-card {background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.08);border-radius:3px;padding:28px 24px;text-decoration:none;transition:background 0.2s,border-color 0.2s;display:block;}
.related-card:hover {background:rgba(255,255,255,0.09);border-color:rgba(255,255,255,0.15);}
.rc-tag {font-family:'Barlow Condensed',sans-serif;font-weight:600;font-size:0.65rem;letter-spacing:0.16em;text-transform:uppercase;color:var(--lime);margin-bottom:10px;}
.rc-title {font-family:'Playfair Display',serif;font-weight:700;font-size:1.1rem;color:white;line-height:1.3;margin-bottom:12px;}
.rc-arrow {font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:0.72rem;letter-spacing:0.1em;text-transform:uppercase;color:rgba(255,255,255,0.3);}
@media(max-width:900px){
  .related-grid {grid-template-columns:1fr;}
}
