body.wash-directory-home {
    --wash-ink: #203128;
    --wash-muted: #637268;
    --wash-line: #d9e2d7;
    --wash-surface: #f5f7f1;
    --wash-aqua: #34735b;
    --wash-aqua-dark: #245640;
    --wash-sun: #e8a44b;
    --wash-deep: #183d2e;
    margin: 0;
    background: var(--wash-white);
    color: var(--wash-ink);
    font: 400 16px/1.55 "DM Sans", Arial, sans-serif;
}

body.wash-directory-home > main#main-content {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.wash-directory-home > main#main-content > section {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

body.wash-directory-home > .wash-header {
    display: block;
    max-width: none;
    margin: 0;
    padding: 0;
    color: var(--wash-ink);
    text-transform: none;
}

body.wash-directory-home > .wash-header > .wash-header__inner {
    display: flex;
    text-align: initial;
    line-height: normal;
    white-space: normal;
}

body.wash-directory-home .wash-header a {
    color: inherit;
    text-transform: none;
}

body.wash-directory-home .wash-proof__items span::before {
    content: "\2713";
    margin-right: 8px;
    color: var(--wash-aqua);
    font-weight: 900;
}

body.wash-directory-home .wash-hero {
    background:
        radial-gradient(circle at 88% 18%, rgba(232, 164, 75, .18), transparent 19%),
        linear-gradient(118deg, #edf4ea 0%, #fafbf6 52%, #e4eee5 100%);
}

body.wash-directory-home .wash-hero__panel {
    border-color: #456d5a;
    background: linear-gradient(145deg, #214c39, #102f24);
}

body.wash-directory-home .wash-header {
    box-shadow: 0 1px 0 rgba(32, 49, 40, .06);
}

body.wash-directory-home .wash-search:focus-within {
    border-color: #86aa93;
    box-shadow: 0 14px 34px rgba(32, 73, 53, .14);
}

body.wash-directory-home .wash-search button {
    min-height: 52px;
    background: linear-gradient(135deg, var(--wash-aqua), var(--wash-aqua-dark));
}

body.wash-directory-home .camp-scene {
    position: relative;
    height: 125px;
    margin: -8px -8px 28px;
    overflow: hidden;
    border-bottom: 1px solid rgba(213, 239, 226, .18);
}

body.wash-directory-home .camp-scene__moon {
    position: absolute;
    top: 8px;
    right: 18px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f5cc78;
    box-shadow: 0 0 24px rgba(245, 204, 120, .34);
}

body.wash-directory-home .camp-scene__mountain {
    position: absolute;
    bottom: -28px;
    width: 150px;
    height: 110px;
    transform: rotate(45deg);
    border-radius: 16px 0;
}

body.wash-directory-home .camp-scene__mountain--back {
    left: 22px;
    background: #32624b;
}

body.wash-directory-home .camp-scene__mountain--front {
    left: 115px;
    bottom: -46px;
    width: 174px;
    height: 130px;
    background: #244f3b;
}

body.wash-directory-home .camp-scene__tent {
    position: absolute;
    z-index: 2;
    right: 74px;
    bottom: 15px;
    width: 0;
    height: 0;
    border-right: 39px solid transparent;
    border-bottom: 58px solid #df9c47;
    border-left: 39px solid transparent;
    filter: drop-shadow(0 8px 8px rgba(0, 0, 0, .14));
}

body.wash-directory-home .camp-scene__tent::after {
    position: absolute;
    top: 21px;
    left: -1px;
    width: 2px;
    height: 37px;
    background: rgba(78, 49, 24, .55);
    content: "";
}

body.wash-directory-home .camp-scene__fire {
    position: absolute;
    z-index: 3;
    right: 28px;
    bottom: 13px;
    width: 14px;
    height: 22px;
    transform: rotate(45deg);
    border-radius: 65% 35% 65% 35%;
    background: #f6c861;
    box-shadow: 0 0 18px rgba(246, 200, 97, .7);
}

body.wash-directory-home .wash-update {
    background: #e7efe3;
}

body.wash-directory-home .wash-camp-types {
    padding: 72px 0 28px;
    background: #fff;
}

body.wash-directory-home .wash-camp-types__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 26px;
}

body.wash-directory-home .wash-camp-types__heading h2 {
    max-width: 620px;
    margin: 0;
    color: var(--wash-ink);
    font: 800 clamp(30px, 4vw, 46px)/1.12 Manrope, Arial, sans-serif;
    letter-spacing: -.05em;
}

body.wash-directory-home .wash-camp-types__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

body.wash-directory-home .wash-camp-types__grid a {
    display: grid;
    min-height: 168px;
    padding: 22px;
    border: 1px solid var(--wash-line);
    border-radius: 16px;
    background: linear-gradient(145deg, #fbfcf8, #f1f5ed);
    color: var(--wash-ink);
    text-decoration: none;
    transition: transform .2s, border-color .2s, box-shadow .2s;
}

body.wash-directory-home .wash-camp-types__grid a:hover {
    transform: translateY(-3px);
    border-color: #9eb9a8;
    box-shadow: 0 14px 30px rgba(32, 49, 40, .09);
}

body.wash-directory-home .wash-camp-types__grid span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    background: var(--wash-deep);
    color: #fff;
    font-size: 22px;
}

body.wash-directory-home .wash-camp-types__grid strong {
    align-self: end;
    margin-top: 22px;
    font: 800 17px/1.2 Manrope, Arial, sans-serif;
}

body.wash-directory-home .wash-camp-types__grid small {
    margin-top: 5px;
    color: var(--wash-muted);
    font-size: 12px;
}

body.wash-directory-home .wash-place-card__image {
    overflow: hidden;
}

body.wash-directory-home .wash-place-card__image img {
    aspect-ratio: 760 / 500;
    transition: transform .35s ease;
}

body.wash-directory-home .wash-place-card:hover .wash-place-card__image img {
    transform: scale(1.035);
}

@media (max-width: 820px) {
    body.wash-directory-home .wash-camp-types__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    body.wash-directory-home .wash-camp-types {
        padding-top: 54px;
    }

    body.wash-directory-home .wash-camp-types__grid {
        grid-template-columns: 1fr;
    }

    body.wash-directory-home .wash-camp-types__grid a {
        min-height: 138px;
    }

    body.wash-directory-home .wash-hero {
        padding-top: 42px;
    }

    body.wash-directory-home .wash-hero__panel {
        width: 100%;
    }

    body.wash-directory-home .camp-scene {
        height: 105px;
    }
}
