.landing-page {
    color: #1a2420;
    background: #fafafa ;
}

.landing-kicker {
    margin: 0 0 0.65rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.landing-text-link {
    color: #1a2420;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.22em;
}

.landing-text-link:hover,
.landing-text-link:focus {
    color: #173327;
}

.landing-text-link-white {
    color: #fff;
    text-underline-offset: 0.22em;
    text-decoration: underline;
}

.landing-text-link-white:hover,
.landing-text-link-white:focus {
    color: #fff;
}

.landing-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 640px;
    background: #173327 center/cover no-repeat;
    color: #fff;
}

.landing-hero-guides
{    position: relative;
    display: flex;
    align-items: center;
    min-height: 500px;
    background: #173327 center/cover no-repeat;
    color: #fff;
}

.landing-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.28) 42%, rgba(0, 0, 0, 0.08) 100%);
}

.landing-hero-copy {
    position: relative;
    z-index: 1;
    max-width: 40rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    text-align: left;
}

.landing-hero-copy.full
{
    max-width: 60rem;
}

.landing-page .landing-hero h1 .landing-kicker {
    display: block;
    margin: 0 0 0.65rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.landing-page .landing-hero h1 {
    margin: 0 0 1rem;
    color: #fff;
    font-size: clamp(2.4rem, 8vw, 6.4rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.88;
    text-align: left;
    text-transform: uppercase;
}


.landing-hero-intro,
.landing-hero-intro p {
    max-width: 34rem;
    color: #fff;
    font-size: 1.05rem;
    line-height: 1.45;
}

.landing-hero-intro p:last-child {
    margin-bottom: 0;
}

.landing-hero-copy-guides {
    max-width: 44rem;
}

.landing-hero-copy-guides > .landing-kicker {
    color: rgba(255, 255, 255, 0.88);
}

.landing-page .landing-hero-copy-guides h1 {
    margin: 0 0 1rem;
    color: #fff;
    font-size: clamp(2.8rem, 7vw, 5.6rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 0.95;
    text-transform: none;
}


.landing-guide-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(20, 36, 28, 0.08);
    color: inherit;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.landing-guide-card:hover,
.landing-guide-card:focus {
    color: inherit;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(20, 36, 28, 0.14);
}

.landing-guide-card-media {
    display: block;
    background: #e4e2dc;
}

.landing-guide-card-media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.landing-guide-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    padding: 1rem 1.05rem 1.05rem;
}

.landing-guide-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.landing-guide-card-title {
    color: #14241c;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.2;
}

.landing-guide-card-meta {
    color: #6d756f;
    font-size: 0.92rem;
    line-height: 1.3;
}

.landing-guide-card-chevron {
    flex: 0 0 auto;
    color: #14241c;
    font-size: 0.95rem;
    line-height: 1;
}

.landing-guides-aside {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.landing-aside-box {
    padding: 1.35rem 1.25rem 1.4rem;
    border-radius: 16px;
}

.landing-aside-box h2 {
    margin: 0 0 0.75rem;
    color: #14241c;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;
}

.landing-aside-box p {
    margin: 0;
    color: #4e5852;
    font-size: 0.98rem;
    line-height: 1.45;
}

.landing-aside-box-green {
    background: #eef3f0;
}

.landing-aside-box-muted {
    background: #f5f5f4;
}

.landing-aside-icon {
    margin-bottom: 0.85rem;
    color: #173327;
    font-size: 1.35rem;
    line-height: 1;
}

.landing-aside-kicker {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.85rem;
    color: #14241c;
}

.landing-popular-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.landing-popular-list li {
    border-top: 1px solid rgba(20, 36, 28, 0.08);
}
.landing-popular-list li:first-child {
    border-top: none;
}

.landing-popular-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.75rem 0;
    color: #14241c;
    font-size: 0.98rem;
    font-weight: 600;
    text-decoration: none;
}

.landing-popular-list a:hover,
.landing-popular-list a:focus {
    color: #173327;
}

.landing-popular-label {
    min-width: 0;
}

.landing-aside-box .btn {
    margin-top: 1.15rem;
}

.landing-editorial {
    background: #fbfaf8;
}

.landing-editorial .landing-kicker {
    color: #14241c;
}

.landing-page .landing-editorial h2 {
    margin: 0 0 1.25rem;
    color: #14241c;
    font-size: clamp(2.2rem, 4.2vw, 3.5rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.02;
    text-align: left;
    text-transform: none;
}

.landing-editorial-copy p:not(.landing-kicker) {
    margin: 0 0 1rem;
    color: #2c3832;
    font-size: 1.05rem;
    line-height: 1.5;
}

.landing-editorial-copy .landing-kicker {
    margin-bottom: 0.85rem;
}

.landing-editorial-copy p:not(.landing-kicker):last-child {
    margin-bottom: 0;
}

.landing-editorial-image {
    display: block;
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: cover;
    border-radius: 18px;
}

.landing-trails {
    background: #f7f6f3;
}

.landing-trails-head {
    margin-bottom: 1.75rem;
}

.landing-page .landing-trails h2,
.landing-page .landing-know h2,
.landing-page .landing-map-copy h2 {
    margin: 0;
    color: #14241c;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 0.92;
    text-align: left;
    text-transform: uppercase;
}

.landing-page .landing-trails h2 {
    font-size: clamp(2.2rem, 5vw, 4.3rem);
}


.landing-trails-aside p {
    margin-bottom: 0.85rem;
}

.landing-trails-more {
    margin-top: 2rem;
}

.landing-card {
    display: block;
    height: 100%;
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(20, 36, 28, 0.08);
    color: inherit;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.landing-card:hover,
.landing-card:focus {
    color: inherit;
    text-decoration: none;
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(20, 36, 28, 0.14);
}

.landing-card-media {
    display: block;
}

.landing-card-media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    background: #e4e2dc;
}

.landing-card-body {
    display: block;
    padding: 1.05rem .95rem 1rem 1.05rem;
}

.landing-page .landing-card h3 {
    margin: 0 0 0.35rem;
    color: #1a2420;
    font-size: 1.05rem;
    font-weight: 700;
    text-transform: none;
}

.landing-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.85rem;
    margin: 0;
    color: #6d756f;
    font-size: 0.92rem;
}

.landing-card-meta i {
    margin-right: 0.3rem;
}

.landing-map-band {
    background: #173327;
    color: #fff;
}

.landing-map-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 2.5rem;
}

.landing-map-copy .landing-kicker,
.landing-page .landing-map-copy h2,
.landing-map-copy p {
    color: #fff;
}

.landing-page .landing-map-copy h2 {
    font-size: clamp(3rem, 5vw, 4.6rem);
    margin-bottom: 1rem;
}

.landing-map-copy .landing-lead {
    margin-bottom: 2rem;
    font-size: 1.05rem;
}

.landing-map-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 2rem;
}

.landing-map-stats p,
.landing-map-stats a {
    margin: 0.35rem 0 0;
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.3;
}

.landing-map-stats a {
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.landing-map-stats i {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 1.75rem;
}

.landing-map-stage {
    position: relative;
    min-height: 560px;
    background: #d9e3d4;
}

.landing-map-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #d9e3d4;
}

#landingMap .mapboxgl-popup-content {
    text-align: center;
    color: #fff;
    font-family: neusa-next-std, sans-serif;
    font-size: 14px;
    background: #4d5e4f;
    padding: 6px 8px 4px;
    border: 2px solid #4d5e4f;
    border-radius: 6px;
}

#landingMap .mapboxgl-popup-content a {
    text-decoration: none;
    color: inherit;
}

#landingMap .mapboxgl-popup-content .popup-title {
    font-size: 15px;
    font-weight: bold;
}

#landingMap .mapboxgl-popup-close-button {
    color: #fff;
}

#landingMap .mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
    border-bottom-color: #4d5e4f;
}

#landingMap .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
    border-top-color: #4d5e4f;
}

#landingMap .mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
    border-right-color: #4d5e4f;
}

#landingMap .mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
    border-left-color: #4d5e4f;
}

.landing-map-larger {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 2;
}

.landing-distinguish {
    position: absolute;
    z-index: 2;
    top: 78px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    padding: 0;
    border: 0;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    color: #14241c;
    cursor: pointer;
    line-height: 29px;
}

.landing-distinguish.active {
    color: #c79c45;
}

.landing-know {
    background: #f4f3ee;
    padding: 4.5rem 0 0;
}

.landing-page .landing-know h2 {
    font-size: clamp(2.4rem, 4vw, 3.6rem);
    margin-bottom: 1rem;
}

.landing-know-copy,
.landing-know-items {
    padding-bottom: 4.5rem;
}

.landing-know-copy p {
    max-width: 26rem;
}

.landing-phone {
    display: block;
    width: 100%;
    height: auto;
}

.landing-know-item {
    margin-bottom: 1.35rem;
}

.landing-know-item:last-child {
    margin-bottom: 0;
}

.landing-know-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
    background: #e5ebe3;
    color: #173327;
}

.landing-page .landing-know-item h3 {
    margin: 0 0 0.2rem;
    color: #14241c;
    font-size: 1rem;
    font-weight: 700;
    text-transform: none;
}

.landing-know-item p {
    margin: 0;
    color: #4e5852;
    font-size: 0.95rem;
}

.landing-cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 575px;
    padding-bottom: 140px;
    background: #173327 center/cover no-repeat;
    color: #fff;
    text-align: center;
}

.landing-cta-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.45));
}

.landing-cta-copy {
    position: relative;
    z-index: 1;
    max-width: 920px;
    padding: 4rem 1rem;
}

.landing-cta .landing-kicker {
    color: rgba(255, 255, 255, 0.9);
}

.landing-page .landing-cta h2 {
    margin: 0 0 1.4rem;
    color: #fff;
    font-size: clamp(2.4rem, 6vw, 4.8rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 0.92;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 991px) {

    .landing-know-copy,
    .landing-know-items {
        padding-bottom: 0;
    }

    .landing-phone {
        width: min(100%, 280px);
    }

    .landing-map-copy {
        padding: 2.5rem 1.25rem 1.5rem;
    }

    .landing-map-stage {
        min-height: 460px;
    }

    .landing-hero {
        min-height: 520px;
    }
}

@media (max-width: 575.98px) {
    .landing-page .container {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

.landing-map-features > div {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 700;
    white-space: nowrap;
}

.landing-map-features .map-tool {
    opacity: .72;
    font-weight: 600;
}

.landing-page:not(.landing-page-index) + div {
    position: relative;
    z-index: 2;
    margin-top: -200px;
    @media (max-width: 1200px) {
            margin-top: -225px;
    }
}

.landing-page-index {
    padding-bottom: 3rem;
}

#footer {
    background-color: transparent !important;
}