/* ==========================================================================
   HEADER & NAVIGATION STYLES - NHÀ HÁT CHÈO HÀ NỘI
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,400;1,600&family=Roboto:wght@400;500;700&display=swap');

/* Declaration for UTM Alexander Font */
@font-face {
    font-family: 'UTM Alexander';
    src: url('../fonts/utm-alexander.ttf') format('truetype'),
        url('../fonts/UTM-Alexander.ttf') format('truetype'),
        url('../fonts/UTM-Alexander.otf') format('opentype'),
        local('UTM Alexander'),
        local('UTM-Alexander');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Declaration for Manrope Font */
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/TTF/Manrope-Regular.ttf') format('truetype'),
        local('Manrope'),
        local('Manrope-Regular');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --display-font: 'UTM Alexander', 'Playfair Display', 'Times New Roman', serif !important;
}



/* Reset old fixed header overrides */
body {
    padding-top: 0 !important;
}

header,
header.scrolled,
header.cheo-header {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    z-index: 1000 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}


/* ==========================================================================
   1. TOP RED BANNER SECTION
   ========================================================================== */
.cheo-top-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1920 / 292;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Pattern Texture Overlay */
.cheo-top-banner::before {
    display: none;
}

.cheo-banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    width: 100%;
}

/* Brand Group: Logo + Title + Slogan */
.cheo-brand-group {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-shrink: 0;
}

.cheo-logo-link {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none !important;
}

.cheo-logo-img {
    width: 110px;
    height: 110px;
    object-fit: contain;
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.5));
    transition: transform 0.3s ease;
}

.cheo-logo-link:hover .cheo-logo-img {
    transform: scale(1.04);
}

/* Title Typography */
.cheo-brand-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cheo-title-main {
    font-family: 'UTM Alexander', 'Playfair Display', 'Times New Roman', serif !important;
    font-size: 46.25px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 52.86px !important;
    letter-spacing: -0.01em !important;
    color: #F7D794 !important;
    text-transform: uppercase !important;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7), 0 0 12px rgba(247, 215, 148, 0.3) !important;
}

.cheo-title-sub-group {
    display: flex;
    align-items: center;
    margin-top: 2px;
}

.cheo-title-sub {
    font-family: 'UTM Alexander', 'Playfair Display', 'Times New Roman', serif !important;
    font-size: 46.25px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 52.86px !important;
    letter-spacing: -0.01em !important;
    color: #F7D794 !important;
    text-transform: uppercase !important;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7), 0 0 12px rgba(247, 215, 148, 0.3) !important;
}

/* Divider Line */
.cheo-divider {
    width: 1.5px;
    height: 32px;
    background: linear-gradient(180deg, #FFDDB8 0%, #FFC476 100%);
    margin: 0 16px 0 38px;
}

/* Slogan Typography */
.cheo-slogan {
    display: flex;
    flex-direction: column;
    gap: 5.51px;
    font-family: 'Manrope', sans-serif !important;
    font-size: 13.21px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: #F7D794 !important;
    line-height: 91% !important;
    letter-spacing: 0em !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.cheo-slogan span {
    white-space: nowrap;
}

/* Right Side Stage Art */
.cheo-banner-art {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    height: 135px;
    overflow: hidden;
}

.cheo-stage-img {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: cover;
    mask-image: linear-gradient(to right, transparent 0%, black 20%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20%);
}

/* ==========================================================================
   2. BOTTOM CREAM NAVIGATION BAR SECTION
   ========================================================================== */
.cheo-navbar {
    position: relative !important;
    background-color: #FFF2E3 !important;
    border-bottom: 1px solid #F4CC9E !important;
}

.cheo-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
}

/* Menu List */
.cheo-menu-list {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 36px !important;
}

.cheo-menu-list li {
    margin: 0;
    padding: 0;
    position: relative;
}

.cheo-menu-list li a {
    color: var(--Text, #222);
    font-family: "UTM Alexander";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    text-transform: uppercase;
}

.cheo-menu-list li a i {
    color: #8B0000 !important;
    font-size: 15px !important;
    transition: transform 0.2s ease;
}

.cheo-menu-list li a:hover {
    color: #8B0000 !important;
}

.cheo-menu-list li a:hover i {
    transform: translateY(-1px);
}

.cheo-menu-list li.active a {
    color: #8B0000 !important;
    text-decoration: none !important;
}

.cheo-menu-list li.active::after {
    display: none !important;
}

/* Right Nav Actions (Search & Booking Button) */
.cheo-nav-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* Search Box */
.cheo-search-form {
    margin: 0;
}

.cheo-search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.cheo-search-icon {
    position: absolute;
    left: 14px;
    color: #777777 !important;
    font-size: 13px !important;
    pointer-events: none;
}

.cheo-search-input {
    height: 40px !important;
    width: 240px !important;
    padding: 0 16px 0 36px !important;
    border-radius: 40px !important;
    border: 1px solid var(--Yellow-Line, #F4CC9E);
    background-color: #FFFFFF !important;
    color: var(--Gray-Text, #666);
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 18.2px */
}

.cheo-search-input:focus {
    border-color: #8B0000 !important;
    box-shadow: 0 0 0 3px rgba(139, 0, 0, 0.12) !important;
    width: 240px !important;
}

.cheo-search-input::placeholder {
    color: #888888 !important;
}

/* Booking Pill Button */
.cheo-btn-booking {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px !important;
    padding: 0 24px !important;
    background: var(--Red, #810102);
    color: #FFF;
    font-family: "UTM Alexander";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.6px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    border-radius: 30px;
}

.cheo-btn-booking:hover {
    background: var(--Red-Dark, #690101);
    box-shadow: 0px 2px 4px 0px rgba(129, 1, 2, 0.15);

}

/* Mobile Responsive Button */
.cheo-mobile-toggle {
    background: none;
    border: none;
    color: #4A0404;
    font-size: 22px;
    padding: 10px;
    cursor: pointer;
}

/* ==========================================================================
   1. KHỐI CHƯƠNG TRÌNH MỚI NHẤT (LATEST SHOWS BLOCK)
   ========================================================================== */
.cheo-shows-section {
    background-color: #FFF2E3;
    padding: 40px 0 60px 0;
}

.cheo-shows-header {
    position: relative;
}

.cheo-shows-title {
    color: #810102;
    font-family: "UTM Alexander";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 47.711px;
    /* 132.531% */
    letter-spacing: -0.36px;
}

.cheo-shows-line {
    width: 100%;
    height: 1px;
    background: #F4CC9E;
    margin-top: 12px;
}

/* Left Featured Poster */
.cheo-shows-featured {
    display: flex;
    flex-direction: column;
}

.cheo-shows-featured-thumb img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.cheo-shows-featured-thumb:hover img {
    transform: scale(1.02);
}

.cheo-shows-featured-title {
    font-family: 'Manrope', sans-serif !important;
    font-size: 17.5px !important;
    font-weight: 700 !important;
    color: #222222 !important;
    line-height: 1.45 !important;
}

.cheo-shows-featured-title a {
    color: #222222 !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.cheo-shows-featured-title a:hover {
    color: #810102 !important;
}

.cheo-shows-bullet {
    color: #810102;
    font-size: 22px;
    margin-right: 6px;
}

/* Right Side Box */
.cheo-shows-side-box {
    border-radius: 8px;
    border: 1px solid #F4CC9E;
    background: #FFF2E3;
    padding: 24px 23px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cheo-shows-side-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cheo-shows-side-item {
    display: flex;
    gap: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EAE0CB;
}

.cheo-shows-side-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.cheo-shows-side-thumb {
    width: 175px;
    height: 127px;
    flex-shrink: 0;
    overflow: hidden;
}

.cheo-shows-side-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.cheo-shows-side-thumb:hover img {
    transform: scale(1.05);
}

.cheo-shows-side-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cheo-shows-side-title {
    color: #222222;
    font-family: "UTM Alexander", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.cheo-shows-side-title a {
    color: #222222 !important;
    text-decoration: none !important;
}

.cheo-shows-side-title a:hover {
    color: #810102 !important;
}

.cheo-shows-side-meta {
    color: var(--Text, #222);

    /* PC/Paragraph */
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 19.6px */
}

.cheo-shows-side-meta svg {
    margin-right: 4px;
}

.cheo-shows-link-detail {
    color: var(--Red, #810102);
    font-family: "UTM Alexander";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 16.8px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-top: 10px;
}

.cheo-shows-side-footer {
    text-align: right;
}

.cheo-shows-link-all {
    color: #810102;
    font-family: "UTM Alexander", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 47.711px;
    letter-spacing: -0.18px;
    text-decoration-line: underline;
    text-align: right;
}

.cheo-shows-link-all:hover {
    opacity: 0.8;
}

/* ==========================================================================
   2. KHỐI ĐỘI NGŨ NGHỆ SĨ (ARTISTS BLOCK)
   ========================================================================== */
.cheo-artists-section {
    background-color: #FAF4E6;
    padding: 40px 0 50px 0;
}

.cheo-artists-title {
    color: #810102;
    font-family: "UTM Alexander";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 47.711px;
    /* 132.531% */
    letter-spacing: -0.36px;
}

.cheo-artists-line {
    width: 100%;
    height: 1px;
    background: #F4CC9E;
    margin-top: 12px;
}

.cheo-artists-row {
    margin-top: 24px;
}

.cheo-artists-col {
    flex: 0 0 auto;
}

.cheo-artist-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none !important;
}

.cheo-artist-avatar-ring {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    border: 1px solid #F4CC9E;
    padding: 8px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.cheo-artist-card:hover .cheo-artist-avatar-ring {
    transform: scale(1.04);
    border-color: #810102;
}

.cheo-artist-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.cheo-artist-role {
    color: var(--Red, #810102);
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    text-transform: uppercase;
}

.cheo-artist-info {
    margin-top: 29px;
}

.cheo-artist-name {
    color: var(--Text, #222);
    text-align: center;
    font-family: "UTM Alexander";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 25.2px */
    text-transform: uppercase;
}

.cheo-artist-card:hover .cheo-artist-name {
    color: #810102 !important;
}

.cheo-artists-nav-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #810102;
    color: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(129, 1, 2, 0.3);
    transition: transform 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.cheo-artists-prev {
    left: 0;
}

.cheo-artists-next {
    right: 0;
}

.cheo-artists-nav-btn:hover {
    background-color: #600001;
    transform: translateY(-50%) scale(1.08);
}

.cheo-artists-nav-btn.swiper-button-disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

/* ==========================================================================
   3. KHỐI TIN TỨC & SỰ KIỆN (NEWS BLOCK)
   ========================================================================== */
.cheo-news-section {
    background-color: #FAF4E6;
    padding: 40px 0 60px 0;
}

.cheo-news-title {
    color: #810102;
    font-family: "UTM Alexander";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 47.711px;
    /* 132.531% */
    letter-spacing: -0.36px;
}

.cheo-news-viewall-link {
    color: #810102;
    font-family: "UTM Alexander";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 47.711px;
    /* 265.063% */
    letter-spacing: -0.18px;
    text-decoration-line: underline;
}

.cheo-news-header {
    margin-bottom: 30px;
}

.cheo-news-viewall-link:hover {
    opacity: 0.85;
}

.cheo-news-line {
    width: 100%;
    height: 1px;
    background: #F4CC9E;
    margin-top: 26px;
}

.cheo-news-card {
    background: #FFF2E3;
    border: 1px solid #F4CC9E;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cheo-news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.cheo-news-thumb {
    width: 100%;
    height: 259px;
    overflow: hidden;
}

.cheo-news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.cheo-news-card:hover .cheo-news-thumb img {
    transform: scale(1.04);
}

.cheo-news-body {
    padding: 32px 53px 32px 44px !important;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.cheo-news-badge {
    color: var(--Red, #810102);
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 18.2px */
    text-transform: uppercase;
}

.cheo-news-card-title {
    color: var(--Text, #222);
    font-family: "UTM Alexander";
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 8px;
    /* 25.2px */
}

.cheo-news-card-title a {
    color: #222222 !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.cheo-news-card-title a:hover {
    color: #810102 !important;
}

.cheo-news-date {
    color: var(--Red, #810102);
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 18.2px */
    text-transform: uppercase;
}

/* ==========================================================================
   4. KHỐI MULTIMEDIA (MULTIMEDIA BLOCK)
   ========================================================================== */
.cheo-media-section {
    background-color: #FFF2E3;
    padding: 40px 0 60px 0;
}

.cheo-media-title {
    color: #810102;
    font-family: "UTM Alexander";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1 !important;
    letter-spacing: -0.36px;
}

.cheo-media-divider {
    width: 1px;
    height: 39px;

    background-color: #810102;
    margin-left: 23px !important;
    margin-right: 49px !important;

}

.cheo-media-tabs {
    display: flex;
    align-items: center;
    gap: 40px;
}

.cheo-media-tab {
    background: transparent;
    border: none;
    padding: 0;
    color: #810102 !important;
    font-family: "UTM Alexander", serif !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    opacity: 1 !important;
    cursor: pointer;
    letter-spacing: -0.24px;
    line-height: 1.1 !important;
    transition: opacity 0.25s ease, transform 0.2s ease;
}

.cheo-media-tab.active {
    opacity: 1 !important;
    font-weight: 700 !important;
}

.cheo-media-tab:hover {
    color: #810102 !important;
    opacity: 0.8 !important;
}

.cheo-media-tab i,
.cheo-media-tab svg {
    width: auto;
    height: auto;
    color: #810102;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-top: 0;
    vertical-align: middle;
}

.cheo-media-viewall-link {
    color: #810102 !important;
    font-family: "UTM Alexander", sans-serif !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: -0.18px !important;
    text-decoration: underline !important;
    transition: opacity 0.2s ease;
}

.cheo-media-viewall-link:hover {
    opacity: 0.85;
}

.cheo-media-line {
    width: 100%;
    height: 1px;
    background: #F4CC9E;
    margin-top: 12px;
}

.cheo-media-card {
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.cheo-media-thumb {
    width: 100%;
    height: 236px;
    position: relative;
    overflow: hidden;

}

.cheo-media-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.cheo-media-card:hover .cheo-media-thumb img {
    transform: scale(1.04);
}

.cheo-media-play-overlay {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, background 0.2s ease;
}

.cheo-media-card:hover .cheo-media-play-overlay {
    transform: scale(1.15);
    background: rgba(129, 1, 2, 0.85);
}

/* ==========================================================================
   5. KHỐI KHÁN GIẢ VIẾT & THÔNG TIN NHÀ HÁT (AUDIENCE & THEATRE INFO BLOCK)
   ========================================================================== */
.cheo-audience-section {
    background-color: #FAF4E6;
    padding: 40px 0 60px 0;
}

.cheo-audience-title,
.cheo-info-title {
    color: #810102;
    font-family: "UTM Alexander";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 47.711px;
    /* 132.531% */
    letter-spacing: -0.36px;
}

.cheo-audience-line,
.cheo-info-line {
    width: 100%;
    height: 1px;
    background: #F4CC9E;
}

.cheo-audience-card {
    border-left: 2px solid #810102;
    padding-left: 18px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cheo-audience-quote-mark {
    color: #F8C387;
    font-family: serif;
    font-size: 38px;
    line-height: 0.8;
    font-weight: 700;
    margin-bottom: 12px;
    user-select: none;
}

.cheo-audience-text {
    color: var(--Gray-Standard, #585858);
    font-family: "UTM Alexander";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 21.6px */
}

.cheo-audience-author {
    color: var(--Text, #222);
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 132%;
    /* 17.16px */
}

.cheo-audience-author strong {
    color: #333333;
    font-weight: 600;
}

.cheo-audience-link-all {
    color: #810102;
    font-family: "UTM Alexander";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 47.711px;
    /* 265.063% */
    letter-spacing: -0.18px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-top: 41px;

}

.cheo-audience-link-all:hover {
    opacity: 0.85;
}

.cheo-info-banner {
    width: 100%;
    overflow: hidden;
}

.cheo-info-img {
    width: 100%;
    height: 394px;
    object-fit: cover;
    transition: transform 0.35s ease;

}

.cheo-info-banner:hover .cheo-info-img {
    transform: scale(1.02);
}

/* ==========================================================================
   6. FOOTER (NHÀ HÁT CHÈO HÀ NỘI)
   ========================================================================== */
footer,
.cheo-footer {
    background-color: #810102 !important;
    color: #FFDDB8;
    position: relative;
    overflow: hidden;
    padding-top: 20px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.cheo-footer-top {
    border-bottom: 1px solid rgba(244, 204, 158, 0.15);
}

.cheo-footer-label {
    color: var(--Yellow-Standard, #FFC476);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 132%;
    /* 18.48px */
}

.cheo-footer-label-left {
    min-width: 135px;
    display: inline-block;
}

.cheo-footer-label-right {
    min-width: 65px;
    display: inline-block;
}

.cheo-footer-value {
    color: var(--Yellow-Standard, #FFC476);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 132%;
    /* 18.48px */
}

.cheo-footer-logo {
    width: 89px;
    height: 89px;

}

.cheo-footer-logo:hover {
    transform: scale(1.08);
}

.cheo-footer-big-title {
    font-family: "UTM Alexander";
    font-size: 135px;
    font-style: normal;
    font-weight: 400;
    line-height: 132%;
    /* 189.084px */
    letter-spacing: -1.432px;

    background: var(--Gradient, linear-gradient(180deg, #FFDDB8 0%, #FFC476 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cheo-footer-divider {
    width: 100%;
    height: 1px;
    background: rgba(244, 204, 158, 0.2);
}

.cheo-footer-dept-name {
    font-family: "UTM Alexander";
    font-size: 11.453px;
    font-style: normal;
    font-weight: 400;
    line-height: 132%;
    margin-left: 10px;
    /* 15.118px */
    letter-spacing: -0.115px;
    background: var(--Gradient, linear-gradient(180deg, #FFDDB8 0%, #FFC476 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cheo-footer-socials {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cheo-social-icon {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.cheo-social-icon svg {
    width: 41px;
    height: 41px;
    display: block;
}

.cheo-social-icon:hover {
    transform: translateY(-3px) scale(1.06);
    opacity: 0.9;
}

.cheo-footer-copyright {
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 132%;
    /* 17.16px */
    background: var(--Gradient, linear-gradient(180deg, #FFDDB8 0%, #FFC476 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cheo-artists-slider-wrapper {
    padding-left: 45px;
    padding-right: 45px;
}

/* ==========================================================================
   7. RESPONSIVE BREAKPOINTS (MOBILE & TABLET OPTIMIZATIONS)
   ========================================================================== */
/* Mobile Backdrop Overlay */
.cheo-mobile-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 9998;
}

.cheo-mobile-backdrop.show {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 991.98px) {
    .cheo-menu-list {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        width: 300px !important;
        max-width: 85vw !important;
        height: 100vh !important;
        background-color: #FFFDF9 !important;
        display: flex !important;
        flex-direction: column !important;
        padding: 24px 20px !important;
        gap: 14px !important;
        z-index: 9999 !important;
        box-shadow: 6px 0 30px rgba(0, 0, 0, 0.25) !important;
        transform: translateX(-100%) !important;
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
        overflow-y: auto !important;
    }

    .cheo-menu-list.mobile-open {
        transform: translateX(0) !important;
    }

    .cheo-mobile-drawer-header {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding-bottom: 16px !important;
        margin-bottom: 8px !important;
        border-bottom: 1.5px solid #F4CC9E !important;
    }

    .cheo-mobile-drawer-title {
        color: #810102 !important;
        font-family: "UTM Alexander", serif !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        letter-spacing: 0.5px !important;
    }

    .cheo-mobile-close {
        background: none !important;
        border: none !important;
        color: #810102 !important;
        font-size: 22px !important;
        cursor: pointer !important;
        padding: 4px 8px !important;
        line-height: 1 !important;
    }

    .cheo-menu-list.mobile-open li {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .cheo-menu-list.mobile-open li a {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        font-family: "UTM Alexander", sans-serif !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        color: #222222 !important;
        padding: 10px 0 !important;
        text-transform: uppercase !important;
        border-bottom: 1px dashed rgba(129, 1, 2, 0.15) !important;
        text-decoration: none !important;
    }

    .cheo-menu-list.mobile-open li:last-child a {
        border-bottom: none !important;
    }

    .cheo-menu-list.mobile-open li a i,
    .cheo-menu-list.mobile-open li a svg {
        width: 20px !important;
        height: 20px !important;
        color: #810102 !important;
    }

    .cheo-menu-list.mobile-open li.active a {
        color: #810102 !important;
        font-weight: 700 !important;
    }

    .cheo-top-banner {
        aspect-ratio: auto !important;
        min-height: 96px !important;
        padding: 12px 16px !important;
        background-position: center center !important;
    }

    .cheo-brand-group {
        gap: 14px !important;
    }

    .cheo-logo-img {
        width: 72px !important;
        height: 72px !important;
    }

    .cheo-title-main,
    .cheo-title-sub {
        font-size: 26px !important;
        line-height: 30px !important;
    }

    .cheo-divider {
        height: 22px !important;
        margin: 0 10px 0 14px !important;
    }

    .cheo-slogan {
        font-size: 11px !important;
    }

    .cheo-shows-title,
    .cheo-artists-title,
    .cheo-news-title,
    .cheo-media-title,
    .cheo-audience-title,
    .cheo-info-title {
        font-size: 28px !important;
        line-height: 38px !important;
    }

    .cheo-info-header {
        margin-top: 36px !important;
    }

    .cheo-footer-logo {
        width: 72px !important;
        height: 72px !important;
    }

    .cheo-footer-info-left,
    .cheo-footer-info-right {
        text-align: left !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        max-width: 420px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .cheo-footer-info-left .d-flex,
    .cheo-footer-info-right .d-flex {
        justify-content: flex-start !important;
    }

    .cheo-footer-label-left,
    .cheo-footer-label-right {
        min-width: 110px !important;
        display: inline-block !important;
    }

    .cheo-footer-label {
        font-size: 13.5px !important;
    }

    .cheo-footer-value {
        font-size: 13.5px !important;
    }

    .cheo-footer-big-title {
        white-space: normal !important;
        font-size: clamp(28px, 6.5vw, 48px) !important;
    }

    .cheo-footer-bottom-bar .d-flex {
        justify-content: center !important;
        text-align: center;
    }

    .cheo-footer-copyright {
        text-align: center !important;
    }
}

@media (max-width: 767.98px) {
    .cheo-top-banner {
        aspect-ratio: auto !important;
        min-height: 84px !important;
        padding: 10px 12px !important;
        background-position: center center !important;
    }

    .cheo-brand-group {
        gap: 10px !important;
    }

    .cheo-logo-img {
        width: 56px !important;
        height: 56px !important;
    }

    .cheo-title-main,
    .cheo-title-sub {
        font-size: 19px !important;
        line-height: 22px !important;
    }

    .cheo-divider {
        height: 16px !important;
        margin: 0 6px 0 8px !important;
    }

    .cheo-slogan {
        font-size: 9px !important;
        gap: 2px !important;
    }

    .cheo-shows-header .d-flex.justify-content-between,
    .cheo-artists-header .d-flex.justify-content-between,
    .cheo-news-header .d-flex.justify-content-between {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 6px !important;
    }

    .cheo-shows-viewall-link,
    .cheo-artists-viewall-link,
    .cheo-news-viewall-link,
    .cheo-media-viewall-link,
    .cheo-audience-link-all {
        font-size: 15px !important;
        line-height: 1.3 !important;
        margin-top: 2px !important;
    }

    .cheo-shows-title,
    .cheo-artists-title,
    .cheo-news-title,
    .cheo-media-title,
    .cheo-audience-title,
    .cheo-info-title {
        font-size: 22px !important;
        line-height: 28px !important;
    }

    .cheo-shows-title svg,
    .cheo-artists-title svg,
    .cheo-news-title svg,
    .cheo-media-title svg,
    .cheo-audience-title svg,
    .cheo-info-title svg {
        width: 32px !important;
        height: 28px !important;
    }

    /* 3 Bài phụ khối CHƯƠNG TRÌNH MỚI NHẤT */
    .cheo-shows-side-item {
        gap: 12px !important;
        padding-bottom: 16px !important;
        align-items: flex-start !important;
    }

    .cheo-shows-side-thumb {
        width: 110px !important;
        height: 85px !important;
        flex-shrink: 0 !important;
        border-radius: 4px;
    }

    .cheo-shows-side-content {
        flex: 1 !important;
        min-width: 0 !important;
        justify-content: flex-start !important;
    }

    .cheo-shows-side-title {
        font-size: 15px !important;
        line-height: 1.35 !important;
        margin-bottom: 6px !important;
        word-break: break-word !important;
    }

    .cheo-shows-side-meta {
        font-size: 12px !important;
        line-height: 1.35 !important;
    }

    .cheo-shows-side-meta .meta-line {
        font-size: 12px !important;
        white-space: normal !important;
    }

    .cheo-shows-link-detail {
        font-size: 12px !important;
        margin-top: 4px !important;
        display: inline-block !important;
    }

    /* KHỐI NGHỆ SĨ ON MOBILE */
    .cheo-artists-slider-wrapper {
        padding-left: 28px !important;
        padding-right: 28px !important;
    }

    .cheo-artist-avatar-ring {
        width: 115px !important;
        height: 115px !important;
        margin: 0 auto !important;
        padding: 5px !important;
        border: 1px solid #F4CC9E !important;
        background: transparent !important;
    }

    .cheo-artist-role {
        font-size: 13px !important;
        margin-top: 10px !important;
        color: #810102 !important;
    }

    .cheo-artist-name {
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #222222 !important;
        letter-spacing: -0.1px !important;
    }

    .cheo-artists-prev {
        left: -4px !important;
        width: 32px !important;
        height: 32px !important;
        font-size: 13px !important;
    }

    .cheo-artists-next {
        right: -4px !important;
        width: 32px !important;
        height: 32px !important;
        font-size: 13px !important;
    }

    .cheo-artists-prev svg,
    .cheo-artists-next svg,
    .cheo-artists-prev i,
    .cheo-artists-next i {
        font-size: 13px !important;
        width: auto !important;
        height: auto !important;
    }

    .cheo-news-grid > [class*="col-"] {
        margin-bottom: 24px !important;
    }

    .cheo-news-thumb {
        height: 200px !important;
    }

    .cheo-news-body {
        padding: 20px 20px 24px 20px !important;
    }

    .cheo-news-card-title {
        font-size: 18px !important;
    }

    /* MULTIMEDIA Header: Row 1 = MULTIMEDIA | HÌNH ẢNH  VIDEO, Row 2 = Xem tất cả... */
    .cheo-media-header-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 6px !important;
    }

    .cheo-media-title-group {
        width: 100% !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 0 !important;
    }

    .cheo-media-title {
        font-size: 17px !important;
        line-height: 22px !important;
        white-space: nowrap !important;
    }

    .cheo-media-title svg {
        width: 24px !important;
        height: 20px !important;
        margin-right: 4px !important;
    }

    .cheo-media-divider {
        display: block !important;
        height: 14px !important;
        margin-left: 6px !important;
        margin-right: 8px !important;
    }

    .cheo-media-tabs {
        width: auto !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        gap: 10px !important;
        margin-top: 0 !important;
    }

    .cheo-media-tab {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 5px !important;
        font-size: 13px !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        padding: 0 !important;
    }

    .cheo-media-tab i,
    .cheo-media-tab svg {
        width: auto !important;
        height: auto !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 13px !important;
        line-height: 1 !important;
        margin: 0 !important;
        vertical-align: middle !important;
    }

    .cheo-media-viewall-link {
        display: block !important;
        font-size: 13.5px !important;
        margin-top: 4px !important;
        margin-left: 0 !important;
        width: 100% !important;
        text-align: left !important;
        white-space: nowrap !important;
        clear: both !important;
    }

    .cheo-media-grid > [class*="col-"] {
        margin-bottom: 12px !important;
    }

    .cheo-media-thumb {
        height: 140px !important;
        border-radius: 6px !important;
    }

    .cheo-audience-card {
        margin-bottom: 20px;
    }

    .cheo-info-img {
        height: 220px !important;
    }
}

@media (max-width: 575.98px) {
    .cheo-top-banner {
        min-height: 76px !important;
        padding: 8px 12px !important;
    }

    .cheo-logo-img {
        width: 48px !important;
        height: 48px !important;
    }

    .cheo-title-main,
    .cheo-title-sub {
        font-size: 16.5px !important;
        line-height: 20px !important;
    }

    .cheo-slogan {
        display: none !important;
    }

    .cheo-divider {
        display: none !important;
    }

    .cheo-search-input {
        width: 140px !important;
        height: 36px !important;
        font-size: 12px !important;
    }

    .cheo-btn-booking {
        height: 36px !important;
        padding: 0 14px !important;
        font-size: 13.5px !important;
    }

    .cheo-nav-actions {
        gap: 8px !important;
    }
}

/* ==========================================================================
   8. PAGE LOAD & SCROLL REVEAL ANIMATIONS
   ========================================================================== */
/* Smooth Scroll Progress Bar */
#cheo-page-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3.5px;
    background: linear-gradient(90deg, #810102 0%, #F8C387 50%, #FFC476 100%);
    width: 0%;
    z-index: 10000;
    transition: width 0.2s ease-out;
    box-shadow: 0 0 8px rgba(248, 195, 135, 0.6);
}

/* Base Reveal Animation Classes */
.cheo-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

.cheo-reveal-left {
    opacity: 0;
    transform: translateX(-36px);
    transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

.cheo-reveal-right {
    opacity: 0;
    transform: translateX(36px);
    transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

.cheo-reveal-scale {
    opacity: 0;
    transform: scale(0.94) translateY(20px);
    transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

.cheo-reveal.cheo-revealed,
.cheo-reveal-left.cheo-revealed,
.cheo-reveal-right.cheo-revealed,
.cheo-reveal-scale.cheo-revealed {
    opacity: 1 !important;
    transform: translate(0, 0) scale(1) !important;
}

/* Stagger Delays */
.delay-100 { transition-delay: 0.1s !important; }
.delay-200 { transition-delay: 0.2s !important; }
.delay-300 { transition-delay: 0.3s !important; }
.delay-400 { transition-delay: 0.4s !important; }
.delay-500 { transition-delay: 0.5s !important; }