
  * { box-sizing: border-box; }
  body { margin: 0; background: #F6F5F1; }
  img { display: block; }
  button { font: inherit; }
  a { color: #2FA45C; text-decoration: none; }
  a:hover { color: #1E7C42; }
  @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
  @keyframes riseIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
  @keyframes ruleIn { from { transform: scaleX(0); } to { transform: scaleX(1); } }
  input:focus, textarea:focus, select:focus { outline: none; border-color: #2FA45C !important; }
  ::selection { background: #2FA45C; color: #fff; }

  /* --- header / mobile menu --- */
  .nav-desktop { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 4px 2px; margin-left: auto; }
  .nav-toggle { display: none; }
  .hdr-call { margin-left: 12px; }
  @media (max-width: 860px) {
    .nav-desktop { display: none; }
    .nav-desktop.is-open { display: flex; flex-direction: column; align-items: stretch; width: 100%; order: 4; margin: 4px 0 6px; }
    .nav-desktop.is-open button { text-align: left; padding: 15px 2px !important; border-bottom: 1px solid #E3E1D9; }
    /* the frosted header is fine over photos, but page content ghosting through
       an open menu makes the links hard to read — go solid while it is open */
    header:has(.nav-desktop.is-open) { background: #F6F5F1 !important; }
    .hdr-call { order: 2; margin-left: auto; }
    .nav-toggle { display: inline-flex; order: 3; align-items: center; justify-content: center;
      width: 46px; height: 46px; margin-left: 10px; padding: 0; background: none; cursor: pointer;
      border: 1px solid #D5D3CA; color: #0E1310; font-size: 19px; line-height: 1; }
  }

  /* --- homepage photo strip --- */
  .om-carousel { position: relative; width: 100%; }
  .om-carousel .splide__slide img { height: 340px; width: auto; object-fit: cover; display: block; cursor: zoom-in; }
  .om-carousel .splide__arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
    width: 50px; height: 50px; border: none; border-radius: 50%; cursor: pointer;
    display: flex; align-items: center; justify-content: center; padding: 0;
    background: rgba(255,255,255,0.94); color: #0E1310; box-shadow: 0 2px 14px rgba(0,0,0,0.2); }
  .om-carousel .splide__arrow svg { width: 19px; height: 19px; fill: currentColor; }
  .om-carousel .splide__arrow:hover:not(:disabled) { background: #2FA45C; color: #FFFFFF; }
  .om-carousel .splide__arrow--prev { left: 14px; }
  .om-carousel .splide__arrow--next { right: 14px; }
  .om-carousel .splide__slide { transition: opacity 0.3s ease; }
  .om-lb-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
    width: 56px; height: 56px; border: 1px solid rgba(255,255,255,0.3); border-radius: 50%;
    cursor: pointer; display: flex; align-items: center; justify-content: center;
    font-size: 30px; line-height: 1; padding-bottom: 4px;
    background: rgba(0,0,0,0.35); color: #FFFFFF; }
  .om-lb-arrow:hover { background: #2FA45C; border-color: #2FA45C; }
  /* very narrow phones: header collapses to logo + call icon + menu on one row */
  .hdr-call .call-icon { display: none; }
  @media (max-width: 860px) {
    .hdr-inner { gap: 6px 10px !important; padding-left: 20px !important; padding-right: 20px !important; }
  }
  @media (max-width: 420px) {
    .hdr-call { padding: 0 !important; width: 46px; height: 46px; justify-content: center; gap: 0 !important; }
    .hdr-call .call-label { display: none; }
    .hdr-call .call-icon { display: block; }
  }

  @media (max-width: 700px) {
    /* Service-row thumbnails sat at 176px inside a ~326px column on a phone — barely
       half the width, with dead space beside them. Let them run full width. */
    .row-thumb { flex: 1 1 100% !important; min-width: 0 !important; height: 200px !important; }
    .om-carousel .splide__arrow { width: 42px; height: 42px; }
    .om-carousel .splide__arrow--prev { left: 8px; }
    .om-carousel .splide__arrow--next { right: 8px; }
    .om-lb-arrow { width: 46px; height: 46px; font-size: 25px; }
  }


/* generated from style-hover attributes */
.hv0:hover{color: #2FA45C !important}
.hv1:hover{background: #2FA45C !important; color: #fff !important}
.hv2:hover{background: #FFFFFF !important; color: #0E1310 !important}
.hv3:hover{background: rgba(255,255,255,0.14) !important}
.hv4:hover{background: #FFFFFF !important}
.hv5:hover{transform: scale(1.07) !important}
.hv6:hover{background: #F6F5F1 !important; color: #0E1310 !important}
.hv7:hover{background-image: linear-gradient(rgba(6,12,8,0.45), rgba(6,12,8,0.6)), url('assets/spray-3.jpg') !important}
.hv8:hover{background: #2FA45C !important; border-color: #2FA45C !important; transform: scale(1.06) !important}
.hv9:hover{color: #7CD79C !important}
.hv10:hover{border-color: #FFFFFF !important; opacity: 0.85 !important}
.hv11:hover{background: #2FA45C !important; border-color: #2FA45C !important; color: #FFFFFF !important}
.hv12:hover{background: #2FA45C !important}
.hv13:hover{background: #0E1310 !important; color: #F6F5F1 !important}
.hv14:hover{opacity: 0.88 !important}
.hv15:hover{background: #0E1310 !important}
.hv16:hover{background: #12211A !important; color: #F6F5F1 !important}
.nav-desktop a[aria-current="page"]::after{content:"";position:absolute;left:14px;right:14px;bottom:2px;height:2px;background:#2FA45C}
.nav-desktop a{position:relative}
[hidden]{display:none!important}
