.lim-discovery-hub {
    margin: 0 auto;
    max-width: 1500px;
    padding: 1.5rem 1.5rem 4rem;
}

.lim-discovery-hero {
    align-items: stretch;
    background:
        radial-gradient(
            circle at 84% 12%,
            rgba(226, 153, 58, 0.24),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #0b4632,
            #176044
        );
    border-radius: 1.4rem;
    color: #fff;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr) 13rem;
    overflow: hidden;
    padding: clamp(1.4rem, 4vw, 3.2rem);
}

.lim-discovery-kicker,
.lim-discovery-results-heading span,
.lim-map-heading span {
    color: #f0a94a;
    display: block;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.lim-discovery-hero h1 {
    font-size: clamp(2.2rem, 5vw, 4.7rem);
    line-height: 0.96;
    margin: 0.45rem 0 0.8rem;
    max-width: 12ch;
}

.lim-discovery-hero-copy > p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    max-width: 42rem;
}

.lim-hero-search {
    align-items: center;
    background: #fff;
    border-radius: 1rem;
    display: grid;
    gap: 0.7rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    margin-top: 1.4rem;
    max-width: 52rem;
    padding: 0.42rem;
}

.lim-hero-search > i {
    color: #486457;
    font-size: 1.05rem;
    margin-left: 0.7rem;
}

.lim-hero-search input {
    border: 0;
    font: inherit;
    min-width: 0;
    outline: 0;
    padding: 0.7rem 0;
}

.lim-hero-search button {
    background: #e38c24;
    border: 0;
    border-radius: 0.72rem;
    color: #fff;
    cursor: pointer;
    font-weight: 800;
    padding: 0.78rem 1.15rem;
}

.lim-discovery-shortcuts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1rem;
}

.lim-discovery-shortcuts a {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 700;
    gap: 0.35rem;
    padding: 0.5rem 0.72rem;
    text-decoration: none;
}

.lim-discovery-shortcuts a.active,
.lim-discovery-shortcuts a:hover {
    background: #fff;
    color: #174e38;
}

.lim-discovery-hero-summary {
    align-content: center;
    background: rgba(5, 38, 26, 0.38);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 1rem;
    display: grid;
    padding: 1.2rem;
}

.lim-discovery-hero-summary span,
.lim-discovery-hero-summary p,
.lim-discovery-hero-summary small {
    color: rgba(255, 255, 255, 0.72);
}

.lim-discovery-hero-summary strong {
    font-size: 2.8rem;
    line-height: 1;
    margin: 0.35rem 0;
}

.lim-discovery-hero-summary p {
    margin: 0;
}

.lim-discovery-hero-summary small {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    line-height: 1.45;
    margin-top: 1rem;
    padding-top: 1rem;
}

.lim-discovery-filters {
    background: #fff;
    border: 1px solid #dfe6e1;
    border-radius: 1rem;
    box-shadow: 0 0.65rem 2rem rgba(25, 53, 39, 0.06);
    margin-top: 1rem;
    padding: 1rem;
}

.lim-filter-primary {
    align-items: end;
    display: grid;
    gap: 0.7rem;
    grid-template-columns:
        repeat(4, minmax(9rem, 1fr))
        auto;
}

.lim-filter-primary label {
    display: grid;
    gap: 0.3rem;
}

.lim-filter-primary label > span {
    color: #53665b;
    font-size: 0.69rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.lim-filter-primary select {
    background: #f8faf8;
    border: 1px solid #d4ded7;
    border-radius: 0.7rem;
    font: inherit;
    min-height: 2.85rem;
    padding: 0 0.7rem;
    width: 100%;
}

.lim-filter-submit {
    background: #17583e;
    border: 0;
    border-radius: 0.7rem;
    color: white;
    cursor: pointer;
    font-weight: 800;
    min-height: 2.85rem;
    padding: 0 1rem;
}

.lim-filter-secondary {
    align-items: center;
    border-top: 1px solid #edf0ed;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 0.85rem;
    padding-top: 0.85rem;
}

.lim-toggle-filter input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}

.lim-toggle-filter span {
    align-items: center;
    background: #f3f6f3;
    border: 1px solid #dce4de;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.75rem;
    font-weight: 700;
    gap: 0.35rem;
    padding: 0.48rem 0.72rem;
}

.lim-toggle-filter input:checked + span {
    background: #e2f1e7;
    border-color: #79a98a;
    color: #164a31;
}

.lim-clear-filters {
    color: #805328;
    font-size: 0.74rem;
    font-weight: 800;
    margin-left: auto;
}

.lim-discovery-category-strip {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding: 1rem 0 0.4rem;
    scrollbar-width: thin;
}

.lim-discovery-category-strip a {
    align-items: center;
    background: #fff;
    border: 1px solid #dce4de;
    border-radius: 999px;
    color: #2d4c3b;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.75rem;
    font-weight: 700;
    gap: 0.35rem;
    padding: 0.5rem 0.75rem;
    text-decoration: none;
}

.lim-discovery-category-strip a.active {
    background: #17583e;
    border-color: #17583e;
    color: #fff;
}

.lim-discovery-category-strip small {
    opacity: 0.65;
}

.lim-discovery-results-heading {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin: 1.5rem 0 0.8rem;
}

.lim-discovery-results-heading h2 {
    font-size: clamp(1.45rem, 3vw, 2.25rem);
    margin: 0.15rem 0 0;
}

.lim-mobile-map-button {
    background: #17583e;
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-weight: 800;
    gap: 0.4rem;
    padding: 0.65rem 0.9rem;
}

.lim-discovery-layout {
    align-items: start;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(32rem, 0.95fr) minmax(28rem, 1.05fr);
}

.lim-discovery-list {
    display: grid;
    gap: 0.8rem;
}

.lim-discovery-card {
    background: #fff;
    border: 1px solid #dfe6e1;
    border-radius: 1rem;
    display: grid;
    grid-template-columns: 13.5rem minmax(0, 1fr);
    overflow: hidden;
    transition:
        border-color 0.18s ease,
        box-shadow 0.18s ease,
        transform 0.18s ease;
}

.lim-discovery-card:hover,
.lim-discovery-card.is-map-active {
    border-color: #73a488;
    box-shadow: 0 0.7rem 1.8rem rgba(28, 67, 46, 0.12);
    transform: translateY(-1px);
}

.lim-discovery-card-photo {
    background: #eaf0ec;
    display: block;
    min-height: 12.5rem;
    overflow: hidden;
    position: relative;
}

.lim-discovery-card-photo img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.lim-discovery-card-photo > span {
    align-items: center;
    color: #718078;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    height: 100%;
    justify-content: center;
}

.lim-discovery-card-photo em {
    background: rgba(11, 59, 40, 0.9);
    border-radius: 999px;
    bottom: 0.65rem;
    color: #fff;
    font-size: 0.64rem;
    font-style: normal;
    font-weight: 800;
    left: 0.65rem;
    padding: 0.42rem 0.55rem;
    position: absolute;
}

.lim-discovery-card-content {
    display: flex;
    flex-direction: column;
    padding: 0.9rem;
}

.lim-discovery-card-top,
.lim-discovery-card-content footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.lim-card-category {
    color: #23714d;
    font-size: 0.67rem;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.lim-card-photo-count {
    color: #66756c;
    font-size: 0.69rem;
}

.lim-discovery-card h3 {
    font-size: 1.15rem;
    line-height: 1.2;
    margin: 0.28rem 0;
}

.lim-discovery-card h3 a {
    color: #172a20;
    text-decoration: none;
}

.lim-card-location {
    color: #69776f;
    font-size: 0.76rem;
    margin: 0;
}

.lim-card-location i {
    color: #d67824;
}

.lim-card-rating {
    align-items: center;
    display: flex;
    gap: 0.45rem;
    margin-top: 0.55rem;
}

.lim-card-rating strong {
    color: #8a6300;
    font-size: 0.78rem;
}

.lim-card-rating span {
    color: #6c7971;
    font-size: 0.7rem;
}

.lim-card-explorer-update {
    background: #f3f8f4;
    border-left: 3px solid #4a9169;
    border-radius: 0 0.6rem 0.6rem 0;
    margin-top: 0.65rem;
    padding: 0.55rem 0.65rem;
}

.lim-card-explorer-update span {
    color: #28704d;
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.lim-card-explorer-update p {
    color: #425249;
    font-size: 0.72rem;
    line-height: 1.4;
    margin: 0.2rem 0 0;
}

.lim-discovery-card-content footer {
    border-top: 1px solid #edf0ed;
    margin-top: auto;
    padding-top: 0.7rem;
}

.lim-card-map-action {
    background: none;
    border: 0;
    color: #52655a;
    cursor: pointer;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0;
}

.lim-card-view-action {
    color: #17583e;
    font-size: 0.72rem;
    font-weight: 900;
    text-decoration: none;
}

.lim-discovery-map-column {
    background: #fff;
    border: 1px solid #dfe6e1;
    border-radius: 1rem;
    overflow: hidden;
    position: sticky;
    top: 5rem;
}

.lim-map-heading {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 0.9rem;
}

.lim-map-heading strong {
    display: block;
    font-size: 0.8rem;
    margin-top: 0.1rem;
}

.lim-map-heading button {
    background: none;
    border: 0;
    cursor: pointer;
    display: none;
    font-size: 1.5rem;
}

.lim-explore-map {
    height: calc(100vh - 12rem);
    min-height: 36rem;
}

.lim-map-empty {
    color: #69776f;
    padding: 1rem;
    text-align: center;
}

.lim-explore-marker {
    align-items: center;
    background: #17583e;
    border: 3px solid #fff;
    border-radius: 50% 50% 50% 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.24);
    color: #fff;
    display: flex;
    font-size: 0.62rem;
    font-weight: 900;
    height: 2.1rem;
    justify-content: center;
    transform: rotate(-45deg);
    width: 2.1rem;
}

.lim-explore-marker span {
    transform: rotate(45deg);
}

.lim-map-popup {
    min-width: 12rem;
}

.lim-map-popup img {
    border-radius: 0.5rem;
    height: 6rem;
    object-fit: cover;
    width: 100%;
}

.lim-map-popup strong,
.lim-map-popup small,
.lim-map-popup a {
    display: block;
}

.lim-map-popup strong {
    margin-top: 0.4rem;
}

.lim-map-popup small {
    color: #67746d;
    margin-top: 0.18rem;
}

.lim-map-popup a {
    color: #17583e;
    font-weight: 800;
    margin-top: 0.45rem;
}

.lim-pagination {
    display: flex;
    gap: 0.42rem;
    justify-content: center;
    margin-top: 1rem;
}

.lim-pagination a,
.lim-pagination span {
    align-items: center;
    background: #fff;
    border: 1px solid #d7e0da;
    border-radius: 0.55rem;
    color: #254c38;
    display: flex;
    height: 2.4rem;
    justify-content: center;
    min-width: 2.4rem;
    text-decoration: none;
}

.lim-pagination .active {
    background: #17583e;
    color: #fff;
}

.lim-discovery-empty {
    background: #fff;
    border: 1px dashed #bdcac1;
    border-radius: 1rem;
    margin-top: 1rem;
    padding: 3rem 1rem;
    text-align: center;
}

.lim-discovery-empty > i {
    color: #4a8764;
    font-size: 2rem;
}

.lim-discovery-empty a {
    color: #17583e;
    font-weight: 800;
}

@media (max-width: 1120px) {
    .lim-filter-primary {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .lim-filter-submit {
        grid-column: span 2;
    }

    .lim-discovery-layout {
        grid-template-columns:
            minmax(26rem, 1fr)
            minmax(22rem, 0.9fr);
    }

    .lim-discovery-card {
        grid-template-columns: 11rem minmax(0, 1fr);
    }
}

@media (max-width: 850px) {
    .lim-discovery-hero {
        grid-template-columns: 1fr;
    }

    .lim-discovery-hero-summary {
        display: none;
    }

    .lim-discovery-layout {
        display: block;
    }

    .lim-mobile-map-button {
        display: inline-flex;
    }

    .lim-discovery-map-column {
        background: #fff;
        border-radius: 0;
        bottom: 0;
        display: none;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 2000;
    }

    .lim-discovery-map-column.is-open {
        display: block;
    }

    .lim-map-heading button {
        display: block;
    }

    .lim-explore-map {
        height: calc(100vh - 4rem);
        min-height: 0;
    }
}

@media (max-width: 620px) {
    .lim-discovery-hub {
        padding: 0.8rem 0.75rem 3rem;
    }

    .lim-discovery-hero {
        border-radius: 1rem;
        padding: 1.2rem;
    }

    .lim-discovery-hero h1 {
        font-size: 2.4rem;
    }

    .lim-hero-search {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .lim-hero-search button {
        grid-column: span 2;
        width: 100%;
    }

    .lim-filter-primary {
        grid-template-columns: 1fr;
    }

    .lim-filter-submit {
        grid-column: auto;
    }

    .lim-clear-filters {
        margin-left: 0;
    }

    .lim-discovery-card {
        display: block;
    }

    .lim-discovery-card-photo {
        aspect-ratio: 16 / 9;
        min-height: 0;
    }
}
