/* Generated by php scripts/build-assets.php; edit source stylesheets. */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    min-width: 320px;
    text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

body {
    min-height: 100vh;
    line-height: 1.5;
    text-rendering: optimizeSpeed;
}

img,
picture,
svg {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

a {
    color: inherit;
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

[hidden] {
    display: none !important;
}


:root {
    --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --color-forest-900: #092315;
    --color-forest-800: #0d351d;
    --color-forest-700: #155822;
    --color-forest-600: #1f762d;
    --color-fern: #5f9f68;
    --color-coastal-mist: #e7f1f4;
    --color-mint: var(--color-coastal-mist);
    --color-sky: #d8ecf8;
    --color-sand: #f3ecdb;
    --color-clay: #b88962;
    --color-ink: #111513;
    --color-text: #2d352f;
    --color-muted: #69736d;
    --color-line: #e3e4df;
    --color-panel: #ffffff;
    --color-wash: #f8f7f1;
    --shadow-soft: 0 16px 42px rgba(17, 32, 22, 0.11);
    --shadow-card: 0 8px 22px rgba(17, 32, 22, 0.12);
    --radius-xs: 8px;
    --radius-sm: 12px;
    --radius-md: 18px;
    --radius-lg: 26px;
    --space-1: 4px;
    --space-2: 8px;
    --space-3: 12px;
    --space-4: 16px;
    --space-5: 20px;
    --space-6: 24px;
    --space-8: 32px;
    --space-10: 40px;
    --space-12: 48px;
    --container: 1460px;
}

body {
    background: var(--color-wash);
    color: var(--color-text);
    font-family: var(--font-sans);
    font-size: 16px;
}

h1,
h2,
h3,
strong {
    color: var(--color-ink);
    letter-spacing: 0;
}

h1 {
    max-width: 720px;
    font-size: clamp(2.6rem, 6vw, 5.15rem);
    font-weight: 850;
    line-height: 0.98;
}

h2 {
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    font-weight: 820;
    line-height: 1.12;
}

h3 {
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.22;
}

p {
    color: var(--color-text);
}

small {
    color: var(--color-muted);
}


.container {
    width: min(calc(100% - 48px), var(--container));
    margin-inline: auto;
}

.site-header .container,
.site-footer .container,
.home-page .container,
.detail-hero .container,
.detail-grid {
    width: min(calc(100% - 48px), 1460px);
}

.section {
    padding-block: var(--space-8);
}

.section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-4);
    margin-bottom: var(--space-5);
}

.section-heading a,
.text-link {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    color: var(--color-forest-700);
    font-size: 0.95rem;
    font-weight: 750;
}

.section-heading--compact {
    margin-bottom: var(--space-4);
}

.section-heading--compact span {
    color: var(--color-muted);
    font-size: 0.9rem;
}

.discovery-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: var(--space-5);
}

.content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: var(--space-6);
    padding-block: var(--space-4) var(--space-8);
}

main {
    overflow: clip;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 900;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(227, 228, 223, 0.82);
    backdrop-filter: blur(18px);
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    gap: var(--space-5);
}

.site-header__actions {
    display: flex;
    align-items: center;
    gap: var(--space-2);
}

.header-search {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 999px;
    display: grid;
    grid-template-columns: 42px 0 0;
    overflow: hidden;
    transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, grid-template-columns 180ms ease;
}

.header-search.is-open,
.header-search:focus-within {
    background: #fff;
    border-color: rgba(17, 32, 22, 0.12);
    box-shadow: 0 8px 24px rgba(9, 35, 21, 0.1);
    grid-template-columns: 42px minmax(150px, 220px) 38px;
}

.header-search input {
    background: transparent;
    border: 0;
    color: var(--color-ink);
    font: inherit;
    font-size: 0.9rem;
    font-weight: 700;
    min-height: 42px;
    min-width: 0;
    opacity: 0;
    outline: 0;
    padding: 0;
    transition: opacity 120ms ease;
}

.header-search.is-open input,
.header-search:focus-within input {
    opacity: 1;
}

.header-search__submit {
    align-items: center;
    background: var(--color-forest-700);
    border: 0;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    margin-right: 5px;
    opacity: 0;
    pointer-events: none;
    width: 30px;
}

.header-search.is-open .header-search__submit,
.header-search:focus-within .header-search__submit {
    opacity: 1;
    pointer-events: auto;
}

.account-menu {
    position: relative;
}

.account-menu__trigger {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(17, 32, 22, 0.12);
    border-radius: 999px;
    color: var(--color-ink);
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: 850;
    gap: 8px;
    min-height: 42px;
    max-width: 210px;
    padding: 4px 10px 4px 4px;
}

.account-menu__trigger:hover,
.account-menu__trigger:focus-visible,
.account-menu.is-open .account-menu__trigger {
    border-color: rgba(31, 118, 45, 0.28);
    box-shadow: 0 8px 24px rgba(9, 35, 21, 0.1);
    outline: 0;
}

.account-menu__avatar {
    align-items: center;
    background: var(--color-mint);
    border: 1px solid rgba(31, 118, 45, 0.18);
    border-radius: 50%;
    color: var(--color-forest-700);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.86rem;
    font-weight: 900;
    height: 32px;
    justify-content: center;
    overflow: hidden;
    width: 32px;
}

.account-menu__avatar img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.account-menu__avatar--large {
    height: 42px;
    width: 42px;
}

.account-menu__name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-menu__panel {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(17, 32, 22, 0.14);
    border-radius: var(--radius-md);
    box-shadow: 0 18px 54px rgba(9, 35, 21, 0.16);
    display: grid;
    gap: 2px;
    min-width: 240px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    z-index: 940;
}

.account-menu__panel[hidden] {
    display: none;
}

.account-menu__summary {
    align-items: center;
    border-bottom: 1px solid rgba(227, 228, 223, 0.9);
    display: flex;
    gap: 10px;
    margin-bottom: 4px;
    padding: 4px 4px 10px;
}

.account-menu__summary strong,
.account-menu__summary small {
    display: block;
}

.account-menu__summary strong {
    color: var(--color-ink);
    font-size: 0.95rem;
    line-height: 1.15;
}

.account-menu__summary small {
    color: var(--color-muted);
    font-size: 0.78rem;
    margin-top: 2px;
}

.account-menu__panel a,
.account-menu__panel button {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: var(--radius-xs);
    color: var(--color-ink);
    cursor: pointer;
    display: flex;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 800;
    gap: 10px;
    min-height: 38px;
    padding: 0 10px;
    text-align: left;
    width: 100%;
}

.account-menu__panel a:hover,
.account-menu__panel a:focus-visible,
.account-menu__panel button:hover,
.account-menu__panel button:focus-visible {
    background: var(--color-mint);
    color: var(--color-forest-700);
    outline: 0;
}

.account-menu__panel form {
    border-top: 1px solid rgba(227, 228, 223, 0.9);
    margin-top: 4px;
    padding-top: 4px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: max-content;
}

.brand__mark {
    display: block;
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    background: #fff;
    border: 1px solid rgba(31, 118, 45, 0.16);
    border-radius: 50%;
    box-shadow: 0 6px 16px rgba(9, 35, 21, 0.12);
}

.brand__mark img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: inherit;
}

.brand__copy {
    display: grid;
    line-height: 1;
}

.brand__copy strong {
    font-size: 1.45rem;
    font-weight: 850;
}

.brand__copy small {
    margin-top: 3px;
    color: var(--color-ink);
    font-size: 0.64rem;
    font-weight: 720;
}

.button,
.icon-button,
.menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    cursor: pointer;
}

.button {
    gap: var(--space-2);
    min-height: 42px;
    padding: 0 18px;
    border-radius: var(--radius-xs);
    font-weight: 800;
}

.button--small {
    min-height: 34px;
    padding-inline: 14px;
    font-size: 0.88rem;
}

.button--primary {
    color: #fff;
    background: var(--color-forest-700);
}

.button--secondary {
    color: var(--color-forest-800);
    background: var(--color-mint);
}

.button--wide {
    width: 100%;
}

[data-save-button] svg {
    fill: transparent;
    transition: fill 160ms ease, color 160ms ease, background-color 160ms ease;
}

body[data-authenticated="false"] [data-save-button] {
    display: none !important;
}

[data-save-button].is-saved svg,
[data-save-button][aria-pressed="true"] svg {
    fill: currentColor;
    stroke: currentColor;
}

.icon-button,
.menu-button {
    width: 42px;
    height: 42px;
    color: var(--color-ink);
    background: transparent;
    border-radius: 50%;
}

.icon-button:hover,
.menu-button:hover {
    background: var(--color-mint);
}

.menu-button {
    display: none;
}

.search-box {
    display: grid;
    grid-template-columns: 28px 1fr 52px;
    align-items: center;
    gap: var(--space-2);
    width: min(100%, 560px);
    min-height: 64px;
    padding: 6px 8px 6px 20px;
    background: #fff;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-soft);
}

.search-box > svg {
    color: var(--color-ink);
}

.search-box input,
.newsletter input {
    min-width: 0;
    color: var(--color-ink);
    background: transparent;
    border: 0;
    outline: 0;
}

.search-box button {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    color: #fff;
    background: var(--color-forest-700);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}


.hero {
    position: relative;
    min-height: 386px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(5, 21, 13, 0.72) 0%, rgba(5, 21, 13, 0.4) 45%, rgba(5, 21, 13, 0.16) 100%),
        var(--hero-image) center / cover;
}

.hero::after {
    position: absolute;
    inset: auto 0 0;
    height: 36%;
    content: "";
    background: linear-gradient(0deg, rgba(9, 35, 21, 0.48), rgba(9, 35, 21, 0));
}

.hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    min-height: 386px;
    padding-block: 64px 34px;
}

.hero__content {
    display: grid;
    gap: var(--space-5);
}

.hero h1,
.hero p {
    color: #fff;
    text-wrap: balance;
}

.hero p {
    max-width: 520px;
    font-size: 1.18rem;
    font-weight: 650;
}

.hero__popular {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--space-2);
    color: #fff;
    font-size: 0.83rem;
    font-weight: 800;
}

.hero__popular a {
    padding: 7px 12px;
    background: rgba(10, 19, 13, 0.54);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    backdrop-filter: blur(10px);
}

.hero__place {
    display: inline-flex;
    align-items: center;
    gap: var(--space-3);
    width: 260px;
    padding: var(--space-4);
    color: #fff;
    background: rgba(17, 21, 19, 0.54);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: var(--radius-sm);
    backdrop-filter: blur(14px);
}

.hero__place span {
    display: grid;
}

.hero__place strong,
.hero__place small {
    color: #fff;
}


.activity-grid,
.collection-grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(118px, 1fr));
    gap: var(--space-4);
}

.activity-card,
.collection-card {
    position: relative;
    min-height: 172px;
    overflow: hidden;
    color: #fff;
    border-radius: var(--radius-xs);
    box-shadow: var(--shadow-card);
}

.activity-card img,
.collection-card img,
.feature-news img,
.nearby-list img,
.news-list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.activity-card::after,
.collection-card::after,
.feature-news__lead::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(5, 19, 11, 0.04), rgba(5, 19, 11, 0.82));
}

.activity-card__icon {
    position: absolute;
    bottom: 44px;
    left: var(--space-4);
    z-index: 1;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--color-forest-700);
    background: #fff;
    border-radius: 50%;
}

.activity-card strong,
.collection-card span {
    position: absolute;
    inset: auto var(--space-4) var(--space-4);
    z-index: 1;
    color: #fff;
}

.collection-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.collection-card {
    min-height: 144px;
}

.collection-card span {
    display: grid;
}

.collection-card strong,
.collection-card small {
    color: #fff;
}

.nearby-card,
.updates-card,
.feature-news {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid var(--color-line);
    border-radius: var(--radius-md);
    box-shadow: 0 12px 30px rgba(17, 32, 22, 0.07);
}

.nearby-card {
    padding: var(--space-5);
}

.nearby-card .section-heading {
    align-items: center;
    gap: 12px;
}

.nearby-card__locate {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 36px;
    padding: 0 12px;
    color: var(--color-ink);
    background: #fbfaf6;
    border: 1px solid rgba(17, 32, 22, 0.14);
    border-radius: var(--radius-xs);
    box-shadow: 0 8px 18px rgba(17, 32, 22, 0.08);
    font-size: 0.82rem;
    font-weight: 650;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
}

.nearby-card__locate:hover,
.nearby-card__locate:focus-visible {
    background: #f4f2eb;
}

.nearby-card__locate svg,
.nearby-card__locate i {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
}

.nearby-card__locate span {
    display: block;
}

.nearby-card__locate:disabled {
    cursor: wait;
    opacity: 0.72;
}

.nearby-card__status {
    margin: -6px 0 var(--space-4);
    color: var(--color-muted);
    font-size: 0.86rem;
    line-height: 1.35;
}

.nearby-list {
    display: grid;
    gap: var(--space-3);
    margin-bottom: var(--space-4);
}

.nearby-list a,
.news-list a {
    display: grid;
    grid-template-columns: 76px 1fr;
    align-items: center;
    gap: var(--space-3);
}

.nearby-list img,
.news-list img {
    height: 60px;
    border-radius: var(--radius-xs);
}

.nearby-list span,
.news-list span {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.nearby-list strong,
.news-list strong {
    overflow: hidden;
    font-size: 0.95rem;
    line-height: 1.25;
    text-overflow: ellipsis;
}

.stars {
    color: var(--color-forest-700);
    letter-spacing: 1px;
}

.feature-news {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(240px, 0.9fr);
    gap: var(--space-5);
    padding: var(--space-5);
}

.discovery-grid + .feature-news {
    margin-block-start: var(--space-8);
}

.feature-news .section-heading {
    grid-column: 1 / -1;
}

.feature-news__lead {
    position: relative;
    min-height: 250px;
    overflow: hidden;
    border-radius: var(--radius-sm);
}

.feature-news__lead img {
    position: absolute;
    inset: 0;
}

.badge {
    position: absolute;
    top: var(--space-4);
    left: var(--space-4);
    z-index: 1;
    padding: 6px 12px;
    color: #fff;
    background: var(--color-forest-600);
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 850;
    text-transform: uppercase;
}

.feature-news__body {
    align-self: center;
}

.feature-news__body h3 {
    font-size: 1.55rem;
}

.news-kicker,
.news-list small {
    margin: 0;
    color: var(--color-forest-700);
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    line-height: 1.25;
    text-transform: uppercase;
}

.feature-news__body p {
    margin-block: var(--space-2) var(--space-3);
}

.feature-news__body span {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    color: var(--color-forest-700);
    font-weight: 800;
}

.news-list {
    display: grid;
    grid-column: 2;
    gap: var(--space-3);
}

.home-news {
    display: grid;
    gap: var(--space-5);
    margin-block-start: var(--space-8);
    padding: var(--space-6);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(17, 32, 22, 0.12);
    border-radius: var(--radius-md);
    box-shadow: 0 18px 42px rgba(17, 32, 22, 0.08);
}

.home-news__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-4);
}

.home-news__heading h2 {
    margin: 0;
    font-size: clamp(1.7rem, 3vw, 2.15rem);
    line-height: 1.05;
}

.home-news__heading a,
.home-news-link {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    color: var(--color-forest-700);
    font-weight: 850;
}

.home-news-featured,
.home-news-card {
    overflow: hidden;
    border: 1px solid rgba(17, 32, 22, 0.12);
    border-radius: var(--radius-sm);
    background: #fff;
}

.home-news-featured {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
    min-height: 390px;
    background: var(--color-forest-900);
}

.home-news-featured__media,
.home-news-card__media {
    position: relative;
    display: block;
    min-height: 100%;
    overflow: hidden;
}

.home-news-featured__media::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, rgba(9, 35, 21, 0.02), rgba(9, 35, 21, 0.54));
}

.home-news-featured__media img {
    position: absolute;
    inset: 0;
}

.home-news-featured__media img,
.home-news-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-news-badge {
    position: absolute;
    top: var(--space-5);
    left: var(--space-5);
    z-index: 1;
    max-width: calc(100% - 40px);
    padding: 7px 13px;
    overflow: hidden;
    color: #fff;
    background: var(--color-forest-700);
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1.15;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.home-news-featured__body {
    display: grid;
    align-content: center;
    gap: var(--space-3);
    padding: clamp(1.8rem, 3vw, 3rem);
    color: #fff;
    background:
        radial-gradient(circle at 100% 0%, rgba(95, 159, 104, 0.22), transparent 32%),
        linear-gradient(135deg, rgba(9, 35, 21, 0.98), rgba(5, 25, 14, 0.94));
}

.home-news-date {
    margin: 0;
    color: #b7dfb8;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    line-height: 1.25;
    text-transform: uppercase;
}

.home-news-featured h3,
.home-news-card h3 {
    margin: 0;
    line-height: 1.12;
}

.home-news-featured h3 {
    max-width: 680px;
    color: #fff;
    font-size: clamp(1.85rem, 2.8vw, 2.65rem);
}

.home-news-featured h3 a,
.home-news-featured__body p,
.home-news-featured .home-news-link {
    color: #fff;
}

.home-news-featured__body > p:not(.home-news-date) {
    display: -webkit-box;
    max-width: 680px;
    margin: 0 0 var(--space-2);
    overflow: hidden;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.05rem;
    font-weight: 560;
    line-height: 1.62;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.home-news-featured .home-news-link {
    justify-self: start;
    color: #b7dfb8;
}

.home-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-5);
}

.home-news-card {
    display: grid;
    grid-template-rows: 190px 1fr;
    min-height: 360px;
}

.home-news-card__media {
    min-height: 190px;
    background: var(--color-mint);
}

.home-news-card__media::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(5, 19, 11, 0.18), rgba(5, 19, 11, 0.28));
}

.home-news-card__body {
    display: grid;
    align-content: start;
    gap: var(--space-3);
    padding: var(--space-5);
}

.home-news-card .home-news-date {
    color: var(--color-forest-700);
}

.home-news-card h3 {
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.home-news-card .home-news-link {
    align-self: end;
    margin-top: auto;
}

.updates-card {
    padding: var(--space-5);
    background:
        radial-gradient(circle at 8% 15%, rgba(231, 241, 244, 0.92), transparent 34%),
        #fff;
}

.update-item {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    gap: var(--space-3);
    padding-block: var(--space-4);
    border-bottom: 1px solid var(--color-line);
}

.update-item__icon {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    color: var(--color-forest-700);
    background: var(--color-mint);
    border-radius: 50%;
}

.update-item h3 {
    font-size: 0.98rem;
}

.update-item p {
    font-size: 0.92rem;
}

.update-item time {
    color: var(--color-muted);
    font-size: 0.82rem;
    white-space: nowrap;
}

.updates-card .button {
    margin-top: var(--space-4);
}

.app-card {
    padding: var(--space-5);
    background: #fff;
    border: 1px solid var(--color-line);
    border-radius: var(--radius-sm);
}

.app-card h2 {
    margin-bottom: var(--space-2);
    font-size: 1rem;
}

.store-buttons {
    display: flex;
    gap: var(--space-2);
    margin-top: var(--space-4);
}

.store-buttons a {
    padding: 8px 12px;
    color: #fff;
    background: #0b0f0d;
    border-radius: 7px;
    font-size: 0.82rem;
    font-weight: 800;
}

.map-panel {
    position: relative;
    min-height: 340px;
    overflow: hidden;
    background: var(--color-sky);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-card);
}

.map {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.map-toolbar {
    position: absolute;
    top: var(--space-4);
    left: var(--space-4);
    z-index: 900;
    pointer-events: auto;
}

.map-toolbar button {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    height: 38px;
    padding-inline: 14px;
    color: var(--color-ink);
    background: #fff;
    border: 0;
    border-radius: var(--radius-xs);
    box-shadow: var(--shadow-card);
    font-size: 0.85rem;
    font-weight: 800;
}

.map-controls {
    position: absolute;
    right: var(--space-4);
    top: var(--space-4);
    z-index: 950;
    display: flex;
    align-items: start;
    gap: 8px;
    pointer-events: auto;
}

.map-controls__zoom {
    display: grid;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--color-line);
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(17, 32, 22, 0.16);
}

.map-controls button {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--color-ink);
    background: #fff;
    border: 0;
    border-bottom: 1px solid var(--color-line);
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 800;
}

.map-controls__locate {
    border: 1px solid var(--color-line) !important;
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(17, 32, 22, 0.16);
}

.map-controls button:hover,
.map-controls button:focus-visible {
    background: var(--color-mint);
}

.map-controls button:last-child {
    border-bottom: 0;
}

.map-controls button:disabled {
    cursor: wait;
    opacity: 0.72;
}

.map-controls svg {
    width: 17px;
    height: 17px;
}

.map-user-location {
    display: block;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    background: #1a73e8;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow:
        0 0 0 10px rgba(26, 115, 232, 0.18),
        0 2px 8px rgba(9, 35, 21, 0.28);
}

.map-marker {
    display: grid;
    place-items: center;
    transition: transform 180ms ease, filter 180ms ease;
}

.map-marker:hover,
.map-marker:focus-within {
    transform: translateY(-2px) scale(1.04);
    filter: drop-shadow(0 12px 18px rgba(9, 35, 21, 0.22));
}

.map-marker.is-selected {
    z-index: 900 !important;
    transform: translateY(-3px) scale(1.12);
    filter: drop-shadow(0 16px 22px rgba(9, 35, 21, 0.28));
}

.map-marker__pin {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #fff;
    background:
        radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.14), transparent 28px),
        linear-gradient(145deg, var(--color-forest-600), #1f6a1d);
    border: 4px solid rgba(255, 255, 255, 0.92);
    border-radius: 50% 50% 50% 12px;
    box-shadow: 0 8px 18px rgba(9, 35, 21, 0.28);
    transform: rotate(-45deg);
}

.map-marker.is-selected .map-marker__pin {
    background:
        radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.2), transparent 28px),
        linear-gradient(145deg, #0f5f2f, #0a4421);
    border-color: #f7c948;
    box-shadow:
        0 0 0 5px rgba(247, 201, 72, 0.24),
        0 14px 26px rgba(9, 35, 21, 0.34);
}

.map-marker__pin i,
.map-marker__pin svg {
    width: 21px;
    height: 21px;
    stroke-width: 2.7;
    transform: rotate(45deg);
}

.map-marker__cluster {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    color: #fff;
    background:
        radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.12), transparent 28px),
        linear-gradient(145deg, var(--color-forest-700), #1e641c);
    border: 4px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 10px 22px rgba(9, 35, 21, 0.28);
    font-weight: 850;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.map-marker--cluster:hover .map-marker__cluster {
    transform: scale(1.08);
    box-shadow: 0 14px 28px rgba(9, 35, 21, 0.32);
}

.map.leaflet-container {
    background: var(--color-wash);
    font-family: var(--font-sans);
}

.map .leaflet-control-attribution {
    background: rgba(248, 247, 241, 0.94);
    color: var(--color-muted);
}

.map .leaflet-control-attribution a {
    color: var(--color-forest-700);
}

.leaflet-popup.map-destination-popup {
    margin-bottom: 22px;
}

.map-destination-popup .leaflet-popup-content-wrapper {
    padding: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.map-destination-popup .leaflet-popup-content {
    width: 232px !important;
    margin: 0;
}

.map-destination-popup .leaflet-popup-tip-container,
.map-destination-popup .leaflet-popup-tip {
    display: none;
}

.map-destination-card {
    position: relative;
    width: 232px;
    overflow: visible;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(226, 232, 221, 0.86);
    border-radius: 20px;
    box-shadow: 0 18px 42px rgba(17, 32, 22, 0.18);
    backdrop-filter: blur(16px);
    animation: mapCardIn 180ms ease both;
}

@keyframes mapCardIn {
    from {
        opacity: 0;
        transform: translateY(8px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.map-destination-card__media {
    position: relative;
    aspect-ratio: 1.42;
    overflow: hidden;
    border-radius: 19px 19px 0 0;
    background: var(--color-wash);
}

.map-destination-card__media::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(180deg, rgba(5, 21, 13, 0.04), rgba(5, 21, 13, 0.2));
}

.map-destination-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
}

.map-destination-card:hover .map-destination-card__media img {
    transform: scale(1.035);
}

.map-destination-card__top-row {
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    pointer-events: none;
}

.map-destination-card__type {
    padding: 6px 9px;
    color: var(--color-forest-800);
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(227, 228, 223, 0.8);
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(17, 32, 22, 0.12);
    font-size: 0.7rem;
    font-weight: 800;
    line-height: 1;
}

.map-destination-card__favorite {
    position: relative;
    display: grid;
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    place-items: center;
    padding: 0;
    color: var(--color-ink);
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(227, 228, 223, 0.8);
    border-radius: 50%;
    box-shadow: 0 8px 18px rgba(17, 32, 22, 0.12);
    cursor: pointer;
    pointer-events: auto;
}

.map-destination-card__favorite:hover {
    color: var(--color-forest-700);
    transform: translateY(-1px);
}

.map-destination-card__favorite.is-saved,
.map-destination-card__favorite.is-saved:hover {
    color: var(--color-forest-700);
}

.map-destination-card__favorite i,
.map-destination-card__favorite svg {
    width: 18px;
    height: 18px;
}

.map-destination-card__body {
    display: grid;
    gap: 10px;
    padding: 12px 14px 15px;
}

.map-destination-card__title-row {
    text-align: left;
}

.map-destination-card h3 {
    margin: 0;
    color: var(--color-ink);
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.1;
}

.map-destination-card h3 a {
    color: inherit;
}

.map-destination-card p {
    margin: 4px 0 0;
    color: var(--color-muted);
    font-size: 0.82rem;
    font-weight: 650;
    line-height: 1.2;
}

.map-destination-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.map-destination-card__tags span {
    padding: 4px 8px;
    color: var(--color-forest-800);
    background: rgba(224, 239, 221, 0.88);
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 760;
}

.map-destination-card__amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.map-destination-card__amenity {
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    color: var(--color-forest-800);
    background: rgba(224, 239, 221, 0.88);
    border-radius: 9px;
}

.map-destination-card__amenity i,
.map-destination-card__amenity svg {
    width: 18px;
    height: 18px;
}

.map-destination-card__rating {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--color-muted);
    font-size: 0.82rem;
}

.map-destination-card__rating span,
.map-destination-card__rating strong {
    color: var(--color-forest-700);
}

.map-destination-card__rating strong {
    font-weight: 900;
}

.map-destination-card__rating small {
    font-size: 0.78rem;
}

.map-destination-card__tail {
    position: absolute;
    left: 50%;
    bottom: -9px;
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 0.97);
    border-right: 1px solid rgba(226, 232, 221, 0.86);
    border-bottom: 1px solid rgba(226, 232, 221, 0.86);
    border-radius: 0 0 6px 0;
    transform: translateX(-50%) rotate(45deg);
    box-shadow: 8px 8px 18px rgba(17, 32, 22, 0.08);
}

.map-destination-card--boat-launch .map-destination-card__media {
    aspect-ratio: auto;
    background: transparent;
}

.map-destination-card--boat-launch .map-destination-card__media::after {
    content: none;
}

.map-destination-card--boat-launch .map-destination-card__top-row {
    position: static;
    padding: 10px 10px 0;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    padding-block: var(--space-4);
    color: var(--color-muted);
    font-size: 0.9rem;
    font-weight: 720;
}

.breadcrumbs a {
    color: var(--color-forest-700);
}

.listing-hero {
    padding-block: var(--space-10);
    background:
        radial-gradient(circle at 80% 10%, rgba(216, 236, 248, 0.72), transparent 28%),
        linear-gradient(180deg, #fff, var(--color-wash));
    border-bottom: 1px solid var(--color-line);
}

.listing-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
    align-items: end;
    gap: var(--space-10);
}

.listing-hero h1 {
    max-width: 720px;
    margin-block: var(--space-2) var(--space-3);
    font-size: clamp(2.4rem, 5vw, 4.6rem);
}

.listing-hero p {
    max-width: 640px;
    color: var(--color-muted);
    font-size: 1.08rem;
    font-weight: 620;
}

.eyebrow {
    color: var(--color-forest-700);
    font-size: 0.82rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.filter-bar {
    display: grid;
    grid-template-columns: 24px 1fr 104px;
    align-items: center;
    gap: var(--space-2);
    min-height: 62px;
    padding: 7px 8px 7px 18px;
    background: #fff;
    border: 1px solid var(--color-line);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-soft);
}

.filter-bar input {
    min-width: 0;
    border: 0;
    outline: 0;
}

.listing-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: var(--space-6);
    padding-block: var(--space-8);
    align-items: start;
}

.places-featured {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-4);
    padding-block: var(--space-6) 0;
}

.places-featured-card {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: var(--space-3);
    min-height: 86px;
    padding: var(--space-4);
    background: #fff;
    border: 1px solid var(--color-line);
    border-radius: var(--radius-sm);
    box-shadow: 0 12px 28px rgba(17, 32, 22, 0.07);
}

.places-featured-card > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: var(--color-forest-700);
    background: var(--color-mint);
    border-radius: 50%;
}

.places-featured-card strong,
.places-featured-card small {
    grid-column: 2;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.places-featured-card strong {
    color: var(--color-ink);
    font-size: 1rem;
    font-weight: 900;
}

.places-featured-card small {
    color: var(--color-muted);
    font-size: 0.84rem;
    font-weight: 700;
}

.places-type-filter {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2);
    margin: 0 0 var(--space-5);
}

.places-type-filter button {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 40px;
    padding: 0 12px;
    color: var(--color-ink);
    background: #fff;
    border: 1px solid var(--color-line);
    border-radius: 999px;
    cursor: pointer;
    font: inherit;
    font-size: 0.86rem;
    font-weight: 820;
}

.places-type-filter button.is-active,
.places-type-filter button:hover {
    color: #fff;
    background: var(--color-forest-700);
    border-color: var(--color-forest-700);
}

.places-type-filter strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    min-height: 24px;
    padding-inline: 7px;
    color: var(--color-forest-800);
    background: var(--color-mint);
    border-radius: 999px;
    font-size: 0.74rem;
}

.places-type-filter button.is-active strong,
.places-type-filter button:hover strong {
    color: var(--color-forest-900);
    background: #fff;
}

.place-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-5);
}

.place-grid--compact {
    grid-template-columns: 1fr;
}

.place-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--color-line);
    border-radius: var(--radius-md);
    box-shadow: 0 12px 30px rgba(17, 32, 22, 0.07);
}

.place-card__image {
    position: relative;
    display: block;
    height: 188px;
    overflow: hidden;
}

.place-card__image::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(5, 19, 11, 0), rgba(5, 19, 11, 0.45));
}

.place-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 180ms ease;
}

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

.place-card__type {
    position: absolute;
    right: var(--space-4);
    bottom: var(--space-4);
    z-index: 1;
    padding: 6px 10px;
    color: #fff;
    background: rgba(9, 35, 21, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 850;
}

.place-card__body {
    display: grid;
    gap: var(--space-3);
    padding: var(--space-5);
}

.place-card__body h2 {
    font-size: 1.22rem;
}

.place-card__body p {
    color: var(--color-muted);
    font-size: 0.94rem;
}

.meta-line {
    display: inline-flex;
    align-items: center;
    gap: var(--space-1);
    margin-top: var(--space-1);
}

.chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2);
}

.chip-list span {
    padding: 6px 10px;
    color: var(--color-forest-800);
    background: var(--color-mint);
    border: 1px solid rgba(31, 118, 45, 0.14);
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 780;
}

.chip-list--large span {
    padding: 8px 12px;
    font-size: 0.9rem;
}

.listing-map-card,
.empty-state {
    background: #fff;
    border: 1px solid var(--color-line);
    border-radius: var(--radius-md);
    box-shadow: 0 12px 30px rgba(17, 32, 22, 0.07);
}

.listing-map-card {
    position: sticky;
    top: 96px;
    padding: var(--space-5);
}

.map--preview {
    position: relative;
    min-height: 330px;
    overflow: hidden;
    border-radius: var(--radius-sm);
}

.empty-state {
    display: grid;
    justify-items: start;
    gap: var(--space-3);
    padding: var(--space-8);
}

.empty-state__icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    color: var(--color-forest-700);
    background: var(--color-mint);
    border-radius: 50%;
}

.empty-state p {
    max-width: 560px;
    color: var(--color-muted);
}

.places-filter-empty {
    margin-top: var(--space-4);
}

.feature-list {
    display: grid;
    gap: var(--space-3);
    margin: 0;
    padding: 0;
    list-style: none;
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    color: var(--color-text);
    font-size: 0.94rem;
    font-weight: 700;
}

.feature-list svg {
    flex: 0 0 auto;
    color: var(--color-forest-700);
}

@media (max-width: 920px) {
    .listing-hero__inner,
    .listing-layout {
        grid-template-columns: 1fr;
    }

    .places-featured {
        grid-template-columns: 1fr;
    }
}

.detail-shell {
    padding-block: var(--space-8);
}

/* Dedicated park guide pages */
.park-section-page {
    width: min(calc(100% - 48px), var(--container));
    padding-block: 10px 38px;
}

.park-section-page__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
}

.park-section-page__header > div {
    min-width: 0;
}

.park-section-page__header span {
    display: block;
    margin-bottom: 5px;
    color: var(--color-forest-700);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.park-section-page__header h2 {
    margin: 0;
    color: var(--color-ink);
    font-size: clamp(1.7rem, 2.4vw, 2.45rem);
    line-height: 1.12;
}

.park-section-page__header p {
    margin: 7px 0 0;
    color: var(--color-muted);
    font-size: 0.92rem;
    line-height: 1.5;
}

.park-section-page__header p strong {
    color: var(--color-forest-700);
}

.park-section-page__header .button {
    flex: 0 0 auto;
}

.park-subpage-map-shell {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #eef0ec;
    border: 1px solid rgba(17, 32, 22, 0.12);
    border-radius: 9px;
    box-shadow: 0 14px 32px rgba(17, 32, 22, 0.06);
}

.park-subpage-map {
    position: relative !important;
    width: 100%;
    height: clamp(480px, 61vh, 680px);
    min-height: 480px;
}

.park-subpage-map__toolbar {
    position: absolute;
    z-index: 500;
    top: 14px;
    right: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.park-boundary-toggle,
.park-subpage-map__controls {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    color: var(--color-ink);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(17, 32, 22, 0.16);
    border-radius: 7px;
    box-shadow: 0 8px 20px rgba(17, 32, 22, 0.12);
}

.park-boundary-toggle {
    gap: 8px;
    padding: 8px 12px;
    font-size: 0.8rem;
    font-weight: 900;
    cursor: pointer;
}

.park-boundary-toggle input {
    accent-color: var(--color-forest-700);
}

.park-boundary-toggle span {
    margin: 0;
    color: inherit;
    font: inherit;
    letter-spacing: 0;
    text-transform: none;
}

.park-subpage-map__controls {
    overflow: hidden;
}

.park-subpage-map__controls button {
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    color: var(--color-ink);
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 1.15rem;
    font-weight: 900;
}

.park-subpage-map__controls button + button {
    border-left: 1px solid var(--color-line);
}

.park-subpage-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.park-subpage-gallery__item {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    padding: 0;
    overflow: hidden;
    background: #eef0ec;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(17, 32, 22, 0.07);
    cursor: zoom-in;
}

.park-subpage-gallery__item:nth-child(6n + 1),
.park-subpage-gallery__item:nth-child(6n + 5) {
    grid-column: span 2;
    aspect-ratio: 2 / 1;
}

.park-subpage-gallery__item img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease;
    user-select: none;
    -webkit-user-drag: none;
}

.park-subpage-gallery__item:hover img {
    transform: scale(1.025);
}

.park-subpage-gallery__item:focus-visible {
    outline: 3px solid rgba(36, 99, 50, 0.32);
    outline-offset: 3px;
}

.park-amenities-full-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.park-amenity-full-card {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 13px;
    min-height: 104px;
    padding: 18px;
    background: #fff;
    border: 1px solid rgba(17, 32, 22, 0.1);
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(17, 32, 22, 0.045);
}

.park-amenity-full-card > span {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin: 0;
    color: var(--color-forest-700);
    background: #f4f8f1;
    border: 1px solid var(--color-line);
    border-radius: 999px;
}

.park-amenity-full-card h3 {
    margin: 2px 0 0;
    color: var(--color-ink);
    font-size: 0.96rem;
}

.park-amenity-full-card small {
    display: block;
    margin-top: 4px;
    color: var(--color-forest-700);
    font-size: 0.74rem;
    font-weight: 900;
}

.park-amenity-full-card p {
    margin: 7px 0 0;
    color: var(--color-muted);
    font-size: 0.82rem;
    line-height: 1.45;
}

.park-trails-page-grid,
.park-reviews-page-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(300px, 0.75fr);
    gap: 18px;
    align-items: start;
}

.park-trails-page-grid .park-subpage-map {
    height: clamp(500px, 64vh, 720px);
}

.park-trail-page-list {
    display: grid;
    gap: 10px;
}

.park-trail-page-list article {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 16px;
    background: #fff;
    border: 1px solid rgba(17, 32, 22, 0.1);
    border-radius: 8px;
}

.park-trail-page-list h3,
.park-trail-page-list p {
    margin: 0;
}

.park-trail-page-list h3 {
    font-size: 0.94rem;
}

.park-trail-page-list p,
.park-subpage-note {
    margin-top: 5px;
    color: var(--color-muted);
    font-size: 0.78rem;
    line-height: 1.45;
}

.park-trail-page-list article > a {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    color: var(--color-forest-700);
    border: 1px solid var(--color-line);
    border-radius: 999px;
}

.park-subpage-note {
    padding: 12px 14px;
    background: #f5f7f2;
    border-radius: 7px;
}

.park-reviews-page-grid {
    grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
}

.park-review-compose-card,
.park-review-results-card {
    padding: clamp(20px, 2.4vw, 30px);
}

.park-review-compose-card .community-form {
    display: grid;
    gap: 16px;
}

.park-review-compose-card .community-login-nudge {
    display: grid;
    justify-items: start;
    gap: 14px;
    padding: 20px;
    background: #f7faf4;
    border: 1px solid var(--color-line);
    border-radius: 8px;
}

.park-review-compose-card .community-login-nudge p {
    margin: 0;
}

.park-nearby-full-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.park-nearby-full-card {
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-width: 0;
    padding: 10px;
    color: var(--color-ink);
    background: #fff;
    border: 1px solid rgba(17, 32, 22, 0.1);
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(17, 32, 22, 0.045);
}

.park-nearby-full-card img {
    display: block;
    width: 116px;
    aspect-ratio: 1.35 / 1;
    object-fit: cover;
    background: #eef0ec;
    border-radius: 6px;
}

.park-nearby-full-card span {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.park-nearby-full-card strong {
    font-size: 0.92rem;
    line-height: 1.25;
}

.park-nearby-full-card small {
    color: var(--color-muted);
    font-size: 0.78rem;
}

.park-nearby-full-card > svg {
    color: var(--color-forest-700);
}

@media (max-width: 1100px) {
    .park-subpage-gallery,
    .park-amenities-full-grid,
    .park-nearby-full-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .park-subpage-gallery__item:nth-child(6n + 1),
    .park-subpage-gallery__item:nth-child(6n + 5) {
        grid-column: span 1;
        aspect-ratio: 4 / 3;
    }

    .park-trails-page-grid,
    .park-reviews-page-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .park-section-page {
        width: min(calc(100% - 32px), var(--container));
        padding-block: 6px 28px;
    }

    .park-section-page__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .park-section-page__header .button {
        width: 100%;
    }

    .park-subpage-map {
        height: 430px;
        min-height: 430px;
    }

    .park-subpage-map__toolbar {
        top: 10px;
        right: 10px;
        left: 10px;
        justify-content: space-between;
    }

    .park-subpage-gallery,
    .park-amenities-full-grid,
    .park-nearby-full-grid {
        grid-template-columns: 1fr;
    }

    .park-nearby-full-card {
        grid-template-columns: 92px minmax(0, 1fr) auto;
    }

    .park-nearby-full-card img {
        width: 92px;
    }
}

/* Public park guide layout */
.park-guide-hero,
.park-facts-strip,
.park-guide-nav,
.park-guide-layout,
.park-guide-banner {
    width: min(calc(100% - 48px), var(--container));
}

.park-guide-hero {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.45fr);
    gap: clamp(28px, 3.4vw, 54px);
    align-items: end;
    padding-block: 28px 22px;
}

.park-profile .park-guide-hero {
    align-items: stretch;
}

.park-profile .park-guide-hero__copy {
    display: flex;
    flex-direction: column;
}

.park-guide-back {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 22px;
    color: var(--color-muted);
    font-size: 0.86rem;
    font-weight: 780;
}

.park-guide-hero h1 {
    max-width: 520px;
    margin: 0;
    color: var(--color-ink);
    font-size: clamp(2.55rem, 3.45vw, 3.9rem);
    line-height: 1.02;
    letter-spacing: 0;
}

.park-guide-hero__location,
.park-guide-hero__chips,
.park-guide-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 14px;
}

.park-guide-hero__location {
    margin-top: 18px;
    color: var(--color-ink);
    font-size: 0.94rem;
    font-weight: 800;
}

.park-guide-hero__location svg {
    color: var(--color-forest-700);
}

.park-guide-hero__chips {
    margin-top: 10px;
    color: var(--color-muted);
    font-size: 0.88rem;
    font-weight: 760;
}

.park-guide-hero__chips span + span::before {
    content: "·";
    margin-right: 14px;
    color: var(--color-muted);
}

.park-guide-hero__actions {
    margin-top: 22px;
}

.park-profile .park-guide-hero__actions {
    margin-top: auto;
    padding-top: 22px;
}

.park-guide-hero__actions .button {
    min-height: 42px;
    border-radius: 999px;
}

.park-guide-hero__image {
    display: block;
    width: 100%;
    aspect-ratio: 2.72 / 1;
    background-color: #eef0ec;
    background-image: var(--park-guide-hero-image);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(17, 32, 22, 0.08);
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    touch-action: pan-y;
}

[data-protected-image] {
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-user-select: none;
}

.park-facts-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-block: 0 18px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--color-line);
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(17, 32, 22, 0.055);
}

.park-facts-strip article {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
    min-height: 86px;
    padding: 18px 18px;
    border-right: 1px solid var(--color-line);
}

.park-facts-strip article:last-child {
    border-right: 0;
}

.park-facts-strip article > span {
    color: var(--color-forest-700);
}

.park-facts-strip strong,
.park-guide-card h2 {
    color: var(--color-ink);
}

.park-facts-strip strong {
    display: block;
    margin-bottom: 5px;
    font-size: 0.78rem;
    font-weight: 900;
}

.park-facts-strip p,
.park-facts-strip small {
    display: block;
    margin: 0;
    color: var(--color-muted);
    font-size: 0.82rem;
    line-height: 1.35;
}

.park-facts-strip p {
    color: var(--color-ink);
    font-weight: 700;
}

.park-facts-strip small {
    margin-top: 5px;
    color: var(--color-forest-700);
    font-weight: 850;
}

.park-guide-nav {
    position: sticky;
    top: 72px;
    z-index: 25;
    margin-bottom: 12px;
    background: rgba(251, 252, 248, 0.95);
    border-bottom: 1px solid var(--color-line);
    backdrop-filter: blur(14px);
}

.park-guide-nav div {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scrollbar-width: none;
}

.park-guide-nav div::-webkit-scrollbar {
    display: none;
}

.park-guide-nav a {
    flex: 0 0 auto;
    padding: 14px 0 12px;
    color: var(--color-ink);
    font-size: 0.82rem;
    font-weight: 900;
    border-bottom: 2px solid transparent;
}

.park-guide-nav a.is-active,
.park-guide-nav a:hover {
    color: var(--color-forest-700);
    border-bottom-color: var(--color-forest-700);
}

.park-guide-layout {
    display: grid;
    grid-template-columns: minmax(0, 2.05fr) minmax(280px, 1fr);
    gap: 18px;
    align-items: start;
    padding-block: 0 24px;
}

.park-guide-main {
    display: grid;
    grid-column: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    min-width: 0;
}

.park-guide-rail {
    display: grid;
    grid-column: 2;
    grid-row: 1 / span 2;
    gap: 18px;
    min-width: 0;
    align-content: start;
}

.park-guide-rail .park-guide-card {
    align-self: start;
}

.park-guide-card,
.park-guide-banner {
    min-width: 0;
    background: #fff;
    border: 1px solid rgba(17, 32, 22, 0.1);
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(17, 32, 22, 0.045);
}

.park-guide-card {
    padding: 22px;
    scroll-margin-top: 132px;
}

.park-guide-card header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.park-guide-card h2 {
    margin: 0 0 14px;
    font-size: 1.04rem;
}

.park-guide-card header h2 {
    margin: 0;
}

.park-guide-card header a,
.park-contact-actions a,
.park-nearby-card header a,
.park-media-card header a,
.park-guide-banner a {
    color: var(--color-forest-700);
    font-size: 0.82rem;
    font-weight: 900;
}

.park-guide-map-card .map--detail {
    position: relative !important;
    height: 182px;
    min-height: 182px;
    max-height: 182px;
    overflow: hidden;
    border-radius: 7px;
}

.park-contact-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.park-contact-actions a {
    display: inline-grid;
    grid-template-columns: 18px minmax(0, 1fr) 14px;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 10px 12px;
    color: var(--color-ink);
    background: #fff;
    border: 1px solid var(--color-line);
    border-radius: 7px;
    box-shadow: 0 8px 18px rgba(17, 32, 22, 0.04);
}

.park-contact-actions a:hover {
    color: var(--color-forest-700);
    border-color: rgba(25, 111, 61, 0.35);
    box-shadow: 0 10px 22px rgba(17, 32, 22, 0.075);
}

.park-contact-actions svg {
    color: var(--color-forest-700);
}

.park-contact-actions span,
.park-nearby-grid span {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.park-contact-actions span {
    overflow: hidden;
    font-size: 0.82rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.park-nearby-grid small {
    color: var(--color-muted);
    font-size: 0.78rem;
    line-height: 1.35;
}

.park-nearby-card {
    grid-column: 1 / -1;
}

.park-nearby-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.park-nearby-grid a {
    display: grid;
    gap: 8px;
    color: var(--color-ink);
}

.park-nearby-grid img {
    display: block;
    width: 100%;
    aspect-ratio: 1.55 / 1;
    object-fit: cover;
    border-radius: 6px;
}

.park-nearby-grid strong {
    font-size: 0.82rem;
    line-height: 1.2;
}

.park-amenities-card {
    grid-column: span 1;
}

.park-amenity-icons {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 16px;
}

.park-amenity-icons span {
    display: grid;
    place-items: center;
    gap: 7px;
    min-height: 64px;
    padding: 9px;
    color: var(--color-ink);
    font-size: 0.76rem;
    font-weight: 820;
    text-align: center;
    border: 1px solid var(--color-line);
    border-radius: 7px;
}

.park-amenity-icons svg,
.park-amenity-columns li::before {
    color: var(--color-forest-700);
}

.park-amenity-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.park-amenity-columns h3 {
    margin-bottom: 9px;
    font-size: 0.84rem;
}

.park-amenity-columns ul {
    display: grid;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.park-amenity-columns li {
    color: var(--color-muted);
    font-size: 0.8rem;
}

.park-amenity-columns li::before {
    content: "✓";
    margin-right: 7px;
    font-weight: 900;
}

.park-invasive-card {
    grid-column: span 1;
}

.park-invasive-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 14px;
}

.park-invasive-stats article {
    display: grid;
    gap: 5px;
    min-height: 70px;
    padding: 12px;
    background: #f8fbf5;
    border: 1px solid var(--color-line);
    border-radius: 7px;
}

.park-invasive-stats strong {
    color: var(--color-ink);
    font-size: 1rem;
    line-height: 1.15;
}

.park-invasive-stats span {
    color: var(--color-muted);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.park-invasive-latest {
    margin: 0 0 14px;
    color: var(--color-muted);
    font-size: 0.88rem;
    line-height: 1.5;
}

.park-invasive-latest strong {
    color: var(--color-ink);
}

.park-invasive-list {
    display: grid;
    gap: 10px;
}

.park-invasive-list article {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: start;
    padding: 12px;
    border: 1px solid var(--color-line);
    border-radius: 7px;
}

.park-invasive-list article > span {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    color: var(--color-forest-700);
    background: var(--color-mint);
    border-radius: 7px;
}

.park-invasive-list div {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.park-invasive-list strong {
    color: var(--color-ink);
    font-size: 0.88rem;
    line-height: 1.2;
}

.park-invasive-list small,
.park-invasive-list em {
    color: var(--color-muted);
    font-size: 0.76rem;
    line-height: 1.35;
}

.park-invasive-list em {
    font-style: normal;
    font-weight: 900;
    white-space: nowrap;
}

.park-trails-card {
    grid-column: span 1;
}

.park-guide-main > .park-guide-main__ad {
    grid-column: 1 / -1;
    margin-block: 0;
}

.park-guide-banner {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    margin-block: 8px 34px;
    padding: 18px 22px;
    background: linear-gradient(90deg, rgba(231, 241, 244, 0.92), rgba(251, 252, 248, 0.95));
}

.park-guide-banner > span {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    color: var(--color-forest-700);
}

.park-guide-banner strong {
    color: var(--color-forest-700);
    font-size: 1.02rem;
}

.park-guide-banner p {
    margin: 3px 0 0;
    color: var(--color-muted);
    font-size: 0.86rem;
}

.park-guide-banner a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding-inline: 14px;
    background: #fff;
    border: 1px solid var(--color-line);
    border-radius: 7px;
}

.park-media-card {
    grid-column: span 1;
}

.park-media-collage {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.park-media-collage--count-1 {
    grid-template-columns: 1fr;
}

.park-media-collage--count-1 .park-media-collage__item {
    aspect-ratio: 16 / 9;
}

.park-media-collage__item {
    position: relative;
    display: block;
    min-width: 0;
    width: 100%;
    aspect-ratio: 4 / 3;
    padding: 0;
    overflow: hidden;
    appearance: none;
    background: #eef0ec;
    border: 0;
    border-radius: 7px;
    cursor: zoom-in;
    line-height: 0;
}

.park-media-collage__item:focus-visible {
    outline: 3px solid rgba(36, 99, 50, 0.32);
    outline-offset: 3px;
}

.park-media-collage__item img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.18s ease;
    user-select: none;
    -webkit-user-drag: none;
}

.park-media-collage__item:hover img {
    transform: scale(1.025);
}

.park-media-lightbox[hidden] {
    display: none;
}

.park-media-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: grid;
    place-items: center;
    padding: 28px;
    background: rgba(7, 15, 10, 0.82);
}

body.is-park-media-lightbox-open {
    overflow: hidden;
}

.park-media-lightbox__backdrop {
    position: absolute;
    inset: 0;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: zoom-out;
}

.park-media-lightbox__panel {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: min(94vw, 1120px);
    max-height: 90vh;
    margin: 0;
}

.park-media-lightbox__panel img {
    display: block;
    max-width: 100%;
    max-height: min(78vh, 780px);
    width: auto;
    height: auto;
    object-fit: contain;
    background: #0f1711;
    border-radius: 8px;
    box-shadow: 0 26px 90px rgba(0, 0, 0, 0.42);
    user-select: none;
    -webkit-user-drag: none;
}

.park-media-lightbox__close {
    position: absolute;
    top: -18px;
    right: -18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    color: #f7fbf5;
    background: rgba(9, 21, 13, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    cursor: pointer;
}

.park-media-lightbox__close:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.46);
    outline-offset: 3px;
}

.park-media-lightbox figcaption {
    max-width: min(100%, 720px);
    min-height: 1.2em;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.9rem;
    line-height: 1.4;
    text-align: center;
}

.park-reviews-card {
    grid-column: span 2;
}

.park-reviews-card .park-review-cta {
    max-width: none;
}

@media (min-width: 1101px) {
    .park-about-card {
        grid-column: 1;
        min-height: 220px;
    }

    .park-amenities-card {
        grid-column: span 1;
    }

    .park-nearby-card {
        grid-column: 1 / -1;
    }
}

@media (max-width: 1100px) {
    .park-guide-hero,
    .park-guide-layout {
        grid-template-columns: 1fr;
    }

    .park-guide-main {
        grid-template-columns: 1fr;
    }

    .park-guide-rail {
        grid-column: auto;
        grid-row: auto;
    }

    .park-contact-actions {
        grid-template-columns: 1fr;
    }

    .park-facts-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .park-facts-strip article:nth-child(3n) {
        border-right: 0;
    }

    .park-amenities-card,
    .park-invasive-card,
    .park-reviews-card,
    .park-media-card,
    .park-events-card,
    .park-nearby-card,
    .park-about-card,
    .park-trails-card {
        grid-column: auto;
    }
}

@media (max-width: 720px) {
    .park-guide-hero,
    .park-facts-strip,
    .park-guide-nav,
    .park-guide-layout,
    .park-guide-banner {
        width: min(calc(100% - 32px), var(--container));
    }

    .park-guide-hero {
        padding-block: 22px 16px;
    }

    .park-guide-hero h1 {
        font-size: 2.35rem;
    }

    .park-facts-strip,
    .park-nearby-grid,
    .park-amenity-icons,
    .park-amenity-columns,
    .park-invasive-stats,
    .park-guide-banner {
        grid-template-columns: 1fr;
    }

    .park-media-collage {
        grid-template-columns: 1fr;
    }

    .park-media-lightbox {
        padding: 18px;
    }

    .park-media-lightbox__close {
        top: 10px;
        right: 10px;
    }

    .park-invasive-list article {
        grid-template-columns: 32px minmax(0, 1fr);
    }

    .park-invasive-list em {
        grid-column: 2;
        white-space: normal;
    }

    .park-reviews-card .park-review-cta {
        grid-template-columns: 1fr;
    }

    .park-reviews-card .park-review-cta p {
        max-width: none;
    }

    .park-review-form {
        grid-column: auto;
        grid-row: auto;
    }

    .park-facts-strip article {
        border-right: 0;
        border-bottom: 1px solid var(--color-line);
    }

    .park-facts-strip article:last-child {
        border-bottom: 0;
    }

    .park-guide-banner {
        justify-items: start;
        margin-block: 4px 28px;
    }
}

.detail-hero {
    position: relative;
    min-height: 390px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(5, 21, 13, 0.82), rgba(5, 21, 13, 0.28)),
        var(--detail-image) center / cover;
}

.detail-hero__inner {
    display: grid;
    align-content: end;
    min-height: 390px;
    padding-block: var(--space-10);
}

.detail-hero h1 {
    max-width: 860px;
    margin-block: var(--space-2) var(--space-3);
    color: #fff;
    font-size: clamp(2.5rem, 5vw, 5rem);
}

.detail-hero p {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    color: #fff;
    font-size: 1.08rem;
    font-weight: 750;
}

.detail-hero .eyebrow {
    color: #d8f4d7;
}

.detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: var(--space-6);
    padding-block: var(--space-8);
    align-items: start;
}

.detail-content,
.sidebar-card {
    background: #fff;
    border: 1px solid var(--color-line);
    border-radius: var(--radius-md);
    box-shadow: 0 12px 30px rgba(17, 32, 22, 0.07);
}

.detail-content {
    display: grid;
    gap: var(--space-5);
    padding: var(--space-8);
}

.detail-content > p {
    color: var(--color-muted);
    font-size: 1.04rem;
}

.fact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-3);
}

.fact-grid div {
    padding: var(--space-4);
    background: var(--color-wash);
    border: 1px solid var(--color-line);
    border-radius: var(--radius-sm);
}

.fact-grid span {
    display: block;
    margin-bottom: 3px;
    color: var(--color-muted);
    font-size: 0.78rem;
    font-weight: 780;
    text-transform: uppercase;
}

.fact-grid strong {
    font-size: 0.98rem;
}

.mini-list {
    display: grid;
    gap: var(--space-3);
}

.mini-list article {
    padding: var(--space-4);
    background: var(--color-wash);
    border: 1px solid var(--color-line);
    border-radius: var(--radius-sm);
}

.mini-list p {
    color: var(--color-muted);
}

.detail-sidebar {
    display: grid;
    gap: var(--space-5);
    align-self: start;
}

.sidebar-card {
    padding: var(--space-5);
}

.sidebar-card h2 {
    margin-bottom: var(--space-4);
}

.map--detail {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    border-radius: var(--radius-sm);
}

.nearby-list--compact {
    margin-bottom: 0;
}

.park-profile {
    background: #fbfaf6;
}

.park-hero {
    min-height: 340px;
    background:
        linear-gradient(180deg, rgba(4, 15, 9, 0.1), rgba(4, 15, 9, 0.84)),
        linear-gradient(90deg, rgba(4, 15, 9, 0.74), rgba(4, 15, 9, 0.16)),
        var(--detail-image) center / cover;
}

.park-hero .detail-hero__inner {
    min-height: 340px;
}

.park-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.park-hero__actions .button {
    min-height: 40px;
    border-radius: 8px;
}

.park-detail-grid {
    grid-template-columns: 156px minmax(0, 1fr) 320px;
    gap: 22px;
    padding-block: 24px 38px;
}

.park-section-nav {
    position: sticky;
    top: 96px;
    display: grid;
    gap: 2px;
    padding-top: 8px;
}

.park-section-nav a {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 10px 0 13px;
    color: var(--color-ink);
    font-size: 0.83rem;
    font-weight: 840;
    border-left: 2px solid transparent;
}

.park-section-nav svg {
    color: var(--color-forest-700);
}

.park-section-nav a:first-child,
.park-section-nav a:hover {
    color: var(--color-forest-700);
    background: linear-gradient(90deg, rgba(231, 241, 244, 0.85), transparent);
    border-left-color: var(--color-forest-700);
}

.park-detail-content {
    min-width: 0;
    gap: 0;
    padding: 28px;
    border-radius: 10px;
}

.park-section {
    min-width: 0;
    scroll-margin-top: 104px;
    padding-bottom: 26px;
    border-bottom: 1px solid var(--color-line);
}

.park-section + .park-section {
    padding-top: 24px;
}

.park-section:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.park-section h2 {
    margin-bottom: 12px;
    color: var(--color-forest-900);
    font-size: 1.25rem;
}

.park-section__lead {
    max-width: 690px;
    color: var(--color-text);
    font-size: 1rem;
    line-height: 1.6;
}

.park-fact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.park-fact-grid div,
.park-mini-list article,
.park-review-cta,
.park-sidebar-links a {
    background: #fff;
    border: 1px solid var(--color-line);
    border-radius: 8px;
}

.park-fact-grid div {
    min-height: 58px;
    padding: 12px 13px;
}

.park-fact-grid dt,
.park-sidebar-facts dt {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 3px;
    color: var(--color-muted);
    font-size: 0.74rem;
    font-weight: 860;
}

.park-fact-grid dt svg,
.park-sidebar-facts dt svg {
    color: var(--color-forest-700);
}

.park-fact-grid dd,
.park-sidebar-facts dd {
    color: var(--color-ink);
    font-size: 0.91rem;
    font-weight: 840;
}

.park-photo-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.park-photo-strip img {
    display: block;
    width: 100%;
    aspect-ratio: 1.18 / 1;
    object-fit: cover;
    border-radius: 8px;
}

.park-mini-list {
    display: grid;
    gap: 10px;
}

.park-mini-list article {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    padding: 13px;
}

.park-mini-list span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: var(--color-forest-700);
    background: var(--color-mint);
    border-radius: 8px;
}

.park-mini-list h3 {
    margin-bottom: 3px;
    font-size: 0.98rem;
}

.park-mini-list p,
.park-review-cta p,
.park-sidebar-links span {
    color: var(--color-muted);
    font-size: 0.86rem;
    line-height: 1.45;
}

.park-review-cta {
    display: grid;
    gap: 10px;
    max-width: 360px;
    padding: 16px;
    background: #f6faf2;
}

.park-review-cta .button {
    width: max-content;
}

.park-sidebar {
    gap: 12px;
}

.park-sidebar .sidebar-card {
    padding: 16px;
    border-radius: 12px;
}

.park-sidebar .sidebar-card h2 {
    margin-bottom: 12px;
    font-size: 1rem;
}

.park-sidebar-facts {
    display: grid;
    gap: 10px;
}

.park-sidebar-facts div {
    padding-bottom: 9px;
    border-bottom: 1px solid var(--color-line);
}

.park-sidebar-facts div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.park-sidebar-links {
    display: grid;
    gap: 8px;
}

.park-sidebar-links a {
    display: grid;
    gap: 3px;
    padding: 11px 12px;
    color: var(--color-ink);
}

.park-sidebar-empty {
    display: grid;
    gap: 10px;
}

.park-sidebar-empty p {
    margin: 0;
    color: var(--color-muted);
    font-size: 0.84rem;
    line-height: 1.45;
}

.park-sidebar-empty a {
    color: var(--color-forest-700);
    font-size: 0.84rem;
    font-weight: 880;
}

.park-map-link {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    margin-top: 10px;
    padding: 0 12px;
    color: var(--color-forest-800);
    font-size: 0.78rem;
    font-weight: 860;
    background: var(--color-mint);
    border-radius: 8px;
}

.park-map-empty {
    display: grid;
    min-height: 160px;
    place-items: center;
    align-content: center;
    gap: 8px;
    padding: 18px;
    color: var(--color-muted);
    text-align: center;
    background: var(--color-wash);
    border: 1px solid var(--color-line);
    border-radius: 8px;
}

.park-map-empty svg {
    color: var(--color-forest-700);
}

.park-map-empty p {
    max-width: 210px;
    font-size: 0.86rem;
    line-height: 1.45;
}

@media (max-width: 1120px) {
    .park-detail-grid {
        grid-template-columns: minmax(0, 1fr) 310px;
    }

    .park-section-nav {
        display: none;
    }
}

@media (max-width: 860px) {
    .park-hero,
    .park-hero .detail-hero__inner {
        min-height: 330px;
    }

    .park-detail-grid {
        display: block;
        padding-block: 18px 32px;
    }

    .park-detail-content {
        padding: 18px;
    }

    .park-sidebar {
        position: static;
        margin-top: 14px;
    }

    .park-fact-grid,
    .park-photo-strip {
        grid-template-columns: 1fr;
    }

    .park-photo-strip {
        display: flex;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .park-photo-strip::-webkit-scrollbar {
        display: none;
    }

    .park-photo-strip img {
        flex: 0 0 74%;
    }
}

/* Park profile mockup alignment */
.park-profile .breadcrumbs {
    display: none;
}

.park-profile .detail-hero.park-hero {
    min-height: 452px;
    background:
        linear-gradient(180deg, rgba(4, 15, 9, 0.18), rgba(4, 15, 9, 0.82)),
        linear-gradient(90deg, rgba(4, 15, 9, 0.76), rgba(4, 15, 9, 0.12)),
        var(--detail-image) center / cover;
}

.park-profile .park-hero .detail-hero__inner {
    min-height: 452px;
    padding-block: 74px 54px;
}

.park-profile .detail-hero .eyebrow {
    display: inline-flex;
    align-items: center;
    width: max-content;
    min-height: 30px;
    padding: 0 13px;
    color: #fff;
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    backdrop-filter: blur(8px);
}

.park-profile .detail-hero .eyebrow::before {
    content: "";
    width: 9px;
    height: 9px;
    margin-right: 8px;
    background: #18b34b;
    border-radius: 999px;
}

.park-profile .detail-hero h1 {
    max-width: 820px;
    margin-block: 18px 16px;
    font-size: clamp(2.6rem, 4.8vw, 5rem);
    line-height: 1.02;
}

.park-hero__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 18px;
    max-width: 820px;
}

.park-hero__meta span,
.park-hero__meta a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 0.98rem;
    font-weight: 850;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.34);
}

.park-hero__meta a {
    color: #d8f4d7;
}

.park-profile .park-hero__actions .button {
    min-height: 45px;
    padding-inline: 20px;
    border-radius: 999px;
}

.park-profile .park-hero__actions .button--light {
    color: #fff;
    background: rgba(2, 8, 5, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(8px);
}

.park-profile .park-detail-grid {
    grid-template-columns: 170px minmax(0, 1fr) 292px;
    gap: 24px;
    align-items: start;
    padding-block: 18px 48px;
}

.park-profile .park-section-nav {
    padding-top: 2px;
}

.park-profile .park-section-nav a {
    min-height: 50px;
    padding-left: 16px;
    font-size: 0.91rem;
    border-radius: 0 8px 8px 0;
}

.park-profile .park-detail-content {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.park-profile .park-section {
    padding: 22px 20px;
    background: #fff;
    border: 1px solid rgba(17, 32, 22, 0.08);
    border-bottom: 1px solid rgba(17, 32, 22, 0.08);
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(17, 32, 22, 0.045);
}

.park-profile .park-section + .park-section {
    margin-top: 14px;
    padding-top: 22px;
}

.park-profile .park-section h2 {
    font-size: 1.18rem;
}

.park-section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--color-line);
}

.park-section__header h2 {
    margin: 0;
}

.park-section__header > svg {
    flex: 0 0 auto;
    color: var(--color-forest-700);
}

.park-overview-card {
    min-width: 0;
    padding: 28px;
    background: #fff;
    border: 1px solid rgba(17, 32, 22, 0.08);
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(17, 32, 22, 0.045);
    scroll-margin-top: 104px;
}

.park-overview-card + .park-section {
    margin-top: 14px;
}

.park-overview-card header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--color-line);
}

.park-overview-card header span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: var(--color-forest-700);
    background: var(--color-mint);
    border-radius: 999px;
}

.park-overview-card h2 {
    margin: 0;
    color: var(--color-forest-900);
    font-size: 1.35rem;
}

.park-overview-card__text {
    max-width: 720px;
}

.park-overview-card__text p {
    margin: 0;
    color: var(--color-text);
    font-size: 1.02rem;
    line-height: 1.72;
}

.park-overview-card__text p + p,
.park-overview-card__more,
.park-overview-card__more div {
    margin-top: 14px;
}

.park-overview-card__more summary {
    width: max-content;
    cursor: pointer;
    color: var(--color-forest-700);
    font-size: 0.92rem;
    font-weight: 900;
}

.park-map-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 18px;
}

.park-map-card .park-sidebar-card__top {
    position: relative;
    z-index: 2;
    align-items: center;
}

.park-map-card .map--detail {
    position: relative;
    z-index: 1;
    height: 150px;
    min-height: 0;
    max-height: 150px;
    overflow: hidden;
}

.park-empty-state {
    display: grid;
    gap: 18px;
}

.park-empty-state p {
    max-width: 720px;
    margin: 0;
    color: var(--color-muted);
    font-size: 0.98rem;
    line-height: 1.55;
}

.park-empty-state__cta {
    padding-top: 16px;
    border-top: 1px solid var(--color-line);
}

.park-empty-state__cta a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--color-forest-700);
    font-size: 0.96rem;
    font-weight: 900;
}

.park-empty-state__cta span {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border: 1px solid rgba(21, 88, 34, 0.18);
    border-radius: 999px;
}

.park-address-card {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-height: 70px;
    padding: 0 24px;
    background: #fff;
}

.park-address-card > span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: var(--color-forest-700);
}

.park-address-card strong {
    color: var(--color-ink);
    font-size: 0.98rem;
    font-weight: 760;
}

.park-address-card a,
.park-sidebar-card__top a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--color-forest-700);
    font-size: 0.82rem;
    font-weight: 900;
}

.park-profile .park-mini-list {
    grid-template-columns: 1fr;
}

.park-profile .park-mini-list article {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    overflow: hidden;
    padding: 0;
    align-items: stretch;
}

.park-profile .park-mini-list article > img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 132px;
    object-fit: cover;
}

.park-profile .park-mini-list article > div {
    position: relative;
    padding: 18px 20px;
}

.park-trail-badge {
    position: static;
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    margin-bottom: 10px;
    padding: 0 9px;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 850;
    background: rgba(9, 35, 21, 0.78);
    border-radius: 999px;
}

.park-profile .chip-list--large {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.park-profile .chip-list--large span {
    justify-content: center;
    min-height: 72px;
    padding: 10px;
    font-size: 0.84rem;
    background: #fff;
    border: 1px solid var(--color-line);
    border-radius: 8px;
}

.park-playground-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.park-playground-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--color-line);
    border-radius: 9px;
}

.park-playground-card__image img {
    display: block;
    width: 100%;
    aspect-ratio: 1.58 / 1;
    object-fit: cover;
}

.park-playground-card__body {
    padding: 12px 13px 13px;
}

.park-playground-card h3 {
    margin-bottom: 6px;
    font-size: 0.96rem;
    line-height: 1.16;
}

.park-playground-card h3 a {
    color: var(--color-ink);
}

.park-playground-card p,
.park-playground-card small {
    color: var(--color-muted);
    font-size: 0.78rem;
    line-height: 1.35;
}

.park-playground-card__icons {
    display: flex;
    gap: 10px;
    margin-block: 10px 8px;
    color: var(--color-forest-700);
}

.park-playground-card__link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
    color: var(--color-forest-700);
    font-size: 0.84rem;
    font-weight: 900;
}

.park-profile .park-photo-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.park-profile .park-photo-strip img {
    aspect-ratio: 1 / 1.05;
}

.park-sidebar-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.park-sidebar-card__top h2 {
    margin: 0;
}

.park-profile .park-sidebar .sidebar-card {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(17, 32, 22, 0.055);
}

.park-profile .park-sidebar .sidebar-card h2 {
    font-size: 1.05rem;
}

.park-profile .park-sidebar-facts div {
    padding-block: 0 12px;
}

.park-profile .park-sidebar .map--detail {
    height: 132px;
    min-height: 0;
    max-height: 132px;
}

.park-profile .park-map-card .map--detail {
    height: 150px;
    min-height: 0;
    max-height: 150px;
}

.park-checkin-card,
.park-events-card {
    display: grid;
    gap: 12px;
}

.park-checkin-card h2,
.park-events-card h2 {
    margin: 0;
}

.park-checkin-card p,
.park-events-card .park-section__lead {
    margin: 0;
    color: var(--color-muted);
    font-size: 0.88rem;
    line-height: 1.5;
}

.park-checkin-card .button {
    width: 100%;
}

.park-events-card .park-empty-state {
    gap: 12px;
}

.park-events-card .park-empty-state p {
    font-size: 0.86rem;
}

.park-events-card .park-empty-state__cta {
    padding-top: 12px;
}

.park-events-card .park-empty-state__cta a {
    gap: 8px;
    font-size: 0.84rem;
}

.park-section__lead + .park-event-list {
    margin-top: 12px;
}

.park-event-list {
    display: grid;
    gap: 10px;
}

.park-event-item {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
    background: var(--color-wash);
    border: 1px solid var(--color-line);
    border-radius: 7px;
}

.park-event-date {
    display: grid;
    min-height: 58px;
    place-items: center;
    align-self: start;
    background: #fff;
    border: 1px solid var(--color-line);
    border-radius: 7px;
    box-shadow: 0 8px 18px rgba(17, 32, 22, 0.055);
}

.park-event-date span {
    color: var(--color-forest-700);
    font-size: 0.67rem;
    font-weight: 900;
    line-height: 1;
}

.park-event-date strong {
    color: var(--color-ink);
    font-size: 1.42rem;
    line-height: 1;
}

.park-event-item__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    align-items: center;
}

.park-event-item__meta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--color-muted);
    font-size: 0.75rem;
    font-weight: 760;
    line-height: 1.2;
}

.park-event-item__meta svg {
    color: var(--color-forest-700);
}

.park-event-item h3 {
    margin: 5px 0 0;
    color: var(--color-ink);
    font-size: 0.96rem;
    line-height: 1.24;
}

.park-event-item h3 a {
    color: inherit;
}

.park-event-item p {
    display: -webkit-box;
    margin: 6px 0 0;
    overflow: hidden;
    color: var(--color-text);
    font-size: 0.84rem;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.park-event-item small {
    display: block;
    margin-top: 7px;
    color: var(--color-muted);
    font-size: 0.77rem;
    font-weight: 760;
}

.park-events-card__all {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: max-content;
    max-width: 100%;
    margin-top: 12px;
    color: var(--color-forest-700);
    font-size: 0.82rem;
    font-weight: 900;
}

.park-reviews-card .park-review-cta {
    display: grid;
    grid-template-columns: minmax(190px, 0.42fr) minmax(0, 1fr);
    gap: 18px 26px;
    max-width: none;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.park-reviews-card .park-review-cta strong {
    color: var(--color-forest-700);
    font-size: 1.35rem;
    line-height: 1.18;
}

.park-reviews-card .park-review-cta p {
    max-width: 260px;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;
}

.park-reviews-card .park-review-cta .button {
    width: max-content;
    min-height: 40px;
}

.park-review-count {
    color: var(--color-muted);
    font-size: 0.82rem;
    font-weight: 900;
}

.park-review-list {
    display: grid;
    gap: 12px;
}

.park-review-list article {
    display: grid;
    gap: 8px;
    padding: 16px;
    background: #f8fbf5;
    border: 1px solid var(--color-line);
    border-radius: 8px;
}

.park-review-list__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.park-review-list__meta strong,
.park-review-list__meta span {
    color: var(--color-forest-700);
    font-size: 0.86rem;
    font-weight: 900;
}

.park-review-list h3 {
    margin: 0;
    color: var(--color-ink);
    font-size: 0.98rem;
}

.park-review-list p {
    margin: 0;
    color: var(--color-muted);
    font-size: 0.88rem;
    line-height: 1.55;
}

.park-review-list small {
    color: var(--color-muted);
    font-size: 0.78rem;
    font-weight: 800;
}

.park-review-muted {
    margin: 0;
    color: var(--color-muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

.park-review-form {
    grid-column: 2;
    grid-row: 1 / span 4;
    max-width: none;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

@media (max-width: 1120px) {
    .park-profile .park-detail-grid {
        grid-template-columns: minmax(0, 1fr) 292px;
    }

    .park-profile .park-detail-grid .park-section-nav {
        position: sticky;
        top: 96px;
        z-index: 5;
        display: flex;
        gap: 8px;
        overflow-x: auto;
        grid-column: 1 / -1;
        padding: 6px 0;
        background: rgba(251, 252, 248, 0.94);
        backdrop-filter: blur(10px);
        scrollbar-width: none;
    }

    .park-profile .park-detail-grid .park-section-nav::-webkit-scrollbar {
        display: none;
    }

    .park-profile .park-detail-grid .park-section-nav a {
        flex: 0 0 auto;
        min-height: 38px;
        padding: 0 13px;
        background: #fff;
        border: 1px solid var(--color-line);
        border-radius: 999px;
    }

    .park-profile .park-detail-content {
        grid-column: 1;
    }

    .park-profile .park-sidebar {
        grid-column: 2;
    }
}

@media (max-width: 860px) {
    .park-profile .detail-hero.park-hero,
    .park-profile .park-hero .detail-hero__inner {
        min-height: 360px;
    }

    .park-profile .park-hero .detail-hero__inner {
        padding-block: 46px 34px;
    }

    .park-profile .detail-hero h1 {
        font-size: clamp(2.15rem, 11vw, 3.35rem);
    }

    .park-hero__meta,
    .park-hero__actions {
        display: grid;
        justify-items: start;
        gap: 10px;
    }

    .park-profile .park-hero__actions .button {
        min-height: 42px;
    }

    .park-profile .park-section-nav {
        position: sticky;
        top: 72px;
        z-index: 5;
        display: flex;
        gap: 8px;
        overflow-x: auto;
        margin-inline: -16px;
        padding: 8px 16px;
        background: rgba(251, 252, 248, 0.94);
        backdrop-filter: blur(10px);
        scrollbar-width: none;
    }

    .park-profile .park-section-nav::-webkit-scrollbar {
        display: none;
    }

    .park-profile .park-section-nav a {
        flex: 0 0 auto;
        min-height: 36px;
        padding: 0 13px;
        background: #fff;
        border: 1px solid var(--color-line);
        border-radius: 999px;
    }

    .park-map-card {
        position: static;
    }

    .park-map-card .map--detail {
        height: 140px;
        min-height: 0;
        max-height: 140px;
    }

    .park-profile .park-detail-grid {
        display: block;
        padding-block: 16px 32px;
    }

    .park-profile .park-mini-list,
    .park-profile .chip-list--large,
    .park-playground-grid {
        grid-template-columns: 1fr;
    }

    .park-profile .park-mini-list article {
        grid-template-columns: 1fr;
    }

    .park-profile .park-mini-list article > img {
        height: auto;
        aspect-ratio: 1.8 / 1;
        min-height: 0;
    }

    .park-address-card {
        grid-template-columns: 30px minmax(0, 1fr);
        padding: 14px 16px;
    }

    .park-overview-card {
        padding: 20px 18px;
    }

    .park-overview-card h2 {
        font-size: 1.2rem;
    }

    .park-overview-card__text p {
        font-size: 0.96rem;
    }

    .park-address-card a {
        grid-column: 2;
    }

    .park-section__header {
        margin-bottom: 14px;
        padding-bottom: 12px;
    }

    .park-section__header > svg {
        width: 22px;
        height: 22px;
    }

    .park-empty-state {
        gap: 14px;
    }

    .park-empty-state p {
        font-size: 0.9rem;
    }

    .park-empty-state__cta {
        padding-top: 13px;
    }

    .park-empty-state__cta a {
        font-size: 0.9rem;
    }
}

/* Keep section navigation and anchor headings clear of the site header. */
.park-profile .park-guide-nav { top: var(--detail-header-height, 77px); }
.park-profile [id] { scroll-margin-top: var(--detail-scroll-offset, 150px); }
.park-facts-strip small a { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 760px) {
    .park-profile .park-facts-strip { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
    .park-profile .park-facts-strip article { min-width: 0; padding: 12px; gap: 8px; border: 0; border-bottom: 1px solid var(--color-line); }
    .park-profile .park-facts-strip article:nth-child(odd) { border-right: 1px solid var(--color-line); }
    .park-profile .park-facts-strip article:nth-last-child(-n+2) { border-bottom: 0; }
    .park-facts-strip p { overflow-wrap: anywhere; }
    .park-profile .park-guide-nav div { gap: 20px; }
}

.playground-profile {
    min-height: 70vh;
    background: #fbfcf8;
}

.playground-profile .breadcrumbs {
    display: none;
}

.playground-guide-hero {
    align-items: center;
}

.playground-type-label {
    display: inline-flex;
    align-items: center;
    width: max-content;
    min-height: 26px;
    margin-bottom: 12px;
    padding: 0 10px;
    color: var(--color-forest-700);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: var(--color-coastal-mist);
    border-radius: 999px;
}

.playground-guide-hero .park-guide-back {
    margin-bottom: 18px;
}

.playground-guide-hero .park-guide-hero__chips:empty {
    display: none;
}

.playground-guide-hero__image {
    position: relative;
    overflow: hidden;
}

.playground-guide-hero__image--fallback::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(9, 35, 21, 0.02), rgba(9, 35, 21, 0.2));
}

.playground-guide-hero__image > span {
    position: absolute;
    right: 14px;
    bottom: 12px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 850;
    background: rgba(9, 35, 21, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    backdrop-filter: blur(8px);
}

.playground-facts-strip small:empty {
    display: none;
}

.playground-guide-layout {
    padding-bottom: 30px;
}

.playground-about-card {
    display: grid;
    align-content: start;
    gap: 16px;
}

.playground-about-card h2 {
    margin-bottom: 0;
}

.playground-overview-note {
    max-width: 620px;
    padding-top: 14px;
    border-top: 1px solid var(--color-line);
}

.playground-overview-note strong {
    color: var(--color-ink);
    font-size: 0.86rem;
}

.playground-overview-note p {
    margin: 5px 0 0;
    color: var(--color-muted);
    font-size: 0.88rem;
    line-height: 1.5;
}

.playground-photo-empty .playground-empty-state {
    min-height: 150px;
}

.playground-related-park-action {
    padding: 0;
    overflow: hidden;
}

.playground-related-park-action a {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr) 18px;
    gap: 10px;
    align-items: center;
    min-height: 48px;
    padding: 0 16px;
    color: #fff;
    font-size: 0.84rem;
    font-weight: 900;
    background: var(--color-forest-700);
}

.playground-related-park-action a:hover,
.playground-related-park-action a:focus-visible {
    color: #fff;
    background: var(--color-forest-800);
}

.playground-related-park-action a > svg:last-child {
    justify-self: end;
}

.playground-visit-card dl,
.playground-detail-list {
    display: grid;
    margin: 0;
}

.playground-visit-card dl > div,
.playground-detail-list > div {
    display: grid;
    grid-template-columns: minmax(92px, 0.72fr) minmax(0, 1.28fr);
    gap: 12px;
    padding-block: 10px;
    border-bottom: 1px solid var(--color-line);
}

.playground-visit-card dl > div:first-child,
.playground-detail-list > div:first-child {
    padding-top: 0;
}

.playground-visit-card dl > div:last-child,
.playground-detail-list > div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.playground-visit-card dt,
.playground-detail-list dt {
    color: var(--color-muted);
    font-size: 0.78rem;
    font-weight: 850;
}

.playground-visit-card dd,
.playground-detail-list dd {
    margin: 0;
    color: var(--color-ink);
    font-size: 0.82rem;
    font-weight: 720;
    line-height: 1.4;
}

.playground-guide-main {
    align-items: start;
}

.playground-equipment-card,
.playground-reviews-card,
.playground-nearby-card {
    grid-column: 1 / -1;
}

.playground-guide-main .park-guide-card > header > span,
.playground-profile .park-media-card > header > span {
    color: var(--color-muted);
    font-size: 0.76rem;
    font-weight: 850;
}

.playground-equipment-groups {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.playground-equipment-groups article {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    align-items: start;
    padding: 14px;
    border: 1px solid var(--color-line);
    border-radius: 7px;
}

.playground-equipment-groups article > span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: var(--color-forest-700);
    background: var(--color-coastal-mist);
    border-radius: 7px;
}

.playground-equipment-groups h3 {
    margin: 0 0 8px;
    color: var(--color-ink);
    font-size: 0.88rem;
}

.playground-equipment-groups ul {
    display: grid;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.playground-equipment-groups li {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 7px;
    align-items: start;
    color: var(--color-muted);
    font-size: 0.8rem;
    line-height: 1.4;
}

.playground-equipment-groups li > .pictogram-icon {
    margin-top: 1px;
    color: var(--color-forest-700);
}

.playground-amenity-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
}

.playground-amenity-grid > div {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 5px;
    min-height: 88px;
    padding: 10px 7px;
    color: var(--color-forest-700);
    text-align: center;
    background: #f8fbf5;
    border: 1px solid var(--color-line);
    border-radius: 7px;
}

.playground-amenity-grid > div.is-unknown {
    color: var(--color-muted);
    background: #fafaf8;
}

.playground-amenity-grid strong {
    color: var(--color-ink);
    font-size: 0.76rem;
    line-height: 1.2;
}

.playground-amenity-grid small {
    color: inherit;
    font-size: 0.72rem;
    font-weight: 800;
}

.playground-amenities-card .playground-detail-list {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid var(--color-line);
}

.playground-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 14px;
}

.playground-tag-list span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    color: var(--color-forest-800);
    font-size: 0.74rem;
    font-weight: 820;
    background: var(--color-coastal-mist);
    border-radius: 999px;
}

.playground-accessibility-summary {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
    align-items: start;
}

.playground-accessibility-summary > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--color-forest-700);
    background: var(--color-coastal-mist);
    border-radius: 999px;
}

.playground-accessibility-summary strong {
    color: var(--color-ink);
    font-size: 0.9rem;
}

.playground-accessibility-summary p,
.playground-note-card p {
    margin: 6px 0 0;
    color: var(--color-muted);
    font-size: 0.88rem;
    line-height: 1.55;
}

.playground-check-list {
    display: grid;
    gap: 8px;
    margin: 14px 0 0;
    padding: 14px 0 0;
    list-style: none;
    border-top: 1px solid var(--color-line);
}

.playground-check-list li {
    position: relative;
    padding-left: 22px;
    color: var(--color-text);
    font-size: 0.84rem;
}

.playground-check-list li::before {
    position: absolute;
    left: 0;
    content: "✓";
    color: var(--color-forest-700);
    font-weight: 900;
}

.playground-empty-state {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 10px;
    min-height: 132px;
    padding: 18px;
    color: var(--color-muted);
    text-align: center;
    background: #fafaf8;
    border: 1px dashed var(--color-line);
    border-radius: 7px;
}

.playground-empty-state > span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: var(--color-forest-700);
    background: #fff;
    border: 1px solid var(--color-line);
    border-radius: 999px;
}

.playground-empty-state p {
    max-width: 430px;
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.5;
}

.playground-empty-state a,
.playground-empty-state__action {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--color-forest-700);
    font-size: 0.8rem;
    font-weight: 900;
}

.playground-empty-state__action {
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-family: inherit;
}

.playground-empty-state__action:hover,
.playground-empty-state__action:focus-visible {
    color: var(--color-forest-900);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.playground-update-suggestion-form label span small,
.playground-equipment-suggestion-form label span small {
    color: var(--color-muted);
    font-size: 0.72rem;
    font-weight: 700;
}

.playground-update-suggestion-form > .button,
.playground-equipment-suggestion-form > .button {
    justify-self: start;
}

.playground-equipment-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.playground-review-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.playground-review-list article {
    padding: 15px;
    border: 1px solid var(--color-line);
    border-radius: 7px;
}

.playground-review-list article > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.playground-review-list strong,
.playground-review-list h3 {
    color: var(--color-ink);
}

.playground-review-list article > div strong,
.playground-review-list article > div span {
    font-size: 0.78rem;
}

.playground-review-list article > div span {
    color: var(--color-forest-700);
    font-weight: 900;
}

.playground-review-list h3 {
    margin: 12px 0 5px;
    font-size: 0.94rem;
}

.playground-review-list p {
    margin: 0;
    color: var(--color-text);
    font-size: 0.84rem;
    line-height: 1.5;
}

.playground-review-list small {
    display: block;
    margin-top: 9px;
    color: var(--color-muted);
    font-size: 0.74rem;
}

.playground-review-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 18px;
    background: #f8fbf5;
    border: 1px solid var(--color-line);
    border-radius: 7px;
}

.playground-review-cta strong {
    color: var(--color-ink);
}

.playground-review-cta p {
    margin: 4px 0 0;
    color: var(--color-muted);
    font-size: 0.86rem;
}

.playground-nearby-card > header > a {
    color: var(--color-forest-700);
    font-size: 0.82rem;
    font-weight: 900;
}

.playground-nearby-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.playground-nearby-grid > a {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-height: 68px;
    padding: 11px 12px;
    color: var(--color-ink);
    border: 1px solid var(--color-line);
    border-radius: 7px;
}

.playground-nearby-grid > a > span:first-child {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: var(--color-forest-700);
    background: var(--color-coastal-mist);
    border-radius: 999px;
}

.playground-nearby-grid > a > span:nth-child(2) {
    display: grid;
    gap: 3px;
}

.playground-nearby-grid strong {
    font-size: 0.84rem;
}

.playground-nearby-grid small {
    color: var(--color-muted);
    font-size: 0.76rem;
    line-height: 1.3;
}

.playground-nearby-grid > a > svg {
    color: var(--color-forest-700);
}

.playground-nearby-parks {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid var(--color-line);
}

.playground-nearby-parks h3 {
    margin: 0 0 10px;
    color: var(--color-ink);
    font-size: 0.9rem;
}

.playground-nearby-parks > div {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
}

.playground-nearby-parks a {
    display: grid;
    gap: 3px;
    padding: 10px 11px;
    color: var(--color-ink);
    background: #fafaf8;
    border-radius: 7px;
}

.playground-nearby-parks strong {
    font-size: 0.8rem;
    line-height: 1.25;
}

.playground-nearby-parks small {
    color: var(--color-muted);
    font-size: 0.72rem;
}

.playground-guide-banner {
    margin-top: 0;
}

.playground-guide-banner__action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding-inline: 14px;
    color: var(--color-forest-700);
    background: #fff;
    border: 1px solid var(--color-line);
    border-radius: 7px;
    cursor: pointer;
    font-family: inherit;
    font-size: 0.82rem;
    font-weight: 900;
}

.playground-guide-banner__action:hover,
.playground-guide-banner__action:focus-visible {
    background: #f4f7f1;
}

@media (max-width: 1100px) {
    .playground-equipment-card,
    .playground-reviews-card,
    .playground-nearby-card {
        grid-column: auto;
    }

    .playground-equipment-groups,
    .playground-nearby-parks > div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .playground-guide-hero .park-guide-back {
        margin-bottom: 14px;
    }

    .playground-type-label {
        margin-bottom: 10px;
    }

    .playground-guide-hero .park-guide-hero__actions {
        gap: 9px;
    }

    .playground-guide-hero .park-guide-hero__actions .button {
        min-height: 40px;
        padding-inline: 15px;
        font-size: 0.84rem;
    }

    .playground-equipment-groups,
    .playground-review-list,
    .playground-nearby-grid,
    .playground-nearby-parks > div {
        grid-template-columns: 1fr;
    }

    .playground-amenity-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .playground-review-cta {
        grid-template-columns: 1fr;
    }

    .playground-review-cta .button {
        width: max-content;
    }

}

@media (max-width: 430px) {
    .playground-guide-hero .park-guide-hero__actions .button {
        flex: 1 1 calc(50% - 5px);
        justify-content: center;
    }

    .playground-guide-hero .park-guide-hero__actions .button:first-child {
        flex-basis: 100%;
    }

    .playground-visit-card dl > div,
    .playground-detail-list > div {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}

.directory-page {
    background: var(--color-wash);
}

.directory-hero {
    position: relative;
    min-height: 330px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(5, 21, 13, 0.82), rgba(5, 21, 13, 0.36)),
        var(--directory-hero-image) center / cover;
}

.directory-hero__inner {
    display: grid;
    align-content: end;
    gap: var(--space-4);
    min-height: 330px;
    padding-block: 74px var(--space-8);
}

.directory-hero h1 {
    margin-block: var(--space-2) var(--space-2);
    color: #fff;
    font-size: clamp(2.5rem, 5vw, 4.8rem);
}

.directory-hero p,
.directory-hero .eyebrow {
    color: #fff;
}

.directory-hero p {
    max-width: 560px;
    font-size: 1.08rem;
    font-weight: 700;
}

.directory-search {
    display: grid;
    grid-template-columns: 24px 1fr 52px;
    align-items: center;
    gap: var(--space-2);
    width: min(100%, 620px);
    min-height: 62px;
    padding: 6px 8px 6px 18px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-soft);
}

.directory-search > svg {
    color: var(--color-ink);
}

.directory-search input {
    min-width: 0;
    color: var(--color-ink);
    border: 0;
    outline: 0;
}

.directory-search button {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: #fff;
    background: var(--color-forest-700);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}

.directory-pills {
    display: flex;
    gap: var(--space-2);
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
}

.directory-pills::-webkit-scrollbar {
    display: none;
}

.directory-pills button {
    flex: 0 0 auto;
    min-height: 36px;
    padding-inline: 14px;
    color: #fff;
    background: rgba(9, 35, 21, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    cursor: pointer;
    font-size: 0.88rem;
    font-weight: 800;
    backdrop-filter: blur(12px);
}

.directory-pills button.is-active {
    color: var(--color-forest-800);
    background: #fff;
}

.directory-shell {
    display: grid;
    grid-template-columns: 280px 430px minmax(0, 1fr);
    gap: 0;
    width: 100%;
    max-width: none;
    min-height: calc(100vh - 76px);
    padding: 0;
    overflow: hidden;
    background: #fff;
    border-top: 1px solid var(--color-line);
    border-bottom: 1px solid var(--color-line);
    transition: grid-template-columns 220ms ease;
}

.directory-shell.is-filters-hidden {
    grid-template-columns: 0 430px minmax(0, 1fr);
}

.directory-shell.is-map-hidden {
    grid-template-columns: 280px minmax(430px, 1fr) 0;
}

.directory-shell.is-list-hidden {
    grid-template-columns: 280px 0 minmax(0, 1fr);
}

.directory-shell.is-filters-hidden.is-map-hidden {
    grid-template-columns: 0 minmax(0, 1fr) 0;
}

.directory-shell.is-filters-hidden.is-list-hidden {
    grid-template-columns: 0 0 minmax(0, 1fr);
}

.directory-shell.is-filters-hidden .filters-panel,
.directory-shell.is-list-hidden .results-panel,
.directory-shell.is-map-hidden .directory-map-panel {
    width: 0;
    padding-inline: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
}

.filters-panel,
.results-panel,
.directory-map-panel {
    min-width: 0;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
}

.filters-panel {
    align-self: stretch;
    height: calc(100vh - 76px);
    padding: var(--space-5);
    border-right: 1px solid var(--color-line);
    overflow: auto;
    transition: opacity 180ms ease, padding 180ms ease, width 180ms ease;
}

.filters-panel__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--space-3);
    margin-bottom: var(--space-4);
}

.filters-panel__top h2,
.directory-map-panel h2,
.mobile-map-sheet h2 {
    font-size: 1.25rem;
}

.column-toggle {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: var(--color-forest-700);
    background: var(--color-mint);
    border: 1px solid rgba(31, 118, 45, 0.18);
    border-radius: 50%;
    cursor: pointer;
}

.filter-group {
    padding-block: var(--space-4);
    border-top: 1px solid var(--color-line);
}

.filter-group h3 {
    margin-bottom: var(--space-3);
    font-size: 0.96rem;
}

.filter-group label {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    min-height: 34px;
    color: var(--color-text);
    font-size: 0.92rem;
    font-weight: 650;
}

.filter-group input {
    accent-color: var(--color-forest-700);
}

.results-panel {
    min-width: 0;
    padding: var(--space-5);
    align-self: stretch;
    height: calc(100vh - 76px);
    overflow: auto;
    border-right: 1px solid var(--color-line);
}

.results-panel__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-4);
    margin-bottom: var(--space-4);
}

.results-panel__bar .column-toggle {
    margin-left: auto;
}

.results-panel__bar span,
.mobile-map-sheet__top span,
.directory-map-panel__top span {
    color: var(--color-muted);
    font-size: 0.85rem;
    font-weight: 760;
}

.sort-select {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    min-height: 42px;
    padding-inline: var(--space-3);
    background: var(--color-wash);
    border: 1px solid var(--color-line);
    border-radius: var(--radius-xs);
}

.sort-select span {
    color: var(--color-muted);
    font-size: 0.82rem;
    font-weight: 800;
}

.sort-select select {
    color: var(--color-ink);
    background: transparent;
    border: 0;
    outline: 0;
    font-weight: 800;
}

.results-list {
    display: grid;
    gap: var(--space-4);
}

.result-card {
    position: relative;
    min-height: 136px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--color-line);
    border-radius: var(--radius-sm);
    box-shadow: 0 6px 18px rgba(17, 32, 22, 0.05);
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.result-card:hover,
.result-card:focus-within {
    border-color: rgba(31, 118, 45, 0.28);
    box-shadow: 0 10px 24px rgba(17, 32, 22, 0.09);
    transform: translateY(-1px);
}

.result-card__link {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    min-height: 136px;
    outline: 0;
}

.result-card__media {
    position: relative;
    min-height: 136px;
    overflow: hidden;
}

.result-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 180ms ease;
}

.result-card:hover .result-card__media img {
    transform: scale(1.035);
}

.result-card__content {
    display: grid;
    align-content: start;
    gap: 6px;
    padding: 12px 12px 12px 14px;
    min-width: 0;
}

.result-card__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-3);
    min-height: 28px;
}

.result-card__topline span {
    color: var(--color-muted);
    font-size: 0.82rem;
    font-weight: 760;
}

.result-card__save {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    color: var(--color-ink);
    background: #fff;
    border: 1px solid var(--color-line);
    border-radius: 50%;
    cursor: pointer;
}

.result-card__save:hover {
    color: #fff;
    background: var(--color-forest-700);
}

.result-card__save.is-saved,
.result-card__save.is-saved:hover {
    color: var(--color-forest-700);
    background: #fff;
}

.result-card__title {
    display: -webkit-box;
    max-height: 2.36em;
    padding-right: 36px;
    overflow: hidden;
    color: var(--color-ink);
    font-size: 1.04rem;
    font-weight: 850;
    line-height: 1.18;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.result-card .meta-line {
    display: inline-flex;
    align-items: center;
    gap: var(--space-1);
    color: var(--color-muted);
    font-size: 0.82rem;
    line-height: 1.25;
}

.result-card__located {
    display: inline-flex;
    align-items: center;
    gap: var(--space-1);
    color: var(--color-muted);
    font-size: 0.78rem;
    font-weight: 650;
    line-height: 1.25;
}

.result-card__rating {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--color-muted);
    font-size: 0.78rem;
}

.result-card__rating span {
    color: var(--color-forest-700);
    font-size: 0.78rem;
    letter-spacing: 0;
}

.result-card__rating strong {
    color: var(--color-ink);
    font-size: 0.82rem;
}

.result-card__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.result-card__chips span {
    padding: 4px 8px;
    color: var(--color-forest-800);
    background: var(--color-mint);
    border: 1px solid rgba(31, 118, 45, 0.14);
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 780;
}

.filter-empty-state {
    display: grid;
    justify-items: start;
    gap: var(--space-2);
    margin-top: var(--space-4);
    padding: var(--space-5);
    color: var(--color-muted);
    background: var(--color-wash);
    border: 1px solid var(--color-line);
    border-radius: var(--radius-sm);
}

.filter-empty-state[hidden] {
    display: none;
}

.filter-empty-state span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--color-forest-700);
    background: var(--color-mint);
    border-radius: 50%;
}

.filter-empty-state strong {
    color: var(--color-ink);
}

.directory-map-panel {
    position: sticky;
    top: 76px;
    align-self: stretch;
    height: calc(100vh - 76px);
    padding: 0;
    overflow: hidden;
}

.directory-map-panel__actions {
    display: flex;
    align-items: center;
    gap: var(--space-2);
}

.directory-map-panel__top {
    position: absolute;
    top: var(--space-4);
    left: var(--space-4);
    right: var(--space-4);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-4);
    margin-bottom: 0;
    pointer-events: none;
}

.directory-map-panel__top > * {
    pointer-events: auto;
}

.directory-map-panel__top > div:first-child,
.directory-map-panel__actions {
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(227, 228, 223, 0.9);
    border-radius: var(--radius-xs);
    box-shadow: 0 8px 22px rgba(17, 32, 22, 0.1);
    backdrop-filter: blur(14px);
}

.directory-map-panel__top a {
    color: var(--color-forest-700);
    font-size: 0.88rem;
    font-weight: 820;
}

.directory-map-wrap {
    position: relative;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    background: var(--color-sky);
    border-radius: 0;
}

.map-close-button {
    position: absolute;
    top: var(--space-4);
    right: var(--space-4);
    z-index: 4;
    display: none;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--color-ink);
    background: #fff;
    border: 1px solid var(--color-line);
    border-radius: 50%;
    box-shadow: var(--shadow-card);
    cursor: pointer;
}

.directory-map-panel.is-fullscreen {
    position: fixed;
    inset: 76px 0 0;
    z-index: 120;
    display: grid;
    grid-template-rows: auto 1fr;
    height: auto;
    padding: 0;
}

.directory-map-panel.is-fullscreen .directory-map-wrap {
    min-height: 0;
}

.directory-map-panel.is-fullscreen .map-close-button {
    display: grid;
}

.is-map-fullscreen {
    overflow: hidden;
}

.directory-map {
    position: absolute;
    inset: 0;
}

.mobile-directory {
    display: none;
}

.sheet-toggle {
    display: inline-flex;
    padding: 4px;
    background: var(--color-wash);
    border: 1px solid var(--color-line);
    border-radius: 999px;
}

.sheet-toggle button {
    min-height: 32px;
    padding-inline: 12px;
    color: var(--color-forest-700);
    background: transparent;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 820;
}

.sheet-toggle button:hover {
    background: #fff;
}

@media (max-width: 1180px) {
    .directory-shell {
        grid-template-columns: 240px 390px minmax(0, 1fr);
    }

    .directory-shell.is-filters-hidden {
        grid-template-columns: 0 390px minmax(0, 1fr);
    }

    .filters-panel,
    .results-panel {
        padding: var(--space-4);
    }

    .result-card {
        min-height: 132px;
    }

    .result-card__link {
        grid-template-columns: 124px minmax(0, 1fr);
        min-height: 132px;
    }

    .result-card__media {
        min-height: 132px;
    }

    .result-card__rating small,
    .result-card__chips span:nth-child(n + 3) {
        display: none;
    }
}

@media (max-width: 900px) {
    body {
        padding-bottom: 74px;
    }

    .directory-shell {
        display: none;
    }

    .directory-hero {
        min-height: 390px;
        margin: 0 12px;
        border-radius: 0 0 var(--radius-lg) var(--radius-lg);
    }

    .directory-hero__inner {
        min-height: 390px;
        padding-block: 102px var(--space-6);
    }

    .directory-hero h1 {
        font-size: 2.35rem;
    }

    .directory-search {
        grid-template-columns: 1fr 48px;
        width: 100%;
    }

    .directory-search > svg {
        display: none;
    }

    .directory-pills {
        margin-inline: -16px;
        padding-inline: 16px;
    }

    .mobile-directory {
        position: relative;
        display: block;
        min-height: 900px;
        padding: var(--space-4) 0 0;
    }

    .mobile-map-preview {
        position: relative;
        z-index: 1;
        width: min(calc(100% - 32px), var(--container));
        margin-inline: auto;
    }

    .mobile-map-preview .directory-map-panel {
        position: relative;
        top: auto;
        height: auto;
        padding: var(--space-4);
    }

    .mobile-map-preview .directory-map-wrap {
        min-height: 310px;
    }

    .mobile-map-sheet {
        position: relative;
        z-index: 800;
        width: min(calc(100% - 16px), 520px);
        margin: -210px auto 0;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.98);
        border: 1px solid var(--color-line);
        border-radius: 24px 24px 0 0;
        box-shadow: 0 -18px 44px rgba(17, 32, 22, 0.14);
        backdrop-filter: blur(18px);
        transition: max-height 220ms ease, margin-top 220ms ease;
    }

    .mobile-map-sheet.is-collapsed {
        max-height: 210px;
        margin-top: -100px;
    }

    .mobile-map-sheet.is-half {
        max-height: 540px;
    }

    .mobile-map-sheet.is-expanded {
        max-height: calc(100vh - 116px);
        margin-top: -290px;
    }

    .mobile-map-sheet__handle {
        display: grid;
        width: 100%;
        height: 34px;
        place-items: center;
        background: transparent;
        border: 0;
        cursor: grab;
    }

    .mobile-map-sheet__handle span {
        width: 48px;
        height: 5px;
        background: #cfd8d0;
        border-radius: 999px;
    }

    .mobile-map-sheet__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: var(--space-3);
        padding: 0 var(--space-4) var(--space-4);
    }

    .results-list--mobile {
        max-height: inherit;
        padding: 0 var(--space-3) calc(88px + env(safe-area-inset-bottom));
        overflow: auto;
    }

    .result-card {
        min-height: 144px;
        border-radius: var(--radius-sm);
    }

    .result-card__link {
        grid-template-columns: 116px minmax(0, 1fr);
        min-height: 144px;
    }

    .result-card__media {
        min-height: 144px;
    }

    .result-card__content {
        padding: var(--space-3);
    }

    .result-card__title {
        font-size: 1rem;
        line-height: 1.18;
    }

    .result-card__located {
        font-size: 0.78rem;
    }

    .result-card__rating small,
    .result-card__chips span:nth-child(n + 3) {
        display: none;
    }

    .bottom-nav {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 60;
        display: grid;
        grid-template-columns: repeat(var(--bottom-nav-count, 5), 1fr);
        min-height: 66px;
        padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
        background: rgba(255, 255, 255, 0.96);
        border-top: 1px solid var(--color-line);
        box-shadow: 0 -10px 30px rgba(17, 32, 22, 0.08);
        backdrop-filter: blur(18px);
    }

    .bottom-nav a,
    .bottom-nav button {
        appearance: none;
        display: grid;
        justify-items: center;
        align-content: center;
        gap: 2px;
        padding: 0;
        color: var(--color-muted);
        background: transparent;
        border: 0;
        font: inherit;
        font-size: 0.72rem;
        font-weight: 720;
        cursor: pointer;
    }

    .bottom-nav a.is-active,
    .bottom-nav button.is-active {
        color: var(--color-forest-700);
    }
}

@media (max-width: 430px) {
    .directory-hero h1 {
        font-size: 2.05rem;
    }

    .directory-hero p {
        font-size: 0.98rem;
    }

    .directory-search input {
        font-size: 0.95rem;
    }

    .mobile-map-preview .directory-map-wrap {
        min-height: 290px;
    }
}

/* Playground discovery rebuild */
.playground-discovery-page {
    background: #fff;
}

.playground-discovery-page .container {
    width: min(calc(100% - 48px), 1460px);
}

.playground-discovery-hero {
    position: relative;
    min-height: 318px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(5, 20, 12, 0.82), rgba(5, 20, 12, 0.36) 48%, rgba(5, 20, 12, 0.08)),
        var(--playground-discovery-hero-image) center / cover;
}

.playground-discovery-hero__inner {
    display: grid;
    align-content: center;
    gap: 14px;
    min-height: 318px;
    padding-block: var(--space-8);
}

.playground-discovery-hero .eyebrow {
    color: #a6ef8f;
    letter-spacing: 0.18em;
}

.playground-discovery-hero h1 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(3rem, 5vw, 4.7rem);
    line-height: 0.96;
}

.playground-discovery-hero p {
    max-width: 620px;
    margin: 0 0 4px;
    color: #fff;
    font-size: 1.12rem;
    font-weight: 760;
}

.playground-discovery-search {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) 52px;
    align-items: center;
    gap: var(--space-3);
    width: min(100%, 520px);
    min-height: 58px;
    padding: 5px 6px 5px 18px;
    color: var(--color-muted);
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    box-shadow: 0 16px 42px rgba(9, 35, 21, 0.2);
}

.playground-discovery-search input {
    min-width: 0;
    color: var(--color-ink);
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1rem;
    font-weight: 650;
}

.playground-discovery-search button {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: #fff;
    background: var(--color-forest-700);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: background 160ms ease, transform 160ms ease;
}

.playground-discovery-search button:hover {
    background: var(--color-forest-800);
    transform: translateY(-1px);
}

.playground-filter-bar {
    position: relative;
    z-index: 700;
    padding-block: 16px;
    background: #fff;
    border-bottom: 1px solid var(--color-line);
    box-shadow: 0 8px 22px rgba(17, 32, 22, 0.04);
}

.playground-filter-bar__inner {
    display: grid;
    grid-template-columns: repeat(8, minmax(124px, 1fr)) auto;
    gap: 12px;
    align-items: center;
}

.playground-filter-card {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 8px 12px;
    color: var(--color-ink);
    text-align: left;
    background: #fff;
    border: 1px solid var(--color-line);
    border-radius: var(--radius-xs);
    box-shadow: 0 6px 16px rgba(17, 32, 22, 0.035);
    cursor: pointer;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.playground-filter-card:hover,
.playground-filter-card:focus-visible {
    border-color: rgba(31, 118, 45, 0.32);
    box-shadow: 0 10px 24px rgba(17, 32, 22, 0.08);
    transform: translateY(-1px);
}

.playground-filter-card--more {
    grid-template-columns: 28px minmax(0, 1fr) auto auto;
}

.playground-filter-card__icon {
    display: grid;
    place-items: center;
    color: var(--color-forest-700);
}

.playground-filter-card__copy {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.playground-filter-card strong {
    overflow: hidden;
    color: var(--color-ink);
    font-size: 0.86rem;
    font-weight: 850;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.playground-filter-card small {
    overflow: hidden;
    color: var(--color-muted);
    font-size: 0.8rem;
    font-weight: 650;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.playground-filter-card__badge {
    display: grid;
    min-width: 24px;
    height: 24px;
    place-items: center;
    color: var(--color-forest-800);
    background: var(--color-mint);
    border-radius: 50%;
    font-size: 0.78rem;
    font-weight: 900;
}

.playground-filter-clear {
    justify-self: end;
    color: var(--color-forest-700);
    font-size: 0.88rem;
    font-weight: 850;
    white-space: nowrap;
}

.playground-results-map {
    position: relative;
    display: grid;
    grid-template-columns: 440px minmax(0, 1fr);
    gap: 12px;
    padding-block: 12px 28px;
}

.playground-results-panel.results-panel {
    position: relative;
    z-index: 2;
    height: 640px;
    padding: 18px 16px;
    overflow-y: auto;
    overscroll-behavior: auto;
    scrollbar-gutter: stable;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(227, 228, 223, 0.5);
    border-radius: var(--radius-md);
    box-shadow: 0 10px 30px rgba(17, 32, 22, 0.06);
}

.playgrounds-page .playground-results-panel.results-panel,
.parks-discovery-page .playground-results-panel.results-panel {
    height: 640px;
    overflow-y: auto;
}

.playground-results-panel__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 34px;
    margin-bottom: 14px;
}

.playground-results-count {
    color: var(--color-ink);
    font-size: 0.95rem;
    font-weight: 850;
    line-height: 1.15;
    white-space: nowrap;
}

.playground-results-panel__tools {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.playground-sort-select,
.playground-view-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 32px;
    padding-inline: 9px;
    color: var(--color-ink);
    background: #fff;
    border: 1px solid rgba(227, 228, 223, 0.72);
    border-radius: var(--radius-xs);
    font-size: 0.74rem;
    font-weight: 760;
}

.playground-sort-select span {
    color: var(--color-muted);
    font-size: 0.72rem;
    font-weight: 650;
}

.playground-sort-select select {
    max-width: 112px;
    color: var(--color-ink);
    background: transparent;
    border: 0;
    outline: 0;
    font-weight: 800;
}

.playground-view-toggle {
    width: 32px;
    padding-inline: 0;
    justify-content: center;
    cursor: pointer;
    font-size: 0;
}

.playground-results-list {
    gap: 10px;
}

.results-list-loader {
    display: grid;
    min-height: 44px;
    place-items: center;
    color: var(--color-muted);
    font-size: 0.78rem;
    font-weight: 780;
}

.results-list-loader[hidden] {
    display: none;
}

.results-list-loader span {
    padding: 8px 12px;
    background: rgba(247, 248, 244, 0.9);
    border: 1px solid rgba(227, 228, 223, 0.7);
    border-radius: 999px;
}

.playground-result-card.result-card {
    min-height: 140px;
    overflow: visible;
    background: rgba(255, 255, 255, 0.94);
    border-color: rgba(227, 228, 223, 0.62);
    border-radius: var(--radius-sm);
    box-shadow: 0 5px 16px rgba(17, 32, 22, 0.035);
}

.playground-result-card.result-card:hover,
.playground-result-card.result-card:focus-within {
    border-color: rgba(31, 118, 45, 0.22);
    box-shadow: 0 12px 28px rgba(17, 32, 22, 0.095);
}

.playground-result-card__link {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) auto;
    gap: 14px;
    min-height: 140px;
    padding: 10px 14px 10px 10px;
    outline: 0;
}

.playground-result-card__media {
    overflow: hidden;
    border-radius: var(--radius-xs);
}

.playground-result-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 120px;
    object-fit: cover;
}

.playground-result-card__body {
    display: grid;
    align-content: center;
    gap: 5px;
    min-width: 0;
    padding-right: 28px;
}

.playground-result-card__type-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    color: var(--color-forest-700);
    background: rgba(18, 92, 43, 0.09);
    border-radius: 50%;
}

.playground-result-card__type-icon svg,
.playground-result-card__type-icon i {
    width: 17px;
    height: 17px;
}

.playground-result-card__amenities {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.playground-result-card__body strong {
    display: -webkit-box;
    overflow: hidden;
    color: var(--color-ink);
    font-size: 1.02rem;
    font-weight: 900;
    line-height: 1.16;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.playground-result-card__town,
.playground-result-card__park {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-width: 0;
    color: var(--color-muted);
    font-size: 0.8rem;
    font-weight: 650;
    line-height: 1.2;
}

.playground-result-card__park {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.playground-result-card__distance {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    padding: 3px 8px;
    color: var(--color-forest-800);
    background: var(--color-mint);
    border: 1px solid rgba(31, 118, 45, 0.12);
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1.2;
}

.playground-result-card__chips {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    min-width: 0;
    margin-top: 1px;
    overflow: hidden;
}

.playground-result-card__chip {
    flex: 0 1 auto;
    overflow: hidden;
    padding: 4px 9px;
    color: var(--color-forest-800);
    background: var(--color-mint);
    border: 1px solid rgba(31, 118, 45, 0.13);
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 760;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.playground-result-card__chip--more {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    padding-inline: 8px;
    color: var(--color-forest-900);
    background: #fff;
}

.playground-result-card__rating {
    align-self: end;
    padding-bottom: 10px;
    color: var(--color-forest-700);
    font-size: 1rem;
    font-weight: 900;
    white-space: nowrap;
}

.playground-result-card__rating span {
    color: var(--color-forest-700);
}

.playground-result-card__save {
    position: absolute;
    top: 18px;
    right: 14px;
    z-index: 2;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: var(--color-ink);
    background: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: color 160ms ease, background 160ms ease;
}

.playground-result-card__save:hover {
    color: var(--color-forest-700);
    background: var(--color-mint);
}

.playground-result-card__save.is-saved,
.playground-result-card__save.is-saved:hover {
    color: var(--color-forest-700);
    background: transparent;
}

.playground-map-stage {
    position: relative;
    min-height: 640px;
    overflow: hidden;
    background: var(--color-sky);
    border: 1px solid rgba(227, 228, 223, 0.62);
    border-radius: var(--radius-md);
    box-shadow: 0 14px 36px rgba(17, 32, 22, 0.09);
}

.playground-map {
    position: absolute;
    inset: 0;
}

.playground-filter-popover {
    position: absolute;
    top: calc(100% + 8px);
    left: var(--playground-popover-left, 24px);
    z-index: 650;
    display: none;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(227, 228, 223, 0.92);
    border-radius: var(--radius-md);
    box-shadow: 0 18px 46px rgba(17, 32, 22, 0.16);
    backdrop-filter: blur(14px);
}

.playground-filter-popover.is-open {
    display: block;
}

.playground-filter-popover--amenities {
    width: min(360px, calc(100vw - 48px));
}

.playground-filter-popover--simple {
    width: min(300px, calc(100vw - 48px));
}

.parks-discovery-page .playground-filter-popover--town-search {
    width: min(720px, calc(100vw - 48px));
}

.playground-filter-popover--more {
    width: min(330px, calc(100vw - 48px));
}

.playground-filter-popover header,
.playground-filter-popover footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-3);
    padding: 16px 18px;
}

.playground-filter-popover header {
    border-bottom: 1px solid var(--color-line);
}

.playground-filter-popover h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 900;
}

.playground-filter-popover header span {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    color: var(--color-forest-700);
    font-size: 0.78rem;
    font-weight: 850;
}

.playground-popover-search {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    margin: 12px 18px;
    padding: 9px 12px;
    color: var(--color-muted);
    background: #fff;
    border: 1px solid var(--color-line);
    border-radius: var(--radius-xs);
}

.playground-popover-search input {
    min-width: 0;
    color: var(--color-ink);
    border: 0;
    outline: 0;
    font-size: 0.88rem;
}

.playground-checkbox-list {
    display: grid;
    max-height: 360px;
    overflow: auto;
    padding: 0 18px 12px;
}

.playground-simple-filter-list {
    display: grid;
    padding: 8px 18px 12px;
}

.parks-discovery-page .playground-filter-popover--town-search .playground-simple-filter-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px 12px;
    max-height: min(440px, calc(100vh - 280px));
    overflow: auto;
    padding-top: 4px;
}

.parks-discovery-page .playground-filter-popover--town-search .playground-filter-empty-option {
    grid-column: 1 / -1;
}

.playground-checkbox-list label,
.playground-simple-filter-list label {
    display: grid;
    grid-template-columns: 18px 22px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 36px;
    color: var(--color-ink);
    font-size: 0.87rem;
    font-weight: 670;
    cursor: pointer;
}

.playground-checkbox-list label[hidden],
.playground-simple-filter-list label[hidden] {
    display: none;
}

.playground-simple-filter-list label {
    grid-template-columns: 18px minmax(0, 1fr);
}

.playground-filter-empty-option {
    color: #66756c;
    font-size: 0.88rem;
    line-height: 1.4;
    margin: 0;
    padding: 0.75rem 0.25rem;
}

.playground-checkbox-list input,
.playground-simple-filter-list input {
    position: absolute;
    opacity: 0;
}

.playground-checkbox-faux {
    display: grid;
    width: 16px;
    height: 16px;
    place-items: center;
    color: transparent;
    background: #fff;
    border: 1px solid #aeb8ae;
    border-radius: 4px;
}

.playground-checkbox-list input:checked + .playground-checkbox-faux,
.playground-simple-filter-list input:checked + .playground-checkbox-faux {
    color: #fff;
    background: var(--color-forest-700);
    border-color: var(--color-forest-700);
}

.playground-checkbox-list label > svg,
.playground-checkbox-list label > i {
    color: var(--color-forest-700);
}

.playground-filter-popover footer {
    border-top: 1px solid var(--color-line);
}

.playground-filter-popover footer button {
    min-height: 42px;
    padding-inline: 16px;
    color: var(--color-forest-700);
    background: transparent;
    border: 0;
    border-radius: var(--radius-xs);
    cursor: pointer;
    font-size: 0.88rem;
    font-weight: 850;
}

.playground-filter-popover footer button:last-child {
    color: #fff;
    background: var(--color-forest-700);
}

.playground-filter-popover footer button:last-child span {
    display: inline-grid;
    min-width: 22px;
    height: 22px;
    margin-left: 5px;
    place-items: center;
    color: var(--color-forest-800);
    background: #dff0dc;
    border-radius: 50%;
}

.playground-more-filter-list button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 47px;
    padding: 0 18px;
    color: var(--color-ink);
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--color-line);
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 710;
}

.playground-more-filter-list button:hover {
    background: var(--color-wash);
}

.playground-more-filter-list[hidden],
.playground-more-filter-view[hidden] {
    display: none;
}

.playground-more-filter-view .playground-simple-filter-list {
    max-height: min(360px, calc(100vh - 300px));
    overflow-y: auto;
}

.playground-more-filter-back {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 10px 18px 0;
    padding: 7px 0;
    color: var(--color-forest-700);
    background: transparent;
    border: 0;
    cursor: pointer;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 800;
}

.playground-more-filter-view input[type="radio"] + .playground-checkbox-faux {
    border-radius: 50%;
}

.playground-map-controls {
    position: absolute;
    right: 22px;
    bottom: 22px;
    z-index: 660;
    display: grid;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--color-line);
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(17, 32, 22, 0.16);
}

.playground-map-controls button {
    display: grid;
    width: 46px;
    height: 44px;
    place-items: center;
    color: var(--color-ink);
    background: #fff;
    border: 0;
    border-bottom: 1px solid var(--color-line);
    cursor: pointer;
    font-size: 1.45rem;
    font-weight: 550;
}

.playground-map-controls button:last-child {
    border-bottom: 0;
}

.playground-mobile-controls,
.playground-map-floating-actions,
.playground-map-bottom-sheet {
    display: none;
}

@media (max-width: 1220px) {
    .playground-filter-bar__inner {
        display: flex;
        overflow-x: auto;
        padding-bottom: 2px;
        scrollbar-width: none;
    }

    .playground-filter-bar__inner::-webkit-scrollbar {
        display: none;
    }

    .playground-filter-card {
        flex: 0 0 178px;
    }

    .playground-filter-clear {
        flex: 0 0 auto;
        padding-inline: 10px;
    }

    .playground-results-map {
        grid-template-columns: 440px minmax(0, 1fr);
    }

    .playground-filter-popover--amenities {
        width: min(330px, calc(50% - 22px));
    }

    .parks-discovery-page .playground-filter-popover--town-search {
        width: min(640px, calc(100vw - 48px));
    }

    .playground-filter-popover--more {
        left: min(364px, calc(50% + 6px));
        width: min(310px, calc(50% - 22px));
    }
}

@media (max-width: 760px) {
    .playgrounds-page,
    .parks-discovery-page {
        --playground-mobile-header-height: 76px;
        --playground-mobile-controls-height: 172px;
    }

    body.playground-map-mode {
        padding-bottom: 0;
        overflow: hidden;
    }

    body.playground-map-mode .site-footer,
    body.playground-map-mode .bottom-nav {
        display: none !important;
    }

    .playgrounds-page .playground-discovery-hero,
    .parks-discovery-page .playground-discovery-hero {
        display: none;
    }

    .playground-mobile-controls {
        position: sticky;
        top: var(--playground-mobile-header-height);
        z-index: 860;
        display: grid;
        gap: 9px;
        padding: 10px 16px 12px;
        background: rgba(255, 255, 255, 0.97);
        border-bottom: 1px solid rgba(227, 228, 223, 0.92);
        box-shadow: 0 8px 24px rgba(17, 32, 22, 0.06);
        backdrop-filter: blur(18px);
    }

    .playground-mobile-search {
        display: grid;
        grid-template-columns: 22px minmax(0, 1fr);
        align-items: center;
        gap: 8px;
        min-height: 44px;
        padding: 0 13px;
        color: var(--color-muted);
        background: #fff;
        border: 1px solid var(--color-line);
        border-radius: 14px;
    }

    .playground-mobile-search input {
        min-width: 0;
        color: var(--color-ink);
        background: transparent;
        border: 0;
        outline: 0;
        font: inherit;
        font-size: 0.9rem;
        font-weight: 650;
    }

    .playground-mobile-chip-row {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 1px;
        scrollbar-width: none;
    }

    .playground-mobile-chip-row::-webkit-scrollbar {
        display: none;
    }

    .playground-mobile-chip-row button {
        flex: 0 0 auto;
        min-height: 38px;
        padding: 0 13px;
        color: var(--color-ink);
        background: #fff;
        border: 1px solid var(--color-line);
        border-radius: 999px;
        font: inherit;
        font-size: 0.8rem;
        font-weight: 820;
        white-space: nowrap;
    }

    .playground-mobile-chip-row button.is-active,
    .playground-mobile-chip-row .playground-mobile-clear-chip:not([hidden]) {
        color: #fff;
        background: var(--color-forest-700);
        border-color: var(--color-forest-700);
    }

    .playground-mobile-view-toggle {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4px;
        min-height: 46px;
        padding: 4px;
        background: #fff;
        border: 1px solid var(--color-line);
        border-radius: 16px;
        box-shadow: 0 6px 18px rgba(17, 32, 22, 0.06);
    }

    .playground-mobile-view-toggle button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        min-height: 38px;
        color: var(--color-ink);
        background: transparent;
        border: 0;
        border-radius: 12px;
        font: inherit;
        font-size: 0.9rem;
        font-weight: 880;
    }

    .playground-mobile-view-toggle button.is-active {
        color: #fff;
        background: var(--color-forest-700);
        box-shadow: 0 8px 18px rgba(31, 122, 58, 0.2);
    }

    .playgrounds-page .playground-filter-bar,
    .parks-discovery-page .playground-filter-bar {
        display: none;
    }

    .playgrounds-page .playground-results-map,
    .parks-discovery-page .playground-results-map {
        width: 100%;
        max-width: none;
        padding: 12px 16px 28px;
    }

    .playgrounds-page .playground-results-panel.results-panel,
    .parks-discovery-page .playground-results-panel.results-panel {
        height: auto;
        max-height: none;
        padding: 0;
        overflow: visible;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .playgrounds-page .playground-results-panel__bar,
    .parks-discovery-page .playground-results-panel__bar {
        margin-bottom: 12px;
    }

    .playgrounds-page .playground-sort-select span,
    .parks-discovery-page .playground-sort-select span {
        white-space: nowrap;
    }

    .playgrounds-page .playground-view-toggle,
    .parks-discovery-page .playground-view-toggle {
        display: none;
    }

    .playgrounds-page .playground-result-card__link,
    .parks-discovery-page .playground-result-card__link {
        grid-template-columns: 112px minmax(0, 1fr);
        min-height: 118px;
        gap: 12px;
        padding: 9px;
    }

    .playgrounds-page .playground-result-card__media img,
    .parks-discovery-page .playground-result-card__media img {
        min-height: 100px;
    }

    .playgrounds-page .playground-result-card__rating,
    .parks-discovery-page .playground-result-card__rating {
        display: none;
    }

    .playgrounds-page .playground-result-card__body,
    .parks-discovery-page .playground-result-card__body {
        padding-right: 28px;
    }

    .playgrounds-page .playground-map-stage,
    .parks-discovery-page .playground-map-stage {
        display: none;
    }

    .playgrounds-page.is-map-mode .playground-discovery-hero,
    .parks-discovery-page.is-map-mode .playground-discovery-hero,
    .playgrounds-page.is-map-mode .playground-results-panel,
    .parks-discovery-page.is-map-mode .playground-results-panel,
    .playgrounds-page.is-map-mode .filter-empty-state,
    .parks-discovery-page.is-map-mode .filter-empty-state,
    .playgrounds-page.is-map-mode .results-list-loader,
    .parks-discovery-page.is-map-mode .results-list-loader {
        display: none !important;
    }

    .playgrounds-page.is-map-mode .playground-results-map,
    .parks-discovery-page.is-map-mode .playground-results-map {
        display: block;
        padding: 0;
    }

    .playgrounds-page.is-map-mode .playground-map-stage,
    .parks-discovery-page.is-map-mode .playground-map-stage {
        display: block;
        min-height: calc(100dvh - var(--playground-mobile-header-height) - var(--playground-mobile-controls-height));
        height: calc(100dvh - var(--playground-mobile-header-height) - var(--playground-mobile-controls-height));
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .playgrounds-page.is-map-mode .playground-map,
    .parks-discovery-page.is-map-mode .playground-map {
        position: absolute;
        inset: 0;
    }

    .playground-map-floating-actions {
        position: absolute;
        top: 16px;
        right: 14px;
        left: 14px;
        z-index: 660;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        pointer-events: none;
    }

    .playground-map-floating-actions button {
        pointer-events: auto;
    }

    .playground-map-floating-actions__tools {
        display: flex;
        flex: 0 0 auto;
        align-items: center;
        gap: 8px;
    }

    .playground-map-search-area {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        min-height: 42px;
        padding: 0 16px;
        margin-inline: auto;
        color: var(--color-forest-800);
        background: #fff;
        border: 1px solid var(--color-line);
        border-radius: 999px;
        box-shadow: 0 10px 24px rgba(17, 32, 22, 0.13);
        font: inherit;
        font-size: 0.85rem;
        font-weight: 880;
    }

    .playground-map-locate-button,
    .playground-map-filter-button {
        display: grid;
        flex: 0 0 auto;
        width: 44px;
        height: 44px;
        place-items: center;
        color: var(--color-ink);
        background: #fff;
        border: 1px solid var(--color-line);
        border-radius: 14px;
        box-shadow: 0 10px 24px rgba(17, 32, 22, 0.13);
    }

    .playground-map-locate-button:disabled,
    .playground-map-locate-button[aria-busy="true"],
    .playground-map-filter-button:disabled {
        cursor: wait;
        opacity: 0.72;
    }

    .playgrounds-page.is-list-mode .playground-map-floating-actions,
    .parks-discovery-page.is-list-mode .playground-map-floating-actions,
    .playgrounds-page.is-list-mode .playground-map-bottom-sheet,
    .parks-discovery-page.is-list-mode .playground-map-bottom-sheet {
        display: none !important;
    }

    .playgrounds-page.is-map-mode .playground-map-bottom-sheet:not([hidden]),
    .parks-discovery-page.is-map-mode .playground-map-bottom-sheet:not([hidden]) {
        position: absolute;
        right: 12px;
        bottom: 12px;
        left: 12px;
        z-index: 670;
        display: block;
        padding: 10px 12px 12px;
        background: rgba(255, 255, 255, 0.98);
        border: 1px solid var(--color-line);
        border-radius: 22px;
        box-shadow: 0 -12px 34px rgba(17, 32, 22, 0.16);
        backdrop-filter: blur(18px);
        cursor: pointer;
        transition: max-height 180ms ease, border-radius 180ms ease, transform 180ms ease;
        max-height: 190px;
        overflow: hidden;
        touch-action: pan-y;
    }

    .playgrounds-page.is-map-mode .playground-map-bottom-sheet.is-expanded:not([hidden]),
    .parks-discovery-page.is-map-mode .playground-map-bottom-sheet.is-expanded:not([hidden]) {
        right: 0;
        bottom: 0;
        left: 0;
        max-height: min(72dvh, 620px);
        padding: 10px 16px max(18px, env(safe-area-inset-bottom));
        overflow-y: auto;
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
        border-radius: 26px 26px 0 0;
        cursor: default;
    }

    .playground-map-bottom-sheet__handle {
        display: block;
        width: 46px;
        height: 5px;
        margin: 0 auto 10px;
        padding: 10px 28px;
        background: #cdd7cd;
        background-clip: content-box;
        border: 0;
        border-radius: 999px;
        cursor: grab;
        appearance: none;
    }

    .playground-map-bottom-sheet.is-expanded .playground-map-bottom-sheet__handle {
        margin-bottom: 14px;
        cursor: ns-resize;
    }

    .playground-map-sheet-card {
        display: grid;
        grid-template-columns: 104px minmax(0, 1fr);
        gap: 12px;
        align-items: center;
    }

    .playground-map-sheet-card.is-expanded {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 14px;
    }

    .playground-map-sheet-card img {
        width: 104px;
        height: 96px;
        object-fit: cover;
        border-radius: 15px;
    }

    .playground-map-sheet-card.is-expanded img {
        width: 100%;
        height: 180px;
        border-radius: 18px;
    }

    .playground-map-sheet-card__type {
        display: inline-flex;
        margin-bottom: 5px;
        color: var(--color-forest-700);
        font-size: 0.7rem;
        font-weight: 900;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .playground-map-sheet-card h3 {
        margin: 0;
        color: var(--color-ink);
        font-size: 1.08rem;
        line-height: 1.08;
    }

    .playground-map-sheet-card.is-expanded h3 {
        font-size: 1.35rem;
        line-height: 1.12;
    }

    .playground-map-sheet-card p {
        margin: 5px 0 0;
        color: var(--color-muted);
        font-size: 0.84rem;
        font-weight: 680;
    }

    .playground-map-sheet-card__tags {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        margin-top: 8px;
    }

    .playground-map-sheet-card__tags span {
        padding: 4px 8px;
        color: var(--color-forest-800);
        background: var(--color-mint);
        border-radius: 999px;
        font-size: 0.72rem;
        font-weight: 780;
    }

    .playground-map-sheet-card__details {
        display: grid;
        gap: 8px;
        margin: 14px 0 0;
        padding: 12px;
        background: #f7faf5;
        border: 1px solid rgba(216, 225, 211, 0.86);
        border-radius: 16px;
    }

    .playground-map-sheet-card__details div {
        display: grid;
        grid-template-columns: 78px minmax(0, 1fr);
        gap: 10px;
    }

    .playground-map-sheet-card__details dt {
        color: var(--color-muted);
        font-size: 0.72rem;
        font-weight: 850;
        text-transform: uppercase;
    }

    .playground-map-sheet-card__details dd {
        margin: 0;
        color: var(--color-ink);
        font-size: 0.88rem;
        font-weight: 720;
    }

    .playground-map-sheet-card__cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        padding: 0 14px;
        margin-top: 10px;
        color: #fff;
        background: var(--color-forest-700);
        border-radius: 12px;
        font-size: 0.9rem;
        font-weight: 900;
    }

    .playground-map-sheet-card.is-expanded .playground-map-sheet-card__cta {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .playground-discovery-page {
        padding-bottom: 74px;
    }

    .playground-discovery-page .container {
        width: min(calc(100% - 32px), 1460px);
    }

    .playground-discovery-hero {
        min-height: 360px;
    }

    .playground-discovery-hero__inner {
        min-height: 360px;
        padding-block: var(--space-7);
    }

    .playground-discovery-hero h1 {
        font-size: 2.65rem;
    }

    .playground-discovery-search {
        width: 100%;
    }

    .playground-results-map {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .playground-results-panel.results-panel {
        height: auto;
        max-height: none;
        padding: 16px;
        overflow: visible;
        order: 1;
    }

    .playground-map-stage {
        min-height: 430px;
        order: 2;
    }

    .playground-results-panel__bar {
        align-items: center;
        flex-direction: row;
        gap: 10px;
    }

    .playground-results-panel__tools {
        width: 100%;
        overflow-x: auto;
    }

    .playground-filter-popover {
        position: relative;
        top: auto;
        left: auto;
        width: calc(100% - 28px);
        margin: 14px auto 0;
    }

    .parks-discovery-page .playground-filter-popover--town-search {
        width: calc(100% - 28px);
    }

    .parks-discovery-page .playground-filter-popover--town-search .playground-simple-filter-list {
        grid-template-columns: 1fr;
        max-height: 48dvh;
    }

    .playground-filter-popover--more {
        left: auto;
    }

    .playground-filter-popover--more {
        display: none;
    }
}

@media (max-width: 560px) {
    .playground-discovery-hero h1 {
        font-size: 2.25rem;
    }

    .playground-discovery-hero p {
        font-size: 1rem;
    }

    .playground-discovery-search {
        grid-template-columns: 24px minmax(0, 1fr) 46px;
        min-height: 54px;
        padding-left: 14px;
    }

    .playground-discovery-search button {
        width: 44px;
        height: 44px;
    }

    .playground-result-card__link {
        grid-template-columns: 116px minmax(0, 1fr);
        gap: 12px;
        min-height: 124px;
    }

    .playground-result-card__media img {
        min-height: 104px;
    }

    .playground-result-card__rating {
        grid-column: 2;
        justify-self: start;
        align-self: start;
        padding: 0;
    }

    .playground-result-card__chips span:nth-child(n + 3),
    .playground-view-toggle {
        display: none;
    }

    .playground-map-stage {
        min-height: 340px;
    }

    .playground-checkbox-list {
        max-height: 280px;
    }
}

@media (max-width: 760px) {
    .playgrounds-page .container.playground-results-map,
    .parks-discovery-page .container.playground-results-map {
        width: min(calc(100% - 32px), 1460px);
        max-width: 1460px;
    }

    .playgrounds-page.is-list-mode .playground-map-stage,
    .parks-discovery-page.is-list-mode .playground-map-stage {
        display: none !important;
    }

    .playgrounds-page.is-map-mode .playground-results-panel.results-panel,
    .parks-discovery-page.is-map-mode .playground-results-panel.results-panel {
        position: absolute;
        z-index: 0;
        display: none !important;
        visibility: hidden;
        pointer-events: none;
    }

    .playgrounds-page.is-map-mode .playground-results-map,
    .parks-discovery-page.is-map-mode .playground-results-map {
        display: block !important;
        position: relative;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
    }

    .playgrounds-page.is-map-mode .playground-map-stage,
    .parks-discovery-page.is-map-mode .playground-map-stage {
        position: relative;
        z-index: 1;
        display: block !important;
        min-height: calc(100dvh - var(--playground-mobile-header-height) - var(--playground-mobile-controls-height));
        height: calc(100dvh - var(--playground-mobile-header-height) - var(--playground-mobile-controls-height));
        order: 1;
    }

    .playgrounds-page.is-map-mode .playground-map-controls,
    .parks-discovery-page.is-map-mode .playground-map-controls {
        top: auto;
        right: 14px;
        bottom: 94px;
    }

    .playgrounds-page .playground-mobile-chip-row.is-attention,
    .parks-discovery-page .playground-mobile-chip-row.is-attention {
        box-shadow: inset 0 0 0 2px rgba(31, 122, 58, 0.16);
    }

    .playgrounds-page .playground-filter-bar.is-mobile-open,
    .parks-discovery-page .playground-filter-bar.is-mobile-open {
        position: fixed;
        inset: 0;
        z-index: 880;
        display: block;
        padding: 0;
        background: rgba(17, 32, 22, 0.28);
        border: 0;
    }

    .playgrounds-page .playground-filter-bar.is-mobile-open .playground-filter-bar__inner,
    .parks-discovery-page .playground-filter-bar.is-mobile-open .playground-filter-bar__inner {
        display: none;
    }

    .playgrounds-page .playground-filter-bar.is-mobile-open .playground-filter-popover,
    .parks-discovery-page .playground-filter-bar.is-mobile-open .playground-filter-popover {
        display: none;
    }

    .playgrounds-page .playground-filter-bar.is-mobile-open .playground-filter-popover.is-open,
    .parks-discovery-page .playground-filter-bar.is-mobile-open .playground-filter-popover.is-open {
        position: fixed;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        max-height: 78dvh;
        padding-bottom: max(20px, env(safe-area-inset-bottom));
        margin: 0;
        overflow-y: auto;
        border-radius: 24px 24px 0 0;
        box-shadow: 0 -22px 44px rgba(17, 32, 22, 0.18);
    }
}

.boatlaunches-discovery-page .boatlaunch-result-card .playground-result-card__link {
    grid-template-columns: minmax(0, 1fr);
    min-height: 112px;
    padding: 16px;
}

.boatlaunches-discovery-page .boatlaunch-result-card {
    min-height: 112px;
}

.playground-map-sheet-card.playground-map-sheet-card--no-image {
    grid-template-columns: minmax(0, 1fr);
}

.newsletter {
    position: relative;
    display: grid;
    grid-template-columns: 1fr minmax(320px, 520px);
    align-items: center;
    gap: var(--space-8);
    margin-block: var(--space-2) var(--space-8);
    min-height: 112px;
    padding: var(--space-6) var(--space-8);
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(5, 25, 14, 0.88), rgba(5, 25, 14, 0.58)),
        var(--newsletter-image) center / cover;
    border-radius: var(--radius-sm);
}

.home-page .newsletter {
    margin-block-start: var(--space-8);
}

.newsletter h2,
.newsletter p {
    color: #fff;
}

.newsletter h2 {
    margin-bottom: var(--space-1);
    font-size: 1.55rem;
}

.newsletter form {
    display: grid;
    grid-template-columns: 1fr 132px;
    gap: var(--space-2);
    padding: 7px;
    background: #fff;
    border-radius: var(--radius-sm);
}

.newsletter input {
    padding-inline: var(--space-3);
}

.collections-page {
    background: #f6f7f1;
    color: var(--color-ink);
    min-height: 70vh;
}

.collections-hero,
.collection-detail-hero {
    background:
        linear-gradient(90deg, rgba(7, 28, 15, 0.94), rgba(7, 28, 15, 0.72)),
        var(--collection-hero-image, url("../img/woodland-trail.webp")) center / cover;
    color: #fff;
    padding: clamp(4.5rem, 9vw, 7rem) 0 clamp(2rem, 5vw, 3.25rem);
}

.collections-hero__inner,
.collection-detail-hero__inner {
    display: grid;
    gap: 0.85rem;
    max-width: 860px;
}

.collections-hero h1,
.collection-detail-hero h1 {
    color: #fff;
    font-size: clamp(2.35rem, 5vw, 4.7rem);
    line-height: 0.98;
    margin: 0;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.collections-hero .eyebrow,
.collection-detail-hero .eyebrow {
    color: rgba(255, 255, 255, 0.88);
}

.collections-hero p,
.collection-detail-hero p {
    color: rgba(255, 255, 255, 0.94);
    font-size: 1.08rem;
    line-height: 1.55;
    max-width: 660px;
}

.collections-search {
    align-items: center;
    background: rgba(255, 255, 255, 0.97);
    border-radius: var(--radius-md);
    box-shadow: 0 18px 52px rgba(0, 0, 0, 0.2);
    display: grid;
    gap: 0.65rem;
    grid-template-columns: 22px minmax(0, 1fr) auto;
    max-width: 660px;
    padding: 0.75rem;
}

.collections-search > svg {
    color: var(--color-forest-700);
}

.collections-search input {
    background: transparent;
    border: 0;
    color: var(--color-ink);
    font: inherit;
    min-height: 46px;
    min-width: 0;
    outline: 0;
}

.collections-search button {
    background: var(--color-forest-700);
    border: 0;
    border-radius: var(--radius-xs);
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 850;
    min-height: 44px;
    padding: 0 1rem;
}

.collections-results,
.collections-error {
    padding-block: 1.2rem 3.5rem;
}

.collections-results__header {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.collections-results__header h2 {
    font-size: 1.3rem;
    margin: 0;
}

.collections-results__header p,
.collection-detail-summary p,
.collection-intro,
.collections-card__body > span,
.collection-item-card__body > span {
    color: #5c685f;
    line-height: 1.5;
}

.collections-results__header a,
.collection-detail-summary a {
    align-items: center;
    color: var(--color-forest-700);
    display: inline-flex;
    font-weight: 850;
    gap: 0.35rem;
    text-decoration: none;
}

.collections-card-grid {
    display: grid;
    gap: 0.9rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.collections-card,
.collection-detail-summary section,
.collection-intro,
.collection-item-card {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(17, 32, 22, 0.09);
    border-radius: var(--radius-md);
    box-shadow: 0 18px 46px rgba(17, 32, 22, 0.08);
}

.collections-card {
    color: var(--color-ink);
    display: grid;
    min-height: 100%;
    overflow: hidden;
    text-decoration: none;
}

.collections-card:hover,
.collections-card:focus-visible,
.collection-item-card:hover,
.collection-item-card:focus-visible {
    border-color: rgba(31, 118, 45, 0.24);
    box-shadow: 0 18px 42px rgba(17, 32, 22, 0.12);
    outline: 0;
}

.collections-card__image {
    background: var(--collection-image) center / cover;
    min-height: 180px;
}

.collections-card__body {
    display: grid;
    gap: 0.35rem;
    padding: 1rem;
}

.collections-card small,
.collection-item-card small {
    color: var(--color-forest-700);
    font-size: 0.74rem;
    font-weight: 900;
    text-transform: uppercase;
}

.collections-card strong {
    font-size: 1.25rem;
    line-height: 1.12;
}

.collections-card em,
.collection-item-card em {
    color: #5c685f;
    font-size: 0.84rem;
    font-style: normal;
    font-weight: 750;
}

.collection-detail-layout {
    align-items: start;
    display: grid;
    gap: 1rem;
    grid-template-columns: 280px minmax(0, 1fr);
    padding-block: 1.2rem 3.5rem;
}

.collection-detail-summary {
    display: grid;
    gap: 1rem;
    position: sticky;
    top: 96px;
}

.collection-detail-summary section,
.collection-intro {
    padding: 1rem;
}

.collection-detail-summary svg {
    color: var(--color-forest-700);
}

.collection-detail-content {
    display: grid;
    gap: 1rem;
}

.collection-item-list {
    display: grid;
    gap: 0.75rem;
}

.collection-item-card {
    align-items: center;
    color: var(--color-ink);
    display: grid;
    gap: 0.85rem;
    grid-template-columns: 40px 110px minmax(0, 1fr) 18px;
    min-height: 118px;
    padding: 0.75rem;
    text-decoration: none;
}

.collection-item-card__number {
    align-items: center;
    background: var(--color-mint);
    border-radius: 50%;
    color: var(--color-forest-700);
    display: flex;
    font-weight: 900;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.collection-item-card__image img {
    border-radius: var(--radius-xs);
    height: 88px;
    object-fit: cover;
    width: 110px;
}

.collection-item-card__body {
    display: grid;
    gap: 0.25rem;
    min-width: 0;
}

.collection-item-card strong {
    font-size: 1.1rem;
    line-height: 1.15;
}

@media (max-width: 980px) {
    .collections-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .collection-detail-layout {
        grid-template-columns: 1fr;
    }

    .collection-detail-summary {
        position: static;
    }
}

@media (max-width: 640px) {
    .collections-search,
    .collections-card-grid {
        grid-template-columns: 1fr;
    }

    .collections-search > svg {
        display: none;
    }

    .collection-item-card {
        grid-template-columns: 32px minmax(0, 1fr);
    }

    .collection-item-card__image,
    .collection-item-card > svg {
        display: none;
    }
}

.site-footer {
    margin-top: var(--space-12);
    padding-block: var(--space-6) var(--space-5);
    background: #fff;
    border-top: 1px solid var(--color-line);
}

.site-footer__inner {
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: var(--space-10);
    align-items: start;
}

.site-footer__brand p {
    margin-block: var(--space-4);
    color: var(--color-muted);
}

.site-footer .brand__mark {
    width: 56px;
    height: 56px;
}

.social-list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-3);
}

.social-list a {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: var(--color-ink);
    background: var(--color-wash);
    border: 1px solid var(--color-line);
    border-radius: 50%;
    font-size: 1.05rem;
    line-height: 1;
    text-decoration: none;
}

.social-list .fa-brands {
    line-height: 1;
}

.footer-nav {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    gap: var(--space-6) clamp(var(--space-10), 4vw, 72px);
}

.footer-nav h2 {
    margin-bottom: var(--space-3);
    color: var(--color-forest-800);
    font-size: 0.9rem;
}

.footer-nav a {
    display: block;
    margin-bottom: 7px;
    color: var(--color-text);
    font-size: 0.9rem;
}

.site-footer__legal {
    display: flex;
    gap: var(--space-6);
    padding-top: var(--space-5);
    margin-top: var(--space-6);
    color: var(--color-muted);
    border-top: 1px solid var(--color-line);
    font-size: 0.85rem;
}

.site-footer__legal span {
    margin-right: auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.nps-icon {
    display: inline-block;
    flex: 0 0 auto;
    overflow: visible;
    fill: currentColor;
    stroke: none;
    vertical-align: -0.125em;
}

.pictogram-icon {
    display: inline-block;
    flex: 0 0 auto;
    background-color: currentColor;
    -webkit-mask: var(--pictogram-url) center / contain no-repeat;
    mask: var(--pictogram-url) center / contain no-repeat;
    vertical-align: -0.125em;
}

::selection {
    color: #fff;
    background: var(--color-forest-700);
}

:focus-visible {
    outline: 3px solid rgba(31, 118, 45, 0.35);
    outline-offset: 3px;
}

.seo-pagination { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; padding: 20px; }

@media (max-width: 1040px) {
    .primary-nav,
    .site-header__actions .button,
    .site-header__actions .header-search,
    .site-header__actions .account-menu {
        display: none !important;
    }

    .menu-button {
        display: inline-flex !important;
    }

    .activity-grid,
    .collection-grid {
        grid-auto-columns: 160px;
        grid-template-columns: none;
        grid-auto-flow: column;
        overflow-x: auto;
        padding-bottom: var(--space-2);
        scroll-snap-type: x proximity;
    }

    .activity-card,
    .collection-card {
        scroll-snap-align: start;
    }

    .discovery-grid,
    .content-grid,
    .listing-hero__inner,
    .listing-layout,
    .detail-grid,
    .site-footer__inner {
        grid-template-columns: 1fr;
    }

    .listing-map-card,
    .detail-sidebar {
        position: static;
    }

    .feature-news {
        grid-template-columns: 1fr;
    }

    .home-news-featured,
    .home-news-grid {
        grid-template-columns: 1fr;
    }

    .home-news-featured {
        min-height: 0;
    }

    .home-news-featured__media {
        min-height: 320px;
    }

    .news-list {
        grid-column: auto;
    }

    .footer-nav {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 720px) {
    body {
        padding-bottom: 74px;
    }

    .container {
        width: min(calc(100% - 32px), var(--container));
    }

    .site-header .container,
    .site-footer .container,
    .home-page .container,
    .detail-hero .container,
    .detail-grid {
        width: min(calc(100% - 32px), 1460px);
    }

    .site-header {
        position: sticky;
        width: 100%;
        color: var(--color-ink);
        background: rgba(255, 255, 255, 0.96);
        border-bottom: 1px solid rgba(227, 228, 223, 0.82);
    }

    .hero {
        min-height: 520px;
        margin: 0;
        border-radius: 0;
        background:
            linear-gradient(180deg, rgba(5, 21, 13, 0.24), rgba(5, 21, 13, 0.78)),
            var(--hero-image) center / cover;
    }

    .hero__inner {
        align-items: flex-end;
        min-height: 520px;
        padding-block: 72px 28px;
    }

    .hero__content {
        width: 100%;
    }

    .hero h1 {
        font-size: 2.05rem;
        line-height: 1.08;
    }

    .hero p {
        font-size: 1rem;
    }

    .hero__place,
    .hero__popular span,
    .hero__popular a:nth-of-type(n + 3) {
        display: none;
    }

    .search-box {
        grid-template-columns: 1fr 52px;
        min-height: 66px;
        padding-left: var(--space-4);
    }

    .search-box > svg {
        display: none;
    }

    .section {
        padding-block: var(--space-7, 28px);
    }

    .section-heading a {
        font-size: 0.82rem;
    }

    .activity-grid {
        grid-auto-columns: 86px;
    }

    .activity-card {
        min-height: 166px;
    }

    .activity-card__icon {
        bottom: 36px;
        left: 50%;
        width: 38px;
        height: 38px;
        transform: translateX(-50%);
    }

    .activity-card strong {
        inset-inline: 8px;
        text-align: center;
        font-size: 0.78rem;
    }

    .map-panel {
        min-height: 286px;
    }

    .nearby-card,
    .updates-card,
    .feature-news {
        border-radius: var(--radius-sm);
    }

    .collection-grid {
        grid-auto-columns: 132px;
    }

    .collection-card {
        min-height: 172px;
    }

    .content-grid {
        gap: var(--space-4);
    }

    .feature-news {
        padding: 0;
        overflow: hidden;
    }

    .feature-news .section-heading {
        padding: var(--space-5) var(--space-5) 0;
    }

    .feature-news__lead {
        border-radius: 0;
    }

    .feature-news__body,
    .news-list {
        padding-inline: var(--space-5);
    }

    .home-news {
        padding: var(--space-4);
        border-radius: var(--radius-sm);
    }

    .home-news__heading {
        align-items: flex-start;
    }

    .home-news__heading a {
        white-space: nowrap;
    }

    .home-news-featured__media {
        min-height: 260px;
    }

    .home-news-featured__body {
        padding: var(--space-5);
    }

    .home-news-featured h3 {
        font-size: 1.8rem;
    }

    .home-news-featured__body > p:not(.home-news-date) {
        font-size: 0.96rem;
    }

    .home-news-card {
        grid-template-rows: 176px 1fr;
        min-height: 0;
    }

    .home-news-card__media {
        min-height: 176px;
    }

    .home-news-card__body {
        padding: var(--space-4);
    }

    .news-list {
        padding-bottom: var(--space-5);
    }

    .update-item {
        grid-template-columns: 38px 1fr;
    }

    .update-item time {
        grid-column: 2;
    }

    .newsletter {
        grid-template-columns: 1fr;
        padding: var(--space-6);
    }

    .newsletter form {
        grid-template-columns: 1fr;
        background: transparent;
        padding: 0;
    }

    .newsletter input {
        min-height: 54px;
        padding-inline: var(--space-4);
        background: #fff;
        border-radius: var(--radius-xs);
    }

    .footer-nav {
        display: none;
    }

    .site-footer__legal {
        display: grid;
        gap: var(--space-2);
    }

    .listing-hero {
        padding-block: 96px var(--space-8);
    }

    .listing-hero h1,
    .detail-hero h1 {
        font-size: 2.3rem;
    }

    .filter-bar {
        grid-template-columns: 22px 1fr;
    }

    .filter-bar .button {
        grid-column: 1 / -1;
        width: 100%;
    }

    .place-grid,
    .fact-grid {
        grid-template-columns: 1fr;
    }

    .listing-layout,
    .detail-grid {
        padding-block: var(--space-5);
    }

    .detail-hero {
        min-height: 430px;
        margin: 0 12px;
        border-radius: 0 0 var(--radius-lg) var(--radius-lg);
    }

    .detail-hero__inner {
        min-height: 430px;
        padding-block: 118px var(--space-8);
    }

    .detail-content {
        padding: var(--space-5);
    }

    .bottom-nav {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 60;
        display: grid;
        grid-template-columns: repeat(var(--bottom-nav-count, 5), 1fr);
        min-height: 66px;
        padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
        background: rgba(255, 255, 255, 0.96);
        border-top: 1px solid var(--color-line);
        box-shadow: 0 -10px 30px rgba(17, 32, 22, 0.08);
        backdrop-filter: blur(18px);
    }

    .bottom-nav a,
    .bottom-nav button {
        appearance: none;
        display: grid;
        justify-items: center;
        align-content: center;
        gap: 2px;
        padding: 0;
        color: var(--color-muted);
        background: transparent;
        border: 0;
        font: inherit;
        font-size: 0.72rem;
        font-weight: 720;
        cursor: pointer;
    }

    .bottom-nav a.is-active,
    .bottom-nav button.is-active {
        color: var(--color-forest-700);
    }
}


[data-detail-page] .detail-read-less { display: none; }
[data-detail-page] details[open] > summary .detail-read-more { display: none; }
[data-detail-page] details[open] > summary .detail-read-less { display: inline; }
[data-detail-page] [data-save-place].is-saved svg { fill: currentColor; }
.detail-action-status { position: fixed; bottom: 90px; left: 50%; transform: translateX(-50%); z-index: 1000; width: max-content; max-width: calc(100vw - 32px); padding: 12px 18px; background: #153d24; color: #fff; border-radius: 10px; box-shadow: 0 4px 20px #0003; }
.detail-action-status:empty { display: none; }
