@font-face {
    font-family: "Open Sans";
    src: url("/assets/fonts/open-sans-latin-400.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("/assets/fonts/open-sans-latin-700.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

:root {
    --green-deep: #236f21;
    --green-brand: #5a9850;
    --green-action: #4bc848;
    --orange: #e66807;
    --ink: #203038;
    --muted: #5b6970;
    --surface: #fff;
    --page-gutter: 1rem;
    --content-width: 73.125rem;
}

*, *::before, *::after { box-sizing: border-box; }

html {
    color: var(--ink);
    font-family: "Open Sans", Arial, sans-serif;
    scroll-padding-top: 6rem;
}

body { max-width: 100%; margin: 0; background: #f7faf7; }
a { color: inherit; }

.site-header { position: relative; z-index: 100; color: #fff; }
.header-container { width: min(calc(100% - 2 * var(--page-gutter)), var(--content-width)); margin-inline: auto; }

.header-utility { background: var(--green-deep); }
.header-utility__inner { display: flex; width: min(calc(100% - 2 * var(--page-gutter)), 75rem); min-height: 3.8125rem; align-items: center; justify-content: space-between; gap: 2rem; padding: 11.5px 12px 12.5px; }
.header-utility p { margin: 0; padding: 5px 10px; border-radius: 15px; background: #397b36; font-size: 14px; font-weight: 400; line-height: 22px; }
.header-utility__actions { display: flex; gap: 10px; }

.header-button { display: inline-flex; width: 180px; height: 36.828125px; align-items: center; justify-content: center; gap: 7px; padding: 0; border-radius: 7px; font-size: 12.5px; font-weight: 700; line-height: normal; text-decoration: none; text-transform: uppercase; }
.header-button svg { width: 20px; height: 20px; fill: currentColor; }
.header-button--call { background: var(--orange); }
.header-button--book { background: var(--green-action); }
.header-button:hover { filter: brightness(.94); }

.header-main { background: var(--green-brand); }
.header-main__inner { display: flex; min-height: 7.5rem; align-items: center; justify-content: space-between; }
.brand { display: block; width: 11rem; text-decoration: none; }
.brand img { display: block; width: 100%; height: auto; }

.header-contact-items { display: flex; align-items: center; gap: 69.64px; }
.contact-item { display: flex; align-items: center; gap: 10px; margin: 0; color: #fff; font-size: 14px; font-style: normal; font-weight: 400; line-height: 22px; text-decoration: none; }
.contact-item__icon { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; border-radius: 50%; background: var(--green-deep); }
.contact-item__icon svg { width: 27px; height: 27px; fill: #fff; }
.contact-item--phone:hover { text-decoration: underline; text-underline-offset: .25rem; }

.header-navigation { background: var(--green-brand); }
.header-navigation__inner { display: flex; min-height: 3.375rem; align-items: center; justify-content: space-between; padding-bottom: 2px; border-top: 1px solid rgb(255 255 255 / 88%); }
.primary-nav { display: flex; align-items: center; gap: 58px; }
.primary-nav a, .primary-nav__desktop-about > button { display: inline-flex; align-items: center; gap: 5px; color: #fff; font-size: 16px; font-weight: 700; line-height: 22px; text-decoration: none; }
.primary-nav__desktop-about { position: relative; }
.primary-nav__desktop-about::after { position: absolute; z-index: 3; top: 20px; left: -30px; width: 200px; height: 15px; content: ""; }
.primary-nav__desktop-about > button { width: 92.734375px; padding: 0; border: 0; background: transparent; font-family: inherit; cursor: pointer; }
.primary-nav a:hover, .primary-nav a:focus-visible, .primary-nav__desktop-about > button:hover, .primary-nav__desktop-about > button:focus-visible { color: #fff2a8; text-decoration: none; }
.primary-nav__desktop-about-links { position: absolute; z-index: 4; top: 33px; left: -30px; display: none; width: 200px; flex-direction: column; gap: 18px; padding: 22px 30px 30px; border-top: 2px solid #5bc413; color: #39aa40; background: #fff; box-shadow: 0 2px 10px rgb(49 49 50 / 13%); }
.primary-nav__desktop-about:hover .primary-nav__desktop-about-links,
.primary-nav__desktop-about.is-open .primary-nav__desktop-about-links { display: flex; }
.primary-nav__desktop-about.is-open > button { color: #fff2a8; }
.primary-nav__desktop-about-links a { min-height: 0; padding: 0; color: #39aa40; font-size: 16px; font-weight: 400; }
.primary-nav__desktop-about-links a:hover,
.primary-nav__desktop-about-links a:focus-visible { color: #dfd323; }
.primary-nav__desktop-about.is-open .primary-nav__chevron { rotate: 225deg; }
.primary-nav__chevron { width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; rotate: 45deg; transition: rotate 220ms ease; }
.header-search { position: relative; z-index: 9; display: grid; width: 36px; height: 36px; place-items: center; margin-right: -11px; padding: 0; border: 0; color: #fff; background: transparent; cursor: pointer; }
.header-search svg { position: absolute; width: 24px; height: 24px; fill: currentColor; transition: opacity 180ms ease, transform 260ms ease; }
.header-search .header-search__close-icon { fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; opacity: 0; transform: rotate(-90deg) scale(.65); }
.header-search-form { position: absolute; z-index: 8; right: 31px; display: flex; width: 0; height: 38px; align-items: center; overflow: hidden; visibility: hidden; border: 1px solid #d4dfd4; border-radius: 20px; background: #fff; box-shadow: 0 4px 14px rgb(27 67 30 / 20%); opacity: 0; pointer-events: none; transform-origin: right center; transition: width 260ms ease, opacity 160ms ease, visibility 0s linear 260ms; }
.header-search-form__submit { display: grid; width: 38px; height: 36px; flex: 0 0 38px; padding: 0; place-items: center; border: 0; color: #4f9154; background: transparent; cursor: pointer; }
.header-search-form__submit svg { width: 21px; height: 21px; fill: currentColor; }
.header-search-form input { min-width: 0; flex: 1; margin: 0 6px 0 14px; padding: 0; border: 0; outline: 0; color: #29342d; background: transparent; font: 14px/22px "Open Sans", Arial, sans-serif; }
.header-navigation__inner.is-search-open .header-search__open-icon { opacity: 0; transform: rotate(90deg) scale(.65); }
.header-navigation__inner.is-search-open .header-search__close-icon { opacity: 1; transform: rotate(0) scale(1); }
.header-navigation__inner.is-search-open .header-search-form { width: 388px; visibility: visible; opacity: 1; pointer-events: auto; transition-delay: 0s; }
.header-navigation__actions { display: none; }

.menu-toggle { display: none; min-height: 3rem; align-items: center; gap: .7rem; padding: .6rem .8rem; border: 1px solid rgb(255 255 255 / 55%); border-radius: .5rem; color: #fff; background: transparent; font: inherit; font-weight: 750; }
.menu-toggle__icon, .menu-toggle__icon::before, .menu-toggle__icon::after { display: block; width: 1.3rem; height: 2px; border-radius: 2px; background: currentColor; }
.menu-toggle__icon { position: relative; transition: opacity 170ms ease, transform 240ms ease; }
.menu-toggle__icon::before, .menu-toggle__icon::after { position: absolute; left: 0; content: ""; }
.menu-toggle__icon::before { top: -.4rem; }
.menu-toggle__icon::after { top: .4rem; }
.menu-toggle__arrow,
.primary-nav__mobile-about,
.primary-nav__mobile-about-links,
.primary-nav__mobile-phone,
.primary-nav__mobile-book,
.primary-nav__mobile-search,
.primary-nav__mobile-service-label { display: none; }
.mobile-header-phone { display: none; }
.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

.brand:focus-visible, .header-button:focus-visible, .contact-item:focus-visible, .primary-nav a:focus-visible, .menu-toggle:focus-visible, .header-search:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }

@media (max-width: 61.9375rem) {
    .site-header { height: 56px; padding-top: 0; }
    .header-utility { display: none; }
    .header-main { position: fixed; top: 0; right: 0; left: 0; z-index: 110; height: 56px; box-shadow: 0 2px 10px rgb(49 49 50 / 20%), 0 5px 11px rgb(35 45 35 / 34%); }
    .header-main__inner { width: 100%; min-height: 56px; padding: 0 10px 0 4px; }
    .menu-toggle { position: relative; display: flex; width: 48px; height: 48px; min-height: 48px; flex: 0 0 48px; flex-direction: column; justify-content: center; gap: 4px; padding: 12px; border: 0; border-radius: 0; cursor: pointer; }
    .menu-toggle__icon, .menu-toggle__icon::before, .menu-toggle__icon::after { width: 24px; height: 4px; border-radius: 2px; }
    .menu-toggle__icon::before { top: -8px; }
    .menu-toggle__icon::after { top: 8px; }
    .menu-toggle__arrow { position: absolute; top: 6px; left: 6px; display: block; width: 36px; height: 36px; max-width: none; fill: #fff; opacity: 0; stroke: #fff; stroke-linejoin: round; stroke-width: 1px; transform: translateX(7px) rotate(90deg) scale(.72); transition: opacity 170ms ease, transform 240ms ease; }
    .menu-toggle[aria-expanded="true"] .menu-toggle__icon { opacity: 0; transform: translateX(-7px) rotate(-90deg) scale(.72); }
    .menu-toggle[aria-expanded="true"] .menu-toggle__arrow { opacity: 1; transform: translateX(0) rotate(0) scale(1); }
    .brand { width: 122.781px; margin-right: auto; margin-left: 4px; }
    .header-contact-items { display: none; }
    .mobile-header-phone { display: flex; min-height: 36px; align-items: center; gap: 7px; color: #fff; font-size: 17px; font-weight: 600; line-height: 26.7143px; text-decoration: none; white-space: nowrap; }
    .mobile-header-phone svg { width: 34px; height: 34px; flex: 0 0 34px; padding: 8px; border: 1px solid #e9e9e9; border-radius: 9px; background: var(--orange); fill: #fff; box-shadow: 0 2px 7px rgb(35 75 35 / 28%); }
    .header-navigation { height: 0; }
    .header-navigation__inner { width: 100%; min-height: 0; padding: 0; border: 0; }
    .primary-nav { position: fixed; z-index: 109; top: 56px; bottom: 0; left: 0; display: flex; width: 270px; min-height: calc(100vh - 56px); flex-direction: column; align-items: stretch; gap: 0; padding: 16px 0 0; overflow-y: auto; visibility: hidden; background: #69a160; box-shadow: inset 0 12px 12px -12px rgb(20 55 22 / 58%), 7px 8px 18px rgb(0 0 0 / 32%); pointer-events: none; touch-action: pan-y; transform: translateX(-100%); transition: transform .24s ease-in-out, visibility 0s linear .24s; }
    .primary-nav[data-open="true"] { visibility: visible; pointer-events: auto; transform: translateX(0); transition-delay: 0s; }
    .primary-nav > a:not(.primary-nav__mobile-phone, .primary-nav__mobile-book), .primary-nav__mobile-about { width: 100%; min-height: 48px; margin: 0 0 4px; padding: 12px 16px; background: #66b766; font-size: 16px; font-weight: 400; line-height: 22px; }
    .primary-nav__desktop-about { display: none; }
    .primary-nav__mobile-about { display: block; height: 48px; }
    .primary-nav__mobile-about > button { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 0; border: 0; color: #fff; background: transparent; font: inherit; cursor: pointer; }
    .primary-nav__mobile-about-links { display: flex; width: 100%; max-height: 0; flex: 0 0 auto; flex-direction: column; gap: 0; overflow: hidden; opacity: 0; transition: max-height .26s ease, opacity .2s ease; }
    .primary-nav__mobile-about-links[data-open="true"] { max-height: 154px; border-bottom: 4px solid #69a160; opacity: 1; }
    .primary-nav__mobile-about > button[aria-expanded="true"] .primary-nav__chevron { rotate: 225deg; }
    .primary-nav__mobile-about-links a { position: relative; min-height: 50px; margin: 0; padding: 12px 16px 12px 44px; border-top: 4px solid #69a160; background: #7ac77a; font-size: 15px; font-weight: 400; }
    .primary-nav__mobile-about-links a:first-child { border-top: 0; }
    .primary-nav__mobile-about-links a::before { position: absolute; left: 20px; width: 8px; height: 8px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; content: ""; transform: rotate(45deg); }
    .primary-nav__mobile-phone, .primary-nav__mobile-book { display: flex; width: 270px; min-height: 42px; align-items: center; justify-content: flex-start; gap: 10px; margin: 0; padding: 3px 16px; background: transparent; font-size: 16px; font-weight: 600; }
    .primary-nav__mobile-phone { margin-top: 12px; }
    .primary-nav__mobile-phone svg, .primary-nav__mobile-book svg { width: 36px; height: 36px; flex: 0 0 36px; padding: 9px; border: 1px solid #e9e9e9; border-radius: 50%; fill: #fff; box-shadow: 0 2px 7px rgb(35 75 35 / 28%); }
    .primary-nav__mobile-phone svg { background: var(--orange); }
    .primary-nav__mobile-book { margin-top: 18px; }
    .primary-nav__mobile-book svg { background: var(--green-action); }
    .primary-nav__mobile-search { display: flex; width: 250px; height: 50px; align-items: center; margin: 22px 10px 0; padding: 0 15px 0 20px; border-radius: 25px; background: #fff; }
    .primary-nav__mobile-search input { min-width: 0; flex: 1; padding: 0; border: 0; outline: 0; background: transparent; font: 14px/22px "Open Sans", Arial, sans-serif; }
    .primary-nav__mobile-search button { display: grid; width: 30px; height: 30px; place-items: center; padding: 4px; border: 0; background: transparent; cursor: pointer; }
    .primary-nav__mobile-search svg { width: 20px; height: 20px; fill: #5c5c5c; }
    .primary-nav__mobile-service-label { display: block; width: 250px; margin: 22px 10px 24px; padding: 8px 12px; border-radius: 15px; color: #fff; background: #66aa5b; font-size: 14px; line-height: 22px; text-align: center; }
    .header-search { display: none; }
    .header-search-form { display: none; }
}

@media (min-width: 62rem) {
    .primary-nav > .primary-nav__mobile-phone,
    .primary-nav > .primary-nav__mobile-book,
    .primary-nav > .primary-nav__mobile-about-links { display: none; }

    .header-navigation {
        position: sticky;
        z-index: 105;
        top: 0;
        color: #fff;
        box-shadow: 0 5px 11px rgb(35 45 35 / 0%);
        transition: box-shadow 180ms ease;
    }

    .header-navigation__inner { position: relative; }

    .header-navigation.is-stuck { box-shadow: 0 5px 11px rgb(35 45 35 / 22%); }
    .header-navigation.is-stuck .header-navigation__inner { border-top-color: transparent; }

    .header-navigation__actions {
        position: absolute;
        right: -3px;
        display: flex;
        width: 370px;
        height: 36.828125px;
        align-items: center;
        gap: 10px;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transition: opacity 140ms ease, visibility 0s linear 140ms;
    }

    .header-navigation.has-quick-actions .header-navigation__actions {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        transition-delay: 0s;
    }

    .header-navigation.has-quick-actions .header-search { position: absolute; right: -51px; }
    .header-navigation.has-quick-actions .header-search-form { right: -9px; }
}

@media (min-width: 62rem) and (max-width: 80.99rem) {
    .primary-nav { gap: 30px; }
    .header-navigation__actions { right: 12px; }
    .header-navigation.has-quick-actions .header-search { position: absolute; right: 12px; }
    .header-navigation.has-quick-actions .header-search-form { right: 54px; }
    .header-navigation__inner.is-search-open .header-search-form { width: min(388px, calc(100vw - 74px)); }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto; }
}
/* Private draft-preview notice rendered only inside authenticated preview frames. */
.site-draft-preview { padding: 8px; text-align: center; color: #fff; background: #d66300; font: 700 13px/1.2 Arial, sans-serif; }
