/**
 * Italy country catalog — scoped redesign.
 *
 * All rules are scoped to `.newcataloge-italy-page` so this stylesheet
 * cannot leak to /country/germany/, /country/spain/, etc. Every class
 * uses the `newcataloge-` prefix to avoid collision with `dmc-*`,
 * Tailwind utilities, and WP core.
 */

.newcataloge-italy-page {
    --nc-bg-page:        #faf7f0;
    --nc-bg-card:        #ffffff;
    --nc-bg-section:     #f5f1e6;
    --nc-navy:           #1a2540;
    --nc-navy-soft:      #2c3e7d;
    --nc-gold:           #c9a227;
    --nc-gold-soft:      #f0d398;
    --nc-gold-bg:        #fff8e1;
    --nc-border:         rgba(26, 37, 64, 0.1);
    --nc-border-strong:  rgba(26, 37, 64, 0.18);
    --nc-text-muted:     #6b7280;
    --nc-text-faint:     #9ca3af;

    --nc-pill-service-bg:   #f0f3fa;
    --nc-pill-service-text: #2c3e7d;
    --nc-pill-verified-bg:  #ecf6ee;
    --nc-pill-verified-text:#1d6e2f;
    --nc-pill-years-bg:     #fff3d9;
    --nc-pill-years-text:   #80591a;
    --nc-pill-mice-bg:      #f3eafc;
    --nc-pill-mice-text:    #5a2db4;

    background: var(--nc-bg-page);
    color: var(--nc-navy);
    font-weight: 400;
}

.newcataloge-italy-page * { box-sizing: border-box; }

/* ── Container ─────────────────────────────────────────────────── */
.newcataloge-italy-page .newcataloge-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ── Breadcrumbs ───────────────────────────────────────────────── */
.newcataloge-italy-page .newcataloge-breadcrumbs {
    padding: 16px 0 8px;
    font-size: 13px;
    color: var(--nc-text-muted);
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.newcataloge-italy-page .newcataloge-breadcrumbs a {
    color: var(--nc-text-muted);
    text-decoration: none;
    transition: color .15s ease;
}
.newcataloge-italy-page .newcataloge-breadcrumbs a:hover { color: var(--nc-navy); }
.newcataloge-italy-page .newcataloge-breadcrumbs .newcataloge-bc-sep {
    color: var(--nc-text-faint);
    font-weight: 400;
}
.newcataloge-italy-page .newcataloge-breadcrumbs .newcataloge-bc-current {
    color: var(--nc-navy);
    font-weight: 500;
}

/* ── Hero ──────────────────────────────────────────────────────── */
.newcataloge-italy-page .newcataloge-hero {
    background: var(--nc-bg-page);
    padding: 8px 0 56px;
}
.newcataloge-italy-page .newcataloge-hero-titlerow {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 12px 0 14px;
}
.newcataloge-italy-page .newcataloge-hero-flag {
    width: 28px;
    height: 20px;
    flex: 0 0 auto;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.06);
    display: inline-block;
}
.newcataloge-italy-page .newcataloge-hero-flag svg {
    display: block;
    width: 100%;
    height: 100%;
}
.newcataloge-italy-page .newcataloge-hero-title {
    font-family: inherit;
    font-size: 44px;
    line-height: 1.1;
    font-weight: 500;
    color: var(--nc-navy);
    letter-spacing: -0.01em;
    margin: 0;
}
@media (min-width: 768px) {
    .newcataloge-italy-page .newcataloge-hero-title { font-size: 52px; }
}
.newcataloge-italy-page .newcataloge-hero-stat {
    font-size: 15px;
    color: var(--nc-text-muted);
    margin: 0 0 16px;
}
.newcataloge-italy-page .newcataloge-hero-stat strong {
    font-weight: 500;
    color: var(--nc-navy);
    border-bottom: 1px solid var(--nc-navy);
    padding-bottom: 1px;
}
.newcataloge-italy-page .newcataloge-hero-desc {
    font-size: 15px;
    line-height: 1.6;
    color: var(--nc-navy);
    max-width: 640px;
    margin: 0 0 28px;
}

/* ── Cities row ────────────────────────────────────────────────── */
.newcataloge-italy-page .newcataloge-cities {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.newcataloge-italy-page .newcataloge-cities-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--nc-text-muted);
    font-weight: 500;
    margin-right: 8px;
}
.newcataloge-italy-page .newcataloge-city-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    background: var(--nc-bg-card);
    border: 1px solid var(--nc-border);
    color: var(--nc-navy);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: border-color .15s, background .15s;
}
.newcataloge-italy-page .newcataloge-city-pill:hover {
    border-color: var(--nc-border-strong);
}
.newcataloge-italy-page .newcataloge-city-count {
    font-size: 12px;
    color: var(--nc-text-muted);
    font-weight: 400;
}
.newcataloge-italy-page .newcataloge-city-pill--more {
    border: 1px solid var(--nc-gold);
    color: var(--nc-gold);
    background: var(--nc-bg-card);
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 500;
}
.newcataloge-italy-page .newcataloge-city-pill--more:hover {
    background: var(--nc-gold-bg);
}
.newcataloge-italy-page .newcataloge-city-pill--more svg {
    width: 12px;
    height: 12px;
}

/* ── Toolbar (sticky filter strip) ─────────────────────────────── */
.newcataloge-italy-page .newcataloge-toolbar {
    background: var(--nc-bg-card);
    border-top: 1px solid var(--nc-border);
    border-bottom: 1px solid var(--nc-border);
    position: sticky;
    top: 0;
    z-index: 30;
}
.newcataloge-italy-page .newcataloge-toolbar-inner {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 0;
    flex-wrap: wrap;
}
.newcataloge-italy-page .newcataloge-toolbar-search {
    position: relative;
    flex: 1 1 320px;
    max-width: 420px;
}
.newcataloge-italy-page .newcataloge-toolbar-search svg {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    color: var(--nc-text-muted);
    pointer-events: none;
}
.newcataloge-italy-page .newcataloge-toolbar-search input {
    width: 100%;
    height: 40px;
    padding: 0 14px 0 38px;
    border-radius: 6px;
    border: 1px solid var(--nc-border);
    background: var(--nc-bg-card);
    color: var(--nc-navy);
    font-size: 14px;
    font-weight: 400;
    outline: none;
    transition: border-color .15s, box-shadow .15s;
}
.newcataloge-italy-page .newcataloge-toolbar-search input:focus {
    border-color: var(--nc-navy-soft);
    box-shadow: 0 0 0 3px rgba(44, 62, 125, 0.1);
}
.newcataloge-italy-page .newcataloge-toolbar-sort {
    display: flex;
    align-items: center;
    gap: 8px;
}
.newcataloge-italy-page .newcataloge-toolbar-sort select {
    height: 40px;
    padding: 0 32px 0 14px;
    border: 1px solid var(--nc-border);
    border-radius: 6px;
    background: var(--nc-bg-card);
    color: var(--nc-navy);
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
}
.newcataloge-italy-page .newcataloge-toolbar-count {
    font-size: 14px;
    color: var(--nc-text-muted);
}
.newcataloge-italy-page .newcataloge-toolbar-count strong {
    color: var(--nc-navy);
    font-weight: 500;
}
.newcataloge-italy-page .newcataloge-toolbar-chips {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    padding: 0 0 12px;
    margin: 0;
}
.newcataloge-italy-page .newcataloge-toolbar-chips:empty { display: none; }
.newcataloge-italy-page .newcataloge-toolbar-sort-label {
    font-size: 14px;
    color: var(--nc-text-muted);
}
.newcataloge-italy-page .newcataloge-chip-active {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--nc-pill-service-bg);
    color: var(--nc-pill-service-text);
    font-size: 12px;
    font-weight: 500;
    border: 0;
    cursor: pointer;
    transition: background .15s;
}
.newcataloge-italy-page .newcataloge-chip-active:hover {
    background: #e4e9f5;
}
.newcataloge-italy-page .newcataloge-chip-active span.x {
    color: var(--nc-text-muted);
    font-weight: 400;
}

/* ── Body layout ───────────────────────────────────────────────── */
.newcataloge-italy-page .newcataloge-body {
    padding: 28px 0 80px;
}
.newcataloge-italy-page .newcataloge-layout {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 40px;
    align-items: start;
}
@media (max-width: 1023px) {
    .newcataloge-italy-page .newcataloge-layout {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* ── Sidebar ───────────────────────────────────────────────────── */
.newcataloge-italy-page .newcataloge-sidebar {
    align-self: start;
}
/* Desktop only — sticky + internal scroll. Mobile uses a fixed
   drawer override further down in this file. */
@media (min-width: 1024px) {
    .newcataloge-italy-page .newcataloge-sidebar {
        position: sticky !important;
        top: 80px !important;
        max-height: calc(100vh - 100px) !important;
        max-height: calc(100dvh - 100px) !important;
        overflow-y: auto !important;
        overscroll-behavior: contain;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .newcataloge-italy-page .newcataloge-sidebar::-webkit-scrollbar {
        width: 0 !important;
        height: 0 !important;
        background: transparent !important;
    }
}
.newcataloge-italy-page .newcataloge-sidebar-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 4px 0 12px;
    margin-bottom: 4px;
}
.newcataloge-italy-page .newcataloge-eyebrow {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--nc-text-muted);
    font-weight: 500;
}
.newcataloge-italy-page .newcataloge-clear-all {
    font-size: 12px;
    color: var(--nc-text-muted);
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
    transition: color .15s;
}
.newcataloge-italy-page .newcataloge-clear-all:hover { color: var(--nc-navy); }
.newcataloge-italy-page .newcataloge-clear-all:disabled {
    color: var(--nc-text-faint);
    cursor: not-allowed;
}

.newcataloge-italy-page .newcataloge-fgroup {
    border-top: 1px solid var(--nc-border);
    padding: 14px 0;
}
.newcataloge-italy-page .newcataloge-fgroup-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    list-style: none;
    color: var(--nc-navy);
    font-size: 14px;
    font-weight: 500;
    user-select: none;
}
.newcataloge-italy-page .newcataloge-fgroup-summary::-webkit-details-marker { display: none; }
.newcataloge-italy-page .newcataloge-fgroup-summary::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") center/contain no-repeat;
    transition: transform .2s ease;
}
.newcataloge-italy-page .newcataloge-fgroup[open] .newcataloge-fgroup-summary::after {
    transform: rotate(180deg);
}
.newcataloge-italy-page .newcataloge-fgroup-list {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
}
.newcataloge-italy-page .newcataloge-fgroup-list li { margin: 0; padding: 0; }
.newcataloge-italy-page .newcataloge-fgroup-list label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    cursor: pointer;
    font-size: 13px;
    color: var(--nc-navy);
    font-weight: 400;
}
.newcataloge-italy-page .newcataloge-fgroup-list input[type="checkbox"],
.newcataloge-italy-page .newcataloge-fgroup-list input[type="radio"] {
    width: 16px;
    height: 16px;
    accent-color: var(--nc-gold);
    cursor: pointer;
    flex: 0 0 auto;
}
.newcataloge-italy-page .newcataloge-fgroup-list label > span:first-of-type { flex: 1; }
.newcataloge-italy-page .newcataloge-fgroup-list .newcataloge-fcount {
    color: var(--nc-text-muted);
    font-size: 12px;
    font-weight: 400;
    flex: 0 0 auto;
}
.newcataloge-italy-page .newcataloge-fgroup-list label:has(input:disabled) {
    color: var(--nc-text-faint);
    cursor: not-allowed;
}
.newcataloge-italy-page .newcataloge-fgroup-soon {
    margin: 8px 0 0;
    font-size: 11px;
    color: var(--nc-text-faint);
    font-style: italic;
}

/* ── Mobile drawer toggle ──────────────────────────────────────── */
.newcataloge-italy-page .newcataloge-mobile-filter-btn {
    display: none;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 8px;
    border: 1px solid var(--nc-border);
    background: var(--nc-bg-card);
    color: var(--nc-navy);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    height: 40px;
    flex: 0 0 auto;
}
@media (max-width: 1023px) {
    /* Sticky toolbar gets stripped down on mobile to: [Filters] [Sort],
       with active chips on a second row below. Search & result count
       are hidden — search lives in the drawer state, count is implicit
       from chip presence. */
    .newcataloge-italy-page .newcataloge-mobile-filter-btn { display: inline-flex; }
    .newcataloge-italy-page .newcataloge-toolbar-inner {
        gap: 10px;
        padding: 10px 0;
    }
    .newcataloge-italy-page .newcataloge-toolbar-search { display: none; }
    .newcataloge-italy-page .newcataloge-toolbar-count { display: none; }
    .newcataloge-italy-page .newcataloge-toolbar-sort-label { display: none; }
    .newcataloge-italy-page .newcataloge-toolbar-sort { margin-left: auto; }
    .newcataloge-italy-page .newcataloge-toolbar-sort select {
        height: 40px;
        padding: 0 28px 0 12px;
        font-size: 13px;
    }
    .newcataloge-italy-page .newcataloge-toolbar-chips {
        padding: 0 0 10px;
    }
    .newcataloge-italy-page .newcataloge-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: min(340px, 92vw);
        height: 100vh;
        height: 100dvh;            /* dynamic viewport — handles iOS URL bar */
        max-height: 100vh;
        max-height: 100dvh;
        background: var(--nc-bg-card);
        z-index: 99999;
        padding: 64px 20px 32px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;  /* momentum scroll on old iOS */
        overscroll-behavior: contain;       /* don't bubble scroll to body */
        transform: translateX(-100%);
        transition: transform .25s ease;
        box-shadow: 2px 0 20px rgba(0,0,0,.18);
        touch-action: pan-y;
    }
    .newcataloge-italy-page .newcataloge-sidebar.is-open {
        transform: translateX(0);
    }
    .newcataloge-italy-page .newcataloge-sidebar-close {
        display: flex;
        position: absolute;
        top: 12px;
        right: 12px;
        margin: 0;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        border: 0;
        background: transparent;
        color: var(--nc-navy);
        font-size: 28px;
        line-height: 1;
        cursor: pointer;
        border-radius: 6px;
        z-index: 2;
    }
    .newcataloge-italy-page .newcataloge-sidebar-close:hover { background: var(--nc-bg-section); }
    .newcataloge-italy-page .newcataloge-sidebar-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.5);
        z-index: 99998;
        touch-action: none;        /* clicks/touches don't pass through to page */
    }
    /* Lock the page body when drawer is open. position:fixed survives
       iOS Safari better than overflow:hidden. */
    body.newcataloge-no-scroll {
        position: fixed;
        width: 100%;
        overflow: hidden;
    }
}
@media (min-width: 1024px) {
    .newcataloge-italy-page .newcataloge-sidebar-close,
    .newcataloge-italy-page .newcataloge-sidebar-backdrop { display: none !important; }
}

/* ── Main column ───────────────────────────────────────────────── */
.newcataloge-italy-page .newcataloge-section-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    margin: 0 0 6px;
    flex-wrap: wrap;
}
.newcataloge-italy-page .newcataloge-section-title {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    color: var(--nc-navy);
    display: flex;
    align-items: center;
    gap: 10px;
}
.newcataloge-italy-page .newcataloge-section-title svg {
    color: var(--nc-gold);
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}
.newcataloge-italy-page .newcataloge-section-meta {
    color: var(--nc-text-muted);
    font-size: 14px;
    font-weight: 400;
}
.newcataloge-italy-page .newcataloge-section-link {
    font-size: 13px;
    color: var(--nc-navy);
    font-weight: 500;
    text-decoration: none;
}
.newcataloge-italy-page .newcataloge-section-link:hover {
    color: var(--nc-navy-soft);
    text-decoration: underline;
}
.newcataloge-italy-page .newcataloge-section-sub {
    margin: 0 0 16px;
    color: var(--nc-text-muted);
    font-size: 14px;
}
.newcataloge-italy-page .newcataloge-rest-meta {
    margin: 0 0 16px;
    color: var(--nc-text-muted);
    font-size: 14px;
}

.newcataloge-italy-page .newcataloge-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 36px;
}

/* ── Card (shared base) ────────────────────────────────────────── */
.newcataloge-italy-page .newcataloge-card {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    align-items: start;
    background: var(--nc-bg-card);
    border-radius: 10px;
    border: 1px solid var(--nc-border);
    padding: 16px;
    transition: border-color .15s, box-shadow .15s;
}
.newcataloge-italy-page .newcataloge-card:hover {
    border-color: var(--nc-border-strong);
    box-shadow: 0 2px 8px rgba(26, 37, 64, 0.04);
}
.newcataloge-italy-page .newcataloge-card[hidden] { display: none; }

.newcataloge-italy-page .newcataloge-card-avatar {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: var(--nc-navy);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-decoration: none;
    flex: 0 0 auto;
    overflow: hidden;
}
/* Owner-uploaded logo present → white plate so transparent PNGs render correctly. */
.newcataloge-italy-page .newcataloge-card-avatar:has(img) {
    background: #ffffff;
    border: 1px solid var(--nc-border);
}
.newcataloge-italy-page .newcataloge-card-avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 4px;
    box-sizing: border-box;
}
.newcataloge-italy-page .newcataloge-card--featured .newcataloge-card-avatar img {
    padding: 6px;
}

.newcataloge-italy-page .newcataloge-card-body { min-width: 0; }
.newcataloge-italy-page .newcataloge-card-titleline {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 6px;
}
.newcataloge-italy-page .newcataloge-card-title {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--nc-navy);
}
.newcataloge-italy-page .newcataloge-card-title a {
    color: inherit;
    text-decoration: none;
}
.newcataloge-italy-page .newcataloge-card-title a:hover { color: var(--nc-navy-soft); }

.newcataloge-italy-page .newcataloge-card-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 8px;
    font-size: 13px;
    color: var(--nc-text-muted);
    font-weight: 400;
    flex-wrap: wrap;
}
.newcataloge-italy-page .newcataloge-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.newcataloge-italy-page .newcataloge-card-meta svg {
    width: 12px;
    height: 12px;
    color: var(--nc-text-muted);
    flex: 0 0 auto;
}

/* ── Rating row ─────────────────────────────────────────────── */
.newcataloge-italy-page .newcataloge-card-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 8px;
    font-size: 13px;
    color: var(--nc-text-muted);
}
.newcataloge-italy-page .newcataloge-stars,
.newcataloge-italy-page .newcataloge-stars .dmc-mini-stars {
    display: inline-flex;
    align-items: center;
    gap: 1px;
}
.newcataloge-italy-page .newcataloge-stars svg.dmc-mini-star {
    width: 13px;
    height: 13px;
}
.newcataloge-italy-page .newcataloge-stars .dmc-mini-star--full,
.newcataloge-italy-page .newcataloge-stars .dmc-mini-star--half { color: var(--nc-gold); }
.newcataloge-italy-page .newcataloge-stars .dmc-mini-star--empty { color: #e5e7eb; }
.newcataloge-italy-page .newcataloge-rating-num {
    color: var(--nc-navy);
    font-weight: 500;
    font-size: 13px;
}
.newcataloge-italy-page .newcataloge-rating-count { color: var(--nc-text-muted); }
.newcataloge-italy-page .newcataloge-rating-empty {
    color: var(--nc-text-faint);
    font-style: italic;
    font-size: 12px;
}

/* Certifications badge — re-uses verified palette but distinct */
.newcataloge-italy-page .newcataloge-badge--certs {
    background: #eef2ff;
    color: #3949ab;
}

.newcataloge-italy-page .newcataloge-card-excerpt {
    margin: 0 0 10px;
    color: var(--nc-navy);
    font-size: 14px;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.newcataloge-italy-page .newcataloge-card-services {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.newcataloge-italy-page .newcataloge-chip {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 6px;
    background: var(--nc-pill-service-bg);
    color: var(--nc-pill-service-text);
    font-size: 11px;
    font-weight: 400;
}
.newcataloge-italy-page .newcataloge-chip--hidden { display: none; }
.newcataloge-italy-page .newcataloge-card-services.is-expanded .newcataloge-chip--hidden {
    display: inline-flex;
}
.newcataloge-italy-page .newcataloge-card-services.is-expanded .newcataloge-chip-more {
    display: none;
}
.newcataloge-italy-page button.newcataloge-chip-more {
    background: transparent;
    color: var(--nc-text-muted);
    padding: 4px 8px;
    font-weight: 400;
    border: 0;
    cursor: pointer;
    font: inherit;
    font-size: 11px;
    border-radius: 6px;
    transition: background .15s, color .15s;
}
.newcataloge-italy-page button.newcataloge-chip-more:hover {
    background: var(--nc-pill-service-bg);
    color: var(--nc-navy);
}
span.newcataloge-chip-more {
    background: transparent;
    color: var(--nc-text-muted);
    padding: 4px 6px;
    font-weight: 400;
}

.newcataloge-italy-page .newcataloge-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 500;
}
.newcataloge-italy-page .newcataloge-badge svg { width: 11px; height: 11px; flex: 0 0 auto; }
.newcataloge-italy-page .newcataloge-badge--verified {
    background: var(--nc-pill-verified-bg);
    color: var(--nc-pill-verified-text);
}
.newcataloge-italy-page .newcataloge-badge--years {
    background: var(--nc-pill-years-bg);
    color: var(--nc-pill-years-text);
}
.newcataloge-italy-page .newcataloge-badge--mice {
    background: var(--nc-pill-mice-bg);
    color: var(--nc-pill-mice-text);
}

.newcataloge-italy-page .newcataloge-card-action {
    align-self: center;
}
.newcataloge-italy-page .newcataloge-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 16px;
    border-radius: 6px;
    background: var(--nc-bg-card);
    color: var(--nc-navy);
    border: 1px solid var(--nc-border-strong);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: border-color .15s, color .15s, background .15s;
    white-space: nowrap;
}
.newcataloge-italy-page .newcataloge-cta:hover {
    border-color: var(--nc-navy);
}
.newcataloge-italy-page .newcataloge-cta svg { width: 12px; height: 12px; }

/* ── Featured card variant ─────────────────────────────────────── */
.newcataloge-italy-page .newcataloge-card--featured {
    border: 1px solid var(--nc-gold-soft);
    padding: 20px;
    padding-top: 28px;
}
.newcataloge-italy-page .newcataloge-card--featured .newcataloge-card-avatar {
    width: 56px;
    height: 56px;
    font-size: 17px;
}
.newcataloge-italy-page .newcataloge-card--featured .newcataloge-cta {
    background: var(--nc-gold);
    color: #ffffff;
    border-color: var(--nc-gold);
    padding: 10px 18px;
    font-size: 13px;
}
.newcataloge-italy-page .newcataloge-card--featured .newcataloge-cta:hover {
    background: #b58e1c;
    border-color: #b58e1c;
}
.newcataloge-italy-page .newcataloge-card-flag {
    position: absolute;
    top: 0;
    left: 16px;
    transform: translateY(-50%);
    background: var(--nc-gold);
    color: #ffffff;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 3px 8px;
    border-radius: 4px;
}

/* ── CTA card (in-grid promo) ──────────────────────────────────── */
.newcataloge-italy-page .newcataloge-cta-card {
    background: linear-gradient(135deg, #1a2540 0%, #2c3e7d 100%);
    color: #ffffff;
    border: 1px solid #1a2540;
    padding: 0;
    grid-template-columns: 1fr;
    overflow: hidden;
}
.newcataloge-italy-page .newcataloge-cta-card-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 18px;
    padding: 18px 22px;
}
.newcataloge-italy-page .newcataloge-cta-card-icon {
    width: 64px;
    height: 64px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}
.newcataloge-italy-page .newcataloge-cta-card-icon svg {
    width: 44px;
    height: 44px;
}
.newcataloge-italy-page .newcataloge-cta-card-body { min-width: 0; }
.newcataloge-italy-page .newcataloge-cta-card-title {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}
.newcataloge-italy-page .newcataloge-cta-card-text {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.82);
}
.newcataloge-italy-page .newcataloge-cta-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    background: var(--nc-gold);
    color: #ffffff;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: background .15s ease;
}
.newcataloge-italy-page .newcataloge-cta-card-btn:hover { background: #b58e1c; }
.newcataloge-italy-page .newcataloge-cta-card:hover {
    border-color: #1a2540;
    box-shadow: 0 6px 16px rgba(26, 37, 64, 0.15);
}
@media (max-width: 640px) {
    .newcataloge-italy-page .newcataloge-cta-card-inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 12px;
        padding: 20px 18px;
    }
    .newcataloge-italy-page .newcataloge-cta-card-icon { margin: 0 auto; }
    .newcataloge-italy-page .newcataloge-cta-card-btn { justify-content: center; }
}

/* ── Empty-state (zero results) ────────────────────────────────── */
.newcataloge-italy-page .newcataloge-empty-state {
    text-align: center;
    padding: 56px 28px;
    background: var(--nc-bg-card);
    border: 1px solid var(--nc-gold-soft);
    border-radius: 12px;
}
.newcataloge-italy-page .newcataloge-empty-state__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: var(--nc-gold-bg);
    color: var(--nc-gold);
    margin-bottom: 18px;
}
.newcataloge-italy-page .newcataloge-empty-state__title {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 500;
    color: var(--nc-navy);
}
.newcataloge-italy-page .newcataloge-empty-state__text {
    margin: 0 auto 22px;
    max-width: 480px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--nc-text-muted);
}
.newcataloge-italy-page .newcataloge-empty-state__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: var(--nc-gold);
    color: #ffffff;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background .15s ease;
}
.newcataloge-italy-page .newcataloge-empty-state__btn:hover { background: #b58e1c; }
.newcataloge-italy-page .newcataloge-empty-state__hint {
    margin: 14px 0 0;
    font-size: 12px;
    color: var(--nc-text-faint);
    font-style: italic;
}

/* ── Old empty (kept for x-show fallback) ──────────────────────── */
.newcataloge-italy-page .newcataloge-empty {
    text-align: center;
    padding: 48px 24px;
    background: var(--nc-bg-card);
    border-radius: 10px;
    border: 1px dashed var(--nc-border);
}
.newcataloge-italy-page .newcataloge-empty svg {
    color: var(--nc-text-faint);
    margin-bottom: 12px;
}
.newcataloge-italy-page .newcataloge-empty h3 {
    margin: 0 0 6px;
    color: var(--nc-navy);
    font-size: 16px;
    font-weight: 500;
}
.newcataloge-italy-page .newcataloge-empty p {
    margin: 0 0 16px;
    color: var(--nc-text-muted);
    font-size: 14px;
}

/* ── Pagination ────────────────────────────────────────────────── */
.newcataloge-italy-page .newcataloge-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 24px 0 0;
    flex-wrap: wrap;
}
.newcataloge-italy-page .newcataloge-page-link {
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border-radius: 6px;
    border: 1px solid var(--nc-border);
    background: var(--nc-bg-card);
    color: var(--nc-navy);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color .15s, background .15s, color .15s;
}
.newcataloge-italy-page .newcataloge-page-link:hover:not(.is-active):not(:disabled) {
    border-color: var(--nc-border-strong);
}
.newcataloge-italy-page .newcataloge-page-link.is-active {
    background: var(--nc-gold);
    border-color: var(--nc-gold);
    color: #ffffff;
}
.newcataloge-italy-page .newcataloge-page-link:disabled {
    color: var(--nc-text-faint);
    cursor: not-allowed;
}
.newcataloge-italy-page .newcataloge-page-ellipsis {
    color: var(--nc-text-muted);
    padding: 0 4px;
    font-size: 14px;
}

/* ── Loading state ─────────────────────────────────────────────── */
.newcataloge-italy-page .newcataloge-results.is-loading {
    opacity: 0.5;
    pointer-events: none;
    transition: opacity .15s;
}

/* ── Modal (all cities) ────────────────────────────────────────── */
.newcataloge-italy-page .newcataloge-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.newcataloge-italy-page .newcataloge-modal.is-open { display: flex; }
.newcataloge-italy-page .newcataloge-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(26, 37, 64, 0.55);
}
.newcataloge-italy-page .newcataloge-modal-dialog {
    position: relative;
    background: var(--nc-bg-card);
    border-radius: 12px;
    padding: 28px;
    max-width: 640px;
    width: 100%;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
}
.newcataloge-italy-page .newcataloge-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    color: var(--nc-text-muted);
    font-size: 22px;
    cursor: pointer;
    border-radius: 6px;
}
.newcataloge-italy-page .newcataloge-modal-close:hover { background: var(--nc-bg-section); }
.newcataloge-italy-page .newcataloge-modal-title {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 500;
    color: var(--nc-navy);
    display: flex;
    align-items: center;
    gap: 8px;
}
.newcataloge-italy-page .newcataloge-modal-title-count {
    font-size: 13px;
    color: var(--nc-text-muted);
    font-weight: 400;
}
.newcataloge-italy-page .newcataloge-modal-search {
    width: 100%;
    height: 38px;
    padding: 0 12px;
    border: 1px solid var(--nc-border);
    border-radius: 6px;
    margin-bottom: 12px;
    font-size: 13px;
    outline: none;
}
.newcataloge-italy-page .newcataloge-modal-search:focus {
    border-color: var(--nc-navy-soft);
}
.newcataloge-italy-page .newcataloge-modal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 8px;
    overflow-y: auto;
    padding-right: 4px;
}
.newcataloge-italy-page .newcataloge-modal-grid .newcataloge-city-pill {
    padding: 6px 12px;
    font-size: 12px;
    justify-content: space-between;
}

/* ── Responsive card layout ────────────────────────────────────── */
@media (max-width: 640px) {
    .newcataloge-italy-page .newcataloge-card {
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto;
    }
    .newcataloge-italy-page .newcataloge-card-action {
        grid-column: 1 / -1;
    }
    .newcataloge-italy-page .newcataloge-cta {
        width: 100%;
        justify-content: center;
    }
    .newcataloge-italy-page .newcataloge-toolbar-chips {
        margin-left: 0;
        width: 100%;
    }
}

/* ── Visually-hidden helper ────────────────────────────────────── */
.newcataloge-italy-page .newcataloge-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;
}

[x-cloak] { display: none !important; }
