.tn-section-directory {
    background: #f8fbff;
    color: #101a3d;
    padding-bottom: 48px
}

.tn-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 7px 11px;
    border-radius: 999px;
    background: #eef4ff;
    color: #315cff;
    font-size: .8rem;
    font-weight: 900
}

.tn-section-directory-hero {
    display: grid;
    grid-template-columns: minmax(0,1fr) 360px;
    align-items: center;
    gap: 32px;
    padding-top: 34px;
    padding-bottom: 24px
}

    .tn-section-directory-hero h1 {
        margin: 0 0 12px;
        font-size: clamp(2.1rem,4vw,3.7rem);
        line-height: 1;
        letter-spacing: -.055em;
        color: #0f1a44
    }

    .tn-section-directory-hero p {
        max-width: 720px;
        margin: 0;
        color: #53617f;
        font-size: 1.05rem;
        line-height: 1.7
    }

.tn-section-directory-art {
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center
}

    .tn-section-directory-art img {
        width: 100%;
        max-height: 230px;
        object-fit: cover;
        border-radius: 24px;
        box-shadow: 0 22px 50px rgba(22,33,77,.13)
    }

.tn-section-art-fallback, .tn-section-thailand-art {
    width: 280px;
    height: 160px;
    border-radius: 32px;
    background: linear-gradient(135deg,#e5f4ff,#fff2df);
    display: grid;
    place-items: center;
    color: #315cff;
    font-size: 4rem;
    position: relative;
    overflow: hidden
}

.tn-section-thailand-art {
    background: linear-gradient(135deg,#dff3ff 0%,#f9fbff 55%,#fff0d8 100%)
}

.tn-section-art-sun {
    position: absolute;
    right: 36px;
    top: 28px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ffd166
}

.tn-section-art-temple {
    position: absolute;
    left: 48px;
    bottom: 34px;
    width: 125px;
    height: 68px;
    background: #315cff;
    clip-path: polygon(50% 0,60% 22%,75% 22%,84% 45%,100% 45%,100% 100%,0 100%,0 45%,16% 45%,25% 22%,40% 22%);
    opacity: .9
}

.tn-section-art-water {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    background: repeating-linear-gradient(90deg,#50c3ff 0 22px,#75d1ff 22px 44px);
    opacity: .55
}

.tn-section-stats {
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    gap: 18px;
    margin-bottom: 30px
}

.tn-section-stat {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 22px;
    background: #fff;
    border: 1px solid #e2e8f5;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(16,24,64,.04)
}

.tn-section-stat-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #eef4ff;
    color: #315cff;
    font-size: 1.25rem;
    flex: 0 0 auto
}

    .tn-section-stat-icon.purple {
        background: #f1efff;
        color: #635bff
    }

    .tn-section-stat-icon.green {
        background: #ebfff4;
        color: #15a66a
    }

    .tn-section-stat-icon.mint {
        background: #ecfbf8;
        color: #12a998
    }

    .tn-section-stat-icon.orange {
        background: #fff4e7;
        color: #f59e0b
    }

.tn-section-stat small, .tn-section-stat em {
    display: block;
    font-style: normal;
    color: #6b7896;
    font-size: .82rem
}

.tn-section-stat strong {
    display: block;
    margin: 2px 0;
    color: #0f1a44;
    font-size: 1.55rem;
    line-height: 1
}

.tn-section-toolbar {
    display: grid;
    grid-template-columns: minmax(280px,1fr) auto auto auto;
    gap: 16px;
    align-items: center;
    margin-bottom: 24px
}

.tn-section-search, .tn-section-filter-search {
    position: relative
}

    .tn-section-search input, .tn-section-filter-search input {
        width: 100%;
        height: 48px;
        padding: 0 46px 0 18px;
        border: 1px solid #dfe7f5;
        border-radius: 12px;
        background: #fff;
        color: #101a3d;
        outline: none
    }

    .tn-section-search i, .tn-section-filter-search i {
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        color: #62708f
    }

.tn-section-sort, .tn-section-view button {
    height: 48px;
    border: 1px solid #dfe7f5;
    border-radius: 12px;
    background: #fff;
    color: #1c2a55;
    font-weight: 800;
    padding: 0 18px
}

.tn-section-view {
    display: flex;
    gap: 8px
}

    .tn-section-view button.active {
        border-color: #315cff;
        color: #315cff;
        background: #f4f7ff
    }

.tn-section-showing {
    color: #667390;
    font-size: .9rem;
    white-space: nowrap
}

.tn-section-directory-layout {
    display: grid;
    grid-template-columns: 280px minmax(0,1fr);
    gap: 30px;
    align-items: start
}

.tn-section-filter-column {
    display: grid;
    gap: 20px
}

.tn-section-filter-card, .tn-section-suggest-card, .tn-section-empty, .tn-section-info-card, .tn-section-prose-card {
    background: #fff;
    border: 1px solid #e2e8f5;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(16,24,64,.04)
}

.tn-section-filter-card {
    padding: 20px
}

.tn-section-filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

    .tn-section-filter-head button {
        border: 0;
        background: none;
        color: #315cff;
        font-weight: 800
    }

.tn-section-filter-label {
    display: block;
    margin-bottom: 8px;
    color: #1c2a55;
    font-weight: 800;
    font-size: .85rem
}

.tn-section-filter-group {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #edf1f8
}

    .tn-section-filter-group strong {
        display: block;
        margin-bottom: 12px;
        font-size: .9rem;
        color: #17234e
    }

    .tn-section-filter-group label {
        display: grid;
        grid-template-columns: auto 1fr auto;
        gap: 10px;
        align-items: center;
        margin: 10px 0;
        color: #3d4a68;
        font-size: .92rem
    }

    .tn-section-filter-group input {
        accent-color: #315cff
    }

    .tn-section-filter-group em {
        font-style: normal;
        color: #8490a8
    }

.tn-section-suggest-card {
    padding: 22px
}

    .tn-section-suggest-card h3 {
        margin: 0 0 8px;
        font-size: 1.05rem
    }

    .tn-section-suggest-card p {
        color: #65728e;
        margin: 0 0 18px;
        line-height: 1.5
    }

    .tn-section-suggest-card a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        min-height: 42px;
        padding: 0 16px;
        border: 1px solid #315cff;
        border-radius: 10px;
        color: #315cff;
        font-weight: 900;
        text-decoration: none
    }

.tn-section-card-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 22px
}

    .tn-section-card-grid.is-list {
        grid-template-columns: 1fr
    }

        .tn-section-card-grid.is-list .tn-section-place-card {
            display: grid;
            grid-template-columns: 240px minmax(0,1fr)
        }

.tn-section-place-card {
    background: #fff;
    border: 1px solid #e2e8f5;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(16,24,64,.05);
    text-decoration: none;
    color: inherit;
    transition: transform .18s ease,box-shadow .18s ease
}

    .tn-section-place-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 18px 40px rgba(16,24,64,.1)
    }

.tn-section-place-image {
    position: relative;
    aspect-ratio: 1.45/1;
    background: linear-gradient(135deg,#e7f0ff,#f4f7fb)
}

.tn-section-card-grid.is-list .tn-section-place-image {
    aspect-ratio: auto;
    min-height: 100%
}

.tn-section-place-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tn-section-place-image-empty {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #315cff;
    font-size: 2rem
}

.tn-section-place-image button {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    color: #315cff
}

.tn-section-place-body {
    padding: 16px
}

.tn-section-place-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 4px
}

    .tn-section-place-title h2 {
        margin: 0;
        color: #111d46;
        font-size: 1.12rem;
        line-height: 1.15
    }

    .tn-section-place-title span {
        padding: 4px 8px;
        border-radius: 999px;
        background: #eaf2ff;
        color: #315cff;
        font-size: .72rem;
        font-weight: 900
    }

.tn-section-place-body strong {
    display: block;
    margin-bottom: 8px;
    color: #5a6684;
    font-size: .86rem
}

.tn-section-place-body p {
    min-height: 44px;
    margin: 0 0 12px;
    color: #53617f;
    line-height: 1.45;
    font-size: .9rem
}

.tn-section-place-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: #64708d;
    font-size: .82rem
}

.tn-section-region-strip, .tn-section-collections, .tn-section-info-card {
    margin-top: 34px
}

    .tn-section-region-strip h2, .tn-section-heading h2, .tn-section-info-card h2 {
        margin: 0 0 16px;
        color: #101a3d;
        font-size: 1.35rem
    }

.tn-section-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px
}

    .tn-section-heading a {
        color: #315cff;
        font-weight: 900;
        text-decoration: none
    }

.tn-section-region-grid, .tn-section-collection-grid {
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    gap: 16px
}

.tn-section-region-card, .tn-section-collection-card {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e2e8f5;
    text-decoration: none;
    color: inherit
}

.tn-section-region-card {
    min-height: 118px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff
}

    .tn-section-region-card img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .tn-section-region-card::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to top,rgba(8,13,34,.78),rgba(8,13,34,.12))
    }

.tn-section-region-empty {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg,#315cff,#14b8a6);
    font-size: 2rem
}

.tn-section-region-card span, .tn-section-region-card small, .tn-section-region-card i {
    position: relative;
    z-index: 1
}

.tn-section-region-card span {
    font-weight: 950;
    font-size: 1rem
}

.tn-section-region-card small {
    opacity: .92
}

.tn-section-region-card > i {
    position: absolute;
    right: 14px;
    bottom: 16px
}

.tn-section-collection-card {
    padding-bottom: 14px
}

    .tn-section-collection-card div {
        height: 120px;
        background: #eef4ff
    }

    .tn-section-collection-card img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .tn-section-collection-card div span {
        height: 100%;
        display: grid;
        place-items: center;
        color: #315cff;
        font-size: 2rem
    }

    .tn-section-collection-card strong, .tn-section-collection-card small {
        display: block;
        padding: 0 14px
    }

    .tn-section-collection-card strong {
        margin-top: 12px;
        color: #101a3d
    }

    .tn-section-collection-card small {
        margin-top: 4px;
        color: #687590
    }

.tn-section-info-card {
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

    .tn-section-info-card p {
        margin: 0;
        color: #64708d
    }

    .tn-section-info-card a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        min-height: 42px;
        padding: 0 16px;
        border: 1px solid #dfe7f5;
        border-radius: 10px;
        text-decoration: none;
        color: #315cff;
        font-weight: 900;
        white-space: nowrap
    }

.tn-section-empty, .tn-section-prose-card {
    padding: 36px
}

    .tn-section-empty h2 {
        margin-top: 0
    }

.tn-section-generic-main {
    padding-bottom: 40px
}

.tn-section-card-grid--generic {
    grid-template-columns: repeat(3,minmax(0,1fr))
}

@media (max-width:1200px) {
    .tn-section-stats {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .tn-section-card-grid {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .tn-section-region-grid, .tn-section-collection-grid {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }
}

@media (max-width:900px) {
    .tn-section-directory-hero, .tn-section-directory-layout, .tn-section-toolbar {
        grid-template-columns: 1fr
    }

    .tn-section-stats {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .tn-section-card-grid {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .tn-section-filter-column {
        order: 2
    }

    .tn-section-card-grid.is-list .tn-section-place-card {
        grid-template-columns: 1fr
    }
}

@media (max-width:640px) {
    .tn-section-stats, .tn-section-card-grid, .tn-section-region-grid, .tn-section-collection-grid {
        grid-template-columns: 1fr
    }

    .tn-section-info-card {
        align-items: flex-start;
        flex-direction: column
    }
}

/* ============================================================
   PLACES HERO: full-width right image with left gradient fade
   Drop-in override for the Places section hero.
   Put the image in NodeMedia as Hero/Card as you already do.
   ============================================================ */

.tn-section-places .tn-section-places-hero {
    position: relative;
    overflow: hidden;
    min-height: 285px;
    display: flex;
    align-items: center;
    padding: 54px 48px;
    border-radius: 0;
    background: #f3f8ff;
    isolation: isolate;
}

.tn-section-places .tn-section-hero-inner {
    position: relative;
    z-index: 4;
    width: min(52%, 720px);
    max-width: 720px;
}

.tn-section-places .tn-section-places-hero .tn-section-kicker {
    background: rgba(238, 244, 255, .92);
    backdrop-filter: blur(6px);
}

.tn-section-places .tn-section-places-hero h1,
.tn-section-places .tn-section-places-hero p,
.tn-section-places .tn-section-places-hero .tn-section-kicker {
    position: relative;
    z-index: 5;
}

.tn-section-places .tn-section-places-hero .tn-section-directory-art {
    position: absolute;
    inset: 0;
    z-index: 1;
    min-height: 0;
    display: block;
    pointer-events: none;
}

    .tn-section-places .tn-section-places-hero .tn-section-directory-art img {
        position: absolute;
        top: 0;
        right: 0;
        width: 66%;
        height: 100%;
        max-height: none;
        object-fit: cover;
        object-position: right center;
        border-radius: 0;
        box-shadow: none;
    }

.tn-section-places .tn-section-places-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient( 90deg, #f3f8ff 0%, #f3f8ff 28%, rgba(243, 248, 255, .98) 39%, rgba(243, 248, 255, .88) 49%, rgba(243, 248, 255, .62) 60%, rgba(243, 248, 255, .26) 74%, rgba(243, 248, 255, 0) 100% );
}

.tn-section-places .tn-section-places-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background: linear-gradient( 180deg, rgba(248, 251, 255, .14) 0%, rgba(248, 251, 255, 0) 45%, rgba(248, 251, 255, .18) 100% );
}

.tn-section-places .tn-section-places-hero .tn-section-thailand-art {
    position: absolute;
    top: 50%;
    right: 7%;
    transform: translateY(-50%);
    width: min(42vw, 520px);
    height: 190px;
    border-radius: 28px;
}

@media (max-width: 1200px) {
    .tn-section-places .tn-section-places-hero .tn-section-directory-art img {
        width: 72%;
    }
}

@media (max-width: 900px) {
    .tn-section-places .tn-section-places-hero {
        min-height: 360px;
        align-items: flex-start;
        padding: 36px 24px 180px;
    }

    .tn-section-places .tn-section-hero-inner {
        width: 100%;
        max-width: 680px;
    }

    .tn-section-places .tn-section-places-hero .tn-section-directory-art img {
        top: auto;
        bottom: 0;
        width: 100%;
        height: 62%;
        object-position: center center;
    }

    .tn-section-places .tn-section-places-hero::before {
        background: linear-gradient( 180deg, #f3f8ff 0%, #f3f8ff 38%, rgba(243, 248, 255, .88) 54%, rgba(243, 248, 255, .28) 76%, rgba(243, 248, 255, 0) 100% );
    }
}

@media (max-width: 640px) {
    .tn-section-places .tn-section-places-hero {
        min-height: 330px;
        padding: 30px 18px 155px;
    }

        .tn-section-places .tn-section-places-hero h1 {
            font-size: clamp(2rem, 11vw, 3rem);
        }

        .tn-section-places .tn-section-places-hero p {
            font-size: .98rem;
            line-height: 1.55;
        }
}

.tn-section-places .tn-section-places-hero {
    padding-bottom: 115px;
    margin-bottom: -78px;
}

.tn-section-places .tn-section-stats {
    position: relative;
    z-index: 10;
    margin-top: 0;
    margin-bottom: 42px;
}

.tn-section-places .tn-section-places-hero {
    width: 100%;
    max-width: none;
    margin: 0 0 -78px;
    padding: 54px 0 115px;
}

.tn-section-places .tn-section-hero-inner {
    position: relative;
    z-index: 4;
    width: min(1160px, calc(100% - 48px));
    margin: 0 auto;
    max-width: 1340px;
}

    .tn-section-places .tn-section-hero-inner > .tn-breadcrumbs,
    .tn-section-places .tn-section-hero-inner > nav {
        margin-bottom: 32px;
    }
/* Places directory stacked sections, hierarchy filters, and pagination */
.tn-section-content-column {
    display: grid;
    gap: 36px;
}

.tn-section-block,
.tn-section-region-strip,
.tn-section-collections,
.tn-section-info-card {
    margin-top: 0;
}

.tn-section-paged-section {
    scroll-margin-top: 96px;
}

.tn-section-heading {
    margin-bottom: 18px;
}

    .tn-section-heading > div p {
        margin: 6px 0 0;
        color: #64708d;
        font-size: .94rem;
        line-height: 1.45;
    }

.tn-section-heading-count {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: #eef4ff;
    color: #315cff;
    font-size: .82rem;
    font-weight: 950;
    white-space: nowrap;
}

.tn-section-filter-hierarchy {
    display: grid;
    gap: 12px;
}

.tn-section-filter-region {
    padding: 10px 0 0;
}

    .tn-section-filter-region + .tn-section-filter-region {
        border-top: 1px solid #f1f4fa;
    }

.tn-section-filter-region-label {
    font-weight: 900;
    color: #17234e !important;
}

.tn-section-filter-children {
    margin: 8px 0 0 20px;
    padding-left: 14px;
    border-left: 2px solid #edf2fb;
}

    .tn-section-filter-children label {
        font-size: .86rem;
        margin: 8px 0;
    }

.tn-section-filter-subhead {
    display: block;
    margin-bottom: 8px;
    color: #65728e;
    font-size: .82rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.tn-section-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 22px;
}

    .tn-section-pagination[hidden] {
        display: none !important;
    }

.tn-section-page-btn {
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid #dfe7f5;
    border-radius: 10px;
    background: #fff;
    color: #315cff;
    font-weight: 900;
}

    .tn-section-page-btn:disabled {
        color: #98a3ba;
        background: #f5f7fb;
        cursor: not-allowed;
    }

.tn-section-page-status {
    color: #64708d;
    font-size: .9rem;
    font-weight: 800;
}

@media (max-width: 900px) {
    .tn-section-content-column {
        gap: 28px;
    }

    .tn-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Things To Do section */
.tn-things-page {
    background: #f8fbff;
    color: #0f1a44;
    padding-bottom: 56px
}

.tn-things-hero {
    position: relative;
    min-height: 420px;
    background: linear-gradient(90deg,rgba(8,18,52,.86),rgba(8,18,52,.56)),var(--things-hero-image) center/cover no-repeat;
    color: #fff;
    overflow: hidden
}

    .tn-things-hero:after {
        content: "";
        position: absolute;
        inset: auto 0 0;
        height: 110px;
        background: linear-gradient(180deg,rgba(248,251,255,0),#f8fbff)
    }

.tn-things-hero__inner {
    position: relative;
    z-index: 1;
    padding-top: 34px;
    padding-bottom: 74px
}

.tn-things-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 64px;
    color: rgba(255,255,255,.82);
    font-weight: 800
}

    .tn-things-breadcrumbs a {
        color: #fff;
        text-decoration: none
    }

    .tn-things-breadcrumbs i {
        font-size: .75rem;
        opacity: .6
    }

.tn-things-hero__copy {
    max-width: 760px
}

.tn-things-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(255,255,255,.16);
    backdrop-filter: blur(12px);
    font-weight: 900
}

.tn-things-hero h1 {
    margin: 0 0 18px;
    font-size: clamp(2.7rem,5vw,5rem);
    line-height: .96;
    letter-spacing: -.06em
}

.tn-things-hero p {
    max-width: 680px;
    margin: 0;
    color: rgba(255,255,255,.9);
    font-size: 1.15rem;
    line-height: 1.7
}

.tn-things-hero__actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px
}

.tn-things-primary, .tn-things-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 14px;
    font-weight: 900;
    text-decoration: none
}

.tn-things-primary {
    background: #2454ff;
    color: #fff
}

.tn-things-secondary {
    background: rgba(255,255,255,.14);
    color: #fff;
    border: 1px solid rgba(255,255,255,.28)
}

.tn-things-stats {
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    gap: 16px;
    margin-top: -42px;
    position: relative;
    z-index: 2
}

.tn-things-stat {
    background: #fff;
    border: 1px solid #e2e8f5;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 20px 42px rgba(16,24,64,.08)
}

    .tn-things-stat span {
        width: 44px;
        height: 44px;
        display: grid;
        place-items: center;
        border-radius: 14px;
        background: #eef4ff;
        color: #2454ff;
        margin-bottom: 10px
    }

        .tn-things-stat span.purple {
            background: #f1efff;
            color: #635bff
        }

        .tn-things-stat span.green {
            background: #ebfff4;
            color: #15a66a
        }

        .tn-things-stat span.orange {
            background: #fff4e7;
            color: #f59e0b
        }

        .tn-things-stat span.mint {
            background: #ecfbf8;
            color: #12a998
        }

    .tn-things-stat small, .tn-things-stat em {
        display: block;
        color: #687696;
        font-size: .82rem;
        font-style: normal
    }

    .tn-things-stat strong {
        display: block;
        margin: 3px 0;
        color: #0f1a44;
        font-size: 1.6rem
    }

.tn-things-main {
    padding-top: 34px
}

.tn-things-block {
    margin-bottom: 34px
}

.tn-things-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px
}

    .tn-things-head h2 {
        margin: 0;
        color: #0f1a44;
        font-size: 1.65rem;
        letter-spacing: -.035em
    }

    .tn-things-head p {
        margin: 6px 0 0;
        color: #687696;
        line-height: 1.55
    }

    .tn-things-head a {
        color: #2454ff;
        font-weight: 900;
        text-decoration: none
    }

.tn-things-category-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 16px
}

.tn-things-category-card {
    display: block;
    padding: 22px;
    background: #fff;
    border: 1px solid #e2e8f5;
    border-radius: 20px;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(16,24,64,.04);
    transition: transform .18s ease,box-shadow .18s ease
}

    .tn-things-category-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 22px 44px rgba(16,24,64,.09)
    }

    .tn-things-category-card span {
        width: 52px;
        height: 52px;
        display: grid;
        place-items: center;
        margin-bottom: 16px;
        border-radius: 18px;
        background: #eef4ff;
        color: #2454ff;
        font-size: 1.35rem
    }

    .tn-things-category-card strong {
        display: block;
        color: #0f1a44;
        font-size: 1.05rem
    }

    .tn-things-category-card small {
        display: block;
        margin-top: 6px;
        color: #687696;
        line-height: 1.4
    }

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

.tn-things-guide-card {
    overflow: hidden;
    display: block;
    background: #fff;
    border: 1px solid #e2e8f5;
    border-radius: 22px;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(16,24,64,.04)
}

.tn-things-guide-image {
    display: block;
    height: 170px;
    background: center/cover no-repeat
}

.tn-things-guide-body {
    display: block;
    padding: 18px
}

    .tn-things-guide-body em {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        margin-bottom: 9px;
        color: #2454ff;
        font-size: .8rem;
        font-style: normal;
        font-weight: 900
    }

    .tn-things-guide-body strong {
        display: block;
        color: #0f1a44;
        font-size: 1.12rem;
        line-height: 1.25
    }

    .tn-things-guide-body small {
        display: block;
        margin-top: 8px;
        color: #687696;
        line-height: 1.45
    }

.tn-things-place-row {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 16px
}

.tn-things-place-card {
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px;
    border-radius: 22px;
    background: center/cover no-repeat;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 18px 34px rgba(16,24,64,.12)
}

    .tn-things-place-card:before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg,rgba(0,0,0,0),rgba(8,18,52,.82))
    }

    .tn-things-place-card span, .tn-things-place-card small {
        position: relative;
        z-index: 1
    }

    .tn-things-place-card span {
        font-size: 1.12rem;
        font-weight: 900
    }

    .tn-things-place-card small {
        margin-top: 4px;
        color: rgba(255,255,255,.85)
    }

.tn-things-empty {
    padding: 34px;
    background: #fff;
    border: 1px dashed #cdd8ef;
    border-radius: 20px;
    color: #687696
}

    .tn-things-empty h3 {
        margin: 0 0 8px;
        color: #0f1a44
    }

@media(max-width:1000px) {
    .tn-things-stats, .tn-things-category-grid, .tn-things-guide-grid, .tn-things-place-row {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .tn-things-breadcrumbs {
        margin-bottom: 36px
    }
}

@media(max-width:640px) {
    .tn-things-stats, .tn-things-category-grid, .tn-things-guide-grid, .tn-things-place-row {
        grid-template-columns: 1fr
    }

    .tn-things-head {
        display: block
    }

    .tn-things-hero {
        min-height: auto
    }

    .tn-things-hero__inner {
        padding-bottom: 56px
    }

    .tn-things-stats {
        margin-top: 20px
    }
}

/* Inspiration section */
/* ============================================================
   Modern /places page mock UI
   This is intentionally scoped to .tn-places-modern so other
   section pages keep their existing layouts.
   ============================================================ */
.tn-places-modern {
    background: #f8fbff;
    color: #071449;
    padding-bottom: 30px
}

    .tn-places-modern .tn-shell {
        width: min(1160px,calc(100% - 72px));
        max-width: none
    }

.tn-places-hero-modern {
    position: relative;
    min-height: 470px;
    color: #fff;
    background: linear-gradient(90deg,rgba(5,23,66,.86) 0%,rgba(5,23,66,.58) 37%,rgba(5,23,66,.10) 66%),url('/images/all-places-hero.png') center/cover no-repeat;
    overflow: hidden
}

    .tn-places-hero-modern:after {
        content: "";
        position: absolute;
        inset: auto 0 0;
        height: 70px;
        background: linear-gradient(180deg,rgba(248,251,255,0),#f8fbff)
    }

.tn-places-hero-content {
    position: relative;
    z-index: 2;
    padding-top: 34px
}

    .tn-places-hero-content .tn-breadcrumbs, .tn-places-hero-content nav {
        margin-bottom: 58px;
        color: rgba(255,255,255,.88)
    }

        .tn-places-hero-content .tn-breadcrumbs a, .tn-places-hero-content nav a {
            color: #fff
        }

    .tn-places-hero-content h1 {
        max-width: 790px;
        margin: 0 0 12px;
        font-size: clamp(3rem,5.7vw,5.6rem);
        line-height: .95;
        letter-spacing: -.065em;
        color: #fff
    }

    .tn-places-hero-content p {
        max-width: 640px;
        margin: 0 0 26px;
        color: rgba(255,255,255,.94);
        font-size: 1.25rem;
        line-height: 1.55;
        font-weight: 800
    }

.tn-places-hero-search {
    width: min(560px,100%);
    height: 58px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 0 21px;
    border-radius: 12px;
    background: #fff;
    color: #315cff;
    box-shadow: 0 20px 44px rgba(8,18,52,.18)
}

    .tn-places-hero-search input {
        width: 100%;
        border: 0;
        outline: 0;
        color: #17234e;
        font-weight: 800
    }

.tn-places-hero-stats {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 22px;
    width: min(780px,100%);
    margin-top: 28px
}

.tn-places-stat-card {
    display: grid;
    grid-template-columns: 56px 1fr;
    grid-template-areas: "icon value" "icon label";
    column-gap: 16px;
    align-items: center;
    padding: 18px 22px;
    border-radius: 12px;
    background: #fff;
    color: #071449;
    box-shadow: 0 20px 44px rgba(8,18,52,.16)
}

    .tn-places-stat-card span {
        grid-area: icon;
        width: 52px;
        height: 52px;
        display: grid;
        place-items: center;
        border-radius: 11px;
        background: #eef4ff;
        color: #315cff;
        font-size: 1.55rem
    }

    .tn-places-stat-card strong {
        grid-area: value;
        font-size: 1.7rem;
        line-height: 1;
        font-weight: 1000;
        letter-spacing: -.04em
    }

    .tn-places-stat-card small {
        grid-area: label;
        color: #65728e;
        font-weight: 900
    }

    .tn-places-stat-card.purple span {
        background: #f2efff;
        color: #675bff
    }

    .tn-places-stat-card.green span {
        background: #eafff5;
        color: #10a86a
    }

    .tn-places-stat-card.orange span {
        background: #fff2e4;
        color: #f97316
    }

.tn-places-modern-main {
    display: grid;
    gap: 34px;
    margin-top: 32px
}

.tn-places-modern-section {
    position: relative
}

.tn-places-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px
}

    .tn-places-section-head h2 {
        margin: 0;
        color: #071449;
        font-size: 1.65rem;
        letter-spacing: -.04em
    }

    .tn-places-section-head a, .tn-places-text-link {
        color: #254eff;
        text-decoration: none;
        font-weight: 950
    }

.tn-places-collection-row, .tn-places-region-row, .tn-places-mini-grid {
    display: grid;
    gap: 24px
}

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

.tn-places-collection-card {
    position: relative;
    min-height: 245px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    border-radius: 8px;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 18px 32px rgba(10,25,64,.15)
}

    .tn-places-collection-card img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .25s ease
    }

    .tn-places-collection-card:hover img {
        transform: scale(1.04)
    }

.tn-places-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,rgba(0,0,0,0) 35%,rgba(3,9,32,.88) 100%)
}

.tn-places-round-icon {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    color: #315cff;
    font-size: 1.15rem;
    box-shadow: 0 10px 24px rgba(8,18,52,.14)
}

.tn-places-collection-card strong, .tn-places-collection-card small {
    position: relative;
    z-index: 1;
    margin-left: 20px;
    margin-right: 20px
}

.tn-places-collection-card strong {
    font-size: 1.05rem;
    font-weight: 1000;
    text-shadow: 0 2px 10px rgba(0,0,0,.35)
}

.tn-places-collection-card small {
    margin-top: 4px;
    margin-bottom: 20px;
    color: rgba(255,255,255,.92);
    font-weight: 850
}

.tn-places-carousel-section .tn-section-pagination {
    display: none !important
}

.tn-places-carousel-next {
    position: absolute;
    right: -20px;
    top: 50%;
    width: 54px;
    height: 54px;
    border: 1px solid #e3e9f5;
    border-radius: 999px;
    background: #fff;
    color: #254eff;
    box-shadow: 0 16px 34px rgba(8,18,52,.16);
    z-index: 5
}

.tn-places-region-row {
    grid-template-columns: repeat(5,minmax(0,1fr))
}

.tn-places-region-card {
    overflow: hidden;
    display: grid;
    grid-template-rows: auto 140px;
    border: 1px solid #dfe7f5;
    border-radius: 11px;
    background: #fff;
    text-decoration: none;
    color: #071449;
    box-shadow: 0 14px 30px rgba(16,24,64,.06)
}

.tn-places-region-body {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px
}

.tn-places-region-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #eef4ff;
    color: #315cff;
    font-size: 1.2rem
}

    .tn-places-region-icon.green {
        background: #e9fff4;
        color: #16a365
    }

    .tn-places-region-icon.orange {
        background: #fff2e8;
        color: #f97316
    }

    .tn-places-region-icon.purple {
        background: #f2efff;
        color: #704dff
    }

    .tn-places-region-icon.teal {
        background: #e6fbf8;
        color: #12a99b
    }

.tn-places-region-body strong {
    display: block;
    font-weight: 1000
}

.tn-places-region-body small {
    display: block;
    margin-top: 3px;
    color: #65728e;
    font-weight: 800
}

.tn-places-region-card img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tn-places-tabs-head {
    align-items: center
}

.tn-places-tab-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: auto
}

    .tn-places-tab-buttons button {
        height: 38px;
        padding: 0 18px;
        border: 0;
        border-bottom: 2px solid transparent;
        background: transparent;
        color: #263562;
        font-weight: 950
    }

        .tn-places-tab-buttons button.active {
            border-color: #315cff;
            color: #172dff
        }

.tn-places-mini-grid {
    grid-template-columns: repeat(6,minmax(0,1fr))
}

.tn-places-mini-card {
    overflow: hidden;
    display: block;
    border: 1px solid #dfe7f5;
    border-radius: 8px;
    background: #fff;
    text-decoration: none;
    color: #071449;
    box-shadow: 0 12px 26px rgba(16,24,64,.05)
}

    .tn-places-mini-card img {
        width: 100%;
        height: 112px;
        object-fit: cover
    }

    .tn-places-mini-card div {
        padding: 13px 15px 16px
    }

    .tn-places-mini-card strong {
        display: block;
        font-weight: 1000
    }

    .tn-places-mini-card small, .tn-places-mini-card em {
        display: block;
        margin-top: 7px;
        color: #58678a;
        font-style: normal;
        font-size: .78rem;
        font-weight: 850
    }

    .tn-places-mini-card i {
        color: #315cff
    }

.tn-places-browse-panel {
    display: grid;
    grid-template-columns: 280px minmax(0,1fr);
    gap: 0;
    border: 1px solid #dfe7f5;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(16,24,64,.06);
    overflow: hidden
}

.tn-places-filter-panel {
    position: static !important;
    order: 0;
    padding: 0;
    background: linear-gradient(180deg,#fff,#f9fbff)
}

    .tn-places-filter-panel .tn-section-filter-card {
        position: static !important;
        top: auto !important;
        border: 0;
        border-right: 1px solid #edf2fb;
        border-radius: 0;
        box-shadow: none;
        background: transparent
    }

.tn-places-all-results {
    padding: 28px
}

.tn-places-all-head {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: start;
    gap: 20px;
    margin-bottom: 22px
}

    .tn-places-all-head h2 {
        margin: 0;
        color: #071449;
        font-size: 1.65rem;
        letter-spacing: -.04em
    }

    .tn-places-all-head p {
        margin: 8px 0 0;
        color: #65728e;
        font-weight: 800
    }

    .tn-places-all-head > span {
        align-self: center;
        color: #65728e;
        font-weight: 850
    }

.tn-places-controls {
    display: flex;
    align-items: center;
    gap: 12px
}

    .tn-places-controls label {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #65728e;
        font-weight: 900
    }

    .tn-places-controls select {
        height: 42px;
        padding: 0 14px;
        border: 1px solid #dfe7f5;
        border-radius: 10px;
        background: #fff;
        color: #071449;
        font-weight: 950
    }

.tn-places-results-grid {
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 22px
}

.tn-places-modern .tn-section-place-card {
    overflow: hidden;
    border: 1px solid #dfe7f5;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(16,24,64,.05);
    text-decoration: none;
    color: #071449
}

.tn-places-modern .tn-section-place-image {
    position: relative;
    height: auto;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eef3fb;
}

    .tn-places-modern .tn-section-place-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    .tn-places-modern .tn-section-place-image button {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 38px;
        height: 38px;
        box-sizing: border-box;
        padding: 0;
        border: 0;
        border-radius: 999px;
        background: rgba(255,255,255,.94);
        color: #315cff;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
        box-shadow: 0 8px 20px rgba(16,24,64,.16);
    }

.tn-places-modern .tn-section-place-body {
    padding: 16px
}

.tn-places-modern .tn-section-place-title h2 {
    font-size: 1rem
}

.tn-places-modern .tn-section-place-title span {
    display: inline-flex;
    margin-top: 9px;
    padding: 4px 8px;
    border-radius: 6px;
    background: #eef4ff;
    color: #315cff;
    font-size: .72rem;
    font-weight: 950
}

.tn-places-modern .tn-section-place-body p {
    margin-top: 12px;
    color: #34415f;
    line-height: 1.45
}

.tn-places-modern .tn-section-place-meta {
    margin-top: 10px
}

    .tn-places-modern .tn-section-place-meta span {
        font-size: .76rem;
        color: #58678a
    }

.tn-places-modern .tn-section-card-grid.is-list {
    grid-template-columns: 1fr
}

    .tn-places-modern .tn-section-card-grid.is-list .tn-section-place-card {
        display: grid;
        grid-template-columns: 240px 1fr
    }

    .tn-places-modern .tn-section-card-grid.is-list .tn-section-place-image {
        height: 100%
    }

.tn-places-lower-cards {
    display: grid;
    grid-template-columns: 1.1fr .9fr 1fr;
    gap: 24px
}

.tn-places-lower-card {
    min-height: 210px;
    border: 1px solid #dfe7f5;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(16,24,64,.06);
    padding: 26px
}

    .tn-places-lower-card h2 {
        margin: 0;
        color: #071449;
        font-size: 1.55rem;
        letter-spacing: -.04em
    }

    .tn-places-lower-card p {
        color: #65728e;
        font-weight: 800;
        line-height: 1.55
    }

    .tn-places-lower-card a:not(.tn-places-text-link) {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        min-height: 44px;
        padding: 0 18px;
        border-radius: 9px;
        background: #254eff;
        color: #fff;
        text-decoration: none;
        font-weight: 950
    }

.tn-places-map-card {
    display: grid;
    grid-template-columns: 1fr 210px;
    gap: 20px
}

.tn-places-map-art {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(135deg,#d6eefc,#b8dcbb);
    min-height: 160px
}

    .tn-places-map-art:before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 25% 35%,rgba(37,78,255,.12),transparent 20%),radial-gradient(circle at 70% 60%,rgba(37,78,255,.12),transparent 22%)
    }

    .tn-places-map-art span {
        position: absolute;
        display: grid;
        place-items: center;
        width: 48px;
        height: 48px;
        border-radius: 999px;
        background: #315cff;
        color: #fff;
        font-size: .78rem;
        font-weight: 1000;
        box-shadow: 0 8px 18px rgba(49,92,255,.35)
    }

        .tn-places-map-art span:nth-child(1) {
            left: 30%;
            top: 18%
        }

        .tn-places-map-art span:nth-child(2) {
            left: 20%;
            bottom: 22%
        }

        .tn-places-map-art span:nth-child(3) {
            right: 22%;
            top: 34%
        }

        .tn-places-map-art span:nth-child(4) {
            right: 10%;
            bottom: 18%
        }

.tn-places-recent-card > a:not(.tn-places-text-link) {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    gap: 10px;
    align-items: center;
    min-height: 0;
    padding: 0;
    margin: 12px 0;
    background: transparent;
    color: #071449
}

.tn-places-recent-card img {
    width: 42px;
    height: 36px;
    border-radius: 6px;
    object-fit: cover
}

.tn-places-recent-card strong {
    display: block;
    font-size: .9rem
}

.tn-places-recent-card small {
    display: block;
    color: #65728e;
    font-size: .76rem
}

.tn-places-recent-card em {
    color: #65728e;
    font-size: .75rem;
    font-style: normal
}

.tn-places-recent-card .tn-places-text-link {
    display: inline-flex !important;
    margin-top: 4px;
    background: transparent !important;
    padding: 0 !important;
    min-height: 0 !important
}

.tn-places-plan-card {
    display: grid;
    grid-template-columns: 1fr 160px;
    gap: 18px
}

.tn-places-plan-art {
    align-self: end;
    justify-self: end;
    position: relative;
    width: 135px;
    height: 155px;
    border-radius: 22px;
    background: linear-gradient(180deg,#f6f8fc,#dfe6f5);
    display: grid;
    place-items: center;
    color: #315cff;
    font-size: 5.2rem
}

    .tn-places-plan-art:before {
        content: "";
        position: absolute;
        left: -14px;
        top: 20px;
        width: 86px;
        height: 115px;
        border-radius: 10px;
        background: #fff;
        border: 1px solid #e0e7f5;
        box-shadow: 0 12px 24px rgba(16,24,64,.08)
    }

    .tn-places-plan-art i {
        position: relative;
        z-index: 1;
        text-shadow: 0 12px 24px rgba(49,92,255,.25)
    }

.tn-places-discover-banner {
    min-height: 210px;
    display: flex;
    align-items: center;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(90deg,rgba(4,12,35,.84),rgba(4,12,35,.22)),url('/images/places-footer-banner.png') center/cover no-repeat;
    color: #fff;
    padding: 36px
}

    .tn-places-discover-banner h2 {
        margin: 0 0 8px;
        font-size: 2.25rem;
        letter-spacing: -.055em;
        color: #fff
    }

    .tn-places-discover-banner p {
        max-width: 740px;
        margin: 0 0 20px;
        font-size: 1.05rem;
        font-weight: 850;
        line-height: 1.55;
        color: rgba(255,255,255,.94)
    }

    .tn-places-discover-banner a {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        min-height: 44px;
        padding: 0 18px;
        border-radius: 9px;
        background: #fff;
        color: #254eff;
        text-decoration: none;
        font-weight: 950
    }

.tn-places-empty-inline {
    padding: 24px;
    border: 1px dashed #cfd8ec;
    border-radius: 12px;
    background: #fff;
    color: #65728e;
    font-weight: 850
}

.tn-places-modern .tn-section-filter-group label {
    cursor: pointer
}

.tn-places-modern .tn-section-filter-card {
    padding: 24px
}

.tn-places-modern .tn-section-filter-head strong {
    font-size: 1.15rem;
    color: #071449
}

.tn-places-modern .tn-section-filter-head button {
    color: #254eff
}

.tn-places-modern .tn-section-filter-search input {
    border-radius: 8px
}

.tn-places-modern .tn-section-pagination {
    margin-top: 24px
}

.tn-places-modern .tn-section-page-btn {
    border-radius: 999px
}

.tn-places-modern .tn-section-page-status {
    font-weight: 950;
    color: #071449
}

@media(max-width:1200px) {
    .tn-places-collection-row, .tn-places-region-row {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .tn-places-mini-grid, .tn-places-results-grid {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .tn-places-browse-panel {
        grid-template-columns: 260px minmax(0,1fr)
    }

    .tn-places-lower-cards {
        grid-template-columns: 1fr
    }

    .tn-places-map-card, .tn-places-plan-card {
        grid-template-columns: 1fr 220px
    }
}

@media(max-width:900px) {
    .tn-places-modern .tn-shell {
        width: min(100% - 32px,1420px)
    }

    .tn-places-hero-modern {
        min-height: auto
    }

    .tn-places-hero-content {
        padding-bottom: 72px
    }

    .tn-places-hero-stats, .tn-places-collection-row, .tn-places-region-row, .tn-places-mini-grid, .tn-places-results-grid {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .tn-places-browse-panel {
        grid-template-columns: 1fr
    }

    .tn-places-filter-panel .tn-section-filter-card {
        border-right: 0;
        border-bottom: 1px solid #edf2fb
    }

    .tn-places-all-head {
        grid-template-columns: 1fr
    }

    .tn-places-tabs-head {
        display: block
    }

    .tn-places-tab-buttons {
        margin: 14px 0;
        overflow: auto
    }

    .tn-places-carousel-next {
        display: none
    }

    .tn-places-modern .tn-section-card-grid.is-list .tn-section-place-card {
        grid-template-columns: 1fr
    }

    .tn-places-map-card, .tn-places-plan-card {
        grid-template-columns: 1fr
    }

    .tn-places-map-art {
        min-height: 190px
    }

    .tn-places-plan-art {
        justify-self: start
    }
}

@media(max-width:640px) {
    .tn-places-hero-content h1 {
        font-size: 2.6rem
    }

    .tn-places-hero-content .tn-breadcrumbs, .tn-places-hero-content nav {
        margin-bottom: 34px
    }

    .tn-places-hero-stats, .tn-places-collection-row, .tn-places-region-row, .tn-places-mini-grid, .tn-places-results-grid {
        grid-template-columns: 1fr
    }

    .tn-places-stat-card {
        grid-template-columns: 46px 1fr
    }

        .tn-places-stat-card span {
            width: 44px;
            height: 44px
        }

    .tn-places-all-results {
        padding: 20px
    }

    .tn-places-discover-banner {
        padding: 24px
    }

        .tn-places-discover-banner h2 {
            font-size: 1.75rem
        }
}

/* ============================================================
   Places page fix: hero breadcrumbs + stat-card overhang
   Keeps changes scoped to the existing /places modern page only.
   ============================================================ */
.tn-places-modern .tn-places-hero-modern {
    overflow: visible;
    min-height: 420px;
    margin-bottom: 86px;
}

    .tn-places-modern .tn-places-hero-modern::after {
        z-index: 1;
        pointer-events: none;
    }

.tn-places-modern .tn-places-hero-content {
    position: relative;
    z-index: 2;
    padding-top: 28px;
    padding-bottom: 0;
}

    .tn-places-modern .tn-places-hero-content .tn-breadcrumbs,
    .tn-places-modern .tn-places-hero-content nav[aria-label="Breadcrumb"],
    .tn-places-modern .tn-places-hero-content nav {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 12px;
        margin: 0 0 44px;
        color: rgba(255,255,255,.88);
        font-size: .95rem;
        font-weight: 900;
        line-height: 1;
    }

        .tn-places-modern .tn-places-hero-content .tn-breadcrumbs a,
        .tn-places-modern .tn-places-hero-content nav[aria-label="Breadcrumb"] a,
        .tn-places-modern .tn-places-hero-content nav a {
            color: #fff;
            text-decoration: none;
        }

        .tn-places-modern .tn-places-hero-content .tn-breadcrumbs span,
        .tn-places-modern .tn-places-hero-content nav[aria-label="Breadcrumb"] span,
        .tn-places-modern .tn-places-hero-content nav span {
            color: rgba(255,255,255,.92);
        }

        .tn-places-modern .tn-places-hero-content .tn-breadcrumbs i,
        .tn-places-modern .tn-places-hero-content nav[aria-label="Breadcrumb"] i,
        .tn-places-modern .tn-places-hero-content nav i {
            color: rgba(255,255,255,.58);
            font-size: .75rem;
        }

.tn-places-modern .tn-places-hero-stats {
    position: relative;
    z-index: 4;
    transform: translateY(50%);
    margin-top: 28px;
    margin-bottom: 0;
}

.tn-places-modern .tn-places-modern-main {
    margin-top: 0;
}

@media (max-width: 900px) {
    .tn-places-modern .tn-places-hero-modern {
        margin-bottom: 112px;
    }

    .tn-places-modern .tn-places-hero-content {
        padding-bottom: 0;
    }

    .tn-places-modern .tn-places-hero-stats {
        transform: translateY(50%);
    }
}

@media (max-width: 640px) {
    .tn-places-modern .tn-places-hero-modern {
        margin-bottom: 28px;
    }

    .tn-places-modern .tn-places-hero-content .tn-breadcrumbs,
    .tn-places-modern .tn-places-hero-content nav[aria-label="Breadcrumb"],
    .tn-places-modern .tn-places-hero-content nav {
        margin-bottom: 30px;
    }

    .tn-places-modern .tn-places-hero-stats {
        transform: none;
        margin-top: 24px;
    }
}
.tn-place-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: .82rem;
    font-weight: 800;
    color: rgba(255,255,255,.75);
}

    .tn-place-breadcrumbs a {
        color: #fff;
        text-decoration: none;
    }

    .tn-place-breadcrumbs i {
        font-size: .65rem;
        opacity: .65;
    }