:root {
  --bg: #eef4e9;
  --surface: #ffffff;
  --surface-alt: #edf4e9;
  --text: #0f1710;
  --text-soft: #4d5d50;
  --border: rgba(22, 33, 28, 0.10);
  --primary: #255f1a;
  --primary-dark: #0a1507;
  --accent: #84c61b;
  --accent-deep: #6ea915;
  --shadow: 0 20px 52px rgba(10, 18, 8, 0.09);
  --shadow-sm: 0 12px 28px rgba(10, 18, 8, 0.07);
  --radius: 24px;
  --radius-sm: 18px;
  --container: 1180px;
  --header-height: 64px;
  --body-font: "Inter", Arial, Helvetica, sans-serif;
  --heading-font: "Outfit", "Inter", Arial, Helvetica, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--body-font);
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(132, 198, 27, 0.12), transparent 26%),
    radial-gradient(circle at left top, rgba(37, 95, 26, 0.08), transparent 24%),
    linear-gradient(180deg, #f7fbf4 0%, var(--bg) 100%);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: min(var(--container), calc(100% - 2rem));
  margin-inline: auto;
}

.section {
  padding: 5rem 0;
}

.section-tight {
  padding: 3.75rem 0;
}

.section-title {
  max-width: 820px;
  margin-bottom: 2rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.95rem;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 800;
}

.eyebrow::before {
  content: '';
  width: 34px;
  height: 2px;
  background: var(--accent);
}

h1, h2, h3, h4 {
  font-family: var(--heading-font);
  line-height: 1.08;
  margin: 0 0 0.85rem;
  color: var(--text);
}

h1 {
  font-size: clamp(2.8rem, 5vw, 4.85rem);
  letter-spacing: -0.055em;
}

h2 {
  font-size: clamp(2rem, 3.3vw, 3.15rem);
  letter-spacing: -0.045em;
}

h3 {
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  letter-spacing: -0.025em;
}

p {
  margin: 0 0 1rem;
  color: var(--text-soft);
}

.lead {
  font-size: 1.08rem;
  max-width: 700px;
}


.site-header {
  position: sticky;
  top: 0;
  z-index: 120;
  background: rgba(247, 251, 244, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(15, 23, 16, 0.07);
  transition: background 0.38s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.38s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.site-header.scrolled {
  box-shadow: 0 14px 34px rgba(10, 18, 8, 0.08);
  border-bottom-color: rgba(15, 23, 16, 0.10);
}

.header-shell {
  padding: 0.6rem 0 0.75rem;
  transition: padding 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.header-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-center {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 332px);
  padding: 0.05rem 0;
  transform-origin: center top;
  will-change: transform;
  transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1), filter 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.brand-center img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 18px rgba(10, 18, 8, 0.10));
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.3rem;
  transform-origin: center top;
  will-change: transform;
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.38s cubic-bezier(0.22, 1, 0.36, 1), margin-top 0.38s cubic-bezier(0.22, 1, 0.36, 1), gap 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.site-nav a {
  padding: 0.8rem 1rem;
  border-radius: 999px;
  font-weight: 800;
  color: var(--text-soft);
  transition: background 0.24s ease, color 0.24s ease, transform 0.24s ease, padding 0.38s cubic-bezier(0.22, 1, 0.36, 1), font-size 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.site-header.scrolled .brand-center {
  transform: scale(0.88);
}

.site-header.scrolled .header-shell {
  padding: 0.22rem 0 0.34rem;
}

.site-header.scrolled .site-nav {
  transform: translateY(-0.28rem);
  margin-top: 0.1rem;
  gap: 0.28rem;
}

.site-header.scrolled .site-nav a {
  padding: 0.62rem 0.9rem;
  font-size: 0.96rem;
}

.site-header.scrolled .nav-cta {
  min-height: 44px;
  padding: 0.65rem 1.05rem;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--text);
  background: rgba(37, 95, 26, 0.09);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 50px;
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), #347f22);
  color: white !important;
  font-weight: 800;
  box-shadow: var(--shadow-sm);
}

.mobile-toggle {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: var(--primary);
  color: white;
  min-width: 84px;
  height: 46px;
  border-radius: 999px;
  padding: 0 1rem;
  font-weight: 800;
}

.mobile-panel {
  display: none;
}

.hero {
  position: relative;
  padding: 1.8rem 0 2.8rem;
  overflow: hidden;
}

.hero-home-shell {
  position: relative;
  min-height: 500px;
  border-radius: 36px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: var(--shadow);
  background: #102019;
  isolation: isolate;
}

.hero-home-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-home-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 13, 10, 0.82) 0%, rgba(8, 13, 10, 0.66) 34%, rgba(8, 13, 10, 0.28) 58%, rgba(8, 13, 10, 0.08) 100%),
    linear-gradient(180deg, rgba(8, 13, 10, 0.20), rgba(8, 13, 10, 0.36));
  z-index: 0;
}

.hero-home-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 500px;
  max-width: 760px;
  padding: clamp(2rem, 4vw, 3.25rem);
}

.hero-home h1,
.hero-home p,
.hero-home .hero-mini-meta {
  color: white;
}

.hero-home h1 {
  max-width: 14ch;
  margin-bottom: 1rem;
  text-wrap: balance;
}

.hero-home .lead {
  max-width: 720px;
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.90);
}

.hero-mini-meta {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.86);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.62rem 0.9rem;
  border-radius: 999px;
  background: rgba(132, 198, 27, 0.11);
  border: 1px solid rgba(37, 95, 26, 0.10);
  margin-bottom: 1.3rem;
  color: var(--primary);
  font-weight: 800;
}

.hero-badge-light {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
  color: white;
  backdrop-filter: blur(10px);
}

.hero-actions,
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.btn,
.btn-secondary,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 52px;
  padding: 0.95rem 1.2rem;
  border-radius: 15px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.btn:hover,
.btn-secondary:hover,
.btn-ghost:hover,
.nav-cta:hover {
  transform: translateY(-1px);
}

.btn {
  background: linear-gradient(135deg, var(--primary), #347f22);
  color: white;
  box-shadow: var(--shadow-sm);
}

.btn-secondary {
  background: white;
  border-color: rgba(15, 23, 16, 0.10);
  box-shadow: var(--shadow-sm);
  color: var(--text);
}

.btn-ghost {
  border-color: rgba(22, 33, 28, 0.12);
  color: var(--text);
  background: transparent;
}

.point-card,
.stat-card,
.info-card,
.promise-card,
.process-step,
.contact-card,
.town-card,
.faq-card,
.timeline-card,
.service-detail-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
}

.point-card strong,
.stat-card strong {
  display: block;
  margin-bottom: 0.35rem;
}

.stats-grid,
.info-grid,
.promise-grid,
.contact-grid,
.process-grid,
.town-grid,
.faq-grid,
.timeline-grid,
.service-detail-grid {
  display: grid;
  gap: 1rem;
}

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

.stat-card {
  padding: 1.2rem;
}

.stat-number {
  font-family: var(--heading-font);
  font-size: 2.1rem;
  font-weight: 800;
  letter-spacing: -0.05em;
  color: var(--primary);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.service-card {
  position: relative;
  min-height: 300px;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow);
  color: white;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.28);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.service-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.28s ease;
}

.service-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 10, 9, 0.05), rgba(7, 10, 9, 0.72));
  z-index: 0;
}

.service-card-content {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.2rem;
  z-index: 1;
}

.service-card h3,
.service-card p {
  color: white;
  margin: 0;
}

.service-card p {
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.96rem;
}

.info-grid,
.promise-grid,
.process-grid,
.faq-grid,
.timeline-grid {
  grid-template-columns: repeat(3, 1fr);
}

.info-card,
.promise-card,
.process-step,
.contact-card,
.town-card,
.faq-card,
.timeline-card,
.service-detail-card {
  padding: 1.35rem;
}

.info-card h3,
.promise-card h3,
.process-step h3,
.contact-card h3,
.town-card h3,
.faq-card h3,
.timeline-card h3,
.service-detail-card h3 {
  margin-bottom: 0.6rem;
}

.split-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1.6rem;
  align-items: stretch;
}

.photo-panel,
.copy-panel,
.form-panel,
.service-copy-panel,
.service-list-panel,
.cta-panel,
.page-intro-card {
  background: rgba(255, 255, 255, 0.92);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.photo-panel {
  position: relative;
  min-height: 430px;
}

.photo-panel img,
.service-copy-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.copy-panel,
.form-panel,
.service-list-panel,
.service-copy-panel,
.cta-panel,
.page-intro-card {
  padding: 1.8rem;
}

ul.clean-list,
.service-bullet-list,
.town-list,
.footer-links,
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.clean-list li,
.service-bullet-list li,
.town-list li,
.contact-list li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.7rem;
  color: var(--text-soft);
}

.clean-list li::before,
.service-bullet-list li::before,
.town-list li::before,
.contact-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
}

.service-detail-grid {
  grid-template-columns: repeat(2, 1fr);
}

.service-detail-card {
  background: var(--surface-alt);
  border: 1px solid rgba(32, 70, 51, 0.08);
}

.contact-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 1.35rem;
  align-items: start;
}

.form-panel {
  min-width: 0;
  padding: 2rem;
}

.contact-side-stack {
  display: grid;
  gap: 1rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.05rem 1rem;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}

.field-full {
  grid-column: 1 / -1;
}

label {
  font-weight: 700;
  color: var(--text);
  font-size: 0.96rem;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(15, 23, 16, 0.14);
  border-radius: 16px;
  min-height: 56px;
  padding: 0.95rem 1rem;
  color: var(--text);
  background: #fbfdf9;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

textarea {
  min-height: 184px;
  resize: vertical;
  padding-top: 1rem;
}

input::placeholder,
textarea::placeholder {
  color: #8a958f;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(32, 70, 51, 0.10);
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.checkbox-card {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 1rem;
  border-radius: 16px;
  background: var(--surface-alt);
  border: 1px solid rgba(37, 95, 26, 0.09);
  min-width: 0;
}

.checkbox-card span {
  color: var(--text);
  font-weight: 600;
}

.checkbox-card input {
  width: auto;
  min-height: auto;
  margin-top: 0.2rem;
  flex: 0 0 auto;
}

.banner {
  background: linear-gradient(135deg, #214f16, #0b1407 72%);
  color: white;
  border-radius: 30px;
  padding: 2.35rem;
  box-shadow: var(--shadow);
}

.banner p,
.banner h2,
.banner a {
  color: white;
}

.page-hero {
  padding: 3.5rem 0 1.9rem;
}

.breadcrumbs {
  font-size: 0.95rem;
  color: var(--text-soft);
  margin-bottom: 1rem;
}

.breadcrumbs a {
  color: var(--primary);
}

.page-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 1.5rem;
  align-items: end;
}

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

.service-areas-note {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--accent);
  background: rgba(132, 198, 27, 0.12);
  border-radius: 0 14px 14px 0;
  color: var(--text);
}


.banner .btn-secondary {
  background: #ffffff;
  color: #0f1710 !important;
  -webkit-text-fill-color: #0f1710;
  text-shadow: none;
  border-color: rgba(255, 255, 255, 0.18);
}

.banner .btn-secondary:hover {
  background: #f4f8f1;
}

.banner .btn-ghost {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.35);
  background: transparent;
}

.banner .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.06);
}

.map-panel {
  background:
    radial-gradient(circle at 78% 30%, rgba(132, 198, 27, 0.12), transparent 26%),
    linear-gradient(180deg, #f8fbf6 0%, #eef4e9 100%);
}

.map-panel img {
  object-fit: contain;
  object-position: center center;
  background: transparent;
  padding: 0.75rem;
}


@media (min-width: 1200px) {
  .hero-home-content {
    max-width: 780px;
  }
}

.site-footer {
  background: linear-gradient(180deg, #0c1309 0%, #091206 100%);
  color: rgba(255, 255, 255, 0.88);
  padding-top: 2.7rem;
}

.site-footer p,
.site-footer h3 {
  color: rgba(255, 255, 255, 0.9);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.9fr;
  gap: 1.5rem;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.82);
}

.footer-links a:hover {
  color: white;
}

.footer-bottom {
  margin-top: 1.8rem;
  padding: 1rem 0 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-insured {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.72);
}

.reveal {
  opacity: 0;
  transform: translateY(22px) scale(0.985);
  transition: opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1), transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (max-width: 1100px) {
  .hero-grid,
  .split-layout,
  .page-intro,
  .service-detail-grid,
  .footer-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .info-grid,
  .promise-grid,
  .process-grid,
  .town-grid,
  .stats-grid,
  .timeline-grid,
  .faq-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-home-shell,
  .hero-home-content {
    min-height: 460px;
  }

  .checkbox-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 850px) {
  .site-nav {
    display: none;
  }

  .mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-panel {
    display: none;
    padding-bottom: 1rem;
  }

  .mobile-panel.open {
    display: block;
  }

  .mobile-panel nav {
    display: grid;
    gap: 0.55rem;
  }

  .mobile-panel a {
    padding: 0.95rem 1rem;
    border-radius: 16px;
    background: var(--surface);
    border: 1px solid var(--border);
    font-weight: 700;
  }

  .mobile-panel a.btn {
    background: linear-gradient(135deg, var(--primary), #347f22);
    color: white !important;
    -webkit-text-fill-color: white;
    border-color: transparent;
    box-shadow: var(--shadow-sm);
  }

  .mobile-panel a.btn:hover,
  .mobile-panel a.btn:focus-visible {
    background: linear-gradient(135deg, #2d771f, #3f942b);
    color: white !important;
  }

  .brand-center {
    width: min(100%, 250px);
    padding-right: 4.6rem;
  }

  .site-header.scrolled .brand-center {
    transform: scale(0.93);
  }

  .service-grid,
  .info-grid,
  .promise-grid,
  .process-grid,
  .town-grid,
  .stats-grid,
  .timeline-grid,
  .faq-grid,
  .form-grid,
  .checkbox-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 4rem 0;
  }

  .hero {
    padding-top: 1.8rem;
  }

  .hero-home-shell,
  .hero-home-content {
    min-height: 500px;
  }

  .hero-home-overlay {
    background:
      linear-gradient(180deg, rgba(8, 13, 10, 0.28), rgba(8, 13, 10, 0.45)),
      linear-gradient(90deg, rgba(8, 13, 10, 0.86) 0%, rgba(8, 13, 10, 0.72) 58%, rgba(8, 13, 10, 0.32) 100%);
  }

  h1 {
    font-size: clamp(2.4rem, 8vw, 3.8rem);
  }

  h2 {
    font-size: clamp(1.8rem, 6vw, 2.6rem);
  }
}

@media (max-width: 520px) {
  .header-shell {
    padding-top: 0.7rem;
  }

  .brand-center {
    width: min(100%, 210px);
    padding-right: 4.2rem;
  }

  .site-header.scrolled .brand-center {
    transform: scale(0.95);
  }

  .mobile-toggle {
    min-width: 74px;
    height: 42px;
    padding: 0 0.85rem;
    font-size: 0.9rem;
  }
  .container {
    width: min(var(--container), calc(100% - 1.1rem));
  }

  .copy-panel,
  .form-panel,
  .service-list-panel,
  .service-copy-panel,
  .cta-panel,
  .page-intro-card,
  .info-card,
  .promise-card,
  .process-step,
  .contact-card,
  .town-card,
  .faq-card,
  .timeline-card,
  .point-card,
  .stat-card,
  .service-detail-card {
    padding: 1.1rem;
  }

  .banner {
    padding: 1.5rem;
    border-radius: 22px;
  }

  .hero-home-shell,
  .hero-home-content {
    min-height: 440px;
  }

  .hero-home-shell {
    border-radius: 28px;
  }

  .hero-home-content {
    padding: 1.35rem;
  }

  .hero-home h1 {
    max-width: none;
  }

  .hero-home .lead,
  .hero-mini-meta {
    font-size: 1rem;
  }

  .photo-panel {
    min-height: 320px;
  }

  .hero-actions,
  .inline-actions {
    gap: 0.7rem;
  }

  .btn,
  .btn-secondary,
  .btn-ghost {
    width: 100%;
  }
}


.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(10, 18, 8, 0.14);
}

.service-card:hover img {
  transform: scale(1.06);
}

.photo-panel,
.copy-panel,
.form-panel,
.service-copy-panel,
.service-list-panel,
.cta-panel,
.page-intro-card,
.point-card,
.stat-card,
.info-card,
.promise-card,
.process-step,
.contact-card,
.town-card,
.faq-card,
.timeline-card,
.service-detail-card,
.banner {
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.28s ease;
}

@media (hover: hover) {
  .photo-panel:hover,
  .copy-panel:hover,
  .form-panel:hover,
  .service-copy-panel:hover,
  .service-list-panel:hover,
  .cta-panel:hover,
  .page-intro-card:hover,
  .point-card:hover,
  .stat-card:hover,
  .info-card:hover,
  .promise-card:hover,
  .process-step:hover,
  .contact-card:hover,
  .town-card:hover,
  .faq-card:hover,
  .timeline-card:hover,
  .service-detail-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(10, 18, 8, 0.10);
  }
}

.footer-logo-wrap {
  margin: 0.9rem 0 1rem;
}

.footer-logo {
  width: min(100%, 260px);
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.16));
}


.hero-actions .btn-secondary {
  background: #ffffff;
  color: var(--text) !important;
  -webkit-text-fill-color: var(--text);
  border-color: rgba(15, 23, 16, 0.12);
}

.hero-actions .btn-secondary:hover {
  background: #f4f8f1;
}

.hero-actions .btn-secondary *,
.banner .btn-secondary * {
  color: inherit !important;
  -webkit-text-fill-color: currentColor;
}

.real-map-panel {
  padding: 0;
  background: #eff5e8;
  overflow: hidden;
}

.service-map {
  width: 100%;
  min-height: 540px;
  height: 100%;
  aspect-ratio: 1 / 1;
}

.real-map-panel .leaflet-container {
  width: 100%;
  height: 100%;
  min-height: 540px;
  border-radius: var(--radius);
  background: #dfe9d7;
  box-shadow: inset 0 0 0 1px rgba(20, 33, 18, 0.08);
}

.leaflet-control-attribution {
  font-size: 0.72rem;
  background: rgba(255,255,255,0.9);
  border-top-left-radius: 10px;
}

.service-map-popup h3 {
  margin: 0 0 0.25rem;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.service-map-popup p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-soft);
}

@media (max-width: 520px) {
  .service-map,
  .real-map-panel .leaflet-container {
    min-height: 420px;
  }
}


@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
