* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --bg: #f5f4ef;
  --surface: #ffffff;
  --surface-soft: #f0eee7;
  --surface-tint: #eaf1e6;
  --text: #272520;
  --muted: #5d5b56;
  --line: rgba(39, 37, 32, 0.1);
  --dark: #2f342d;
  --accent: #7a8c57;
  --accent-deep: #54653d;
  --shadow-lg: 0 18px 44px rgba(0, 0, 0, 0.09);
  --shadow-md: 0 12px 28px rgba(0, 0, 0, 0.08);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 16px;
  --radius-sm: 12px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

/* DO NOT TOUCH AREA PRESERVED */
.navbar {
  width: 100%;
  background-color: #f4f2ec;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  position: fixed;
  top: 0;
  z-index: 100;
}

.logo {
  margin: 0;
  text-decoration: none;
  color: inherit;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.logo-img {
  height: 96px;
  width: auto;
  max-width: min(100%, 520px);
  display: block;
}

.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  height: 20px;
}

.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  background: #000000;
}

.nav-links {
  display: flex;
  gap: 20px;
}

.nav-links a {
  color: #2f2b27;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 600;
}

.nav-links a:hover {
  color: #75292d;
  text-decoration: none;
}

header {
  position: relative;
  width: 100%;
  padding-top: 128px;
  overflow: visible;
  background: transparent;
}

footer {
  width: 100%;
  padding: 20px;
  background-color: #f4f2ec;
  color: #54653d;
  text-align: center;
  margin-top: auto;
  align-self: stretch;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-links {
  margin-top: 5px;
}

.footer-links a,
footer a,
footer a:visited,
footer a:hover,
footer a:active {
  color: #75292d;
  text-decoration: none;
}

.mobile-call-dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
  background: #54653d;
  color: #f4f2ec;
  font-weight: 800;
  padding: 0.9rem 1rem;
  text-decoration: none;
  box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.15);
}

.mobile-call-dock:hover {
  background: #75292d;
  color: #f4f2ec;
}

hr {
  width: 100%;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* PAGE FOUNDATION */
main,
.page-section {
  width: 100%;
}

.section-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.section-pad-lg {
  padding: 12px 0;
}

.section-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.86rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-deep);
  font-weight: 700;
}

.hero-section .section-eyebrow {
  color: rgba(255, 255, 255, 0.92);
}

h1,
h2,
h3 {
  color: var(--text);
  letter-spacing: -0.02em;
  line-height: 1.08;
}

h1 {
  font-size: clamp(1.85rem, 3.7vw, 3.35rem);
  font-weight: 800;
}

.hero-section h1 {
  color: #ffffff;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.28);
}

h2 {
  font-size: clamp(1.8rem, 3.6vw, 3rem);
  font-weight: 800;
}

h3 {
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 800;
}

p {
  line-height: 1.65;
}

.section-lead,
.intro-text {
  max-width: 880px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 1.06rem;
  text-align: center;
}

.hero-section .intro-text {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}

.hero-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(20, 20, 20, 0.28), rgba(20, 20, 20, 0.18)),
    linear-gradient(90deg, rgba(20, 20, 20, 0.22) 0%, rgba(20, 20, 20, 0.06) 34%, rgba(20, 20, 20, 0.06) 66%, rgba(20, 20, 20, 0.16) 100%),
    url('images/landscape-hero-2-hero.webp');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


/* -------------------------------- */
/* ABOUT PAGE HERO OVERRIDE         */
/* -------------------------------- */
.about-hero {
  background:
    linear-gradient(rgba(20, 20, 20, 0.30), rgba(20, 20, 20, 0.20)),
    linear-gradient(90deg, rgba(20, 20, 20, 0.22) 0%, rgba(20, 20, 20, 0.08) 34%, rgba(20, 20, 20, 0.08) 66%, rgba(20, 20, 20, 0.16) 100%),
    image-set(
      url('images/landscape-hero-1-hero.webp') type('image/webp'),
      url('images/landscape-hero-1-hero.jpg') type('image/jpeg')
    );
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 0 !important;
}

.about-hero .hero-inner {
  min-height: 248px !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  justify-content: center !important;
}

.about-hero .section-eyebrow {
  margin-bottom: 8px !important;
}

.about-hero .intro-text {
  margin-top: 10px !important;
}

.about-hero .hero-highlights,
.about-hero .hero-mobile-categories,
.about-hero .hero-credibility {
  margin-top: 14px !important;
}

@media (max-width: 980px) {
  .about-hero {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .about-hero .hero-inner {
    min-height: 214px !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}

@media (max-width: 768px) {
  .about-hero {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-position: center center;
  }

  .about-hero .hero-inner {
    min-height: 176px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  .about-hero .section-eyebrow {
    margin-bottom: 6px !important;
  }

  .about-hero .intro-text {
    margin-top: 8px !important;
  }

  .about-hero .hero-highlights,
  .about-hero .hero-mobile-categories,
  .about-hero .hero-credibility {
    margin-top: 12px !important;
  }
}


/* -------------------------------- */
/* PATIO PAGE HERO OVERRIDE         */
/* -------------------------------- */
.patio-hero {
  background:
    linear-gradient(rgba(20, 20, 20, 0.30), rgba(20, 20, 20, 0.20)),
    linear-gradient(90deg, rgba(20, 20, 20, 0.22) 0%, rgba(20, 20, 20, 0.08) 34%, rgba(20, 20, 20, 0.08) 66%, rgba(20, 20, 20, 0.16) 100%),
    image-set(
      url('images/landscape-hero-3-hero.webp') type('image/webp'),
      url('images/landscape-hero-3-hero.jpg') type('image/jpeg')
    );
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 0 !important;
}

.patio-hero .hero-inner {
  min-height: 248px !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  justify-content: center !important;
}

.patio-hero .section-eyebrow {
  margin-bottom: 8px !important;
}

.patio-hero .intro-text {
  margin-top: 10px !important;
}

.patio-hero .hero-highlights,
.patio-hero .hero-mobile-categories,
.patio-hero .hero-credibility {
  margin-top: 14px !important;
}

@media (max-width: 980px) {
  .patio-hero {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .patio-hero .hero-inner {
    min-height: 214px !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}

@media (max-width: 768px) {
  .patio-hero {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-position: center center;
  }

  .patio-hero .hero-inner {
    min-height: 176px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  .patio-hero .section-eyebrow {
    margin-bottom: 6px !important;
  }

  .patio-hero .intro-text {
    margin-top: 8px !important;
  }

  .patio-hero .hero-highlights,
  .patio-hero .hero-mobile-categories,
  .patio-hero .hero-credibility {
    margin-top: 12px !important;
  }
}





/* -------------------------------- */
/* Wall PAGE HERO OVERRIDE         */
/* -------------------------------- */
.wall-hero {
  background:
    linear-gradient(rgba(20, 20, 20, 0.30), rgba(20, 20, 20, 0.20)),
    linear-gradient(90deg, rgba(20, 20, 20, 0.22) 0%, rgba(20, 20, 20, 0.08) 34%, rgba(20, 20, 20, 0.08) 66%, rgba(20, 20, 20, 0.16) 100%),
    image-set(
      url('images/landscape-hero-4-hero.webp') type('image/webp'),
      url('images/landscape-hero-4-hero.jpg') type('image/jpeg')
    );
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 0 !important;
}

.wall-hero .hero-inner {
  min-height: 248px !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  justify-content: center !important;
}

.wall-hero .section-eyebrow {
  margin-bottom: 8px !important;
}

.wall-hero .intro-text {
  margin-top: 10px !important;
}

.wall-hero .hero-highlights,
.wall-hero .hero-mobile-categories,
.wall-hero .hero-credibility {
  margin-top: 14px !important;
}

@media (max-width: 980px) {
  .wall-hero {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .wall-hero .hero-inner {
    min-height: 214px !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}

@media (max-width: 768px) {
  .wall-hero {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-position: center center;
  }

  .wall-hero .hero-inner {
    min-height: 176px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  .wall-hero .section-eyebrow {
    margin-bottom: 6px !important;
  }

  .wall-hero .intro-text {
    margin-top: 8px !important;
  }

  .wall-hero .hero-highlights,
  .wall-hero .hero-mobile-categories,
  .wall-hero .hero-credibility {
    margin-top: 12px !important;
  }
}




/* -------------------------------- */
/* Feature PAGE HERO OVERRIDE         */
/* -------------------------------- */
.feature-hero {
  background:
    linear-gradient(rgba(20, 20, 20, 0.30), rgba(20, 20, 20, 0.20)),
    linear-gradient(90deg, rgba(20, 20, 20, 0.22) 0%, rgba(20, 20, 20, 0.08) 34%, rgba(20, 20, 20, 0.08) 66%, rgba(20, 20, 20, 0.16) 100%),
    image-set(
      url('images/landscape-hero-6-hero.webp') type('image/webp'),
      url('images/landscape-hero-6-hero.jpg') type('image/jpeg')
    );
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 0 !important;
}

.feature-hero .hero-inner {
  min-height: 248px !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  justify-content: center !important;
}

.feature-hero .section-eyebrow {
  margin-bottom: 8px !important;
}

.feature-hero .intro-text {
  margin-top: 10px !important;
}

.feature-hero .hero-highlights,
.feature-hero .hero-mobile-categories,
.feature-hero .hero-credibility {
  margin-top: 14px !important;
}

@media (max-width: 980px) {
  .feature-hero {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .feature-hero .hero-inner {
    min-height: 214px !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}

@media (max-width: 768px) {
  .feature-hero {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-position: center center;
  }

  .feature-hero .hero-inner {
    min-height: 176px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  .feature-hero .section-eyebrow {
    margin-bottom: 6px !important;
  }

  .feature-hero .intro-text {
    margin-top: 8px !important;
  }

  .feature-hero .hero-highlights,
  .feature-hero .hero-mobile-categories,
  .feature-hero .hero-credibility {
    margin-top: 12px !important;
  }
}











hero-section::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(1180px, calc(100% - 32px));
  transform: translateX(-50%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-inner {
  text-align: center;
  position: relative;
  z-index: 1;
  min-height: clamp(360px, 54vh, 600px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 34px;
}

.hero-credibility {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

.hero-credibility span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(244, 242, 236, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  backdrop-filter: blur(2px);
}

.hero-highlights {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, auto));
  justify-content: center;
  gap: 10px;
}

.hero-highlights a,
.town-pill-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(244,242,236,0.94) 0%, rgba(255,255,255,0.90) 100%);
  border: 1px solid rgba(117, 41, 45, 0.14);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  font-weight: 800;
  color: var(--dark);
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.hero-highlights a:hover,
.hero-highlights a:active {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.12);
  border-color: rgba(117, 41, 45, 0.24);
  text-decoration: none;
}

.hero-highlights a:focus-visible {
  outline: 3px solid rgba(16,89,37,0.22);
  outline-offset: 2px;
}

.services-overview {
  background: var(--surface);
}

.service-card-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.service-card {
  background: linear-gradient(180deg, #ffffff 0%, #faf8f2 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.service-card--feature {
  grid-column: span 2;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(0, 1fr);
}

.service-card-media {
  min-height: 220px;
  background-size: cover;
  background-position: center;
}

.theme-patio {
  background:
    linear-gradient(135deg, rgba(82, 99, 59, 0.2), rgba(82, 99, 59, 0.04)),
    linear-gradient(45deg, #d9d0c0 25%, transparent 25%, transparent 75%, #d9d0c0 75%, #d9d0c0),
    linear-gradient(45deg, #e7e0d2 25%, #d2c8b7 25%, #d2c8b7 75%, #e7e0d2 75%, #e7e0d2);
  background-size: auto, 42px 42px, 42px 42px;
  background-position: center, 0 0, 21px 21px;
}

.theme-wall {
  background:
    linear-gradient(135deg, rgba(84, 101, 61, 0.16), rgba(84, 101, 61, 0.03)),
    repeating-linear-gradient(0deg, #cec5b7 0 14px, #dcd4c8 14px 28px),
    repeating-linear-gradient(90deg, rgba(101, 90, 74, 0.16) 0 3px, transparent 3px 52px);
}

.theme-fire {
  background:
    radial-gradient(circle at 50% 70%, rgba(242, 121, 53, 0.7), transparent 18%),
    radial-gradient(circle at 50% 58%, rgba(255, 196, 90, 0.62), transparent 24%),
    linear-gradient(180deg, #40443f 0%, #5a4b3a 60%, #74624c 100%);
}

.theme-stone {
  background:
    linear-gradient(135deg, rgba(84, 101, 61, 0.16), rgba(84, 101, 61, 0.03)),
    radial-gradient(circle at 20% 20%, #cfc7ba 0 8%, transparent 9%),
    radial-gradient(circle at 70% 40%, #bbb2a4 0 10%, transparent 11%),
    radial-gradient(circle at 40% 75%, #d8d0c4 0 9%, transparent 10%),
    #e8e1d6;
}

.service-card-body {
  padding: 24px 24px 26px;
  text-align: left;
}

.service-card-body p {
  margin-top: 10px;
  color: var(--muted);
}

.service-card-body ul {
  list-style: none;
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.service-card-body li {
  position: relative;
  padding-left: 18px;
  color: var(--text);
}

.service-card-body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
}

.transformations-section {
  background: var(--surface-soft);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.92fr);
  gap: 32px;
  align-items: center;
}

.split-copy {
  text-align: left;
}

.split-copy .section-lead {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.trust-points {
  margin-top: 24px;
  display: grid;
  gap: 16px;
}

.trust-points div,
.value-card,
.care-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.trust-points div {
  padding: 18px 20px;
}

.trust-points strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.04rem;
}

.transformation-panel {
  padding: 22px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(250, 248, 242, 0.95));
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
}

.compare-card {
  min-height: 220px;
  border-radius: var(--radius-lg);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 20px;
  border: 1px dashed rgba(39, 37, 32, 0.18);
}

.compare-card--before {
  background: linear-gradient(180deg, #f0ebe2 0%, #e8e1d3 100%);
}

.compare-card--after {
  background: linear-gradient(180deg, #edf5e8 0%, #dbe9d0 100%);
}

.compare-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}

.compare-divider {
  width: 100%;
  height: 24px;
  position: relative;
}

.compare-divider::before {
  content: "";
  position: absolute;
  inset: 50% 0 auto;
  height: 1px;
  background: rgba(39, 37, 32, 0.12);
}

.landscape-care-section {
  background: var(--surface);
}

.care-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.care-card,
.value-card {
  padding: 22px;
  text-align: left;
}

.care-card h3,
.value-card h3 {
  margin-bottom: 10px;
}

.care-card p,
.value-card p {
  color: var(--muted);
}

.why-us-section {
  background: var(--surface-tint);
}

.split-layout--reverse {
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1fr);
}

.value-stack {
  display: grid;
  gap: 18px;
}

.service-area-section {
  background: var(--surface);
}

.town-pill-grid {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.cta-section {
  background: linear-gradient(180deg, #ede9e0 0%, #e4e8db 100%);
}

.cta-panel {
  text-align: center;
  padding: 34px 28px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(39, 37, 32, 0.1);
  box-shadow: var(--shadow-lg);
}

.cta-panel p {
  max-width: 760px;
  margin: 16px auto 0;
  color: var(--muted);
}

.cta-actions {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.button-primary,
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: transform 0.18s ease, opacity 0.18s ease, background 0.18s ease;
}

.button-primary {
  background: var(--dark);
  color: #ffffff;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.85);
  color: var(--dark);
  border: 1px solid rgba(39, 37, 32, 0.12);
}

.button-primary:hover,
.button-secondary:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

@media (max-width: 980px) {
  .service-card-grid,
  .care-grid,
  .split-layout,
  .split-layout--reverse,
  .service-card--feature {
    grid-template-columns: 1fr;
  }

  .section-pad-lg {
    padding: 12px 0;
  }

  .transformation-panel,
  .cta-panel {
    border-radius: 24px;
  }
}

@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 76px;
    right: 20px;
    flex-direction: column;
    gap: 15px;
    background: #f2f4f3;
    padding: 15px;
    border-radius: 5px;
  }

  .nav-links a {
    color: #000000;
    font-size: 1.2em;
    padding: 8px 0;
    text-align: center;
  }

  .nav-links.open {
    display: flex;
  }

  .logo-img {
    height: 78px;
    max-width: min(100%, 340px);
  }

  .navbar {
    padding: 10px 14px;
  }

  header {
    padding-top: 110px;
  }

  .mobile-call-dock {
    display: flex;
  }

  body {
    padding-bottom: 72px;
  }

  .section-inner {
    width: min(100% - 24px, 1180px);
  }

  .section-pad-lg {
    padding: 12px 0;
  }

  .hero-section {
    background-position: center center;
  }

  .hero-inner {
    min-height: clamp(320px, 50vh, 480px);
  }

  .hero-highlights,
  .town-pill-grid,
  .cta-actions {
    gap: 10px;
  }

  .hero-credibility span,
  .hero-highlights span,
  .town-pill-grid span {
    width: 100%;
  }

  .service-card-body,
  .care-card,
  .value-card,
  .trust-points div,
  .transformation-panel,
  .cta-panel {
    padding-left: 18px;
    padding-right: 18px;
  }

  .compare-card {
    min-height: 180px;
  }
}


/* RESTORED NAV STYLING FROM SHELL TEMPLATE */
.navbar{
  isolation: isolate;
}

@media (max-width: 768px){
  .hamburger{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(247,248,247,0.96) 100%);
    box-shadow: 0 8px 18px rgba(0,0,0,0.08);
    -webkit-tap-highlight-color: transparent;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .1s ease;
    position: relative;
  }

  .hamburger:hover{
    background: #ffffff;
    border-color: rgba(0,0,0,0.12);
    box-shadow: 0 10px 20px rgba(0,0,0,0.10);
  }

  .hamburger:active{
    transform: scale(0.98);
  }

  .hamburger:focus-visible{
    outline: 3px solid rgba(16,89,37,0.22);
    outline-offset: 3px;
  }

  .hamburger span{
    position: absolute;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: #111111;
    transform-origin: center;
    transition: transform .2s ease, opacity .16s ease, background-color .18s ease;
  }

  .hamburger span:nth-child(1){ transform: translateY(-6px); }
  .hamburger span:nth-child(2){ transform: translateY(0); }
  .hamburger span:nth-child(3){ transform: translateY(6px); }

  .hamburger[aria-expanded="true"] span:nth-child(1){ transform: rotate(45deg); }
  .hamburger[aria-expanded="true"] span:nth-child(2){ opacity: 0; }
  .hamburger[aria-expanded="true"] span:nth-child(3){ transform: rotate(-45deg); }

  .nav-links{
    display: flex;
    position: absolute;
    top: calc(100% - 20px);
    right: 14px;
    left: 14px;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(245,247,246,0.98) 100%);
    box-shadow: 0 18px 44px rgba(0,0,0,0.14), 0 1px 0 rgba(255,255,255,0.7) inset;
    max-height: min(calc(100vh - 84px), 560px);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px) scale(0.985);
    transform-origin: top right;
    transition: opacity .16s ease, transform .18s ease, visibility 0s linear .18s;
    z-index: 1000;
  }

  .nav-links.open{
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    transition: opacity .18s ease, transform .2s ease, visibility 0s linear 0s;
    padding: 16px;
    border-radius: 22px;
    background:
      radial-gradient(140% 120% at 0% 0%, rgba(16,89,37,0.14) 0%, rgba(117,41,45,0.05) 34%, rgba(255,255,255,0) 62%),
      linear-gradient(180deg, rgba(248,245,240,0.985) 0%, rgba(244,242,236,0.975) 100%);
    border: 1px solid rgba(117,41,45,0.18);
    box-shadow:
      0 24px 54px rgba(0,0,0,0.16),
      0 8px 20px rgba(0,0,0,0.08),
      inset 0 1px 0 rgba(255,255,255,0.88);
    backdrop-filter: blur(8px);
  }

  .nav-links.open::before{
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    margin: -2px 0 12px 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #105925 0%, #75292d 50%, #105925 100%);
    box-shadow:
      0 1px 0 rgba(255,255,255,0.62),
      0 6px 14px rgba(16,89,37,0.16);
  }

  .nav-links a,
  .nav-links.open a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 52px;
    padding: 14px 18px;
    border-radius: 16px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    color: #3f3d3b;
    background: linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(250,252,247,0.88) 100%);
    border: 1px solid rgba(16,89,37,0.14);
    box-shadow: 0 1px 0 rgba(255,255,255,0.74) inset, 0 10px 20px rgba(0,0,0,0.035);
    text-decoration: none;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .1s ease;
  }

  .nav-links a::after,
  .nav-links.open a::after{
    content: "›";
    color: #75292d;
    font-size: 1.18rem;
    font-weight: 700;
    line-height: 1;
  }

  .nav-links a:active,
  .nav-links.open a:active{
    background: linear-gradient(180deg, #ffffff 0%, #f6faef 100%);
    border-color: rgba(117,41,45,0.28);
    box-shadow: 0 14px 28px rgba(0,0,0,0.06), 0 1px 0 rgba(255,255,255,0.8) inset;
    transform: translateY(-1px);
    text-decoration: none;
  }

  .nav-links a:focus-visible,
  .nav-links.open a:focus-visible{
    outline: 3px solid rgba(16,89,37,0.24);
    outline-offset: 2px;
    background: #ffffff;
    text-decoration: none;
  }
}

@media (max-width: 480px){
  .nav-links{
    right: 10px;
    left: 10px;
    padding: 12px;
    border-radius: 16px;
  }

  .nav-links.open{
    padding: 14px;
    border-radius: 20px;
  }

  .nav-links a,
  .nav-links.open a{
    min-height: 50px;
    padding: 13px 16px;
    border-radius: 15px;
  }
}


/* --- Robust service card mobile fix --- */
.service-card-grid > .service-card {
  align-self: start;
}

.service-card-media {
  width: 100%;
  display: block;
}

@media (max-width: 980px) {
  .service-card-grid {
    grid-template-columns: 1fr !important;
  }

  .service-card-grid > .service-card,
  .service-card-grid > .service-card--feature {
    grid-column: auto !important;
    display: block !important;
    width: 100%;
  }

  .service-card-grid > .service-card .service-card-media,
  .service-card-grid > .service-card--feature .service-card-media {
    min-height: 220px;
    width: 100%;
  }
}

/* -------------------------------- */
/* HERO → SECTION BLEND IMPROVEMENT */
/* -------------------------------- */

.hero-section::before{
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:120px;
  pointer-events:none;
  background:linear-gradient(
    to bottom,
    rgba(245,244,239,0) 0%,
    rgba(245,244,239,0.7) 60%,
    rgba(245,244,239,1) 100%
  );
  z-index:1;
}



/* -------------------------------- */
/* MOBILE HERO SEO + UX REFINEMENT  */
/* -------------------------------- */
@media (max-width: 768px) {
  .hero-section::before{
    height: 56px;
    background: linear-gradient(
      to bottom,
      rgba(245,244,239,0) 0%,
      rgba(245,244,239,0.18) 58%,
      rgba(245,244,239,0.68) 84%,
      rgba(245,244,239,1) 100%
    );
  }

  .hero-inner{
    min-height: clamp(340px, 48vh, 480px);
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 14px;
  }

  .hero-section .section-eyebrow{
    margin-bottom: 8px;
    font-size: 0.76rem;
    letter-spacing: 0.07em;
  }

  .hero-section h1{
    font-size: clamp(1.2rem, 7.2vw, 2.35rem);
    line-height: 1.02;
  }

  .hero-section .intro-text{
    max-width: 560px;
    margin-top: 12px;
  }

  .hero-section .intro-text p{
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .hero-section .hero-credibility{
    display: none;
  }

  .hero-highlights{
    margin-top: 22px;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .hero-highlights a{
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    font-size: 0.98rem;
  }
}


/* -------------------------------- */
/* MOBILE HERO FINAL CATEGORY PILLS */
/* -------------------------------- */
.hero-mobile-categories{
  display:none;
}

@media (max-width: 768px){
  .hero-mobile-categories{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:10px;
    width:100%;
    margin-top:20px;
  }

  .hero-mobile-category{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    padding:10px 12px;
    border-radius:999px;
    background:linear-gradient(180deg, rgba(244,242,236,0.94) 0%, rgba(255,255,255,0.90) 100%);
    border:1px solid rgba(117, 41, 45, 0.14);
    box-shadow:0 8px 18px rgba(0,0,0,0.08);
    font-size:0.98rem;
    font-weight:800;
    color:var(--dark);
    text-decoration:none;
    transition:transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
  }

  .hero-mobile-category:active,
  .hero-mobile-category:hover{
    transform:translateY(-1px);
    box-shadow:0 12px 22px rgba(0,0,0,0.10);
    border-color:rgba(117, 41, 45, 0.18);
    text-decoration:none;
  }

  .hero-mobile-category:focus-visible{
    outline:3px solid rgba(16,89,37,0.22);
    outline-offset:2px;
  }

  .hero-highlights{
    display:none;
  }
}


/* -------------------------------- */
/* MOBILE H1 WRAP CONTROL REFINEMENT */
/* -------------------------------- */
.hero-h1-mobile-break{
  display:none;
}

@media (max-width: 768px){
  .hero-section h1{
    font-size: clamp(1.5rem, 6vw, 2rem);
    line-height: 1.05;
    letter-spacing: -0.02em;
    max-width: none;
    text-wrap: balance;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-h1-mobile-break{
    display:inline;
  }
}


/* -------------------------------- */
/* HERO FINAL POSITIONING + ANCHOR UX */
/* -------------------------------- */

#hardscape-services,
#landscape-care {
  scroll-margin-top: 152px;
}

.hero-inner{
  min-height: clamp(340px, 52vh, 560px);
  padding-top: 18px;
}

.hero-section .section-eyebrow{
  margin-bottom: 10px;
}

.hero-section .intro-text{
  margin-top: 14px;
}

.hero-highlights{
  margin-top: 18px;
}

@media (max-width: 768px){
  #hardscape-services,
  #landscape-care {
    scroll-margin-top: 124px;
  }

  .hero-inner{
    min-height: clamp(320px, 44vh, 430px);
    padding-top: 4px;
    padding-bottom: 12px;
  }

  .hero-section .section-eyebrow{
    margin-bottom: 6px;
    font-size: 0.74rem;
    letter-spacing: 0.06em;
  }

  .hero-section h1{
    font-size: clamp(1.62rem, 7vw, 2.18rem);
    line-height: 1.04;
    letter-spacing: -0.024em;
    /* max-width: 13.6ch; */
    text-wrap: balance;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-section .intro-text{
    margin-top: 10px;
    max-width: 540px;
  }

  .hero-section .intro-text p{
    font-size: 0.93rem;
    line-height: 1.42;
  }

  .hero-mobile-categories{
    margin-top: 16px;
  }

  .hero-mobile-category{
    min-height: 44px;
    padding: 9px 12px;
  }
}


/* -------------------------------- */
/* HERO PARAGRAPH READABILITY POLISH */
/* -------------------------------- */
.hero-section .intro-text p{
  display:block;
  width:100%;
  max-width:none;
  font-weight:500;
  letter-spacing:-0.01em;
}

@media (max-width: 768px){
  .hero-section .intro-text{
    max-width:100%;
  }

  .hero-section .intro-text p{
    max-width:none;
    font-size:1rem;
    line-height:1.5;
    text-shadow:0 2px 12px rgba(0, 0, 0, 0.24);
  }
}


/* -------------------------------- */
/* HERO PARAGRAPH REMOVAL SPACING FIX */
/* -------------------------------- */
.hero-highlights{
  margin-top: 93px;
}

@media (max-width: 768px){
  .hero-mobile-categories{
    margin-top: 93px;
  }
}


/* -------------------------------- */
/* SECTION 1 ISOLATED GRID REFINEMENT */
/* Outdoor Stonework & Hardscape Services */
/* -------------------------------- */
.stonework-grid{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.stonework-grid > .service-card,
.stonework-grid > .service-card--feature{
  grid-column: auto !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.stonework-grid > .service-card--feature{
  grid-template-columns: none !important;
}

.stonework-grid .service-card-media{
  min-height: 220px;
}

.stonework-grid .service-card-body{
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.stonework-grid .service-card-body ul{
  margin-top: 18px;
}

@media (max-width: 980px){
  .stonework-grid{
    grid-template-columns: 1fr;
  }

  .stonework-grid > .service-card,
  .stonework-grid > .service-card--feature{
    display: block !important;
    height: auto;
  }
}


/* -------------------------------- */
/* SECTION 1 CARD 1 REAL IMAGE INSERT */
/* -------------------------------- */
.stonework-grid .card-media-image{
  min-height: 240px;
  overflow: hidden;
  background: #d9d2c5;
}

.stonework-grid .card-media-image picture,
.stonework-grid .card-media-image img{
  display:block;
  width:100%;
  height:100%;
}

.stonework-grid .card-media-image img{
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 980px){
  .stonework-grid .card-media-image{
    min-height: 230px;
  }
}

/* -------------------------------- */
/* SECTION 2 MULTI-PROJECT CAROUSEL TEST ONLY */
/* -------------------------------- */
.transformations-section .project-carousel{
  position: relative;
  display: grid;
  gap: 18px;
}

.transformations-section .project-carousel-viewport{
  overflow: hidden;
}

.transformations-section .project-carousel-track{
  display: flex;
  transition: transform 280ms ease;
  will-change: transform;
}

.transformations-section .project-slide{
  flex: 0 0 100%;
  min-width: 100%;
  display: grid;
  gap: 18px;
}

.transformations-section .project-slide-header{
  text-align: left;
}

.transformations-section .project-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(122, 140, 87, 0.12);
  color: var(--accent-deep);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.transformations-section .project-slide-header h3{
  margin-top: 10px;
  font-size: clamp(1.2rem, 1.9vw, 1.55rem);
}

.transformations-section .project-slide-header p{
  margin-top: 10px;
  color: var(--muted);
  max-width: 62ch;
}

.transformations-section .project-compare-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.transformations-section .project-compare-figure{
  position: relative;
  margin: 0;
  padding: 12px;
  border-radius: 24px;
  border: 1px solid rgba(39, 37, 32, 0.08);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.05);
}

.transformations-section .project-compare-figure--before{
  background: linear-gradient(180deg, #efe8dd 0%, #e7dece 100%);
}

.transformations-section .project-compare-figure--after{
  background: linear-gradient(180deg, #e9f0e3 0%, #dce8d2 100%);
}

.transformations-section .project-compare-figure picture{
  display: block;
  width: 100%;
}

.transformations-section .project-compare-figure img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.10);
}

.transformations-section .project-compare-badge{
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.95);
  color: var(--text);
  font-size: 0.94rem;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.transformations-section .project-carousel-control{
  position: absolute;
  top: calc(50% + 34px);
  transform: translateY(-50%);
  z-index: 3;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.94);
  color: var(--text);
  box-shadow: 0 12px 24px rgba(0,0,0,0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.transformations-section .project-carousel-control span{
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-1px);
}

.transformations-section .project-carousel-control--prev{
  left: -10px;
}

.transformations-section .project-carousel-control--next{
  right: -10px;
}

.transformations-section .project-carousel-dots{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.transformations-section .project-carousel-dot{
  width: 11px;
  height: 11px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(39, 37, 32, 0.18);
  cursor: pointer;
}

.transformations-section .project-carousel-dot.is-active{
  background: var(--accent-deep);
  transform: scale(1.08);
}

@media (max-width: 980px){
  .transformations-section .project-carousel{
    gap: 16px;
  }

  .transformations-section .project-slide{
    gap: 16px;
  }

  .transformations-section .project-carousel-control{
    width: 42px;
    height: 42px;
    top: calc(50% + 28px);
  }

  .transformations-section .project-carousel-control span{
    font-size: 1.85rem;
  }

  .transformations-section .project-compare-grid{
    gap: 14px;
  }

  .transformations-section .project-compare-figure{
    padding: 10px;
    border-radius: 22px;
  }

  .transformations-section .project-compare-badge{
    top: 20px;
    left: 20px;
  }
}

@media (max-width: 768px){
  .transformations-section .project-carousel{
    gap: 14px;
  }

  .transformations-section .project-slide{
    gap: 14px;
  }

  .transformations-section .project-slide-header{
    padding: 0 2px;
  }

  .transformations-section .project-slide-header h3{
    margin-top: 8px;
  }

  .transformations-section .project-slide-header p{
    margin-top: 8px;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .transformations-section .project-compare-grid{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .transformations-section .project-compare-figure{
    padding: 10px;
    border-radius: 20px;
  }

  .transformations-section .project-compare-figure img{
    border-radius: 16px;
  }

  .transformations-section .project-compare-badge{
    top: 18px;
    left: 18px;
    min-height: 32px;
    padding: 7px 12px;
    font-size: 0.9rem;
  }

  .transformations-section .project-carousel-control{
    top: auto;
    bottom: -4px;
    transform: none;
    width: 40px;
    height: 40px;
  }

  .transformations-section .project-carousel-control--prev{
    left: 0;
  }

  .transformations-section .project-carousel-control--next{
    right: 0;
  }

  .transformations-section .project-carousel-dots{
    padding: 14px 52px 0;
  }
}

/* -------------------------------- */
/* SECTION 2 DESKTOP LAYOUT CORRECTION */
/* -------------------------------- */
.transformations-section .transformations-intro{
  margin-bottom: 28px;
}

.transformations-section .transformations-content{
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.9fr);
  gap: 28px;
  align-items: start;
}

.transformations-section .transformations-supporting-cards{
  display: block;
}

.transformations-section .transformations-supporting-cards .trust-points{
  margin-top: 0;
}

@media (max-width: 1100px){
  .transformations-section .transformations-content{
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.95fr);
    gap: 24px;
  }
}

@media (max-width: 768px){
  .transformations-section .transformations-intro{
    margin-bottom: 18px;
  }

  .transformations-section .transformations-content{
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

/* -------------------------------- */
/* SECTION 2 GREEN BACKGROUND + TOP MOBILE CONTROLS */
/* -------------------------------- */
.transformations-section{
  background: #f4f2ec;
}

.transformations-section .project-kicker{
  background: var(--accent);
  color: #ffffff;
}

@media (max-width: 768px){
  .transformations-section .project-carousel{
    padding-top: 6px;
  }

  .transformations-section .project-carousel-control{
    top: 10px;
    bottom: auto;
    transform: none;
    width: 40px;
    height: 40px;
  }

  .transformations-section .project-carousel-control--prev{
    left: 8px;
  }

  .transformations-section .project-carousel-control--next{
    right: 8px;
  }

  .transformations-section .project-carousel-dots{
    padding: 12px 0 0;
  }
}

/* -------------------------------- */
/* SECTION 2 MOBILE KICKER/CONTROLS OVERLAP FIX */
/* -------------------------------- */
@media (max-width: 768px){
  .transformations-section .project-slide-header{
    position: relative;
    padding-top: 6px;
    text-align: center;
  }

  .transformations-section .project-kicker{
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
  }

  .transformations-section .project-slide-header h3,
  .transformations-section .project-slide-header p{
    text-align: left;
  }

  .transformations-section .project-carousel-control{
    top: 8px;
  }
}

/* -------------------------------- */
/* SECTION 2 MOBILE HEADER/CONTROLS EXTRA BREATHING ROOM */
/* -------------------------------- */
@media (max-width: 768px){
  .transformations-section .project-slide-header{
    padding-top: 18px;
  }

  .transformations-section .project-kicker{
    margin-bottom: 10px;
  }

  .transformations-section .project-slide-header h3{
    margin-top: 0;
  }

  .transformations-section .project-carousel-control{
    top: 14px;
  }
}

/* -------------------------------- */
/* SECTION 2 MOBILE IMAGE COMPARISON UX IMPROVEMENT */
/* -------------------------------- */
@media (max-width: 768px){
  .transformations-section .project-compare-figure picture{
    display: flex;
    justify-content: center;
  }

  .transformations-section .project-compare-figure img{
    width: 88%;
  }
}

/* -------------------------------- */
/* SECTION 2 MOBILE IMAGE FRAME FIT */
/* -------------------------------- */
@media (max-width: 768px){
  .transformations-section .project-compare-figure{
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
  }

  .transformations-section .project-compare-figure picture{
    display: flex;
    justify-content: center;
  }

  .transformations-section .project-compare-figure img{
    width: 88%;
    margin: 0 auto;
  }
}

/* -------------------------------- */
/* SECTION 2 DUAL CARD SYNCHRONIZED CAROUSEL */
/* -------------------------------- */
.transformations-section{
  background: #f4f2ec;
}

.transformations-section .transformations-intro{
  margin-bottom: 24px;
}

.transformations-section .transformations-intro .section-lead{
  max-width: 920px;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.transformations-section .transformations-content--dual{
  display: block;
}

.transformations-section .transformation-panel--dual{
  max-width: none;
  padding: 22px;
}

.transformations-section .project-sync-carousel{
  display: grid;
  gap: 18px;
}

.transformations-section .project-sync-carousel__topbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.transformations-section .project-sync-carousel__controls{
  display: flex;
  align-items: center;
  gap: 10px;
}

.transformations-section .project-sync-carousel__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.transformations-section .project-card{
  background: linear-gradient(180deg, #ffffff 0%, #faf8f2 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.transformations-section .project-card__header{
  padding: 18px 18px 12px;
  text-align: left;
}

.transformations-section .project-card__header h3{
  margin-top: 10px;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
}

.transformations-section .project-card__header p{
  margin-top: 10px;
  color: var(--muted);
}

.transformations-section .project-card__viewport{
  overflow: hidden;
}

.transformations-section .project-card__track{
  display: flex;
  transition: transform 280ms ease;
  will-change: transform;
}

.transformations-section .project-card__slide{
  flex: 0 0 100%;
  min-width: 100%;
}

.transformations-section .project-kicker{
  background: var(--accent);
  color: #ffffff;
}

.transformations-section .project-compare-figure{
  position: relative;
  margin: 0;
  padding: 14px 14px 16px;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
}

.transformations-section .project-compare-figure picture{
  display: block;
  width: 100%;
}

.transformations-section .project-compare-figure img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.10);
}

.transformations-section .project-compare-badge{
  top: 28px;
  left: 28px;
}

.transformations-section .project-carousel-dots{
  margin-left: auto;
}

@media (max-width: 980px){
  .transformations-section .project-sync-carousel__grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 768px){
  .transformations-section .transformations-intro{
    margin-bottom: 18px;
  }

  .transformations-section .project-sync-carousel{
    gap: 14px;
  }

  .transformations-section .project-sync-carousel__topbar{
    align-items: center;
  }

  .transformations-section .project-card__header{
    padding: 16px 16px 10px;
  }

  .transformations-section .project-compare-figure{
    padding: 12px 12px 14px;
  }

  .transformations-section .project-compare-badge{
    top: 24px;
    left: 24px;
    min-height: 32px;
    padding: 7px 12px;
    font-size: 0.9rem;
  }

  .transformations-section .project-carousel-control{
    top: auto;
    bottom: auto;
    transform: none;
  }

  .transformations-section .project-carousel-dots{
    margin-left: 0;
  }
}

/* -------------------------------- */
/* SECTION 2 DUAL CARD INDIVIDUAL CAROUSELS */
/* -------------------------------- */
.transformations-section{
  background: #f4f2ec;
}

.transformations-section .transformations-intro{
  margin-bottom: 24px;
}

.transformations-section .transformations-intro .section-lead{
  max-width: 920px;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.transformations-section .transformations-content--dual{
  display: block;
}

.transformations-section .transformation-panel--dual{
  max-width: none;
  padding: 22px;
}

.transformations-section .project-dual-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.transformations-section .project-card{
  background: linear-gradient(180deg, #ffffff 0%, #faf8f2 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.transformations-section .project-card__header{
  padding: 18px 18px 12px;
  text-align: left;
}

.transformations-section .project-card__header h3{
  margin-top: 10px;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
}

.transformations-section .project-card__header p{
  margin-top: 10px;
  color: var(--muted);
}

.transformations-section .project-card__viewport{
  position: relative;
  overflow: hidden;
}

.transformations-section .project-card__track{
  display: flex;
  transition: transform 280ms ease;
  will-change: transform;
}

.transformations-section .project-card__slide{
  flex: 0 0 100%;
  min-width: 100%;
}

.transformations-section .project-kicker{
  background: var(--accent);
  color: #ffffff;
}

.transformations-section .project-compare-figure{
  position: relative;
  margin: 0;
  padding: 14px 14px 16px;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
}

.transformations-section .project-compare-figure picture{
  display: block;
  width: 100%;
}

.transformations-section .project-compare-figure img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.10);
}

.transformations-section .project-compare-badge{
  top: 28px;
  left: 28px;
}

.transformations-section .project-card__control{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.94);
  color: var(--text);
  box-shadow: 0 12px 24px rgba(0,0,0,0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.transformations-section .project-card__control span{
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-1px);
}

.transformations-section .project-card__control--prev{
  left: -10px;
}

.transformations-section .project-card__control--next{
  right: -10px;
}

.transformations-section .project-card__dots{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 0 16px;
}

.transformations-section .project-card__dot{
  width: 11px;
  height: 11px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(39, 37, 32, 0.18);
  cursor: pointer;
}

.transformations-section .project-card__dot.is-active{
  background: var(--accent-deep);
  transform: scale(1.08);
}

@media (max-width: 980px){
  .transformations-section .project-dual-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 768px){
  .transformations-section .transformations-intro{
    margin-bottom: 18px;
  }

  .transformations-section .project-card__header{
    padding: 16px 16px 10px;
  }

  .transformations-section .project-compare-figure{
    padding: 12px 12px 14px;
  }

  .transformations-section .project-compare-badge{
    top: 24px;
    left: 24px;
    min-height: 32px;
    padding: 7px 12px;
    font-size: 0.9rem;
  }

  .transformations-section .project-card__control{
    width: 40px;
    height: 40px;
  }

  .transformations-section .project-card__control--prev{
    left: -6px;
  }

  .transformations-section .project-card__control--next{
    right: -6px;
  }
}

/* -------------------------------- */
/* SECTION 2 DUAL CARD CAROUSEL IMAGE SIZE REFINEMENT */
/* -------------------------------- */
.transformations-section .project-card__viewport{
  width: min(100%, 620px);
  margin: 0 auto;
}

.transformations-section .project-compare-figure{
  padding: 12px 18px 16px;
}

.transformations-section .project-card__control--prev{
  left: 6px;
}

.transformations-section .project-card__control--next{
  right: 6px;
}

@media (max-width: 980px){
  .transformations-section .project-card__viewport{
    width: min(100%, 560px);
  }
}

@media (max-width: 768px){
  .transformations-section .project-card__viewport{
    width: min(100%, 420px);
  }

  .transformations-section .project-compare-figure{
    padding: 10px 16px 14px;
  }

  .transformations-section .project-card__control--prev{
    left: 4px;
  }

  .transformations-section .project-card__control--next{
    right: 4px;
  }
}

/* -------------------------------- */
/* SECTION 1 H3 VISUAL SEPARATION POLISH */
/* Stonework & Hardscape Services cards only */
/* -------------------------------- */
.stonework-grid .service-card-body h3{
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  margin: 0 0 12px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(122, 140, 87, 0.16) 0%, rgba(122, 140, 87, 0.09) 100%);
  border: 1px solid rgba(84, 101, 61, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.55),
    0 8px 18px rgba(84, 101, 61, 0.08);
  color: var(--accent-deep);
  line-height: 1.15;
}

.stonework-grid .service-card-body h3 + p{
  margin-top: 0;
}

@media (max-width: 768px){
  .stonework-grid .service-card-body h3{
    min-height: 40px;
    padding: 9px 14px;
    border-radius: 14px;
    margin-bottom: 10px;
  }
}

/* -------------------------------- */
/* SECTION 2 COPY HIERARCHY + DETAIL BLOCK REFINEMENT */
/* -------------------------------- */
.transformations-section .project-card__summary{
  margin-top: 10px;
  color: var(--muted);
  max-width: 48ch;
}

.transformations-section .project-card__details{
  display: grid;
  gap: 10px;
  padding: 0 18px 20px;
}

.transformations-section .project-card__detail{
  display: grid;
  gap: 3px;
  padding: 10px 12px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(122, 140, 87, 0.08) 0%, rgba(122, 140, 87, 0.04) 100%);
  border: 1px solid rgba(84, 101, 61, 0.12);
}

.transformations-section .project-card__detail-label{
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

.transformations-section .project-card__detail-value{
  color: var(--text);
  line-height: 1.45;
}

@media (max-width: 768px){
  .transformations-section .project-card__summary{
    max-width: none;
  }

  .transformations-section .project-card__details{
    padding: 0 16px 18px;
    gap: 9px;
  }

  .transformations-section .project-card__detail{
    padding: 9px 11px;
    border-radius: 12px;
  }
}

/* -------------------------------- */
/* SECTION 2 CARD BALANCE REFINEMENT */
/* -------------------------------- */
.transformations-section .project-card{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.transformations-section .project-card__header{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 93px;
  padding-top: 22px;
}

.transformations-section .project-card__header h3{
  margin-top: 0;
}

.transformations-section .project-card__header h4{
  margin-top: 0;
}

.transformations-section .project-card__summary{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-width: 66ch;
  margin-top: 10px;
  line-height: 1.58;
}

.transformations-section .project-card__viewport{
  margin-top: 6px;
}

.transformations-section .project-card__details{
  margin-top: auto;
  min-height: 93px;
}

.transformations-section .project-card__detail{
  align-content: start;
}

@media (max-width: 1100px){
  .transformations-section .project-card__header{
    min-height: 128px;
  }

  .transformations-section .project-card__details{
    min-height: 188px;
  }
}

@media (max-width: 980px){
  .transformations-section .project-card__header{
    min-height: 0;
  }

  .transformations-section .project-card__summary{
    -webkit-line-clamp: unset;
    overflow: visible;
    display: block;
  }

  .transformations-section .project-card__details{
    min-height: 0;
  }
}

@media (max-width: 768px){
  .transformations-section .project-card__header{
    padding-top: 18px;
  }

  .transformations-section .project-card__viewport{
    margin-top: 4px;
  }
}

/* -------------------------------- */
/* SECTION 2 MOBILE IMAGE SCALE REFINEMENT */
/* -------------------------------- */
@media (max-width: 768px){
  .transformations-section .transformation-panel--dual{
    padding-left: 12px;
    padding-right: 12px;
  }

  .transformations-section .project-dual-grid{
    gap: 16px;
  }

  .transformations-section .project-card{
    border-radius: 22px;
  }

  .transformations-section .project-card__header{
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 8px;
  }

  .transformations-section .project-card__viewport{
    margin-top: 2px;
  }

  .transformations-section .project-compare-figure{
    padding: 8px 8px 10px;
  }

  .transformations-section .project-compare-figure img{
    border-radius: 18px;
  }

  .transformations-section .project-card__details{
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* -------------------------------- */
/* SECTION 2 MOBILE NESTED CONTAINER REDUCTION */
/* -------------------------------- */
@media (max-width: 768px){
  .transformations-section .section-inner{
    width: min(100% - 16px, 1180px);
  }

  .transformations-section .transformation-panel--dual{
    padding: 8px;
    border-radius: 20px;
  }

  .transformations-section .project-dual-grid{
    gap: 14px;
  }

  .transformations-section .project-card{
    border-radius: 18px;
  }

  .transformations-section .project-card__header{
    padding: 16px 12px 8px;
  }

  .transformations-section .project-card__viewport{
    width: 100%;
    margin-top: 0;
  }

  .transformations-section .project-compare-figure{
    padding: 6px 6px 8px;
  }

  .transformations-section .project-compare-figure img{
    border-radius: 16px;
  }

  .transformations-section .project-card__details{
    padding: 0 12px 14px;
  }
}

/* -------------------------------- */
/* SECTION 2 CARD SURFACE COLOR POLISH */
/* -------------------------------- */
.transformations-section .project-card{
  background:
    radial-gradient(120% 140% at 0% 0%, rgba(122, 140, 87, 0.10) 0%, rgba(122, 140, 87, 0.04) 34%, rgba(255,255,255,0) 62%),
    linear-gradient(180deg, rgba(234, 241, 230, 0.44) 0%, rgba(255,255,255,0.96) 34%, rgba(250,248,242,0.98) 100%);
}

.transformations-section .project-card__header{
  background:
    linear-gradient(180deg, rgba(122, 140, 87, 0.10) 0%, rgba(122, 140, 87, 0.04) 58%, rgba(255,255,255,0) 100%);
}

@media (max-width: 768px){
  .transformations-section .project-card{
    background:
      radial-gradient(135% 140% at 0% 0%, rgba(122, 140, 87, 0.11) 0%, rgba(122, 140, 87, 0.05) 36%, rgba(255,255,255,0) 64%),
      linear-gradient(180deg, rgba(234, 241, 230, 0.48) 0%, rgba(255,255,255,0.97) 34%, rgba(250,248,242,0.99) 100%);
  }

  .transformations-section .project-card__header{
    background:
      linear-gradient(180deg, rgba(122, 140, 87, 0.11) 0%, rgba(122, 140, 87, 0.05) 62%, rgba(255,255,255,0) 100%);
  }
}

/* -------------------------------- */
/* SECTION 2 INTRO SPACING + OUTER PANEL CLEANUP */
/* -------------------------------- */
.transformations-section .transformations-intro{
  margin-bottom: 12px;
}

.transformations-section .transformation-panel--dual{
  padding: 8px 0 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

@media (max-width: 980px){
  .transformations-section .transformations-intro{
    margin-bottom: 10px;
  }

  .transformations-section .transformation-panel--dual{
    padding-top: 6px;
  }
}

@media (max-width: 768px){
  .transformations-section .transformations-intro{
    margin-bottom: 10px;
  }

  .transformations-section .transformation-panel--dual{
    padding-top: 4px;
  }
}

/* -------------------------------- */
/* LANDSCAPE CARE SECTION - IMAGE READY CARD SYSTEM */
/* -------------------------------- */
.landscape-care-section{
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(250,248,242,0.92) 100%);
}

.landscape-care-section .landscape-care-lead{
  max-width: 920px;
}

.landscape-care-section .landscape-care-grid{
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.landscape-care-section .landscape-service-card{
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(39, 37, 32, 0.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(250,248,242,0.96) 100%);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.landscape-care-section .landscape-service-media{
  position: relative;
  min-height: 108px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(84, 101, 61, 0.10);
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.45);
}

.landscape-care-section .landscape-service-media-label{
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  color: var(--accent-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.landscape-care-section .landscape-service-media--lawn{
  background:
    linear-gradient(135deg, rgba(84,101,61,0.18), rgba(84,101,61,0.04)),
    linear-gradient(180deg, #8dad66 0%, #6d904e 100%);
}

.landscape-care-section .landscape-service-media--spring{
  background:
    linear-gradient(135deg, rgba(122,140,87,0.18), rgba(122,140,87,0.04)),
    linear-gradient(180deg, #d7d1c1 0%, #c5bca9 100%);
}

.landscape-care-section .landscape-service-media--fall{
  background:
    linear-gradient(135deg, rgba(117,41,45,0.14), rgba(117,41,45,0.04)),
    linear-gradient(180deg, #b98b58 0%, #8f673e 100%);
}

.landscape-care-section .landscape-service-media--mulch{
  background:
    linear-gradient(135deg, rgba(84,101,61,0.16), rgba(84,101,61,0.03)),
    linear-gradient(180deg, #8e6a49 0%, #6f4f35 100%);
}

.landscape-care-section .landscape-service-media--pruning{
  background:
    linear-gradient(135deg, rgba(84,101,61,0.18), rgba(84,101,61,0.05)),
    linear-gradient(180deg, #7a9a64 0%, #577743 100%);
}

.landscape-care-section .landscape-service-media--beds{
  background:
    linear-gradient(135deg, rgba(122,140,87,0.16), rgba(122,140,87,0.04)),
    linear-gradient(180deg, #b2a17b 0%, #907f5f 100%);
}

.landscape-care-section .landscape-service-media--storm{
  background:
    linear-gradient(135deg, rgba(47,52,45,0.18), rgba(47,52,45,0.06)),
    linear-gradient(180deg, #7b868e 0%, #4f5b64 100%);
}

.landscape-care-section .landscape-service-media--aeration{
  background:
    linear-gradient(135deg, rgba(84,101,61,0.16), rgba(84,101,61,0.04)),
    linear-gradient(180deg, #7d8d4c 0%, #5d6f34 100%);
}

.landscape-care-section .landscape-service-body{
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.landscape-care-section .landscape-service-tag{
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(122, 140, 87, 0.12);
  color: var(--accent-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.landscape-care-section .landscape-service-body h3{
  margin-top: 10px;
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
  line-height: 1.14;
}

.landscape-care-section .landscape-service-body p{
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.6;
}

@media (max-width: 980px){
  .landscape-care-section .landscape-care-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 768px){
  .landscape-care-section .landscape-care-grid{
    gap: 16px;
  }

  .landscape-care-section .landscape-service-card{
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
    border-radius: 20px;
  }

  .landscape-care-section .landscape-service-media{
    min-height: 88px;
    border-radius: 16px;
  }

  .landscape-care-section .landscape-service-media-label{
    left: 8px;
    bottom: 8px;
    min-height: 24px;
    padding: 4px 8px;
    font-size: 0.68rem;
  }

  .landscape-care-section .landscape-service-body h3{
    margin-top: 8px;
  }

  .landscape-care-section .landscape-service-body p{
    margin-top: 8px;
    line-height: 1.55;
  }
}

@media (max-width: 520px){
  .landscape-care-section .landscape-service-card{
    grid-template-columns: 1fr;
  }

  .landscape-care-section .landscape-service-media{
    min-height: 120px;
  }
}

/* -------------------------------- */
/* LANDSCAPE CARE REAL IMAGE INSERT */
/* Weekly Lawn Maintenance card only */
/* -------------------------------- */
.landscape-care-section .landscape-service-media picture,
.landscape-care-section .landscape-service-media img{
  display: block;
  width: 100%;
  height: 100%;
}

.landscape-care-section .landscape-service-media img{
  object-fit: cover;
  object-position: center center;
}

/* -------------------------------- */
/* LANDSCAPE CARE TOP-BANNER IMAGE LAYOUT */
/* Weekly Lawn Maintenance card only */
/* -------------------------------- */
.landscape-care-section .landscape-service-card--banner{
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.landscape-care-section .landscape-service-card--banner .landscape-service-media{
  min-height: 140px;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}

.landscape-care-section .landscape-service-card--banner .landscape-service-media picture,
.landscape-care-section .landscape-service-card--banner .landscape-service-media img{
  display: block;
  width: 100%;
  height: 100%;
}

.landscape-care-section .landscape-service-card--banner .landscape-service-media img{
  object-fit: cover;
  object-position: center center;
}

.landscape-care-section .landscape-service-card--banner .landscape-service-media-label{
  display: none;
}

.landscape-care-section .landscape-service-card--banner .landscape-service-body{
  padding: 16px 18px 18px;
}

@media (max-width: 768px){
  .landscape-care-section .landscape-service-card--banner .landscape-service-media{
    min-height: 126px;
  }

  .landscape-care-section .landscape-service-card--banner .landscape-service-body{
    padding: 14px 16px 16px;
  }
}

/* -------------------------------- */
/* LANDSCAPE CARE SECTION ONLY */
/* Full top-banner card layout */
/* -------------------------------- */
.landscape-care-section{
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(250,248,242,0.92) 100%);
}

.landscape-care-section .landscape-care-lead{
  max-width: 920px;
}

.landscape-care-section .landscape-care-grid{
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.landscape-care-section .landscape-service-card{
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(39, 37, 32, 0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(250,248,242,0.96) 100%);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.landscape-care-section .landscape-service-media{
  position: relative;
  min-height: 140px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-size: cover;
  background-position: center;
}

.landscape-care-section .landscape-service-media picture,
.landscape-care-section .landscape-service-media img{
  display: block;
  width: 100%;
  height: 100%;
}

.landscape-care-section .landscape-service-media img{
  object-fit: cover;
  object-position: center center;
}

.landscape-care-section .landscape-service-media-label{
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  color: var(--accent-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.landscape-care-section .landscape-service-media--lawn{
  background:
    linear-gradient(135deg, rgba(84,101,61,0.18), rgba(84,101,61,0.04)),
    linear-gradient(180deg, #8dad66 0%, #6d904e 100%);
}

.landscape-care-section .landscape-service-media--spring{
  background:
    linear-gradient(135deg, rgba(122,140,87,0.18), rgba(122,140,87,0.04)),
    linear-gradient(180deg, #d7d1c1 0%, #c5bca9 100%);
}

.landscape-care-section .landscape-service-media--fall{
  background:
    linear-gradient(135deg, rgba(117,41,45,0.14), rgba(117,41,45,0.04)),
    linear-gradient(180deg, #b98b58 0%, #8f673e 100%);
}

.landscape-care-section .landscape-service-media--mulch{
  background:
    linear-gradient(135deg, rgba(84,101,61,0.16), rgba(84,101,61,0.03)),
    linear-gradient(180deg, #8e6a49 0%, #6f4f35 100%);
}

.landscape-care-section .landscape-service-media--pruning{
  background:
    linear-gradient(135deg, rgba(84,101,61,0.18), rgba(84,101,61,0.05)),
    linear-gradient(180deg, #7a9a64 0%, #577743 100%);
}

.landscape-care-section .landscape-service-media--beds{
  background:
    linear-gradient(135deg, rgba(122,140,87,0.16), rgba(122,140,87,0.04)),
    linear-gradient(180deg, #b2a17b 0%, #907f5f 100%);
}

.landscape-care-section .landscape-service-media--storm{
  background:
    linear-gradient(135deg, rgba(47,52,45,0.18), rgba(47,52,45,0.06)),
    linear-gradient(180deg, #7b868e 0%, #4f5b64 100%);
}

.landscape-care-section .landscape-service-media--aeration{
  background:
    linear-gradient(135deg, rgba(84,101,61,0.16), rgba(84,101,61,0.04)),
    linear-gradient(180deg, #7d8d4c 0%, #5d6f34 100%);
}

.landscape-care-section .landscape-service-body{
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 16px 18px 18px;
}

.landscape-care-section .landscape-service-tag{
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(122, 140, 87, 0.12);
  color: var(--accent-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.landscape-care-section .landscape-service-body h3{
  margin-top: 10px;
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
  line-height: 1.14;
}

.landscape-care-section .landscape-service-body p{
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.6;
}

@media (max-width: 980px){
  .landscape-care-section .landscape-care-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 768px){
  .landscape-care-section .landscape-care-grid{
    gap: 16px;
  }

  .landscape-care-section .landscape-service-media{
    min-height: 126px;
  }

  .landscape-care-section .landscape-service-body{
    padding: 14px 16px 16px;
  }

  .landscape-care-section .landscape-service-body h3{
    margin-top: 8px;
  }

  .landscape-care-section .landscape-service-body p{
    margin-top: 8px;
    line-height: 1.55;
  }

  .landscape-care-section .landscape-service-media-label{
    left: 8px;
    bottom: 8px;
    min-height: 24px;
    padding: 4px 8px;
    font-size: 0.68rem;
  }
}

/* -------------------------------- */
/* LANDSCAPE CARE SECTION ONLY */
/* Remove pills + elevate card headers */
/* -------------------------------- */
.landscape-care-section .landscape-service-tag{
  display: none !important;
}

.landscape-care-section .landscape-service-body h3{
  margin-top: 0;
  margin-bottom: 12px;
  padding-bottom: 10px;
  font-size: clamp(1.18rem, 1.85vw, 1.42rem);
  line-height: 1.12;
  color: var(--text);
  position: relative;
}

.landscape-care-section .landscape-service-body h3::after{
  content: "";
  display: block;
  width: 52px;
  height: 4px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent-deep) 0%, var(--accent) 100%);
  box-shadow: 0 1px 0 rgba(255,255,255,0.4);
}

.landscape-care-section .landscape-service-body p{
  margin-top: 0;
}

@media (max-width: 768px){
  .landscape-care-section .landscape-service-body h3{
    margin-bottom: 10px;
    padding-bottom: 8px;
  }

  .landscape-care-section .landscape-service-body h3::after{
    width: 44px;
    height: 4px;
    margin-top: 8px;
  }
}

/* -------------------------------- */
/* SERVICE AREA SECTION ONLY */
/* Modern unified intro + fuller county panel */
/* -------------------------------- */
.service-area-section{
  background:
    linear-gradient(180deg, rgba(234,241,230,0.66) 0%, rgba(255,255,255,0.96) 42%, rgba(250,248,242,0.98) 100%);
}

.service-area-section .service-area-shell{
  display:grid;
  gap: 22px;
}

.service-area-section .service-area-intro-grid{
  display:grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, 380px);
  gap: 24px;
  align-items: stretch;
}

.service-area-section .service-area-copy{
  text-align:left;
  min-width: 0;
}

.service-area-section .service-area-copy .section-lead{
  text-align:left;
  margin-left:0;
  margin-right:0;
}

.service-area-section .service-area-lead{
  max-width: none;
  width: 100%;
}

.service-area-section .service-area-panel{
  padding: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(250,248,242,0.96) 100%);
  border: 1px solid rgba(39,37,32,0.08);
  border-radius: 28px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.06);
}

.service-area-section .service-area-county-shell,
.service-area-section .service-area-map-card{
  background: linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(248,245,238,0.94) 100%);
  border: 1px solid rgba(39,37,32,0.08);
  border-radius: 22px;
  box-shadow: 0 10px 22px rgba(0,0,0,0.045);
}

.service-area-section .service-area-county-shell{
  padding: 22px 24px;
}

.service-area-section .service-area-county-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.service-area-section .service-area-county-card{
  min-width: 0;
}

.service-area-section .service-area-county-card h3{
  margin-bottom: 14px;
  padding-bottom: 10px;
  font-size: clamp(1.08rem, 1.45vw, 1.3rem);
  position: relative;
}

.service-area-section .service-area-county-card h3::after{
  content: "";
  display:block;
  width: 48px;
  height: 4px;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent-deep) 0%, var(--accent) 100%);
}

.service-area-section .service-area-town-list{
  list-style:none;
  display:grid;
  gap: 11px;
}

.service-area-section .service-area-town-list li{
  position:relative;
  padding-left: 18px;
  color: var(--text);
  line-height: 1.45;
}

.service-area-section .service-area-town-list li::before{
  content:"";
  position:absolute;
  left:0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
}

.service-area-section .service-area-map-card{
  padding: 12px;
  display:grid;
  gap: 10px;
  align-self: stretch;
}

.service-area-section .service-area-map-card--intro{
  min-height: 100%;
}

.service-area-section .service-area-map-frame{
  overflow:hidden;
  border-radius: 16px;
  min-height: 230px;
  background: #dfe5d9;
  border: 1px solid rgba(39,37,32,0.08);
}

.service-area-section .service-area-map-frame iframe{
  display:block;
  width:100%;
  height:100%;
  min-height: 230px;
}

.service-area-section .service-area-map-meta{
  display:grid;
  gap: 2px;
  padding: 0 2px 2px;
}

.service-area-section .service-area-map-meta strong{
  color: var(--text);
  font-size: 0.94rem;
}

.service-area-section .service-area-map-meta span{
  color: var(--muted);
  line-height: 1.35;
  font-size: 0.92rem;
}

@media (max-width: 980px){
  .service-area-section .service-area-intro-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .service-area-section .service-area-map-card--intro{
    max-width: 100%;
  }

  .service-area-section .service-area-map-frame,
  .service-area-section .service-area-map-frame iframe{
    min-height: 190px;
  }
}

@media (max-width: 768px){
  .service-area-section .service-area-shell{
    gap: 18px;
  }

  .service-area-section .service-area-panel{
    padding: 18px;
    border-radius: 22px;
  }

  .service-area-section .service-area-county-shell{
    padding: 18px;
    border-radius: 20px;
  }

  .service-area-section .service-area-county-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .service-area-section .service-area-county-card h3{
    margin-bottom: 12px;
    font-size: 1.04rem;
  }

  .service-area-section .service-area-town-list{
    gap: 9px;
  }

  .service-area-section .service-area-town-list li{
    padding-left: 16px;
    font-size: 0.98rem;
  }

  .service-area-section .service-area-town-list li::before{
    top: 8px;
    width: 7px;
    height: 7px;
  }

  .service-area-section .service-area-map-card{
    padding: 10px;
    border-radius: 20px;
  }

  .service-area-section .service-area-map-frame,
  .service-area-section .service-area-map-frame iframe{
    min-height: 180px;
    border-radius: 16px;
  }
}

@media (max-width: 560px){
  .service-area-section .service-area-county-grid{
    grid-template-columns: 1fr;
  }
}

/* -------------------------------- */
/* SECTION 1 ISOLATED GRID REFINEMENT */
/* Outdoor Stonework & Hardscape Services */
/* -------------------------------- */
.stonework-grid{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.stonework-grid > .service-card,
.stonework-grid > .service-card--feature{
  grid-column: auto !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.stonework-grid > .service-card--feature{
  grid-template-columns: none !important;
}

.stonework-grid .service-card-media{
  min-height: 220px;
}

.stonework-grid .service-card-body{
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.stonework-grid .service-card-body ul{
  margin-top: 18px;
}

@media (max-width: 980px){
  .stonework-grid{
    grid-template-columns: 1fr;
  }

  .stonework-grid > .service-card,
  .stonework-grid > .service-card--feature{
    display: block !important;
    height: auto;
  }
}


/* -------------------------------- */
/* SECTION 1 CARD 1 REAL IMAGE INSERT */
/* -------------------------------- */
.stonework-grid .card-media-image{
  min-height: 240px;
  overflow: hidden;
  background: #d9d2c5;
}

.stonework-grid .card-media-image picture,
.stonework-grid .card-media-image img{
  display:block;
  width:100%;
  height:100%;
}

.stonework-grid .card-media-image img{
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 980px){
  .stonework-grid .card-media-image{
    min-height: 230px;
  }
}

/* -------------------------------- */
/* SECTION 2 MULTI-PROJECT CAROUSEL TEST ONLY */
/* -------------------------------- */
.transformations-section .project-carousel{
  position: relative;
  display: grid;
  gap: 18px;
}

.transformations-section .project-carousel-viewport{
  overflow: hidden;
}

.transformations-section .project-carousel-track{
  display: flex;
  transition: transform 280ms ease;
  will-change: transform;
}

.transformations-section .project-slide{
  flex: 0 0 100%;
  min-width: 100%;
  display: grid;
  gap: 18px;
}

.transformations-section .project-slide-header{
  text-align: left;
}

.transformations-section .project-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(122, 140, 87, 0.12);
  color: var(--accent-deep);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.transformations-section .project-slide-header h3{
  margin-top: 10px;
  font-size: clamp(1.2rem, 1.9vw, 1.55rem);
}

.transformations-section .project-slide-header p{
  margin-top: 10px;
  color: var(--muted);
  max-width: 62ch;
}

.transformations-section .project-compare-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.transformations-section .project-compare-figure{
  position: relative;
  margin: 0;
  padding: 12px;
  border-radius: 24px;
  border: 1px solid rgba(39, 37, 32, 0.08);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.05);
}

.transformations-section .project-compare-figure--before{
  background: linear-gradient(180deg, #efe8dd 0%, #e7dece 100%);
}

.transformations-section .project-compare-figure--after{
  background: linear-gradient(180deg, #e9f0e3 0%, #dce8d2 100%);
}

.transformations-section .project-compare-figure picture{
  display: block;
  width: 100%;
}

.transformations-section .project-compare-figure img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.10);
}

.transformations-section .project-compare-badge{
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.95);
  color: var(--text);
  font-size: 0.94rem;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.transformations-section .project-carousel-control{
  position: absolute;
  top: calc(50% + 34px);
  transform: translateY(-50%);
  z-index: 3;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.94);
  color: var(--text);
  box-shadow: 0 12px 24px rgba(0,0,0,0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.transformations-section .project-carousel-control span{
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-1px);
}

.transformations-section .project-carousel-control--prev{
  left: -10px;
}

.transformations-section .project-carousel-control--next{
  right: -10px;
}

.transformations-section .project-carousel-dots{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.transformations-section .project-carousel-dot{
  width: 11px;
  height: 11px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(39, 37, 32, 0.18);
  cursor: pointer;
}

.transformations-section .project-carousel-dot.is-active{
  background: var(--accent-deep);
  transform: scale(1.08);
}

@media (max-width: 980px){
  .transformations-section .project-carousel{
    gap: 16px;
  }

  .transformations-section .project-slide{
    gap: 16px;
  }

  .transformations-section .project-carousel-control{
    width: 42px;
    height: 42px;
    top: calc(50% + 28px);
  }

  .transformations-section .project-carousel-control span{
    font-size: 1.85rem;
  }

  .transformations-section .project-compare-grid{
    gap: 14px;
  }

  .transformations-section .project-compare-figure{
    padding: 10px;
    border-radius: 22px;
  }

  .transformations-section .project-compare-badge{
    top: 20px;
    left: 20px;
  }
}

@media (max-width: 768px){
  .transformations-section .project-carousel{
    gap: 14px;
  }

  .transformations-section .project-slide{
    gap: 14px;
  }

  .transformations-section .project-slide-header{
    padding: 0 2px;
  }

  .transformations-section .project-slide-header h3{
    margin-top: 8px;
  }

  .transformations-section .project-slide-header p{
    margin-top: 8px;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .transformations-section .project-compare-grid{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .transformations-section .project-compare-figure{
    padding: 10px;
    border-radius: 20px;
  }

  .transformations-section .project-compare-figure img{
    border-radius: 16px;
  }

  .transformations-section .project-compare-badge{
    top: 18px;
    left: 18px;
    min-height: 32px;
    padding: 7px 12px;
    font-size: 0.9rem;
  }

  .transformations-section .project-carousel-control{
    top: auto;
    bottom: -4px;
    transform: none;
    width: 40px;
    height: 40px;
  }

  .transformations-section .project-carousel-control--prev{
    left: 0;
  }

  .transformations-section .project-carousel-control--next{
    right: 0;
  }

  .transformations-section .project-carousel-dots{
    padding: 14px 52px 0;
  }
}

/* -------------------------------- */
/* SECTION 2 DESKTOP LAYOUT CORRECTION */
/* -------------------------------- */
.transformations-section .transformations-intro{
  margin-bottom: 28px;
}

.transformations-section .transformations-content{
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.9fr);
  gap: 28px;
  align-items: start;
}

.transformations-section .transformations-supporting-cards{
  display: block;
}

.transformations-section .transformations-supporting-cards .trust-points{
  margin-top: 0;
}

@media (max-width: 1100px){
  .transformations-section .transformations-content{
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.95fr);
    gap: 24px;
  }
}

@media (max-width: 768px){
  .transformations-section .transformations-intro{
    margin-bottom: 18px;
  }

  .transformations-section .transformations-content{
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

/* -------------------------------- */
/* SECTION 2 GREEN BACKGROUND + TOP MOBILE CONTROLS */
/* -------------------------------- */
.transformations-section{
  background: #f4f2ec;
}

.transformations-section .project-kicker{
  background: var(--accent);
  color: #ffffff;
}

@media (max-width: 768px){
  .transformations-section .project-carousel{
    padding-top: 6px;
  }

  .transformations-section .project-carousel-control{
    top: 10px;
    bottom: auto;
    transform: none;
    width: 40px;
    height: 40px;
  }

  .transformations-section .project-carousel-control--prev{
    left: 8px;
  }

  .transformations-section .project-carousel-control--next{
    right: 8px;
  }

  .transformations-section .project-carousel-dots{
    padding: 12px 0 0;
  }
}

/* -------------------------------- */
/* SECTION 2 MOBILE KICKER/CONTROLS OVERLAP FIX */
/* -------------------------------- */
@media (max-width: 768px){
  .transformations-section .project-slide-header{
    position: relative;
    padding-top: 6px;
    text-align: center;
  }

  .transformations-section .project-kicker{
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
  }

  .transformations-section .project-slide-header h3,
  .transformations-section .project-slide-header p{
    text-align: left;
  }

  .transformations-section .project-carousel-control{
    top: 8px;
  }
}

/* -------------------------------- */
/* SECTION 2 MOBILE HEADER/CONTROLS EXTRA BREATHING ROOM */
/* -------------------------------- */
@media (max-width: 768px){
  .transformations-section .project-slide-header{
    padding-top: 18px;
  }

  .transformations-section .project-kicker{
    margin-bottom: 10px;
  }

  .transformations-section .project-slide-header h3{
    margin-top: 0;
  }

  .transformations-section .project-carousel-control{
    top: 14px;
  }
}

/* -------------------------------- */
/* SECTION 2 MOBILE IMAGE COMPARISON UX IMPROVEMENT */
/* -------------------------------- */
@media (max-width: 768px){
  .transformations-section .project-compare-figure picture{
    display: flex;
    justify-content: center;
  }

  .transformations-section .project-compare-figure img{
    width: 88%;
  }
}

/* -------------------------------- */
/* SECTION 2 MOBILE IMAGE FRAME FIT */
/* -------------------------------- */
@media (max-width: 768px){
  .transformations-section .project-compare-figure{
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
  }

  .transformations-section .project-compare-figure picture{
    display: flex;
    justify-content: center;
  }

  .transformations-section .project-compare-figure img{
    width: 88%;
    margin: 0 auto;
  }
}

/* -------------------------------- */
/* SECTION 2 DUAL CARD SYNCHRONIZED CAROUSEL */
/* -------------------------------- */
.transformations-section{
  background: #f4f2ec;
}

.transformations-section .transformations-intro{
  margin-bottom: 24px;
}

.transformations-section .transformations-intro .section-lead{
  max-width: 920px;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.transformations-section .transformations-content--dual{
  display: block;
}

.transformations-section .transformation-panel--dual{
  max-width: none;
  padding: 22px;
}

.transformations-section .project-sync-carousel{
  display: grid;
  gap: 18px;
}

.transformations-section .project-sync-carousel__topbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.transformations-section .project-sync-carousel__controls{
  display: flex;
  align-items: center;
  gap: 10px;
}

.transformations-section .project-sync-carousel__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.transformations-section .project-card{
  background: linear-gradient(180deg, #ffffff 0%, #faf8f2 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.transformations-section .project-card__header{
  padding: 18px 18px 12px;
  text-align: left;
}

.transformations-section .project-card__header h3{
  margin-top: 10px;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
}

.transformations-section .project-card__header p{
  margin-top: 10px;
  color: var(--muted);
}

.transformations-section .project-card__viewport{
  overflow: hidden;
}

.transformations-section .project-card__track{
  display: flex;
  transition: transform 280ms ease;
  will-change: transform;
}

.transformations-section .project-card__slide{
  flex: 0 0 100%;
  min-width: 100%;
}

.transformations-section .project-kicker{
  background: var(--accent);
  color: #ffffff;
}

.transformations-section .project-compare-figure{
  position: relative;
  margin: 0;
  padding: 14px 14px 16px;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
}

.transformations-section .project-compare-figure picture{
  display: block;
  width: 100%;
}

.transformations-section .project-compare-figure img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.10);
}

.transformations-section .project-compare-badge{
  top: 28px;
  left: 28px;
}

.transformations-section .project-carousel-dots{
  margin-left: auto;
}

@media (max-width: 980px){
  .transformations-section .project-sync-carousel__grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 768px){
  .transformations-section .transformations-intro{
    margin-bottom: 18px;
  }

  .transformations-section .project-sync-carousel{
    gap: 14px;
  }

  .transformations-section .project-sync-carousel__topbar{
    align-items: center;
  }

  .transformations-section .project-card__header{
    padding: 16px 16px 10px;
  }

  .transformations-section .project-compare-figure{
    padding: 12px 12px 14px;
  }

  .transformations-section .project-compare-badge{
    top: 24px;
    left: 24px;
    min-height: 32px;
    padding: 7px 12px;
    font-size: 0.9rem;
  }

  .transformations-section .project-carousel-control{
    top: auto;
    bottom: auto;
    transform: none;
  }

  .transformations-section .project-carousel-dots{
    margin-left: 0;
  }
}

/* -------------------------------- */
/* SECTION 2 DUAL CARD INDIVIDUAL CAROUSELS */
/* -------------------------------- */
.transformations-section{
  background: #f4f2ec;
}

.transformations-section .transformations-intro{
  margin-bottom: 24px;
}

.transformations-section .transformations-intro .section-lead{
  max-width: 920px;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.transformations-section .transformations-content--dual{
  display: block;
}

.transformations-section .transformation-panel--dual{
  max-width: none;
  padding: 22px;
}

.transformations-section .project-dual-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.transformations-section .project-card{
  background: linear-gradient(180deg, #ffffff 0%, #faf8f2 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.transformations-section .project-card__header{
  padding: 18px 18px 12px;
  text-align: left;
}

.transformations-section .project-card__header h3{
  margin-top: 10px;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
}

.transformations-section .project-card__header p{
  margin-top: 10px;
  color: var(--muted);
}

.transformations-section .project-card__viewport{
  position: relative;
  overflow: hidden;
}

.transformations-section .project-card__track{
  display: flex;
  transition: transform 280ms ease;
  will-change: transform;
}

.transformations-section .project-card__slide{
  flex: 0 0 100%;
  min-width: 100%;
}

.transformations-section .project-kicker{
  background: var(--accent);
  color: #ffffff;
}

.transformations-section .project-compare-figure{
  position: relative;
  margin: 0;
  padding: 14px 14px 16px;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
}

.transformations-section .project-compare-figure picture{
  display: block;
  width: 100%;
}

.transformations-section .project-compare-figure img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.10);
}

.transformations-section .project-compare-badge{
  top: 28px;
  left: 28px;
}

.transformations-section .project-card__control{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.94);
  color: var(--text);
  box-shadow: 0 12px 24px rgba(0,0,0,0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.transformations-section .project-card__control span{
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-1px);
}

.transformations-section .project-card__control--prev{
  left: -10px;
}

.transformations-section .project-card__control--next{
  right: -10px;
}

.transformations-section .project-card__dots{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 0 16px;
}

.transformations-section .project-card__dot{
  width: 11px;
  height: 11px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(39, 37, 32, 0.18);
  cursor: pointer;
}

.transformations-section .project-card__dot.is-active{
  background: var(--accent-deep);
  transform: scale(1.08);
}

@media (max-width: 980px){
  .transformations-section .project-dual-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 768px){
  .transformations-section .transformations-intro{
    margin-bottom: 18px;
  }

  .transformations-section .project-card__header{
    padding: 16px 16px 10px;
  }

  .transformations-section .project-compare-figure{
    padding: 12px 12px 14px;
  }

  .transformations-section .project-compare-badge{
    top: 24px;
    left: 24px;
    min-height: 32px;
    padding: 7px 12px;
    font-size: 0.9rem;
  }

  .transformations-section .project-card__control{
    width: 40px;
    height: 40px;
  }

  .transformations-section .project-card__control--prev{
    left: -6px;
  }

  .transformations-section .project-card__control--next{
    right: -6px;
  }
}

/* -------------------------------- */
/* SECTION 2 DUAL CARD CAROUSEL IMAGE SIZE REFINEMENT */
/* -------------------------------- */
.transformations-section .project-card__viewport{
  width: min(100%, 620px);
  margin: 0 auto;
}

.transformations-section .project-compare-figure{
  padding: 12px 18px 16px;
}

.transformations-section .project-card__control--prev{
  left: 6px;
}

.transformations-section .project-card__control--next{
  right: 6px;
}

@media (max-width: 980px){
  .transformations-section .project-card__viewport{
    width: min(100%, 560px);
  }
}

@media (max-width: 768px){
  .transformations-section .project-card__viewport{
    width: min(100%, 420px);
  }

  .transformations-section .project-compare-figure{
    padding: 10px 16px 14px;
  }

  .transformations-section .project-card__control--prev{
    left: 4px;
  }

  .transformations-section .project-card__control--next{
    right: 4px;
  }
}

/* -------------------------------- */
/* SECTION 1 H3 VISUAL SEPARATION POLISH */
/* Stonework & Hardscape Services cards only */
/* -------------------------------- */
.stonework-grid .service-card-body h3{
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  margin: 0 0 12px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(122, 140, 87, 0.16) 0%, rgba(122, 140, 87, 0.09) 100%);
  border: 1px solid rgba(84, 101, 61, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.55),
    0 8px 18px rgba(84, 101, 61, 0.08);
  color: var(--accent-deep);
  line-height: 1.15;
}

.stonework-grid .service-card-body h3 + p{
  margin-top: 0;
}

@media (max-width: 768px){
  .stonework-grid .service-card-body h3{
    min-height: 40px;
    padding: 9px 14px;
    border-radius: 14px;
    margin-bottom: 10px;
  }
}

/* -------------------------------- */
/* SECTION 2 COPY HIERARCHY + DETAIL BLOCK REFINEMENT */
/* -------------------------------- */
.transformations-section .project-card__summary{
  margin-top: 10px;
  color: var(--muted);
  max-width: 48ch;
}

.transformations-section .project-card__details{
  display: grid;
  gap: 10px;
  padding: 0 18px 20px;
}

.transformations-section .project-card__detail{
  display: grid;
  gap: 3px;
  padding: 10px 12px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(122, 140, 87, 0.08) 0%, rgba(122, 140, 87, 0.04) 100%);
  border: 1px solid rgba(84, 101, 61, 0.12);
}

.transformations-section .project-card__detail-label{
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

.transformations-section .project-card__detail-value{
  color: var(--text);
  line-height: 1.45;
}

@media (max-width: 768px){
  .transformations-section .project-card__summary{
    max-width: none;
  }

  .transformations-section .project-card__details{
    padding: 0 16px 18px;
    gap: 9px;
  }

  .transformations-section .project-card__detail{
    padding: 9px 11px;
    border-radius: 12px;
  }
}

/* -------------------------------- */
/* SECTION 2 CARD BALANCE REFINEMENT */
/* -------------------------------- */
.transformations-section .project-card{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.transformations-section .project-card__header{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 136px;
  padding-top: 18px;
}

.transformations-section .project-card__header h3{
  margin-top: 0;
}

.transformations-section .project-card__summary{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-width: 66ch;
  margin-top: 10px;
  line-height: 1.58;
}

.transformations-section .project-card__viewport{
  margin-top: 6px;
}

.transformations-section .project-card__details{
  margin-top: auto;
  min-height: 198px;
}

.transformations-section .project-card__detail{
  align-content: start;
}

@media (max-width: 1100px){
  .transformations-section .project-card__header{
    min-height: 128px;
  }

  .transformations-section .project-card__details{
    min-height: 188px;
  }
}

@media (max-width: 980px){
  .transformations-section .project-card__header{
    min-height: 0;
  }

  .transformations-section .project-card__summary{
    -webkit-line-clamp: unset;
    overflow: visible;
    display: block;
  }

  .transformations-section .project-card__details{
    min-height: 0;
  }
}

@media (max-width: 768px){
  .transformations-section .project-card__header{
    padding-top: 18px;
  }

  .transformations-section .project-card__viewport{
    margin-top: 4px;
  }
}

/* -------------------------------- */
/* SECTION 2 MOBILE IMAGE SCALE REFINEMENT */
/* -------------------------------- */
@media (max-width: 768px){
  .transformations-section .transformation-panel--dual{
    padding-left: 12px;
    padding-right: 12px;
  }

  .transformations-section .project-dual-grid{
    gap: 16px;
  }

  .transformations-section .project-card{
    border-radius: 22px;
  }

  .transformations-section .project-card__header{
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 8px;
  }

  .transformations-section .project-card__viewport{
    margin-top: 2px;
  }

  .transformations-section .project-compare-figure{
    padding: 8px 8px 10px;
  }

  .transformations-section .project-compare-figure img{
    border-radius: 18px;
  }

  .transformations-section .project-card__details{
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* -------------------------------- */
/* SECTION 2 MOBILE NESTED CONTAINER REDUCTION */
/* -------------------------------- */
@media (max-width: 768px){
  .transformations-section .section-inner{
    width: min(100% - 16px, 1180px);
  }

  .transformations-section .transformation-panel--dual{
    padding: 8px;
    border-radius: 20px;
  }

  .transformations-section .project-dual-grid{
    gap: 14px;
  }

  .transformations-section .project-card{
    border-radius: 18px;
  }

  .transformations-section .project-card__header{
    padding: 16px 12px 8px;
  }

  .transformations-section .project-card__viewport{
    width: 100%;
    margin-top: 0;
  }

  .transformations-section .project-compare-figure{
    padding: 6px 6px 8px;
  }

  .transformations-section .project-compare-figure img{
    border-radius: 16px;
  }

  .transformations-section .project-card__details{
    padding: 0 12px 14px;
  }
}

/* -------------------------------- */
/* SECTION 2 CARD SURFACE COLOR POLISH */
/* -------------------------------- */
.transformations-section .project-card{
  background:
    radial-gradient(120% 140% at 0% 0%, rgba(122, 140, 87, 0.10) 0%, rgba(122, 140, 87, 0.04) 34%, rgba(255,255,255,0) 62%),
    linear-gradient(180deg, rgba(234, 241, 230, 0.44) 0%, rgba(255,255,255,0.96) 34%, rgba(250,248,242,0.98) 100%);
}

.transformations-section .project-card__header{
  background:
    linear-gradient(180deg, rgba(122, 140, 87, 0.10) 0%, rgba(122, 140, 87, 0.04) 58%, rgba(255,255,255,0) 100%);
}

@media (max-width: 768px){
  .transformations-section .project-card{
    background:
      radial-gradient(135% 140% at 0% 0%, rgba(122, 140, 87, 0.11) 0%, rgba(122, 140, 87, 0.05) 36%, rgba(255,255,255,0) 64%),
      linear-gradient(180deg, rgba(234, 241, 230, 0.48) 0%, rgba(255,255,255,0.97) 34%, rgba(250,248,242,0.99) 100%);
  }

  .transformations-section .project-card__header{
    background:
      linear-gradient(180deg, rgba(122, 140, 87, 0.11) 0%, rgba(122, 140, 87, 0.05) 62%, rgba(255,255,255,0) 100%);
  }
}

/* -------------------------------- */
/* SECTION 2 INTRO SPACING + OUTER PANEL CLEANUP */
/* -------------------------------- */
.transformations-section .transformations-intro{
  margin-bottom: 12px;
}

.transformations-section .transformation-panel--dual{
  padding: 8px 0 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

@media (max-width: 980px){
  .transformations-section .transformations-intro{
    margin-bottom: 10px;
  }

  .transformations-section .transformation-panel--dual{
    padding-top: 6px;
  }
}

@media (max-width: 768px){
  .transformations-section .transformations-intro{
    margin-bottom: 10px;
  }

  .transformations-section .transformation-panel--dual{
    padding-top: 4px;
  }
}

/* -------------------------------- */
/* LANDSCAPE CARE SECTION - IMAGE READY CARD SYSTEM */
/* -------------------------------- */
.landscape-care-section{
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(250,248,242,0.92) 100%);
}

.landscape-care-section .landscape-care-lead{
  max-width: 920px;
}

.landscape-care-section .landscape-care-grid{
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.landscape-care-section .landscape-service-card{
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(39, 37, 32, 0.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(250,248,242,0.96) 100%);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.landscape-care-section .landscape-service-media{
  position: relative;
  min-height: 108px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(84, 101, 61, 0.10);
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.45);
}

.landscape-care-section .landscape-service-media-label{
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  color: var(--accent-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.landscape-care-section .landscape-service-media--lawn{
  background:
    linear-gradient(135deg, rgba(84,101,61,0.18), rgba(84,101,61,0.04)),
    linear-gradient(180deg, #8dad66 0%, #6d904e 100%);
}

.landscape-care-section .landscape-service-media--spring{
  background:
    linear-gradient(135deg, rgba(122,140,87,0.18), rgba(122,140,87,0.04)),
    linear-gradient(180deg, #d7d1c1 0%, #c5bca9 100%);
}

.landscape-care-section .landscape-service-media--fall{
  background:
    linear-gradient(135deg, rgba(117,41,45,0.14), rgba(117,41,45,0.04)),
    linear-gradient(180deg, #b98b58 0%, #8f673e 100%);
}

.landscape-care-section .landscape-service-media--mulch{
  background:
    linear-gradient(135deg, rgba(84,101,61,0.16), rgba(84,101,61,0.03)),
    linear-gradient(180deg, #8e6a49 0%, #6f4f35 100%);
}

.landscape-care-section .landscape-service-media--pruning{
  background:
    linear-gradient(135deg, rgba(84,101,61,0.18), rgba(84,101,61,0.05)),
    linear-gradient(180deg, #7a9a64 0%, #577743 100%);
}

.landscape-care-section .landscape-service-media--beds{
  background:
    linear-gradient(135deg, rgba(122,140,87,0.16), rgba(122,140,87,0.04)),
    linear-gradient(180deg, #b2a17b 0%, #907f5f 100%);
}

.landscape-care-section .landscape-service-media--storm{
  background:
    linear-gradient(135deg, rgba(47,52,45,0.18), rgba(47,52,45,0.06)),
    linear-gradient(180deg, #7b868e 0%, #4f5b64 100%);
}

.landscape-care-section .landscape-service-media--aeration{
  background:
    linear-gradient(135deg, rgba(84,101,61,0.16), rgba(84,101,61,0.04)),
    linear-gradient(180deg, #7d8d4c 0%, #5d6f34 100%);
}

.landscape-care-section .landscape-service-body{
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.landscape-care-section .landscape-service-tag{
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(122, 140, 87, 0.12);
  color: var(--accent-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.landscape-care-section .landscape-service-body h3{
  margin-top: 10px;
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
  line-height: 1.14;
}

.landscape-care-section .landscape-service-body p{
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.6;
}

@media (max-width: 980px){
  .landscape-care-section .landscape-care-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 768px){
  .landscape-care-section .landscape-care-grid{
    gap: 16px;
  }

  .landscape-care-section .landscape-service-card{
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
    border-radius: 20px;
  }

  .landscape-care-section .landscape-service-media{
    min-height: 88px;
    border-radius: 16px;
  }

  .landscape-care-section .landscape-service-media-label{
    left: 8px;
    bottom: 8px;
    min-height: 24px;
    padding: 4px 8px;
    font-size: 0.68rem;
  }

  .landscape-care-section .landscape-service-body h3{
    margin-top: 8px;
  }

  .landscape-care-section .landscape-service-body p{
    margin-top: 8px;
    line-height: 1.55;
  }
}

@media (max-width: 520px){
  .landscape-care-section .landscape-service-card{
    grid-template-columns: 1fr;
  }

  .landscape-care-section .landscape-service-media{
    min-height: 120px;
  }
}

/* -------------------------------- */
/* LANDSCAPE CARE REAL IMAGE INSERT */
/* Weekly Lawn Maintenance card only */
/* -------------------------------- */
.landscape-care-section .landscape-service-media picture,
.landscape-care-section .landscape-service-media img{
  display: block;
  width: 100%;
  height: 100%;
}

.landscape-care-section .landscape-service-media img{
  object-fit: cover;
  object-position: center center;
}

/* -------------------------------- */
/* LANDSCAPE CARE TOP-BANNER IMAGE LAYOUT */
/* Weekly Lawn Maintenance card only */
/* -------------------------------- */
.landscape-care-section .landscape-service-card--banner{
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.landscape-care-section .landscape-service-card--banner .landscape-service-media{
  min-height: 140px;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}

.landscape-care-section .landscape-service-card--banner .landscape-service-media picture,
.landscape-care-section .landscape-service-card--banner .landscape-service-media img{
  display: block;
  width: 100%;
  height: 100%;
}

.landscape-care-section .landscape-service-card--banner .landscape-service-media img{
  object-fit: cover;
  object-position: center center;
}

.landscape-care-section .landscape-service-card--banner .landscape-service-media-label{
  display: none;
}

.landscape-care-section .landscape-service-card--banner .landscape-service-body{
  padding: 16px 18px 18px;
}

@media (max-width: 768px){
  .landscape-care-section .landscape-service-card--banner .landscape-service-media{
    min-height: 126px;
  }

  .landscape-care-section .landscape-service-card--banner .landscape-service-body{
    padding: 14px 16px 16px;
  }
}

/* -------------------------------- */
/* LANDSCAPE CARE SECTION ONLY */
/* Full top-banner card layout */
/* -------------------------------- */
.landscape-care-section{
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(250,248,242,0.92) 100%);
}

.landscape-care-section .landscape-care-lead{
  max-width: 920px;
}

.landscape-care-section .landscape-care-grid{
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.landscape-care-section .landscape-service-card{
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(39, 37, 32, 0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(250,248,242,0.96) 100%);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.landscape-care-section .landscape-service-media{
  position: relative;
  min-height: 140px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-size: cover;
  background-position: center;
}

.landscape-care-section .landscape-service-media picture,
.landscape-care-section .landscape-service-media img{
  display: block;
  width: 100%;
  height: 100%;
}

.landscape-care-section .landscape-service-media img{
  object-fit: cover;
  object-position: center center;
}

.landscape-care-section .landscape-service-media-label{
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  color: var(--accent-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.landscape-care-section .landscape-service-media--lawn{
  background:
    linear-gradient(135deg, rgba(84,101,61,0.18), rgba(84,101,61,0.04)),
    linear-gradient(180deg, #8dad66 0%, #6d904e 100%);
}

.landscape-care-section .landscape-service-media--spring{
  background:
    linear-gradient(135deg, rgba(122,140,87,0.18), rgba(122,140,87,0.04)),
    linear-gradient(180deg, #d7d1c1 0%, #c5bca9 100%);
}

.landscape-care-section .landscape-service-media--fall{
  background:
    linear-gradient(135deg, rgba(117,41,45,0.14), rgba(117,41,45,0.04)),
    linear-gradient(180deg, #b98b58 0%, #8f673e 100%);
}

.landscape-care-section .landscape-service-media--mulch{
  background:
    linear-gradient(135deg, rgba(84,101,61,0.16), rgba(84,101,61,0.03)),
    linear-gradient(180deg, #8e6a49 0%, #6f4f35 100%);
}

.landscape-care-section .landscape-service-media--pruning{
  background:
    linear-gradient(135deg, rgba(84,101,61,0.18), rgba(84,101,61,0.05)),
    linear-gradient(180deg, #7a9a64 0%, #577743 100%);
}

.landscape-care-section .landscape-service-media--beds{
  background:
    linear-gradient(135deg, rgba(122,140,87,0.16), rgba(122,140,87,0.04)),
    linear-gradient(180deg, #b2a17b 0%, #907f5f 100%);
}

.landscape-care-section .landscape-service-media--storm{
  background:
    linear-gradient(135deg, rgba(47,52,45,0.18), rgba(47,52,45,0.06)),
    linear-gradient(180deg, #7b868e 0%, #4f5b64 100%);
}

.landscape-care-section .landscape-service-media--aeration{
  background:
    linear-gradient(135deg, rgba(84,101,61,0.16), rgba(84,101,61,0.04)),
    linear-gradient(180deg, #7d8d4c 0%, #5d6f34 100%);
}

.landscape-care-section .landscape-service-body{
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 16px 18px 18px;
}

.landscape-care-section .landscape-service-tag{
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(122, 140, 87, 0.12);
  color: var(--accent-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.landscape-care-section .landscape-service-body h3{
  margin-top: 10px;
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
  line-height: 1.14;
}

.landscape-care-section .landscape-service-body p{
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.6;
}

@media (max-width: 980px){
  .landscape-care-section .landscape-care-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 768px){
  .landscape-care-section .landscape-care-grid{
    gap: 16px;
  }

  .landscape-care-section .landscape-service-media{
    min-height: 126px;
  }

  .landscape-care-section .landscape-service-body{
    padding: 14px 16px 16px;
  }

  .landscape-care-section .landscape-service-body h3{
    margin-top: 8px;
  }

  .landscape-care-section .landscape-service-body p{
    margin-top: 8px;
    line-height: 1.55;
  }

  .landscape-care-section .landscape-service-media-label{
    left: 8px;
    bottom: 8px;
    min-height: 24px;
    padding: 4px 8px;
    font-size: 0.68rem;
  }
}

/* -------------------------------- */
/* LANDSCAPE CARE SECTION ONLY */
/* Remove pills + elevate card headers */
/* -------------------------------- */
.landscape-care-section .landscape-service-tag{
  display: none !important;
}

.landscape-care-section .landscape-service-body h3{
  margin-top: 0;
  margin-bottom: 12px;
  padding-bottom: 10px;
  font-size: clamp(1.18rem, 1.85vw, 1.42rem);
  line-height: 1.12;
  color: var(--text);
  position: relative;
}

.landscape-care-section .landscape-service-body h3::after{
  content: "";
  display: block;
  width: 52px;
  height: 4px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent-deep) 0%, var(--accent) 100%);
  box-shadow: 0 1px 0 rgba(255,255,255,0.4);
}

.landscape-care-section .landscape-service-body p{
  margin-top: 0;
}

@media (max-width: 768px){
  .landscape-care-section .landscape-service-body h3{
    margin-bottom: 10px;
    padding-bottom: 8px;
  }

  .landscape-care-section .landscape-service-body h3::after{
    width: 44px;
    height: 4px;
    margin-top: 8px;
  }
}

/* -------------------------------- */
/* SERVICE AREA SECTION ONLY */
/* Unified local SEO panel + balanced county lists + compact map */
/* -------------------------------- */
.service-area-section{
  background:
    linear-gradient(180deg, rgba(234,241,230,0.66) 0%, rgba(255,255,255,0.96) 42%, rgba(250,248,242,0.98) 100%);
}

.service-area-section .service-area-shell{
  display:block;
}

.service-area-section .service-area-copy{
  text-align:left;
}

.service-area-section .service-area-copy .section-lead{
  text-align:left;
  margin-left:0;
  margin-right:0;
}

.service-area-section .service-area-lead{
  max-width: 900px;
}

.service-area-section .service-area-panel{
  margin-top: 26px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(250,248,242,0.96) 100%);
  border: 1px solid rgba(39,37,32,0.08);
  border-radius: 28px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.06);
}

.service-area-section .service-area-panel-grid{
  display:grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(240px, 320px);
  gap: 22px;
  align-items:start;
}

.service-area-section .service-area-county-shell,
.service-area-section .service-area-map-card{
  background: linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(248,245,238,0.94) 100%);
  border: 1px solid rgba(39,37,32,0.08);
  border-radius: 22px;
  box-shadow: 0 10px 22px rgba(0,0,0,0.045);
}

.service-area-section .service-area-county-shell{
  padding: 22px;
}

.service-area-section .service-area-county-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.service-area-section .service-area-county-card{
  min-width: 0;
}

.service-area-section .service-area-county-card h3{
  margin-bottom: 14px;
  padding-bottom: 10px;
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
  position: relative;
}

.service-area-section .service-area-county-card h3::after{
  content: "";
  display:block;
  width: 48px;
  height: 4px;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent-deep) 0%, var(--accent) 100%);
}

.service-area-section .service-area-town-list{
  list-style:none;
  display:grid;
  gap: 10px;
}

.service-area-section .service-area-town-list li{
  position:relative;
  padding-left: 18px;
  color: var(--text);
  line-height: 1.45;
}

.service-area-section .service-area-town-list li::before{
  content:"";
  position:absolute;
  left:0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
}

.service-area-section .service-area-map-card{
  padding: 10px;
  display:grid;
  gap: 10px;
  align-self:start;
}

.service-area-section .service-area-map-card--compact{
  max-width: 320px;
}

.service-area-section .service-area-map-frame{
  overflow:hidden;
  border-radius: 16px;
  min-height: 180px;
  background: #dfe5d9;
  border: 1px solid rgba(39,37,32,0.08);
}

.service-area-section .service-area-map-frame iframe{
  display:block;
  width:100%;
  height:100%;
  min-height: 180px;
}

.service-area-section .service-area-map-meta{
  display:grid;
  gap: 2px;
  padding: 0 2px 2px;
}

.service-area-section .service-area-map-meta strong{
  color: var(--text);
  font-size: 0.94rem;
}

.service-area-section .service-area-map-meta span{
  color: var(--muted);
  line-height: 1.35;
  font-size: 0.92rem;
}

@media (max-width: 1080px){
  .service-area-section .service-area-panel-grid{
    grid-template-columns: 1fr;
  }

  .service-area-section .service-area-map-card,
  .service-area-section .service-area-map-card--compact{
    max-width: 420px;
  }
}

@media (max-width: 768px){
  .service-area-section .service-area-panel{
    padding: 18px;
    border-radius: 22px;
  }

  .service-area-section .service-area-county-shell{
    padding: 18px 18px 16px;
    border-radius: 20px;
  }

  .service-area-section .service-area-county-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-area-section .service-area-map-card{
    padding: 10px;
    border-radius: 20px;
  }

  .service-area-section .service-area-map-card,
  .service-area-section .service-area-map-card--compact{
    max-width: 100%;
  }

  .service-area-section .service-area-map-frame{
    min-height: 170px;
    border-radius: 16px;
  }

  .service-area-section .service-area-map-frame iframe{
    min-height: 170px;
  }
}}



/* -------------------------------- */
/* SERVICE AREA + SECTION ORDER POLISH */
/* -------------------------------- */
.service-area-section .service-area-intro-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 360px);
  gap: 24px;
  align-items: stretch;
}

.service-area-section .service-area-copy{
  min-width: 0;
}

.service-area-section .service-area-copy .section-lead,
.service-area-section .service-area-lead{
  max-width: none;
}

.service-area-section .service-area-map-card--intro{
  height: 100%;
  min-height: 100%;
  justify-content: start;
}

.service-area-section .service-area-map-frame,
.service-area-section .service-area-map-frame iframe{
  min-height: 220px;
}

.service-area-section .service-area-panel{
  margin-top: 22px;
}

.service-area-section .service-area-county-grid{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 28px;
  align-items: start;
}

.service-area-section .service-area-county-card{
  align-self: start;
}

.why-us-section{
  background: linear-gradient(180deg, rgba(234,241,230,0.38) 0%, rgba(255,255,255,0.96) 100%);
}

@media (max-width: 980px){
  .service-area-section .service-area-intro-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .service-area-section .service-area-map-card--intro{
    max-width: 100%;
  }
}

@media (max-width: 768px){
  .service-area-section .service-area-intro-grid{
    gap: 16px;
  }

  .service-area-section .service-area-panel{
    padding: 16px;
  }

  .service-area-section .service-area-county-shell{
    padding: 16px;
  }

  .service-area-section .service-area-county-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
  }

  .service-area-section .service-area-county-card h3{
    font-size: 1.08rem;
    margin-bottom: 12px;
    padding-bottom: 8px;
  }

  .service-area-section .service-area-town-list{
    gap: 8px;
  }

  .service-area-section .service-area-town-list li{
    font-size: 0.98rem;
    line-height: 1.4;
    padding-left: 16px;
  }

  .service-area-section .service-area-town-list li::before{
    top: 8px;
    width: 7px;
    height: 7px;
  }

  .service-area-section .service-area-map-frame,
  .service-area-section .service-area-map-frame iframe{
    min-height: 190px;
  }
}

@media (max-width: 560px){
  .service-area-section .service-area-county-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
  }

  .service-area-section .service-area-county-card h3{
    font-size: 1rem;
  }

  .service-area-section .service-area-town-list li{
    font-size: 0.94rem;
  }
}

@media (max-width: 420px){
  .service-area-section .service-area-panel,
  .service-area-section .service-area-county-shell{
    padding: 14px;
  }

  .service-area-section .service-area-county-grid{
    gap: 10px 14px;
  }

  .service-area-section .service-area-town-list li{
    font-size: 0.9rem;
    line-height: 1.35;
  }
}


/* -------------------------------- */
/* SERVICE AREA FINAL LAYOUT OVERRIDE */
/* -------------------------------- */
.service-area-section{
  background: linear-gradient(180deg, rgba(234,241,230,0.66) 0%, rgba(255,255,255,0.96) 42%, rgba(250,248,242,0.98) 100%);
}

.service-area-section .service-area-shell{
  display:block;
}

.service-area-section .service-area-copy{
  text-align:left;
  margin-bottom: 24px;
}

.service-area-section .service-area-copy .section-lead,
.service-area-section .service-area-lead{
  max-width: none;
  text-align:left;
  margin: 18px 0 0;
}

.service-area-section .service-area-panel-grid{
  display:grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.72fr);
  gap: 24px;
  align-items: stretch;
}

.service-area-section .service-area-county-shell,
.service-area-section .service-area-map-card{
  height: 100%;
  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(250,248,242,0.96) 100%);
  border: 1px solid rgba(39,37,32,0.08);
  border-radius: 28px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.06);
}

.service-area-section .service-area-county-shell{
  padding: 28px;
}

.service-area-section .service-area-county-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.service-area-section .service-area-county-card h3{
  margin-bottom: 14px;
  padding-bottom: 10px;
  font-size: clamp(1.08rem, 1.45vw, 1.3rem);
  position: relative;
}

.service-area-section .service-area-county-card h3::after{
  content: "";
  display:block;
  width: 58px;
  height: 4px;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent-deep) 0%, var(--accent) 100%);
}

.service-area-section .service-area-town-list{
  list-style:none;
  display:grid;
  gap: 12px;
}

.service-area-section .service-area-town-list li{
  position:relative;
  padding-left: 22px;
  color: var(--text);
  line-height: 1.45;
  font-size: 1.02rem;
}

.service-area-section .service-area-town-list li::before{
  content:"";
  position:absolute;
  left:0;
  top: 9px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--accent);
}

.service-area-section .service-area-map-card{
  padding: 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height: 100%;
}

.service-area-section .service-area-map-frame{
  position: relative;
  width: 100%;
  min-height: 100%;
  height: 100%;
  overflow:hidden;
  border-radius: 20px;
  border: 1px solid rgba(39,37,32,0.08);
  background: #dfe5d9;
  align-self: stretch;
}

.service-area-section .service-area-map-frame iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}

@media (min-width: 769px){
  .service-area-section .service-area-map-card{
    min-height: 100%;
  }

  .service-area-section .service-area-map-frame{
    aspect-ratio: 1 / 1;
    min-height: 0;
  }
}

@media (max-width: 980px){
  .service-area-section .service-area-panel-grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px){
  .service-area-section .service-area-copy{
    margin-bottom: 18px;
  }

  .service-area-section .service-area-panel-grid{
    gap: 18px;
  }

  .service-area-section .service-area-county-shell{
    padding: 20px;
    border-radius: 24px;
  }

  .service-area-section .service-area-county-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .service-area-section .service-area-town-list li{
    font-size: 0.98rem;
  }

  .service-area-section .service-area-map-card{
    padding: 12px;
    border-radius: 24px;
  }

  .service-area-section .service-area-map-frame{
    aspect-ratio: 16 / 10;
    min-height: 0;
  }
}

@media (max-width: 520px){
  .service-area-section .service-area-county-shell{
    padding: 18px 16px;
  }

  .service-area-section .service-area-county-grid{
    gap: 14px;
  }

  .service-area-section .service-area-county-card h3{
    font-size: 1rem;
  }

  .service-area-section .service-area-town-list{
    gap: 10px;
  }

  .service-area-section .service-area-town-list li{
    padding-left: 18px;
    font-size: 0.95rem;
  }
}


/* -------------------------------- */
/* WHY US SECTION — FINAL ISOLATED UPDATE */
/* -------------------------------- */
.why-us-section{
  background: linear-gradient(180deg, rgba(234,241,230,0.38) 0%, rgba(255,255,255,0.96) 100%);
}

.why-us-shell{
  display: grid;
  gap: 26px;
}

.why-us-intro{
  text-align: center;
}

.why-us-intro .section-lead{
  max-width: 920px;
}

.why-us-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.why-us-card{
  position: relative;
  padding: 24px 24px 26px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(249,247,241,0.98) 100%);
  border: 1px solid rgba(39, 37, 32, 0.08);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.06);
  text-align: left;
}

.why-us-card-kicker{
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(122, 140, 87, 0.12);
  color: var(--accent-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.why-us-card h3{
  font-size: clamp(1.12rem, 1.7vw, 1.34rem);
}

.why-us-card p{
  margin-top: 10px;
  color: var(--muted);
}

@media (max-width: 980px){
  .why-us-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .why-us-card{
    padding: 20px 20px 22px;
  }
}


/* -------------------------------- */
/* FINAL TRUST SECTION CARD HEADER REFINEMENT */
/* -------------------------------- */
.why-us-card h3{
  position: relative;
  margin: 0;
  padding-top: 16px;
  color: var(--accent-deep);
  font-size: clamp(1.16rem, 1.8vw, 1.4rem);
  line-height: 1.16;
}

.why-us-card h3::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-deep) 100%);
  box-shadow: 0 6px 16px rgba(84, 101, 61, 0.18);
}

.why-us-card p{
  margin-top: 12px;
}

.why-us-card-kicker{
  display: none !important;
}

@media (max-width: 980px){
  .why-us-card h3{
    padding-top: 14px;
  }

  .why-us-card h3::before{
    width: 48px;
  }
}

/* -------------------------------- */
/* HOMEPAGE INTRO TEXT CONSISTENCY  */
/* -------------------------------- */
:where(
  .services-overview,
  .landscape-care-section,
  .transformations-section,
  .service-area-section,
  .why-us-section
) .section-lead{
  display: block;
  width: min(100%, 68ch);
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  padding-inline: clamp(2px, 0.5vw, 8px);
  text-align: left;
  color: #57544f;
  font-size: clamp(1.02rem, 1.1vw, 1.12rem);
  line-height: 1.78;
  letter-spacing: -0.01em;
  text-wrap: pretty;
}

:where(
  .services-overview,
  .landscape-care-section,
  .transformations-section,
  .service-area-section,
  .why-us-section
) .section-lead::before{
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  margin: 0 0 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(122,140,87,0.95) 0%, rgba(122,140,87,0.42) 100%);
}

.services-overview .section-inner > .section-lead,
.landscape-care-section .section-inner > .section-lead,
.transformations-intro > .section-lead,
.service-area-copy > .section-lead,
.why-us-intro > .section-lead{
  max-width: 68ch;
}

.transformations-intro,
.why-us-intro{
  max-width: 74ch;
  margin-left: auto;
  margin-right: auto;
}

.service-area-copy > .section-lead{
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 980px){
  :where(
    .services-overview,
    .landscape-care-section,
    .transformations-section,
    .service-area-section,
    .why-us-section
  ) .section-lead{
    width: min(100%, 64ch);
  }

  .service-area-copy > .section-lead{
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px){
  :where(
    .services-overview,
    .landscape-care-section,
    .transformations-section,
    .service-area-section,
    .why-us-section
  ) .section-lead{
    width: 100%;
    margin-top: 16px;
    padding-top: 16px;
    padding-inline: 0;
    font-size: 1rem;
    line-height: 1.72;
  }

  :where(
    .services-overview,
    .landscape-care-section,
    .transformations-section,
    .service-area-section,
    .why-us-section
  ) .section-lead::before{
    width: 50px;
    margin-bottom: 12px;
  }

  .transformations-intro,
  .why-us-intro,
  .service-area-copy{
    max-width: none;
  }
}


/* -------------------------------- */
/* TARGETED DESKTOP INTRO WIDTH FIX */
/* -------------------------------- */
@media (min-width: 769px){
  /* Let these section intros use the full section width instead of a centered narrow column */
  .services-overview .section-inner > .section-lead,
  .landscape-care-section .section-inner > .section-lead,
  .transformations-intro,
  .transformations-intro > .section-lead,
  .why-us-intro,
  .why-us-intro > .section-lead{
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .services-overview .section-inner > .section-lead,
  .landscape-care-section .section-inner > .section-lead,
  .transformations-intro > .section-lead,
  .why-us-intro > .section-lead{
    padding-inline: 0;
  }

  /* Keep the visual-proof and why-us headings aligned to the section rather than centered in a narrow intro wrapper */
  .transformations-intro,
  .why-us-intro{
    text-align: left;
  }

  .transformations-intro .section-eyebrow,
  .why-us-intro .section-eyebrow{
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
  }
}



.footer-social{
  display:flex;
  align-items:center;
  justify-content:center; /* change to flex-start if preferred */
  gap:10px;
  flex-wrap:wrap;
}

.footer-social a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  text-decoration:none;
  border-radius:999px;
  transition:transform .2s ease, opacity .2s ease, background-color .2s ease;
}

.footer-social svg{
  width:16px;
  height:16px;
  fill:#8a8a8a;
  transition:fill .2s ease;
}

.footer-social a:hover,
.footer-social a:focus-visible{
  transform:translateY(-1px);
  outline:none;
}

.footer-social a:hover svg,
.footer-social a:focus-visible svg{
  fill:#ffffff; /* swap this if you prefer brand-color hover instead */
}

.footer-social a:hover,
.footer-social a:focus-visible{
  background-color:#2f6f57; /* replace with your brand color */
}

@media (max-width: 640px){
  .footer-social{
    gap:8px;
  }

  .footer-social a{
    width:28px;
    height:28px;
  }

  .footer-social svg{
    width:15px;
    height:15px;
  }
}




/* -------------------------------- */
/* PREMIUM FOOTER REFINEMENT        */
/* Footer only                      */
/* -------------------------------- */
footer.site-footer{
  width: 100%;
  margin-top: auto;
  align-self: stretch;
  padding: 0;
  color: #f3efe6;
  text-align: left;
  background:
    linear-gradient(180deg, #4a4d46 0%, #3b3d38 100%);
}

.site-footer a,
.site-footer a:visited,
.site-footer a:hover,
.site-footer a:active{
  text-decoration: none;
}

.footer-cta-shell{
  width: 100%;
  padding: 34px 0 0;
  background:
    linear-gradient(180deg, #e8e4d9 0%, #dce4d1 100%);
}

.footer-cta-panel,
.footer-main-grid,
.footer-bottom-inner{
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.footer-cta-panel{
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) auto;
  gap: 24px;
  align-items: center;
  padding: 30px 32px;
  border-radius: 30px 30px 0 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.88) 0%, rgba(247,245,239,0.96) 100%);
  border: 1px solid rgba(39, 37, 32, 0.08);
  border-bottom: 0;
  box-shadow: 0 22px 44px rgba(0,0,0,0.08);
}

 .footer-kicker{
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
  color: #5f6457;
}

.footer-cta-copy h2{
  font-size: clamp(1.55rem, 2.6vw, 2.4rem);
  line-height: 1.08;
  color: #272520;
}

.footer-cta-copy p{
  margin-top: 14px;
  max-width: 64ch;
  color: #5d5b56;
  font-size: 1.02rem;
  line-height: 1.68;
}

.footer-cta-actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease;
}

.footer-button--primary{
  background: #2f342d;
  color: #ffffff !important;
  box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}

.footer-button--secondary{
  background: rgba(255,255,255,0.92);
  color: #2f342d !important;
  border: 1px solid rgba(39,37,32,0.12);
}

.footer-button:hover,
.footer-button:focus-visible{
  transform: translateY(-1px);
}

.footer-button:focus-visible,
.footer-link-list a:focus-visible,
.footer-contact-list a:focus-visible,
.footer-social a:focus-visible{
  outline: 3px solid rgba(244,242,236,0.34);
  outline-offset: 3px;
}

 .footer-main-shell{
  width: 100%;

 linear-gradient(180deg, #444740 0%, #353732 100%); 

  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-main-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(180px, 1fr));
  gap: 30px;
  padding: 40px 0 34px;
}

.footer-brand-column{
  display: grid;
  gap: 18px;
}

.footer-brand-mark{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: min(100%, 300px);
}

.footer-brand-mark img{
  width: 100%;
  height: auto;
  display: block;
}

.footer-brand-copy h3{
  color: #f5f2ea;
  font-size: 1.3rem;
  line-height: 1.14;
}

.footer-brand-copy p{
  margin-top: 10px;
  color: rgba(245,242,234,0.82);
  line-height: 1.72;
}

 .footer-service-note{
  color: rgba(234,229,217,0.88) !important;
}

.footer-column,
.footer-social-wrap{
  display: grid;
  align-content: start;
  gap: 14px;
}

 .footer-column-title{
  font-size: 0.84rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(226,219,202,0.86);
}

.footer-link-list,
.footer-contact-list{
  list-style: none;
  display: grid;
  gap: 12px;
}

.footer-link-list a,
.footer-contact-list a,
.footer-contact-list span{
  color: rgba(245,242,234,0.9) !important;
}

.footer-link-list a{
  display: inline-flex;
  width: fit-content;
  line-height: 1.5;
  transition: color .18s ease, transform .18s ease;
}

.footer-link-list a:hover,
.footer-contact-list a:hover{
  color: #ffffff !important;
}

.footer-link-list a:hover{
  transform: translateX(2px);
}

.footer-link-list--muted a{
  color: rgba(245,242,234,0.82) !important;
}

.footer-contact-list li{
  display: grid;
  gap: 4px;
}

 .footer-contact-label{
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(216,209,193,0.72) !important;
}

.footer-social{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-social a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.footer-social svg{
  width: 16px;
  height: 16px;
  fill: rgba(245,242,234,0.9);
  transition: fill .2s ease;
}

 .footer-social a:hover,
.footer-social a:focus-visible{
  transform: translateY(-1px);
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.18);
  box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}

 .footer-bottom-bar{
  width: 100%;
  background: #2d2f2b;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-bottom-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0 18px;
}

.footer-bottom-inner p{
  color: rgba(245,242,234,0.72);
  font-size: 0.95rem;
  line-height: 1.5;
}

.footer-links{
  margin-top: 0;
}

.site-footer .footer-links a{
  color: rgba(245,242,234,0.88) !important;
}

.site-footer .footer-links a:hover{
  color: #ffffff !important;
}

@media (max-width: 1100px){
  .footer-main-grid{
    grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(150px, 1fr));
    gap: 24px;
  }

  .footer-cta-panel{
    grid-template-columns: 1fr;
  }

  .footer-cta-actions{
    justify-content: flex-start;
  }
}

@media (max-width: 820px){
  .footer-main-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand-column{
    grid-column: 1 / -1;
  }

  .footer-bottom-inner{
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px){
  .footer-cta-shell{
    padding-top: 22px;
  }

  .footer-cta-panel,
  .footer-main-grid,
  .footer-bottom-inner{
    width: min(100% - 24px, 1180px);
  }

  .footer-cta-panel{
    padding: 24px 20px;
    border-radius: 24px 24px 0 0;
  }

  .footer-main-grid{
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 0 26px;
  }

  .footer-brand-column{
    grid-column: auto;
  }

  .footer-brand-mark{
    max-width: min(100%, 250px);
  }

  .footer-cta-actions{
    width: 100%;
  }

  .footer-button{
    width: 100%;
  }

  .footer-social a{
    width: 34px;
    height: 34px;
  }

  .footer-bottom-inner{
    padding: 14px 0 16px;
  }
}

/* -------------------------------- */
/* VISUAL PROOF CARD TITLE REFINEMENT */
/* Scoped only to the two h4 titles */
/* -------------------------------- */
.transformations-section .project-card__header .visual-proof-card-title{
  position: relative;
  display: inline-block;
  margin: 0;
  padding-left: 14px;
  color: var(--text);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -0.014em;
  text-wrap: balance;
}

.transformations-section .project-card__header .visual-proof-card-title::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.18em;
  width: 5px;
  height: 0.9em;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(122, 140, 87, 0.95) 0%, rgba(84, 101, 61, 0.92) 100%);
}

@media (max-width: 768px){
  .transformations-section .project-card__header .visual-proof-card-title{
    padding-left: 12px;
    line-height: 1.18;
  }

  .transformations-section .project-card__header .visual-proof-card-title::before{
    top: 0.16em;
    width: 4px;
    height: 0.88em;
  }
}


/* -------------------------------- */
/* STONEWORK CARD CTA LINKS         */
/* Scoped only to homepage card CTAs */
/* -------------------------------- */
.stonework-grid .service-card-body .service-card-cta-list{
  margin-top: auto;
  padding-top: 18px;
  display: block;
}

.stonework-grid .service-card-body .service-card-cta-item{
  padding-left: 0;
}

.stonework-grid .service-card-body .service-card-cta-item::before{
  display: none;
}

.stonework-grid .service-card-body .service-card-cta-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  color: #75292d;
  font-weight: 800;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.25;
  letter-spacing: -0.01em;
  text-align: center;
  text-decoration: none;
  transition: color 0.18s ease;
}

.stonework-grid .service-card-body .service-card-cta-link:hover,
.stonework-grid .service-card-body .service-card-cta-link:focus-visible{
  color: #54653d;
  text-decoration: none;
}

.stonework-grid .service-card-body .service-card-cta-link span{
  display: inline-block;
}


/* Lawn care card service links */
.landscape-care-section .landscape-service-cta-list{
  list-style: none;
  margin-top: 18px;
  padding: 0;
}

.landscape-care-section .landscape-service-cta-item{
  margin: 0;
  padding: 0;
}

.landscape-care-section .landscape-service-body .landscape-service-cta-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  color: #75292d;
  font-weight: 800;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.25;
  letter-spacing: -0.01em;
  text-align: center;
  text-decoration: none;
  transition: color 0.18s ease;
}

.landscape-care-section .landscape-service-body .landscape-service-cta-link:hover,
.landscape-care-section .landscape-service-body .landscape-service-cta-link:focus-visible{
  color: #54653d;
  text-decoration: none;
}

.landscape-care-section .landscape-service-body .landscape-service-cta-link span{
  display: inline-block;
}

/* -------------------------------- */
/* TARGETED UX FIXES: VISUAL PROOF + WHY US */
/* -------------------------------- */
@media (min-width: 769px){
  .transformations-section .transformations-intro,
  .transformations-section .transformations-intro > .section-lead{
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .transformations-section .transformations-intro > .section-lead{
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 768px){
  .why-us-intro,
  .why-us-intro h2{
    text-align: left;
  }

  .why-us-intro .section-eyebrow{
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
  }
}


/* -------------------------------- */
/* DAVID MILES STORY SPOTLIGHT ONLY */
/* Section-specific, isolated styles */
/* -------------------------------- */
.landscape-care-section .david-story-spotlight{
  display: grid;
  grid-template-columns: minmax(280px, 0.96fr) minmax(0, 1.14fr);
  gap: clamp(22px, 3vw, 34px);
  align-items: stretch;
  margin-top: clamp(24px, 3vw, 34px);
  padding: clamp(18px, 2.8vw, 28px);
  border: 1px solid rgba(102, 113, 80, 0.16);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(247,244,237,0.98) 100%);
  box-shadow: 0 20px 50px rgba(47, 58, 37, 0.08);
  overflow: hidden;
}

.landscape-care-section .david-story-portrait{
  position: relative;
  margin: 0;
  min-height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(225,232,217,0.72) 0%, rgba(244,240,231,0.92) 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.72);
}

.landscape-care-section .david-story-portrait::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(84, 101, 61, 0.14);
  pointer-events: none;
}

.landscape-care-section .david-story-portrait picture,
.landscape-care-section .david-story-portrait img{
  display: block;
  width: 100%;
  height: 100%;
}

.landscape-care-section .david-story-portrait img{
  min-height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.landscape-care-section .david-story-portrait-badge{
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(34, 40, 28, 0.78);
  color: #f8f5ee;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.landscape-care-section .david-story-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.landscape-care-section .david-story-kicker{
  margin: 0 0 10px;
  color: var(--accent-deep);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.landscape-care-section .david-story-content h3{
  margin: 0;
  color: var(--text);
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.1;
  text-wrap: balance;
}

.landscape-care-section .david-story-content > p:not(.david-story-kicker){
  margin: 14px 0 0;
  color: #57544f;
  font-size: clamp(1rem, 1.1vw, 1.06rem);
  line-height: 1.74;
}

.landscape-care-section .david-story-points{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.landscape-care-section .david-story-point{
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 14px 15px;
  border: 1px solid rgba(102, 113, 80, 0.14);
  border-radius: 18px;
  background: rgba(255,255,255,0.86);
}

.landscape-care-section .david-story-point-value{
  color: var(--accent-deep);
  font-size: clamp(0.98rem, 1.3vw, 1.08rem);
  font-weight: 800;
  line-height: 1.2;
}

.landscape-care-section .david-story-point-label{
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.45;
}

@media (max-width: 980px){
  .landscape-care-section .david-story-spotlight{
    grid-template-columns: 1fr;
  }

  .landscape-care-section .david-story-portrait{
    max-width: 560px;
  }

  .landscape-care-section .david-story-points{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px){
  .landscape-care-section .david-story-spotlight{
    gap: 18px;
    margin-top: 22px;
    padding: 16px;
    border-radius: 22px;
  }

  .landscape-care-section .david-story-portrait{
    border-radius: 20px;
  }

  .landscape-care-section .david-story-portrait-badge{
    left: 12px;
    bottom: 12px;
    min-height: 30px;
    padding: 7px 10px;
    font-size: 0.72rem;
  }

  .landscape-care-section .david-story-content h3{
    font-size: clamp(1.32rem, 6vw, 1.62rem);
  }

  .landscape-care-section .david-story-content > p:not(.david-story-kicker){
    margin-top: 12px;
    line-height: 1.66;
  }

  .landscape-care-section .david-story-points{
    gap: 10px;
    margin-top: 16px;
  }

  .landscape-care-section .david-story-point{
    padding: 12px 12px 13px;
    border-radius: 16px;
  }
}

/* -------------------------------- */
/* DAVID STORY IMAGE SCALE REFINEMENT */
/* Founder spotlight only            */
/* -------------------------------- */
.landscape-care-section .david-story-spotlight{
  grid-template-columns: minmax(180px, 0.62fr) minmax(0, 1.38fr);
  align-items: center;
}

.landscape-care-section .david-story-portrait{
  width: min(100%, 430px);
  margin-left: auto;
}

@media (max-width: 980px){
  .landscape-care-section .david-story-spotlight{
    grid-template-columns: minmax(160px, 0.58fr) minmax(0, 1.42fr);
    gap: 22px;
  }

  .landscape-care-section .david-story-portrait{
    width: min(100%, 340px);
  }
}

@media (max-width: 768px){
  .landscape-care-section .david-story-spotlight{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .landscape-care-section .david-story-portrait{
    width: min(100%, 230px);
    margin-left: auto;
    margin-right: auto;
  }
}

/* -------------------------------- */
/* DAVID STORY MOBILE UX REFINEMENT */
/* Founder spotlight only            */
/* -------------------------------- */
@media (max-width: 768px){
  .landscape-care-section .david-story-spotlight{
    grid-template-columns: minmax(132px, 148px) minmax(0, 1fr);
    align-items: start;
    gap: 16px;
    padding: 18px;
    border-radius: 24px;
  }

  .landscape-care-section .david-story-portrait{
    width: 100%;
    max-width: 148px;
    margin: 2px 0 0;
    border-radius: 18px;
    align-self: start;
  }

  .landscape-care-section .david-story-portrait img{
    aspect-ratio: 4 / 5;
    object-position: center top;
  }

  .landscape-care-section .david-story-portrait-badge{
    display: none;
  }

  .landscape-care-section .david-story-content{
    justify-content: flex-start;
    padding-top: 2px;
  }

  .landscape-care-section .david-story-kicker{
    margin-bottom: 8px;
    font-size: 0.76rem;
    letter-spacing: 0.1em;
  }

  .landscape-care-section .david-story-content h3{
    font-size: clamp(1.18rem, 5vw, 1.5rem);
    line-height: 1.08;
  }

  .landscape-care-section .david-story-content > p:not(.david-story-kicker){
    margin-top: 10px;
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .landscape-care-section .david-story-points{
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 14px;
  }

  .landscape-care-section .david-story-point{
    padding: 11px 12px 12px;
    border-radius: 14px;
  }
}

@media (max-width: 560px){
  .landscape-care-section .david-story-spotlight{
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
  }

  .landscape-care-section .david-story-portrait{
    max-width: 118px;
    border-radius: 16px;
  }

  .landscape-care-section .david-story-content h3{
    font-size: clamp(1.1rem, 6vw, 1.38rem);
  }

  .landscape-care-section .david-story-content > p:not(.david-story-kicker){
    font-size: 0.95rem;
    line-height: 1.56;
  }
}

@media (max-width: 420px){
  .landscape-care-section .david-story-spotlight{
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
    border-radius: 20px;
  }

  .landscape-care-section .david-story-portrait{
    max-width: 104px;
    border-radius: 14px;
  }

  .landscape-care-section .david-story-kicker{
    margin-bottom: 6px;
    font-size: 0.72rem;
  }

  .landscape-care-section .david-story-content h3{
    font-size: 1.06rem;
    line-height: 1.08;
  }

  .landscape-care-section .david-story-content > p:not(.david-story-kicker){
    margin-top: 8px;
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .landscape-care-section .david-story-points{
    margin-top: 12px;
  }
}

/* -------------------------------- */
/* DAVID STORY MOBILE HEIGHT BUG FIX */
/* Founder spotlight only            */
/* -------------------------------- */
@media (max-width: 768px){
  .landscape-care-section .david-story-spotlight{
    align-items: start;
  }

  .landscape-care-section .david-story-portrait{
    min-height: 0;
    height: auto;
    align-self: start;
    justify-self: start;
    overflow: hidden;
  }

  .landscape-care-section .david-story-portrait picture,
  .landscape-care-section .david-story-portrait img{
    height: auto;
    min-height: 0;
  }

  .landscape-care-section .david-story-portrait img{
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
  }
}

@media (max-width: 560px){
  .landscape-care-section .david-story-portrait{
    min-height: 0;
    height: auto;
  }
}

@media (max-width: 420px){
  .landscape-care-section .david-story-portrait{
    min-height: 0;
    height: auto;
  }
}

/* -------------------------------- */
/* DAVID STORY MOBILE ALT LAYOUT    */
/* Founder spotlight only            */
/* -------------------------------- */
@media (max-width: 768px){
  .landscape-care-section .david-story-spotlight{
    display: block;
    margin-top: 22px;
    padding: 18px;
    border-radius: 24px;
  }

  .landscape-care-section .david-story-portrait{
    width: min(100%, 132px);
    max-width: 132px;
    min-height: 0;
    margin: 0 auto 16px;
    border-radius: 18px;
  }

  .landscape-care-section .david-story-portrait picture,
  .landscape-care-section .david-story-portrait img{
    height: auto;
    min-height: 0;
  }

  .landscape-care-section .david-story-portrait img{
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center top;
  }

  .landscape-care-section .david-story-portrait-badge{
    display: none;
  }

  .landscape-care-section .david-story-content{
    display: block;
    min-width: 0;
    padding-top: 0;
    text-align: left;
  }

  .landscape-care-section .david-story-kicker{
    display: block;
    margin-bottom: 8px;
    text-align: left;
  }

  .landscape-care-section .david-story-content h3{
    font-size: clamp(1.28rem, 6vw, 1.72rem);
    line-height: 1.08;
    text-wrap: balance;
  }

  .landscape-care-section .david-story-content > p:not(.david-story-kicker){
    margin-top: 12px;
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .landscape-care-section .david-story-points{
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 16px;
  }

  .landscape-care-section .david-story-point{
    padding: 12px 12px 13px;
    border-radius: 16px;
  }
}

@media (max-width: 480px){
  .landscape-care-section .david-story-spotlight{
    padding: 16px;
    border-radius: 22px;
  }

  .landscape-care-section .david-story-portrait{
    width: min(100%, 120px);
    max-width: 120px;
    margin-bottom: 14px;
    border-radius: 16px;
  }

  .landscape-care-section .david-story-content h3{
    font-size: clamp(1.18rem, 7vw, 1.54rem);
  }

  .landscape-care-section .david-story-content > p:not(.david-story-kicker){
    font-size: 0.95rem;
    line-height: 1.58;
  }
}

/* -------------------------------- */
/* DAVID STORY FINAL MOBILE LAYOUT  */
/* Founder spotlight only            */
/* -------------------------------- */
@media (max-width: 768px){
  .landscape-care-section .david-story-spotlight{
    display: block;
    margin-top: 22px;
    padding: 18px;
    border-radius: 22px;
    overflow: hidden;
  }

  .landscape-care-section .david-story-portrait{
    float: left;
    width: 116px;
    max-width: none;
    margin: 2px 14px 10px 0;
    border-radius: 18px;
    min-height: 0;
    shape-margin: 10px;
  }

  .landscape-care-section .david-story-portrait picture,
  .landscape-care-section .david-story-portrait img{
    width: 100%;
    height: auto;
  }

  .landscape-care-section .david-story-portrait img{
    min-height: 0;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center top;
  }

  .landscape-care-section .david-story-portrait-badge{
    display: none;
  }

  .landscape-care-section .david-story-content{
    display: block;
    min-width: 0;
  }

  .landscape-care-section .david-story-kicker{
    margin: 0 0 8px;
    font-size: 0.76rem;
    letter-spacing: 0.1em;
  }

  .landscape-care-section .david-story-content h3{
    font-size: clamp(1.28rem, 6.6vw, 1.72rem);
    line-height: 1.06;
    text-wrap: balance;
  }

  .landscape-care-section .david-story-content > p:not(.david-story-kicker){
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.62;
  }

  .landscape-care-section .david-story-points{
    clear: both;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .landscape-care-section .david-story-point{
    padding: 12px 14px 13px;
    border-radius: 16px;
  }
}

@media (max-width: 420px){
  .landscape-care-section .david-story-spotlight{
    padding: 16px;
    border-radius: 20px;
  }

  .landscape-care-section .david-story-portrait{
    width: 104px;
    margin-right: 12px;
    margin-bottom: 8px;
    border-radius: 16px;
  }

  .landscape-care-section .david-story-content h3{
    font-size: clamp(1.18rem, 7vw, 1.48rem);
  }

  .landscape-care-section .david-story-content > p:not(.david-story-kicker){
    font-size: 0.96rem;
    line-height: 1.58;
  }
}

/* -------------------------------- */
/* FOUNDER SPOTLIGHT MOBILE TEXT FLOW FIX */
/* -------------------------------- */
@media (max-width: 768px){
  .landscape-care-section .david-story-content > p:not(.david-story-kicker){
    clear: left;
    margin-top: 14px;
  }
}

@media (max-width: 420px){
  .landscape-care-section .david-story-content > p:not(.david-story-kicker){
    margin-top: 12px;
  }
}


/* -------------------------------- */
/* FREE ESTIMATE CONTACT FORM ONLY  */
/* -------------------------------- */
.sg-contact-section{
  background:
    linear-gradient(180deg, rgba(234,241,230,0.48) 0%, rgba(255,255,255,0.96) 44%, rgba(245,244,239,0.92) 100%);
}

.sg-contact-shell{
  display: block;
}

.sg-contact-card{
  width: min(100%, 860px);
  margin: 0 auto;
  padding: clamp(24px, 3.1vw, 34px);
  background: linear-gradient(180deg, rgba(255,255,255,0.97) 0%, rgba(250,248,242,0.96) 100%);
  border: 1px solid rgba(39,37,32,0.08);
  border-radius: 28px;
  box-shadow: 0 18px 44px rgba(0,0,0,0.08);
}

.sg-contact-head{
  text-align: left;
}

.sg-contact-head h2{
  max-width: 16ch;
}

.sg-contact-intro{
  width: min(100%, 66ch);
  margin-top: 18px;
  padding-top: 18px;
  color: #57544f;
  font-size: clamp(1.02rem, 1.1vw, 1.08rem);
  line-height: 1.75;
}

.sg-contact-intro::before{
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  margin: 0 0 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(122,140,87,0.95) 0%, rgba(122,140,87,0.42) 100%);
}

.sg-contact-form{
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.sg-contact-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.sg-contact-field{
  display: grid;
  gap: 8px;
  min-width: 0;
}

.sg-contact-field--full{
  grid-column: 1 / -1;
}

.sg-contact-field label,
.sg-contact-turnstile label{
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
}

.sg-contact-field input,
.sg-contact-field select,
.sg-contact-field textarea{
  width: 100%;
  padding: 14px 15px;
  border: 1px solid rgba(39,37,32,0.14);
  border-radius: 12px;
  font: inherit;
  color: var(--text);
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.sg-contact-field input::placeholder,
.sg-contact-field textarea::placeholder{
  color: #7c8b99;
}

.sg-contact-field input:focus,
.sg-contact-field select:focus,
.sg-contact-field textarea:focus{
  outline: none;
  border-color: rgba(84,101,61,0.88);
  box-shadow: 0 0 0 4px rgba(122,140,87,0.12);
}

.sg-contact-field textarea{
  min-height: 158px;
  resize: vertical;
}

.sg-contact-field.is-error input,
.sg-contact-field.is-error select,
.sg-contact-field.is-error textarea,
.sg-contact-consent.is-error .sg-contact-checkbox{
  border-color: #b42318;
  background: #fffafa;
}

.sg-contact-error{
  display: none;
  font-size: 0.84rem;
  color: #b42318;
}

.sg-contact-field.is-error .sg-contact-error,
.sg-contact-consent.is-error .sg-contact-error{
  display: block;
}

.sg-contact-helper{
  color: var(--muted);
  font-size: 0.84rem;
}

.sg-contact-hp{
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.sg-contact-turnstile{
  display: grid;
  gap: 8px;
  padding: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(248,245,238,0.94) 100%);
  border: 1px solid rgba(39,37,32,0.08);
  border-radius: 18px;
}

.sg-contact-consent{
  display: grid;
  gap: 8px;
}

.sg-contact-checkbox{
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 16px;
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(39,37,32,0.08);
  border-radius: 18px;
}

.sg-contact-checkbox input[type="checkbox"]{
  width: 18px;
  height: 18px;
  margin-top: 2px;
  padding: 0;
}

.sg-contact-submit{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent-deep) 0%, var(--accent) 100%);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(84,101,61,0.22);
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.sg-contact-submit:hover,
.sg-contact-submit:focus-visible{
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(84,101,61,0.28);
}

.sg-contact-submit:disabled{
  opacity: 0.7;
  cursor: wait;
  transform: none;
  box-shadow: none;
}

.sg-contact-status{
  display: none;
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 0.94rem;
  border: 1px solid transparent;
}

.sg-contact-status.show{
  display: block;
}

.sg-contact-status.success{
  background: #ecfdf3;
  border-color: #abefc6;
  color: #027a48;
}

.sg-contact-status.error{
  background: #fff3f2;
  border-color: #fecdca;
  color: #b42318;
}

@media (max-width: 768px){
  .sg-contact-card{
    padding: 22px 18px;
    border-radius: 22px;
  }

  .sg-contact-head h2{
    max-width: none;
  }

  .sg-contact-intro{
    width: 100%;
    margin-top: 16px;
    padding-top: 16px;
    font-size: 1rem;
    line-height: 1.72;
  }

  .sg-contact-intro::before{
    width: 50px;
    margin-bottom: 12px;
  }

  .sg-contact-grid{
    grid-template-columns: 1fr;
  }

  .sg-contact-submit{
    width: 100%;
  }
}


/* -------------------------------- */
/* THANK YOU PAGE PROJECT GALLERY   */
/* -------------------------------- */
.thankyou-gallery-shell {
  margin-top: 34px;
}

.thankyou-gallery-card {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.72fr);
  gap: 18px 28px;
  align-items: start;
  background: linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(250,248,242,0.98) 100%);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow-lg);
  padding: 22px;
}

.thankyou-gallery-head {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
}

.thankyou-gallery-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(122, 140, 87, 0.12);
  color: var(--accent-deep);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.thankyou-gallery-head h3 {
  margin-top: 10px;
}

.thankyou-gallery-stage {
  position: relative;
  align-self: start;
  margin-top: 10px;
  padding: 0 54px;
  width: min(100%, 640px);
}

.thankyou-gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.96);
  color: var(--text);
  box-shadow: 0 12px 24px rgba(0,0,0,0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
  z-index: 2;
}

.thankyou-gallery-arrow--prev { left: 0; }
.thankyou-gallery-arrow--next { right: 0; }

.thankyou-gallery-arrow:hover,
.thankyou-gallery-arrow:focus-visible {
  transform: translateY(-50%) scale(1.02);
  box-shadow: 0 16px 28px rgba(0,0,0,0.14);
}

.thankyou-gallery-arrow span {
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-1px);
}

.thankyou-gallery-viewport {
  max-width: 560px;
  margin: 0 auto;
}

.thankyou-gallery-track {
  position: relative;
}

.thankyou-gallery-slide {
  display: none;
}

.thankyou-gallery-slide.is-active {
  display: block;
}

.thankyou-gallery-figure {
  margin: 0;
  padding: 12px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f0eee7 0%, #e7e2d7 100%);
}

.thankyou-gallery-figure img {
  display: block;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.10);
}

.thankyou-gallery-details {
  align-self: center;
  margin-top: 10px;
  padding: 22px 22px;
  border-radius: 22px;
  background: rgba(255,255,255,0.78);
  border: 1px solid var(--line);
}

.thankyou-gallery-meta {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

.thankyou-gallery-title {
  margin-top: 8px;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  color: var(--text);
}

.thankyou-gallery-location {
  margin-top: 6px;
  font-weight: 700;
  color: var(--accent-deep);
}

.thankyou-gallery-summary {
  margin-top: 10px;
  color: var(--muted);
  max-width: 34ch;
}

.thankyou-gallery-dots {
  grid-column: 1 / 2;
  margin-top: 4px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.thankyou-gallery-dot {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 999px;
  background: rgba(84, 101, 61, 0.24);
  cursor: pointer;
  transition: transform 0.18s ease, background-color 0.18s ease;
}

.thankyou-gallery-dot.is-active {
  background: var(--accent-deep);
  transform: scale(1.08);
}

@media (max-width: 980px) {
  .thankyou-gallery-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .thankyou-gallery-stage,
  .thankyou-gallery-details,
  .thankyou-gallery-dots {
    grid-column: auto;
  }

  .thankyou-gallery-stage {
    width: 100%;
  }

  .thankyou-gallery-summary {
    max-width: none;
  }
}

@media (max-width: 768px) {
  .thankyou-gallery-card {
    padding: 16px;
    border-radius: 22px;
  }

  .thankyou-gallery-stage {
    margin-top: 0;
    padding: 0;
  }

  .thankyou-gallery-arrow {
    top: auto;
    bottom: 14px;
    transform: none;
    width: 42px;
    height: 42px;
  }

  .thankyou-gallery-arrow--prev { left: 14px; }
  .thankyou-gallery-arrow--next { right: 14px; }

  .thankyou-gallery-arrow:hover,
  .thankyou-gallery-arrow:focus-visible {
    transform: scale(1.02);
  }

  .thankyou-gallery-figure {
    padding: 8px;
    border-radius: 18px;
  }

  .thankyou-gallery-figure img {
    max-width: 100%;
    border-radius: 16px;
  }

  .thankyou-gallery-details {
    padding: 16px;
    border-radius: 18px;
  }
}

/* -------------------------------- */
/* FREE ESTIMATE FORM MOBILE FIT FIX */
/* -------------------------------- */
.sg-contact-shell,
.sg-contact-card,
.sg-contact-form,
.sg-contact-grid,
.sg-contact-field,
.sg-contact-turnstile,
.sg-contact-consent,
.sg-contact-checkbox,
.sg-contact-status {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.sg-contact-field input,
.sg-contact-field select,
.sg-contact-field textarea,
.sg-contact-submit {
  max-width: 100%;
  min-width: 0;
}

.sg-contact-turnstile .cf-turnstile,
.sg-contact-turnstile iframe {
  max-width: 100%;
}

@media (max-width: 768px){
  .sg-contact-section .section-inner {
    width: min(100% - 20px, 1180px);
  }

  .sg-contact-card {
    padding: 18px 14px;
  }

  .sg-contact-grid {
    gap: 14px;
  }

  .sg-contact-field input,
  .sg-contact-field select,
  .sg-contact-field textarea {
    padding-left: 13px;
    padding-right: 13px;
  }

  .sg-contact-checkbox {
    grid-template-columns: 18px minmax(0, 1fr);
    padding: 12px 14px;
  }

  .sg-contact-submit {
    display: flex;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* -------------------------------- */
/* CONTACT FORM ONLY - TURNSTILE FIT FIX */
/* -------------------------------- */
.sg-contact-turnstile{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  justify-items: start;
}

.sg-contact-turnstile .cf-turnstile{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.sg-contact-turnstile iframe{
  display: block;
  max-width: 100% !important;
}

@media (max-width: 768px){
  .sg-contact-turnstile{
    padding: 12px;
  }
}
