/* ============================================================
   LAP Landscaping — Hard Redesign Pass (v3)
   Local prototype only. Not for deployment.
   ============================================================ */

:root {
  --bg: #FAF7F2;
  --cream: #F5EFE3;
  --cream-2: #EDE5D2;
  --green: #1F3D2B;
  --green-deep: #14271C;
  --green-2: #2D5639;
  --green-3: #4A7C59;
  --sage: #A8C0A4;
  --tan: #C9A876;
  --tan-2: #D9BC8E;
  --tan-deep: #8C6E45;
  --ink: #232323;
  --mute: #6A6A6A;
  --line: #E7DFD1;
  --line-soft: #EFE9DC;
  --shadow-xs: 0 1px 4px rgba(31, 61, 43, 0.05);
  --shadow-sm: 0 4px 14px rgba(31, 61, 43, 0.07);
  --shadow-md: 0 14px 36px rgba(31, 61, 43, 0.10);
  --shadow-lg: 0 30px 70px rgba(31, 61, 43, 0.16);
  --r-sm: 12px;
  --r-md: 18px;
  --r-lg: 24px;
  --r-xl: 32px;
  --r-2xl: 40px;
  --maxw: 1240px;
  --pad: clamp(20px, 4vw, 56px);
  --t: cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.12;
  margin: 0 0 .5em;
  color: var(--green);
}
h1 { font-size: clamp(2.4rem, 5vw, 4.2rem); font-weight: 700; }
h2 { font-size: clamp(1.85rem, 3.2vw, 2.85rem); font-weight: 600; }
h3 { font-size: 1.2rem; font-weight: 600; }
h4 { font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; color: var(--tan); font-family: 'Plus Jakarta Sans', sans-serif; }
em { font-style: italic; color: var(--tan-deep); }
p { margin: 0 0 1em; }

/* ============== UTILITY BAR ============== */
.util {
  background: var(--green-deep);
  color: var(--cream);
  font-size: .82rem;
}
.util-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 9px var(--pad);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.util-loc { display: inline-flex; align-items: center; gap: 6px; opacity: .9; }
.util-spacer { flex: 1; min-width: 8px; }
.util-bilingual {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201, 168, 118, .14);
  color: var(--cream);
  padding: 5px 14px;
  border-radius: 999px;
  font-size: .78rem;
  letter-spacing: .01em;
  border: 1px solid rgba(201, 168, 118, .25);
}
.bilingual-flag { font-size: .95rem; }
.util-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--cream);
  text-decoration: none;
  opacity: .92;
  font-weight: 500;
}
.util-link:hover { color: var(--tan); opacity: 1; }
.util-legal-group { display: inline-flex; align-items: center; gap: 6px; }
.util-legal { font-size: .78rem; opacity: .72; letter-spacing: .01em; }
.util-legal:hover { opacity: 1; color: var(--tan); }
.util-legal-sep { opacity: .45; font-size: .78rem; }
@media (max-width: 900px) { .util-legal-group { display: none; } }
.lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(245, 239, 227, .14);
  border-radius: 999px;
  padding: 2px 4px;
  margin-left: 4px;
}
.lang-toggle span { color: rgba(245, 239, 227, .35); font-size: .8rem; }
.lang-btn {
  background: transparent;
  border: 0;
  color: rgba(245, 239, 227, .65);
  font: inherit;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 4px 10px;
  border-radius: 999px;
  cursor: pointer;
  transition: background .25s var(--t), color .25s var(--t);
  font-family: inherit;
}
.lang-btn:hover { color: var(--cream); }
.lang-btn.is-active { background: var(--cream); color: var(--green); }
.lang-toggle-light .lang-btn.is-active { background: var(--tan); color: var(--green-deep); }

/* ============== HEADER ============== */
.hdr {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 247, 242, .92);
  backdrop-filter: saturate(160%) blur(12px);
  -webkit-backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s var(--t);
}
.hdr.hdr-scrolled { box-shadow: 0 6px 22px rgba(31,61,43,.07); }
.hdr-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 14px var(--pad);
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.brand-logo {
  height: 64px;
  width: auto;
  display: block;
}
.brand-logo-light {
  height: 64px;
  filter: brightness(1.8) contrast(0.85);
  mix-blend-mode: screen;
  /* screen blend on dark footer makes white background transparent, logo stays readable */
}

.nav {
  display: flex;
  gap: 30px;
  margin: 0 auto;
}
.nav a {
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  font-size: .95rem;
  position: relative;
  padding: 6px 0;
  transition: color .25s var(--t);
}
.nav a::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: -2px;
  height: 2px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .3s var(--t);
}
.nav a:hover { color: var(--green); }
.nav a:hover::after { transform: scaleX(1); }
.nav-cta { flex-shrink: 0; }

.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  width: 40px; height: 40px;
  padding: 8px;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--green);
  margin: 5px 0;
  transition: transform .3s var(--t), opacity .2s var(--t);
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mnav {
  display: none;
  flex-direction: column;
  padding: 8px var(--pad) 20px;
  gap: 4px;
  border-top: 1px solid var(--line);
  background: var(--bg);
}
.mnav a {
  text-decoration: none;
  color: var(--ink);
  font-weight: 500;
  padding: 12px 8px;
  border-radius: var(--r-sm);
}
.mnav a:hover { background: var(--cream); color: var(--green); }
.mnav .btn { margin-top: 8px; text-align: center; }

/* ============== BUTTONS ============== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .95rem;
  text-decoration: none;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .3s var(--t), box-shadow .3s var(--t), background .25s var(--t), color .25s var(--t), border-color .25s var(--t);
  white-space: nowrap;
  font-family: inherit;
  letter-spacing: -0.005em;
}
.btn-lg { padding: 17px 30px; font-size: 1.02rem; }
.btn-block { width: 100%; }
.btn-primary { background: var(--green); color: var(--cream); }
.btn-primary:hover { background: var(--green-2); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-ghost { background: transparent; color: var(--green); border-color: var(--green); }
.btn-ghost:hover { background: var(--green); color: var(--cream); transform: translateY(-2px); }
.btn-ghost-light { background: transparent; color: var(--cream); border-color: var(--cream); }
.btn-ghost-light:hover { background: var(--cream); color: var(--green); transform: translateY(-2px); }
.btn-tan { background: var(--tan); color: var(--green-deep); border-color: var(--tan); }
.btn-tan:hover { background: var(--tan-2); border-color: var(--tan-2); transform: translateY(-2px); box-shadow: var(--shadow-md); }

/* ============== EYEBROW ============== */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--green);
  font-weight: 700;
  margin-bottom: 16px;
}
.eyebrow.light { color: var(--tan); }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--tan); }
.dot.light { background: var(--tan); }

/* ============== HERO ============== */
.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 7vw, 110px) var(--pad) clamp(56px, 7vw, 110px);
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(900px 480px at 95% 10%, rgba(168, 192, 164, .35), transparent 60%),
    radial-gradient(700px 460px at 0% 100%, rgba(201, 168, 118, .22), transparent 65%);
  z-index: -1;
}
.hero-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(36px, 5vw, 88px);
  align-items: center;
}
.hero-pill {
  display: inline-block;
  background: var(--green);
  color: var(--tan);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.hero-copy h1 {
  margin-bottom: 12px;
}
.hero-copy h1 em {
  font-style: italic;
  color: var(--tan-deep);
  font-weight: 600;
}
.hero-region {
  font-family: 'Fraunces', serif;
  font-size: 1.05rem;
  font-style: italic;
  color: var(--green-3);
  margin: 0 0 16px;
}
.hero-lede {
  color: var(--mute);
  font-size: 1.08rem;
  max-width: 560px;
  margin: 0 0 28px;
}
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 18px;
}
.hero-bilingual {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(168, 192, 164, .25);
  color: var(--green-2);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: .87rem;
  font-weight: 600;
  margin: 6px 0 0;
  border: 1px solid rgba(74, 124, 89, .2);
}

.hero-art {
  position: relative;
  min-height: 540px;
}
.hero-photo-wrap {
  position: absolute;
  inset: 0 0 70px 30px;
  border-radius: var(--r-2xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--cream);
}
.hero-photo-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(135deg, rgba(31,61,43,.0) 35%, rgba(31,61,43,.18) 100%);
  pointer-events: none;
}
.hero-photo {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  display: block;
  transition: transform .6s var(--t);
  will-change: transform;
}

.hero-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--cream);
  padding: 18px 22px;
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 240px;
  z-index: 3;
}
.hero-badge-stars { color: var(--tan); letter-spacing: 2px; font-size: 1rem; }
.hero-badge-line {
  font-family: 'Fraunces', serif;
  color: var(--green);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.2;
}
.hero-badge-sub { color: var(--mute); font-size: .82rem; }

.hero-card-mini {
  position: absolute;
  left: -16px; top: 8%;
  background: var(--cream);
  padding: 14px 18px;
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .85rem;
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  z-index: 3;
}
.mini-ico { display: inline-flex; }

/* ============== TRUST ROW ============== */
.trust-row {
  background: var(--cream);
  padding: clamp(40px, 5vw, 64px) var(--pad);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trust-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.trust-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: transform .3s var(--t), box-shadow .3s var(--t), border-color .3s var(--t);
}
.trust-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.trust-ico {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--green);
  color: var(--cream);
  display: grid;
  place-items: center;
  margin-bottom: 6px;
}
.trust-card h3 { margin: 0; font-family: 'Fraunces', serif; font-size: 1.1rem; }
.trust-card p { color: var(--mute); margin: 0; font-size: .92rem; line-height: 1.5; }

/* ============== SECTIONS ============== */
.section {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(72px, 8vw, 130px) var(--pad);
}
.section-head {
  max-width: 760px;
  margin: 0 auto clamp(36px, 5vw, 60px);
  text-align: center;
}
.section-head .lede { color: var(--mute); font-size: 1.06rem; margin: 0 auto; }

/* ============== SERVICES GRID ============== */
.services-section { background: var(--bg); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.svc-card {
  position: relative;
  background: #fff;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: transform .35s var(--t), box-shadow .35s var(--t), border-color .35s var(--t);
}
.svc-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.svc-card:hover .svc-img img { transform: scale(1.06); }
.svc-card:hover .svc-link { color: var(--tan-deep); transform: translateX(4px); }

.svc-img {
  aspect-ratio: 16 / 11;
  position: relative;
  overflow: hidden;
  background: var(--cream);
}
.svc-img img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .8s var(--t);
}
.svc-img::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(31, 61, 43, .35) 100%);
  pointer-events: none;
}
.svc-body {
  padding: 24px 26px 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.svc-icon {
  display: inline-grid;
  place-items: center;
  width: 38px; height: 38px;
  border-radius: 12px;
  background: var(--cream);
  color: var(--green);
  margin-bottom: 4px;
}
.svc-body h3 {
  margin: 0;
  font-family: 'Fraunces', serif;
  font-size: 1.22rem;
  color: var(--green);
}
.svc-body p { color: var(--mute); margin: 0 0 8px; font-size: .94rem; }
.svc-card-logo {
  position: absolute;
  bottom: 14px;
  right: 16px;
  width: 34px;
  height: auto;
  opacity: 0.15;
  pointer-events: none;
  display: block;
}
.svc-link {
  color: var(--green);
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .01em;
  transition: color .25s var(--t), transform .25s var(--t);
  display: inline-block;
}

/* ============== IMG FALLBACK ============== */
.img-fallback {
  display: block;
  width: 100%; height: 100%;
  position: absolute; inset: 0;
}
.img-fallback[data-tile="patio"] { background: radial-gradient(circle at 25% 30%, rgba(255,255,255,.35), transparent 60%), linear-gradient(135deg, #C9A876, #8C6E45); }
.img-fallback[data-tile="irrigation"] { background: radial-gradient(circle at 25% 30%, rgba(255,255,255,.35), transparent 60%), linear-gradient(135deg, #6FA8C9, #2D5670); }
.img-fallback[data-tile="sod"] { background: radial-gradient(circle at 25% 30%, rgba(255,255,255,.35), transparent 60%), linear-gradient(135deg, #8FB07F, #4A7C59); }
.img-fallback[data-tile="lighting"] { background: radial-gradient(circle at 75% 25%, rgba(255, 220, 150, .55), transparent 55%), linear-gradient(135deg, #2A2A2A, #4A3A2A); }
.img-fallback[data-tile="drainage"] { background: radial-gradient(circle at 25% 30%, rgba(255,255,255,.35), transparent 60%), linear-gradient(135deg, #5C7A6B, #2F4538); }
.img-fallback[data-tile="lawn"] { background: radial-gradient(circle at 25% 30%, rgba(255,255,255,.35), transparent 60%), linear-gradient(135deg, #A8C0A4, #4A7C59); }
.img-fallback[data-tile="walls"]    { background: radial-gradient(circle at 25% 30%, rgba(255,255,255,.35), transparent 60%), linear-gradient(135deg, #B89878, #5C4530); }
.img-fallback[data-tile="stone"]    { background: radial-gradient(circle at 25% 30%, rgba(255,255,255,.35), transparent 60%), linear-gradient(135deg, #D4C4A0, #9A8260); }
.img-fallback[data-tile="concrete"] { background: radial-gradient(circle at 25% 30%, rgba(255,255,255,.25), transparent 60%), linear-gradient(135deg, #B8B8B8, #6A6A6A); }
.img-fallback[data-tile="drywall"]  { background: radial-gradient(circle at 25% 30%, rgba(255,255,255,.40), transparent 60%), linear-gradient(135deg, #E0D8C8, #A09080); }

/* ============== ABOUT ============== */
.about-section { background: var(--cream); padding-top: clamp(72px, 8vw, 130px); padding-bottom: clamp(72px, 8vw, 130px); }
.about-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 5vw, 80px);
  align-items: center;
}
.about-cluster {
  position: relative;
  height: 540px;
}
.ac-img {
  position: absolute;
  border-radius: var(--r-xl);
  object-fit: cover;
  box-shadow: var(--shadow-md);
}
.ac-1 { left: 0; top: 30px; width: 60%; height: 60%; }
.ac-2 { right: 0; top: 0; width: 50%; height: 45%; }
.ac-3 { right: 8%; bottom: 0; width: 56%; height: 50%; }
.ac-badge {
  position: absolute;
  left: 0; bottom: 0;
  background: var(--cream);
  padding: 16px 22px;
  border-radius: var(--r-md);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  z-index: 4;
}
.ac-badge strong { color: var(--green); font-family: 'Fraunces', serif; font-size: 1.05rem; }
.ac-badge span { color: var(--mute); font-size: .85rem; }

.about-list {
  list-style: none;
  padding: 0;
  margin: 26px 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.about-list li { display: flex; gap: 16px; align-items: flex-start; }
.about-ico {
  flex: 0 0 38px;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--green);
  color: var(--cream);
  display: grid;
  place-items: center;
  font-family: 'Fraunces', serif;
  font-size: 1rem;
}
.about-list strong { color: var(--green); }

/* ============== FEATURED PROJECTS ============== */
.projects-section {
  background: var(--green-deep);
  color: var(--cream);
  padding: clamp(72px, 8vw, 130px) var(--pad);
  position: relative;
  overflow: hidden;
}
.projects-section::before {
  content: "";
  position: absolute;
  width: 600px; height: 600px;
  right: -200px; top: -200px;
  background: radial-gradient(circle, rgba(201, 168, 118, .18), transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}
.projects-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(36px, 5vw, 80px);
  align-items: center;
  position: relative;
}
.projects-copy h2 { color: var(--cream); }
.projects-copy h2 em { color: var(--tan); }
.projects-copy p { color: rgba(245, 239, 227, .8); font-size: 1.05rem; max-width: 480px; }
.projects-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 200px 200px 200px;
  gap: 14px;
}
.pm {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-md);
}
.pm-1 { grid-column: 1; grid-row: 1 / span 2; }
.pm-2 { grid-column: 2; grid-row: 1; }
.pm-3 { grid-column: 2; grid-row: 2; }
.pm-4 { grid-column: 1 / span 2; grid-row: 3; height: 200px; }

/* ============== PROCESS ============== */
.process-section { background: var(--bg); }
.process {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: var(--maxw);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  position: relative;
}
.process::before {
  content: "";
  display: none; /* ponytail: connector linked the step numbers; removed with them */
  position: absolute;
  left: 8%; right: 8%; top: 28px;
  height: 1px;
  background: repeating-linear-gradient(90deg, var(--line) 0 6px, transparent 6px 12px);
  z-index: 0;
}
.process li {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px;
  position: relative;
  z-index: 1;
  transition: transform .3s var(--t), box-shadow .3s var(--t);
}
.process li:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.step-n {
  display: grid;
  place-items: center;
  background: var(--green);
  color: var(--cream);
  width: 46px; height: 46px;
  border-radius: 50%;
  font-family: 'Fraunces', serif;
  font-size: 1.05rem;
  margin-bottom: 14px;
}
.process li h3 { font-family: 'Fraunces', serif; font-size: 1.18rem; margin: 0 0 8px; }
.process li p { color: var(--mute); margin: 0; font-size: .94rem; }

/* ============== REVIEWS ============== */
.reviews-section { background: var(--cream); padding-top: clamp(72px, 8vw, 130px); padding-bottom: clamp(72px, 8vw, 130px); max-width: none; }
.reviews-rating {
  display: inline-flex;
  align-items: baseline;
  gap: 14px;
  margin: 18px 0 8px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow-xs);
}
.reviews-rating-num { font-family: 'Fraunces', serif; font-size: 2.6rem; font-weight: 700; color: var(--green); line-height: 1; }
.reviews-rating-stars { color: var(--tan-deep); font-size: 1.55rem; letter-spacing: 4px; text-shadow: 0 1px 0 rgba(140, 110, 69, .08); }
.reviews-rating-meta { color: var(--mute); font-size: .82rem; font-style: italic; }
.reviews-section .section-head { max-width: 760px; margin: 0 auto clamp(36px, 5vw, 60px); }
.reviews-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.review-card {
  position: relative;
  background: linear-gradient(180deg, #fffdf8 0%, #fbf6ec 100%);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 34px 30px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform .3s var(--t), box-shadow .3s var(--t), border-color .3s var(--t);
  overflow: hidden;
}
.review-card::before {
  content: "\201C";
  position: absolute;
  top: -22px;
  left: 18px;
  font-family: 'Fraunces', serif;
  font-size: 9rem;
  font-weight: 700;
  line-height: 1;
  color: var(--tan);
  opacity: .14;
  pointer-events: none;
  user-select: none;
}
.review-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--tan-2); }
.review-card p { font-size: 1.05rem; line-height: 1.65; margin: 4px 0 18px; color: var(--ink); position: relative; z-index: 1; }
.stars { color: var(--tan-deep); letter-spacing: 3px; font-size: 1.2rem; position: relative; z-index: 1; }
.review-card footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
  margin-top: 6px;
  position: relative;
  z-index: 1;
}
.review-card footer strong { color: var(--green); font-family: 'Fraunces', serif; font-size: 1.02rem; font-weight: 600; }
.review-card footer span {
  display: inline-block;
  padding: 4px 12px;
  background: var(--cream-2);
  color: var(--tan-deep);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 999px;
  border: 1px solid var(--line);
}

/* ============== FAQ ============== */
.faq-section { background: var(--bg); }
.faq-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(36px, 5vw, 80px);
}
.faq-head { position: sticky; top: 110px; align-self: start; }
.faq-title { display: block; }
.faq-bilingual {
  font-family: 'Fraunces', serif;
  font-style: italic;
  color: var(--tan-deep);
  font-weight: 500;
  display: inline-block;
}
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 4px;
  transition: border-color .25s var(--t), box-shadow .25s var(--t);
}
.faq-item[open] { border-color: var(--green); box-shadow: var(--shadow-sm); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 20px;
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--green);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.5rem;
  color: var(--tan-deep);
  transition: transform .3s var(--t);
}
.faq-item[open] summary::after { content: "−"; transform: rotate(180deg); }
.faq-body { padding: 0 20px 18px; color: var(--mute); }
.faq-body p { margin: 0; }

/* ============== FINAL CTA BAND ============== */
.cta-band {
  background: var(--green-deep);
  color: var(--cream);
  padding: clamp(72px, 7vw, 120px) var(--pad);
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: "";
  position: absolute;
  width: 700px; height: 700px;
  right: -250px; top: -250px;
  background: radial-gradient(circle, rgba(201, 168, 118, .22), transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}
.cta-band::after {
  content: "";
  position: absolute;
  width: 500px; height: 500px;
  left: -200px; bottom: -200px;
  background: radial-gradient(circle, rgba(74, 124, 89, .25), transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}
.cta-band-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(36px, 5vw, 80px);
  align-items: center;
  position: relative;
}
.cta-title {
  color: var(--cream);
  font-size: clamp(2rem, 3.6vw, 3rem);
  margin: 0 0 16px;
}
.cta-bilingual {
  font-family: 'Fraunces', serif;
  font-style: italic;
  color: var(--tan);
  font-weight: 500;
  display: inline;
}
.cta-band p { color: rgba(245, 239, 227, .82); font-size: 1.05rem; max-width: 520px; }
.cta-band-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
}
.cta-fineprint {
  font-size: .82rem;
  color: rgba(245, 239, 227, .65);
  margin: 6px 0 0;
}

/* ============== FOOTER ============== */
.ftr {
  background: var(--green-deep);
  color: var(--cream);
  padding: 80px var(--pad) 28px;
  border-top: 1px solid rgba(245,239,227,.08);
}
.ftr-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 44px;
}
.ftr-brand .brand-logo-light { height: 64px; }
.ftr-logo-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--cream);
  padding: 14px 22px;
  border-radius: var(--r-md);
  box-shadow:
    0 1px 0 rgba(255,255,255,.5) inset,
    0 12px 28px -10px rgba(0, 0, 0, .35);
}
.ftr-logo-pill .brand-logo { height: 56px; width: auto; display: block; filter: none; }
.ftr-brand-link { display: inline-flex; }
.ftr-brand p { color: rgba(245,239,227,.7); font-size: .94rem; max-width: 320px; margin: 16px 0 12px; }
.ftr-bilingual {
  display: inline-block;
  background: rgba(201, 168, 118, .15);
  color: var(--tan);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.ftr-lang {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(245,239,227,.6);
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.ftr-col { display: flex; flex-direction: column; gap: 10px; }
.ftr-col h4 { color: var(--tan); margin-bottom: 6px; font-size: .8rem; letter-spacing: .14em; }
.ftr-col a, .ftr-col span {
  color: rgba(245,239,227,.78);
  text-decoration: none;
  font-size: .92rem;
}
.ftr-col a:hover { color: var(--tan); }
.ftr-base {
  max-width: var(--maxw);
  margin: 56px auto 0;
  border-top: 1px solid rgba(245,239,227,.12);
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  font-size: .8rem;
  color: rgba(245,239,227,.5);
}
.ftr-flag { color: var(--tan); }

/* ============== STICKY MOBILE CTA ============== */
.sticky-cta {
  position: fixed;
  left: 12px; right: 12px; bottom: 12px;
  display: none;
  gap: 8px;
  z-index: 60;
}
.sc-btn {
  flex: 1;
  text-align: center;
  padding: 14px 0;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: var(--shadow-md);
}
.sc-call { background: var(--cream); color: var(--green); border: 1.5px solid var(--green); }
.sc-est { background: var(--green); color: var(--cream); }

/* ============== SERVICE PAGE LAYOUT ============== */
.svc-page-hero {
  background: linear-gradient(135deg, var(--cream) 0%, var(--bg) 60%);
  padding: clamp(48px, 6vw, 90px) var(--pad);
  position: relative;
  overflow: hidden;
}
.svc-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(700px 380px at 95% 5%, rgba(168, 192, 164, .35), transparent 70%);
  pointer-events: none;
}
.svc-page-hero-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  position: relative;
}
.svc-back-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--green);
  font-size: .85rem;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: .04em;
}
.svc-back-link:hover { color: var(--tan-deep); }
.svc-hero-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--r-2xl);
  box-shadow: var(--shadow-md);
}
.svc-hero-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.svc-hero-wrap .svc-hero-photo {
  display: block;
}
.svc-hero-logo {
  position: absolute;
  bottom: 16px;
  left: 20px;
  width: 90px;
  height: auto;
  opacity: .92;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,.35));
}
.svc-section {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(48px, 6vw, 88px) var(--pad);
}
.svc-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 64px);
}
.check {
  list-style: none;
  padding: 0;
  margin: 18px 0 26px;
  display: grid;
  gap: 12px;
}
.check li {
  position: relative;
  padding-left: 32px;
  color: var(--ink);
}
.check li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 0;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--sage);
  color: var(--green);
  display: grid;
  place-items: center;
  font-size: .78rem;
  font-weight: 700;
  margin-top: 2px;
}

/* ============== CTA card on service pages ============== */
.cta-section { padding: clamp(40px, 6vw, 80px) var(--pad); }
.cta-card {
  max-width: var(--maxw);
  margin: 0 auto;
  background: var(--green);
  border-radius: var(--r-xl);
  color: var(--cream);
  padding: clamp(32px, 5vw, 64px);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
  position: relative;
  overflow: hidden;
}
.cta-card::before {
  content: "";
  position: absolute;
  width: 540px; height: 540px;
  right: -160px; top: -180px;
  background: radial-gradient(circle, rgba(201, 168, 118, .35), transparent 60%);
  border-radius: 50%;
  pointer-events: none;
}
.cta-copy h2 { color: var(--cream); }
.cta-copy h2 em { color: var(--tan); }
.cta-copy p { color: rgba(245, 239, 227, .85); }
.cta-list { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 8px; font-size: .95rem; }
.cta-list li { position: relative; padding-left: 28px; }
.cta-list li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 0;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--tan);
  color: var(--green);
  display: grid;
  place-items: center;
  font-size: .7rem;
  font-weight: 700;
  margin-top: 2px;
}
.cta-form { display: flex; flex-direction: column; gap: 12px; }
.cta-form .btn-ghost { border-color: var(--cream); color: var(--cream); }
.cta-form .btn-ghost:hover { background: var(--cream); color: var(--green); }

/* ============== REVEAL ============== */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s var(--t), transform .8s var(--t);
  will-change: opacity, transform;
}
.reveal.in { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn:hover, .svc-card:hover, .trust-card:hover, .process li:hover, .review-card:hover { transform: none; }
  html { scroll-behavior: auto; }
  .hero-photo { transform: none !important; }
}

/* ============================================================
   v6 IMAGE QUALITY + DIMENSIONAL POLISH
   ============================================================ */

/* Image rendering quality */
img {
  image-rendering: -webkit-optimize-contrast;
}

/* Focal-point helpers (apply per-image where default center isn't ideal) */
.obj-center { object-position: center; }
.obj-top { object-position: center top; }
.obj-bottom { object-position: center bottom; }
.obj-left { object-position: left center; }
.obj-right { object-position: right center; }

/* Service-card images: bias toward top to avoid mockup-card title bleed at bottom of crop */
.svc-img img { object-position: center 25%; }
.svc-card[data-tile="irrigation"] .svc-img img { object-position: center 30%; }
.svc-card[data-tile="lighting"] .svc-img img { object-position: center 35%; }
/* Projects mosaic: same bias */
.pm { object-position: center 25%; }
/* About cluster secondary frames: same */
.ac-2, .ac-3 { object-position: center 25%; }

/* Hero photo: layered depth */
.hero-photo-wrap {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .6) inset,
    0 30px 60px -15px rgba(31, 61, 43, .35),
    0 60px 120px -30px rgba(31, 61, 43, .25);
}
.hero-photo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: 0 0 0 1px rgba(31, 61, 43, .08) inset;
  z-index: 3;
}

/* Hero ambient ring behind photo */
.hero-art::before {
  content: "";
  position: absolute;
  width: 65%;
  aspect-ratio: 1;
  right: -8%;
  top: -6%;
  background: radial-gradient(circle, rgba(201, 168, 118, .22), transparent 65%);
  border-radius: 50%;
  z-index: -1;
  filter: blur(24px);
}

/* Hero badge: more depth */
.hero-badge {
  box-shadow:
    0 0 0 1px rgba(31, 61, 43, .06),
    0 10px 30px -10px rgba(31, 61, 43, .25),
    0 24px 60px -20px rgba(31, 61, 43, .25);
  transform: translateZ(0);
}

/* Service cards: layered shadow stack + 3D-feeling lift */
.svc-card {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .6) inset,
    0 2px 6px rgba(31, 61, 43, .04),
    0 12px 24px -8px rgba(31, 61, 43, .08);
}
.svc-card:hover {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .8) inset,
    0 6px 16px rgba(31, 61, 43, .08),
    0 30px 60px -16px rgba(31, 61, 43, .22);
}
.svc-img {
  background: linear-gradient(135deg, var(--cream) 0%, var(--cream-2) 100%);
}

/* Trust cards: subtle depth */
.trust-card {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .7) inset,
    0 1px 3px rgba(31, 61, 43, .04),
    0 8px 18px -6px rgba(31, 61, 43, .07);
}
.trust-card:hover {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .8) inset,
    0 4px 10px rgba(31, 61, 43, .06),
    0 20px 40px -12px rgba(31, 61, 43, .18);
}

/* About cluster: image stack with mockup-team lead */
.ac-img { transition: transform .5s var(--t), box-shadow .5s var(--t); }
.about-cluster:hover .ac-1 { transform: translateY(-3px); }
.about-cluster:hover .ac-2 { transform: translateY(-2px); }
.about-cluster:hover .ac-3 { transform: translateY(-2px); }
.ac-1 { object-position: center 35%; box-shadow: 0 18px 40px -12px rgba(31,61,43,.28); }
.ac-2, .ac-3 {
  box-shadow:
    0 0 0 4px var(--cream),
    0 18px 40px -12px rgba(31,61,43,.25);
}

/* Projects mosaic: deeper shadow on dark background */
.pm {
  box-shadow:
    0 0 0 1px rgba(245, 239, 227, .06),
    0 14px 32px -10px rgba(0, 0, 0, .55),
    0 30px 60px -20px rgba(0, 0, 0, .45);
  transition: transform .5s var(--t), box-shadow .5s var(--t);
}
.projects-mosaic:hover .pm { box-shadow: 0 0 0 1px rgba(245, 239, 227, .1), 0 20px 40px -10px rgba(0,0,0,.55); }
.pm:hover { transform: translateY(-3px) scale(1.01); }

/* Process cards: layered surface */
.process li {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .7) inset,
    0 6px 14px -6px rgba(31, 61, 43, .07),
    0 16px 36px -16px rgba(31, 61, 43, .14);
}

/* Review cards: layered surface */
.review-card {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .7) inset,
    0 6px 14px -6px rgba(31, 61, 43, .07),
    0 16px 36px -16px rgba(31, 61, 43, .14);
}

/* Final CTA band: depth */
.cta-band-inner {
  text-shadow: 0 1px 0 rgba(0, 0, 0, .12);
}

/* Image-centered helpers used in HTML alt/object-position attributes */
.hero-photo { object-position: center 55%; }
.about-crew-lead { object-position: center 30%; }

/* ============== RESPONSIVE ============== */
@media (max-width: 1100px) {
  .nav { gap: 22px; }
}
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: 1fr; }
  .trust-inner { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(2, 1fr); }
  .process::before { display: none; }
  .ftr-inner { grid-template-columns: 1fr 1fr; }
  .util-bilingual { display: none; }
  .util-mail { display: none; }
  .projects-inner { grid-template-columns: 1fr; }
  .projects-mosaic { grid-template-rows: 180px 180px 180px; }
}
@media (max-width: 760px) {
  .nav, .nav-cta { display: none; }
  .nav-toggle { display: block; margin-left: auto; }
  .mnav.open { display: flex; }
  .hero-inner { grid-template-columns: 1fr; gap: 36px; }
  .hero-art { min-height: 380px; }
  .hero-photo-wrap { inset: 0 6px 60px 6px; }
  .hero-photo { min-height: 320px; }
  .hero-card-mini { left: 0; top: 4%; padding: 10px 14px; font-size: .78rem; }
  .hero-badge { right: 0; padding: 14px 18px; min-width: 200px; }
  .hero-badge-line { font-size: .92rem; }
  .hero-cta .btn { flex: 1 1 auto; min-width: 0; }
  .util-inner { gap: 8px; font-size: .76rem; flex-wrap: wrap; }
  .lang-toggle { margin-left: auto; }
  .util-spacer { display: none; }
  .about-grid { grid-template-columns: 1fr; }
  .about-cluster { height: 460px; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-head { position: static; }
  .cta-band-inner { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .trust-inner { grid-template-columns: 1fr; }
  .ftr-inner { grid-template-columns: 1fr; gap: 32px; }
  .ftr-base { flex-direction: column; }
  .sticky-cta { display: flex; }
  body { padding-bottom: 80px; }
  .projects-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 160px 160px 160px; }
  .pm-1 { grid-row: 1 / span 2; }
  .pm-4 { height: 160px; }
  .svc-cols, .svc-page-hero-inner { grid-template-columns: 1fr; }
  .cta-card { grid-template-columns: 1fr; }
}

/* ============================================================
   v7.2 PREMIUM POLISH PASS — safe-only tweaks (no redesign)
   ============================================================ */

/* Readability — cap lede width so long paragraphs don't sprawl in
   non-centered contexts like the service-page hero and project copy. */
.lede {
  max-width: 62ch;
  line-height: 1.62;
}
.section-head .lede { max-width: 62ch; }

/* Service-page hero: tighten title rhythm and lede width so the column
   reads like a feature opener instead of an edge-to-edge paragraph. */
.svc-page-hero h1 {
  max-width: 22ch;
  margin-bottom: 14px;
}
.svc-page-hero .lede {
  max-width: 56ch;
  margin-bottom: 24px;
}

/* Service hero photo: per-image focal points so each photo sits at its
   most flattering crop. Attribute selectors pick by filename — these
   match the local assets swapped in during the corrections pass. */
.svc-hero-photo[src$="patio-pavers.jpg"]   { object-position: center 60%; }
.svc-hero-photo[src$="irrigation-sprinkler.jpg"] { object-position: center 40%; }
.svc-hero-photo[src$="sod-grass.jpg"]      { object-position: center 55%; }
.svc-hero-photo[src$="lighting-dusk.jpg"]  { object-position: center 45%; }
.svc-hero-photo[src$="drainage-rocks.jpg"] { object-position: center 65%; }
.svc-hero-photo[src$="mulch-beds.jpg"]     { object-position: center 50%; }

/* About cluster: bump mobile height so the new wisteria-archway lead
   image (portrait-leaning crop) doesn't get visually squeezed. */
@media (max-width: 760px) {
  .about-cluster { height: 520px; }
  /* Service hero photo: hard cap on mobile so it doesn't push CTA below fold. */
  .svc-hero-photo { max-height: 360px; }
}

/* Service tile body: light min-height so all six cards align cleanly
   across a row even if copy varies slightly. Only applied on grids of
   2+ columns where parity matters. */
@media (min-width: 760px) {
  .svc-body { min-height: 178px; }
}

/* Service tile link arrow: subtle rest-state hint that this is a link. */
.svc-link::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background: currentColor;
  margin-left: 6px;
  vertical-align: middle;
  transition: width .35s var(--t);
}
.svc-card:hover .svc-link::after { width: 16px; }

/* Service-page CTA card title: cap width so the line break lands
   gracefully instead of stretching across the card. */
.cta-card h2 { max-width: 24ch; }

/* Focus-visible: brand-aligned outline replaces the default browser
   ring so keyboard users get a clean, on-brand cue. */
a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.svc-card:focus-visible,
details.faq-item summary:focus-visible {
  outline: 2px solid var(--tan-deep);
  outline-offset: 3px;
  border-radius: 6px;
}

/* Projects mosaic image polish: ambient inner edge that ties the
   collage together against the dark projects background. */
.projects-mosaic .pm {
  box-shadow:
    0 0 0 1px rgba(245, 239, 227, .08),
    0 18px 36px -12px rgba(0,0,0,.45);
}

/* Reveal animation: smaller initial translate so the page settles
   faster and feels less laggy on mid-tier devices. */
.reveal {
  transform: translateY(14px);
  transition-duration: .65s;
}

/* ============================================================
   v7.3 ANTI-AI POLISH — paper grain, portrait card variant,
   hero pill ambient pulse
   ============================================================ */

/* Tiny inline-SVG noise tile applied as a low-opacity overlay on the
   cream/sand sections. Adds an organic paper feel that flat AI-template
   designs almost never have. multiply blend keeps brand color in charge. */
.services-section,
.about-section,
.reviews-section,
.faq-section { position: relative; isolation: isolate; }

.services-section::before,
.about-section::before,
.reviews-section::before,
.faq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .045;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' seed='4' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Keep content above the grain overlay */
.services-section > *,
.about-section > *,
.reviews-section > *,
.faq-section > * { position: relative; z-index: 1; }

/* Portrait-crop variant on the Landscape Lighting card — breaks the
   strict 3-up grid symmetry at desktop. Card keeps natural width;
   image becomes 4:5 portrait; other cards in the row stay at their
   natural height thanks to align-items: start. */
@media (min-width: 1024px) {
  .services-grid { align-items: start; }
  .svc-card--tall .svc-img { aspect-ratio: 4 / 5; }
  .svc-card--tall:hover .svc-img img { transform: scale(1.04); }
}

/* Hero pill ambient pulse — slow, soft warm halo. CSS-only.
   Suppressed for reduced-motion users. */
@keyframes lap-pill-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(201, 168, 118, 0); }
  50%      { box-shadow: 0 0 26px 6px rgba(201, 168, 118, .32); }
}
.hero-pill { animation: lap-pill-pulse 6s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce) {
  .hero-pill { animation: none; }
}

/* ============================================================
   Contact CTA enhancements — trust chips, step list, email link
   ============================================================ */
.cta-trust {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}
.cta-trust li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .78rem;
  letter-spacing: .04em;
  color: rgba(245, 239, 227, .92);
  padding: 6px 14px;
  background: rgba(245, 239, 227, .08);
  border: 1px solid rgba(201, 168, 118, .35);
  border-radius: 999px;
  font-weight: 600;
}
.cta-trust li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--tan);
  display: inline-block;
}
.cta-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: cta-step;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cta-steps li {
  position: relative;
  padding: 14px 18px 14px 56px;
  counter-increment: cta-step;
  background: rgba(245, 239, 227, .04);
  border-left: 2px solid var(--tan);
  border-radius: 0 12px 12px 0;
  color: rgba(245, 239, 227, .88);
  font-size: .98rem;
  line-height: 1.55;
}
.cta-steps li::before {
  content: counter(cta-step);
  position: absolute;
  left: 14px;
  top: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--tan);
  color: var(--green-deep);
  display: grid;
  place-items: center;
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 1rem;
}
.cta-steps li strong {
  color: var(--cream);
  font-family: 'Fraunces', serif;
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
}
.cta-email-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  padding: 10px 14px;
  color: rgba(245, 239, 227, .82);
  font-size: .88rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(245, 239, 227, .2);
  transition: color .25s var(--t), border-color .25s var(--t);
  align-self: center;
}
.cta-email-link:hover {
  color: var(--tan);
  border-bottom-color: var(--tan);
}
.cta-bilingual-line {
  color: rgba(245, 239, 227, .72);
  font-size: .86rem;
  font-style: italic;
  margin: 6px 0 0;
  text-align: center;
}
@media (max-width: 760px) {
  .cta-trust { justify-content: flex-start; }
  .cta-steps li { font-size: .94rem; padding-left: 50px; }
  .cta-steps li::before { left: 10px; width: 26px; height: 26px; font-size: .9rem; }
}

/* ============================================================
   v7.4 LUXURY 2026 POLISH PASS
   Hero plan/built split · process gallery · oversized footer
   sign-off · brand micro-polish.
   ============================================================ */

/* --- Hero trust chip (replaces removed .hero-badge + .hero-ba) --- */
.hero-trust {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(168, 192, 164, .22);
  border: 1px solid rgba(74, 124, 89, .2);
  color: var(--green-2);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: .87rem;
  font-weight: 500;
  margin: 0 0 10px;
}
.hero-trust-stars {
  color: var(--tan-deep);
  letter-spacing: 2px;
  font-size: .9rem;
}
.hero-trust strong { color: var(--green); font-weight: 700; }

/* --- Process gallery (between trust-row and services-section) --- */
.process-gallery {
  background: var(--bg);
  padding-top: clamp(80px, 9vw, 130px);
  padding-bottom: clamp(80px, 9vw, 130px);
}
.pg-grid {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: var(--maxw);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.pg-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .35s var(--t), box-shadow .35s var(--t), border-color .35s var(--t);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .7) inset,
    0 6px 14px -6px rgba(31, 61, 43, .07),
    0 16px 36px -16px rgba(31, 61, 43, .14);
}
.pg-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .8) inset,
    0 6px 16px rgba(31, 61, 43, .08),
    0 30px 60px -16px rgba(31, 61, 43, .22);
  border-color: transparent;
}
.pg-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: linear-gradient(135deg, var(--cream) 0%, var(--cream-2) 100%);
}
.pg-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s var(--t);
}
.pg-card:hover .pg-media img { transform: scale(1.05); }
.pg-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(31, 61, 43, .35) 100%);
  pointer-events: none;
}
.pg-n {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  background: var(--cream);
  color: var(--green);
  border-radius: 50%;
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: .92rem;
  box-shadow: 0 4px 12px -4px rgba(31, 61, 43, .35);
}
.pg-body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pg-body h3 {
  margin: 0;
  font-family: 'Fraunces', serif;
  font-size: 1.18rem;
  color: var(--green);
}
.pg-body p {
  margin: 0;
  color: var(--mute);
  font-size: .94rem;
  line-height: 1.55;
}

/* --- Oversized footer sign-off (above .ftr-inner) --- */
.ftr-signoff {
  max-width: var(--maxw);
  margin: 0 auto clamp(48px, 6vw, 72px);
  padding: clamp(24px, 4vw, 56px) 0 clamp(48px, 6vw, 72px);
  text-align: center;
  border-bottom: 1px solid rgba(168, 192, 164, .25);
}
.ftr-signoff-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--cream);
  padding: 28px 56px;
  border-radius: var(--r-xl);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .6) inset,
    0 18px 36px -14px rgba(0, 0, 0, .35);
  margin: 0 auto;
}
.ftr-signoff-logo {
  width: clamp(200px, 24vw, 320px);
  height: auto;
  display: block;
  filter: none;
}
.ftr-signoff-tag {
  margin: 22px 0 0;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(18px, 2.1vw, 26px);
  color: var(--tan);
  letter-spacing: .01em;
  line-height: 1.3;
}

/* Simplified footer brand wordmark replaces the cream pill block */
.ftr-wordmark {
  display: inline-block;
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--cream);
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}

/* --- Micro-polish: section dividers, button shadow, image grade --- */
.services-section + .about-section,
.projects-section + .process-section { position: relative; }

.btn-primary {
  box-shadow: 0 1px 0 rgba(0, 0, 0, .04);
}
.btn-primary:hover {
  box-shadow: 0 12px 28px -10px rgba(31, 61, 43, .45);
}

.hero-photo,
.pg-media img,
.ac-img,
.pm,
.svc-img img {
  filter: saturate(1.05) contrast(1.03);
}

/* Richer final CTA band — adds a soft second vignette over the existing
   radial gradients so the page closes on a warmer note. */
.cta-band {
  background:
    radial-gradient(900px 500px at 30% 20%, rgba(74, 124, 89, .28), transparent 60%),
    var(--green-deep);
}

/* Sticky mobile CTA: glass-bar treatment (purposeful, not decorative) */
.sticky-cta {
  background: rgba(31, 61, 43, .04);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .08);
}

/* --- Responsive --- */
@media (max-width: 1024px) {
  .pg-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .pg-grid { grid-template-columns: 1fr; gap: 16px; }
  .ftr-signoff { padding-top: 8px; padding-bottom: 36px; margin-bottom: 36px; }
  .ftr-signoff-card { padding: 20px 36px; }
  .ftr-signoff-logo { width: clamp(160px, 50vw, 220px); }
}

/* ================================================================
   MORE SERVICES STRIP — service page cross-links
   ================================================================ */

.more-svcs {
  background: var(--cream);
  border-top: 1px solid var(--line);
  padding: clamp(28px, 4vw, 44px) var(--pad);
}
.more-svcs-inner { max-width: var(--maxw); margin: 0 auto; }
.more-svcs-label {
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--green-3);
  margin: 0 0 18px;
}
.more-svcs-grid {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.ms-card {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 18px;
  border: 1.5px solid var(--line);
  border-radius: var(--r-md);
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  font-size: .875rem;
  background: var(--bg);
  transition: border-color .22s var(--t), box-shadow .22s var(--t),
              color .22s var(--t), transform .2s var(--t);
}
.ms-card:hover {
  border-color: var(--green);
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
  color: var(--green);
}
.ms-arrow { color: var(--tan); font-size: .82rem; flex-shrink: 0; }

@media (max-width: 600px) {
  .more-svcs { padding: 24px 16px; }
  .more-svcs-grid { flex-direction: column; gap: 8px; }
  .ms-card { width: 100%; justify-content: space-between; }
}

/* ================================================================
   GALLERY — gallery.html + homepage teaser
   ================================================================ */

/* Active nav link on gallery page */
.nav-active {
  color: var(--green) !important;
}
.nav-active::after {
  transform: scaleX(1) !important;
}

/* ── Gallery Hero ─────────────────────────────── */
.gal-hero {
  background: var(--green);
  padding: clamp(56px, 8vw, 96px) var(--pad) clamp(40px, 6vw, 72px);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.gal-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(800px 400px at 20% 120%, rgba(74, 124, 89, .35), transparent 60%),
    radial-gradient(600px 300px at 80% -20%, rgba(201, 168, 118, .15), transparent 55%);
  pointer-events: none;
}
.gal-hero-inner {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}
.gal-hero .eyebrow { color: var(--tan); margin-bottom: 20px; }
.gal-hero .dot-light { background: var(--tan); }
.gal-hero h1 {
  color: var(--cream);
  font-size: clamp(2.6rem, 5.5vw, 4rem);
  margin-bottom: .5em;
}
.gal-hero .lede {
  color: rgba(245, 239, 227, .8);
  font-size: 1.05rem;
  max-width: 580px;
  margin: 0 auto;
}

/* ── Gallery Section + Grid ───────────────────── */
.gal-section {
  background: var(--bg);
  padding: 48px var(--pad) 72px;
}

.gal-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.gal-item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: var(--r-md);
  text-decoration: none;
  background: var(--cream-2);
  aspect-ratio: 4 / 3;
  cursor: zoom-in;
  /* reveal animation base state */
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .5s var(--t), transform .5s var(--t),
              box-shadow .3s var(--t);
}
.gal-item.in {
  opacity: 1;
  transform: translateY(0);
}
.gal-item:hover {
  box-shadow: var(--shadow-lg);
}
.gal-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .55s var(--t), filter .35s var(--t);
}
.gal-item:hover img {
  transform: scale(1.05);
  filter: brightness(1.06) saturate(1.08);
}
.gal-item-cap {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 32px 14px 12px;
  background: linear-gradient(to top, rgba(14, 27, 18, .75), transparent);
  color: var(--cream);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .01em;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity .28s var(--t), transform .28s var(--t);
}
.gal-item:hover .gal-item-cap { opacity: 1; transform: translateY(0); }

/* PhotoSwipe lightbox caption */
.pswp-caption-content {
  text-align: center;
  padding: 10px 20px 16px;
  color: rgba(245, 239, 227, .85);
  font-size: .85rem;
  font-weight: 500;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Tablet — 2 cols */
@media (max-width: 900px) {
  .gal-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
}
/* Mobile — 2 cols tight */
@media (max-width: 540px) {
  .gal-section { padding: 24px 12px 48px; }
  .gal-grid { grid-template-columns: repeat(2, 1fr); gap: 7px; }
  .gal-item { border-radius: var(--r-sm); }
  .gal-item-cap { opacity: 1; transform: none; font-size: .7rem; padding: 22px 8px 8px; }
}

/* ── Gallery CTA Section ──────────────────────── */
.gal-cta-section {
  background: var(--cream);
  padding: clamp(56px, 8vw, 96px) var(--pad);
  border-top: 1px solid var(--line);
}
.gal-cta-inner {
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.gal-cta-label {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--green);
  margin: 0 0 4px;
  line-height: 1.2;
}
.gal-bilingual {
  color: var(--mute);
  font-size: .88rem;
  margin: 4px 0 0;
}

/* ── Homepage Teaser Strip ────────────────────── */
.gal-teaser {
  background: var(--ink);
}
.gal-teaser-swiper {
  --swiper-theme-color: var(--tan);
}
.gal-teaser-swiper .swiper-slide img {
  width: 100%;
  height: clamp(220px, 38vw, 420px);
  object-fit: cover;
  display: block;
  transition: transform 8s ease;
}
.gal-teaser-swiper .swiper-slide-active img {
  transform: scale(1.04);
}
.gal-teaser-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 36px var(--pad);
  background: var(--green-deep);
}
.gal-teaser-label {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.1rem, 2.5vw, 1.45rem);
  color: var(--cream);
  margin: 0;
  font-weight: 500;
  opacity: .9;
}

/* ── Gallery Responsive ───────────────────────── */
@media (max-width: 768px) {
  /* Hero — tighter on phone */
  .gal-hero { padding: 40px 20px 32px; }
  .gal-hero h1 { font-size: clamp(2rem, 9vw, 2.8rem); margin-bottom: .3em; }
  .gal-hero .lede { font-size: .92rem; line-height: 1.55; }

  /* Gallery CTA section */
  .gal-cta-section { padding: 40px 20px; }
  .gal-cta-label { font-size: 1.25rem; }
  .gal-cta-inner .btn { width: 100%; max-width: 320px; }

  /* Teaser strip */
  .gal-teaser-swiper .swiper-slide img { height: clamp(180px, 52vw, 280px); }
  .gal-teaser-cta { padding: 24px 16px; gap: 12px; }
  .gal-teaser-label { font-size: 1rem; text-align: center; }
  .gal-teaser-cta .btn { width: 100%; max-width: 300px; }
}

/* ── Service Areas Section (homepage city grid) ───────────────────────── */
.service-areas-section { background: var(--cream); }
.areas-grid {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .75rem 1.5rem;
  max-width: 900px;
}
.areas-grid li a {
  display: block;
  font-size: .95rem;
  font-weight: 600;
  color: var(--green);
  text-decoration: none;
  padding: .4rem 0;
  border-bottom: 1px solid var(--line);
  transition: color .2s;
  white-space: nowrap;
}
.areas-grid li a:hover { color: var(--tan); }
@media (max-width: 768px) {
  .areas-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 420px) {
  .areas-grid { grid-template-columns: 1fr; }
}

/* ── Cities We Serve Strip (service pages) ───────────────────────── */
.sv-cities-strip {
  background: var(--bg);
  padding: clamp(40px, 5vw, 64px) var(--pad);
  border-top: 1px solid var(--line);
}
.sv-cities-strip h3 {
  font-family: 'Fraunces', serif;
  font-size: 1.1rem;
  color: var(--green-deep);
  margin-bottom: 1rem;
}
.sv-cities-pills {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.sv-cities-pills li a {
  display: inline-block;
  font-size: .82rem;
  font-weight: 600;
  color: var(--green);
  background: var(--cream);
  border: 1.5px solid var(--line);
  border-radius: 999px;
  padding: .3rem .85rem;
  text-decoration: none;
  transition: border-color .2s, color .2s;
}
.sv-cities-pills li a:hover { border-color: var(--green); color: var(--green-deep); }

/* ── Nearby Service Areas (city pages) ───────────────────────── */
.nearby-areas {
  padding: clamp(32px, 4vw, 56px) var(--pad);
  border-top: 1px solid var(--line);
  background: var(--cream);
}
.nearby-areas h3 {
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: var(--mute);
  margin-bottom: .75rem;
}
.nearby-areas-links {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.nearby-areas-links a {
  font-size: .9rem;
  font-weight: 600;
  color: var(--green);
  text-decoration: none;
  padding: .3rem .85rem;
  border: 1.5px solid var(--line);
  border-radius: 999px;
  transition: border-color .2s, color .2s;
}
.nearby-areas-links a:hover { border-color: var(--green); color: var(--green-deep); }

/* ============== GHL lead-form mount (shared: home contact band + city #estimate cards) ============== */
.lead-form { scroll-margin-top: 96px; background: #fffdf8; border-radius: 16px;
  padding: 10px 10px 6px; box-shadow: 0 18px 50px rgba(0,0,0,.28); }
.lead-form iframe { width: 100% !important; min-height: 654px; border: 0;
  border-radius: 10px; display: block; background: #fffdf8; }
.lf-fallback { font-size: .82rem; color: #5b6657; margin: 4px 6px 8px; text-align: center; }
.lf-fallback a { color: var(--green); font-weight: 600; }
.qbtns-label { font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; margin: 14px 0 2px; }
/* On the home contact band the label sits on deep green -> light text */
.cta-band-actions .qbtns-label { color: rgba(245,239,227,.6); }
/* Inside a white city #estimate card the form needs no second card + dark label */
.lp-form-card .lead-form { background: transparent; box-shadow: none; padding: 0; }
.lp-form-card .qbtns-label { color: #5b6657; }

/* lead-form heading (homepage contact-band form card) */
.lf-head { padding: 14px 14px 2px; text-align: center; }
/* ponytail: !important guards against GHL's dark cta-band cascade washing this to white — card is cream, text must stay dark */
.lf-title { font-family: 'Fraunces', serif; color: #14271C !important; font-size: clamp(1.25rem, 2vw, 1.5rem); line-height: 1.2; margin: 0 0 6px; }
.lf-sub { color: #3f4a3c !important; font-size: .92rem; line-height: 1.45; margin: 0; }
.lf-fallback { color: #3f4a3c !important; }
