:root {
  --turf: #174f35;
  --turf-2: #315a2f;
  --gold: #c3963f;
  --bark: #5b3924;
  --white: #ffffff;
  --ink: #1b1b1b;
  --muted: #6f6f6f;
  --line: #e4ddcf;
  --soft: #f4f2eb;
  --shadow: 0 18px 40px rgba(65, 44, 26, 0.14);
}

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

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

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

.topbar a { color: var(--turf); 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(91, 57, 36, 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(--bark);
  flex: 0 0 auto;
}

.navbar-dark {
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.nav-modern {
  background: rgba(255, 252, 247, 0.98);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(65, 44, 26, 0.08);
  padding: 0;
}

.nav-modern > .container {
  max-width: 100vw;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
  width: 100%;
}

.nav-modern .navbar-brand {
  gap: 10px;
  min-width: 0;
  max-width: min(500px, 68vw);
}

.nav-modern .navbar-toggler {
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--turf);
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  padding: 7px 9px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

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

.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-actions {
  display: flex;
  gap: 8px;
}

.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(23, 79, 53, 0.1);
  color: var(--turf) !important;
}

.mobile-service-links {
  display: none;
}

.service-strip {
  background: rgba(255, 250, 242, 0.8);
  border-top: 1px solid rgba(91, 57, 36, 0.12);
  overflow: hidden;
  width: 100%;
}

.service-strip-inner {
  box-sizing: border-box;
  display: flex;
  gap: 6px;
  margin: 0 auto;
  max-width: 1120px;
  padding: 7px 12px;
  width: 100%;
}

.service-strip-inner > span {
  align-items: center;
  color: var(--muted);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-right: 4px;
  text-transform: uppercase;
}

.service-link {
  background: #fffaf2;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-sizing: border-box;
  color: var(--bark);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  min-width: 0;
  padding: 8px 14px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.service-link:hover,
.service-link.active {
  background: var(--turf);
  border-color: var(--turf);
  color: #fff;
}

.nav-modern {
  background: rgba(255, 252, 247, 0.98);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 18px rgba(65, 44, 26, 0.08);
  padding: 0;
}

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

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

.nav-modern .navbar-toggler {
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--turf);
  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;
  padding: 8px 10px;
}

.nav-modern .nav-link:hover,
.nav-modern .nav-link.active {
  background: rgba(23, 79, 53, 0.1);
  color: var(--turf) !important;
}

.nav-modern .dropdown-menu {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(65, 44, 26, 0.12);
  margin-top: 8px;
  min-width: 220px;
  padding: 6px;
}

.nav-modern .dropdown-item {
  border-radius: 6px;
  color: #2b2b2b;
  font-size: 0.88rem;
  font-weight: 800;
  padding: 9px 10px;
}

.nav-modern .dropdown-item:hover,
.nav-modern .dropdown-item.active {
  background: rgba(23, 79, 53, 0.1);
  color: var(--turf);
}

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

.nav-actions {
  display: flex;
  gap: 8px;
}
.nav-modern .nav-link.active {
  background: rgba(23, 79, 53, 0.1);
  color: var(--turf) !important;
}

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

.brand-title {
  font-family: "Fraunces", serif;
  font-size: clamp(0.82rem, 2.4vw, 1rem);
  line-height: 1.1;
  white-space: normal;
}

.nav-link {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

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

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

.btn-outline-light { border-radius: 4px; }

.hero {
  position: relative;
  min-height: min(640px, 72svh);
  color: #fff;
  overflow: hidden;
}

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

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(20, 52, 34, 0.62) 0%, rgba(80, 48, 28, 0.42) 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); }

.hero .lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}

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

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

.feature-grid .card-square {
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.feature-grid .card-square:hover {
  border-color: rgba(195, 150, 63, 0.55);
  box-shadow: 0 18px 32px rgba(65, 44, 26, 0.1);
  transform: translateY(-2px);
}

.stat-band {
  background: linear-gradient(120deg, #174f35 0%, #5b3924 55%, #c3963f 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;
  max-height: 520px;
}

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

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

.instagram-section {
  border-top: 1px solid var(--line);
}

.instagram-carousel {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.instagram-carousel .carousel-item {
  background: var(--soft);
}

.instagram-carousel img {
  aspect-ratio: 16 / 10;
  height: 430px;
  object-fit: contain;
}

.instagram-carousel .carousel-control-prev,
.instagram-carousel .carousel-control-next {
  width: 12%;
}

.instagram-carousel .carousel-indicators {
  margin-bottom: 12px;
}

.instagram-carousel .carousel-indicators button {
  border-radius: 999px;
  height: 8px;
  width: 8px;
}

.contact-card {
  background: linear-gradient(135deg, var(--turf), var(--bark));
  color: #fff;
  border-radius: 6px;
}

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

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

.contact-actions .btn {
  min-width: 130px;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.social-icons a {
  align-items: center;
  background: #fffaf2;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--bark);
  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;
}

.page-hero {
  background: linear-gradient(120deg, #174f35 0%, #5b3924 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);
}

@media (min-width: 992px) {
  .nav-actions .btn {
    white-space: nowrap;
  }
}

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

  .nav-modern .navbar-toggler {
    flex: 0 0 auto;
    position: static;
    transform: none;
  }

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

  .nav-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 8px;
  }

  .service-strip {
    display: none;
  }

  .mobile-service-links {
    display: block;
    margin: 4px 0 12px;
  }

  .mobile-service-links > span {
    color: var(--muted);
    display: block;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    margin-bottom: 8px;
    text-transform: uppercase;
  }

  .mobile-service-links > div {
    display: flex;
    gap: 4px;
  }

  .mobile-service-links a {
    background: #fffaf2;
    border: 1px solid var(--line);
    border-radius: 6px;
    color: var(--bark);
    flex: 1 1 0;
    font-size: 0.72rem;
    font-weight: 800;
    min-width: 0;
    padding: 8px 4px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
  }

  .mobile-service-links a.active {
    background: var(--turf);
    border-color: var(--turf);
    color: #fff;
  }
}

@media (max-width: 575.98px) {
  .topbar {
    font-size: 0.78rem;
  }

  .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;
  }

  .brand-logo {
    width: 46px;
    height: 36px;
  }

  .brand-title {
    font-size: 0.78rem;
  }

  .hero {
    min-height: auto;
  }

  .hero h1 {
    font-size: clamp(1.72rem, 8.2vw, 1.95rem);
    overflow-wrap: anywhere;
  }

  .hero .accent {
    display: block;
  }

  .hero .lead {
    font-size: 1rem;
    line-height: 1.5;
    max-width: 32ch;
  }

  .hero .btn,
  .page-hero .btn {
    width: 100%;
  }

  .social-icons a {
    min-width: 46px;
  }

  .feature-grid img,
  .media-frame {
    height: auto;
    min-height: 0;
  }

  .instagram-carousel img {
    height: auto;
  }
}

.table thead th {
  background: #f7f4ee;
}

.site-footer {
  background:
    linear-gradient(135deg, rgba(23, 79, 53, 0.96), rgba(91, 57, 36, 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: 64px;
  height: 46px;
  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: var(--bark);
}

.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(--bark);
}

.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;
  }
}

.nav-modern {
  background: rgba(255, 252, 247, 0.98);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 18px rgba(65, 44, 26, 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(23, 79, 53, 0.1);
  color: var(--turf) !important;
}

.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%;
  }
}

.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(23, 79, 53, 0.14);
}

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

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

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

  .feature-grid {
    gap: 10px;
  }

  .feature-grid > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-grid .card-square {
    align-items: flex-start;
    border-left: 4px solid var(--gold);
    border-top: 1px solid var(--line);
    display: grid;
    gap: 10px 12px;
    grid-template-columns: 46px 1fr;
    padding: 14px !important;
    text-align: left !important;
  }

  .feature-grid .service-icon {
    height: 42px;
    margin: 0;
    width: 42px;
  }

  .feature-grid h3 {
    align-self: end;
    font-size: 1rem;
    margin: 0;
  }

  .feature-grid p {
    grid-column: 2;
    line-height: 1.45;
    margin: -4px 0 0;
  }
}

@media (max-width: 767.98px) {
  .site-footer {
    padding: 30px 0 22px;
  }

  .footer-shell {
    width: min(100% - 28px, 520px);
  }

  .footer-hero {
    gap: 16px;
    padding-bottom: 20px;
  }

  .footer-brand {
    justify-content: center;
    text-align: center;
  }

  .footer-brand img {
    height: 42px;
    width: 58px;
  }

  .footer-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .footer-action {
    padding: 12px 10px;
    text-align: center;
  }

  .footer-grid {
    gap: 10px;
    padding: 18px 0;
  }

  .footer-panel {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    padding: 14px;
  }

  .footer-panel h2 {
    margin-bottom: 8px;
  }

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

  .site-footer .social-icons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .site-footer .social-icons a {
    justify-content: center;
    min-width: 0;
    width: 100%;
  }

  .footer-bottom {
    gap: 10px;
    text-align: center;
  }
}

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