
:root {
  /* CHANGE THE WHOLE SITE PALETTE HERE */
  --brand: #183f37;
  --brand-dark: #102d28;
  --brand-light: #e9f0ed;
  --accent: #c89b55;
  --ink: #17211e;
  --muted: #66716d;
  --surface: #ffffff;
  --surface-alt: #f5f7f6;
  --border: #dfe5e2;
  --footer: #0e2622;
  --radius: 1rem;
  --shadow: 0 18px 50px rgba(17, 38, 32, .09);
}

html { scroll-behavior: smooth; }
body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--surface);
}
a { color: var(--brand); }
a:hover { color: var(--brand-dark); }

.navbar {
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(10px);
}
.navbar-brand {
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--ink);
}
.navbar-brand span { color: var(--brand); }
.nav-link { font-weight: 600; color: #26332f; }
.nav-link:hover, .nav-link:focus, .nav-link.active { color: var(--brand); }
.dropdown-menu {
  border: 1px solid var(--border);
  border-radius: .8rem;
  box-shadow: var(--shadow);
  padding: .6rem;
}
.dropdown-item { border-radius: .55rem; padding: .65rem .8rem; }
.dropdown-item:hover { background: var(--brand-light); color: var(--brand-dark); }

.btn-brand {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
  font-weight: 700;
}
.btn-brand:hover {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #fff;
}
.btn-outline-brand {
  border: 1px solid var(--brand);
  color: var(--brand);
  font-weight: 700;
}
.btn-outline-brand:hover { background: var(--brand); color: #fff; }

.hero {
  padding: clamp(4.5rem, 9vw, 8rem) 0;
  background: linear-gradient(110deg, #f4f7f5 0%, #fff 62%);
}
.hero h1, .page-hero h1 {
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.02;
}
.hero h1 { font-size: clamp(2.8rem, 6vw, 5.5rem); }
.lead { color: var(--muted); }
.hero-photo, .service-photo, .about-photo, .map-photo {
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--border);
}
.hero-photo { aspect-ratio: 4 / 3; box-shadow: var(--shadow); }
.service-photo { aspect-ratio: 16 / 10; }
.about-photo { aspect-ratio: 4 / 3; }
.map-photo { aspect-ratio: 16 / 9; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .78rem;
  font-weight: 800;
  color: var(--brand);
  margin-bottom: 1rem;
}
.eyebrow::before {
  content: "";
  width: 2rem;
  height: 2px;
  background: var(--accent);
}

.section { padding: 5rem 0; }
.section-alt { background: var(--surface-alt); }
.section-title {
  font-weight: 800;
  letter-spacing: -.035em;
  font-size: clamp(2rem, 4vw, 3.3rem);
}
.card-clean {
  height: 100%;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 8px 25px rgba(17,38,32,.05);
}
.card-clean .card-body { padding: 1.5rem; }
.icon-box {
  width: 3rem;
  height: 3rem;
  border-radius: .8rem;
  display: grid;
  place-items: center;
  background: var(--brand-light);
  color: var(--brand);
  font-size: 1.25rem;
}
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li {
  display: flex;
  gap: .75rem;
  padding: .55rem 0;
  color: #35423e;
}
.check-list i { color: var(--brand); margin-top: .2rem; }

.stat {
  border-left: 3px solid var(--accent);
  padding-left: 1rem;
}
.stat strong { display: block; font-size: 1.6rem; }

.cta-band {
  background: var(--brand);
  color: #fff;
  border-radius: 1.25rem;
  padding: clamp(2rem, 5vw, 4rem);
}
.cta-band p { color: rgba(255,255,255,.78); }

.page-hero {
  padding: 4.5rem 0 3rem;
  background: var(--surface-alt);
  border-bottom: 1px solid var(--border);
}
.page-hero h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); }

.service-block { padding: 3.5rem 0; border-bottom: 1px solid var(--border); }
.service-block:last-child { border-bottom: 0; }
.service-block h2 { font-weight: 800; letter-spacing: -.03em; }
.service-block:nth-child(even) .service-image-col { order: 2; }
.service-block:nth-child(even) .service-copy-col { order: 1; }

.quote-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: #fff;
  box-shadow: var(--shadow);
}
.form-control, .form-select {
  min-height: 3.2rem;
  border-color: var(--border);
}
.form-control:focus, .form-select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 .2rem rgba(24,63,55,.12);
}

.footer {
  background: var(--footer);
  color: #fff;
  padding: 4rem 0 1.5rem;
}
.footer a { color: rgba(255,255,255,.75); text-decoration: none; }
.footer a:hover { color: #fff; }
.footer small, .footer p { color: rgba(255,255,255,.65); }

.whatsapp-float {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  width: 3.7rem;
  height: 3.7rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #25D366;
  color: white;
  font-size: 1.65rem;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
  z-index: 1040;
  text-decoration: none;
}
.whatsapp-float:hover { color: #fff; transform: translateY(-2px); }

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1055;
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  border-radius: 1rem;
  padding: 1rem;
}
.cookie-banner[hidden] { display: none !important; }

.area-pill {
  display: inline-block;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: .55rem .9rem;
  margin: .25rem;
  background: #fff;
  font-weight: 600;
}
.breadcrumb a { text-decoration: none; }

@media (max-width: 767.98px) {
  .service-block:nth-child(even) .service-image-col,
  .service-block:nth-child(even) .service-copy-col { order: initial; }
  .section { padding: 4rem 0; }
}
