main.container {
    margin-top: 72px;
}

main.container.excursion-list-page {
    width: 100%;
    max-width: none;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.excursion-card {
    height: 100%;
}

.excursion-card .row.g-0 {
    height: 100%;
}

.excursion-card .col-md-6 {
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #ffffff;
    color: #1f1f1f;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 8px 14px;
    border-radius: 999px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.filter-btn.is-active {
    background: #0b64d9;
    border-color: #0b64d9;
    color: #ffffff;
    box-shadow: 0 8px 16px rgba(11, 100, 217, 0.18);
}

.filter-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
.excursion-list-page .excursion-card-summary {
    margin: 0;
    max-width: none;
    font-size: 0.96rem;
}
    color: #36516e;
    min-height: 0;
    overflow: hidden;
    display: -webkit-box;
    display: flex;

    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    box-shadow: 0 6px 18px rgba(10, 26, 56, 0.16);
}

.excursion-list-page .excursion-card-fact-icon {
    justify-content: center;
    display: flex;
    align-items: center;
    color: #24476b;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.excursions-nav:hover {
    transform: translateY(-1px);
    background: #24476b;
    color: #ffffff;
    border-color: #24476b;
    box-shadow: 0 6px 16px rgba(36, 71, 107, 0.12);
}

.excursion-list-page .excursion-card-difficulty {
    display: flex;
    align-items: center;
    gap: 0;
    justify-content: center;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(8px);
    box-shadow: 0 6px 18px rgba(10, 26, 56, 0.16);
}

.excursion-list-page .excursion-card-difficulty-rings {
    display: inline-flex;
    gap: 0.34rem;
}

.excursion-list-page .excursion-card-difficulty-rings span {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.45);
    background: transparent;
    box-shadow: 0 2px 8px rgba(10, 26, 56, 0.22);
}

.excursion-list-page .excursion-card-media-meta {
    position: absolute;
    left: 50%;
    bottom: 1rem;
    z-index: 4;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
    width: calc(100% - 32px);
    max-width: 320px;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.excursion-list-page .excursion-card-media-surface,
.excursion-list-page .excursion-list-gallery {
    position: relative;
}

.excursion-list-page .excursion-card-difficulty-rings span.is-filled.difficulty-step-1 {
    background: #3ab56d;
    border-color: #3ab56d;
}

.excursion-list-page .excursion-card-difficulty-rings span.is-filled.difficulty-step-2 {
    background: #57bf61;
    border-color: #57bf61;
}

.excursion-list-page .excursion-card-difficulty-rings span.is-filled.difficulty-step-3 {
    background: #7ac754;
    border-color: #7ac754;
}

.excursion-list-page .excursion-card-difficulty-rings span.is-filled.difficulty-step-4 {
    background: #a4cf47;
    border-color: #a4cf47;
}

.excursion-list-page .excursion-card-difficulty-rings span.is-filled.difficulty-step-5 {
    background: #d2d53f;
    border-color: #d2d53f;
}

.excursion-list-page .excursion-card-difficulty-rings span.is-filled.difficulty-step-6 {
    background: #e7bf3b;
    border-color: #e7bf3b;
}

.excursion-list-page .excursion-card-difficulty-rings span.is-filled.difficulty-step-7 {
    background: #eea43d;
    border-color: #eea43d;
}

.excursion-list-page .excursion-card-difficulty-rings span.is-filled.difficulty-step-8 {
    background: #ef8744;
    border-color: #ef8744;
}

.excursion-list-page .excursion-card-difficulty-rings span.is-filled.difficulty-step-9 {
    background: #eb684d;
    border-color: #eb684d;
}

.excursion-list-page .excursion-card-difficulty-rings span.is-filled.difficulty-step-10 {
    background: #de4d57;
    border-color: #de4d57;
}

.excursion-list-page .excursion-card-footer {
    margin-top: auto;
    padding-top: 0.55rem;
    border-top: 1px solid rgba(89, 138, 204, 0.18);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    flex-wrap: nowrap;
}

.excursion-list-page .excursion-card-guide {
    flex: 1 1 auto;
    min-width: 0;
}

.excursion-list-page .excursion-card-guide-photo {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 10px;
    flex: 0 0 32px;
}

.excursion-list-page .excursion-card-guide-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.05;
}

.excursion-list-page .excursion-card-guide-note {
    margin-top: 0.18rem;
    font-size: 1.2rem;
    font-family: "Brush Script MT", "Segoe Script", cursive;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-transform: none;
    line-height: 0.95;
    color: #235a89;
}

.excursion-list-page .excursion-card-cta-row {
    margin: 0;
    align-items: center !important;
    justify-content: center;
    gap: 0.75rem !important;
    flex-wrap: nowrap;
    flex: 0 0 auto;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 0;
}

.excursion-list-page .excursion-card .excursion-img-col,
.excursion-list-page .excursion-card-imgfill .excursion-img-col-imgfill {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    min-height: 100%;
    height: 100%;
    align-self: stretch;
    flex: 1 1 50%;
}

.excursion-list-page .excursion-list-gallery {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 100%;
    border-radius: 0 28px 28px 0;
    overflow: hidden;
    background: #9fc5f5;
}

.excursion-list-page .excursion-wishlist-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 8;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.92);
    color: transparent;
    -webkit-text-stroke: 1.4px #e34f67;
    font-size: 1.95rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(18, 54, 110, 0.14);
    backdrop-filter: blur(8px);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.excursion-list-page .excursion-list-gallery .excursion-wishlist-btn {
    top: 28px;
}

.excursion-list-page .excursion-wishlist-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 24px rgba(18, 54, 110, 0.18);
    background: #ffffff;
}

.excursion-list-page .excursion-wishlist-btn.is-active {
    color: #e34f67;
    -webkit-text-stroke: 0;
    background: #fff3f6;
    box-shadow: 0 12px 24px rgba(227, 79, 103, 0.22);
}

.excursion-list-page .excursion-list-video-card {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    flex: 1 1 auto;
    border-radius: 0 28px 28px 0;
    overflow: hidden;
    background: #9fc5f5;
}

@media (max-width: 767.98px) {
    .excursion-list-page .excursion-card-media-meta {
        width: calc(100% - 24px);
        bottom: 12px;
        padding: 0.6rem 0.7rem;
    }
}

.excursion-list-page .excursion-list-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.excursion-list-page .excursion-video-preview {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: opacity 0.2s ease;
}

.excursion-list-page .excursion-list-video-card.is-started .excursion-video-preview {
    opacity: 0;
    pointer-events: none;
}

.excursion-list-page .excursion-list-video-card-clickable::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 26, 56, 0.02), rgba(10, 39, 82, 0.16));
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.excursion-list-page .excursion-list-video-card.is-playing::after {
    opacity: 0;
}

.excursion-list-page .excursion-video-trigger {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    display: inline-grid;
    place-items: center;
    width: 4.2rem;
    height: 4.2rem;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.28);
    color: #1769d2;
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 30px rgba(18, 54, 110, 0.24);
    transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}

.excursion-list-page .excursion-video-trigger:hover {
    transform: translate(-50%, -50%) scale(1.03);
    background: rgba(255, 255, 255, 0.4);
}

.excursion-list-page .excursion-video-trigger:focus-visible {
    outline: 2px solid rgba(244, 251, 255, 0.92);
    outline-offset: 3px;
}

.excursion-list-page .excursion-video-trigger-icon {
    width: 1.35rem;
    height: 1.35rem;
    position: relative;
    flex: 0 0 auto;
}

.excursion-list-page .excursion-video-trigger-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-38%, -50%);
    width: 0;
    height: 0;
    border-top: 0.48rem solid transparent;
    border-bottom: 0.48rem solid transparent;
    border-left: 0.78rem solid #1769d2;
}

.excursion-list-page .excursion-list-video-card.is-playing .excursion-video-trigger-icon::before {
    width: 0.32rem;
    height: 0.95rem;
    border: 0;
    border-radius: 0.06rem;
    background: #1769d2;
    box-shadow: 0.48rem 0 0 #1769d2;
    transform: translate(-55%, -50%);
}

.excursion-list-page .excursion-list-video-card.is-playing .excursion-video-trigger {
    background: rgba(255, 255, 255, 0.34);
}

.excursion-list-page .excursion-list-gallery .excursion-gallery-track {
    flex: 1 1 auto;
    gap: 0;
    height: 100%;
}

.excursion-list-page .excursion-list-gallery .excursion-gallery-track img,
.excursion-list-page .excursion-list-gallery .excursion-gallery-track video {
    border-radius: 0;
    filter: saturate(0.95) contrast(1.03) brightness(0.98);
}

.excursion-list-page .excursion-gallery-indicators {
    position: absolute;
    top: 14px;
    left: 14px;
    right: 14px;
    z-index: 3;
    display: flex;
    gap: 0.35rem;
    pointer-events: none;
}

.excursion-list-page .excursion-gallery-indicator {
    flex: 1 1 0;
    height: 4px;
    border-radius: 999px;
    background: rgba(230, 243, 255, 0.42);
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.excursion-list-page .excursion-gallery-indicator::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(173, 222, 255, 0.9));
    transform: scaleX(var(--story-progress, 0));
    transform-origin: left center;
    transition: transform 0.12s linear;
}

.excursion-list-page .excursion-gallery-indicator.is-viewed::before {
    transform: scaleX(1);
}

.excursion-list-page .excursion-gallery-media-badge {
    position: absolute;
    top: 28px;
    right: 14px;
    z-index: 3;
    padding: 0.38rem 0.72rem;
    border-radius: 999px;
    background: rgba(17, 73, 156, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #f4fbff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    pointer-events: none;
}

.excursion-list-page .excursion-gallery-media-badge.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.excursion-list-page .excursion-list-gallery .excursion-gallery-nav {
    display: none;
}

.excursion-list-page .excursion-card .excursion-img-col img,
.excursion-list-page .excursion-card .excursion-img-col video,
.excursion-list-page .excursion-card-imgfill .excursion-img-fill-imgfill {
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}

.excursion-list-page .excursion-card .badge {
    align-self: flex-start;
    border-radius: 999px;
    padding: 0.45rem 0.85rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.excursion-list-page .excursion-card .badge.bg-secondary {
    background: linear-gradient(135deg, #1c5cb8, #0c3f8f) !important;
    color: #eef8ff !important;
}

.excursion-list-page .excursion-card .badge.bg-info {
    background: #d6e9ff !important;
    color: #1f5ca3 !important;
}

.excursion-list-page .excursion-card .text-muted {
    color: #6687ad !important;
}

.excursion-list-page .excursion-card .btn.btn-info.btn-sm {
    border: 1px solid rgba(26, 96, 191, 0.22);
    border-radius: 999px;
    padding: 0.56rem 1rem;
    background: linear-gradient(180deg, #2d7ce1 0%, #0f4f9f 100%);
    color: #eef8ff;
    font-weight: 700;
    letter-spacing: 0.04em;
    box-shadow: 0 12px 22px rgba(23, 72, 146, 0.2);
}

.excursion-list-page .excursion-card .btn.btn-info.btn-sm:hover {
    background: linear-gradient(180deg, #3891f0 0%, #125eb7 100%);
}

.excursion-list-page .excursion-card .excursion-card-guide img {
    width: 52px !important;
    height: 52px !important;
    border: 2px solid rgba(120, 178, 236, 0.34);
    box-shadow: 0 8px 18px rgba(26, 78, 152, 0.14);
}

.excursion-list-page .excursion-card .excursion-card-guide .fw-bold {
    color: #174272;
    letter-spacing: 0.02em;
}

.excursion-empty-state {
    max-width: 720px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(248, 252, 255, 0.96), rgba(227, 238, 255, 0.95));
    border: 1px solid rgba(53, 115, 206, 0.14);
    box-shadow: 0 18px 32px rgba(42, 86, 154, 0.1);
    text-align: center;
}

.excursion-empty-title {
    margin: 0 0 0.55rem;
    font-family: "DM Serif Text", serif;
    font-size: clamp(1.7rem, 3vw, 2.2rem);
    color: #133763;
}

.excursion-empty-text {
    margin: 0;
    color: #4f6882;
    line-height: 1.7;
}

.excursion-list-page .excursion-card .excursion-img-col img,
.excursion-list-page .excursion-card .excursion-img-col video,
.excursion-list-page .excursion-card-imgfill .excursion-img-col-imgfill img {
    border-radius: 0 28px 28px 0;
    filter: saturate(0.92) contrast(1.04) brightness(0.98);
}

@media (max-width: 991px) and (min-width: 768px) {
    .excursion-list-page #excursionResultsGrid {
        grid-template-columns: 1fr;
    }

    .excursion-list-page .excursion-card {
        min-height: auto;
    }

    .excursion-list-page .excursion-card .row.g-0 {
        grid-template-columns: 1fr;
        grid-template-rows: minmax(280px, 38vw) auto;
        height: auto;
    }

    .excursion-list-page .excursion-card .excursion-img-col,
    .excursion-list-page .excursion-card-imgfill .excursion-img-col-imgfill {
        grid-row: 1;
        min-height: 280px;
    }

    .excursion-list-page .excursion-card .col-md-6:first-child {
        grid-row: 2;
        padding: 1.4rem 1.4rem 0.95rem !important;
    }

    .excursion-list-page .excursion-card .excursion-img-col img,
    .excursion-list-page .excursion-card .excursion-img-col video,
    .excursion-list-page .excursion-card-imgfill .excursion-img-col-imgfill img,
    .excursion-list-page .excursion-list-gallery,
    .excursion-list-page .excursion-list-video-card {
        border-radius: 28px 28px 0 0;
    }

    .excursion-list-page .excursion-card .excursion-card-body {
        grid-template-rows: auto minmax(0, 1fr) auto;
        gap: 0.7rem;
    }

    .excursion-list-page .excursion-card-media-meta {
        bottom: 0.95rem;
        width: calc(100% - 28px);
        max-width: 420px;
    }

    .excursion-list-page .excursion-card-title {
        font-size: 1.75rem;
    }

    .excursion-list-page .excursion-card-summary {
        font-size: 0.9rem;
        line-height: 1.68;
    }
}

@media (max-width: 767px) {
    .excursion-list-page #excursionResultsGrid {
        grid-template-columns: 1fr;
    }

    .excursion-list-page #excursionResultsGrid > [class*="col-"] {
        display: block;
    }

    .excursion-list-page .excursion-card {
        min-height: auto;
    }

    .excursion-list-page .excursion-card .row.g-0 {
        grid-template-columns: 1fr;
        grid-template-rows: minmax(240px, 62vw) auto;
        height: auto;
    }

    .excursion-list-page .excursion-card .excursion-img-col,
    .excursion-list-page .excursion-card-imgfill .excursion-img-col-imgfill {
        grid-row: 1;
        min-height: 240px;
    }

    .excursion-list-page .excursion-card .col-md-6:first-child {
        grid-row: 2;
        padding: 1.25rem 1.25rem 0.9rem !important;
    }

    .excursion-list-page .excursion-card .excursion-img-col img,
    .excursion-list-page .excursion-card .excursion-img-col video,
    .excursion-list-page .excursion-card-imgfill .excursion-img-col-imgfill img,
    .excursion-list-page .excursion-list-gallery,
    .excursion-list-page .excursion-list-video-card {
        border-radius: 28px 28px 0 0;
    }

    .excursion-results-toolbar {
        flex-direction: column;
        align-items: flex-end;
    }

    .excursion-slogan {
        padding: 0.85rem 0.75rem;
        margin-bottom: 1.15rem;
    }

    .excursion-slogan-text {
        font-size: 1.05rem;
    }

    .excursion-active-filters {
        justify-content: flex-start;
    }

    .excursion-list-page .excursion-card-title {
        max-width: none;
        font-size: 1.6rem;
    }

    .excursion-list-page .excursion-card-summary {
        max-width: none;
        font-size: 0.95rem;
        min-height: 0;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        line-clamp: 6;
    }

    .excursion-list-page .excursion-card-invite {
        font-size: 0.88rem;
        line-height: 1.5;
    }

    .excursion-list-page .excursion-card-footer {
        align-items: stretch;
        flex-direction: column;
        gap: 0;
    }

    .excursion-list-page .excursion-card-cta-row {
        justify-content: center;
        padding-top: 3px;
    }

    .excursion-list-page .excursion-card-media-meta {
        bottom: 0.9rem;
        width: calc(100% - 20px);
        max-width: none;
    }

    .excursion-list-page .excursion-card-facts {
        gap: 0.4rem;
    }

    .excursion-list-page .excursion-card-fact {
        width: 34px;
        height: 34px;
    }

    .excursion-list-page .excursion-card-difficulty {
        padding: 0.38rem 0.58rem;
    }

    .excursion-page-header {
        gap: 8px;
        margin-bottom: 1.5rem;
    }

    .excursion-page-title {
        font-size: 2rem;
        letter-spacing: -0.03em;
    }

    .excursion-page-subtitle {
        font-size: 1rem;
    }

    .excursion-page-description {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .excursion-list-page .excursion-card .excursion-img-col,
    .excursion-list-page .excursion-card-imgfill .excursion-img-col-imgfill {
        min-height: clamp(250px, 52vw, 320px);
        height: clamp(250px, 52vw, 320px);
    }

    .excursion-list-page .excursion-wishlist-btn,
    .excursion-list-page .excursion-gallery-media-badge {
        top: 12px;
        right: 12px;
    }

    .excursion-list-page .excursion-list-gallery .excursion-wishlist-btn {
        top: 24px;
    }

    .excursion-list-page .excursion-list-gallery,
    .excursion-list-page .excursion-list-video-card,
    .excursion-list-page .excursion-list-gallery .excursion-gallery-track img,
    .excursion-list-page .excursion-list-gallery .excursion-gallery-track video {
        border-radius: 0 0 28px 28px;
    }

    .excursion-list-page .excursion-video-trigger {
        width: 3.5rem;
        height: 3.5rem;
    }

    .excursion-list-page .excursion-video-trigger-icon {
        width: 1.1rem;
        height: 1.1rem;
    }

    .excursion-list-page .excursion-card .excursion-img-col img,
    .excursion-list-page .excursion-card .excursion-img-col video,
    .excursion-list-page .excursion-card-imgfill .excursion-img-col-imgfill img {
        border-radius: 0 0 28px 28px;
    }
}

@media (max-width: 767px) {
    main.container.excursion-list-page {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .excursion-list-page {
        padding-top: 44px !important;
    }

    .excursion-filter-toggle {
        display: flex;
    }

    .excursion-filter-panel {
        grid-template-columns: 1fr;
        padding: 1rem;
    }

    .excursion-filter-select,
    .excursion-filter-reset {
        min-height: 48px;
    }

    .excursion-card .row.g-0 {
        display: grid;
        grid-template-columns: 1fr;
    }

    .excursion-card .col-md-6,
    .excursion-card .col-12 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 auto;
    }


@media (max-width: 991px) {
    .excursion-filter-toggle {
        display: flex;
    }

    .excursion-filter-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        padding: 1rem;
        margin-bottom: 1.25rem;
    }

    .excursion-filter-panel[hidden] {
        display: none !important;
    }
}
    .excursion-card .excursion-img-col,
    .excursion-card-imgfill .excursion-img-col-imgfill {
        min-height: 220px;
    }

    .excursion-active-filter-chip {
        font-size: 0.76rem;
        letter-spacing: 0.05em;
    }

    .excursion-img-fill,
    .excursion-card-imgfill .excursion-img-fill-imgfill {
        border-radius: 0 0 0.5rem 0.5rem;
    }
}
/* Auth Modal Overlay */
.modal-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 34, 68, 0.55);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
}
.modal-content {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    padding: 32px 28px 24px 28px;
    min-width: 320px;
    max-width: 95vw;
    width: 100%;
    max-width: 400px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.modal-title {
    font-size: 1.5rem;
    font-family: "DM Serif Text", serif;
    margin-bottom: 18px;
    text-align: center;
    color: #0056b3;
}
.modal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 2rem;
    color: #0056b3;
    cursor: pointer;
    z-index: 2;
}
.modal-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 18px;
}
.modal-tab {
    background: #e3e9f1;
    border: none;
    border-radius: 6px 6px 0 0;
    padding: 8px 22px;
    font-size: 1rem;
    color: #0056b3;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
}
.modal-tab.active, .modal-tab:focus {
    background: #0056b3;
    color: #fff;
    outline: none;
}
.modal-panel {
    display: none;
}
.modal-panel.active {
    display: block;
}
.modal-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.modal-form label {
    font-size: 1rem;
    color: #0056b3;
    margin-bottom: 2px;
}
.modal-form input {
    padding: 8px 10px;
    border: 1px solid #b3c6e0;
    border-radius: 5px;
    font-size: 1rem;
    margin-bottom: 8px;
}
.modal-submit {
    background: linear-gradient(90deg, #4f8cff 0%, #0056b3 100%);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 0;
    font-size: 1.1rem;
    font-family: "DM Serif Text", serif;
    margin-top: 8px;
    cursor: pointer;
    transition: background 0.18s;
}
.modal-submit:hover {
    background: linear-gradient(90deg, #0056b3 0%, #4f8cff 100%);
}
.modal-row {
    display: flex;
    align-items: center;
}
.modal-row-between {
    justify-content: space-between;
}
.modal-checkbox {
    font-size: 0.98rem;
    color: #0056b3;
    display: flex;
    align-items: center;
    gap: 4px;
}
.modal-link {
    color: #2176ae;
    text-decoration: underline;
    font-size: 0.98rem;
    cursor: pointer;
}
.modal-or {
    text-align: center;
    color: #888;
    margin: 10px 0 4px 0;
    font-size: 1rem;
}
.modal-social {
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 9px 0;
    font-size: 1rem;
    margin-bottom: 7px;
    cursor: pointer;
    color: #fff;
    font-family: inherit;
    transition: background 0.18s;
}
.modal-google {
    background: #ea4335;
}
.modal-google:hover {
    background: #c23321;
}
.modal-apple {
    background: #222;
}
.modal-apple:hover {
    background: #444;
}
.modal-facebook {
    background: #1877f3;
}
.modal-facebook:hover {
    background: #145db2;
}
/* Social media icons block at the bottom of the footer */
.footer-social-bottom {
    width: 100%;
    background: radial-gradient(circle at 50% 50%, #4f8cff 0%, #0056b3 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    padding: 12px 0 10px 0;
    border-top: 1.5px solid #2176ae;
    z-index: 10;
    position: relative;
}
.footer-social-bottom .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    transition: transform 0.18s, box-shadow 0.18s, filter 0.18s;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}
.footer-social-bottom .social-icon svg {
    width: 24px;
    height: 24px;
    display: block;
    filter: grayscale(0.1) brightness(1);
    transition: filter 0.18s;
}
.footer-social-bottom .social-icon:focus {
    outline: 2px solid #0077ff;
    outline-offset: 2px;
}
.footer-social-bottom .social-icon:hover {
    transform: translateY(-2px) scale(1.08);
    box-shadow: 0 6px 24px rgba(0,0,0,0.13);
    z-index: 2;
}
.footer-social-bottom .social-instagram:hover svg {
    filter: drop-shadow(0 0 6px #E1306C88) brightness(1.1);
}
.footer-social-bottom .social-tiktok:hover svg {
    filter: drop-shadow(0 0 6px #0008) brightness(1.1);
}
.footer-social-bottom .social-facebook:hover svg {
    filter: drop-shadow(0 0 6px #1877F388) brightness(1.1);
}
.footer-social-bottom .social-youtube:hover svg {
    filter: drop-shadow(0 0 6px #FF000088) brightness(1.1);
}
.footer-social-bottom .social-icon .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.footer-copyright {
    font-size: 0.95rem;
    color: #555;
    margin-top: 8px;
    text-align: left;
}
/* --- Footer --- */
.site-footer {
    background: linear-gradient(180deg, #4f8cff 0%, #0056b3 100%);
    color: #fff;
}

.site-footer, .site-footer * {
    color: #fff !important;
    font-size: 1rem;
    border-top: none;
    box-shadow: none;
    margin-top: 0;
}
.footer-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 24px 24px 24px;
    gap: 32px;
}
.footer-logo-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.footer-block {
    min-width: 180px;
    flex: 1 1 180px;
    margin-bottom: 16px;
    min-width: 0;
}
.footer-logo {
    width: 190px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 0 0 0;
}
.footer-block-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #007bff;
    font-family: "DM Serif Text", serif;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.footer-links a {
    color: #222;
    text-decoration: none;
    transition: color 0.2s;
}
.footer-links a:hover {
    color: #007bff;
}
.footer-social {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}
.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    color: #007bff;
    border: 1px solid #007bff;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    text-decoration: none;
    font-size: 1.2rem;
}
.social-icon:hover {
    background: #007bff;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0,123,255,0.12);
}
.footer-map {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin-top: 8px;
}
.footer-bottom {
    background: #e3e9f1;
    text-align: center;
    padding: 18px 12px 10px 12px;
    font-size: 0.98rem;
    color: #555;
    border-top: 1px solid #d0d6e0;
}
@media (max-width: 900px) {
    .footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 24px;
        padding: 40px 20px 20px;
    }

    .footer-logo-block {
        grid-column: 1 / -1;
    }
}
@media (max-width: 600px) {
    .footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
        padding: 32px 16px 16px;
    }

    .footer-block {
        align-items: center;
        text-align: center;
    }

    .footer-logo-block {
        grid-column: 1 / -1;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .footer-copyright {
        text-align: center;
    }

    .footer-social-bottom {
        gap: 16px;
        padding: 12px 14px 10px;
        flex-wrap: wrap;
    }

    .footer-block-title {
        font-size: 1rem;
    }

    .footer-links {
        align-items: center;
    }

    .footer-main .footer-block:last-child {
        display: none;
    }
}
/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --navbar-height: 72px;
}

/* maximum width for centered search panel */
:root {
    --search-max: 980px;
}


body {
    font-family: Arial, sans-serif;
    padding-top: 0;
    overflow-x: hidden;
}

body.homepage {
    padding-top: 0;
    overflow-x: hidden;
}

.guide-list {
    padding: 20px 32px 80px;
    background: #ffffff;
}

.guide-list-title {
    font-size: 3rem;
    font-weight: 700;
    color: #1f1f1f;
    margin: 0 0 48px 0;
    text-align: left;
    font-family: "DM Serif Text", serif;
    letter-spacing: 0.02em;
}

.guide-list-title-accent {
    color: #007bff;
}

.guide-list-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.guide-card {
    display: grid;
    grid-template-columns: 1fr 2fr;
    background: #f7f7f7;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.guide-card-text {
    display: flex;
    flex-direction: column;
}

.guide-card-intro {
    font-size: 0.95rem;
    color: #6b6b6b;
    margin: 0;
}

.guide-card-title {
    font-size: 2.1rem;
    font-weight: 700;
    color: #1f1f1f;
    margin: 0;
    font-family: "DM Serif Text", serif;
}

.guide-card-subtitle {
    font-size: 1.1rem;
    color: #007bff;
    font-weight: 600;
    margin: 0;
}

.guide-card-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

.guide-card-footer {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 8px;
}

.guide-card-rating {
    display: flex;
    align-items: center;
    gap: 6px;
}

.guide-card-rating .rating-value,
.guide-card-rating .rating-reviews {
    color: #1f1f1f;
}

.guide-card-rating .rating-value {
    font-size: 0.95rem;
    font-weight: 700;
}

.guide-card-rating .rating-reviews {
    font-size: 0.95rem;
}

.guide-card-cta {
    width: auto;
    align-self: flex-start;
}

.guide-card-media {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    min-height: 220px;
}

.guide-wishlist {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
    color: transparent;
    -webkit-text-stroke: 1.5px #e63946;
    font-size: 2rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.guide-wishlist.is-active {
    color: #e63946;
    -webkit-text-stroke: 1.5px #e63946;
}

.guide-wishlist:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
    background: #ffffff;
}

.guide-card-media img,
.guide-card-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 960px) {
    .guide-list-inner {
        grid-template-columns: 1fr;
    }

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

h1.dm-serif-text-regular {
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: normal;
}

h4.italianno-regular {
    font-family: "Italianno", cursive;
    font-weight: 400;
    font-style: normal;
}

/* Navigation Bar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 72px; /* Fixed height for navbar */
    padding: 0 2rem;
    /* White gradient overlay: top alpha 0.9 -> bottom alpha 0.4 */
    background: linear-gradient(to bottom, rgba(255,255,255,0.9), rgba(255,255,255,0.4));
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.nav-shell {
    padding: 0 2rem;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.navbar .navbar-collapse {
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.navbar .navbar-toggler {
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    padding: 0.3rem 0.5rem;
}

.navbar .navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.22);
}

/* Logo Section */
.nav-logo a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: opacity 0.3s;
}

.logo-image {
    height: 40px;
    width: auto;
    display: block;
}

/* Language switcher dropdown */
.language-switcher-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.14);
    min-width: 180px;
    display: none;
    z-index: 45;
    padding: 0.4rem;
}

.language-switcher-menu.is-open {
    display: grid;
    gap: 0.2rem;
}

.language-option {
    width: 100%;
    border: 0;
    background: transparent;
    border-radius: 8px;
    padding: 0.6rem 0.8rem;
    color: #1f2933;
    text-align: left;
    font-size: 0.92rem;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.nav-language-label,
.language-option {
    white-space: nowrap;
}

.nav-language-label::before,
.language-option::before {
    display: inline-block;
    margin-right: 0.45rem;
    font-size: 1rem;
    line-height: 1;
}

.nav-language-toggle[data-current-lang="English"] .nav-language-label::before,
.language-option[data-lang="English"]::before {
    content: "🇬🇧";
}

.nav-language-toggle[data-current-lang="Italian"] .nav-language-label::before,
.language-option[data-lang="Italian"]::before {
    content: "🇮🇹";
}

.nav-language-toggle[data-current-lang="French"] .nav-language-label::before,
.language-option[data-lang="French"]::before {
    content: "🇫🇷";
}

.nav-language-toggle[data-current-lang="Spanish"] .nav-language-label::before,
.language-option[data-lang="Spanish"]::before {
    content: "🇪🇸";
}

.language-option:hover {
    background-color: #f5f7fa;
}

.language-option.is-active {
    background: #eef4ff;
    color: #0056b3;
}

/* Ensure the nav actions stay above dropdown menus when open */
.nav-signin { position: relative; }


.nav-logo a:hover {
    opacity: 0.75;
}

/* Search Section */
.nav-search {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: min(520px, 42vw);
    margin: 0;
}

.search-input {
    flex: 1;
    padding: 0.5rem 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 25px;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.2s;
    background: #fff;
    /* inner (inset) shadow for depth */
    box-shadow: inset 0 2px 6px rgba(0,0,0,0.08), inset 0 1px 0 rgba(255,255,255,0.6);
}

.search-input:focus {
    border-color: #007bff;
    box-shadow: inset 0 3px 10px rgba(0,0,0,0.12);
}

.search-btn {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0.5rem;
    transition: transform 0.2s;
}

.search-btn:hover {
    transform: scale(1.1);
}

/* Nav action section */
.nav-signin {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.nav-language-switcher {
    position: relative;
}

.nav-wishlist {
    height: 40px;
    border-radius: 999px;
    border: 2px solid rgba(0, 0, 0, 0.12);
    background: transparent;
    color: #1f2933;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0 0.85rem 0 0.55rem;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nav-wishlist-icon {
    color: transparent;
    -webkit-text-stroke: 1.5px #e63946;
    font-size: 2rem;
    line-height: 1;
}

.nav-wishlist-label {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.nav-wishlist:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.9);
}

.nav-wishlist:active {
    background: #007bff;
    border-color: #007bff;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.nav-language-toggle {
    height: 40px;
    min-width: 130px;
    border-radius: 999px;
    border: 2px solid rgba(0, 0, 0, 0.12);
    background: transparent;
    color: #1f2933;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0 1rem;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nav-language-label {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.nav-language-toggle::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transform-origin: center;
    margin-top: -4px;
    transition: transform 0.2s ease, margin-top 0.2s ease;
}

.nav-language-toggle:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.9);
}

.nav-language-toggle[aria-expanded="true"] {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.nav-language-toggle[aria-expanded="true"]::after {
    transform: rotate(-135deg) translateY(-1px);
    margin-top: 3px;
}

.wishlist-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: min(340px, 90vw);
    max-height: 320px;
    overflow-y: auto;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
    padding: 0.5rem;
    z-index: 45;
    display: none;
}

.wishlist-menu.is-open {
    display: block;
}

.wishlist-empty {
    margin: 0;
    font-size: 0.9rem;
    color: #4b5563;
    padding: 0.5rem;
}

.wishlist-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.45rem;
}

.wishlist-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    border: 1px solid #e6e9ed;
    border-radius: 8px;
    padding: 0.45rem 0.55rem;
}

.wishlist-item-main {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.wishlist-link {
    color: #1f2933;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wishlist-link:hover {
    color: #0056b3;
}

.wishlist-guide {
    font-size: 0.8rem;
    color: #6b7280;
}

.wishlist-remove {
    border: 1px solid #d7dce2;
    border-radius: 999px;
    background: #f8fafc;
    color: #1f2933;
    padding: 0.2rem 0.65rem;
    font-size: 0.75rem;
    cursor: pointer;
    flex-shrink: 0;
}

.wishlist-remove:hover {
    background: #eef2f7;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .nav-shell {
        flex-wrap: wrap;
    }

    .navbar .navbar-toggler {
        margin-left: auto;
    }

    .navbar .navbar-collapse {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .navbar {
        height: auto;
        min-height: 72px;
    }

    .nav-shell {
        padding: 0.5rem 1rem;
    }

    .navbar .navbar-collapse {
        margin-top: 0.75rem;
        border-radius: 12px;
        padding: 0.9rem;
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    }

    .nav-search {
        position: static;
        left: auto;
        transform: none;
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .nav-logo {
        flex: 0 1 auto;
    }

    .nav-signin {
        width: 100%;
        justify-content: flex-end;
        flex-wrap: wrap;
        margin-top: 0.65rem;
    }

    .nav-language-toggle {
        min-width: 122px;
    }

    .language-switcher-menu {
        top: calc(100% + 6px);
        right: 0;
    }
}

/* Hero section and video */
.hero {
    position: relative;
    z-index: 0; /* hero sits under fixed navbar */
    height: 600px; /* fixed hero height */
    overflow: hidden;
    margin-top: 0; /* Ensure no margin at the top */
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content {
    position: relative;
    z-index: 2; /* sit above the video */
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; /* center vertically */
    justify-content: center; /* center horizontally */
    color: #fff;
    gap: 1px;
}

.hero-title {
    font-size: 7rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    background: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 20px 15px rgba(0, 0, 0, 0.);
}

.hero-subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    color: rgba(255,255,255,0.95);
    margin: 0 0 40px 0;
    text-shadow: 0 1px 5px rgba(0,0,0,0.2);
}

@media (max-width: 991.98px) {
    .hero {
        height: auto;
        min-height: 760px;
    }

    .hero-content {
        min-height: 760px;
        justify-content: center;
        padding: 7.5rem 1.5rem 3.5rem;
        gap: 0.75rem;
    }

    .hero-title {
        font-size: clamp(3.8rem, 10vw, 5.6rem);
    }

    .hero-subtitle {
        margin-bottom: 1.75rem;
        font-size: 1.08rem;
    }
}

@media (max-width: 640px) {
    .hero {
        min-height: 860px;
    }

    .hero-content {
        min-height: 860px;
        padding: 7rem 1rem 2.75rem;
    }

    .hero-title {
        font-size: clamp(2.8rem, 14vw, 4rem);
        line-height: 0.95;
    }

    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 1.25rem;
    }
}

/* Guide hero gallery and info card */
.hero-gallery {
    position: relative;
    z-index: 0;
    height: 700px;
    overflow: hidden;
    margin-top: 0 !important;
    background: #f2f2f2;
    top: 0;
}

.hero-gallery-track {
    display: flex;
    align-items: stretch;
    height: 100%;
    width: 100%;
}

.hero-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.hero-gallery-content {
    position: absolute;
    top: calc(var(--navbar-height) + 80px);
    left: 32px;
    transform: none;
    z-index: 2;
    text-align: left;
    color: #ffffff;
    max-width: 65%;
    width: calc(66.66% - 64px);
    line-height: 1;
}

.hero-gallery-title {
    font-family: Arial, sans-serif;
    font-size: 70px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    text-shadow: 0 4px 12px rgba(0,0,0,0.4);
    text-align: left;
    line-height: 1;
}

.hero-gallery-subtitle {
    font-family: "Italianno", cursive;
    font-size: 50px;
    font-weight: 400;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
    text-align: left;
    color: rgba(255,255,255,0.95);
    margin: 0;
    padding: 0;
    line-height: 1;
}

.hero-info {
    position: fixed;
    top: calc(var(--navbar-height) + 32px);
    right: 32px;
    width: min(420px, 33%);
    background: rgba(255,255,255,0.92);
    border-radius: 28px;
    padding: 10px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    z-index: 2;
    overflow: hidden;
    max-height: calc(100vh - var(--navbar-height) - 48px);
}

.hero-info-media {
    border-radius: inherit;
    overflow: hidden;
    background: #e7e7e7;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.06);
    width: 100%;
    aspect-ratio: 1 / 1;
    margin: 0;
}

.hero-info-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-info-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.hero-info-title {
    font-family: "Italianno", cursive;
    font-size: 3.2rem;
    font-weight: 400;
    color: #1f1f1f;
    text-align: center;
}

.hero-info-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #444;
}

.hero-info-social {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    width: 100%;
}

.social-link {
    flex: 1;
    min-width: 0;
    padding: 10px 16px;
    border-radius: 12px;
    border: 1px solid rgba(0, 123, 255, 0.2);
    background: linear-gradient(to bottom, rgba(100, 200, 255, 0.1), rgba(50, 150, 255, 0.05));
    color: #007bff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
}

.social-link svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.social-link:hover {
    background: linear-gradient(to bottom, rgba(100, 200, 255, 0.15), rgba(50, 150, 255, 0.1));
    border-color: rgba(0, 123, 255, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.1);
}

.hero-info-contact {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hero-info-contact a {
    color: #1f1f1f;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
}

.hero-info-contact a:hover {
    text-decoration: underline;
}

.hero-info-meta {
    display: grid;
    gap: 8px;
}

.hero-info-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hero-info-cta {
    width: 100%;
    padding: 12px 24px;
    background: linear-gradient(to bottom, rgba(100, 200, 255, 0.1), rgba(50, 150, 255, 0.05));
    border: 1px solid rgba(0, 123, 255, 0.2);
    color: #007bff;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-info-cta:hover {
    background: linear-gradient(to bottom, rgba(100, 200, 255, 0.15), rgba(50, 150, 255, 0.1));
    border-color: rgba(0, 123, 255, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 123, 255, 0.15);
}

.hero-info-ghost {
    width: 100%;
    padding: 12px 24px;
    background: transparent;
    border: 1px solid rgba(0, 123, 255, 0.2);
    color: #007bff;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-info-ghost:hover {
    background: rgba(100, 200, 255, 0.05);
    border-color: rgba(0, 123, 255, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.1);
}

/* Difficulty indicator */
.hero-difficulty {
    position: absolute;
    bottom: 32px;
    left: 32px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.difficulty-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(255,255,255,0.95);
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.difficulty-circles {
    display: flex;
    gap: 6px;
}

.circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.8);
    background: transparent;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.circle.filled {
    background: rgba(255,255,255,0.9);
    border-color: rgba(255,255,255,0.95);
}

/* Tour explanation block */
.tour-categories {
    padding: 80px 32px 80px calc(32px);
    background: #ffffff;
    padding-right: calc(32px + min(420px, 33vw));
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 40px;
    max-width: 100%;
    margin: 0;
}

.category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}

.category-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: linear-gradient(135deg, #007bff, #0063d1);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0,99,209,0.2);
}

.category-icon svg {
    width: 32px;
    height: 32px;
    fill: #ffffff;
}

.category-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1f1f1f;
    margin: 0;
}

.category-desc {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* Tour explanation block */
.tour-explainer {
    padding: 80px calc(32px + min(420px, 33vw)) 80px 32px;
    background: #f7f7f7;
    display: flex;
    justify-content: flex-start;
}

.tour-explainer-inner {
    width: min(900px, 66vw);
    margin: 0 auto 0 0;
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.tour-explainer-title {
    font-size: 2.2rem;
    color: #1f1f1f;
    margin-bottom: 16px;
}

.tour-explainer-text {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #3e3e3e;
    margin-bottom: 16px;
}

.tour-explainer-text:last-child {
    margin-bottom: 0;
}

/* Tour accordion */
.tour-accordion {
    padding: 80px 32px 80px calc(32px);
    background: #f7f7f7;
    padding-right: calc(80px + min(420px, 33vw));
}

.accordion-inner {
    max-width: 100%;
    margin: 0;
}

.account-accordion {
    padding-right: 32px;
    background:
        radial-gradient(circle at 15% 10%, rgba(255, 204, 120, 0.18), transparent 28%),
        radial-gradient(circle at 85% 20%, rgba(91, 171, 255, 0.16), transparent 26%),
        linear-gradient(180deg, #fff8f1 0%, #f2f8ff 100%);
}

.account-accordion .accordion-inner {
    max-width: 100%;
    width: 100%;
    padding: 24px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 40px rgba(45, 104, 163, 0.10);
    backdrop-filter: blur(10px);
}

.account-accordion .accordion-btn {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 245, 228, 0.92));
    border: 1px solid rgba(255, 177, 100, 0.18);
    color: #24507e;
}

.account-accordion .accordion-btn.active,
.account-accordion .accordion-btn[aria-selected="true"] {
    background: linear-gradient(135deg, #4fa6ff 0%, #ff9c66 100%);
    border-color: transparent;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(79, 166, 255, 0.22);
}

.account-accordion .accordion-panels {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(244, 249, 255, 0.82));
    border: 1px solid rgba(96, 172, 255, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.account-accordion .accordion-panel,
.account-accordion .accordion-panel li {
    color: #48627d;
}

.account-accordion .accordion-panel strong {
    color: #1f4f7a;
}

.accordion-buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
    position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: -1px;
    flex-wrap: wrap;
}

.accordion-btn {
    background: rgba(255,255,255,0.6);
    border: 1px solid rgba(0,0,0,0.04);
    border-bottom: none;
    padding: 10px 18px;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    color: #333;
    box-shadow: none;
    transition: all 0.2s ease;
    text-align: center;
    flex: 1;
    min-width: 120px;
}

.accordion-btn.active,
.accordion-btn[aria-selected="true"] {
    background: linear-gradient(to bottom, rgba(255,255,255,0.9), rgba(255,255,255,0.65));
    border: 1px solid rgba(0,0,0,0.04);
    border-bottom: none;
    color: #007bff;
    position: relative;
    z-index: 3;
}

.accordion-panels {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0.9), rgba(255,255,255,0.4));
    padding-right: 32px;
    position: relative;
    border-radius: 0 10px 10px 10px;
    border: 1px solid rgba(0,0,0,0.04);
    margin-top: 0;
}

.accordion-panel {
    display: none;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #444;
}

.accordion-panel.active {
    display: block;
}

.accordion-panel ul {
    margin: 0;
    padding-left: 20px;
}

.accordion-panel li {
    margin-bottom: 12px;
    color: #444;
}

.accordion-panel li:last-child {
    margin-bottom: 0;
}

.accordion-panel strong {
    color: #1f1f1f;
}

/* Photo gallery */
.photo-gallery {
    padding: 80px 32px 80px calc(32px);
    background: #ffffff;
    padding-right: calc(80px + min(420px, 33vw));
}

.gallery-inner {
    max-width: 100%;
    margin: 0;
}

.gallery-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 32px;
    text-align: left;
}

.gallery-container {
    position: relative;
    width: 100%;
    height: 480px;
}

.gallery-track {
    display: flex;
    gap: 12px;
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 16px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.gallery-track img {
    width: calc(33.333% - 8px);
    height: 100%;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
    transition: all 0.3s ease;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.1);
    background: rgba(255, 255, 255, 0.9);
    color: #1f1f1f;
    font-size: 1.5rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    transition: all 0.2s ease;
    z-index: 10;
}

.gallery-nav:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 6px 16px rgba(0,0,0,0.16);
}

.gallery-nav.prev {
    left: 16px;
}

.gallery-nav.next {
    right: 16px;
}




@media (max-width: 960px) {
    .hero-gallery {
        height: 700px;
    }

    .hero-info {
        position: static;
        width: min(520px, 90%);
        max-height: none;
        margin: 24px auto 0;
    }

    .tour-explainer {
        justify-content: center;
        padding: 60px 20px 80px;
    }

    .tour-explainer-inner {
        width: min(520px, 90%);
    }
}

/* Visually hidden helper for accessible labels */
.visually-hidden {
    position: absolute !important;
    height: 1px; width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

/* Hero search panel - unified module */
.hero-search-wrapper { 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    position: relative;
    width: 100%;
    max-width: var(--search-max);
    margin: 0 auto;
    padding: 0 20px;
    gap: 0;
}

/* Panels container */
.hero-search-panels { 
    position: relative; 
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    order: 0;
}

/* Tabs on top of search panel - unified style, aligned left */
.hero-search-tabs { 
    display: flex; 
    flex-direction: row;
    gap: 10px;
    position: relative; 
    z-index: 2;
    margin-bottom: -1px;
    width: 100%;
    order: -1;
}

.hero-search-tabs .tab-btn {
    background: rgba(255,255,255,0.6);
    border: 1px solid rgba(0,0,0,0.04);
    border-bottom: none;
    padding: 10px 18px;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    color: #333;
    box-shadow: none;
    transition: all 0.2s ease;
    flex: 1;
    text-align: center;
}

.hero-search-tabs .tab-btn.active,
.hero-search-tabs .tab-btn[aria-selected="true"] {
    background: linear-gradient(to bottom, rgba(255,255,255,0.9), rgba(255,255,255,0.65));
    border: 1px solid rgba(0,0,0,0.04);
    border-bottom: none;
    color: #007bff;
    position: relative;
    z-index: 3;
}

.hero-search {
    display: flex;
    gap: 5px;
    align-items: center;
    background: linear-gradient(to bottom, rgba(255,255,255,0.9), rgba(255,255,255,0.4));
    padding: 20px 18px 18px 18px;
    border-radius: 0 10px 10px 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
    backdrop-filter: blur(6px);
    width: 100%;
    position: relative;
    border: 1px solid rgba(0,0,0,0.04);
    margin-top: 0;
}

.hero-search .field { display:flex; align-items:center; }

.hero-search input,
.hero-search select {
    padding: 14px 16px;
    border-radius: 8px;
    border: 1px solid #e6e6e6;
    font-size: 1rem;
    background: #fff;
    height: 50px;
    line-height: 50px;
    appearance: none;
    min-width: 180px;
}

.hero-search input::placeholder { color: #999; }

.hero-search-btn {
    background: linear-gradient(90deg, #007bff, #0063d1);
    color: #fff;
    border: none;
    padding: 0 24px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 700;
    height: 50px;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(0,99,209,0.18);
    margin-left: auto;
}

.hero-search-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0,99,209,0.22); }

/* Panels: hide by default, show when active */
.hero-search.panel { display: none; }
.hero-search.panel.active { display: flex; }

.hero-destinations {
    --section-divider-color: rgba(109, 159, 177, 0.44);
    padding: 58px 2rem 28px;
    background:
        radial-gradient(circle at top left, rgba(237, 245, 248, 0.9) 0%, rgba(255, 255, 255, 0) 28%),
        linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
    position: relative;
}

.hero-destinations-header {
    max-width: 760px;
    margin: 0 auto 2rem;
    text-align: center;
}

.hero-destinations-eyebrow {
    margin: 0 0 0.7rem;
    font-size: 0.8rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #64859b;
    font-weight: 700;
}

.hero-destinations-title {
    margin: 0;
    font-family: "DM Serif Text", serif;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
    color: #18212b;
}

.hero-destinations-text {
    margin: 0.9rem auto 0;
    font-size: 1rem;
    line-height: 1.7;
    color: #607080;
}

.hero-destinations-carousel {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    min-width: 0;
}

.hero-destinations-track {
    --destinations-gap: 1rem;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - (var(--destinations-gap) * 3)) / 4);
    gap: var(--destinations-gap);
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 0.5rem 0 1rem;
}

.hero-destinations-track::-webkit-scrollbar {
    display: none;
}

.hero-destination-card {
    position: relative;
    min-height: 320px;
    border-radius: 70px 70px 0 70px;
    overflow: hidden;
    scroll-snap-align: start;
    background: #0f1720;
    isolation: isolate;
}

.hero-destination-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 12, 18, 0.12) 0%, rgba(7, 12, 18, 0.28) 48%, rgba(7, 12, 18, 0.72) 100%);
    z-index: 1;
}

.hero-destination-image {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.hero-destination-card:hover .hero-destination-image {
    transform: scale(1.05);
}

.hero-destination-frame {
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 56px 56px 0 56px;
    z-index: 2;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.hero-destination-content {
    position: absolute;
    right: 1.6rem;
    bottom: 1.5rem;
    left: 1.6rem;
    padding: 0;
    text-align: right;
    z-index: 3;
    color: #ffffff;
}

.hero-destination-card-link {
    position: absolute;
    inset: 0;
    z-index: 4;
    border-radius: inherit;
}

.hero-destination-card-link:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: -10px;
}

.hero-destination-region {
    margin: 0 0 0.45rem;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 600;
}

.hero-destination-name {
    margin: 0;
    font-family: "DM Serif Text", serif;
    font-size: 1.55rem;
    line-height: 1.05;
    color: #ffffff;
}

.hero-destinations-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    margin-top: 1rem;
    z-index: 5;
}

.hero-destinations-nav {
    pointer-events: auto;
    border: 1px solid rgba(31, 41, 55, 0.12);
    background: rgba(255, 255, 255, 0.94);
    color: #1f2937;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.hero-destinations-nav:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.16);
    background: #ffffff;
}

/* Responsive: stack fields on small screens */
@media (max-width: 640px) {
    .hero-search {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        padding: 16px 12px 12px 12px;
        border-radius: 0 8px 8px 8px;
    }

    .hero-search input,
    .hero-search select {
        width: 100%;
        min-width: 0;
    }
    
    .hero-search-tabs {
        gap: 4px;
        padding: 0 0 0 8px;
    }
    
    .hero-search-tabs .tab-btn {
        padding: 8px 12px;
        font-size: 0.85rem;
    }

    .hero-destinations {
        padding: 48px 1rem 18px;
    }

    .hero-destinations-carousel {
        padding: 0 2.4rem;
    }

    .hero-destinations-track {
        grid-auto-columns: calc((100% - var(--destinations-gap)) / 2);
    }

    .hero-destination-card {
        min-height: 250px;
    }

    .hero-destination-content {
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
    }

    .hero-destination-name {
        font-size: 1.25rem;
    }
}

/* Our Suggestion Section */
.homepage-intro {
    --section-divider-color: rgba(200, 155, 91, 0.5);
    padding: 56px 2rem 20px;
    background: #ffffff;
    position: relative;
}

.homepage-intro-header {
    max-width: 780px;
    margin: 0 auto 4.5rem;
    text-align: center;
}

.homepage-intro-eyebrow {
    margin: 0 0 0.65rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #8b6f47;
}

.homepage-intro-title {
    margin: 0;
    font-family: "DM Serif Text", serif;
    font-size: 2.5rem;
    line-height: 1.18;
    color: #1f1f1f;
}

.homepage-intro-text {
    margin: 1rem 0 0;
    font-size: 1.02rem;
    line-height: 1.7;
    color: #5f6b7a;
}

.homepage-intro-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.homepage-intro-carousel {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    min-width: 0;
}

.homepage-intro-controls {
    display: none;
}

.homepage-intro-nav {
    border: 1px solid rgba(31, 41, 55, 0.12);
    background: rgba(255, 255, 255, 0.94);
    color: #1f2937;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.homepage-intro-nav:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.16);
    background: #ffffff;
}

.homepage-intro-card {
    min-height: 210px;
    border-radius: 32px;
    padding: 5.5rem 1.2rem 1.35rem;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(66, 73, 83, 0.116);
    box-shadow: 0 5px 5px rgba(15, 23, 42, 0.104);
    backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: visible;
}

.homepage-intro-card-ornament {
    width: 138px;
    max-width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -48%);
    object-fit: contain;
    padding: 0.35rem;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.98) 0%, rgba(244, 247, 250, 0.96) 72%, rgba(244, 247, 250, 0) 100%);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    z-index: 2;
}

.homepage-intro-card h3 {
    margin: 0 0 0.8rem;
    font-size: 1.08rem;
    line-height: 1.35;
    color: #18212b;
}

.homepage-intro-card p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.65;
    color: #607080;
}

@media (max-width: 991.98px) {
    .hero-destinations {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .hero-destinations-carousel {
        padding: 0 2.8rem;
    }

    .hero-destinations-controls {
        justify-content: space-between;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        margin-top: 0;
        pointer-events: none;
    }

    .hero-destinations-track {
        grid-auto-columns: calc((100% - var(--destinations-gap)) / 2);
    }

    .hero-destination-card {
        min-height: 280px;
    }

    .homepage-intro-carousel {
        padding: 0 2.9rem;
    }

    .homepage-intro-grid {
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: 100%;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 0;
        padding: 4.1rem 0 0.75rem;
        scrollbar-width: none;
    }

    .homepage-intro-grid::-webkit-scrollbar {
        display: none;
    }

    .homepage-intro-card {
        scroll-snap-align: start;
        padding-top: 5.5rem;
    }

    .homepage-intro-controls {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        top: calc(50% + 1.2rem);
        left: 0;
        right: 0;
        transform: translateY(-50%);
        margin-top: 0;
        pointer-events: none;
        z-index: 4;
    }

    .homepage-intro-nav {
        pointer-events: auto;
    }

    .homepage-intro-card-ornament {
        top: 0;
        transform: translate(-50%, -48%);
    }
}

.hero-destinations::before,
.homepage-intro::before,
.events-section::before,
.regional-advices::before,
.taste-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(240px, calc(100% - 3rem));
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--section-divider-color) 18%, var(--section-divider-color) 82%, transparent 100%);
}

.hero-destinations::after,
.homepage-intro::after,
.events-section::after,
.regional-advices::after,
.taste-block::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 54px;
    height: 5px;
    border-radius: 999px;
    background: var(--section-divider-color);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.95), 0 4px 10px rgba(15, 23, 42, 0.06);
}

@media (max-width: 991.98px) {
}

@media (max-width: 768px) {
    .homepage-intro {
        padding: 44px 1rem 12px;
    }

    .homepage-intro-title {
        font-size: 1.8rem;
    }

    .homepage-intro-header {
        margin-bottom: 3.5rem;
    }

    .homepage-intro-grid {
        grid-auto-columns: 100%;
    }

    .homepage-intro-card {
        min-height: auto;
        padding-top: 5.5rem;
    }

    .homepage-intro-card-ornament {
        width: 138px;
        top: 0;
        transform: translate(-50%, -48%);
    }
}/* Proposal Block */
.proposal-block {
    padding: 80px 32px;
    padding-right: calc(80px + min(420px, 33vw));
    border-top: 1px solid rgba(0,0,0,0.08);
}

.proposal-inner {
    max-width: 100%;
}

.proposal-block h2 {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 0 0 24px 0;
    padding: 0;
    line-height: 1.3;
    color: #1f1f1f;
    font-family: "DM Serif Text", serif;
}

.proposal-block p {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #666666;
    margin: 0 0 40px 0;
    padding: 0;
    max-width: 90%;
}

.proposal-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}

.proposal-feature {
    display: flex;
    align-items: center;
    gap: 12px;
}

.feature-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #007bff, #0063d1);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.95rem;
}

.feature-text {
    font-size: 1rem;
    color: #333333;
    font-weight: 500;
}

.proposal-cta {
    padding: 14px 40px;
    background: linear-gradient(to bottom, rgba(100, 200, 255, 0.1), rgba(50, 150, 255, 0.05));
    border: 1px solid rgba(0, 123, 255, 0.2);
    color: #007bff;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.proposal-cta:hover {
    background: linear-gradient(to bottom, rgba(100, 200, 255, 0.15), rgba(50, 150, 255, 0.1));
    border-color: rgba(0, 123, 255, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 123, 255, 0.15);
}

@media (max-width: 768px) {
    .proposal-block {
        padding: 60px 24px;
        padding-right: 24px;
    }
    
    .proposal-block h2 {
        font-size: 1.8rem;
    }
    
    .proposal-features {
        grid-template-columns: 1fr;
    }
}

/* Guide Profile Section */
.guide-profile {
    padding: 0;
    background:
    radial-gradient(circle at top left, rgba(255, 198, 112, 0.22), transparent 34%),
    radial-gradient(circle at top right, rgba(66, 145, 255, 0.18), transparent 32%),
    linear-gradient(180deg, #fffaf2 0%, #eef7ff 100%);
}

.guide-profile-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto;
    align-items: start;
    padding: 24px 32px 0;
}

.profile-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
    order: 1;
}

.profile-video-wrapper {
    position: relative;
    width: 100%;
    height: 700px;
    border-radius: 0 0 0 70px;
    overflow: hidden;
    background: linear-gradient(180deg, #0f4c81 0%, #1d7fbf 48%, #ffb36b 100%);
    box-shadow: 0 22px 54px rgba(28, 74, 116, 0.22);
}

.profile-video-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 36, 66, 0.08), rgba(9, 32, 58, 0.32));
    pointer-events: none;
}

.profile-video-wrapper::before {
    content: '▶';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.8);
    z-index: 5;
    pointer-events: none;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.profile-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.profile-rating {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(255, 250, 241, 0.22);
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 210, 138, 0.34);
    box-shadow: 0 12px 24px rgba(17, 54, 87, 0.18);
    text-align: center;
    backdrop-filter: blur(12px);
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 6;
}

.profile-video-name {
    position: absolute;
    right: 50px;
    bottom: 50px;
    font-size: 100px;
    font-weight: 400;
    font-family: "Italianno", cursive;
    color: #ffffff;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
    z-index: 6;
}

.rating-stars {
    display: flex;
    justify-content: center;
    gap: 1px;
    font-size: 0.9rem;
    line-height: 1;
    margin: 0;
}

.star {
    color: #ffd166;
    font-weight: bold;
}

.star.half {
    color: transparent;
    background: linear-gradient(90deg, #ffd166 50%, rgba(255, 255, 255, 0) 50%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #ffd166;
}

.rating-value {
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
}

.rating-reviews {
    font-size: 1rem;
    color: #ffffff;
    margin: 0;
    white-space: nowrap;
}

.profile-name {
    font-size: 2rem;
    font-weight: 700;
    color: #1f1f1f;
    font-family: "Italianno", cursive;
}

.profile-right {
    display: flex;
    flex-direction: column;
    gap: 28px;
    order: 2;
    padding: 28px 32px 36px;
    border-radius: 32px;
    background: rgba(255, 255, 252, 0.84);
    box-shadow: 0 22px 54px rgba(38, 87, 132, 0.12);
    backdrop-filter: blur(14px);
}

.profile-header {
    border-bottom: 2px solid rgba(255, 160, 94, 0.24);
    padding-bottom: 24px;
    margin-top: 12px;
}

.profile-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #17314f;
    margin: 0 0 8px 0;
    padding: 0 0 0 16px;
    font-family: "DM Serif Text", serif;
}

.profile-subtitle {
    font-size: 1.3rem;
    color: #ef7f4d;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.profile-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #50657c;
    margin: 0;
    padding: 0;
}

.profile-description p {
    margin: 0;
    padding: 0;
}

.profile-info {
    display: grid;
    gap: 20px;
}

.profile-actions-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
    flex-wrap: nowrap;
}

.guide-profile .profile-follow-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #9b7a4f;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 221, 160, 0.6), rgba(255, 176, 114, 0.35));
    border: 1px solid rgba(255, 167, 90, 0.28);
}

.profile-actions-row .social-media {
    flex-wrap: nowrap;
}

.profile-actions-row .profile-cta-row {
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
}

.profile-cta-row {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.guide-profile .profile-cta-row .hero-info-cta,
.guide-profile .profile-cta-row .hero-info-ghost {
    width: auto;
    min-width: 180px;
    text-decoration: none;
    text-align: center;
}

.guide-profile .profile-cta-row .hero-info-cta {
    background: linear-gradient(135deg, #ff9f5a 0%, #ef6f51 100%);
    border: 0;
    color: #ffffff;
    box-shadow: 0 14px 26px rgba(239, 111, 81, 0.28);
}

.guide-profile .profile-cta-row .hero-info-cta:hover {
    background: linear-gradient(135deg, #ffad6d 0%, #f27e62 100%);
    box-shadow: 0 18px 30px rgba(239, 111, 81, 0.34);
}

.guide-profile .profile-cta-row .hero-info-ghost {
    background: linear-gradient(135deg, rgba(87, 184, 255, 0.16), rgba(255, 214, 135, 0.22));
    border: 1px solid rgba(87, 184, 255, 0.28);
    color: #1566a6;
    box-shadow: 0 10px 20px rgba(68, 145, 219, 0.12);
}

.guide-profile .profile-cta-row .hero-info-ghost:hover {
    background: linear-gradient(135deg, rgba(87, 184, 255, 0.24), rgba(255, 214, 135, 0.32));
    border-color: rgba(87, 184, 255, 0.42);
    color: #0f5c95;
}

.profile-info-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.info-item {
    display: grid;
    gap: 8px;
}

.guide-profile .info-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #a78355;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 214, 135, 0.3), rgba(255, 160, 94, 0.18));
    border: 1px solid rgba(255, 167, 90, 0.18);
}

.info-value {
    font-size: 1rem;
    color: #1b4467;
    font-weight: 500;
}

.contact-links {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap;
}

.contact-link {
    color: #ef7f4d;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.contact-icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.contact-link:hover {
    color: #d76436;
    text-decoration: underline;
}

.social-media {
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
}

.guide-profile .social-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(255, 160, 94, 0.26);
    background: linear-gradient(135deg, rgba(255, 214, 135, 0.32), rgba(80, 170, 255, 0.16));
    color: #1970b8;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.guide-profile .social-icon svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.guide-profile .social-icon:hover {
    background: linear-gradient(135deg, rgba(255, 214, 135, 0.46), rgba(80, 170, 255, 0.24));
    border-color: rgba(255, 160, 94, 0.42);
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(40, 124, 190, 0.18);
}

.profile-info .info-item,
.profile-actions-row,
.contact-links {
    position: relative;
}

@media (max-width: 960px) {
    .guide-profile-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .profile-title {
        font-size: 2rem;
    }
    
    .profile-video-wrapper {
        height: 500px;
    }
}

@media (max-width: 768px) {
    .guide-profile {
        padding: 40px 24px;
    }
}
/* Events Section */
.events-section {
    --section-divider-color: rgba(167, 140, 195, 0.46);
    padding: 60px 2rem;
    background: #ffffff;
    position: relative;
}

.events-title {
    font-size: 3rem;
    font-weight: 700;
    color: #1f1f1f;
    margin: 0 0 48px 0;
    text-align: center;
    font-family: "DM Serif Text", serif;
    letter-spacing: 0.02em;
}

.events-subtitle {
    margin: -32px 0 40px 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #3d3d3d;
    text-align: center;
}

.events-description {
    margin: -24px auto 1.35rem;
    max-width: 52rem;
    font-size: 0.98rem;
    line-height: 1.7;
    color: #5f4a39;
    text-align: center;
}

.events-filter-toggle {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 1rem;
    min-height: 46px;
    padding: 0.85rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(36, 71, 107, 0.14);
    background: rgba(255, 255, 255, 0.9);
    color: #24476b;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: none;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 8px rgba(17, 24, 39, 0.04);
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.events-filter-toggle:hover {
    background: #ffffff;
    border-color: rgba(36, 71, 107, 0.22);
    box-shadow: 0 8px 18px rgba(17, 24, 39, 0.08);
}

.events-filter-toggle-label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.events-filter-toggle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 999px;
    background: rgba(36, 71, 107, 0.08);
    font-size: 1rem;
    line-height: 1;
}

.events-filter-panel {
    max-width: 1400px;
    margin: 0 auto 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    align-items: end;
    padding: 0.2rem 0 0.5rem;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.events-filter-group {
    display: grid;
    gap: 0.4rem;
    flex: 0 1 180px;
}

.events-filter-label {
    margin: 0;
    padding-left: 0.65rem;
    color: #6f5634;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.events-filter-select,
.events-filter-reset {
    min-height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(36, 71, 107, 0.14);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 8px rgba(17, 24, 39, 0.04);
}

.events-filter-select {
    width: 100%;
    padding: 0.7rem 2.6rem 0.7rem 1rem;
    appearance: none;
    background-color: rgba(255, 255, 255, 0.9);
    color: #35506f;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    background-image: linear-gradient(45deg, transparent 50%, #35506f 50%), linear-gradient(135deg, #35506f 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.events-filter-select:focus,
.events-filter-reset:focus {
    outline: 2px solid rgba(36, 71, 107, 0.28);
    outline-offset: 2px;
}

.events-filter-reset {
    align-self: end;
    padding: 0.7rem 1.3rem;
    background: #24476b;
    border-color: #24476b;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(36, 71, 107, 0.12);
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.events-filter-reset:hover {
    background: #1d3d5f;
    border-color: #1d3d5f;
    box-shadow: 0 8px 18px rgba(36, 71, 107, 0.16);
}

.events-results-toolbar {
    max-width: 1400px;
    margin: 0 auto 1rem;
}

.events-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.events-active-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    background: rgba(20, 55, 84, 0.08);
    color: #12314a;
    font-size: 0.8rem;
    font-weight: 700;
}

.events-active-filter-chip button {
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: 1;
    padding: 0;
    cursor: pointer;
}

.events-layout {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.7fr);
    gap: 32px;
    align-items: stretch;
}

.events-featured-row {
    display: flex;
}

.events-featured-row .event-card-featured {
    width: 100%;
}

.events-featured-row .event-card-featured .event-card-image {
    height: 100%;
    min-height: 100%;
}

.events-grid {
    display: flex;
    gap: 32px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding: 0 0 0.5rem;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.events-grid::-webkit-scrollbar {
    display: none;
}

.events-featured-row {
    margin: 0;
}

.events-featured-mobile-only {
    display: none;
}

.event-card-desktop-only {
    display: flex;
}

.events-grid .event-card {
    flex: 0 0 calc((100% - 32px) / 2);
    max-width: calc((100% - 32px) / 2);
    scroll-snap-align: start;
}

.events-carousel {
    position: relative;
    max-width: none;
    margin: 0;
}

.events-empty {
    margin: 20px 0 0;
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(255, 248, 236, 0.92);
    border: 1px solid rgba(134, 91, 46, 0.12);
    color: #6a4830;
    font-size: 0.98rem;
    font-weight: 600;
    text-align: center;
}

.events-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    margin-top: 1rem;
    z-index: 5;
}

.events-nav {
    border: 1px solid rgba(31, 41, 55, 0.12);
    background: rgba(255, 255, 255, 0.94);
    color: #1f2937;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.events-nav:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.16);
    background: #ffffff;
}

/* Guide Advices Section */
.guide-advices {
    padding: 6rem 6rem;
    background: #ffffff;
}

.guide-advices-title {
    font-size: 3rem;
    font-weight: 700;
    color: #1f1f1f;
    margin: 0 0 16px 0;
    text-align: left;
    font-family: "DM Serif Text", serif;
    letter-spacing: 0.02em;
}

.guide-advices-subtitle {
    max-width: 900px;
    font-size: 1.2rem;
    line-height: 1.7;
    color: #3d3d3d;
    margin: 0;
}

.guide-advices-grid {
    max-width: 1400px;
    margin: 32px auto 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.account-advices .guide-advices-grid {
    grid-template-columns: 1fr;
    gap: 24px;
}

.account-advices .guide-advices-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    max-width: 760px;
    margin: 0 auto;
}

.account-advices .guide-advices-media {
    aspect-ratio: 3 / 1;
    border-radius: 0;
}

.account-advices .guide-advices-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 14px 18px 18px;
}

.account-advices .guide-advices-card-title,
.account-advices .guide-advices-card-text {
    color: #1f1f1f;
}

.account-advices .guide-advices-card-title {
    font-size: 1.2rem;
}

.account-advices .guide-advices-card-text {
    font-size: 0.9rem;
    line-height: 1.55;
}

.account-advices .guide-advices-meta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #5b5b5b;
    font-size: 0.9rem;
}

.account-advices .guide-advices-avatar-wrap {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.account-advices .guide-advices-avatar {
    width: 100%;
    height: 100%;
    object-fit:fill;
}

.guide-advices-card {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.guide-advices-media {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    overflow: hidden;
    border: 0.5px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    background: #e5e5e5;
}

.guide-advices-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.guide-advices-author {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: left;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 10px 0 10px 0;
    background: white;
    color: #000000;
    font-size: 0.85rem;
    font-weight: 600;
    height: 20%;
    min-height: 45px;
    width: 50%;
}

.guide-advices-avatar-wrap {
    width: 60px;
    height: 60px;
    border-radius: 10px 0 10px 0;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    background: white;
}

.guide-advices-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.guide-advices-overlay {
    position: absolute;
    inset: auto 16px 16px 16px;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.45);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.guide-advices-card-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    font-family: "DM Serif Text", serif;
}

.guide-advices-card-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #f5f5f5;
    margin: 0;
}

@media (max-width: 1200px) {
    .guide-advices {
        padding: 5rem 2.5rem;
    }

    .guide-advices-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }
}

@media (max-width: 960px) {
    .guide-advices {
        padding: 4.25rem 1.75rem;
    }

    .guide-advices-title {
        font-size: 2.4rem;
        text-align: center;
    }

    .guide-advices-subtitle {
        font-size: 1.05rem;
        text-align: center;
    }

    .guide-advices-grid {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-top: 28px;
    }
}

@media (max-width: 640px) {
    .guide-advices {
        padding: 3.5rem 1rem 4rem;
    }

    .guide-advices-title {
        font-size: 2rem;
        margin-bottom: 12px;
    }

    .guide-advices-subtitle {
        font-size: 0.98rem;
        line-height: 1.6;
    }

    .guide-advices-media {
        aspect-ratio: 4 / 5;
        border-radius: 14px;
    }

    .guide-advices-author {
        width: auto;
        max-width: calc(100% - 16px);
        min-height: 40px;
        padding: 6px 10px;
        gap: 6px;
        font-size: 0.78rem;
    }

    .guide-advices-avatar-wrap {
        width: 48px;
        height: 48px;
    }

    .guide-advices-overlay {
        inset: auto 12px 12px 12px;
        padding: 10px 12px;
    }

    .guide-advices-card-title {
        font-size: 1.15rem;
    }

    .guide-advices-card-text {
        font-size: 0.88rem;
        line-height: 1.55;
    }
}

.event-card,
.regional-item {
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #fffdf8 0%, #f7f1e8 100%);
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(134, 91, 46, 0.14);
    box-shadow: 0 14px 32px rgba(92, 60, 26, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.event-card-featured {
    height: auto;
}

.event-card-featured .event-card-image {
    height: 340px;
}

.event-card-desktop-only {
    min-height: 440px;
}

.event-card-desktop-only .event-card-image {
    height: 100%;
    min-height: 440px;
}

.event-card:hover,
.regional-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(92, 60, 26, 0.14);
}

.event-card-image {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: #e0e0e0;
}

.event-card-featured .event-card-image::after {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 20px;
    pointer-events: none;
}

.event-card-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-card-desktop-only .event-card-image img {
    object-position: center center;
}

.event-card-desktop-overlay {
    position: absolute;
    left: 22px;
    right: auto;
    bottom: 22px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    width: min(34rem, calc(100% - 44px));
    padding: 20px 22px 22px;
    gap: 14px;
    background: linear-gradient(180deg, rgba(255, 249, 240, 0.144) 0%, rgba(255, 249, 240, 0.143) 100%);
    border: 1px solid rgba(151, 105, 55, 0.14);
    border-radius: 20px;
    color: #ffffff;
    text-align: left;
    text-shadow: none;
    box-shadow: 0 16px 34px rgba(35, 24, 14, 0.18);
    backdrop-filter: blur(10px);
    z-index: 2;
}

.event-card-featured-message {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    display: grid;
    gap: 10px;
    padding: 18px 18px 20px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 249, 240, 0.72) 0%, rgba(255, 249, 240, 0.92) 100%);
    border: 1px solid rgba(151, 105, 55, 0.14);
    box-shadow: 0 12px 30px rgba(35, 24, 14, 0.16);
    backdrop-filter: blur(10px);
    z-index: 2;
}

.event-card-featured-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(111, 66, 29, 0.08);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.event-card-featured-text,
.regional-advices-grid > .regional-featured .regional-title,
.regional-advices-grid > .regional-featured .regional-text {
    margin: 0;
    max-width: 34rem;
    font-family: "DM Serif Text", serif;
    font-size: 1.08rem;
    line-height: 1.75;
    text-wrap: balance;
}

.event-card-featured-text {
    color: #2b1a10;
}

.event-card-featured-message .event-card-featured-text,
.event-card-desktop-overlay .event-card-featured-text {
    color: #ffffff;
}

.event-card-overlay-meta {
    position: absolute;
    top: 22px;
    left: 22px;
    right: 110px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    z-index: 2;
}

.event-card-chip {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 248, 236, 0.88);
    border: 1px solid rgba(151, 105, 55, 0.16);
    color: #6f421d;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.event-card-date {
    position: absolute;
    top: 18px;
    right: 18px;
    display: grid;
    justify-items: center;
    min-width: 76px;
    padding: 10px 10px 12px;
    border-radius: 22px;
    background: rgba(255, 252, 245, 0.95);
    border: 1px solid rgba(151, 105, 55, 0.2);
    color: #6f421d;
    box-shadow: 0 12px 26px rgba(35, 24, 14, 0.16);
    z-index: 2;
}

.event-card-date-month {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.event-card-date-day {
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    font-family: "DM Serif Text", serif;
}

.event-card-date-year {
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.event-card-date-featured {
    min-width: 88px;
    padding: 12px 12px 14px;
    background: rgba(255, 250, 242, 0.9);
}

.event-card-date-featured .event-card-date-day {
    font-size: 2.35rem;
}

.event-card-content,
.regional-item-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    flex: 1;
    min-width: 0;
}

.event-card-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    color: #8b5c2e;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.event-card-meta-divider {
    color: rgba(111, 66, 29, 0.7);
}

.event-card-featured-copy {
    display: none;
    background: #fff9f0;
}

.event-card-title,
.regional-item-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    font-family: "DM Serif Text", serif;
}

.event-card-text,
.regional-item-text {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.event-card-title {
    color: #2b1a10;
}

.event-card-text {
    color: #5f4a39;
}

.regional-item-title {
    color: #2b1a10;
}

.regional-item-text {
    color: #5f4a39;
}

.event-card-cta,
.regional-item .regional-read-btn {
    display: inline-block;
    padding: 10px 20px;
    background: rgba(165, 104, 39, 0.08);
    border: 1px solid rgba(165, 104, 39, 0.2);
    color: #8b4f19;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 999px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    width: fit-content;
}

.event-card-cta:hover,
.regional-item .regional-read-btn:hover {
    background: rgba(165, 104, 39, 0.14);
    border-color: rgba(165, 104, 39, 0.34);
    transform: translateY(-2px);
}

@media (max-width: 1200px) {
    .events-section {
        padding: 56px 1.75rem;
    }

    .events-title {
        font-size: 2.6rem;
        margin-bottom: 40px;
    }

    .events-subtitle {
        margin: -24px auto 36px;
        max-width: 760px;
    }

    .events-description {
        margin: -20px auto 1.2rem;
        max-width: 46rem;
    }

    .events-grid {
        gap: 24px;
    }

    .events-grid .event-card {
        flex-basis: calc((100% - 24px) / 2);
        max-width: calc((100% - 24px) / 2);
    }

    .events-layout {
        grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.7fr);
        gap: 24px;
    }

    .event-card-desktop-only .event-card-image {
        height: 100%;
        min-height: 400px;
    }
}

@media (max-width: 991.98px) {
    .events-section {
        padding: 48px 1.5rem 24px;
    }

    .events-filter-toggle {
        display: flex;
    }

    .events-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .events-featured-row {
        display: none;
    }

    .events-filter-panel {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        padding: 1rem;
        margin-bottom: 1.25rem;
        border-radius: 24px;
        background: rgba(255, 251, 244, 0.7);
        border: 1px solid rgba(159, 115, 64, 0.12);
        box-shadow: 0 30px 60px rgba(17, 48, 75, 0.1);
        backdrop-filter: blur(10px);
    }

    .events-filter-panel[hidden] {
        display: none !important;
    }

    .events-carousel {
        padding: 0;
    }

    .events-grid {
        gap: 1rem;
    }

    .events-grid .event-card,
    .event-card {
        flex: 0 0 100%;
        max-width: 100%;
        scroll-snap-align: start;
    }

    .event-card-content {
        padding: 22px;
    }

    .event-card-desktop-overlay {
        height: calc((100% - 56px) / 2);
        left: 18px;
        right: 18px;
        bottom: 18px;
        padding: 16px 18px 18px;
    }

    .event-card-guide-photo {
        width: 42px;
        height: 42px;
    }

    .events-title {
        font-size: 2.35rem;
        margin-bottom: 36px;
    }

    .events-subtitle {
        margin: -18px auto 30px;
        max-width: 680px;
        font-size: 1.08rem;
    }

    .events-description {
        margin: -14px auto 1rem;
        max-width: 38rem;
        font-size: 0.94rem;
    }

    .events-controls {
        display: flex;
        justify-content: center;
        position: static;
        transform: none;
        pointer-events: auto;
        margin-top: 1rem;
        z-index: 5;
    }

    .events-nav {
        pointer-events: auto;
    }
}

@media (max-width: 768px) {
    .events-section {
        padding: 44px 1rem 24px;
    }

    .events-filter-toggle {
        min-height: 48px;
        padding: 0.8rem 0.95rem;
    }

    .events-filter-panel {
        grid-template-columns: 1fr;
    }

    .events-filter-select,
    .events-filter-reset {
        min-height: 48px;
    }

    .events-carousel {
        padding: 0;
    }

    .event-card-content {
        padding: 20px;
    }

    .events-title {
        font-size: 2rem;
        margin-bottom: 32px;
    }

    .events-subtitle {
        margin: -16px auto 28px;
        font-size: 1rem;
    }

    .events-description {
        margin: -14px auto 0.95rem;
        font-size: 0.9rem;
        line-height: 1.6;
    }
}

/* Excursions List */
.region-page {
    background:
        radial-gradient(circle at top left, rgba(130, 191, 255, 0.18), transparent 28%),
        radial-gradient(circle at top right, rgba(255, 204, 142, 0.18), transparent 24%),
        linear-gradient(180deg, #f6fbff 0%, #ffffff 18%, #ffffff 100%);
}

.region-video-hero {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #0f2745;
}

.region-video-hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 38%;
}

.region-video-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(7, 24, 44, 0.14) 0%, rgba(7, 24, 44, 0.42) 48%, rgba(7, 24, 44, 0.78) 100%),
        linear-gradient(90deg, rgba(5, 18, 36, 0.62) 0%, rgba(5, 18, 36, 0.16) 55%, rgba(5, 18, 36, 0.42) 100%);
}

.region-video-hero-content {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 2.6rem 2rem;
    margin-top: 2.25rem;
    color: #ffffff;
    text-align: center;
}

.region-video-hero-eyebrow {
    margin: 0 0 0.55rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
}

.region-video-hero-title {
    margin: 0;
    font-family: "DM Serif Text", serif;
    font-size: clamp(2.45rem, 5.2vw, 4.2rem);
    line-height: 1;
    letter-spacing: -0.04em;
    text-wrap: balance;
    text-shadow: 0 14px 24px rgba(5, 18, 36, 0.28);
}

.region-video-hero-text {
    max-width: 500px;
    margin: 0.8rem auto 0;
    font-size: 1.02rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.region-video-hero-text-cursive {
    font-family: "Gwendolyn", cursive;
    font-size: 1.9em;
    line-height: 1;
    color: #ffffff;
}

.region-seo-intro {
    padding: 28px 2rem 28px;
    margin: 0 1rem 1.45rem;
    border: 1px solid rgba(173, 102, 70, 0.12);
    border-radius: 0 0 36px 36px;
    background: linear-gradient(135deg, rgba(255, 247, 241, 0.98) 0%, rgba(255, 255, 255, 0.98) 48%, rgba(247, 250, 255, 0.94) 100%);
    box-shadow: 0 22px 48px rgba(95, 55, 35, 0.08);
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.region-seo-intro::before {
    content: "";
    position: absolute;
    top: -120px;
    left: -90px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(232, 155, 107, 0.18) 0%, rgba(232, 155, 107, 0) 70%);
    pointer-events: none;
}

.region-seo-shell {
    max-width: 1320px;
    margin: 0 auto;
}

.region-seo-header {
    position: relative;
    z-index: 1;
    max-width: 1120px;
    margin: 0 auto;
    text-align: left;
}

.region-seo-eyebrow {
    margin: 0 0 0.75rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    text-align: center;
    color: #8b6f47;
}

.region-seo-title {
    position: relative;
    max-width: 11.5ch;
    margin: 0 auto;
    padding-bottom: 0;
    font-family: "DM Serif Text", serif;
    font-size: clamp(2.7rem, 4.9vw, 3.45rem);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
    white-space: normal;
    text-wrap: balance;
}

.region-seo-title.region-seo-title-wide {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    text-align: center;
    text-wrap: pretty;
}

.region-seo-title-accent {
    font-family: inherit;
    font-size: 1em;
    font-style: italic;
    line-height: inherit;
    color: #8b6f47;
}

.region-seo-title::after {
    content: none;
}

.region-seo-title.region-seo-title-wide::after {
    left: 50%;
    transform: translateX(-50%);
}

.region-seo-text {
    margin: 0 auto;
    margin: 1rem 0 0;
    font-size: 1.02rem;
    line-height: 1.7;
    color: #000000;
}

.region-seo-text.region-seo-text-wide {
    width: 100%;
    max-width: none;
    margin: 1rem auto 0;
    text-align: center;
    text-wrap: pretty;
}

.excursions-list {
    padding: 20px 6rem 80px;
    background: #ffffff;
}

.region-page .excursions-list {
    background: transparent;
    padding: 0 2rem 80px;
}

.region-excursions-heading {
    margin: 0 0 2.5rem;
    text-align: center;
}

.region-excursions-eyebrow {
    margin: 0 0 0.75rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #8b6f47;
}

.region-page .excursions-list-title {
    position: relative;
    max-width: none;
    margin: 0 auto;
    padding-bottom: 0;
    font-size: 3.45rem;
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
}

.region-page .excursions-list-title span {
    font-style: italic;
    color: #8b6f47;
}

.region-page .excursions-list-title::after {
    content: none;
}

.excursions-list-title {
    font-size: 3rem;
    font-weight: 700;
    color: #1f1f1f;
    margin: 0 0 35px 0;
    text-align: left;
    font-family: "DM Serif Text", serif;
    letter-spacing: 0.02em;
}

.excursions-filters {
    display: flex;
    gap: 0.5rem;
}

.excursions-filters-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.region-page .excursions-filters {
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    flex-wrap: wrap;
    overflow-x: visible;
    padding: 0.2rem 0 0.5rem;
    max-width: 100%;
    scrollbar-width: none;
}

.region-page .excursions-filters::-webkit-scrollbar {
    display: none;
}

.region-page .filter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 44px;
    min-width: 112px;
    border: 1px solid rgba(36, 71, 107, 0.14);
    background: rgba(255, 255, 255, 0.9);
    color: #35506f;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 9px 16px;
    border-radius: 999px;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 8px rgba(17, 24, 39, 0.04);
}

.region-page .filter-btn[data-category="Water Sports"] {
    min-width: 152px;
}

.region-page .filter-btn.is-active,
.region-page .filter-btn:hover {
    background: #24476b;
    border-color: #24476b;
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(36, 71, 107, 0.12);
}

.region-page .filter-btn:hover {
    transform: none;
}

.excursion-card.is-hidden {
    display: none;
}

.excursions-grid {
    max-width: 1400px;
    margin: 0 auto;
}

.region-page .excursions-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.excursions-carousel {
    position: relative;
}

.excursions-nav {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(31, 41, 55, 0.12);
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #24476b;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.16);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.excursions-nav:hover {
    transform: translateY(-1px);
    background: #24476b;
    color: #ffffff;
    border-color: #24476b;
    box-shadow: 0 6px 16px rgba(36, 71, 107, 0.12);
}

.excursions-more-row {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: 0 auto;
    margin-top: 28px;
}

.excursions-more-btn {
    padding: 0.9rem 1.4rem;
    border: 1px solid rgba(11, 100, 217, 0.18);
    border-radius: 999px;
    background: #ffffff;
    color: #0b64d9;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(11, 100, 217, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.excursions-more-btn:hover {
    transform: translateY(-1px);
    background: #0b64d9;
    border-color: #0b64d9;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(11, 100, 217, 0.18);
}

.excursion-card.is-collapsed {
    display: none !important;
}

.region-page .excursion-card {
    border: 1px solid rgba(21, 37, 58, 0.08);
    border-radius: 26px;
    background: #ffffff;
    min-width: 0;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.06);
}

.region-page .excursion-card-image {
    aspect-ratio: 1 / 0.88;
}

.region-page .excursion-gallery {
    height: 100%;
    border-radius: 0;
}

.region-page .excursion-gallery-nav {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

.region-page .excursion-gallery-nav:hover {
    transform: translateY(-50%) scale(1.05);
}

.region-page .excursion-gallery-nav.prev {
    left: 12px;
}

.region-page .excursion-gallery-nav.next {
    right: 12px;
}

.region-page .excursion-card-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.region-page .excursion-card-fact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: #ffffff;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 6px 18px rgba(10, 26, 56, 0.16);
}

.region-page .excursion-card-fact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #ffffff;
    font-size: 1rem;
    text-shadow: 0 2px 10px rgba(10, 26, 56, 0.45);
}

.region-page .excursion-card-difficulty {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 6px 18px rgba(10, 26, 56, 0.16);
}

.region-page .excursion-card-difficulty-rings {
    display: inline-flex;
    gap: 0.34rem;
}

.region-page .excursion-card-difficulty-rings span {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.45);
    background: transparent;
    box-shadow: 0 2px 8px rgba(10, 26, 56, 0.22);
}

.region-page .excursion-card-media-meta {
    position: absolute;
    left: 50%;
    bottom: 1rem;
    z-index: 4;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
    width: calc(100% - 32px);
    max-width: 320px;
}

.region-page .excursion-card-difficulty-rings span.is-filled.difficulty-step-1 {
    background: #3ab56d;
    border-color: #3ab56d;
}

.region-page .excursion-card-difficulty-rings span.is-filled.difficulty-step-2 {
    background: #57bf61;
    border-color: #57bf61;
}

.region-page .excursion-card-difficulty-rings span.is-filled.difficulty-step-3 {
    background: #7ac754;
    border-color: #7ac754;
}

.region-page .excursion-card-difficulty-rings span.is-filled.difficulty-step-4 {
    background: #a4cf47;
    border-color: #a4cf47;
}

.region-page .excursion-card-difficulty-rings span.is-filled.difficulty-step-5 {
    background: #d9bf3d;
    border-color: #d9bf3d;
}

.region-page .excursion-card-difficulty-rings span.is-filled.difficulty-step-6 {
    background: #e8a33a;
    border-color: #e8a33a;
}

.region-page .excursion-card-difficulty-rings span.is-filled.difficulty-step-7 {
    background: #e67e36;
    border-color: #e67e36;
}

.region-page .excursion-card-difficulty-rings span.is-filled.difficulty-step-8 {
    background: #e15f3a;
    border-color: #e15f3a;
}

.region-page .excursion-card-difficulty-rings span.is-filled.difficulty-step-9 {
    background: #da463f;
    border-color: #da463f;
}

.region-page .excursion-card-difficulty-rings span.is-filled.difficulty-step-10 {
    background: #c92e45;
    border-color: #c92e45;
}

.account-excursions .excursions-grid {
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account-excursions {
    background:
        radial-gradient(circle at 0% 0%, rgba(255, 208, 130, 0.18), transparent 24%),
        radial-gradient(circle at 100% 0%, rgba(79, 166, 255, 0.16), transparent 22%),
        linear-gradient(180deg, #fffaf4 0%, #f7fbff 100%);
}

.account-excursions .excursions-list-title {
    color: #183d63;
    text-shadow: 0 10px 24px rgba(79, 166, 255, 0.10);
}

.account-excursions .excursion-card {
    width: 100%;
    height: 500px;
    border: 1px solid rgba(255, 172, 96, 0.16);
    background: linear-gradient(180deg, #ffffff 0%, #fff6ea 100%);
    box-shadow: 0 16px 34px rgba(47, 102, 158, 0.08);
}

.account-excursions .excursion-card-content {
    flex: 0 0 52%;
    min-height: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.92));
}

.account-excursions .excursion-card-image {
    flex: 1 1 48%;
    aspect-ratio: auto;
    min-height: 0;
}

.account-excursions .excursion-gallery,
.account-excursions .excursion-gallery-track,
.account-excursions .excursion-gallery-track img {
    height: 100%;
}

.account-excursions .excursion-card-title {
    color: #1b456e;
}

.account-excursions .excursion-guide {
    color: #ef7f4d;
    font-weight: 700;
}

.account-excursions .excursion-description {
    color: #55708b;
}

.account-excursions .excursion-rating .stars {
    color: #ffb64f;
}

.account-excursions .excursion-rating .rating-value {
    color: #2a6ca4;
}

.account-excursions .excursion-cta {
    background: linear-gradient(135deg, #ff9a62 0%, #ef6f51 100%);
    color: #ffffff;
    border: 0;
    box-shadow: 0 10px 18px rgba(239, 111, 81, 0.22);
}

.account-excursions .excursion-cta:hover {
    background: linear-gradient(135deg, #ffae78 0%, #f28462 100%);
}

.account-excursions .excursion-gallery .excursion-category,
.account-excursions .excursion-gallery .excursion-duration {
    background: rgba(255, 255, 255, 0.92);
    color: #17609d;
    border: 1px solid rgba(79, 166, 255, 0.14);
}

.excursion-card {
    display: flex;
    flex-direction: column;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
    background: white;
}

.excursion-card-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
}

.excursion-gallery {
    position: relative;
    width: 100%;
    height: 75%;
    overflow: hidden;
    border-radius: 0 0 16px 16px;
}

.excursion-gallery-track {
    display: flex;
    gap: 12px;
    height: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.excursion-gallery-track::-webkit-scrollbar {
    display: none;
}

.excursion-gallery-track img {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    scroll-snap-align: start;
}

.excursion-gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: linear-gradient(180deg, rgba(20, 20, 24, 0.2), rgba(0, 0, 0, 0.25));
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    font-size: 1rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.excursion-gallery-nav:hover {
    transform: translateY(-50%) scale(1.05);
    background: linear-gradient(180deg, rgba(28, 28, 32, 0.24), rgba(0, 0, 0, 0.32));
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.excursion-gallery-nav.prev {
    left: 8px;
}

.excursion-gallery-nav.next {
    right: 8px;
}

.excursion-gallery .excursion-wishlist-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
    color: transparent;
    -webkit-text-stroke: 1.5px #e63946;
    font-size: 2rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.excursion-gallery .excursion-wishlist-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
    background: #ffffff;
}

.excursion-gallery .excursion-wishlist-btn.is-active {
    color: #e63946;
    -webkit-text-stroke: 0;
    background: #fff5f6;
    box-shadow: 0 6px 14px rgba(230, 57, 70, 0.25);
}

.excursion-gallery .excursion-category {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 0.8rem;
    color: #666;
    background: white;
    padding: 4px 8px;
    border-radius: 4px;
}

.region-page .excursion-cta {
    padding-top: 10px;
    width: auto;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
}

.excursion-gallery .excursion-duration {
    position: absolute;
    bottom: 12px;
    left: 12px;
    transform: none;
    font-size: 0.8rem;
    color: #666;
    background: white;
    padding: 4px 8px;
    border-radius: 4px;
}

.excursion-card-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 20px;
    padding-right: 170px;
    position: relative;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.region-page .excursion-card-content {
    min-height: 220px;
    padding-right: 152px;
    padding-bottom: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 250, 253, 0.96) 100%);
    border: 0;
    box-shadow: none;
    flex: 1 1 auto;
}

.region-page .excursion-card {
    height: 100%;
}

.region-page .excursion-rating {
    margin-top: auto;
    padding-top: 4px;
}

.region-page .excursion-side .excursion-rating {
    margin-top: 8px;
    padding-top: 0;
    justify-content: flex-start;
    font-size: 0.76rem;
}

.region-page .excursion-side .excursion-rating .rating-value {
    font-size: 0.72rem;
}

.region-page .excursion-description {
    -webkit-line-clamp: 5;
    line-clamp: 5;
}

.excursion-card-header {
    display: none !important;
}

.excursion-card-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1f1f1f;
    margin: 0;
    font-family: "DM Serif Text", serif;
}

.region-page .excursion-card-title {
    color: #1f1f1f;
}

.excursion-guide {
    font-size: 0.85rem;
    color: #666;
    margin: 0;
}

.region-page .excursion-guide-signoff {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.region-page .excursion-guide-signoff .excursion-guide {
    margin: 0;
}

.region-page .excursion-guide {
    font-size: 18px;
    font-weight: 700;
    color: #24476b;
}

.region-page .excursion-guide-specialization {
    margin: 0;
    font-family: "Gwendolyn", cursive;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
    color: #62768f;
}

.region-page .excursion-description {
    font-size: 1.02rem;
    line-height: 1.7;
    color: #5d6f82;
    color: #000000;
    text-wrap: pretty;
}

.region-page .excursion-cta {
    border-radius: 999px;
    background: #24476b;
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(36, 71, 107, 0.12);
}

.region-page .excursion-cta:hover {
    background: #1b3653;
}

.region-page .excursion-guide-signoff .excursion-cta {
    display: inline-flex;
    width: fit-content;
    align-self: flex-start;
    position: static;
    transform: none;
    margin: 0.45rem 0 0;
}

.excursion-side {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 130px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
    height: calc(100% - 24px);
}

.region-page .excursion-side {
    top: 0;
    bottom: 0;
    width: 112px;
    height: auto;
    justify-content: flex-start;
}

.excursion-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
    margin-top: 6px;
    align-self: stretch;
}

.excursion-guide-profile {
    width: 100%;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.region-page .excursion-guide-profile {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1 / 1;
    flex: 0 0 auto;
    background: linear-gradient(180deg, rgba(238, 247, 255, 0.98) 0%, rgba(250, 253, 255, 0.98) 52%, rgba(228, 240, 251, 0.96) 100%);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.excursion-guide-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.excursion-description {
    font-size: 0.8rem;
    color: #555;
    line-height: 1.4;
    margin: 0;
    text-align: left;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.excursion-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.8rem;
}

.excursion-rating .stars {
    color: #ffb700;
    letter-spacing: 1px;
}

.excursion-rating .rating-value {
    color: #666;
    font-size: 0.75rem;
}

.excursion-cta {
    display: inline-block;
    padding: 6px 12px;
    background: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
    transition: background 0.3s ease;
    text-align: center;
    width: 100%;
    margin-top: auto;
    margin-bottom: 2px;
}

.excursion-cta:hover {
    background: #0056b3;
}

.excursion-cta:hover {
    background: #0056b3;
}

@media (max-width: 960px) {
    .region-video-hero {
        height: 500px;
    }

    .region-seo-tags {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .region-video-hero-content {
        max-width: 640px;
        padding: 2rem 1.5rem;
        margin-top: 0.6rem;
    }

    .region-page .excursions-list {
        padding: 2.5rem 1.5rem 4rem;
    }

    .region-page .excursions-list-title {
        font-size: clamp(2.35rem, 5.8vw, 3rem);
        line-height: 1.02;
        white-space: normal;
    }

    .region-page .excursion-card-content {
        min-height: 210px;
        background: #ffffff;
    }

    .region-page .excursion-card {
        position: relative;
        height: auto;
    }

    .region-page .excursion-card-image {
        position: relative;
        order: 2;
    }

    .region-page .excursion-card-content {
        order: 1;
    }

    .region-page .excursion-side {
        position: static;
        order: 4;
        width: auto;
        height: auto;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        margin-top: 0.15rem;
    }

    .region-page .excursion-side:empty {
        display: none;
    }

    .region-page .excursion-guide-signoff {
        order: 4;
        display: flex;
        flex-wrap: nowrap;
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        column-gap: 0;
        row-gap: 2px;
        margin-top: 0.35rem;
        padding-bottom: 1.9rem;
    }

    .region-page .excursion-guide-signoff .excursion-guide {
        margin: 0;
    }

    .region-page .excursion-guide-signoff .excursion-guide-specialization {
        margin: 0;
    }

    .region-page .excursion-guide-signoff .excursion-cta {
        display: inline-flex;
        flex: 0 0 auto;
        width: auto;
        align-self: flex-start;
        position: absolute;
        left: 0;
        bottom: 0;
        transform: none;
        margin: 0;
        white-space: nowrap;
    }

    .region-page .excursion-card-image > .excursion-guide-profile {
        position: absolute;
        top: 0;
        left: 14px;
        z-index: 5;
        width: 120px;
        height: 120px;
        min-height: 120px;
        max-height: 120px;
        aspect-ratio: 1 / 1;
        box-sizing: border-box;
        flex: 0 0 120px;
        background: linear-gradient(180deg, rgba(238, 247, 255, 0.98) 0%, rgba(250, 253, 255, 0.98) 52%, rgba(228, 240, 251, 0.96) 100%);
        border-radius: 0 0 18px 18px;
        border: 2px solid rgba(255, 255, 255, 0.92);
        box-shadow: 0 10px 18px rgba(10, 26, 56, 0.18);
        overflow: hidden;
    }

    .region-page .excursion-card-image > .excursion-guide-profile .excursion-guide-photo {
        width: 100%;
        height: 100%;
        aspect-ratio: 1 / 1;
        border: none;
        object-fit: cover;
    }

    .region-page .excursion-cta {
        width: auto;
        min-width: 64px;
        margin: 0;
        padding: 6px 10px;
        border-radius: 999px;
        box-shadow: 0 8px 16px rgba(10, 26, 56, 0.16);
    }

    .excursions-carousel {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        column-gap: 12px;
        row-gap: 12px;
    }

    .excursions-viewport {
        order: 1;
        flex: 1 1 100%;
        width: 100%;
        overflow: hidden;
    }

    .excursions-nav {
        display: inline-flex;
        order: 2;
    }

    .excursions-grid {
        display: flex;
        flex-wrap: nowrap;
        gap: 20px;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        padding: 6px 0 10px;
    }

    .excursions-grid::-webkit-scrollbar {
        display: none;
    }

    .region-page .excursion-card {
        flex: 0 0 calc((100% - 20px) / 2);
        width: calc((100% - 20px) / 2);
        max-width: calc((100% - 20px) / 2);
        scroll-snap-align: start;
    }
}

@media (max-width: 768px) {
    .region-video-hero {
        height: 440px;
    }

    .region-video-hero-media {
        object-position: center 32%;
    }

    .region-seo-intro {
        padding: 44px 1rem 12px;
    }

    .region-seo-header {
        max-width: 100%;
        margin-bottom: 0.8rem;
    }

    .region-seo-title {
        max-width: 8.7ch;
        font-size: clamp(1.95rem, 8vw, 2.35rem);
        line-height: 1.03;
        padding-bottom: 0.75rem;
    }

    .region-seo-title.region-seo-title-wide {
        max-width: none;
    }

    .region-seo-title::after {
        width: 74px;
    }

    .region-seo-eyebrow {
        margin-bottom: 0.45rem;
        font-size: 0.74rem;
        letter-spacing: 0.22em;
    }

    .region-seo-text {
        max-width: 28rem;
        font-size: 0.94rem;
        line-height: 1.64;
    }

    .region-seo-text.region-seo-text-wide {
        max-width: none;
    }

    .region-seo-tags {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    .region-seo-card {
        min-height: 160px;
        padding: 1.1rem 1rem;
    }

    .region-video-hero-content {
        max-width: 560px;
        padding: 1.5rem 1rem;
        margin-top: 0;
    }

    .region-video-hero-eyebrow {
        letter-spacing: 0.22em;
    }

    .region-video-hero-title {
        font-size: clamp(1.95rem, 8.8vw, 2.75rem);
        line-height: 1.04;
    }

    .region-video-hero-text {
        max-width: none;
        font-size: 0.94rem;
        line-height: 1.52;
    }

    .region-page .excursions-list {
        padding: 0 1rem 4rem;
    }

    .region-excursions-heading {
        margin-bottom: 2rem;
    }

    .region-excursions-eyebrow {
        margin-bottom: 0.65rem;
        font-size: 0.72rem;
        letter-spacing: 0.2em;
    }

    .region-page .excursions-list-title {
        max-width: none;
        padding-bottom: 0.8rem;
        font-size: clamp(1.9rem, 8.2vw, 2.35rem);
        line-height: 1.02;
        white-space: normal;
    }

    .region-page .excursions-list-title::after {
        width: 68px;
    }

    .excursions-filters-bar {
        gap: 0.75rem;
        margin-bottom: 1.5rem;
    }

    .region-page .excursions-filters {
        justify-content: flex-start;
        gap: 0.4rem;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-inline: 0.15rem;
    }

    .region-page .filter-btn {
        padding: 7px 12px;
        font-size: 0.78rem;
    }

    .excursions-more-row {
        justify-content: center;
        max-width: none;
        margin-top: 22px;
    }

    .region-page .excursion-card-content {
        min-height: auto;
        padding: 14px;
        padding-bottom: 10px;
        padding-right: 14px;
        background: #ffffff;
    }

    .region-page .excursion-card-title {
        order: 1;
    }

    .region-page .excursion-description {
        order: 2;
    }

    .region-page .excursion-rating {
        order: 3;
        margin-top: 0;
        padding-top: 0;
    }

    .region-page .excursion-guide {
        order: 4;
        margin-top: 0.15rem;
        font-weight: 600;
    }

    .region-page .excursion-guide-signoff {
        margin-top: 0.35rem;
        column-gap: 0;
    }

    .region-page .excursion-guide-specialization {
        font-size: 24px;
    }

    .region-page .excursion-guide-profile {
        width: 56px;
        height: 56px;
        flex: 0 0 56px;
    }

    .region-page .excursion-card-image > .excursion-guide-profile {
        width: 120px;
        height: 120px;
        min-height: 120px;
        max-height: 120px;
        aspect-ratio: 1 / 1;
        box-sizing: border-box;
        flex: 0 0 120px;
        top: 0;
        background: linear-gradient(180deg, rgba(238, 247, 255, 0.98) 0%, rgba(250, 253, 255, 0.98) 52%, rgba(228, 240, 251, 0.96) 100%);
        border-radius: 0 0 18px 18px;
    }

    .region-page .excursion-side {
        gap: 6px;
        margin-top: 0.15rem;
    }

    .region-page .excursion-cta {
        width: fit-content;
        min-width: 0;
        flex: 0 0 auto;
        padding: 8px 14px;
        font-size: 0.82rem;
        font-weight: 700;
        letter-spacing: 0.04em;
        white-space: nowrap;
    }

    .region-page .excursion-card-image {
        aspect-ratio: 1 / 0.88;
    }

    .region-page .excursion-gallery {
        height: 100%;
    }

    .region-page .excursion-card-media-meta {
        bottom: 0.8rem;
        width: calc(100% - 20px);
        max-width: 280px;
        gap: 0.35rem;
    }

    .region-page .excursion-card-fact {
        width: 34px;
        height: 34px;
        border-radius: 10px;
    }

    .region-page .excursion-card-fact-icon {
        font-size: 0.92rem;
    }

    .region-page .excursion-card-difficulty {
        padding: 0.38rem 0.58rem;
    }

    .region-page .excursion-card-difficulty-rings span {
        width: 9px;
        height: 9px;
    }

    .excursions-nav {
        position: static;
        z-index: auto;
        transform: none;
    }

    .excursions-grid {
        gap: 14px;
        padding-inline: 10px;
        scroll-padding-left: 10px;
    }

    .region-page .excursion-card {
        flex: 0 0 calc((100% - 14px) / 2);
        width: calc((100% - 14px) / 2);
        max-width: calc((100% - 14px) / 2);
    }

    .excursions-list-title {
        font-size: 2rem;
    }
}

@media (max-width: 640px) {
    .region-page .excursions-filters {
        gap: 0.45rem;
        padding-bottom: 0.35rem;
    }

    .region-page .filter-btn {
        padding: 8px 13px;
        font-size: 0.76rem;
    }

    .region-page .excursions-grid {
        gap: 14px;
        padding-inline: 10px;
        scroll-padding-left: 10px;
    }

    .region-page .excursion-card {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    .region-page .excursion-cta {
        min-width: 152px;
        padding: 10px 18px;
        font-size: 0.9rem;
    }
}


.region-guides {
    --section-divider-color: rgba(167, 140, 195, 0.46);
    padding: 0 32px 88px;
    background: transparent;
}

.region-guides-heading {
    max-width: 760px;
    margin: 0 auto 24px;
    text-align: center;
}

.region-guides-eyebrow {
    margin: 0 0 0.7rem;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #62768f;
}

.region-guides-title {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 0;
    font-family: "DM Serif Text", serif;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
    color: #14263f;
}

.region-guides-title span {
    color: #996f3d;
}

.region-guides-title::after {
    content: none;
}

.region-guides-filters {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 auto 2rem;
    padding: 0.2rem 0 0.5rem;
    max-width: 100%;
    scrollbar-width: none;
}

.region-guides-filters::-webkit-scrollbar {
    display: none;
}

.region-guide-filter-btn {
    flex: 0 0 auto;
    border: 1px solid rgba(36, 71, 107, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #35506f;
    padding: 9px 16px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 8px rgba(17, 24, 39, 0.04);
}

.region-guide-filter-btn:hover,
.region-guide-filter-btn.is-active {
    background: #24476b;
    color: #fff;
    border-color: #24476b;
    box-shadow: 0 6px 16px rgba(36, 71, 107, 0.12);
}

.region-guide-filter-btn:hover {
    transform: translateY(-1px);
}

.region-guides-carousel {
    max-width: 1488px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
}

.region-guides-viewport {
    min-width: 0;
    overflow: hidden;
}

.region-guides-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    padding: 6px 0 14px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
}

.region-guides-grid::-webkit-scrollbar {
    display: none;
}

.region-guides-nav {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(36, 71, 107, 0.16);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    color: #24476b;
    font-size: 1.2rem;
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.region-guides-nav:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 32px rgba(17, 24, 39, 0.14);
}

.region-guide-card {
    position: relative;
    flex: 0 0 calc((100% - 72px) / 4);
    width: calc((100% - 72px) / 4);
    max-width: calc((100% - 72px) / 4);
    min-width: 0;
    min-height: 420px;
    height: 420px;
    border-radius: 26px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(21, 37, 58, 0.08);
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.06);
    scroll-snap-align: start;
}

.region-guide-card-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: #dfe8f1;
}

.region-guide-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 18, 30, 0.08) 18%, rgba(10, 18, 30, 0.24) 56%, rgba(10, 18, 30, 0.7) 100%);
    pointer-events: none;
}

.region-guide-card-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.region-guide-card-media-overlay {
    position: absolute;
    left: 50%;
    bottom: 1rem;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    transform: translateX(-50%);
}

.region-guide-card-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1rem;
    width: max-content;
    max-width: min(240px, calc(100vw - 3rem));
    text-align: center;
}

.region-guide-card-name {
    margin: 0;
    font-family: "Gwendolyn", cursive;
    font-size: 2.2rem;
    line-height: 0.9;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
}

.region-guide-card-specialization {
    margin: 0;
    font-family: "DM Serif Text", serif;
    font-size: 0.88rem;
    line-height: 1.15;
    color: rgba(255, 255, 255, 0.94);
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.24);
}

.region-guide-card-language-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.52rem 0.82rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.34);
    white-space: nowrap;
}

.region-guide-card-language-flag {
    font-size: 1.32rem;
    line-height: 1;
}


@media (max-width: 1200px) {
    .region-guide-card {
        flex-basis: calc((100% - 48px) / 3);
        width: calc((100% - 48px) / 3);
        max-width: calc((100% - 48px) / 3);
    }
}

@media (max-width: 960px) {
    .region-guides {
        padding: 0 1.5rem 4rem;
    }

    .region-guides-grid {
        gap: 20px;
    }

    .region-guide-card {
        flex-basis: calc((100% - 20px) / 2);
        width: calc((100% - 20px) / 2);
        max-width: calc((100% - 20px) / 2);
        min-height: 420px;
        height: 420px;
    }

    .region-guide-card-name {
        font-size: 2rem;
    }

}

@media (max-width: 768px) {
    .region-guides {
        padding: 0 1rem 4rem;
    }

    .region-guides-heading {
        margin-bottom: 1.7rem;
    }

    .region-guides-eyebrow {
        font-size: 0.72rem;
        letter-spacing: 0.2em;
    }

    .region-guides-title {
        padding-bottom: 0.75rem;
        font-size: clamp(1.9rem, 8vw, 2.35rem);
    }

    .region-guides-title::after {
        width: 68px;
    }

    .region-guides-filters {
        justify-content: flex-start;
        margin-bottom: 1.5rem;
        padding-bottom: 0.35rem;
    }

    .region-guides-carousel {
        position: relative;
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
    }

    .region-guides-nav {
        position: absolute;
        top: 50%;
        z-index: 2;
        width: 42px;
        height: 42px;
        transform: translateY(-50%);
    }

    .region-guides-nav.prev {
        left: -2px;
    }

    .region-guides-nav.next {
        right: -2px;
    }

    .region-guides-grid {
        gap: 14px;
        padding-inline: 10px;
        scroll-padding-left: 10px;
    }

    .region-guide-card {
        flex-basis: calc((100% - 14px) / 2);
        width: calc((100% - 14px) / 2);
        max-width: calc((100% - 14px) / 2);
    }

    .region-guide-card-media {
        inset: 0;
    }

}

.region-page .excursions-list,
.region-page .region-guides,
.region-page .events-
section,
.region-page .regional-advices,
.region-page .taste-block {
    position: relative;
    margin: 0 1rem 1.45rem;
    overflow: hidden;
    isolation: isolate;
}

.region-page .excursions-list {
    --section-divider-color: rgba(139, 184, 224, 0.42);
    padding: 1.85rem 2rem 2rem;
    border: 1px solid rgba(128, 171, 210, 0.16);
    border-radius: 36px;
    background: linear-gradient(180deg, rgba(245, 251, 255, 0.98) 0%, rgba(255, 255, 255, 0.99) 52%, rgba(240, 248, 255, 0.98) 100%);
    box-shadow: 0 22px 48px rgba(54, 98, 142, 0.08);
}

.region-page .excursions-list::before,
.region-page .excursions-list::after,
.region-page .region-guides::before,
.region-page .region-guides::after,
.region-page .events-section::before,
.region-page .regional-advices::before,
.region-page .taste-block::before {
    content: "";
    position: absolute;
    pointer-events: none;
}

.region-page .excursions-list::before {
    top: -120px;
    left: -90px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(156, 207, 245, 0.22) 0%, rgba(156, 207, 245, 0) 70%);
}

.region-page .excursions-list::after {
    top: -1px;
    left: 50%;
    width: 54px;
    height: 5px;
    border-radius: 999px;
    background: rgba(126, 178, 220, 0.92);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.95), 0 4px 10px rgba(15, 23, 42, 0.06);
    transform: translateX(-50%);
}

.region-page .region-guides {
    padding: 2rem 32px 48px;
    border: 1px solid rgba(153, 111, 61, 0.12);
    border-radius: 36px;
    background: linear-gradient(180deg, rgba(255, 248, 239, 0.96) 0%, rgba(255, 255, 255, 0.98) 58%, rgba(251, 246, 238, 0.98) 100%);
    box-shadow: 0 20px 44px rgba(85, 60, 30, 0.08);
}

.region-page .region-guides::before {
    top: -120px;
    left: -90px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(232, 155, 107, 0.18) 0%, rgba(232, 155, 107, 0) 70%);
}

.region-page .region-guides::after {
    top: -1px;
    left: 50%;
    width: 54px;
    height: 5px;
    border-radius: 999px;
    background: rgba(153, 111, 61, 0.9);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.95), 0 4px 10px rgba(15, 23, 42, 0.06);
    transform: translateX(-50%);
}

.region-page .events-section {
    margin-bottom: 28px;
    padding: 1.85rem 2rem 2rem;
    border: 1px solid rgba(173, 102, 70, 0.12);
    border-radius: 36px;
    background: linear-gradient(135deg, rgba(255, 247, 241, 0.98) 0%, rgba(255, 255, 255, 0.98) 48%, rgba(247, 250, 255, 0.94) 100%);
    box-shadow: 0 22px 48px rgba(95, 55, 35, 0.08);
}

.region-page .events-section::before {
    top: -120px;
    left: -90px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(232, 155, 107, 0.18) 0%, rgba(232, 155, 107, 0) 70%);
}

.region-page .regional-advices {
    padding: 2rem 32px 48px;
    border: 1px solid rgba(71, 89, 112, 0.12);
    border-radius: 36px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.98) 100%);
    box-shadow: 0 20px 42px rgba(20, 37, 57, 0.08);
}

.region-page .regional-advices::before {
    top: -120px;
    left: -90px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(232, 155, 107, 0.18) 0%, rgba(232, 155, 107, 0) 70%);
}

.region-page .taste-block {
    --section-divider-color: rgba(112, 174, 216, 0.48);
    padding: 72px 2rem 48px;
    border: 1px solid rgba(20, 59, 92, 0.16);
    border-radius: 36px;
    background: linear-gradient(180deg, rgba(236, 245, 255, 0.98) 0%, rgba(251, 254, 255, 0.96) 42%, rgba(228, 239, 248, 0.98) 100%);
    box-shadow: 0 24px 50px rgba(16, 48, 77, 0.11);
}

.region-page .taste-block::after {
    background: rgba(112, 174, 216, 0.92);
}

.region-page .taste-block::before {
    top: -120px;
    left: -90px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(112, 174, 216, 0.2) 0%, rgba(112, 174, 216, 0) 70%);
}

.region-page .events-title,
.region-page .regional-advices-title,
.region-page .taste-title {
    position: relative;
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
    font-family: "DM Serif Text", serif;
    font-size: clamp(2.15rem, 4.2vw, 3.05rem);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.03em;
    color: #000000;
    text-align: center;
    text-wrap: balance;
    text-shadow: 0 10px 24px rgba(36, 71, 107, 0.08);
}

.region-page .events-section > .region-excursions-eyebrow {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.region-page .regional-advices-title a {
    color: inherit;
    text-decoration: none;
}

.region-page .events-title::after,
.region-page .regional-advices-title::after,
.region-page .taste-title::after {
    content: none;
}

.region-page .events-subtitle,
.region-page .regional-advices-subtitle,
.region-page .taste-subtitle {
    max-width: 720px;
    margin: 0.9rem auto 0;
    color: #000000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.65;
}

.region-page .events-featured-row,
.region-page .events-grid,
.region-page .regional-advices-inner,
.region-page .taste-layout,
.region-page .taste-header {
    max-width: 1320px;
}

.region-page .event-card,
.region-page .regional-featured,
.region-page .regional-item,
.region-page .taste-card,
.region-page .taste-map-panel {
    border-color: rgba(36, 71, 107, 0.08);
    box-shadow: 0 14px 30px rgba(15, 35, 62, 0.08);
}

.region-page .event-card {
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(255, 248, 243, 0.98));
    border-color: rgba(181, 120, 88, 0.12);
    box-shadow: 0 8px 18px rgba(116, 68, 48, 0.06);
}

.region-page .event-card:hover {
    box-shadow: 0 10px 20px rgba(116, 68, 48, 0.08);
}

.region-page .event-card-featured {
    border-radius: 28px;
}

.region-page .event-card-image::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 55%;
    background: linear-gradient(180deg, rgba(17, 28, 42, 0) 0%, rgba(17, 28, 42, 0.58) 100%);
    pointer-events: none;
}

.region-page .event-card-content {
    position: relative;
    z-index: 1;
}

.region-page .event-card-title,
.region-page .excursion-card-title,
.region-page .regional-title,
.region-page .regional-item-title,
.region-page .taste-card-title {
    color: #000000;
}

.region-page .event-card-title,
.region-page .excursion-card-title,
.region-page .regional-item-title,
.region-page .regional-title {
    font-family: "DM Serif Text", serif;
}

.region-page .event-card-text,
.region-page .regional-text,
.region-page .regional-item-text,
.region-page .taste-card-text {
    color: #000000;
}

.region-page .event-card-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.region-page .event-card-cta,
.region-page .regional-view-all,
.region-page .taste-info-btn {
    border-radius: 999px;
    border-color: rgba(36, 71, 107, 0.18);
    color: #000000;
}

.region-page .event-card-cta {
    background: linear-gradient(135deg, #ffffff 0%, #fff4ed 100%);
    box-shadow: 0 8px 18px rgba(181, 120, 88, 0.12);
}

.region-page .event-card-cta:hover,
.region-page .taste-info-btn:hover {
    background: rgba(36, 71, 107, 0.08);
    box-shadow: 0 8px 18px rgba(36, 71, 107, 0.12);
    color: #000000;
}

.region-page .event-card-date {
    background: rgba(255, 246, 240, 0.94);
    border: 1px solid rgba(181, 120, 88, 0.16);
    color: #000000;
    box-shadow: 0 8px 18px rgba(181, 120, 88, 0.10);
}

.region-page .event-card-featured .event-card-image::after {
    content: none;
}

.region-page .event-card-featured .event-card-date {
    inset: auto 20px 20px 20px;
    display: block;
    max-width: calc(100% - 40px);
    padding: 15px 18px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: linear-gradient(180deg, rgba(12, 22, 36, 0.2) 0%, rgba(12, 22, 36, 0.58) 100%);
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.52;
    letter-spacing: 0.01em;
    text-wrap: pretty;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.32);
    box-shadow: 0 12px 26px rgba(10, 24, 44, 0.16);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.region-page .event-card-desktop-overlay {
    inset: auto auto 20px 20px;
    width: min(520px, calc(100% - 40px));
    padding: 15px 18px;
    display: block;
    border-radius: 16px;
    border: 0;
    background: linear-gradient(180deg, rgba(12, 22, 36, 0.2) 0%, rgba(12, 22, 36, 0.58) 100%);
    box-shadow: 0 12px 26px rgba(10, 24, 44, 0.16);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.region-page .events-nav,
.region-page .regional-nav,
.region-page .events-controls .events-nav {
    border-color: rgba(36, 71, 107, 0.12);
    color: #24476b;
}

.region-page .regional-featured-flag,
.region-page .regional-featured-tag,
.region-page .regional-item-tag {
    color: #000000;
}

.region-page .regional-advices-header,
.region-page .taste-header {
    margin-bottom: 2.2rem;
}

.region-page .regional-advices-title a {
    color: inherit;
}

.region-page .regional-category-btn,
.region-page .taste-category-btn {
    border: 1px solid rgba(36, 71, 107, 0.12);
    background: rgba(255, 255, 255, 0.94);
    color: #35506f;
    box-shadow: 0 4px 12px rgba(17, 24, 39, 0.04);
}

.region-page .regional-category-btn {
    background: rgba(255, 255, 255, 0.95);
}

.region-page .taste-category-btn {
    background: rgba(255, 255, 255, 0.95);
}

.region-page .regional-category-btn:hover,
.region-page .taste-category-btn:hover {
    box-shadow: 0 6px 16px rgba(36, 71, 107, 0.12);
}

.region-page .regional-category-btn.is-active,
.region-page .taste-category-btn.is-active,
.region-page .regional-view-all {
    background: #24476b;
    color: #ffffff;
    border-color: #24476b;
    box-shadow: 0 8px 18px rgba(36, 71, 107, 0.18);
}

.region-page .regional-featured,
.region-page .regional-item,
.region-page .taste-card,
.region-page .taste-map-panel {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.region-page .regional-featured {
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(249, 251, 255, 0.99) 100%);
    border: 1px solid rgba(36, 71, 107, 0.10);
    box-shadow: 0 5px 2px rgba(15, 35, 62, 0.06);
}

.region-page .regional-featured-content {
    position: relative;
}

.region-page .regional-featured-content::before {
    content: "";
    position: absolute;
    top: 0.3rem;
    left: -1rem;
    bottom: 0.3rem;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(36, 71, 107, 0), rgba(36, 71, 107, 0.55), rgba(36, 71, 107, 0));
}

.region-page .regional-item {
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 252, 247, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
    border: 1px solid rgba(139, 111, 71, 0.10);
    box-shadow: 0 5px 1px rgba(15, 35, 62, 0.055);
}

.region-page .regional-featured:hover,
.region-page .regional-item:hover,
.region-page .taste-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(15, 35, 62, 0.08);
}

.region-page .regional-author-photo,
.region-page .regional-item-author-photo {
    border-color: rgba(36, 71, 107, 0.12);
}

.region-page .regional-featured-flag {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(36, 71, 107, 0.10);
}

.region-page .regional-featured-tag,
.region-page .regional-item-tag {
    background: transparent;
    color: #000000;
}

.region-page .taste-layout {
    gap: 32px;
}

.region-page .taste-card {
    border-radius: 24px;
    border: 1px solid rgba(20, 59, 92, 0.10);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 248, 255, 0.98) 100%);
    box-shadow: 0 18px 34px rgba(16, 48, 77, 0.10);
}

.region-page .taste-card .taste-card-gallery,
.region-page .taste-map,
.region-page .taste-map-panel {
    border-radius: 24px;
}

.region-page .taste-map {
    background:
        radial-gradient(circle at top left, rgba(130, 191, 255, 0.18), transparent 30%),
        linear-gradient(180deg, #edf6ff 0%, #dce9f7 100%);
}

.region-page .taste-map-panel {
    border: 1px solid rgba(20, 59, 92, 0.14);
    background: linear-gradient(180deg, rgba(242, 248, 255, 0.94) 0%, rgba(225, 238, 250, 0.98) 100%);
}

.region-page .taste-card-body {
    position: relative;
}

.region-page .taste-card-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(20, 59, 92, 0.96), rgba(20, 59, 92, 0));
}

.region-page .taste-rating-badge {
    background:
        radial-gradient(closest-side, #ffffff 74%, transparent 76%),
        conic-gradient(#8b6f47 calc((var(--rating) / 5) * 1turn), rgba(255, 255, 255, 0.8) 0);
}

.region-page .taste-rating-value {
    color: #000000;
}

.region-page .taste-info-btn {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(36, 71, 107, 0.12);
    color: #35506f;
    box-shadow: 0 4px 12px rgba(17, 24, 39, 0.04);
}

.region-page .taste-info-btn:hover {
    background: #24476b;
    border-color: #24476b;
    color: #ffffff;
}

.region-page .taste-marker,
.region-page .taste-marker::after,
.region-page .legend-dot {
    background: #24476b;
}

.region-page .taste-marker,
.region-page .legend-dot {
    box-shadow: 0 8px 14px rgba(36, 71, 107, 0.28);
}

@media (max-width: 991.98px) {
    .region-page .excursions-list,
    .region-page .region-guides,
    .region-page .events-section,
    .region-page .regional-advices,
    .region-page .taste-block {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .region-page .excursions-list,
    .region-page .region-guides,
    .region-page .events-section,
    .region-page .regional-advices,
    .region-page .taste-block {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
        border-radius: 30px;
    }

    .region-page .regional-advices {
        padding-top: 1.75rem;
        padding-bottom: 2rem;
    }

    .region-page .regional-advices-header {
        margin-bottom: 1.5rem;
    }

    .region-page .regional-carousel {
        padding: 0 0 3.75rem;
    }

    .region-page .regional-controls {
        left: 50%;
        right: auto;
    }
}

@media (max-width: 768px) {
    .region-page .excursions-list,
    .region-page .region-guides,
    .region-page .events-section,
    .region-page .regional-advices,
    .region-page .taste-block {
        padding-left: 1rem;
        padding-right: 1rem;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        border-radius: 24px;
    }

    .region-page .events-title,
    .region-page .regional-advices-title,
    .region-page .taste-title {
        font-size: clamp(1.95rem, 8vw, 2.45rem);
    }

    .region-page .events-title::after,
    .region-page .regional-advices-title::after,
    .region-page .taste-title::after {
        width: 68px;
    }

    .region-page .regional-advices {
        padding-top: 1.45rem;
        padding-bottom: 1.7rem;
    }

    .region-page .regional-advices-header {
        margin-bottom: 1.25rem;
    }

    .region-page .regional-controls {
        left: 50%;
        right: auto;
    }

    .region-page .regional-featured-content::before {
        left: -0.7rem;
    }
}

/* Blog Most Viewed */
.blog-page {
    background: radial-gradient(circle at top, #fff7ef 0%, #ffffff 45%, #f2f6ff 100%);
    min-height: 100vh;
}

.blog-most-viewed {
    padding: 6rem 6rem 7rem;
}

.blog-most-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.blog-most-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
}

.blog-most-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.blog-category-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-category-btn {
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #ffffff;
    color: #1f1f1f;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.blog-category-btn.is-active,
.blog-category-btn:hover {
    background: #0b64d9;
    border-color: #0b64d9;
    color: #ffffff;
    box-shadow: 0 6px 14px rgba(11, 100, 217, 0.2);
}

.blog-card.is-hidden {
    display: none;
}

.blog-eyebrow {
    font-family: "Macondo", cursive;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: 0.75rem;
    color: #6a6a6a;
    margin: 0 0 8px 0;
}

.blog-most-title {
    font-family: "DM Serif Text", serif;
    font-size: 2.6rem;
    line-height: 1.1;
    margin: 0;
    color: #1f1f1f;
}

.blog-most-link {
    align-self: center;
    justify-self: end;
    text-decoration: none;
    color: #0b64d9;
    border: 1px solid rgba(11, 100, 217, 0.2);
    padding: 10px 16px;
    border-radius: 999px;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-most-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(11, 100, 217, 0.12);
}

.blog-most-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.blog-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    animation: blog-rise 0.6s ease both;
}

.blog-card:nth-child(2) { animation-delay: 0.05s; }
.blog-card:nth-child(3) { animation-delay: 0.1s; }
.blog-card:nth-child(4) { animation-delay: 0.15s; }
.blog-card:nth-child(5) { animation-delay: 0.2s; }
.blog-card:nth-child(6) { animation-delay: 0.25s; }

.blog-card-media {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.blog-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-media img {
    transform: scale(1.04);
}

.blog-card-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 18px 18px 20px;
}

.blog-card-tag {
    display: inline-flex;
    align-self: flex-start;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f3f6ff;
    color: #2c4be3;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.blog-card-title {
    font-family: "DM Serif Text", serif;
    font-size: 1.35rem;
    margin: 0;
    color: #1f1f1f;
}

.blog-card-excerpt {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #5a5a5a;
    margin: 0;
}

.blog-card-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #777;
    font-size: 0.85rem;
    font-weight: 600;
}

.blog-card-dot {
    opacity: 0.5;
}

@keyframes blog-rise {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1100px) {
    .blog-most-viewed {
        padding: 5rem 4rem 6rem;
    }

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

@media (max-width: 720px) {
    .blog-most-header {
        grid-template-columns: 1fr;
    }

    .blog-most-link {
        justify-self: start;
    }

    .blog-most-grid {
        grid-template-columns: 1fr;
    }

    .blog-most-viewed {
        padding: 4rem 1.5rem 5rem;
    }
}

/* Regional advices layout */
.regional-advices {
    --section-divider-color: rgba(123, 163, 141, 0.46);
    padding: 60px 3rem 80px;
    background: #ffffff;
    position: relative;
}

.regional-advices-inner {
    max-width: 1400px;
    margin: 0 auto;
}

.regional-advices-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 32px;
    align-items: center;
}

.regional-advices-title {
    font-family: "DM Serif Text", serif;
    font-size: 2.6rem;
    font-weight: 700;
    color: #1f1f1f;
    margin: 0;
    text-align: center;
}

.regional-advices-title a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.regional-advices-title a:hover {
    opacity: 0.7;
}

.regional-advices-subtitle {
    font-size: 1.05rem;
    color: #6b7280;
    margin: 0 auto;
    max-width: 620px;
    text-align: center;
    font-weight: 400;
    line-height: 1.5;
}

.regional-advices-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    width: 100%;
    padding: 0.2rem 0 0.5rem;
}

.regional-advices-filters {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.regional-filter-group {
    display: grid;
    gap: 0.4rem;
    flex: 0 1 180px;
}

.regional-filter-label {
    margin: 0;
    padding-left: 0.65rem;
    color: #6f5634;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.regional-filter-select,
.regional-filter-reset {
    min-height: 44px;
    border: 1px solid rgba(36, 71, 107, 0.14);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 999px;
    box-shadow: 0 4px 8px rgba(17, 24, 39, 0.04);
}

.regional-filter-select {
    width: 100%;
    padding: 0.7rem 2.6rem 0.7rem 1rem;
    appearance: none;
    background-color: rgba(255, 255, 255, 0.9);
    color: #35506f;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    background-image: linear-gradient(45deg, transparent 50%, #35506f 50%), linear-gradient(135deg, #35506f 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.regional-filter-select:focus,
.regional-filter-reset:focus {
    outline: 2px solid rgba(36, 71, 107, 0.28);
    outline-offset: 2px;
}

.regional-filter-reset {
    align-self: end;
    padding: 0.7rem 1.3rem;
    background: #24476b;
    border-color: #24476b;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 6px 16px rgba(36, 71, 107, 0.12);
}

.regional-filter-reset:hover {
    background: #1d3d5f;
    border-color: #1d3d5f;
    box-shadow: 0 8px 18px rgba(36, 71, 107, 0.16);
}

.regional-view-all {
    display: inline-flex;
    align-items: center;
    align-self: end;
    min-height: 44px;
    border: 1px solid #24476b;
    background: #24476b;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.7rem 1.3rem;
    border-radius: 999px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(36, 71, 107, 0.12);
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.regional-view-all:hover {
    background: #1d3d5f;
    border-color: #1d3d5f;
    box-shadow: 0 8px 18px rgba(36, 71, 107, 0.16);
}

.regional-advices-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    gap: 40px;
    align-items: stretch;
}

.regional-featured {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 12px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.regional-advices-grid > .regional-featured {
    gap: 0;
    padding-bottom: 0;
}

.regional-featured:hover {
    transform: translateY(-4px);
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.09);
}

.regional-featured-carousel {
    display: none;
}

.regional-featured-media {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.regional-advices-grid > .regional-featured .regional-featured-media {
    flex: 1;
    min-height: 0;
    aspect-ratio: auto;
}

.regional-featured-media > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.regional-featured-flag {
    position: absolute;
    top: 16px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    background: linear-gradient(180deg, rgba(255, 250, 241, 0.98) 0%, rgba(255, 236, 206, 0.94) 100%);
    color: #73431e;
    font-weight: 700;
    font-size: 0.68rem;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    border: 1px solid rgba(167, 116, 55, 0.18);
    box-shadow: 0 10px 22px rgba(34, 22, 12, 0.14);
    z-index: 3;
}

.regional-featured-tag {
    position: absolute;
    top: 54px;
    left: 16px;
    right: auto;
    background: rgba(17, 28, 42, 0.72);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.7rem;
    padding: 7px 12px;
    border-radius: 999px;
    z-index: 3;
    letter-spacing: 0.08em;
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 24px rgba(12, 18, 28, 0.18);
}

.regional-featured-overlay {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    height: calc((100% - 54px) / 2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 6px;
    padding: 12px 14px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 249, 240, 0.14) 0%, rgba(17, 28, 42, 0.76) 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-top: 0;
    box-shadow: 0 12px 30px rgba(18, 27, 39, 0.22);
    backdrop-filter: blur(10px);
    z-index: 2;
    overflow: hidden;
}

.regional-author-photo {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.52);
}

.regional-date-card {
    display: grid;
    justify-items: center;
    min-width: 62px;
    padding: 6px 8px 7px;
    border-radius: 16px;
    background: rgba(255, 252, 245, 0.92);
    border: 1px solid rgba(151, 105, 55, 0.2);
    color: #6f421d;
    box-shadow: 0 8px 18px rgba(35, 24, 14, 0.12);
    line-height: 1;
}

.regional-date-card-inline {
    margin-left: auto;
}

.regional-date-card-photo {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
}

.regional-guide-badge {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 3;
    display: inline-flex;
    align-items: flex-end;
    gap: 6px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    backdrop-filter: none;
    box-shadow: none;
}

.regional-guide-badge .regional-author-name,
.regional-guide-badge .regional-item-author {
    color: #ffffff;
    font-family: "Gwendolyn", cursive;
    font-size: 2rem;
    font-weight: 700;
    line-height: 0.9;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
}

.regional-guide-badge-featured {
    position: static;
    left: auto;
    bottom: auto;
    margin-bottom: 2px;
}

.regional-guide-badge-item {
    top: 0;
    left: 14px;
    bottom: auto;
    align-items: flex-start;
    width: 120px;
    justify-content: flex-start;
    gap: 8px;
}

.regional-guide-profile {
    width: 100px;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    aspect-ratio: 1 / 1;
    border-radius: 0 0 999px 999px;
    background: transparent;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.9);
    border-width: 0 3px 3px 3px;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 5px 0 0 rgba(255, 255, 255, 0.9), inset -5px 0 0 rgba(255, 255, 255, 0.9), inset 0 -5px 0 rgba(255, 255, 255, 0.9), 0 10px 18px rgba(10, 26, 56, 0.18);
    overflow: hidden;
}

.regional-item-author-photo-card {
        width: calc(100%);
    height: calc(100%);;
    min-width: calc(100%    );
    max-width: none;
    min-height: calc(100%);
    max-height: none;
    flex: none;
    display: block;
    object-fit: cover;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
}

.regional-item-author-signature {
    position: absolute;
    bottom: 12px;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
    color: #ffffff;
    font-family: "Gwendolyn", cursive;
    font-size: 2rem;
    font-weight: 700;
    line-height: 0.9;
    text-align: center;
    white-space: nowrap;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
}

.regional-date-card .event-card-date-month {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.regional-date-card .event-card-date-day {
    font-size: 1.35rem;
    font-weight: 700;
    font-family: "DM Serif Text", serif;
    line-height: 1;
}

.regional-date-card .event-card-date-year {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.regional-advices-grid > .regional-featured .regional-author-photo {
    width: 48px;
    height: 48px;
}

.regional-guide-badge .regional-author-photo,
.regional-guide-badge .regional-item-author-photo {
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
    border: 0;
}

.regional-item-author-photo:not(.regional-item-author-photo-card) {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    border-radius: 50%;
    object-fit: cover;
}

.regional-item-media .regional-item-author-photo {
    border-radius: 0;
}

.regional-author-name,
.regional-date,
.regional-item-author,
.regional-item-date {
    font-weight: 700;
}

.regional-featured-content {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
    min-height: 0;
}

.regional-title {
    font-family: "DM Serif Text", serif;
    font-size: 1.18rem;
    line-height: 1.1;
    margin: 0;
    color: #ffffff;
}

.regional-text {
    font-size: 0.9rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.94);
    margin: 0;
    text-wrap: pretty;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.regional-advices-grid > .regional-featured .regional-title,
.regional-advices-grid > .regional-featured .regional-text {
    color: rgba(255, 255, 255, 0.94);
}

.regional-advices-grid > .regional-featured .regional-text {
    max-width: none;
    display: block;
    overflow: visible;
}

.regional-advices-grid > .regional-featured .regional-title {
    color: #ffffff;
    font-weight: 700;
}

.regional-advices-grid > .regional-featured .regional-guide-badge {
    position: static;
    left: auto;
    bottom: auto;
    align-self: flex-start;
    padding: 0;
    gap: 6px;
    margin-left: 0;
}

.regional-advices-grid > .regional-featured .regional-guide-badge .regional-author-name {
    font-size: 1.8rem;
}

.regional-advices-grid > .regional-featured .regional-featured-overlay {
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    min-height: 0;
    display: grid;
    grid-template-rows: auto auto auto;
    align-content: end;
    padding: 12px 0 14px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.regional-advices-grid > .regional-featured .regional-featured-content {
    display: grid;
    grid-template-rows: auto auto;
    gap: 8px;
    padding-left: 14px;
    padding-right: 14px;
}

.regional-advices-grid > .regional-featured .regional-featured-heading-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.regional-advices-grid > .regional-featured .regional-featured-heading-row .regional-title {
    flex: 1;
    font-size: clamp(1.32rem, 2.1vw, 1.72rem);
    line-height: 0.96;
    letter-spacing: -0.04em;
    text-wrap: balance;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.26);
}

.regional-advices-grid > .regional-featured .regional-featured-heading-row .regional-featured-tag {
    position: static;
    flex: 0 0 auto;
    align-self: flex-start;
    margin-top: 2px;
    margin-bottom: 0;
}

.regional-advices-grid > .regional-featured .regional-featured-footer {
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    padding-left: 14px;
    padding-right: 14px;
}

.regional-advices-grid > .regional-featured .regional-guide-badge-featured {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.regional-advices-grid > .regional-featured .regional-featured-author-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    min-width: 0;
}

.regional-advices-grid > .regional-featured .regional-featured-author-role {
    color: rgba(255, 255, 255, 0.82);
    font-family: "Italianno", cursive;
    font-size: 1.45rem;
    line-height: 0.95;
    white-space: nowrap;
}

.regional-advices-grid > .regional-featured .regional-featured-footer .regional-read-btn {
    min-height: 28px;
    padding: 0 12px;
    font-size: 0.68rem;
}

.regional-advices-grid > .regional-featured .regional-featured-overlay .regional-stat {
    min-height: 24px;
    padding: 0 8px;
    font-size: 0.68rem;
}

.regional-advices-grid > .regional-featured .regional-rating-stars {
    min-height: 24px;
    padding: 0 4px;
}

.regional-advices-grid > .regional-featured .regional-rating-stars .rating-stars {
    font-size: 0.76rem;
}

.regional-featured-stats {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    padding: 0 20px;
    margin-top: auto;
}

.regional-featured-overlay .regional-stats-group {
    gap: 8px;
    align-items: center;
}

.regional-featured-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
}

.regional-featured-overlay .regional-stat {
    min-height: 28px;
    padding: 0 10px;
    background: rgba(255, 248, 232, 0.18);
    border: 1px solid rgba(255, 219, 146, 0.22);
    color: #ffffff;
    font-size: 0.72rem;
    letter-spacing: 0.02em;
    box-shadow: none;
}

.regional-rating-stars {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 6px;
}

.regional-rating-stars .rating-stars {
    justify-content: flex-start;
    gap: 2px;
    font-size: 0.82rem;
}

.regional-featured-footer .regional-read-btn {
    min-height: 30px;
    padding: 0 14px;
    font-size: 0.72rem;
    box-shadow: none;
    background: rgba(36, 71, 107, 0.96);
    border-color: rgba(255, 255, 255, 0.18);
}

.regional-stats-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.regional-stat {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff 0%, #f3f6fb 100%);
    border: 1px solid rgba(36, 71, 107, 0.1);
    color: #35506f;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.regional-stat::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.05rem;
    color: #c8962c;
    line-height: 1;
}

.regional-stat-comments::before {
    content: "\2022";
    font-size: 1.15rem;
}

.regional-stat-read::before {
    content: "\25D4";
    font-size: 0.82rem;
}

.regional-featured-overlay .regional-stat::before {
    color: #ffd166;
}

.regional-read-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 18px;
    border-radius: 999px;
    background: #24476b;
    border: 1px solid #24476b;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 6px 16px rgba(36, 71, 107, 0.14);
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.regional-read-btn:hover {
    background: #1d3d5f;
    border-color: #1d3d5f;
    box-shadow: 0 8px 18px rgba(36, 71, 107, 0.18);
    transform: translateY(-1px);
}

.regional-list {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    align-items: stretch;
    align-content: start;
    gap: 20px;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 64px;
}

.regional-list::-webkit-scrollbar {
    display: none;
}

.regional-carousel {
    position: relative;
    overflow: hidden;
    min-width: 0;
}

.regional-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: max-content;
    pointer-events: none;
    z-index: 4;
}

.regional-controls .regional-nav {
    pointer-events: auto;
}

.regional-nav {
    border: 1px solid rgba(31, 41, 55, 0.12);
    background: rgba(255, 255, 255, 0.94);
    color: #1f2937;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.regional-nav:hover {
    transform: translateY(-1px);
    background: #ffffff;
}

.regional-item {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
    flex: none;
    width: 100%;
    min-width: 0;
    max-width: none;
    scroll-snap-align: start;
    gap: 16px;
    padding: 0;
    align-items: stretch;
    height: auto;
    cursor: pointer;
}

.regional-item-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 12px 12px 0;
}

.regional-item-media {
    position: relative;
    min-width: 0;
}

.regional-date-card-item {
    top: 10px;
    right: 10px;
}

.regional-item-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 0;
}

.regional-item-top {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    align-items: start;
    column-gap: 16px;
}

.regional-item-guide-corner {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 110px;
}

.regional-item-body .regional-guide-badge-item {
    position: static;
    left: auto;
    top: auto;
    bottom: auto;
    width: 100px;
    justify-content: flex-start;
}

.regional-item-heading {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
    padding-top: 24px;
}

    .regional-item-guide-corner {
        width: 104px;
    }

    .regional-item-top {
        grid-template-columns: 104px minmax(0, 1fr);
    }

    .regional-item-body .regional-guide-badge-item {
        width: 104px;
    }

.regional-item-tag {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.8rem;
    font-weight: 700;
    color: #8b5c2e;
    margin: 0;
}

.regional-item-stats {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-top: 6px;
    flex-wrap: nowrap;
}

.regional-guide-identity {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
    min-width: 0;
}

.regional-guide-identity-name,
.regional-guide-identity-role {
    margin: 0;
    line-height: 1.2;
}

.regional-guide-identity-name {
    font-family: "DM Serif Text", serif;
    font-size: clamp(1.6rem, 2vw, 2rem);
    font-weight: 400;
    line-height: 0.96;
    letter-spacing: -0.03em;
    color: #1f1f1f;
    text-wrap: balance;
}

.regional-guide-identity-role {
    font-family: "Italianno", cursive;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: 0;
    color: #62768f;
}

.regional-item-stats .regional-stats-group {
    align-items: center;
}

.regional-item-stats .regional-rating-stars {
    min-height: 34px;
    padding: 0 4px;
}

.regional-item-stats .regional-rating-stars .rating-stars {
    font-size: 0.88rem;
}

@media (max-width: 1200px) {
    .regional-advices {
        padding: 56px 2rem 72px;
    }

    .regional-advices-grid {
        gap: 28px;
    }
}

@media (max-width: 991.98px) {
    .regional-advices {
        padding: 3.5rem 1.5rem 4rem;
    }

    .regional-advices-header {
        margin-bottom: 24px;
    }

    .regional-advices-grid {
        display: block;
        gap: 24px;
    }

    .regional-advices-grid > .regional-featured {
        display: none;
    }

    .regional-featured-carousel {
        display: none;
        flex: 0 0 100%;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        min-height: 430px;
        scroll-snap-align: start;
        box-sizing: border-box;
    }

    .regional-featured-media {
        aspect-ratio: auto;
        height: 180px;
    }

    .regional-carousel {
        padding: 0;
        width: 100%;
        overflow: hidden;
        min-width: 0;
        padding-bottom: 3.75rem;
    }

    .regional-list {
        display: flex;
        align-items: stretch;
        gap: 1rem;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        touch-action: pan-x;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        padding: 0 0 0.5rem;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        height: auto;
        width: 100%;
        scroll-padding-left: 0;
    }

    .regional-list::-webkit-scrollbar {
        display: none;
    }

    .regional-item-photo {
        min-height: 180px;
    }

    .regional-title {
        font-size: 1.4rem;
    }

    .regional-featured-meta,
    .regional-featured-content,
    .regional-featured-stats {
        padding-left: 18px;
        padding-right: 18px;
    }

    .regional-featured-overlay {
        left: 16px;
        right: 16px;
        bottom: 16px;
        height: auto;
        gap: 8px;
        padding: 12px 14px;
    }

    .regional-featured-carousel .regional-featured-overlay {
        left: 0;
        right: 0;
        bottom: 0;
        padding: 12px 0 14px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .regional-featured-carousel .regional-featured-content {
        padding-left: 14px;
        padding-right: 14px;
    }

    .regional-featured-carousel .regional-featured-footer {
        justify-content: space-between;
        align-items: center;
        padding-left: 14px;
        padding-right: 14px;
    }

    .regional-featured-carousel .regional-guide-badge {
        margin-left: 0;
    }

    .regional-featured-footer {
        gap: 10px;
    }

    .regional-date-card-photo {
        top: 14px;
        right: 14px;
    }

    .regional-date-card {
        min-width: 58px;
        padding: 5px 7px 6px;
    }

    .regional-item-title {
        font-size: 1.4rem;
    }

    .regional-item-text {
        font-size: 1.02rem;
    }

    .regional-item {
        flex: 0 0 100%;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        scroll-snap-align: start;
        min-height: auto;
        padding: 0 14px 12px;
        gap: 14px;
        box-sizing: border-box;
    }

    .regional-controls {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.85rem;
        position: absolute;
        top: auto;
        bottom: 0;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        pointer-events: none;
        z-index: 4;
        width: max-content;
    }

    .regional-nav {
        pointer-events: auto;
        position: relative;
        z-index: 5;
    }
}

@media (max-width: 640px) {
    .regional-advices {
        padding: 3rem 1rem 3.5rem;
    }

    .regional-advices-header {
        margin-bottom: 20px;
    }

    .regional-advices-actions {
        flex-direction: column;
        gap: 12px;
    }

    .regional-advices-filters {
        width: 100%;
        flex-direction: column;
    }

    .regional-filter-group,
    .regional-filter-reset,
    .regional-view-all {
        width: 100%;
    }

    .regional-carousel {
        padding: 0;
    }

    .regional-item {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 0 14px 14px;
    }

    .regional-featured-carousel {
        min-height: auto;
    }

    .regional-featured-media {
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .regional-item-photo {
        order: -1;
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .regional-title {
        font-size: 1.4rem;
    }

    .regional-featured-meta,
    .regional-featured-content,
    .regional-featured-stats {
        padding-left: 16px;
        padding-right: 16px;
    }

    .regional-featured-overlay {
        height: auto;
        width: auto;
        left: 14px;
        right: 14px;
        bottom: 14px;
        gap: 10px;
        padding: 14px;
    }

    .regional-featured-carousel .regional-featured-overlay {
        left: 0;
        right: 0;
        bottom: 0;
        padding: 14px 0 14px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .regional-featured-carousel .regional-featured-content {
        padding-left: 14px;
        padding-right: 14px;
    }

    .regional-featured-carousel .regional-featured-footer {
        justify-content: space-between;
        align-items: center;
        padding-left: 14px;
        padding-right: 14px;
        gap: 10px;
    }

    .regional-featured-carousel .regional-guide-badge {
        margin-left: 0;
    }

    .regional-featured-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .regional-featured-footer .regional-read-btn {
        align-self: flex-start;
    }

    .regional-author-photo {
        width: 36px;
        height: 36px;
    }

    .regional-date-card-inline {
        margin-left: 0;
    }

    .regional-date-card-photo {
        top: 12px;
        right: 12px;
    }

    .regional-guide-badge {
        left: 12px;
        bottom: 12px;
    }

    .regional-guide-badge-item {
        top: 0;
        left: 12px;
        bottom: auto;
        width: 104px;
    }

    .regional-guide-profile {
        width: 104px;
        height: 104px;
        min-height: 104px;
        max-height: 104px;
    }

    .regional-item-author-signature {
        top: 30%;
        left: 30%;
    }

    .regional-guide-badge-featured {
        position: static;
        left: auto;
        bottom: auto;
        top: auto;
        max-width: 100%;
        margin-bottom: 2px;
    }

    .regional-title {
        font-size: 1.3rem;
    }

    .regional-text {
        font-size: 0.94rem;
        line-height: 1.55;
    }

    .regional-featured .regional-text {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-clamp: 4;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .regional-featured-stats,
    .regional-item-stats {
        gap: 10px;
        font-size: 0.78rem;
        flex-wrap: wrap;
    }

    .regional-controls {
        left: 0;
        right: 0;
    }
}

/* Taste section */
.taste-block {
    --section-divider-color: rgba(201, 125, 103, 0.48);
    background: #ffffff;
    position: relative;
    padding: 70px 3rem 80px;
}

.taste-layout {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 28px;
    min-width: 0;
}

.taste-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
}

.taste-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    text-align: center;
    max-width: 1400px;
    margin: 0 auto 20px;
}

.taste-title {
    font-family: "DM Serif Text", serif;
    font-size: 2.4rem;
    color: #1f1f1f;
    margin: 0;
}

.taste-subtitle {
    margin: 0 auto;
    max-width: 620px;
    color: #6b7280;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.5;
}

.homepage-intro-title,
.hero-destinations-title,
.events-title,
.regional-advices-title,
.taste-title {
    font-family: "DM Serif Text", serif;
    font-size: clamp(2.35rem, 3vw, 3rem);
    line-height: 1.12;
    letter-spacing: 0.01em;
    color: #1f1f1f;
}

.homepage-intro-text,
.hero-destinations-text,
.events-subtitle,
.regional-advices-subtitle,
.taste-subtitle {
    font-size: 1.02rem;
    line-height: 1.7;
    color: #5f6b7a;
    font-weight: 500;
}

.taste-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
}

.taste-filters {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    width: 100%;
    padding: 0.2rem 0 0.5rem;
}

.taste-filter-group {
    display: grid;
    gap: 0.4rem;
    flex: 0 1 180px;
}

.taste-filter-select,
.taste-filter-reset {
    min-height: 44px;
    border: 1px solid rgba(36, 71, 107, 0.14);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 999px;
    box-shadow: 0 4px 8px rgba(17, 24, 39, 0.04);
}

.taste-filter-select {
    width: 100%;
    padding: 0.7rem 2.6rem 0.7rem 1rem;
    appearance: none;
    background-color: rgba(255, 255, 255, 0.9);
    color: #35506f;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    background-image: linear-gradient(45deg, transparent 50%, #35506f 50%), linear-gradient(135deg, #35506f 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.taste-filter-select:focus,
.taste-filter-reset:focus {
    outline: 2px solid rgba(36, 71, 107, 0.28);
    outline-offset: 2px;
}

.taste-filter-reset {
    flex: 0 0 auto;
    padding: 0.7rem 1.3rem;
    background: #24476b;
    border-color: #24476b;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(36, 71, 107, 0.12);
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.taste-filter-reset:hover {
    background: #1d3d5f;
    border-color: #1d3d5f;
    box-shadow: 0 8px 18px rgba(36, 71, 107, 0.16);
}

.taste-empty {
    margin: 0;
    color: #35506f;
    font-size: 0.95rem;
    line-height: 1.6;
}

.taste-carousel {
    position: relative;
    overflow: hidden;
    min-width: 0;
}

.taste-cards {
    display: grid;
    grid-template-rows: 1fr;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 16px) / 2);
    align-items: stretch;
    align-content: start;
    gap: 16px;
    height: auto;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 64px;
}

.taste-cards::-webkit-scrollbar {
    display: none;
}

.taste-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    min-height: 370px;
    width: 100%;
    scroll-snap-align: start;
}

.taste-card-image {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
}

.taste-card .taste-card-gallery {
    height: 300px;
    aspect-ratio: auto;
    border-radius: 0;
}

.taste-card .excursion-gallery-track {
    gap: 0;
}

.taste-card .excursion-gallery-nav {
    width: 38px;
    height: 38px;
    font-size: 0.95rem;
}

.taste-rating-badge {
    --rating: 5;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
        border: none;
    background:
        radial-gradient(closest-side, #ffffff 74%, transparent 76%),
        conic-gradient(#0b64d9 calc((var(--rating) / 5) * 1turn), rgba(255, 255, 255, 0.8) 0);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}

.taste-rating-value {
    font-size: 0.72rem;
    font-weight: 700;
    color: #0b64d9;
    line-height: 1;
}

.taste-guide-credit {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 2;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.15rem;
    padding: 0.6rem 0.8rem 0.58rem;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(16, 26, 40, 0.3) 0%, rgba(16, 26, 40, 0.62) 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 10px 22px rgba(10, 24, 44, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    text-align: right;
}

.taste-guide-credit-label {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.taste-guide-credit-name {
    color: #ffffff;
    font-family: "Gwendolyn", cursive;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 0.82;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.24);
    white-space: nowrap;
}
.taste-card-body {
    padding: 12px 13px 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.taste-card-title {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: #182738;
    font-family: "Italianno", cursive;
    text-wrap: balance;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

.taste-card-text {
    margin: 0;
    color: #505968;
    font-size: 0.9rem;
    line-height: 1.45;
}

.taste-info-btn {
    align-self: flex-start;
    margin-top: auto;
    padding: 9px 16px;
    border-radius: 999px;
    border: 1px solid rgba(36, 71, 107, 0.14);
    background: rgba(255, 255, 255, 0.9);
    color: #35506f;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 8px rgba(17, 24, 39, 0.04);
}

.taste-info-btn:hover {
    color: #ffffff;
    border-color: #24476b;
    background: #24476b;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(36, 71, 107, 0.12);
}

.taste-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: max-content;
    pointer-events: none;
    z-index: 4;
}

.taste-controls .taste-nav {
    pointer-events: auto;
}

.taste-nav {
    border: 1px solid rgba(31, 41, 55, 0.12);
    background: rgba(255, 255, 255, 0.94);
    color: #1f2937;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.taste-nav:hover {
    transform: translateY(-1px);
    background: #ffffff;
}

.taste-map-panel {
    background: #ffffff;
        border: none;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 100%;
    min-width: 0;
}

.taste-map-title {
    margin: 0;
    font-size: 1.2rem;
    color: #1f1f1f;
}

.taste-map {
    position: relative;
    min-height: 420px;
    flex: 1;
    border-radius: 18px;
    overflow: hidden;
    background: #e8eef7;
}

.taste-map-frame {
    width: 100%;
    height: 100%;
    min-height: 420px;
    border: 0;
    display: block;
}

.taste-map-canvas {
    width: 100%;
    height: 100%;
    min-height: 420px;
}

.taste-marker {
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: 28px;
    height: 28px;
    margin-left: -14px;
    margin-top: -14px;
    border-radius: 50%;
    background: #0b64d9;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 14px rgba(11, 100, 217, 0.35);
}

.taste-marker::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 10px;
    height: 10px;
    transform: translateX(-50%) rotate(45deg);
    background: #0b64d9;
    border-radius: 2px;
}

.taste-map-legend {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
    color: #3f4856;
    font-size: 0.92rem;
}

.taste-map-legend li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.legend-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0b64d9;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1080px) {
    .taste-layout {
        grid-template-columns: 1fr;
    }

    .taste-map-panel {
        min-height: 0;
    }

    .taste-map {
        min-height: 300px;
    }

    .taste-map-canvas,
    .taste-map-frame {
        min-height: 300px;
    }
}

@media (max-width: 780px) {
    .taste-block {
        padding: 56px 1.5rem 64px;
    }

    .taste-content {
        width: 100%;
    }

    .taste-filters {
        justify-content: center;
    }

    .taste-cards {
        grid-auto-columns: 100%;
    }

    .taste-map {
        min-height: 240px;
    }

    .taste-map-canvas,
    .taste-map-frame {
        min-height: 240px;
    }
}

/* Blog Post Layout */
.blog-post-container {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 48px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 32px;
    align-items: start;
}

.blog-post {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.blog-post-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 24px;
}

.post-category {
    display: inline-block;
    width: fit-content;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.75rem;
    font-weight: 700;
    color: #0b64d9;
    background: rgba(11, 100, 217, 0.08);
    padding: 6px 12px;
    border-radius: 4px;
    margin-bottom: 4px;
}

.post-title {
    font-family: "DM Serif Text", serif;
    font-size: 3rem;
    line-height: 1.2;
    color: #1f1f1f;
    margin: 0;
    padding: 0;
}

.post-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    color: #666;
    flex-wrap: wrap;
}

.post-author,
.post-date,
.post-reading-time {
    font-weight: 500;
}

.post-divider {
    opacity: 0.5;
}

.blog-post-featured {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.blog-post-featured img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.blog-post-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.blog-post-content h2 {
    font-family: "DM Serif Text", serif;
    font-size: 2rem;
    color: #1f1f1f;
    margin: 0;
    padding: 0;
    margin-top: 12px;
}

.blog-post-content h2:first-of-type {
    margin-top: 0;
}

.blog-post-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444;
    margin: 0;
    padding: 0;
}

.blog-post-footer {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.post-tags {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.tag {
    display: inline-block;
    padding: 8px 14px;
    background: #f5f5f5;
    color: #333;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.tag:hover {
    background: #007bff;
    color: #fff;
}

.post-share {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.share-label {
    font-weight: 600;
    color: #333;
}

.share-link {
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 14px;
    border: 1px solid rgba(0, 123, 255, 0.2);
    border-radius: 999px;
    transition: all 0.2s ease;
}

.share-link:hover {
    background: rgba(0, 123, 255, 0.1);
    border-color: rgba(0, 123, 255, 0.4);
}

/* Guide Card Sidebar */
.guide-card-sidebar {
    position: sticky;
    top: 100px;
    height: fit-content;
}

.guide-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
}

.guide-card-media {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    overflow: hidden;
    background: #e7e7e7;
}

.guide-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.guide-card-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.guide-card-title {
    font-family: "Italianno", cursive;
    font-size: 2.2rem;
    font-weight: 400;
    color: #1f1f1f;
    margin: 0;
    text-align: center;
}

.guide-card-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

.guide-card-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-link {
    color: #1f1f1f;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

.contact-link:hover {
    color: #007bff;
}

.guide-card-meta {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.meta-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.meta-label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #999;
}

.meta-value {
    font-size: 0.95rem;
    color: #1f1f1f;
    font-weight: 500;
}

.guide-card-social {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid rgba(0, 123, 255, 0.2);
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.05), rgba(0, 99, 209, 0.02));
    color: #007bff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.social-icon:hover {
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.15), rgba(0, 99, 209, 0.1));
    border-color: rgba(0, 123, 255, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 123, 255, 0.15);
}

.guide-card-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.guide-card-primary,
.guide-card-secondary {
    width: 100%;
    padding: 12px 16px;
    border: none;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.guide-card-primary {
    background: linear-gradient(90deg, #007bff, #0063d1);
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(0, 99, 209, 0.18);
}

.guide-card-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(0, 99, 209, 0.22);
}

.guide-card-secondary {
    background: transparent;
    border: 1px solid rgba(0, 123, 255, 0.2);
    color: #007bff;
}

.guide-card-secondary:hover {
    background: rgba(0, 123, 255, 0.05);
    border-color: rgba(0, 123, 255, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 123, 255, 0.1);
}

@media (max-width: 1200px) {
    .blog-post-container {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .guide-card-sidebar {
        position: static;
    }
}

@media (max-width: 768px) {
    .blog-post-container {
        padding: 40px 24px;
    }

    .post-title {
        font-size: 2rem;
    }

    .blog-post-content h2 {
        font-size: 1.5rem;
    }

    .blog-post-content p {
        font-size: 1rem;
    }
}

.guide-dossier-page {
    background:
        radial-gradient(circle at 0% 0%, rgba(240, 181, 112, 0.24), transparent 24%),
        radial-gradient(circle at 100% 0%, rgba(84, 164, 235, 0.20), transparent 28%),
        linear-gradient(180deg, #fff9f1 0%, #f2f7fb 36%, #ffffff 100%);
    color: #17324d;
}

.guide-dossier-main {
    padding-top: calc(var(--navbar-height, 72px) + 20px);
    padding-bottom: 88px;
}

.guide-dossier-shell {
    max-width: 1440px;
    margin: 0 auto;
}

.guide-dossier-stage {
    padding: 28px 32px 18px;
}

.guide-dossier-stage-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 440px;
    gap: 28px;
    align-items: stretch;
}

.guide-dossier-intro,
.guide-dossier-card,
.guide-dossier-sidecard,
.guide-dossier-direct-card,
.guide-dossier-ribbon-card,
.guide-dossier-service-card,
.guide-dossier-route-card {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(66, 131, 187, 0.12);
    box-shadow: 0 22px 46px rgba(34, 79, 120, 0.10);
}

.guide-dossier-intro {
    padding: 36px;
    border-radius: 34px;
    display: grid;
    gap: 20px;
    height: 100%;
    align-content: start;
}

.guide-dossier-eyebrow {
    margin: 0;
    color: #a86f38;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.guide-dossier-title {
    margin: 0;
    font-family: "DM Serif Text", serif;
    font-size: clamp(2.8rem, 5vw, 5rem);
    line-height: 0.98;
    color: #14304b;
}

.guide-dossier-specialization {
    margin: 0;
    color: #ed7b45;
    font-size: 1.22rem;
    line-height: 1.55;
    font-weight: 700;
}

.guide-dossier-description,
.guide-dossier-quote p,
.guide-dossier-card p,
.guide-dossier-service-card p,
.guide-dossier-route-card p,
.guide-dossier-timeline-item p,
.guide-dossier-calendar-meta p {
    margin: 0;
    color: #5c7186;
    line-height: 1.8;
}

.guide-dossier-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.guide-dossier-btn {
    min-width: 180px;
    padding: 14px 18px;
    border-radius: 16px;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.guide-dossier-btn:hover {
    transform: translateY(-2px);
}

.guide-dossier-btn-primary {
    background: linear-gradient(135deg, #ff9c59 0%, #ef6f51 100%);
    color: #ffffff;
    box-shadow: 0 14px 26px rgba(239, 111, 81, 0.24);
}

.guide-dossier-btn-secondary {
    background: linear-gradient(135deg, rgba(255, 223, 172, 0.44), rgba(92, 179, 255, 0.18));
    color: #1a5f98;
    border: 1px solid rgba(92, 179, 255, 0.18);
}

.guide-dossier-quote {
    padding: 18px 20px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255, 240, 214, 0.92), rgba(233, 244, 255, 0.92));
    border: 1px solid rgba(90, 163, 234, 0.14);
    display: grid;
    gap: 10px;
}

.guide-dossier-quote-label {
    margin: 0;
    color: #a86f38;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.guide-dossier-language-card {
    padding: 18px 20px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 251, 243, 0.96), rgba(236, 246, 255, 0.96));
    border: 1px solid rgba(90, 163, 234, 0.16);
    display: grid;
    gap: 14px;
}

.guide-dossier-language-head {
    display: grid;
    gap: 6px;
}

.guide-dossier-language-label {
    color: #a86f38;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.guide-dossier-language-note {
    color: #234d74;
    font-size: 1rem;
    line-height: 1.5;
}

.guide-dossier-language-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.guide-dossier-language-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px 10px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(84, 162, 236, 0.16);
    color: #1f5d92;
    font-weight: 700;
    line-height: 1;
}

.guide-dossier-flag {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: 0 10px 20px rgba(42, 119, 182, 0.18);
}

.guide-dossier-flag-en {
    background:
        linear-gradient(90deg, transparent 0 40%, #ffffff 40% 60%, transparent 60% 100%),
        linear-gradient(transparent 0 40%, #ffffff 40% 60%, transparent 60% 100%),
        linear-gradient(90deg, transparent 0 44%, #c6313c 44% 56%, transparent 56% 100%),
        linear-gradient(transparent 0 44%, #c6313c 44% 56%, transparent 56% 100%),
        #1f5ca8;
}

.guide-dossier-flag-it {
    background: linear-gradient(90deg, #1f9b5a 0 33.333%, #ffffff 33.333% 66.666%, #d34949 66.666% 100%);
}

.guide-dossier-flag-es {
    background: linear-gradient(180deg, #c73d36 0 24%, #f1c74f 24% 76%, #c73d36 76% 100%);
}

.guide-dossier-flag-fr {
    background: linear-gradient(90deg, #1b5ea8 0 33.333%, #ffffff 33.333% 66.666%, #db4e52 66.666% 100%);
}

.guide-dossier-stage-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.guide-dossier-stage-stats article {
    padding: 18px 14px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(66, 131, 187, 0.10);
    display: grid;
    gap: 4px;
}

.guide-dossier-stage-stats strong {
    font-size: 1.7rem;
    color: #153653;
    line-height: 1;
}

.guide-dossier-stage-stats span {
    color: #70869a;
    font-size: 0.88rem;
    line-height: 1.5;
}

.guide-dossier-media-board {
    display: grid;
    gap: 18px;
    width: 100%;
    height: 100%;
    align-content: start;
}

.guide-dossier-video-panel {
    position: relative;
    min-height: 500px;
    border-radius: 34px;
    overflow: hidden;
    background: #11395d;
    box-shadow: 0 24px 54px rgba(24, 65, 103, 0.22);
}

.guide-dossier-video-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 25, 46, 0.10), rgba(7, 25, 46, 0.40));
    pointer-events: none;
}

.guide-dossier-direct-card {
    padding: 24px;
    border-radius: 34px;
    display: grid;
    gap: 14px;
}

.guide-dossier-direct-group {
    display: grid;
    gap: 10px;
}

.guide-dossier-direct-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 18px;
    text-decoration: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(240, 248, 255, 0.96));
    border: 1px solid rgba(84, 162, 236, 0.14);
    color: #1f5d92;
    font-weight: 700;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.guide-dossier-direct-icon {
    min-width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #66c7ff 0%, #1c8fe0 100%);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    box-shadow: 0 10px 18px rgba(32, 116, 181, 0.18);
}

.guide-dossier-direct-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(35, 90, 137, 0.12);
}

.guide-dossier-socials {
    padding: 16px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(239, 248, 255, 0.96));
    border: 1px solid rgba(84, 162, 236, 0.14);
}

.guide-dossier-socials {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.guide-dossier-social-link {
    min-height: 54px;
    border-radius: 18px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(84, 162, 236, 0.14);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.guide-dossier-social-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 24px rgba(35, 90, 137, 0.12);
}

.guide-dossier-social-svg {
    width: 28px;
    height: 28px;
    display: block;
}

.guide-dossier-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.guide-dossier-video-overlay {
    position: absolute;
    left: 18px;
    top: 18px;
    right: 18px;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.guide-dossier-tag {
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 232, 193, 0.30);
    backdrop-filter: blur(12px);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.guide-dossier-signature {
    position: absolute;
    right: 26px;
    bottom: 18px;
    z-index: 2;
    font-family: "Italianno", cursive;
    font-size: clamp(4rem, 7vw, 6rem);
    color: #ffffff;
    line-height: 0.9;
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.30);
}

.guide-dossier-ribbon {
    padding: 8px 32px 0;
}

.guide-dossier-ribbon-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.guide-dossier-ribbon-card {
    padding: 20px 18px;
    border-radius: 24px;
    display: grid;
    gap: 10px;
}

.guide-dossier-ribbon-label {
    color: #ab7845;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.guide-dossier-ribbon-card strong {
    color: #214866;
    line-height: 1.6;
}

.guide-dossier-layout {
    padding: 24px 32px 0;
}

.guide-dossier-layout-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.52fr);
    gap: 24px;
    align-items: start;
}

.guide-dossier-layout-grid-single {
    grid-template-columns: minmax(0, 1fr);
}

.guide-dossier-primary,
.guide-dossier-sidebar {
    display: grid;
    gap: 24px;
}

.guide-dossier-accordion {
    padding: 0;
    background: transparent;
}

.guide-dossier-accordion .accordion-inner {
    padding: 28px;
    border-radius: 30px;
}

.guide-dossier-accordion-head {
    margin-bottom: 20px;
}

.guide-dossier-accordion .accordion-panels {
    padding: 24px;
}

.guide-dossier-accordion-panels .accordion-panel {
    display: none;
}

.guide-dossier-accordion-panels .accordion-panel.active {
    display: grid;
    gap: 18px;
}

.guide-dossier-detail-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.guide-dossier-detail-list-single {
    grid-template-columns: minmax(0, 1fr);
}

.guide-dossier-detail-card {
    padding: 22px;
    border-radius: 24px;
    display: grid;
    gap: 12px;
}

.guide-dossier-detail-card h3 {
    margin: 0;
    font-family: "DM Serif Text", serif;
    color: #14324e;
}

.guide-dossier-detail-card p,
.guide-dossier-detail-card ul {
    margin: 0;
    color: #4f6880;
    line-height: 1.7;
}

.guide-dossier-detail-card ul {
    padding-left: 18px;
}

.guide-dossier-detail-card li + li {
    margin-top: 8px;
}

.guide-dossier-card {
    padding: 28px;
    border-radius: 30px;
}

.guide-dossier-card-head {
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
}

.guide-dossier-card-head h2,
.guide-dossier-sidecard h2,
.guide-dossier-service-card h3,
.guide-dossier-timeline-item h3,
.guide-dossier-route-card h3 {
    margin: 0;
    font-family: "DM Serif Text", serif;
    color: #14324e;
}

.guide-dossier-checklist,
.guide-dossier-timeline {
    display: grid;
    gap: 14px;
}

.guide-dossier-check {
    padding: 15px 16px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 239, 213, 0.80), rgba(237, 246, 255, 0.92));
    border: 1px solid rgba(84, 162, 236, 0.14);
    color: #244a6e;
    font-weight: 600;
    line-height: 1.6;
}

.guide-dossier-service-grid,
.guide-dossier-spec-grid,
.guide-dossier-route-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.guide-dossier-service-card {
    padding: 22px;
    border-radius: 24px;
    display: grid;
    gap: 10px;
}

.guide-dossier-timeline-item {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 16px;
    padding: 18px 0;
    border-top: 1px solid rgba(70, 138, 197, 0.12);
}

.guide-dossier-timeline-item:first-child {
    border-top: 0;
    padding-top: 0;
}

.guide-dossier-year {
    display: inline-flex;
    align-items: start;
    justify-content: center;
    padding: 10px 0;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 219, 154, 0.44), rgba(101, 186, 255, 0.18));
    color: #1b598d;
    font-weight: 800;
}

.guide-dossier-spec-item {
    padding: 18px;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(78, 150, 218, 0.12);
    display: grid;
    gap: 8px;
}

.guide-dossier-spec-item span {
    color: #a87543;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.guide-dossier-spec-item strong {
    color: #224a70;
    line-height: 1.6;
}

.guide-dossier-calendar-meta {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.guide-dossier-calendar-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.guide-dossier-calendar-legend span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #627b91;
    font-weight: 600;
}

.guide-dossier-calendar-legend i {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

.guide-dossier-calendar-legend .is-open,
.guide-dossier-day.is-open {
    background: rgba(104, 203, 130, 0.22);
    color: #277943;
}

.guide-dossier-calendar-legend .is-pending,
.guide-dossier-day.is-pending {
    background: rgba(255, 196, 95, 0.24);
    color: #a56600;
}

.guide-dossier-calendar-legend .is-booked,
.guide-dossier-day.is-booked {
    background: rgba(241, 127, 95, 0.20);
    color: #b34f29;
}

.guide-dossier-calendar {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
}

.guide-dossier-day-name,
.guide-dossier-day {
    min-height: 54px;
    display: grid;
    place-items: center;
    border-radius: 16px;
}

.guide-dossier-day-name {
    color: #926d45;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
    font-weight: 800;
}

.guide-dossier-day {
    background: #ffffff;
    border: 1px solid rgba(75, 143, 205, 0.14);
    font-weight: 700;
}

.guide-dossier-day.is-muted {
    background: rgba(246, 249, 252, 0.92);
    color: #b5c0ca;
}

.guide-dossier-calendar-notes,
.guide-dossier-chipset {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.guide-dossier-calendar-notes span,
.guide-dossier-chipset span {
    padding: 10px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 222, 169, 0.34), rgba(83, 172, 249, 0.14));
    border: 1px solid rgba(83, 172, 249, 0.14);
    color: #205785;
    font-weight: 700;
    font-size: 0.9rem;
}

.guide-dossier-route-card {
    overflow: hidden;
    border-radius: 24px;
    display: grid;
    grid-template-rows: 220px auto;
}

.guide-dossier-route-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.guide-dossier-route-card div {
    padding: 18px;
    display: grid;
    gap: 10px;
}

.guide-dossier-sidecard {
    padding: 24px;
    border-radius: 28px;
}

.guide-dossier-sidecard.is-accent {
    background: linear-gradient(180deg, rgba(255, 244, 224, 0.96), rgba(237, 246, 255, 0.96));
}

.guide-dossier-sidecard ul {
    margin: 16px 0 0;
    padding-left: 18px;
    color: #4f6880;
    line-height: 1.8;
}

.guide-dossier-sidecard li + li {
    margin-top: 8px;
}

@media (max-width: 1320px) {
    .guide-dossier-stage-grid,
    .guide-dossier-layout-grid {
        grid-template-columns: 1fr;
    }

    .guide-dossier-ribbon-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .guide-dossier-video-panel {
        min-height: 620px;
    }
}

@media (max-width: 920px) {
    .guide-dossier-main {
        padding-top: calc(var(--navbar-height, 72px) + 12px);
    }

    .guide-dossier-stage,
    .guide-dossier-ribbon,
    .guide-dossier-layout {
        padding-left: 20px;
        padding-right: 20px;
    }

    .guide-dossier-stage-stats,
    .guide-dossier-service-grid,
    .guide-dossier-spec-grid,
    .guide-dossier-route-grid,
    .guide-dossier-ribbon-grid,
    .guide-dossier-detail-list {
        grid-template-columns: 1fr;
    }

    .guide-dossier-intro,
    .guide-dossier-card,
    .guide-dossier-sidecard {
        padding: 22px;
        border-radius: 24px;
    }

    .guide-dossier-video-panel {
        min-height: 460px;
        border-radius: 24px;
    }

    .guide-dossier-timeline-item {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .guide-dossier-actions {
        flex-direction: column;
    }

    .guide-dossier-btn {
        width: 100%;
    }

    .guide-dossier-video-overlay {
        left: 14px;
        right: 14px;
        top: 14px;
    }

    .guide-dossier-signature {
        right: 18px;
        bottom: 16px;
    }

    .guide-dossier-calendar {
        gap: 8px;
    }

    .guide-dossier-day-name,
    .guide-dossier-day {
        min-height: 42px;
        font-size: 0.86rem;
    }
}

.guide-dossier-page-luxe {
    background:
        radial-gradient(circle at 12% 8%, rgba(214, 166, 100, 0.20), transparent 20%),
        radial-gradient(circle at 88% 6%, rgba(48, 81, 121, 0.24), transparent 26%),
        linear-gradient(180deg, #f6efdf 0%, #ece4d2 14%, #0f2236 14%, #13293f 44%, #f5efe3 44%, #f8f4ec 100%);
    color: #14283d;
}

.guide-dossier-page-luxe .guide-dossier-intro,
.guide-dossier-page-luxe .guide-dossier-card,
.guide-dossier-page-luxe .guide-dossier-sidecard,
.guide-dossier-page-luxe .guide-dossier-direct-card,
.guide-dossier-page-luxe .guide-dossier-ribbon-card,
.guide-dossier-page-luxe .guide-dossier-service-card,
.guide-dossier-page-luxe .guide-dossier-route-card {
    background: rgba(253, 249, 242, 0.92);
    border: 1px solid rgba(168, 127, 74, 0.20);
    box-shadow: 0 28px 60px rgba(13, 31, 51, 0.12);
}

.guide-dossier-page-luxe .guide-dossier-stage {
    padding-top: 36px;
}

.guide-dossier-page-luxe .guide-dossier-direct-card {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 250, 243, 0.94), rgba(246, 238, 223, 0.92));
    border-radius: 40px;
    padding: 42px;
}

.guide-dossier-page-luxe .guide-dossier-direct-card::before {
    content: "Private Signature Account";
    position: absolute;
    top: -14px;
    left: 28px;
    padding: 9px 14px;
    border-radius: 999px;
    background: #10263b;
    color: #f7ebd0;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.guide-dossier-page-luxe .guide-dossier-eyebrow,
.guide-dossier-page-luxe .guide-dossier-ribbon-label,
.guide-dossier-page-luxe .guide-dossier-spec-item span,
.guide-dossier-page-luxe .guide-dossier-day-name {
    color: #9f7340;
}

.guide-dossier-page-luxe .guide-dossier-title,
.guide-dossier-page-luxe .guide-dossier-card-head h2,
.guide-dossier-page-luxe .guide-dossier-sidecard h2,
.guide-dossier-page-luxe .guide-dossier-service-card h3,
.guide-dossier-page-luxe .guide-dossier-timeline-item h3,
.guide-dossier-page-luxe .guide-dossier-route-card h3 {
    color: #11283f;
}

.guide-dossier-page-luxe .guide-dossier-specialization {
    color: #8f5e2c;
    max-width: 34rem;
}

.guide-dossier-page-luxe .guide-dossier-description,
.guide-dossier-page-luxe .guide-dossier-quote p,
.guide-dossier-page-luxe .guide-dossier-card p,
.guide-dossier-page-luxe .guide-dossier-service-card p,
.guide-dossier-page-luxe .guide-dossier-route-card p,
.guide-dossier-page-luxe .guide-dossier-timeline-item p,
.guide-dossier-page-luxe .guide-dossier-calendar-meta p,
.guide-dossier-page-luxe .guide-dossier-sidecard ul {
    color: #5d6470;
}

.guide-dossier-page-luxe .guide-dossier-btn-primary {
    background: linear-gradient(135deg, #b68a56 0%, #8f6437 100%);
    box-shadow: 0 16px 30px rgba(111, 78, 42, 0.24);
}

.guide-dossier-page-luxe .guide-dossier-btn-secondary {
    background: rgba(16, 38, 59, 0.05);
    border: 1px solid rgba(17, 40, 63, 0.16);
    color: #19344f;
}

.guide-dossier-page-luxe .guide-dossier-direct-link {
    background: linear-gradient(135deg, rgba(255, 251, 244, 0.96), rgba(245, 236, 219, 0.92));
    border: 1px solid rgba(168, 127, 74, 0.18);
    color: #19344f;
}

.guide-dossier-page-luxe .guide-dossier-direct-icon,
.guide-dossier-page-luxe .guide-dossier-social-link {
    background: linear-gradient(135deg, #b68a56 0%, #8f6437 100%);
    box-shadow: 0 10px 20px rgba(111, 78, 42, 0.18);
}

.guide-dossier-page-luxe .guide-dossier-socials,
.guide-dossier-page-luxe .guide-dossier-social-link {
    background: linear-gradient(135deg, rgba(255, 251, 244, 0.96), rgba(245, 236, 219, 0.92));
    border: 1px solid rgba(168, 127, 74, 0.18);
}

.guide-dossier-page-luxe .guide-dossier-quote {
    background: linear-gradient(135deg, rgba(247, 236, 214, 0.92), rgba(240, 228, 204, 0.88));
    border: 1px solid rgba(170, 129, 75, 0.16);
}

.guide-dossier-page-luxe .guide-dossier-language-card {
    background: linear-gradient(135deg, rgba(252, 246, 236, 0.96), rgba(244, 235, 220, 0.94));
    border: 1px solid rgba(170, 129, 75, 0.18);
}

.guide-dossier-page-luxe .guide-dossier-language-label {
    color: #9f7340;
}

.guide-dossier-page-luxe .guide-dossier-language-note,
.guide-dossier-page-luxe .guide-dossier-language-pill {
    color: #19344f;
}

.guide-dossier-page-luxe .guide-dossier-language-pill {
    background: rgba(255, 250, 243, 0.92);
    border: 1px solid rgba(168, 127, 74, 0.16);
}

.guide-dossier-page-luxe .guide-dossier-flag {
    box-shadow: 0 10px 20px rgba(111, 78, 42, 0.18);
}

.guide-dossier-page-luxe .guide-dossier-stage-stats article {
    background: linear-gradient(180deg, #fffdf8 0%, #f2ebdd 100%);
    border: 1px solid rgba(168, 127, 74, 0.18);
}

.guide-dossier-page-luxe .guide-dossier-stage-stats strong {
    color: #10263b;
}

.guide-dossier-page-luxe .guide-dossier-stage-stats span {
    color: #7c7468;
}

.guide-dossier-page-luxe .guide-dossier-video-panel {
    min-height: 820px;
    border-radius: 44px 44px 120px 44px;
    box-shadow: 0 34px 70px rgba(9, 24, 40, 0.30);
}

.guide-dossier-page-luxe .guide-dossier-video-panel::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(241, 224, 185, 0.28);
    border-radius: 30px 30px 106px 30px;
    z-index: 1;
    pointer-events: none;
}

.guide-dossier-page-luxe .guide-dossier-video-overlay {
    gap: 8px;
}

.guide-dossier-page-luxe .guide-dossier-tag {
    background: rgba(7, 19, 33, 0.34);
    border-color: rgba(246, 223, 180, 0.22);
    color: #f8edd6;
}

.guide-dossier-page-luxe .guide-dossier-signature {
    color: #f8e9cf;
    text-shadow: 0 18px 36px rgba(0, 0, 0, 0.38);
}

.guide-dossier-page-luxe .guide-dossier-ribbon {
    margin-top: -66px;
    position: relative;
    z-index: 3;
}

.guide-dossier-page-luxe .guide-dossier-ribbon-card {
    background: linear-gradient(180deg, rgba(20, 41, 63, 0.96), rgba(17, 35, 54, 0.96));
    border-color: rgba(211, 174, 118, 0.16);
}

.guide-dossier-page-luxe .guide-dossier-ribbon-card strong,
.guide-dossier-page-luxe .guide-dossier-ribbon-label {
    color: #f3e4c4;
}

.guide-dossier-page-luxe .guide-dossier-layout {
    padding-top: 34px;
}

.guide-dossier-page-luxe .guide-dossier-card,
.guide-dossier-page-luxe .guide-dossier-sidecard {
    border-radius: 32px;
}

.guide-dossier-page-luxe .guide-dossier-check {
    background: linear-gradient(135deg, rgba(245, 236, 218, 0.95), rgba(255, 251, 245, 0.95));
    border-color: rgba(170, 129, 75, 0.14);
    color: #3f4853;
}

.guide-dossier-page-luxe .guide-dossier-service-card,
.guide-dossier-page-luxe .guide-dossier-spec-item,
.guide-dossier-page-luxe .guide-dossier-route-card div,
.guide-dossier-page-luxe .guide-dossier-sidecard.is-accent {
    background: linear-gradient(180deg, #fffdfa 0%, #f3eadc 100%);
}

.guide-dossier-page-luxe .guide-dossier-year,
.guide-dossier-page-luxe .guide-dossier-calendar-notes span,
.guide-dossier-page-luxe .guide-dossier-chipset span {
    background: linear-gradient(135deg, rgba(227, 201, 154, 0.44), rgba(255, 248, 235, 0.9));
    border: 1px solid rgba(170, 129, 75, 0.14);
    color: #7b5930;
}

.guide-dossier-page-luxe .guide-dossier-calendar {
    gap: 12px;
}

.guide-dossier-page-luxe .guide-dossier-day {
    background: #fffdf8;
    border-color: rgba(163, 125, 75, 0.16);
}

.guide-dossier-page-luxe .guide-dossier-calendar-legend span {
    color: #6f665d;
}

.guide-dossier-page-luxe .guide-dossier-day.is-open,
.guide-dossier-page-luxe .guide-dossier-calendar-legend .is-open {
    background: rgba(164, 190, 141, 0.26);
    color: #496334;
}

.guide-dossier-page-luxe .guide-dossier-day.is-pending,
.guide-dossier-page-luxe .guide-dossier-calendar-legend .is-pending {
    background: rgba(217, 180, 112, 0.28);
    color: #8a5d1e;
}

.guide-dossier-page-luxe .guide-dossier-day.is-booked,
.guide-dossier-page-luxe .guide-dossier-calendar-legend .is-booked {
    background: rgba(153, 80, 62, 0.20);
    color: #7f3d2d;
}

.guide-dossier-page-luxe .guide-dossier-route-card {
    grid-template-rows: 240px auto;
}

.guide-dossier-page-luxe .guide-dossier-sidecard.is-accent {
    border-left: 4px solid #b48958;
}

@media (max-width: 1320px) {
    .guide-dossier-page-luxe .guide-dossier-ribbon {
        margin-top: 12px;
    }
}

@media (max-width: 920px) {
    .guide-dossier-page-luxe {
        background:
            radial-gradient(circle at 12% 8%, rgba(214, 166, 100, 0.20), transparent 20%),
            linear-gradient(180deg, #11253b 0%, #13293f 26%, #f5efe3 26%, #f8f4ec 100%);
    }

    .guide-dossier-page-luxe .guide-dossier-intro {
        padding: 30px 22px 22px;
    }

    .guide-dossier-page-luxe .guide-dossier-video-panel {
        min-height: 500px;
        border-radius: 28px;
    }

    .guide-dossier-page-luxe .guide-dossier-video-panel::before {
        inset: 12px;
        border-radius: 18px;
    }
}

.guide-dossier-page-azure {
    background:
        radial-gradient(circle at 8% 10%, rgba(121, 199, 255, 0.30), transparent 22%),
        radial-gradient(circle at 88% 8%, rgba(16, 125, 191, 0.22), transparent 26%),
        radial-gradient(circle at 50% 30%, rgba(255, 223, 172, 0.12), transparent 22%),
        linear-gradient(180deg, #eff8ff 0%, #d7eeff 18%, #7fc8f8 18%, #5caee3 42%, #f3fbff 42%, #fbfeff 100%);
    color: #123a5d;
}

.guide-dossier-page-azure .guide-dossier-intro,
.guide-dossier-page-azure .guide-dossier-card,
.guide-dossier-page-azure .guide-dossier-sidecard,
.guide-dossier-page-azure .guide-dossier-direct-card,
.guide-dossier-page-azure .guide-dossier-ribbon-card,
.guide-dossier-page-azure .guide-dossier-service-card,
.guide-dossier-page-azure .guide-dossier-route-card,
.guide-dossier-page-azure .guide-dossier-detail-card,
.guide-dossier-page-azure .guide-dossier-accordion .accordion-inner {
    background: rgba(250, 254, 255, 0.86);
    border: 1px solid rgba(69, 155, 222, 0.16);
    box-shadow: 0 24px 52px rgba(33, 95, 145, 0.12);
}

.guide-dossier-page-azure .guide-dossier-stage {
    padding-top: 38px;
}

.guide-dossier-page-azure .guide-dossier-intro {
    position: relative;
    border-radius: 40px;
    padding: 42px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(231, 246, 255, 0.92)),
        linear-gradient(180deg, rgba(127, 200, 248, 0.18), rgba(19, 102, 163, 0.10));
}

.guide-dossier-page-azure .guide-dossier-intro::before {
    content: "Mediterranean Private Account";
    position: absolute;
    top: -14px;
    left: 26px;
    padding: 9px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #0f5e97 0%, #1984c5 100%);
    color: #f6fcff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    box-shadow: 0 12px 26px rgba(18, 100, 157, 0.22);
}

.guide-dossier-page-azure .guide-dossier-eyebrow,
.guide-dossier-page-azure .guide-dossier-ribbon-label,
.guide-dossier-page-azure .guide-dossier-spec-item span,
.guide-dossier-page-azure .guide-dossier-day-name {
    color: #1e76b1;
}

.guide-dossier-page-azure .guide-dossier-title,
.guide-dossier-page-azure .guide-dossier-card-head h2,
.guide-dossier-page-azure .guide-dossier-sidecard h2,
.guide-dossier-page-azure .guide-dossier-service-card h3,
.guide-dossier-page-azure .guide-dossier-timeline-item h3,
.guide-dossier-page-azure .guide-dossier-route-card h3 {
    color: #10395c;
}

.guide-dossier-page-azure .guide-dossier-specialization {
    color: #0f7ec2;
}

.guide-dossier-page-azure .guide-dossier-description,
.guide-dossier-page-azure .guide-dossier-quote p,
.guide-dossier-page-azure .guide-dossier-card p,
.guide-dossier-page-azure .guide-dossier-service-card p,
.guide-dossier-page-azure .guide-dossier-route-card p,
.guide-dossier-page-azure .guide-dossier-timeline-item p,
.guide-dossier-page-azure .guide-dossier-detail-card p,
.guide-dossier-page-azure .guide-dossier-detail-card ul,
.guide-dossier-page-azure .guide-dossier-calendar-meta p,
.guide-dossier-page-azure .guide-dossier-sidecard ul,
.guide-dossier-page-azure .guide-dossier-stage-stats span,
.guide-dossier-page-azure .guide-dossier-calendar-legend span {
    color: #557892;
}

.guide-dossier-page-azure .guide-dossier-accordion {
    background: transparent;
}

.guide-dossier-page-azure .guide-dossier-accordion .accordion-inner {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(231, 246, 255, 0.92)),
        linear-gradient(180deg, rgba(127, 200, 248, 0.18), rgba(19, 102, 163, 0.10));
}

.guide-dossier-page-azure .guide-dossier-accordion .accordion-panels {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(240, 248, 255, 0.88));
}

.guide-dossier-page-azure .guide-dossier-detail-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 251, 255, 0.92));
}

.guide-dossier-page-azure .guide-dossier-btn-primary {
    background: linear-gradient(135deg, #1490db 0%, #0f5f97 100%);
    color: #ffffff;
    box-shadow: 0 16px 30px rgba(20, 122, 188, 0.28);
}

.guide-dossier-page-azure .guide-dossier-btn-secondary {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(220, 242, 255, 0.90));
    border: 1px solid rgba(64, 153, 223, 0.20);
    color: #14649f;
}

.guide-dossier-page-azure .guide-dossier-direct-link {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(232, 247, 255, 0.94));
    border: 1px solid rgba(64, 153, 223, 0.18);
    color: #14649f;
}

.guide-dossier-page-azure .guide-dossier-socials,
.guide-dossier-page-azure .guide-dossier-social-link {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(232, 247, 255, 0.94));
    border: 1px solid rgba(64, 153, 223, 0.18);
}

.guide-dossier-page-azure .guide-dossier-quote {
    background: linear-gradient(135deg, rgba(232, 247, 255, 0.96), rgba(249, 253, 255, 0.94));
    border: 1px solid rgba(97, 177, 235, 0.16);
}

.guide-dossier-page-azure .guide-dossier-language-card {
    background: linear-gradient(135deg, rgba(234, 247, 255, 0.96), rgba(247, 252, 255, 0.94));
    border: 1px solid rgba(97, 177, 235, 0.18);
}

.guide-dossier-page-azure .guide-dossier-language-label {
    color: #2072ad;
}

.guide-dossier-page-azure .guide-dossier-language-note {
    color: #155b91;
}

.guide-dossier-page-azure .guide-dossier-language-pill {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(64, 153, 223, 0.18);
    color: #14649f;
}

.guide-dossier-page-azure .guide-dossier-flag {
    box-shadow: 0 10px 20px rgba(32, 116, 181, 0.22);
}

.guide-dossier-page-azure .guide-dossier-stage-stats article {
    background: linear-gradient(180deg, #ffffff 0%, #eef8ff 100%);
    border: 1px solid rgba(66, 155, 222, 0.14);
}

.guide-dossier-page-azure .guide-dossier-stage-stats strong {
    color: #0f5f97;
}

.guide-dossier-page-azure .guide-dossier-video-panel {
    min-height: 500px;
    border-radius: 34px;
    background: linear-gradient(180deg, #0f5f97 0%, #41a4e8 62%, #9edcff 100%);
    box-shadow: 0 30px 64px rgba(22, 104, 161, 0.24);
}

.guide-dossier-page-azure .guide-dossier-video-panel::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(232, 248, 255, 0.34);
    border-radius: 26px;
    z-index: 1;
    pointer-events: none;
}

.guide-dossier-page-azure .guide-dossier-tag {
    background: rgba(240, 250, 255, 0.18);
    border-color: rgba(234, 248, 255, 0.30);
    color: #f8fdff;
}

.guide-dossier-page-azure .guide-dossier-signature {
    color: #ffffff;
    text-shadow: 0 16px 34px rgba(6, 56, 91, 0.34);
}

.guide-dossier-page-azure .guide-dossier-ribbon {
    margin-top: -54px;
    position: relative;
    z-index: 3;
}

.guide-dossier-page-azure .guide-dossier-ribbon-card {
    background: linear-gradient(180deg, rgba(15, 95, 151, 0.96), rgba(19, 116, 181, 0.96));
    border-color: rgba(214, 242, 255, 0.18);
}

.guide-dossier-page-azure .guide-dossier-ribbon-card strong,
.guide-dossier-page-azure .guide-dossier-ribbon-label {
    color: #eff9ff;
}

.guide-dossier-page-azure .guide-dossier-check {
    background: linear-gradient(135deg, rgba(233, 248, 255, 0.96), rgba(252, 254, 255, 0.96));
    border-color: rgba(87, 171, 234, 0.16);
    color: #22537a;
}

.guide-dossier-page-azure .guide-dossier-service-card,
.guide-dossier-page-azure .guide-dossier-spec-item,
.guide-dossier-page-azure .guide-dossier-route-card div,
.guide-dossier-page-azure .guide-dossier-sidecard.is-accent {
    background: linear-gradient(180deg, #fcfeff 0%, #edf8ff 100%);
}

.guide-dossier-page-azure .guide-dossier-sidecard.is-accent {
    border-left: 4px solid #1490db;
}

.guide-dossier-page-azure .guide-dossier-year,
.guide-dossier-page-azure .guide-dossier-calendar-notes span,
.guide-dossier-page-azure .guide-dossier-chipset span {
    background: linear-gradient(135deg, rgba(186, 231, 255, 0.62), rgba(255, 255, 255, 0.94));
    border: 1px solid rgba(92, 179, 239, 0.18);
    color: #14649f;
}

.guide-dossier-page-azure .guide-dossier-day {
    background: #fdfefe;
    border-color: rgba(82, 165, 230, 0.16);
}

.guide-dossier-page-azure .guide-dossier-day.is-open,
.guide-dossier-page-azure .guide-dossier-calendar-legend .is-open {
    background: rgba(128, 214, 195, 0.30);
    color: #227466;
}

.guide-dossier-page-azure .guide-dossier-day.is-pending,
.guide-dossier-page-azure .guide-dossier-calendar-legend .is-pending {
    background: rgba(255, 207, 112, 0.26);
    color: #9d670d;
}

.guide-dossier-page-azure .guide-dossier-day.is-booked,
.guide-dossier-page-azure .guide-dossier-calendar-legend .is-booked {
    background: rgba(93, 164, 222, 0.24);
    color: #0f5e97;
}

@media (max-width: 1320px) {
    .guide-dossier-page-azure .guide-dossier-ribbon {
        margin-top: 12px;
    }
}

@media (max-width: 920px) {
    .guide-dossier-page-azure {
        background:
            radial-gradient(circle at 10% 10%, rgba(121, 199, 255, 0.28), transparent 22%),
            linear-gradient(180deg, #7fc8f8 0%, #5caee3 18%, #f3fbff 18%, #fbfeff 100%);
    }

    .guide-dossier-page-azure .guide-dossier-intro {
        padding: 30px 22px 22px;
    }

    .guide-dossier-page-azure .guide-dossier-video-panel {
        min-height: 500px;
        border-radius: 24px;
    }

    .guide-dossier-page-azure .guide-dossier-video-panel::before {
        inset: 12px;
        border-radius: 16px;
    }
}

.city-overview-page {
    background:
        radial-gradient(circle at top left, rgba(47, 146, 199, 0.18), transparent 26%),
        radial-gradient(circle at 88% 10%, rgba(255, 201, 128, 0.18), transparent 22%),
        linear-gradient(180deg, #d9eef8 0%, #edf8fd 18%, #f9fcfe 36%, #fbfdff 100%);
}

.city-overview-main {
    padding-top: var(--navbar-height, 72px);
}

.city-overview-shell {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

.city-overview-eyebrow {
    margin: 0;
    color: #0f74ac;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.city-overview-hero {
    padding: 42px 0 28px;
}

.city-overview-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.8fr);
    gap: 28px;
    align-items: stretch;
}

.city-overview-hero-copy,
.city-overview-visual-card,
.city-overview-facts-card,
.city-overview-story-card,
.city-overview-note-card,
.city-overview-card,
.city-overview-guide-card {
    border-radius: 30px;
    border: 1px solid rgba(56, 140, 197, 0.14);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 22px 48px rgba(28, 88, 138, 0.10);
    backdrop-filter: blur(10px);
}

.city-overview-hero-copy {
    padding: 40px;
    display: grid;
    gap: 18px;
    align-content: start;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(233, 246, 252, 0.92)),
        linear-gradient(180deg, rgba(74, 166, 217, 0.10), rgba(255, 208, 145, 0.12));
}

.city-overview-title,
.city-overview-section-head h2,
.city-overview-story-card h2,
.city-overview-facts-card h2,
.city-overview-note-card h3,
.city-overview-card h3,
.city-overview-guide-card h3 {
    margin: 0;
    font-family: "DM Serif Text", serif;
    color: #16344a;
}

.city-overview-title {
    font-size: clamp(2.8rem, 6vw, 5.4rem);
    line-height: 0.95;
}

.city-overview-kicker {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #116699;
    max-width: 18ch;
}

.city-overview-description,
.city-overview-story-card p,
.city-overview-card p,
.city-overview-guide-role,
.city-overview-facts-card ul,
.city-overview-note-card ul {
    margin: 0;
    color: #557286;
    line-height: 1.75;
}

.city-overview-chip-row,
.city-overview-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.city-overview-chip-row span,
.city-overview-card-meta span {
    display: inline-flex;
    align-items: center;
    padding: 9px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(219, 241, 250, 0.96), rgba(255, 244, 225, 0.98));
    border: 1px solid rgba(82, 159, 211, 0.16);
    color: #165f8d;
    font-size: 0.88rem;
    font-weight: 700;
}

.city-overview-chip-row-tight span {
    padding: 8px 12px;
}

.city-overview-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.city-overview-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.city-overview-btn:hover,
.city-overview-link:hover {
    transform: translateY(-2px);
}

.city-overview-btn-primary {
    background: linear-gradient(135deg, #0f6fa7 0%, #27a2db 100%);
    color: #ffffff;
    box-shadow: 0 16px 30px rgba(24, 118, 173, 0.22);
}

.city-overview-btn-secondary {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(236, 247, 252, 0.96));
    color: #125b89;
    border: 1px solid rgba(52, 135, 190, 0.18);
}

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

.city-overview-stats article {
    padding: 16px 18px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(252, 254, 255, 0.96), rgba(239, 247, 251, 0.96));
    border: 1px solid rgba(62, 141, 193, 0.12);
    display: grid;
    gap: 4px;
}

.city-overview-stats strong {
    color: #173f5e;
    font-size: 1.05rem;
}

.city-overview-stats span {
    color: #607a8d;
    line-height: 1.5;
}

.city-overview-hero-media {
    display: grid;
    gap: 20px;
}

.city-overview-visual-card {
    overflow: hidden;
    min-height: 430px;
    position: relative;
}

.city-overview-visual-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.city-overview-visual-caption {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    padding: 16px 18px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(10, 32, 49, 0.18), rgba(10, 32, 49, 0.60));
    color: #f7fbff;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
}

.city-overview-visual-caption span,
.city-overview-visual-caption strong {
    color: inherit;
}

.city-overview-facts-card,
.city-overview-note-card,
.city-overview-story-card,
.city-overview-card,
.city-overview-guide-card {
    padding: 28px;
}

.city-overview-facts-card ul,
.city-overview-note-card ul {
    padding-left: 18px;
}

.city-overview-facts-card li + li,
.city-overview-note-card li + li {
    margin-top: 8px;
}

.city-overview-section {
    padding: 18px 0 0;
}

.city-overview-section-last {
    padding-bottom: 56px;
}

.city-overview-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
    gap: 24px;
    align-items: start;
}

.city-overview-story-card {
    display: grid;
    gap: 16px;
}

.city-overview-story-side {
    display: grid;
    gap: 24px;
}

.city-overview-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

.city-overview-link {
    color: #0f6b9f;
    text-decoration: none;
    font-weight: 800;
}

.city-overview-card-grid {
    display: grid;
    gap: 20px;
}

.city-overview-card-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.city-overview-card {
    overflow: hidden;
}

.city-overview-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.city-overview-card-body {
    padding: 24px;
    display: grid;
    gap: 12px;
}

.city-overview-card-tag {
    margin: 0;
    color: #a66a1b;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.city-overview-guide-list {
    display: grid;
    gap: 16px;
}

.city-overview-guide-card {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
}

.city-overview-guide-photo {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 24px;
}

.city-overview-guide-body {
    display: grid;
    gap: 10px;
}

.city-overview-guide-topline {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
}

.city-overview-guide-topline span {
    color: #166999;
    font-weight: 800;
}

.city-overview-event-card {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: start;
}

.city-overview-event-date {
    padding: 24px 14px;
    background: linear-gradient(180deg, #0f6ea6 0%, #34a3d9 100%);
    color: #ffffff;
    display: grid;
    place-items: center;
    min-height: 100%;
}

.city-overview-event-date strong {
    font-size: 2rem;
    line-height: 1;
}

.city-overview-event-date span {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.82rem;
    font-weight: 700;
}

.city-overview-advice-card .city-overview-card-body,
.city-overview-excursion-card .city-overview-card-body {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 252, 0.96));
}

@media (max-width: 1180px) {
    .city-overview-hero-grid,
    .city-overview-story-grid,
    .city-overview-card-grid-three {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 920px) {
    .city-overview-shell {
        width: min(100% - 32px, 1240px);
    }

    .city-overview-hero-copy,
    .city-overview-facts-card,
    .city-overview-note-card,
    .city-overview-story-card,
    .city-overview-card,
    .city-overview-guide-card {
        padding: 22px;
        border-radius: 24px;
    }

    .city-overview-title {
        font-size: clamp(2.5rem, 12vw, 4rem);
    }

    .city-overview-stats {
        grid-template-columns: 1fr;
    }

    .city-overview-guide-card,
    .city-overview-event-card {
        grid-template-columns: 1fr;
    }

    .city-overview-guide-photo {
        width: 84px;
        height: 84px;
    }

    .city-overview-event-date {
        min-height: auto;
        border-radius: 20px 20px 0 0;
    }

    .city-overview-card img,
    .city-overview-visual-card {
        min-height: 280px;
        height: 280px;
    }
}   
