.place-hub {
    display: grid;
    gap: 1.5rem;
    padding-bottom: 4rem;
}

.place-hero,
.place-section,
.place-notice {
    border: 1px solid var(--color-border, #dce5e1);
    border-radius: 1.25rem;
    background: #fff;
    padding: clamp(1.25rem, 3vw, 2rem);
}

.place-hero {
    background: linear-gradient(145deg, #f0f8f4 0%, #fff 72%);
}

.place-hero h1,
.place-section h2,
.place-kiosk-list h3 {
    margin: 0;
}

.place-hero h1 {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: keep-all;
    text-wrap: balance;
}

.place-hero__lead {
    max-width: 44rem;
    color: var(--color-text-muted, #52635e);
    line-height: 1.7;
}

.place-facts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    gap: 0.75rem;
    margin: 1.5rem 0 0;
}

.place-facts div {
    border-radius: 0.9rem;
    background: #f6f9f7;
    padding: 0.9rem 1rem;
}

.place-facts dt {
    margin-bottom: 0.3rem;
    color: #64736e;
    font-size: 0.82rem;
}

.place-facts dd {
    margin: 0;
    font-weight: 700;
}

.place-section__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.place-section__heading > p {
    margin: 0;
}

.place-document-list,
.place-kiosk-list,
.place-neighbor-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.place-document-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
    gap: 0.75rem;
}

.place-document-list li {
    display: grid;
    gap: 0.3rem;
    border-radius: 0.9rem;
    background: #f3f8f5;
    padding: 1rem;
}

.place-document-list span,
.place-kiosk-list p,
.place-neighbor-list span,
.place-distance-notice {
    color: #64736e;
    font-size: 0.9rem;
}

.place-kiosk-more {
    margin-top: 0.75rem;
    border-top: 1px solid #e5ebe8;
}

.place-kiosk-more summary {
    min-height: 44px;
    padding: 0.9rem 0;
    color: #104a3b;
    font-weight: 750;
    cursor: pointer;
}

.place-kiosk-list--additional {
    border-top: 1px solid #e5ebe8;
}

.place-kiosk-list li {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    border-top: 1px solid #e5ebe8;
}

.place-kiosk-list li:first-child {
    border-top: 0;
}

.place-kiosk-list p {
    margin: 0.35rem 0 0;
}

.place-kiosk-list a,
.place-document-list a,
.place-neighbor-list a {
    color: #104a3b;
    font-weight: 750;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.18em;
}

.place-distance {
    flex: 0 0 auto;
    border-radius: 999px;
    background: #e8f3ed;
    color: #104a3b;
    padding: 0.35rem 0.65rem;
    font-size: 0.82rem;
    font-weight: 700;
}

.place-distance-notice {
    margin: 1rem 0 0;
    line-height: 1.6;
}

.place-neighbor-list {
    display: grid;
    gap: 0.7rem;
}

.place-neighbor-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.85rem;
    border-radius: 0.8rem;
    background: #f6f9f7;
    padding: 0.85rem 1rem;
}

.place-notice {
    background: #fffaf0;
    border-color: #eee0bd;
}

.place-notice p {
    margin: 0.45rem 0 0;
    color: #685e45;
    line-height: 1.6;
}

.place-document-page h1 {
    display: grid;
    gap: 0.35rem;
}

.place-document-page h1 strong {
    color: #104a3b;
    font-size: clamp(1.35rem, 4vw, 2.15rem);
}

.place-document-link {
    margin: 1.25rem 0 0;
}

.place-document-link a {
    color: #104a3b;
    font-weight: 750;
    text-underline-offset: 0.18em;
}

.place-document-overview {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(16rem, 0.85fr);
    gap: 1.5rem;
}

.place-document-description {
    margin: 0.75rem 0 0;
    color: #52635e;
    line-height: 1.7;
}

.place-data-meta {
    display: grid;
    gap: 0.55rem;
    margin: 1.25rem 0 0;
}

.place-data-meta div {
    display: grid;
    grid-template-columns: 6rem minmax(0, 1fr);
    gap: 0.75rem;
}

.place-data-meta dt {
    color: #64736e;
    font-size: 0.85rem;
}

.place-data-meta dd {
    margin: 0;
}

.place-data-meta a,
.place-nearest-kiosk a {
    color: #104a3b;
    font-weight: 750;
    text-underline-offset: 0.18em;
}

.place-nearest-kiosk {
    border-radius: 1rem;
    background: #f3f8f5;
    padding: 1.1rem;
}

.place-nearest-kiosk__heading {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 0.75rem;
}

.place-nearest-kiosk h2 {
    margin: 0;
    font-size: 1.2rem;
}

.place-nearest-kiosk > p:not(.eyebrow) {
    margin: 0.65rem 0 0;
    color: #52635e;
    font-size: 0.9rem;
    line-height: 1.55;
}

.place-nearest-kiosk__facts {
    padding-top: 0.75rem;
    border-top: 1px solid #dce8e2;
}

.place-kiosk-facts {
    display: grid;
    gap: 0.35rem;
    margin: 0.7rem 0 0;
}

.place-kiosk-facts div {
    display: grid;
    grid-template-columns: minmax(6.5rem, auto) 1fr;
    gap: 0.7rem;
}

.place-kiosk-facts dt {
    color: #64736e;
    font-size: 0.85rem;
}

.place-kiosk-facts dd {
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 640px) {
    .place-hub {
        gap: 1rem;
    }

    .place-hero,
    .place-section,
    .place-notice {
        border-radius: 1rem;
        padding: 1.1rem;
    }

    .place-hero h1 {
        font-size: clamp(1.75rem, 8vw, 2.25rem);
        line-height: 1.2;
        letter-spacing: -0.045em;
    }

    .place-document-page h1 strong {
        font-size: clamp(1.2rem, 5.7vw, 1.55rem);
        line-height: 1.35;
    }

    .place-facts {
        grid-template-columns: 1fr;
        margin-top: 1.1rem;
    }

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

    .place-kiosk-list li {
        display: grid;
    }

    .place-distance {
        justify-self: start;
    }

    .place-section__heading {
        align-items: start;
        flex-direction: column;
        gap: 0.35rem;
    }

    .place-kiosk-list li {
        gap: 0.7rem;
        padding: 0.9rem 0;
    }

    .place-kiosk-facts div {
        grid-template-columns: 5.8rem minmax(0, 1fr);
        gap: 0.55rem;
    }
}
