/* Shared responsive polish for every Lawn Enforcement service site. */

html {
  -webkit-text-size-adjust: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  width: 100%;
}

body {
  line-height: 1.6;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  width: 100%;
}

img,
svg {
  max-width: 100%;
}

a,
button,
.btn,
.form-control,
.form-select {
  touch-action: manipulation;
}

:where(a, button, .btn, .form-control, .form-select):focus-visible {
  outline: 3px solid color-mix(in srgb, var(--gold) 72%, white);
  outline-offset: 3px;
}

.container {
  --bs-gutter-x: clamp(1.5rem, 4vw, 3rem);
}

.nav-modern > .container {
  flex-wrap: wrap;
  max-width: 1120px;
  padding-bottom: clamp(8px, 1vw, 11px);
  padding-top: clamp(8px, 1vw, 11px);
}

.nav-modern .navbar-brand {
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
}

.brand-logo {
  flex: 0 0 auto;
}

.brand-title {
  font-size: clamp(0.8rem, 1.4vw, 1rem);
  line-height: 1.15;
  min-width: 0;
  overflow-wrap: break-word;
}

.nav-modern .navbar-toggler {
  min-height: 44px;
  min-width: 44px;
}

.nav-modern .nav-link,
.nav-modern .dropdown-item {
  line-height: 1.35;
}

.btn,
.footer-action,
.social-icons a {
  min-height: 44px;
}

.btn {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  padding: 0.65rem 1rem;
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.standalone-cta {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.btn:hover,
.footer-action:hover,
.topbar-link:hover {
  transform: translateY(-2px);
}

.btn:active,
.footer-action:active,
.topbar-link:active {
  transform: translateY(0);
}

/* Make enquiry actions obvious while retaining each service's colour palette. */
.btn-gold {
  box-shadow: 0 8px 18px color-mix(in srgb, var(--turf) 24%, transparent);
  font-weight: 800;
}

.btn-gold:hover,
.btn-gold:focus-visible {
  background: color-mix(in srgb, var(--turf) 86%, black);
  border-color: color-mix(in srgb, var(--turf) 86%, black);
  box-shadow: 0 12px 24px color-mix(in srgb, var(--turf) 32%, transparent);
  color: #fff;
}

.nav-actions .btn {
  background: var(--gold);
  border: 2px solid var(--gold);
  box-shadow: 0 8px 18px color-mix(in srgb, var(--gold) 38%, transparent);
  color: #15251d;
  min-height: 46px;
  padding-inline: 1.15rem;
}

.nav-actions .btn::after {
  content: "\2192";
  font-size: 1.15em;
  line-height: 1;
  margin-left: 0.5rem;
  transition: transform 0.18s ease;
}

.nav-actions .btn:hover,
.nav-actions .btn:focus-visible {
  background: color-mix(in srgb, var(--gold) 88%, white);
  border-color: color-mix(in srgb, var(--gold) 88%, white);
  box-shadow: 0 12px 24px color-mix(in srgb, var(--gold) 46%, transparent);
  color: #102018;
}

.nav-actions .btn:hover::after {
  transform: translateX(3px);
}

.hero a.btn[href^="tel:"] {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

.hero a.btn[href^="tel:"]::before,
.footer-action[href^="tel:"]::before,
.contact-actions a[href^="tel:"]::before {
  content: "\260E";
  margin-right: 0.48rem;
}

.footer-action[href^="mailto:"]::before,
.contact-actions a[href^="mailto:"]::before {
  content: "\2709";
  margin-right: 0.48rem;
}

.topbar-link {
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.05);
}

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

.topbar-link:first-child:hover {
  background: color-mix(in srgb, var(--turf) 86%, black);
  color: #fff;
}

.footer-action {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.footer-action.primary {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.footer-action:not(.primary):hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: #fff;
  color: #fff;
}

.hero {
  min-height: clamp(500px, 68svh, 680px);
}

.hero > .container {
  padding-bottom: clamp(3.5rem, 8vw, 6.5rem) !important;
  padding-top: clamp(3.5rem, 8vw, 6.5rem) !important;
}

.hero h1 {
  font-size: clamp(2.35rem, 5.4vw, 4.4rem);
  line-height: 1.02;
  text-wrap: balance;
}

.hero .lead {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.55;
  text-wrap: pretty;
}

.hero .kicker {
  line-height: 1.45;
  text-wrap: balance;
}

.page-hero h1,
main h2,
main h3 {
  text-wrap: balance;
}

main section.py-5 {
  padding-bottom: clamp(2.75rem, 6vw, 5rem) !important;
  padding-top: clamp(2.75rem, 6vw, 5rem) !important;
}

.card-square,
.instagram-carousel,
.contact-card {
  border-radius: 10px;
}

.card-square p:last-child,
.contact-card > :last-child {
  margin-bottom: 0;
}

.feature-grid > [class*="col-"] {
  display: flex;
}

.feature-grid .card-square {
  width: 100%;
}

.media-frame {
  display: block;
  width: 100%;
}

.instagram-carousel img {
  aspect-ratio: 16 / 10;
  height: auto;
  max-height: 480px;
  width: 100%;
}

.table-responsive {
  border: 1px solid var(--line);
  border-radius: 10px;
}

.table-responsive .table {
  margin-bottom: 0;
}

.quote-modal .modal-content,
.quote-card {
  border-radius: 12px;
}

.mobile-carousel-controls {
  display: none;
}

.mobile-accordion-toggle {
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: default;
  display: block;
  font: inherit;
  font-weight: inherit;
  padding: 0;
  text-align: left;
  width: 100%;
}

.mobile-accordion-icon {
  display: none;
}

.footer-accordion-toggle {
  appearance: none;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: default;
  display: flex;
  font-size: 0.78rem;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: 0.14em;
  margin: 0 0 12px;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}

.footer-accordion-icon {
  display: none;
}

.mobile-sticky-cta {
  align-items: stretch;
  background: rgba(255, 253, 248, 0.96);
  border-top: 1px solid var(--line);
  bottom: 0;
  box-shadow: 0 -10px 26px rgba(17, 44, 29, 0.16);
  box-sizing: border-box;
  display: none;
  gap: 8px;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  left: 0;
  max-width: 100%;
  padding: 8px 12px calc(8px + env(safe-area-inset-bottom, 0px));
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 1030;
}

.mobile-sticky-cta a {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 900;
  gap: 7px;
  justify-content: center;
  min-height: 50px;
  min-width: 0;
  padding: 0.65rem 0.75rem;
  text-decoration: none;
  white-space: nowrap;
}

.mobile-sticky-call {
  background: var(--turf);
  border: 2px solid var(--turf);
  box-shadow: 0 7px 16px color-mix(in srgb, var(--turf) 28%, transparent);
  color: #fff;
}

.mobile-sticky-call:hover,
.mobile-sticky-call:focus-visible {
  background: color-mix(in srgb, var(--turf) 86%, black);
  border-color: color-mix(in srgb, var(--turf) 86%, black);
  color: #fff;
}

.mobile-sticky-email {
  background: #fff;
  border: 2px solid var(--turf);
  color: var(--turf);
}

.mobile-sticky-email:hover,
.mobile-sticky-email:focus-visible {
  background: var(--soft);
  color: var(--turf);
}

.site-footer {
  box-sizing: border-box;
  max-width: 100%;
  overflow-x: hidden;
  width: 100%;
}

.site-footer .footer-shell {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  padding-left: clamp(16px, 4vw, 28px);
  padding-right: clamp(16px, 4vw, 28px);
  width: 100%;
}

.site-footer .footer-hero,
.site-footer .footer-grid,
.site-footer .footer-bottom,
.site-footer .footer-panel,
.site-footer .footer-actions {
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
  width: 100%;
}

.site-footer .footer-brand {
  max-width: 100%;
  min-width: 0;
}

.site-footer .footer-brand span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.site-footer .footer-action,
.site-footer .social-icons a {
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
}

@media (max-width: 991.98px) {
  .nav-modern,
  .nav-modern > .container,
  .nav-modern .navbar-collapse {
    max-width: 100%;
  }

  .nav-modern .navbar-brand {
    flex: 1 1 0;
    margin-right: 8px;
    max-width: calc(100% - 58px) !important;
    width: auto;
  }

  .nav-modern .navbar-toggler {
    display: inline-flex !important;
    flex: 0 0 44px;
    margin-left: 0;
    position: static;
    transform: none;
  }

  .nav-modern .navbar-collapse {
    flex-basis: 100%;
    max-height: calc(100svh - 76px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    width: 100%;
  }

  .nav-modern .navbar-nav {
    gap: 3px;
  }

  .nav-modern .nav-link,
  .nav-modern .dropdown-item {
    padding: 0.72rem 0.8rem;
  }

  .nav-modern .dropdown-menu {
    background: color-mix(in srgb, var(--soft) 70%, white);
    max-width: 100%;
    overflow-wrap: anywhere;
  }

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

  .row.align-items-start > .col-lg-6 + .col-lg-6,
  .row.align-items-end > .col-lg-7 + [class*="col-"] {
    margin-top: 0.6rem;
  }

  .instagram-intro {
    margin-left: auto;
    margin-right: auto;
    max-width: 620px;
    text-align: center;
  }

  .instagram-intro .kicker {
    margin-bottom: 0.55rem !important;
  }

  .instagram-intro h2 {
    margin-bottom: 0.75rem;
  }

  .instagram-intro p {
    margin-left: auto;
    margin-right: auto;
    max-width: 42ch;
    text-wrap: pretty;
  }
}

@media (max-width: 767.98px) {
  body {
    padding-bottom: calc(74px + env(safe-area-inset-bottom, 0px));
  }

  .mobile-sticky-cta {
    display: grid;
  }

  .page-hero {
    padding-bottom: 2.75rem !important;
    padding-top: 2.75rem !important;
  }

  .page-hero h1 {
    font-size: clamp(2rem, 8vw, 2.75rem);
  }

  .card-square.p-4,
  .contact-card.p-4,
  .quote-card.p-4 {
    padding: 1.25rem !important;
  }

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

  .mobile-card-carousel {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    margin-bottom: 0 !important;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 3px 0 14px;
    position: relative;
    scroll-padding-inline: 0;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
    width: 100%;
    z-index: 1;
  }

  .mobile-card-carousel::-webkit-scrollbar {
    display: none;
  }

  .mobile-card-carousel > [class*="col-"] {
    flex: 0 0 min(82vw, 340px);
    max-width: min(82vw, 340px);
    padding-left: 0;
    padding-right: 0;
    scroll-snap-align: start;
  }

  .mobile-card-carousel .card-square {
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
  }

  .mobile-carousel-controls {
    align-items: center;
    background: rgba(255, 253, 248, 0.96);
    border: 1px solid var(--line);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(17, 44, 29, 0.1);
    clear: both;
    display: flex;
    gap: 10px;
    isolation: isolate;
    justify-content: center;
    margin: 0.75rem auto 2.5rem;
    max-width: 100%;
    padding: 6px 8px;
    position: relative;
    width: max-content;
    z-index: 5;
  }

  .mobile-carousel-button {
    align-items: center;
    background: var(--turf);
    border: 1px solid var(--turf);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 1.1rem;
    height: 44px;
    justify-content: center;
    width: 44px;
  }

  .mobile-carousel-button:disabled {
    background: var(--soft);
    border-color: var(--line);
    color: var(--muted);
    opacity: 0.72;
  }

  .mobile-carousel-status {
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 800;
    min-width: 3.2rem;
    text-align: center;
  }

  .mobile-accordion-grid {
    gap: 8px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .mobile-accordion-card {
    border-left: 4px solid var(--gold);
    border-top-width: 1px;
    padding: 0.85rem 1rem !important;
  }

  .mobile-accordion-card > h2,
  .mobile-accordion-card > h3 {
    font-size: 1rem;
    margin: 0;
  }

  .mobile-accordion-toggle {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    min-height: 44px;
  }

  .mobile-accordion-icon {
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 32px;
    height: 32px;
    justify-content: center;
  }

  .mobile-accordion-icon::before {
    content: "+";
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
  }

  .mobile-accordion-toggle[aria-expanded="true"] .mobile-accordion-icon::before {
    content: "−";
  }

  .mobile-accordion-content {
    display: none;
    padding: 0.25rem 2.75rem 0.25rem 0;
  }

  .mobile-accordion-card.is-open .mobile-accordion-content {
    display: block;
  }

  .site-footer {
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-footer .footer-shell {
    max-width: 548px;
    padding-left: 14px;
    padding-right: 14px;
    width: 100% !important;
  }

  .footer-shell,
  .footer-grid,
  .footer-panel,
  .footer-brand,
  .footer-brand span {
    min-width: 0;
    max-width: 100%;
  }

  .site-footer .footer-grid {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .site-footer .footer-hero,
  .site-footer .footer-bottom {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-brand em,
  .footer-panel a,
  .footer-bottom {
    overflow-wrap: anywhere;
  }

  .site-footer .footer-brand {
    flex-direction: column;
    gap: 9px;
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .site-footer .footer-brand span {
    flex: 0 1 auto;
  }

  .site-footer .footer-brand img {
    flex: 0 0 auto;
    margin-left: auto;
    margin-right: auto;
  }

  .product-size-actions {
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .product-size-actions .badge {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 36px;
    padding: 0.55rem 0.8rem;
  }

  .product-size-actions .btn {
    flex-basis: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.35rem;
    max-width: 320px;
  }

  .footer-accordion-toggle {
    align-items: center;
    cursor: pointer;
    font-size: 0.78rem;
    margin: 0;
    min-height: 44px;
  }

  .footer-accordion-icon {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 30px;
    height: 30px;
    justify-content: center;
  }

  .footer-accordion-icon::before {
    content: "+";
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
  }

  .footer-accordion-toggle[aria-expanded="true"] .footer-accordion-icon::before {
    content: "−";
  }

  .footer-accordion-toggle[aria-expanded="false"] + .footer-accordion-content {
    display: none;
  }

  .footer-accordion-content {
    padding-top: 0.65rem;
  }
}

@media (max-width: 575.98px) {
  body {
    font-size: 0.96rem;
    line-height: 1.55;
    padding-bottom: calc(74px + env(safe-area-inset-bottom, 0px));
  }

  .mobile-sticky-cta {
    align-items: stretch;
    background: rgba(255, 253, 248, 0.96);
    border-top: 1px solid var(--line);
    bottom: 0;
    box-shadow: 0 -10px 26px rgba(17, 44, 29, 0.16);
    box-sizing: border-box;
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    left: 0;
    max-width: 100%;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom, 0px));
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 1030;
  }

  .mobile-sticky-cta a {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-size: 0.92rem;
    font-weight: 900;
    gap: 7px;
    justify-content: center;
    min-height: 50px;
    min-width: 0;
    padding: 0.65rem 0.75rem;
    text-decoration: none;
    white-space: nowrap;
  }

  .mobile-sticky-call {
    background: var(--turf);
    border: 2px solid var(--turf);
    box-shadow: 0 7px 16px color-mix(in srgb, var(--turf) 28%, transparent);
    color: #fff;
  }

  .mobile-sticky-call:hover,
  .mobile-sticky-call:focus-visible {
    background: color-mix(in srgb, var(--turf) 86%, black);
    border-color: color-mix(in srgb, var(--turf) 86%, black);
    color: #fff;
  }

  .mobile-sticky-email {
    background: #fff;
    border: 2px solid var(--turf);
    color: var(--turf);
  }

  .mobile-sticky-email:hover,
  .mobile-sticky-email:focus-visible {
    background: var(--soft);
    color: var(--turf);
  }

  .nav-modern > .container {
    --bs-gutter-x: 1.5rem;
    padding-bottom: 8px;
    padding-top: 8px;
  }

  .nav-modern .navbar-brand {
    flex: 1 1 0;
    gap: 7px !important;
    margin-right: 7px;
    max-width: calc(100% - 51px) !important;
    width: auto;
  }

  .nav-modern .navbar-collapse {
    max-height: calc(100svh - 62px);
  }

  .brand-logo {
    height: 38px;
    width: 50px;
  }

  .brand-title {
    font-size: clamp(0.72rem, 3.4vw, 0.84rem);
    line-height: 1.1;
    max-width: 100%;
  }

  .hero {
    min-height: clamp(440px, 64svh, 530px);
  }

  .hero > .container {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }

  .hero h1 {
    font-size: clamp(2rem, 9.5vw, 2.55rem);
    overflow-wrap: normal;
  }

  .hero .accent {
    display: inline;
  }

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

  .hero .kicker {
    font-size: 0.67rem;
    letter-spacing: 0.17em;
    margin-inline: auto;
    max-width: 34ch;
  }

  .hero .d-flex:has(> .btn),
  .contact-actions,
  .quote-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

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

  main section.py-5 {
    padding-bottom: 2.75rem !important;
    padding-top: 2.75rem !important;
  }

  .feature-grid {
    margin-left: 0;
    margin-right: 0;
  }

  .feature-grid .card-square {
    border-radius: 9px;
  }

  .feature-grid p {
    overflow-wrap: anywhere;
  }

  .instagram-carousel img {
    aspect-ratio: 4 / 3;
  }

  .table-responsive {
    margin-left: calc(var(--bs-gutter-x) * -0.25);
    margin-right: calc(var(--bs-gutter-x) * -0.25);
  }

  .table {
    font-size: 0.86rem;
  }

  .quote-modal .modal-dialog {
    margin: 0.5rem;
  }

  .quote-modal .modal-header,
  .quote-modal .modal-body {
    padding: 1rem;
  }

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

  .standalone-cta {
    width: min(100%, 320px);
  }

  .footer-action,
  .site-footer .social-icons a {
    min-width: 0;
    white-space: normal;
  }
}

@media (max-width: 379.98px) {
  .site-footer .social-icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer .social-icons .social-text {
    grid-column: 1 / -1;
  }

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

@media (max-width: 359.98px) {
  .hero .d-flex:has(> .btn),
  .contact-actions,
  .quote-actions,
  .site-footer .footer-actions {
    grid-template-columns: 1fr;
  }

  .feature-grid .card-square {
    display: block;
  }

  .feature-grid .service-icon {
    margin-bottom: 0.75rem;
  }

  .feature-grid p {
    margin-top: 0.4rem;
  }
}

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

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

/* Shared footer refresh */
.site-footer {
  background:
    radial-gradient(circle at 10% 0%, rgba(229, 181, 73, 0.18), transparent 30%),
    radial-gradient(circle at 92% 20%, rgba(77, 137, 83, 0.2), transparent 34%),
    linear-gradient(145deg, #0b291a 0%, #123a25 55%, #0a2418 100%);
  color: #fff;
  isolation: isolate;
  overflow: hidden;
  padding: 60px 0 28px;
  position: relative;
}

.site-footer::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.site-footer .footer-shell {
  max-width: 1180px;
}

.site-footer .footer-hero {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: clamp(24px, 4vw, 54px);
  grid-template-columns: minmax(0, 1fr) auto;
  padding-bottom: 32px;
}

.site-footer .footer-brand {
  align-items: center;
  display: flex;
  gap: 18px;
  min-width: 0;
  text-align: left;
}

.site-footer .footer-brand img {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
  height: auto;
  max-height: 88px;
  object-fit: contain;
  padding: 8px;
  width: clamp(145px, 17vw, 184px);
}

.site-footer .footer-brand-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.site-footer .footer-brand-kicker {
  color: #edc66e;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer .footer-brand strong {
  color: #fff;
  font-family: "Fraunces", serif;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  font-weight: 600;
  line-height: 1.12;
}

.site-footer .footer-brand-note {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.88rem;
}

.site-footer .footer-actions {
  display: grid;
  flex: none;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(190px, 1fr));
  width: auto;
}

.site-footer .footer-action {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  color: #fff;
  display: flex;
  gap: 11px;
  justify-content: flex-start;
  min-height: 64px;
  padding: 11px 15px;
  text-align: left;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.site-footer .footer-action[href^="tel:"]::before,
.site-footer .footer-action[href^="mailto:"]::before {
  content: none;
}

.site-footer .footer-action svg {
  fill: currentColor;
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.site-footer .footer-action span {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.site-footer .footer-action small {
  color: inherit;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0.72;
  text-transform: uppercase;
}

.site-footer .footer-action strong {
  color: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
}

.site-footer .footer-action.primary {
  background: linear-gradient(135deg, #f0cb76, #dba83c);
  border-color: #f0cb76;
  box-shadow: 0 13px 28px rgba(0, 0, 0, 0.2);
  color: #183621;
}

.site-footer .footer-action:hover,
.site-footer .footer-action:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow: 0 15px 28px rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
  transform: translateY(-2px);
}

.site-footer .footer-action.primary:hover,
.site-footer .footer-action.primary:focus-visible {
  background: linear-gradient(135deg, #f6d98f, #e7b951);
  border-color: #f6d98f;
  color: #183621;
}

.site-footer .footer-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(240px, 1.35fr) repeat(3, minmax(160px, 1fr));
  padding: 28px 0;
}

.site-footer .footer-panel {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  min-width: 0;
  padding: 21px;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.site-footer .footer-panel:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.site-footer .footer-accordion-toggle {
  align-items: center;
  color: #edc66e;
  display: flex;
  font-size: 0.73rem;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: 0.14em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.site-footer .footer-accordion-icon {
  display: none;
}

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

.site-footer .footer-summary p:first-child {
  line-height: 1.65;
}

.site-footer .footer-area {
  align-items: center;
  background: rgba(237, 198, 110, 0.11);
  border: 1px solid rgba(237, 198, 110, 0.2);
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  font-size: 0.78rem;
  gap: 7px;
  margin-top: 5px;
  padding: 7px 10px;
}

.site-footer .footer-panel ul {
  display: grid;
  gap: 5px;
}

.site-footer .footer-panel li + li {
  margin-top: 0;
}

.site-footer .footer-panel li a {
  align-items: center;
  border-radius: 8px;
  display: flex;
  font-size: 0.88rem;
  gap: 8px;
  justify-content: space-between;
  margin: 0 -8px;
  padding: 7px 8px;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.site-footer .footer-panel li a::after {
  color: #edc66e;
  content: "→";
  flex: 0 0 auto;
  font-size: 0.9rem;
  opacity: 0.75;
}

.site-footer .footer-panel li a:hover,
.site-footer .footer-panel li a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  outline: none;
  text-decoration: none;
  transform: translateX(2px);
}

.site-footer .social-icons {
  align-items: stretch;
  display: grid;
  gap: 7px;
  grid-template-columns: 1fr;
}

.site-footer .social-icons a {
  align-items: center;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 9px;
  color: #fff;
  display: flex;
  font-size: 0.82rem;
  gap: 9px;
  height: auto;
  justify-content: flex-start;
  min-height: 42px;
  padding: 8px 10px;
  width: 100%;
}

.site-footer .social-icons svg {
  flex: 0 0 19px;
  height: 19px;
  width: 19px;
}

.site-footer .social-icons a:hover,
.site-footer .social-icons a:focus-visible {
  background: #fff;
  border-color: #fff;
  color: #174328;
  outline: none;
  text-decoration: none;
}

.site-footer .footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  font-size: 0.78rem;
  gap: 18px;
  justify-content: space-between;
  padding-top: 20px;
}

.site-footer .footer-bottom-links {
  align-items: center;
  display: flex;
  gap: 8px;
}

.site-footer .footer-bottom a {
  color: rgba(255, 255, 255, 0.9);
  text-underline-offset: 3px;
}

@media (max-width: 991.98px) {
  .site-footer .footer-shell {
    max-width: 780px;
  }

  .site-footer .footer-hero {
    grid-template-columns: 1fr;
  }

  .site-footer .footer-brand {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
  }

  .site-footer .footer-brand img {
    margin: 0;
  }

  .site-footer .footer-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

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

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

  .site-footer .footer-shell {
    max-width: 620px;
  }

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

  .site-footer .footer-panel {
    padding: 15px 17px;
  }

  .site-footer .footer-panel:hover {
    transform: none;
  }

  .site-footer .footer-accordion-toggle {
    cursor: pointer;
    margin: 0;
    min-height: 36px;
  }

  .site-footer .footer-accordion-icon {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 30px;
    height: 30px;
    justify-content: center;
  }

  .site-footer .footer-accordion-content {
    padding-top: 13px;
  }

  .site-footer .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 575.98px) {
  .site-footer .footer-hero {
    gap: 24px;
  }

  .site-footer .footer-brand {
    flex-direction: column;
    text-align: center;
  }

  .site-footer .footer-brand img {
    margin-left: auto;
    margin-right: auto;
    width: 164px;
  }

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

  .site-footer .footer-action {
    min-width: 0;
  }

  .site-footer .footer-bottom-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .site-footer .footer-bottom-links > span {
    display: none;
  }
}

/* Shared navigation refresh */
.nav-modern {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: rgba(255, 253, 249, 0.95);
  border-bottom: 1px solid rgba(24, 119, 64, 0.12);
  box-shadow: 0 12px 30px rgba(19, 54, 34, 0.1);
  padding: 0;
}

.nav-modern::after {
  background: linear-gradient(90deg, transparent, rgba(178, 159, 75, 0.55), transparent);
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.nav-modern > .container {
  flex-wrap: nowrap;
  gap: 16px;
  max-width: 1180px;
  padding: 10px clamp(16px, 2.4vw, 28px);
}

.nav-modern .navbar-brand {
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  gap: 12px;
  margin: 0;
  max-width: 265px;
  min-width: 190px;
  text-decoration: none;
}

.nav-modern .brand-logo {
  background: #fff;
  border: 1px solid rgba(24, 119, 64, 0.14);
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(20, 62, 38, 0.1);
  flex: 0 0 auto;
  height: 48px;
  object-fit: contain;
  padding: 4px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  width: 64px;
}

.nav-modern .navbar-brand:hover .brand-logo,
.nav-modern .navbar-brand:focus-visible .brand-logo {
  border-color: color-mix(in srgb, var(--gold) 58%, transparent);
  box-shadow: 0 11px 24px rgba(20, 62, 38, 0.16);
  transform: translateY(-1px);
}

.nav-modern .brand-title {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.nav-modern .brand-eyebrow {
  color: color-mix(in srgb, var(--gold) 76%, #6e5624);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.nav-modern .brand-service {
  color: #183621;
  font-family: "Fraunces", serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.15;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-modern .navbar-collapse {
  align-items: center;
  min-width: 0;
}

.nav-mobile-context {
  display: none;
}

.nav-modern .nav-pages {
  align-items: center;
  background: color-mix(in srgb, var(--soft) 78%, white);
  border: 1px solid rgba(24, 119, 64, 0.09);
  border-radius: 13px;
  display: flex;
  gap: 2px;
  padding: 4px;
}

.nav-modern .nav-link {
  align-items: center;
  border-radius: 9px;
  color: #34443a;
  display: flex;
  font-size: 0.79rem;
  font-weight: 800;
  gap: 6px;
  letter-spacing: 0;
  min-height: 38px;
  padding: 8px 9px;
  position: relative;
  text-transform: none;
  transition: background-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

.nav-modern .nav-link:hover,
.nav-modern .nav-link:focus-visible {
  background: rgba(24, 119, 64, 0.09);
  color: var(--turf) !important;
  outline: none;
  transform: translateY(-1px);
}

.nav-modern .nav-link.active,
.nav-modern .nav-link.active:hover,
.nav-modern .nav-link.active:focus-visible {
  background: linear-gradient(135deg, var(--turf), color-mix(in srgb, var(--turf) 82%, black));
  box-shadow: 0 7px 15px color-mix(in srgb, var(--turf) 22%, transparent);
  color: #fff !important;
}

.nav-modern .nav-main-link {
  color: #647168;
}

.nav-modern .nav-main-link svg {
  fill: none;
  flex: 0 0 16px;
  height: 16px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 16px;
}

.nav-modern .dropdown-toggle::after {
  border: solid currentColor;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  height: 6px;
  margin: -3px 1px 0 3px;
  transform: rotate(45deg);
  transition: transform 160ms ease;
  vertical-align: middle;
  width: 6px;
}

.nav-modern .dropdown-toggle[aria-expanded="true"]::after {
  margin-top: 2px;
  transform: rotate(225deg);
}

.nav-modern .nav-services-menu {
  background: rgba(255, 253, 249, 0.99);
  border: 1px solid rgba(24, 119, 64, 0.14);
  border-radius: 16px;
  box-shadow: 0 22px 50px rgba(13, 47, 28, 0.18);
  margin-top: 10px;
  min-width: 390px;
  padding: 10px;
}

.nav-services-heading {
  display: grid;
  gap: 1px;
  padding: 7px 9px 10px;
}

.nav-services-heading span {
  color: #183621;
  font-family: "Fraunces", serif;
  font-size: 1rem;
  font-weight: 600;
}

.nav-services-heading small {
  color: #758078;
  font-size: 0.72rem;
}

.nav-modern .nav-services-menu .dropdown-item {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 11px;
  color: #28382e;
  display: grid;
  gap: 10px;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  margin: 2px 0;
  min-height: 58px;
  padding: 8px 9px;
  white-space: normal;
}

.nav-modern .nav-services-menu .dropdown-item:hover,
.nav-modern .nav-services-menu .dropdown-item:focus-visible {
  background: rgba(24, 119, 64, 0.07);
  border-color: rgba(24, 119, 64, 0.12);
  color: #183621;
  outline: none;
}

.nav-modern .nav-services-menu .dropdown-item.active {
  background: color-mix(in srgb, var(--soft) 72%, white);
  border-color: rgba(24, 119, 64, 0.18);
  color: #183621;
}

.service-link-icon {
  align-items: center;
  background: rgba(24, 119, 64, 0.1);
  border: 1px solid rgba(24, 119, 64, 0.12);
  border-radius: 9px;
  color: var(--turf);
  display: inline-flex;
  font-size: 0.66rem;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  letter-spacing: 0.03em;
  width: 38px;
}

.dropdown-item.active .service-link-icon {
  background: var(--turf);
  color: #fff;
}

.service-link-copy {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.service-link-copy strong {
  font-size: 0.82rem;
  font-weight: 800;
}

.service-link-copy small {
  color: #758078;
  font-size: 0.68rem;
  line-height: 1.3;
}

.service-link-current {
  background: rgba(24, 119, 64, 0.1);
  border-radius: 999px;
  color: var(--turf);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 5px 7px;
  text-transform: uppercase;
}

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

.nav-modern .nav-quote-button {
  background: linear-gradient(135deg, #e7bf62, #d4a33b);
  border: 1px solid #d4a33b;
  border-radius: 11px;
  box-shadow: 0 9px 18px rgba(116, 80, 17, 0.18);
  color: #183621;
  gap: 7px;
  min-height: 46px;
  padding: 9px 13px;
  white-space: nowrap;
}

.nav-modern .nav-quote-button svg {
  fill: none;
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: transform 160ms ease;
  width: 17px;
}

.nav-modern .nav-quote-button:hover,
.nav-modern .nav-quote-button:focus-visible {
  background: linear-gradient(135deg, #f0cf7e, #dfb24c);
  border-color: #dfb24c;
  box-shadow: 0 12px 24px rgba(116, 80, 17, 0.24);
  color: #183621;
}

.nav-modern .nav-quote-button:hover svg,
.nav-modern .nav-quote-button:focus-visible svg {
  transform: translateX(2px);
}

.nav-modern .navbar-toggler {
  align-items: center;
  background: color-mix(in srgb, var(--soft) 78%, white);
  border: 1px solid rgba(24, 119, 64, 0.16);
  border-radius: 11px;
  color: #183621;
  gap: 9px;
  justify-content: center;
  min-height: 44px;
  padding: 8px 11px;
}

.nav-toggler-label {
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-toggle-icon {
  display: grid;
  gap: 4px;
  width: 19px;
}

.nav-toggle-icon > span {
  background: currentColor;
  border-radius: 999px;
  display: block;
  height: 2px;
  transition: opacity 160ms ease, transform 160ms ease;
  width: 19px;
}

.navbar-toggler[aria-expanded="true"] .nav-toggle-icon > span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .nav-toggle-icon > span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .nav-toggle-icon > span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 1099.98px) and (min-width: 992px) {
  .nav-modern > .container {
    gap: 9px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-modern .navbar-brand {
    max-width: 205px;
    min-width: 175px;
  }

  .nav-modern .brand-logo {
    height: 42px;
    width: 56px;
  }

  .nav-modern .brand-service {
    font-size: 0.88rem;
  }

  .nav-modern .nav-link {
    font-size: 0.73rem;
    padding-left: 7px;
    padding-right: 7px;
  }

  .nav-modern .nav-quote-button {
    font-size: 0.78rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 991.98px) {
  .nav-modern > .container {
    flex-wrap: wrap;
    gap: 0;
    padding: 9px 14px;
  }

  .nav-modern .navbar-brand {
    flex: 1 1 0;
    gap: 9px;
    margin-right: 10px;
    max-width: calc(100% - 96px) !important;
    min-width: 0;
  }

  .nav-modern .brand-logo {
    height: 42px;
    margin: 0;
    width: 56px;
  }

  .nav-modern .brand-service {
    font-size: 0.92rem;
  }

  .nav-modern .navbar-toggler {
    display: inline-flex !important;
    flex: 0 0 auto;
    margin: 0;
    min-width: 78px;
  }

  .nav-modern .navbar-collapse {
    background: rgba(255, 253, 249, 0.99);
    border: 1px solid rgba(24, 119, 64, 0.13);
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(16, 52, 31, 0.16);
    flex-basis: 100%;
    margin-top: 10px;
    max-height: calc(100svh - 92px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 12px;
    width: 100%;
  }

  .nav-mobile-context {
    align-items: end;
    border-bottom: 1px solid rgba(24, 119, 64, 0.1);
    display: flex;
    justify-content: space-between;
    margin-bottom: 9px;
    padding: 3px 3px 11px;
  }

  .nav-mobile-context > span {
    color: color-mix(in srgb, var(--gold) 76%, #6e5624);
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .nav-mobile-context > strong {
    color: #183621;
    font-family: "Fraunces", serif;
    font-size: 0.95rem;
    font-weight: 600;
  }

  .nav-modern .nav-pages {
    align-items: stretch;
    background: transparent;
    border: 0;
    border-radius: 0;
    display: grid;
    gap: 3px;
    margin: 0 0 9px !important;
    padding: 0;
    width: 100%;
  }

  .nav-modern .nav-link {
    font-size: 0.84rem;
    justify-content: space-between;
    min-height: 45px;
    padding: 10px 12px;
    width: 100%;
  }

  .nav-modern .nav-main-link {
    justify-content: flex-start;
  }

  .nav-modern .nav-link.active {
    box-shadow: 0 8px 16px color-mix(in srgb, var(--turf) 18%, transparent);
  }

  .nav-modern .nav-services-menu {
    background: color-mix(in srgb, var(--soft) 72%, white);
    border: 1px solid rgba(24, 119, 64, 0.1);
    border-radius: 12px;
    box-shadow: none;
    margin: 4px 0 7px;
    min-width: 0;
    padding: 7px;
    width: 100%;
  }

  .nav-modern .nav-actions {
    margin-top: 0;
    width: 100%;
  }

  .nav-modern .nav-quote-button {
    justify-content: center;
    min-height: 50px;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .nav-modern > .container {
    padding-left: 11px;
    padding-right: 11px;
  }

  .nav-modern .navbar-brand {
    max-width: calc(100% - 90px) !important;
  }

  .nav-modern .brand-logo {
    height: 38px;
    width: 50px;
  }

  .nav-modern .brand-eyebrow {
    font-size: 0.56rem;
  }

  .nav-modern .brand-service {
    font-size: 0.82rem;
  }

  .nav-modern .navbar-collapse {
    border-radius: 14px;
    padding: 10px;
  }

  .nav-modern .nav-services-menu .dropdown-item {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .service-link-current {
    grid-column: 2;
    justify-self: start;
    margin-top: 2px;
  }
}

@media (max-width: 359.98px) {
  .nav-modern .navbar-brand {
    max-width: calc(100% - 56px) !important;
  }

  .nav-toggler-label {
    display: none;
  }

  .nav-modern .navbar-toggler {
    min-width: 44px;
    padding-left: 9px;
    padding-right: 9px;
  }
}

/* Shared contact strip refresh */
.topbar {
  background:
    radial-gradient(circle at 18% -80%, rgba(231, 191, 98, 0.22), transparent 35%),
    linear-gradient(100deg, #0d2d1d, #16452b 58%, #103621);
  border-bottom: 1px solid rgba(231, 191, 98, 0.2);
  color: #fff;
  overflow: hidden;
  position: relative;
}

.topbar::after {
  background: linear-gradient(90deg, transparent, rgba(231, 191, 98, 0.45), transparent);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.topbar .topbar-inner {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  max-width: 1180px;
  padding-bottom: 7px;
  padding-top: 7px;
}

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

.topbar .topbar-link,
.topbar .topbar-link:first-child {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.92);
  display: flex;
  gap: 9px;
  min-width: 0;
  padding: 5px 8px;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.topbar .topbar-link:hover,
.topbar .topbar-link:first-child:hover,
.topbar .topbar-link:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
  outline: none;
  transform: translateY(-1px);
}

.topbar .topbar-icon {
  align-items: center;
  background: rgba(231, 191, 98, 0.13);
  border: 1px solid rgba(231, 191, 98, 0.2);
  border-radius: 9px;
  color: #edc66e;
  display: inline-flex;
  flex: 0 0 31px;
  height: 31px;
  justify-content: center;
  width: 31px;
}

.topbar .topbar-icon svg {
  fill: currentColor;
  height: 16px;
  width: 16px;
}

.topbar-link-copy,
.topbar-area-copy {
  display: grid;
  gap: 0;
  min-width: 0;
}

.topbar-link-copy small,
.topbar-area-copy small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-transform: uppercase;
}

.topbar-link-copy strong,
.topbar-area-copy strong {
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.topbar .topbar-area {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  color: #fff;
  display: flex;
  flex: 0 0 auto;
  gap: 9px;
  padding: 6px 10px 6px 8px;
}

@media (max-width: 767.98px) {
  .topbar .topbar-inner {
    display: grid;
    gap: 6px;
    grid-template-columns: 1fr;
    padding-bottom: 7px;
    padding-top: 7px;
  }

  .topbar .topbar-contact {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .topbar .topbar-link,
  .topbar .topbar-link:first-child {
    background: rgba(255, 255, 255, 0.055);
    border-color: rgba(255, 255, 255, 0.09);
    min-height: 45px;
    padding: 5px 7px;
  }

  .topbar .topbar-area {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .topbar .topbar-icon {
    flex-basis: 29px;
    height: 29px;
    width: 29px;
  }

  .topbar-phone .topbar-link-copy small,
  .topbar-email .topbar-link-copy strong,
  .topbar-area-copy small {
    display: none;
  }

  .topbar-email .topbar-link-copy small {
    color: #fff;
    font-size: 0.68rem;
    letter-spacing: 0;
    text-transform: none;
  }

  .topbar-link-copy strong,
  .topbar-area-copy strong {
    font-size: 0.67rem;
  }

  .topbar .topbar-area {
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .topbar .topbar-area .topbar-icon {
    display: none;
  }
}

/* Desktop contact dock; switches back to a bottom action bar on small screens. */
.mobile-sticky-cta {
  align-items: stretch;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: rgba(255, 253, 249, 0.94);
  border: 1px solid rgba(24, 119, 64, 0.14);
  border-radius: 18px;
  bottom: 22px;
  box-shadow: 0 18px 44px rgba(13, 47, 28, 0.2);
  display: flex;
  gap: 7px;
  left: auto;
  max-width: calc(100vw - 32px);
  padding: 7px;
  position: fixed;
  right: 22px;
  width: auto;
  z-index: 1025;
}

.mobile-sticky-cta a {
  align-items: center;
  border-radius: 12px;
  display: flex;
  gap: 9px;
  justify-content: flex-start;
  min-height: 56px;
  min-width: 174px;
  padding: 8px 12px;
  text-decoration: none;
  white-space: nowrap;
}

.quick-contact-icon {
  align-items: center;
  border-radius: 9px;
  display: inline-flex;
  flex: 0 0 34px;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.quick-contact-icon svg {
  fill: currentColor;
  height: 18px;
  width: 18px;
}

.quick-contact-copy {
  display: grid;
  gap: 0;
  min-width: 0;
}

.quick-contact-copy small {
  color: inherit;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  opacity: 0.68;
  text-transform: uppercase;
}

.quick-contact-copy strong {
  color: inherit;
  font-size: 0.78rem;
  font-weight: 900;
}

.mobile-sticky-call {
  background: linear-gradient(135deg, var(--turf), color-mix(in srgb, var(--turf) 82%, black));
  border: 1px solid var(--turf);
  box-shadow: 0 9px 18px color-mix(in srgb, var(--turf) 22%, transparent);
  color: #fff;
}

.mobile-sticky-call .quick-contact-icon {
  background: rgba(255, 255, 255, 0.13);
}

.mobile-sticky-email {
  background: #fff;
  border: 1px solid rgba(24, 119, 64, 0.2);
  color: var(--turf);
}

.mobile-sticky-email .quick-contact-icon {
  background: rgba(24, 119, 64, 0.08);
}

.mobile-sticky-call:hover,
.mobile-sticky-call:focus-visible {
  background: linear-gradient(135deg, color-mix(in srgb, var(--turf) 88%, white), var(--turf));
  border-color: var(--turf);
  color: #fff;
}

.mobile-sticky-email:hover,
.mobile-sticky-email:focus-visible {
  background: color-mix(in srgb, var(--soft) 72%, white);
  border-color: rgba(24, 119, 64, 0.35);
  color: var(--turf);
}

@media (max-width: 767.98px) {
  .mobile-sticky-cta {
    background: rgba(255, 253, 248, 0.96);
    border: 0;
    border-radius: 0;
    border-top: 1px solid var(--line);
    bottom: 0;
    box-shadow: 0 -10px 26px rgba(17, 44, 29, 0.16);
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    left: 0;
    max-width: 100%;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom, 0px));
    right: 0;
    width: 100%;
    z-index: 1030;
  }

  .mobile-sticky-cta a {
    border-radius: 9px;
    justify-content: center;
    min-height: 50px;
    min-width: 0;
    padding: 7px 9px;
  }

  .quick-contact-icon {
    background: transparent !important;
    flex-basis: 22px;
    height: 22px;
    width: 22px;
  }

  .quick-contact-copy small {
    display: none;
  }

  .quick-contact-copy strong {
    font-size: 0.82rem;
  }
}

@media (max-width: 379.98px) {
  .mobile-sticky-cta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-contact-copy strong {
    font-size: 0.75rem;
  }
}

/* Expandable quick-contact behaviour on internal pages. */
.quick-contact-actions {
  align-items: stretch;
  display: flex;
  gap: 7px;
  max-width: 440px;
  opacity: 1;
  overflow: hidden;
  transform: translateX(0);
  transition: max-width 240ms ease, opacity 180ms ease, transform 240ms ease, visibility 180ms ease;
  visibility: visible;
}

.quick-contact-toggle {
  align-items: center;
  background: linear-gradient(135deg, #e7bf62, #d4a33b);
  border: 1px solid #d4a33b;
  border-radius: 15px;
  box-shadow: 0 12px 26px rgba(76, 54, 15, 0.24);
  color: #183621;
  cursor: pointer;
  display: none;
  flex: 0 0 56px;
  height: 56px;
  justify-content: center;
  padding: 0;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  width: 56px;
}

.quick-contact-collapsible.is-ready .quick-contact-toggle {
  display: inline-flex;
}

.quick-contact-toggle svg {
  height: 23px;
  width: 23px;
}

.quick-contact-toggle-phone svg {
  fill: currentColor;
}

.quick-contact-toggle-close {
  display: none;
}

.quick-contact-toggle-close svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}

.quick-contact-toggle:hover,
.quick-contact-toggle:focus-visible {
  background: linear-gradient(135deg, #f0cf7e, #dfb24c);
  border-color: #dfb24c;
  box-shadow: 0 15px 30px rgba(76, 54, 15, 0.3);
  outline: none;
  transform: translateY(-2px);
}

.quick-contact-collapsible.is-ready:not(.is-open) {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  padding: 0;
}

.quick-contact-collapsible.is-ready:not(.is-open) .quick-contact-actions {
  gap: 0;
  max-width: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(12px);
  visibility: hidden;
}

.quick-contact-collapsible.is-open .quick-contact-toggle {
  background: #173d27;
  border-color: #173d27;
  color: #fff;
}

.quick-contact-collapsible.is-open .quick-contact-toggle-phone {
  display: none;
}

.quick-contact-collapsible.is-open .quick-contact-toggle-close {
  display: inline-flex;
}

@media (max-width: 767.98px) {
  .mobile-sticky-cta {
    display: flex;
  }

  .mobile-sticky-cta .quick-contact-actions {
    display: grid;
    flex: 1 1 auto;
    gap: 8px;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    max-width: none;
    min-width: 0;
  }

  .quick-contact-collapsible.is-ready .quick-contact-toggle {
    border-radius: 12px;
    flex-basis: 50px;
    height: 50px;
    width: 50px;
  }

  .quick-contact-collapsible.is-ready:not(.is-open) {
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    left: auto;
    max-width: none;
    right: 12px;
    width: auto;
  }

  .quick-contact-collapsible.is-ready:not(.is-open) .quick-contact-toggle {
    border-radius: 16px;
    flex-basis: 58px;
    height: 58px;
    width: 58px;
  }

  .quick-contact-collapsible.is-ready:not(.is-open) .quick-contact-actions {
    display: grid;
    max-width: 0;
  }
}

@media (max-width: 379.98px) {
  .mobile-sticky-cta .quick-contact-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Service landing page heroes */
.service-hero {
  background: #0b291a;
  isolation: isolate;
  min-height: clamp(610px, 76svh, 760px);
  text-align: left;
}

.service-hero::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: none;
  transform: scale(1.015);
  z-index: 0;
}

.service-hero::after {
  background:
    linear-gradient(90deg, rgba(5, 24, 14, 0.9) 0%, rgba(8, 31, 19, 0.72) 48%, rgba(8, 31, 19, 0.2) 100%),
    linear-gradient(180deg, rgba(4, 17, 10, 0.08) 48%, rgba(4, 17, 10, 0.62) 100%);
  z-index: 1;
}

.service-hero-mulch::before {
  background-image: url("../mulch/assets/1.jpg");
  background-position: center 58%;
}

.service-hero-logs::before {
  background-image: url("logs4.jpeg");
  background-position: center 58%;
}

.service-hero-ground::before {
  background-image: url("groundworks3.jpeg");
  background-position: center 53%;
}

.service-hero-tree::before {
  background-image: url("../tree/assets/tree4.jpeg");
  background-position: center 48%;
}

.service-hero > .container {
  padding-bottom: clamp(3.75rem, 7vw, 6rem) !important;
  padding-top: clamp(3.75rem, 7vw, 6rem) !important;
}

.hero-content-panel {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 100%;
}

.hero-content-panel::before {
  content: none;
}

.service-hero .hero-kicker {
  align-items: center;
  color: rgba(255, 255, 255, 0.88);
  display: flex;
  font-size: 0.76rem;
  font-weight: 800;
  gap: 0.65rem;
  letter-spacing: 0.13em;
  margin: 0 0 1.15rem;
  text-transform: uppercase;
}

.service-hero .hero-kicker > span {
  background: #edc866;
  border: 4px solid rgba(237, 200, 102, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  flex: 0 0 auto;
  height: 7px;
  width: 7px;
}

.service-hero h1 {
  font-size: clamp(2.65rem, 5vw, 4.55rem);
  letter-spacing: -0.035em;
  line-height: 0.99;
  margin: 0;
  max-width: none;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.3);
}

.service-hero .accent {
  color: #f0ce72;
}

.service-hero .lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.45vw, 1.17rem);
  line-height: 1.65;
  margin: 1.35rem 0 0;
  max-width: 74ch;
}

.service-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.65rem;
}

.service-hero .hero-actions .btn {
  align-items: center;
  border-radius: 12px;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 800;
  gap: 0.55rem;
  justify-content: center;
  letter-spacing: 0.01em;
  min-height: 52px;
  padding: 0.8rem 1.3rem;
}

.service-hero .hero-actions .btn-gold {
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
}

.service-hero .hero-actions .btn-outline-light {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.58);
}

.service-hero .hero-actions .btn-outline-light:hover,
.service-hero .hero-actions .btn-outline-light:focus-visible {
  background: #fff;
  border-color: #fff;
  color: #143421;
}

.service-hero .hero-actions svg {
  fill: currentColor;
  height: 18px;
  width: 18px;
}

.service-hero .hero-actions a[href^="tel:"]::before {
  content: none;
}

.service-hero .hero-actions .btn-outline-light span {
  font-size: 1.1rem;
  line-height: 1;
  transition: transform 0.18s ease;
}

.service-hero .hero-actions .btn-outline-light:hover span,
.service-hero .hero-actions .btn-outline-light:focus-visible span {
  transform: translateX(3px);
}

.hero-trust-list {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.25rem;
  list-style: none;
  margin: 1.7rem 0 0;
  padding: 1.25rem 0 0;
}

.hero-trust-list li {
  align-items: center;
  color: rgba(255, 255, 255, 0.83);
  display: flex;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 0.45rem;
}

.hero-trust-list li > span {
  align-items: center;
  background: rgba(237, 200, 102, 0.16);
  border: 1px solid rgba(237, 200, 102, 0.45);
  border-radius: 50%;
  color: #f1cf72;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.68rem;
  height: 20px;
  justify-content: center;
  width: 20px;
}

@media (max-width: 767.98px) {
  .service-hero {
    min-height: auto;
  }

  .service-hero::after {
    background:
      linear-gradient(180deg, rgba(5, 24, 14, 0.56) 0%, rgba(5, 24, 14, 0.78) 42%, rgba(5, 24, 14, 0.92) 100%),
      linear-gradient(90deg, rgba(5, 24, 14, 0.32), rgba(5, 24, 14, 0.18));
  }

  .service-hero > .container {
    padding-bottom: 3.25rem !important;
    padding-top: 3.25rem !important;
  }

  .hero-content-panel {
    padding: 0;
    text-align: center;
  }

  .hero-content-panel::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .service-hero .hero-kicker {
    font-size: 0.7rem;
    justify-content: center;
    letter-spacing: 0.1em;
  }

  .service-hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.4rem);
    margin-left: auto;
    margin-right: auto;
  }

  .service-hero .lead {
    font-size: 1rem;
    line-height: 1.55;
  }

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

  .service-hero .hero-actions .btn {
    width: 100%;
  }

  .hero-trust-list {
    align-items: center;
    flex-direction: column;
    gap: 0.65rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-hero .hero-actions .btn-outline-light span {
    transition: none;
  }
}
