body.theme-landscaping {
  --bg: #f4f1e5;
  --surface: #fffdf4;
  --surface-soft: #e3ead5;
  --text: #173126;
  --muted: #5f6e65;
  --line: rgba(53, 82, 58, 0.2);
  --accent: #4d7339;
  --accent-2: #8c6a38;
  --dark: #102418;
  --on-dark: #fff8df;
  --card-bg: #fffdf4;
  --card-border: rgba(54, 82, 58, 0.2);
  --card-shadow: 0 18px 42px rgba(25, 54, 35, 0.11);
  --section-soft-bg: #dfe7d2;
  --radius-lg: 8px;
  --radius-md: 8px;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 10%, rgba(130, 166, 92, 0.16), transparent 28rem),
    linear-gradient(180deg, #f7f4e9 0%, #e9eddf 100%);
}

.theme-landscaping .site-header {
  background: rgba(255, 252, 241, 0.94);
  border-bottom: 1px solid rgba(54, 82, 58, 0.18);
  box-shadow: 0 12px 30px rgba(31, 55, 36, 0.06);
}

.theme-landscaping .brand-mark {
  border-radius: 8px;
  background: #385b39;
  color: #f7f1da;
}

.theme-landscaping .site-nav a {
  color: #173126;
}

.theme-landscaping .site-nav a:last-child {
  border-color: rgba(77, 115, 57, 0.28);
  background: rgba(77, 115, 57, 0.1);
  color: #385b39;
}

.theme-landscaping .hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 5vw, 4.6rem) 0 clamp(3rem, 5vw, 4.4rem);
  background:
    linear-gradient(100deg, rgba(14, 35, 24, 0.96) 0%, rgba(18, 49, 31, 0.9) 50%, rgba(33, 68, 39, 0.76) 100%),
    linear-gradient(180deg, rgba(7, 22, 14, 0.2), rgba(7, 22, 14, 0.38)),
    url("../assets/images/landscaping-garden-path.webp") center/cover;
  color: #fff8df;
  border-bottom: 0;
}

.theme-landscaping .hero-grid {
  gap: clamp(1.8rem, 4vw, 3.25rem);
}

.theme-landscaping .hero-copy {
  max-width: 700px;
}

.theme-landscaping h1,
.theme-landscaping h2 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 700;
  line-height: 1.04;
}

.theme-landscaping h1 {
  max-width: 12ch;
  margin: 1rem 0 1.05rem;
  font-size: 4.35rem;
}

.theme-landscaping h2 {
  max-width: 15ch;
  font-size: clamp(2.05rem, 3.25vw, 3.1rem);
}

.theme-landscaping h3 {
  font-size: clamp(1.2rem, 1.7vw, 1.45rem);
  line-height: 1.08;
}

.theme-landscaping p,
.theme-landscaping li {
  line-height: 1.62;
}

.theme-landscaping .hero-lead,
.theme-landscaping .hero-proof {
  color: rgba(255, 248, 223, 0.9);
}

.theme-landscaping .hero-lead {
  max-width: 58ch;
  font-size: clamp(1.05rem, 1.25vw, 1.2rem);
}

.theme-landscaping .eyebrow,
.theme-landscaping .section-label,
.theme-landscaping .card-label {
  color: #6f8c3d;
  letter-spacing: 0;
  text-transform: uppercase;
}

.theme-landscaping .hero .eyebrow {
  border-color: rgba(255, 248, 223, 0.24);
  background: rgba(255, 248, 223, 0.18);
  color: #d8eaa5;
}

.theme-landscaping .button-primary {
  background: #385b39;
  border-color: #385b39;
  color: #fff8df;
}

.theme-landscaping .button-primary:hover,
.theme-landscaping .button-primary:focus-visible {
  background: #426a3d;
  border-color: #426a3d;
  box-shadow: 0 18px 40px rgba(24, 58, 34, 0.22);
}

.theme-landscaping .hero .button-secondary,
.theme-landscaping .site-footer .button-secondary {
  background: rgba(255, 248, 223, 0.12);
  border-color: rgba(255, 248, 223, 0.38);
  color: #fff8df;
}

.theme-landscaping .button-row {
  margin-top: 1.35rem;
}

.theme-landscaping .hero-proof {
  gap: 0.5rem;
  margin-top: 1rem;
}

.theme-landscaping .hero-proof li {
  border-color: rgba(255, 248, 223, 0.32);
  background: rgba(255, 252, 241, 0.86);
  color: #173126;
  box-shadow: 0 12px 26px rgba(10, 29, 18, 0.18);
}

.theme-landscaping .hero .demo-safety-note {
  max-width: 46rem;
  margin-top: 1rem;
  border-color: rgba(255, 248, 223, 0.42);
  background: rgba(255, 252, 241, 0.92);
  color: #244332;
  box-shadow: 0 16px 32px rgba(9, 28, 16, 0.18);
}

.theme-landscaping .hero-photo,
.theme-landscaping .case-card {
  border-radius: 8px;
  overflow: hidden;
}

.theme-landscaping .hero-photo {
  aspect-ratio: 16 / 11;
  border: 7px solid rgba(255, 248, 223, 0.9);
  background: rgba(255, 252, 241, 0.18);
  box-shadow: 0 28px 65px rgba(7, 26, 16, 0.36);
}

.theme-landscaping .hero-photo img {
  height: 100%;
  min-height: 0;
  object-position: center;
}

.theme-landscaping .service-card,
.theme-landscaping .area-panel,
.theme-landscaping .faq-card,
.theme-landscaping .contact-form,
.theme-landscaping .proof-card,
.theme-landscaping .hero-note {
  border-radius: 8px;
  border: 1px solid rgba(56, 91, 57, 0.18);
  background: rgba(255, 253, 244, 0.94);
  box-shadow: 0 18px 42px rgba(31, 64, 42, 0.1);
}

.theme-landscaping .hero-note {
  right: 1.15rem;
  bottom: 1.15rem;
  max-width: 300px;
  padding: 1.05rem 1.1rem;
  background: rgba(255, 252, 241, 0.94);
  color: #173126;
}

.theme-landscaping .hero-note p {
  margin-top: 0.25rem;
  color: #52645a;
}

.theme-landscaping .section {
  padding: clamp(2.75rem, 4.8vw, 4.5rem) 0;
}

.theme-landscaping .section-heading {
  max-width: 760px;
  margin-bottom: clamp(1.35rem, 2vw, 1.8rem);
}

.theme-landscaping .section-heading p,
.theme-landscaping .large-text {
  color: #64726a;
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.62;
}

.theme-landscaping .service-card {
  border-left: 1px solid rgba(56, 91, 57, 0.18);
  border-top: 4px solid rgba(111, 140, 61, 0.72);
  background:
    linear-gradient(180deg, rgba(223, 231, 204, 0.56), transparent 5.5rem),
    #fffdf4;
  padding: clamp(1.15rem, 2vw, 1.45rem);
}

.theme-landscaping .service-card p,
.theme-landscaping .service-card li {
  color: #52645a;
}

.theme-landscaping .service-card ul {
  display: grid;
  gap: 0.35rem;
}

.theme-landscaping .card-label,
.theme-landscaping .section-label {
  border-color: rgba(111, 140, 61, 0.22);
  background: rgba(255, 253, 244, 0.92);
  color: #5f8035;
}

.theme-landscaping .service-card .card-label,
.theme-landscaping .case-card .card-label {
  min-height: 1.8rem;
  padding: 0.3rem 0.55rem;
  background: rgba(239, 245, 222, 0.92);
}

.theme-landscaping .section-soft,
.theme-landscaping .trust-strip {
  background:
    linear-gradient(180deg, rgba(255, 253, 244, 0.2), transparent 12rem),
    #dfe7d2;
}

.theme-landscaping .trust-strip {
  padding: clamp(1.45rem, 2.6vw, 2.2rem) 0;
  color: #173126;
}

.theme-landscaping .trust-item {
  border: 1px solid rgba(56, 91, 57, 0.18);
  border-radius: 8px;
  background: #fffdf4;
  box-shadow: 0 14px 32px rgba(31, 64, 42, 0.08);
}

.theme-landscaping .trust-item strong {
  color: #173126;
}

.theme-landscaping .trust-item p {
  color: #607067;
}

.theme-landscaping .case-card {
  display: flex;
  flex-direction: column;
  background: #fffdf4;
  box-shadow: 0 22px 48px rgba(31, 64, 42, 0.13);
}

.theme-landscaping .case-card img {
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.theme-landscaping .case-card-content {
  display: grid;
  gap: 0.55rem;
  padding: clamp(1.05rem, 2vw, 1.35rem);
}

.theme-landscaping .case-card-content h3,
.theme-landscaping .case-card-content p {
  margin: 0;
}

.theme-landscaping .case-card-content p {
  color: #56665d;
}

.theme-landscaping .case-meta {
  margin-top: 0.15rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(56, 91, 57, 0.16);
  color: #405448;
  font-size: 0.95rem;
  font-weight: 700;
}

.theme-landscaping .proof-grid {
  align-items: stretch;
}

.theme-landscaping .proof-card blockquote {
  color: #172f24;
  font-size: clamp(1rem, 1.2vw, 1.08rem);
}

.theme-landscaping .proof-card cite {
  color: #5e6d64;
}

.theme-landscaping .steps-grid .area-panel {
  min-height: 100%;
  border-top: 4px solid rgba(111, 140, 61, 0.64);
}

.theme-landscaping .area-panel strong,
.theme-landscaping .faq-card h3,
.theme-landscaping .form-trust strong {
  color: #173126;
}

.theme-landscaping .area-panel p,
.theme-landscaping .faq-card p {
  color: #5e6d64;
}

.theme-landscaping .area-pills {
  gap: 0.6rem;
}

.theme-landscaping .area-pills span {
  border-color: rgba(56, 91, 57, 0.18);
  background: #fffdf4;
  color: #173126;
}

.theme-landscaping .faq-list {
  gap: 0.9rem;
}

.theme-landscaping .faq-card {
  padding: clamp(1.1rem, 2vw, 1.35rem);
}

.theme-landscaping .faq-card h3 {
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  letter-spacing: 0;
}

.theme-landscaping .contact-grid {
  align-items: center;
}

.theme-landscaping .check-list {
  display: grid;
  gap: 0.35rem;
}

.theme-landscaping .check-list a {
  font-weight: 800;
  color: #385b39;
}

.theme-landscaping .contact-form {
  display: grid;
  gap: 0.5rem;
  padding: clamp(1.15rem, 2.2vw, 1.55rem);
}

.theme-landscaping .contact-form label {
  margin: 0.25rem 0 -0.15rem;
  color: #173126;
  font-size: 0.95rem;
}

.theme-landscaping input,
.theme-landscaping select,
.theme-landscaping textarea {
  min-height: 3.15rem;
  margin-bottom: 0.45rem;
  border-color: rgba(56, 91, 57, 0.22);
  background: #fffefa;
  color: #173126;
}

.theme-landscaping textarea {
  min-height: 9rem;
}

.theme-landscaping input::placeholder,
.theme-landscaping textarea::placeholder {
  color: rgba(82, 100, 90, 0.66);
}

.theme-landscaping input:focus,
.theme-landscaping select:focus,
.theme-landscaping textarea:focus {
  border-color: #4d7339;
  outline: 3px solid rgba(77, 115, 57, 0.22);
  outline-offset: 1px;
  box-shadow: 0 0 0 5px rgba(77, 115, 57, 0.08);
}

.theme-landscaping .form-note {
  color: #607067;
}

.theme-landscaping .form-trust {
  border-color: rgba(56, 91, 57, 0.18);
  background: #f0f5e8;
  color: #5e6d64;
}

.theme-landscaping .form-message {
  min-height: 0;
  margin-top: 0.15rem;
}

.theme-landscaping .form-message:not(:empty) {
  padding: 0.75rem 0.85rem;
  border-radius: 8px;
  font-weight: 800;
}

.theme-landscaping .form-message.success {
  border: 1px solid rgba(35, 112, 77, 0.22);
  background: rgba(237, 246, 239, 0.92);
  color: #276344;
}

.theme-landscaping .form-message.error {
  border: 1px solid rgba(155, 63, 36, 0.22);
  background: rgba(252, 239, 234, 0.92);
  color: #8c3a22;
}

.theme-landscaping .site-footer {
  padding: clamp(2.5rem, 4vw, 3.5rem) 0 5.5rem;
}

.theme-landscaping .mobile-contact-bar a:first-child {
  background: #385b39;
}

@media (min-width: 981px) {
  .theme-landscaping .contact-grid,
  .theme-landscaping .faq-grid,
  .theme-landscaping .area-grid,
  .theme-landscaping .split-grid {
    gap: clamp(2rem, 5vw, 4rem);
  }
}

@media (min-width: 760px) and (max-width: 980px) {
  .theme-landscaping h1 {
    font-size: 3.35rem;
  }

  .theme-landscaping h2 {
    font-size: 2.55rem;
  }

  .theme-landscaping .hero-grid,
  .theme-landscaping .split-grid,
  .theme-landscaping .contact-grid,
  .theme-landscaping .area-grid,
  .theme-landscaping .faq-grid {
    grid-template-columns: 1fr;
  }

  .theme-landscaping .service-grid,
  .theme-landscaping .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-landscaping .service-grid .service-card:last-child,
  .theme-landscaping .steps-grid .area-panel:last-child {
    grid-column: 1 / -1;
  }

  .theme-landscaping .hero-media {
    max-width: 720px;
  }
}

@media (max-width: 700px) {
  .theme-landscaping .hero {
    background-position: 58% center;
  }
}

@media (max-width: 759px) {
  .theme-landscaping .site-header {
    background: rgba(255, 252, 241, 0.98);
  }

  .theme-landscaping .hero {
    padding: 2.4rem 0 2.75rem;
  }

  .theme-landscaping h1 {
    max-width: 100%;
    font-size: 2.45rem;
  }

  .theme-landscaping h2 {
    max-width: 100%;
    font-size: 2.2rem;
  }

  .theme-landscaping .section {
    padding: 2.8rem 0;
  }

  .theme-landscaping .hero-photo {
    border-width: 5px;
  }

  .theme-landscaping .hero-note {
    max-width: none;
    margin: -0.65rem 0.8rem 0;
  }

  .theme-landscaping .hero-proof li {
    flex: 1 1 100%;
    justify-content: center;
  }

  .theme-landscaping .trust-grid,
  .theme-landscaping .service-grid,
  .theme-landscaping .steps-grid,
  .theme-landscaping .proof-grid,
  .theme-landscaping .case-grid {
    gap: 0.85rem;
  }

  .theme-landscaping .case-card img {
    aspect-ratio: 5 / 4;
  }

  .theme-landscaping .area-pills span {
    width: 100%;
    justify-content: center;
  }

  .theme-landscaping .contact-form {
    padding: 1rem;
  }

  .theme-landscaping .site-footer {
    padding-bottom: 6rem;
  }
}

@media (max-width: 420px) {
  .theme-landscaping h1 {
    font-size: 2.25rem;
  }

  .theme-landscaping h2 {
    font-size: 2rem;
  }
}
