:root {
    --camp-ink: #203128;
    --camp-muted: #637268;
    --camp-line: #d9e2d7;
    --camp-surface: #f5f7f1;
    --camp-green: #34735b;
    --camp-green-dark: #245640;
    --camp-deep: #183d2e;
    --camp-fire: #e8a44b;
    --camp-white: #fff;
    --camp-shadow: 0 18px 46px rgba(32, 49, 40, .1);
}

body.camp-template {
    margin: 0;
    background: #fff;
    color: var(--camp-ink);
    font: 400 16px/1.55 "DM Sans", Arial, sans-serif;
}

body.camp-template > .wash-skip {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 10000;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
}

body.camp-template > .wash-skip:focus,
body.camp-template > .wash-skip:focus-visible {
    width: auto;
    height: auto;
    overflow: visible;
    clip-path: none;
    padding: 11px 15px;
    border-radius: 8px;
    background: #fff;
    color: var(--camp-ink);
    box-shadow: var(--camp-shadow);
    white-space: normal;
}

body.camp-template a:focus-visible,
body.camp-template button:focus-visible,
body.camp-template input:focus-visible,
body.camp-template select:focus-visible,
body.camp-template textarea:focus-visible {
    outline: 3px solid rgba(232, 164, 75, .9);
    outline-offset: 3px;
}

body.camp-template > .wash-header {
    position: sticky;
    top: 0;
    z-index: 100;
    display: block;
    max-width: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(217, 226, 215, .9);
    background: rgba(255, 255, 255, .96);
    color: var(--camp-ink);
    text-transform: none;
    backdrop-filter: blur(14px);
}

body.camp-template > .wash-header > form,
body.camp-template > .wash-header > button.sh,
body.camp-template > .wash-header > button.menu,
body.camp-template > .wash-header + #tc {
    display: none !important;
}

body.camp-template > .wash-header > .wash-header__inner {
    display: flex;
    width: min(1180px, calc(100% - 40px));
    min-height: 76px;
    margin: auto;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    text-align: initial;
    line-height: normal;
    white-space: normal;
}

body.camp-template .wash-brand,
body.camp-template .wash-nav a {
    color: inherit;
    text-transform: none;
}

body.camp-template .wash-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

body.camp-template .wash-brand__mark {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 12px;
    background: var(--camp-green);
    color: #fff;
}

body.camp-template .wash-brand__logo {
    display: block;
    width: auto;
    height: 52px;
    max-width: 220px;
    object-fit: contain;
}

body.camp-template .wash-brand__logo--footer {
    height: 58px;
    filter: brightness(0) invert(1);
}

body.camp-template .wash-brand strong,
body.camp-template .wash-brand small {
    display: block;
}

body.camp-template .wash-brand strong {
    font: 800 16px/1.1 Manrope, Arial, sans-serif;
}

body.camp-template .wash-brand small {
    margin-top: 3px;
    color: var(--camp-muted);
    font-size: 11px;
    letter-spacing: .05em;
    text-transform: uppercase;
}

body.camp-template .wash-nav {
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: 14px;
    font-weight: 700;
}

body.camp-template .wash-nav a {
    text-decoration: none;
}

body.camp-template .wash-nav__cta {
    padding: 12px 18px;
    border-radius: 999px;
    background: var(--camp-green);
    color: #fff !important;
}

body.camp-template .wash-menu-toggle {
    display: none;
    border: 0;
    background: transparent;
    color: var(--camp-ink);
    font-weight: 800;
}

body.camp-template > .path {
    width: min(1180px, calc(100% - 40px));
    max-width: none;
    margin: 18px auto;
    padding: 0;
    color: var(--camp-muted);
    font-size: 13px;
}

body.camp-template > main {
    width: min(1180px, calc(100% - 40px));
    max-width: none;
    margin: 0 auto 70px;
}

body.camp-template.page-camp-list > #clstit {
    display: grid;
    width: min(1180px, calc(100% - 40px));
    max-width: none;
    margin: 0 auto 34px;
    padding: 30px;
    grid-template-columns: 1.2fr .8fr;
    align-items: center;
    gap: 36px;
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(135deg, #edf4ea, #f9faf5);
}

body.camp-template.page-camp-list > #clstit img {
    width: 100%;
    max-height: 280px;
    border-radius: 17px;
    object-fit: cover;
}

body.camp-template .addr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

body.camp-template .addr > li {
    overflow: hidden;
    border: 1px solid var(--camp-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(32, 49, 40, .06);
}

body.camp-template .addr > li img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

body.camp-template .addr > li > strong,
body.camp-template .addr > li > i,
body.camp-template .addr > li > p {
    display: block;
    margin-right: 18px;
    margin-left: 18px;
}

body.camp-template .addr > li > strong {
    margin-top: 16px;
    color: var(--camp-ink);
    font-size: 18px;
}

body.camp-template .addr > li > i {
    color: #9b6a27;
}

body.camp-template.page-camp-detail > .bgh {
    background: linear-gradient(135deg, #edf4ea, #f9faf5);
}

body.camp-template.page-camp-detail #pos {
    width: min(1180px, calc(100% - 40px));
    max-width: none;
    margin: auto;
}

body.camp-template .detail-actions a {
    border-radius: 999px;
}

body.camp-template .search-main,
body.camp-template .blog-main,
body.camp-template .article-main,
body.camp-template .one-main {
    color: var(--camp-ink);
}

body.camp-template .search-hero,
body.camp-template .blog-hero,
body.camp-template .article-hero,
body.camp-template .one-hero {
    border-color: var(--camp-line);
    background: linear-gradient(135deg, #edf4ea, #fafbf6);
}

body.camp-template > .wash-footer {
    max-width: none;
    margin: 0;
    padding: 66px 0 0;
    border: 0;
    background: #102f24;
    color: #d5e8dd;
}

body.camp-template .wash-footer__grid,
body.camp-template .wash-footer__bottom {
    width: min(1180px, calc(100% - 40px));
    margin: auto;
}

body.camp-template .wash-footer__grid {
    display: grid;
    grid-template-columns: 1.7fr 1fr 1fr;
    gap: 65px;
    padding-bottom: 48px;
}

body.camp-template .wash-footer nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

body.camp-template .wash-footer h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 14px;
}

body.camp-template .wash-footer a {
    color: #c6dbcf;
    text-decoration: none;
}

body.camp-template .wash-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 20px 0;
    border-top: 1px solid rgba(213, 232, 221, .18);
    color: #9db8a9;
    font-size: 12px;
}

@media (max-width: 820px) {
    body.camp-template > .wash-header > .wash-header__inner {
        width: min(100% - 32px, 1180px);
        min-height: 66px;
    }

    body.camp-template .wash-menu-toggle {
        display: block;
    }

    body.camp-template .wash-nav {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: none;
        padding: 12px 20px 20px;
        border-bottom: 1px solid var(--camp-line);
        background: #fff;
        box-shadow: var(--camp-shadow);
    }

    body.camp-template .wash-nav.is-open {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    body.camp-template .wash-nav a {
        padding: 12px 0;
    }

    body.camp-template .wash-nav__cta {
        margin-top: 6px;
        text-align: center;
    }

    body.camp-template .wash-footer__grid {
        grid-template-columns: 1.2fr 1fr;
        gap: 32px;
    }

    body.camp-template.page-camp-list > #clstit {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    body.camp-template > .path,
    body.camp-template > main {
        width: calc(100% - 32px);
    }

    body.camp-template .wash-brand small {
        display: none;
    }

    body.camp-template .wash-brand__logo {
        height: 46px;
        max-width: 190px;
    }

    body.camp-template .wash-footer__grid {
        grid-template-columns: 1fr;
    }

    body.camp-template .wash-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    body.camp-template.page-camp-list > #clstit {
        width: calc(100% - 32px);
        padding: 22px;
    }

    body.camp-template .addr {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.camp-template *,
    body.camp-template *::before,
    body.camp-template *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
