:root {
  --turf: #187740;
  --turf-2: #207541;
  --gold: #b29f4b;
  --white: #ffffff;
  --ink: #1b1b1b;
  --muted: #6f6f6f;
  --line: #e1e7dd;
  --soft: #f5f8f2;
  --shadow: 0 18px 40px rgba(16, 56, 36, 0.12);
}

body {
  font-family: "Manrope", system-ui, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(900px 500px at 10% -10%, #f0f7f2 0%, transparent 60%),
    radial-gradient(800px 500px at 110% 10%, #f7f3e8 0%, transparent 55%),
    #ffffff;
}

p {
  color: var(--turf);
}

.topbar {
  background: #f1f7f0;
  color: #3a3a3a;
  font-size: 0.85rem;
  border-bottom: 1px solid var(--line);
}

.topbar a { color: #2e5f45; text-decoration: none; }

.topbar-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  padding-bottom: 8px;
  padding-top: 8px;
}

.topbar-contact {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

.topbar-link,
.topbar-area {
  align-items: center;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(46, 95, 69, 0.12);
  border-radius: 999px;
  color: #3a3a3a;
  display: inline-flex;
  gap: 7px;
  font-weight: 800;
  line-height: 1.2;
  min-width: 0;
  padding: 6px 10px;
}

.topbar-link:hover {
  background: #fff;
  color: var(--turf);
}

.topbar svg {
  fill: currentColor;
  flex: 0 0 auto;
  height: 15px;
  width: 15px;
}

.topbar-area {
  color: var(--turf);
  flex: 0 0 auto;
}

.nav-modern {
  background: rgba(255, 252, 246, 0.98);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 18px rgba(81, 58, 28, 0.08);
  padding: 0;
}

.nav-modern > .container {
  max-width: 1120px;
  padding: 10px 16px;
  width: 100%;
}

.nav-modern .navbar-brand {
  max-width: min(480px, 70vw);
}

.nav-modern .navbar-toggler {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--turf);
  display: inline-flex !important;
  justify-content: center;
  margin-left: auto;
  padding: 7px 9px;
  position: static;
  transform: none;
}

.nav-modern .navbar-toggler-icon {
  background-image: none;
  background:
    linear-gradient(currentColor, currentColor) center 3px / 20px 2px no-repeat,
    linear-gradient(currentColor, currentColor) center 10px / 20px 2px no-repeat,
    linear-gradient(currentColor, currentColor) center 17px / 20px 2px no-repeat;
  height: 20px;
  width: 22px;
}

.nav-modern .nav-link {
  border-radius: 6px;
  color: #2b2b2b;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0;
  padding: 8px 10px;
  text-transform: none;
}

.nav-modern .nav-link::after {
  display: none;
}

.nav-modern .nav-link:hover,
.nav-modern .nav-link.active {
  background: rgba(73, 111, 42, 0.1);
  color: var(--turf) !important;
}

.brand-logo {
  width: 60px;
  height: 44px;
  border-radius: 4px;
  border: 1px solid var(--line);
  background: #fff;
  object-fit: contain;
  padding: 4px;
}

.brand-title {
  font-family: "Fraunces", serif;
  font-size: 1rem;
  line-height: 1.1;
}

.nav-link.active { color: var(--turf) !important; }

.btn-gold {
  background: var(--turf);
  border: 2px solid var(--turf);
  color: #ffffff;
  border-radius: 4px;
  font-weight: 700;
}

.service-strip,
.mobile-service-links {
  display: none !important;
}

.nav-actions {
  display: flex;
  gap: 8px;
}

@media (min-width: 992px) {
  .nav-modern .navbar-toggler {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .nav-modern .navbar-brand {
    max-width: calc(100% - 58px);
  }

  .nav-modern .navbar-collapse {
    border-top: 1px solid var(--line);
    margin-top: 10px;
    padding-top: 12px;
  }

  .nav-modern .dropdown-menu {
    border: 0;
    box-shadow: none;
    margin: 2px 0 8px;
    padding: 4px 0 4px 10px;
  }

  .nav-actions {
    display: flex;
    margin-top: 8px;
  }

  .nav-actions .btn {
    width: 100%;
  }
}

.hero {
  position: relative;
  min-height: 70vh;
  color: #fff;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/1.jpg") center/cover no-repeat;
  filter: blur(4px);
  transform: scale(1.04);
  z-index: 0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 28, 18, 0.35) 0%, rgba(10, 28, 18, 0.35) 100%);
  z-index: 1;
}

.hero > .container {
  position: relative;
  z-index: 2;
}

.hero h1 {
  font-family: "Fraunces", serif;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1.05;
}

.hero .accent { color: var(--gold); }

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

.card-square {
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 12px 24px rgba(0,0,0,0.05);
}

.stat-band {
  background: linear-gradient(120deg, #1f7f49 0%, #2a8a53 55%, #1f7f49 100%);
  color: #fff;
  border-radius: 6px;
  padding: 22px;
  box-shadow: var(--shadow);
}

.service-icon {
  width: 48px;
  height: 48px;
  border: 2px solid var(--turf);
  border-radius: 6px;
  display: grid;
  place-items: center;
  color: var(--turf);
  font-weight: 700;
  margin: 0 auto 10px;
}

.media-frame {
  border-radius: 6px;
  border: 1px solid var(--line);
  box-shadow: 0 12px 24px rgba(0,0,0,0.05);
  object-fit: cover;
}

.feature-grid img {
  height: 220px;
  aspect-ratio: 4 / 3;
}

@media (min-width: 992px) {
  .feature-grid img {
    height: 240px;
    aspect-ratio: 4 / 3;
  }
}

.contact-card {
  background: var(--turf);
  color: #fff;
  border-radius: 6px;
}

.contact-card h2,
.contact-card h3,
.contact-card p,
.contact-card li,
.contact-card a {
  color: #fff;
}

.page-hero {
  background: linear-gradient(120deg, #1f7f49 0%, #2a8a53 100%);
  color: #fff;
}

.page-hero h1 {
  font-family: "Fraunces", serif;
}

.page-hero .kicker {
  color: #fff;
}

.kicker {
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.72rem;
  color: var(--turf);
}

.table thead th {
  background: #f7f4ee;
}

.footer {
  color: var(--muted);
}

@media (max-width: 575.98px) {
  .topbar {
    display: none;
  }

  .topbar-inner {
    align-items: stretch;
    flex-direction: column;
    gap: 6px;
  }

  .topbar-contact {
    display: grid;
    gap: 6px;
    grid-template-columns: 1fr;
  }

  .topbar-link,
  .topbar-area {
    border-radius: 6px;
    justify-content: center;
    overflow-wrap: anywhere;
    text-align: center;
  }
}

.quote-modal .modal-content {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.quote-modal .modal-header {
  border-bottom: 1px solid var(--line);
  padding: 18px 20px;
}

.quote-modal .modal-body {
  padding: 20px;
}

.quote-modal .form-label {
  color: var(--ink);
  font-weight: 800;
}

.quote-modal .form-control,
.quote-modal .form-select {
  border-color: var(--line);
  border-radius: 6px;
  padding: 10px 12px;
}

.quote-modal .form-control:focus,
.quote-modal .form-select:focus {
  border-color: var(--turf);
  box-shadow: 0 0 0 0.2rem rgba(46, 95, 69, 0.14);
}

.quote-honeypot {
  left: -9999px;
  position: absolute;
}

.quote-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.site-footer {
  background:
    linear-gradient(135deg, rgba(73, 111, 42, 0.96), rgba(122, 75, 34, 0.96)),
    var(--turf);
  color: #fff;
  padding: 42px 0 26px;
}

.footer-shell {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.footer-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.22);
  padding-bottom: 24px;
}

.footer-brand {
  align-items: center;
  color: #fff;
  display: inline-flex;
  gap: 12px;
  text-decoration: none;
}

.footer-brand img {
  width: 120px;
  height: auto;
  object-fit: contain;
  background: #fff;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 6px;
  padding: 5px;
}

.footer-brand strong,
.footer-brand em {
  display: block;
  font-family: "Fraunces", serif;
  font-style: normal;
  line-height: 1.1;
}

.footer-brand strong { color: var(--gold); }

.footer-actions,
.footer-grid,
.footer-bottom,
.site-footer .social-icons {
  display: flex;
  gap: 10px;
}

.footer-action {
  border: 1px solid rgba(255,255,255,0.42);
  border-radius: 6px;
  color: #fff;
  font-weight: 800;
  padding: 11px 14px;
  text-decoration: none;
}

.footer-action.primary {
  background: #fff;
  color: #000;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) repeat(3, minmax(150px, 1fr));
  gap: 22px;
  padding: 26px 0;
}

.footer-panel h2 {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.footer-panel p,
.footer-panel li,
.footer-bottom {
  color: rgba(255,255,255,0.78);
}

.footer-panel p {
  margin: 0 0 10px;
}

.footer-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-panel li + li {
  margin-top: 8px;
}

.footer-panel a,
.footer-bottom a {
  color: #fff;
  text-decoration: none;
}

.footer-panel a:hover,
.footer-bottom a:hover {
  text-decoration: underline;
}

.footer-area {
  color: #fff !important;
  font-weight: 800;
}

.site-footer .social-icons {
  flex-wrap: wrap;
}

.site-footer .social-icons a {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.24);
  color: #fff;
}

.site-footer .social-icons a:hover {
  background: #fff;
  border-color: #fff;
  color: var(--soil);
}

.footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.22);
  justify-content: space-between;
  padding-top: 18px;
}

@media (max-width: 767.98px) {
  .footer-hero,
  .footer-actions,
  .footer-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}
.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.social-icons a {
  align-items: center;
  background: #fffaf0;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--soil);
  display: inline-flex;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  min-width: 42px;
  padding: 0 12px;
  text-decoration: none;
}

.social-icons svg {
  fill: none;
  height: 22px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 22px;
}

.social-icons a:hover {
  background: var(--turf);
  border-color: var(--turf);
  color: #fff;
}
